:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{box-sizing:border-box}body{margin:0}.app{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;background-color:#fff;min-height:200vh;width:100vw;overflow-x:hidden;position:relative}header{position:fixed;top:0;width:100%;z-index:1000}.hero{width:100%;height:calc(90vh - 70px);padding:0;position:relative;box-sizing:border-box;margin:80px auto 0;overflow:hidden;background-color:transparent}.banner-wrapper{width:100%;height:90%;position:relative;display:flex;align-items:center;justify-content:center}.banner-image{width:100%;object-fit:contain;position:absolute;top:0;left:49.5%;transform:translate(-50%);z-index:1}.banner-overlay{position:absolute;top:40%;left:5%;transform:translateY(-50%);z-index:3;width:90%;text-align:left}.banner-overlay-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:4rem;font-weight:700;color:#00c4cc;text-align:left;display:none;line-height:1.5}.banner-overlay-text.active{display:block}.banner-arrow{position:absolute;top:40%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:2;color:#0c9199;transition:background .3s ease;font-size:0rem}.banner-arrow:hover{color:#0c9199}.left{left:20px}.right{right:20px}.banner-controls{position:absolute;top:90%;left:50%;transform:translate(-50%);z-index:2;display:flex;align-items:center}.banner-dots{display:flex;justify-content:center;gap:10px}.dot{width:10px;height:10px;background:#0c9199;border-radius:50%;cursor:pointer;transition:opacity .3s ease;opacity:.5}.dot.active{opacity:1}.services-section{padding:90px 20px 40px;background-color:#fff;margin:45px 5px 45px 0;border-radius:10px}.services-content{max-width:1500px;margin:0 40px 0 30px;text-align:center;box-shadow:0 6px 15px #0003;border-radius:15px;padding-bottom:20px;padding-top:10px}.services-container{border-radius:15px;overflow:hidden;background-color:#fff;padding:0}.services-grid{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:0;margin-top:0}.services-item{flex:1;padding:15px;text-align:center;transition:transform .3s ease}.services-item:hover{transform:scale(1.05)}.services-image-wrapper{position:relative;display:inline-block}.services-image{height:150px;object-fit:cover;border-radius:10px;margin-bottom:15px}.service-stamp{position:absolute;right:120px;background-color:#00c4cc;color:#fff;font-size:.9rem;font-weight:600;padding:5px 10px;border-radius:50%;width:60px;height:60px;display:flex;align-items:center;justify-content:center;text-align:center;transform:rotate(-30deg);box-shadow:0 2px 5px #0000004d;bottom:120px}.how-we-work-section{padding:20px;background:#c8fcff;margin-left:45px;margin-right:65px;border-radius:10px;margin-bottom:10px}.how-we-work-content{max-width:2000px;text-align:center;margin:0 auto 0 25px}.section-title{font-size:1.6rem;font-weight:700;color:#333;margin-bottom:20px;margin-top:10px}.section-description{font-size:1.2rem!important;color:#333;max-width:900px!important;margin:0 auto 40px;margin-bottom:0!important}.how-we-work-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:150px;margin-left:20px!important;margin-right:25px!important;margin-top:20px}.flip-card{perspective:1000px;width:200px;height:250px}.flip-card-inner{position:relative;width:100%;height:100%;transition:transform .8s ease-in-out;transform-style:preserve-3d}.flip-card:hover .flip-card-inner{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px;border-radius:10px;box-shadow:0 2px 10px #0000001a}.flip-card-front{background-color:#fff;color:#333}.flip-card-back{background-color:#f6f6f6;color:#333;transform:rotateY(180deg)}.flip-card-front h3,.flip-card-back h3{font-size:1.1rem;font-weight:600;margin:0}.flip-card-back p{font-size:1rem;margin:10px 0;text-align:center}.flip-arrow{position:absolute;bottom:10px;right:10px;width:24px;height:24px;stroke:#333}.flip-card-front .flip-arrow{stroke:#333}.flip-icon{width:40px;height:40px;margin-bottom:10px}.how-we-work-cta{margin-top:40px;display:flex;justify-content:center;gap:50px;margin-bottom:20px;margin-right:20px}.cta-button{display:flex;align-items:center;justify-content:center;border:none;border-radius:5px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .3s ease,transform .3s ease;margin-left:7px;margin-right:30px;max-width:158px}.cta-button:hover{transform:scale(1.05)}.cta-icon{width:100%;height:50px;margin-right:0}.iztri-numbers-section{padding:20px 20px 40px;background-color:#0078ff;margin:70px 65px 0 45px;border-radius:10px}.iztri-numbers-content{max-width:2200px;margin:0;text-align:center}.iztri-numbers-box{display:flex;justify-content:center;flex-wrap:wrap;margin-top:20px;border-radius:15px;margin-left:30px;margin-right:50px}.iztri-numbers-item{flex:1;min-width:200px;padding:20px;text-align:center}.iztri-numbers-stat{font-size:4rem;font-weight:700;color:#fff;margin-bottom:0;margin-top:0}.iztri-numbers-label{font-size:1.1rem;font-weight:500;color:#fff;margin-top:0;margin-bottom:0}.iztri-numbers-subtext{font-size:1.1rem;color:#fff;margin:0;font-weight:300!important}.why-us-section{padding:20px 20px 40px;background-color:#e7f8ff;margin:65px 65px 45px 45px;border-radius:10px}.why-us-content{max-width:1400px;margin:0 auto;text-align:center;z-index:1}.why-us-grid{display:grid;grid-template-columns:repeat(4,minmax(300px,1fr));margin:30px 200px 50px 130px}.why-us-item{padding:20px;border-radius:15px;box-shadow:0 6px 15px #0003;transition:transform .3s ease;z-index:1;background-color:#fff;max-width:200px}.why-us-item:hover{transform:scale(1.05)}.why-us-icon{width:60px;height:60px;stroke:#333;margin-bottom:15px;margin-left:27px}.why-us-text1{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;font-weight:700;color:#333;margin:1px 0;letter-spacing:.02em;align-items:top}.why-us-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#333;margin:0;line-height:1.6;letter-spacing:.01em}.why-us-text2{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#333;margin:10px 50px 0;line-height:1.6;letter-spacing:.01em}.why-us-cta{display:flex;justify-content:center;gap:40px;margin-top:15px}.our-values-item{flex:0 0 25%;padding:20px;border-radius:15px;box-shadow:0 6px 15px #0003;transition:transform .3s ease;background-color:#fff;z-index:1}.our-values-item:hover{transform:scale(1.05)}.our-values-icon{width:50px;height:50px;stroke:#fff;margin-bottom:20px}.our-values-text1{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.8rem;font-weight:700;color:#0c9199;margin:10px 0;letter-spacing:.02em}.our-values-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.2rem;font-weight:500;color:#0c9199;margin:0;line-height:1.6;letter-spacing:.01em}.our-values-cta{margin-top:20px;display:flex;justify-content:center;gap:10px}.testimonial-section{width:100%;background-color:#fff;padding:40px -20px 0 20px;box-sizing:border-box;text-align:center;position:relative;z-index:1;max-height:300px}.testimonial-content{max-width:800px;margin:0 auto 20px;position:relative;padding:20px;min-height:300px}.testimonial-wrapper{position:relative;width:100%;height:100%}.testimonial-item{display:none;position:relative;width:100%;height:100%}.testimonial-item.active{display:block}.testimonial-stars{display:flex;justify-content:center;margin-bottom:15px}.star-icon{width:24px;height:24px;fill:#ffd75f;stroke:none}.testimonial-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#333;margin:0 0 15px;line-height:1.6}.testimonial-author{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.2rem;font-weight:600;color:#333;margin:0}.testimonial-location{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;color:#333;margin:5px 0 0}.offer-section{width:100%;height:100vh;padding:20px 0;background:linear-gradient(to bottom right,#00c4cc,#059669);text-align:center;position:relative;z-index:1;display:flex;align-items:center;justify-content:center}.offer-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:3.5rem;font-weight:700;color:#fff;transition:all .5s ease;display:flex;flex-direction:row;gap:10px;--visibility: 0}.offer-part1,.offer-part2{white-space:nowrap;transform:translateY(0);transition:transform .5s ease,opacity .5s ease}.offer-part1{color:#0c9199}.offer-part2{color:#fff}.offer-text[data-active=false] .offer-part1{transform:translateY(0);opacity:1}.offer-text[data-active=false] .offer-part2{transform:translateY(0);opacity:0}.offer-text[data-active=true] .offer-part1{transform:translateY(-60px);opacity:1}.offer-text[data-active=true] .offer-part2{transform:translateY(60px);opacity:1}.footer{width:100vw!important;background-color:#fff!important;box-sizing:border-box;position:relative;z-index:2;left:0;right:0;padding:30px 0 0!important;border-top:3px solid #959595!important;box-shadow:0 4px 8px #0006!important}.footer-content{width:100vw!important;margin:0;display:flex;flex-wrap:wrap;justify-content:center;gap:20px;padding:40px;box-sizing:border-box;min-width:fit-content;min-height:300px;color:#333;padding-right:10px!important;padding-bottom:10px!important}.footer-content>div{flex-grow:1;padding:0!important;margin-left:auto;margin-right:auto}.footer-logo{display:flex;align-items:center;gap:5px!important;margin-bottom:15px;margin-left:1px!important}.footer-logo .logo{height:80px;width:80px!important;gap:5px!important}.footer-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem!important;color:#333!important;font-weight:400;margin-bottom:15px;word-spacing:normal;margin-left:10px}.footer-social{display:flex;justify-content:start!important;gap:20px!important;margin-bottom:25px;margin-top:20px;margin-right:20px!important}.footer-cta{display:flex;flex-direction:column;gap:10px;align-items:flex-start!important;margin-bottom:25px;justify-content:flex-start!important;margin-left:1px}.footer-column h4{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.4rem;font-weight:600;color:#0c9199!important;margin-bottom:20px;margin-top:5px}.footer-column a{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem!important;font-weight:400;color:#333!important;text-decoration:none}.footer-column a:hover{color:#0c9199!important}.footer-column span{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem!important;font-weight:400;color:#333!important}.contact-icon{width:20px;height:20px;stroke:#0c9199!important}.qr-code{position:fixed;bottom:40px!important;right:50px!important;width:120px;height:160px;z-index:1000;background:#fff!important;border:2px solid black;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;box-shadow:none;transition:transform .3s ease}.qr-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.9rem;font-weight:600;color:#00c4cc;margin-top:2px;padding:0;border-radius:0;margin-bottom:15px}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000}.popup-content{background:#fff;width:60%;max-width:500px;height:50vh;display:flex;flex-direction:column;border-radius:10px;overflow:hidden;position:relative}.close-button{position:absolute;top:10px;right:10px;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#00c4cc}.popup-image{width:100%;height:50%;display:flex;justify-content:center;align-items:center;background-color:#f0f0f0}.popup-image img{width:100%;height:100%;object-fit:cover}.popup-text{width:100%;height:60%;display:flex;justify-content:center;align-items:center;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.7rem;font-weight:600;color:#00c4cc;text-align:center;padding:0 20px}.experience-section{background-color:#00c4cc;padding:10px 20px 30px;text-align:center}.experience-content{max-width:1200px;margin:0 auto}.experience-title{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:2.4rem;font-weight:700;color:#fff;margin-bottom:15px}.experience-description{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.2rem;color:#fff;margin-bottom:20px}.experience-cta{display:flex;justify-content:center;gap:40px;margin-bottom:15px}.experience-note{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1rem;color:#fff;opacity:.8}@media (max-width: 768px){.hero{width:90%;height:calc(100vh - 60px);margin-top:60px}.banner-image{width:95%}.banner-overlay{left:5%;padding-left:15px}.banner-overlay-text{font-size:2rem;text-align:left}.banner-arrow{width:40px;height:40px}.left{left:10px}.right{right:10px}.dot{width:8px;height:8px}.services-section{padding:60px 15px;margin:60px 20px 20px}.services-content{max-width:100%}.services-container{padding:10px}.services-grid{flex-direction:column;flex-wrap:wrap;gap:15px}.services-item{border-right:none;border-bottom:1px solid #e0e0e0}.services-item:last-child{border-bottom:none}.services-image{height:120px}.service-stamp{font-size:.8rem;width:80px;height:80px;padding:5px}.how-we-work-section{padding:60px 15px}.how-we-work-content{max-width:100%}.how-we-work-grid{grid-template-columns:repeat(2,1fr)}.section-title{font-size:3rem}.section-description{font-size:1.3rem}.how-we-work-cta{margin-top:40px;margin-left:15px;margin-right:15px}.why-us-cta{margin-top:30px;margin-left:15px;margin-right:15px}.our-values-cta{margin-top:40px;margin-left:15px;margin-right:15px}.cta-button{padding:12px 28px;margin-left:35px;margin-right:35px;min-width:180px}.cta-icon{height:50px}.iztri-numbers-section{padding:40px 15px}.iztri-numbers-content{max-width:100%}.iztri-numbers-box{margin-left:15px;margin-right:15px;flex-direction:column;gap:20px}.iztri-numbers-item{min-width:100%}.why-us-section{padding:60px 15px}.why-us-grid{grid-template-columns:1fr;gap:15px}.why-us-icon{width:40px;height:40px}.why-us-text1{font-size:1.5rem;font-weight:700}.why-us-text{font-size:1.1rem;font-weight:500}.our-values-section{padding:60px 15px}.our-values-content{max-width:100%;margin:0 auto;text-align:center}.our-values-grid{flex-wrap:wrap;gap:15px;justify-content:center;width:100%}.our-values-item{flex:0 0 100%;max-width:100%;margin:0 auto}.our-values-icon{width:40px;height:40px}.our-values-text1{font-size:1.5rem;font-weight:700}.our-values-text{font-size:1.1rem;font-weight:500}.testimonial-section{padding:40px 15px 80px;min-height:300px}.testimonial-content{max-width:90%;min-height:250px}.testimonial-text{font-size:1.2rem}.testimonial-author{font-size:1.1rem}.testimonial-location{font-size:.9rem}.offer-section{height:100vh;padding:15px 0}.offer-text{font-size:2.5rem}.footer-content{padding:0 20px;flex-direction:column;align-items:flex-start;gap:20px}.footer-content>div{padding:0 5px;margin-left:0;margin-right:0}.footer-cta{align-items:center;justify-content:center;margin-left:20px;width:auto}.footer-logo .logo{height:30px}.footer-brand{font-size:1.3rem}.footer-description{font-size:1rem;margin-bottom:10px}.footer-social{margin-bottom:20px}.social-button{width:36px;height:36px;background-color:transparent!important}.social-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.footer-cta{margin-bottom:20px}.footer-column{margin-bottom:15px;margin-left:0}.footer-column h4{font-size:1.3rem}.footer-column a,.footer-column span,.contact-item span{font-size:1.1rem}.qr-code{width:110px;height:130px;bottom:15px;visibility:collapse}.qr-text{font-size:.8rem}.popup-content{width:90%;height:50vh}.popup-image{width:100%;height:50%;object-fit:cover}.popup-image img{width:100%;height:100%;object-fit:cover}.popup-text{font-size:1.5rem;padding:15px}}@media (max-width: 480px){.hero{width:100%;margin-top:65px;height:70vh;max-height:fit-content}.banner-image{width:100%;object-fit:contain;margin-left:2px}.banner-wrapper{height:50%;width:100%}.banner-overlay{left:10%;padding-left:10px;width:80%}.banner-overlay-text{font-size:2rem;text-align:center;color:#fff}.banner-arrow{width:36px;height:36px}.left{left:5px;color:#fff}.right{right:5px;color:#fff}.dot{width:6px;height:6px}.services-section{padding:40px 0;margin:40px 0 0}.section-description{margin-left:10px!important;margin-right:10px!important}.services-content{max-width:100%;margin-right:30px!important}.services-container{padding:5px}.services-grid{gap:10px}.services-image{height:100px}.service-stamp{font-size:.7rem;width:60px;height:60px;padding:5px;bottom:75px;right:65px}.services-item{padding:10px}.how-we-work-section{padding:20px 10px 40px 0;margin:0 20px 20px}.how-we-work-grid{display:flex;flex-direction:column;margin-right:20px;margin-left:40px!important}.how-we-work-cta{margin-top:30px;margin-left:10px;margin-right:10px}.iztri-numbers-section{padding:40px 10px;margin-left:20px;margin-right:20px}.iztri-numbers-content{max-width:100%}.iztri-numbers-box{margin-left:10px;margin-right:10px;flex-direction:column;gap:15px}.iztri-numbers-item{min-width:100%}.why-us-cta{margin-top:30px;margin-left:10px;margin-right:10px;gap:0px}.our-values-cta{margin-top:30px;margin-left:20px;margin-right:20px}.cta-button{padding:10px 28px;margin-left:2px;margin-right:2px;width:150px}.cta-icon{height:45px}.why-us-section{padding:40px 20px;margin-left:20px;margin-right:20px}.why-us-grid{grid-template-columns:1fr;gap:15px;margin-left:50px;margin-right:5px}.why-us-icon{width:36px;height:36px}.why-us-text1{font-size:1.4rem;font-weight:700}.why-us-text{font-size:1rem;font-weight:500}.our-values-section{padding:40px 20px}.our-values-content{max-width:100%;margin:0 auto;text-align:center}.our-values-grid{flex-wrap:wrap;gap:15px;justify-content:center;width:95%}.our-values-item{flex:0 0 100%;max-width:100%;margin:0 auto}.our-values-icon{width:36px;height:36px}.our-values-text1{font-size:1.4rem;font-weight:700}.our-values-text{font-size:1rem;font-weight:500}.testimonial-section{padding:0 10px 60px;min-height:250px}.testimonial-content{max-width:95%}.testimonial-text{font-size:1.1rem;text-align:justify}.testimonial-author{font-size:1rem}.testimonial-location{font-size:.8rem}.offer-section{height:100vh;padding:10px 0}.offer-text{font-size:2rem}.footer{padding:30px 0;width:100vw!important;margin-bottom:0}.footer-content{padding:0 15px;flex-direction:column;align-items:flex-start;gap:15px;margin-left:0!important}.footer-content>div{padding:0 5px;margin-left:0;margin-right:0}.footer-cta{align-items:center;justify-content:center;margin-left:10px;width:auto;margin-top:10px}.footer-logo .logo{height:25px}.footer-brand{font-size:1.2rem}.footer-description{font-size:.9rem;margin-bottom:10px}.footer-social{margin-bottom:15px;gap:10px}.social-button{width:32px;height:32px;background-color:transparent!important}.social-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.footer-cta{margin-bottom:20px}.footer-column{margin-bottom:10px;margin-left:0}.footer-column h4{font-size:1.2rem}.footer-column a,.footer-column span,.contact-item span{font-size:1rem}.qr-code{width:100px;height:120px;bottom:10px;margin-bottom:50px}.qr-text{font-size:.7rem}.popup-content{width:90%;height:50vh}.popup-image{width:100%;height:50%;object-fit:cover}.popup-image img{width:100%;height:100%;object-fit:cover}.popup-text{font-size:1.2rem;padding-bottom:50px}.close-button{font-size:40px;top:5px;right:0}}.section--landing-bold{padding:0;background-color:#fff;transition:padding .5s ease}.section--landing-bold--offer{position:relative;z-index:1}.offer-card{background-color:#0c9199;border-radius:4.31921px;padding:121.036px 40px;text-align:center;transition:border-radius .5s ease,padding .5s ease}.offer-card__overline{font-size:1.7rem;color:#fff;margin-bottom:147.348px;transform:translate3d(-36.6345px,0,0) scale(1.19711);transition:margin-bottom .5s ease,transform .5s ease}.offer-card__title{font-size:2.5rem;font-weight:700;margin-bottom:10.798px;transition:margin-bottom .5s ease}.offer-card__title--start,.offer-card__title--end{display:inline-block;transform:translate3d(20.5785px,-110.968px,0) scale(1.19711);transition:transform .5s ease}.offer-card__title--highlight{color:#00c4cc}.offer-card__button-container{margin-top:20px}.rinse-button{display:inline-block;padding:12px 24px;background-color:#00c4cc;color:#fff;text-decoration:none;border-radius:8px;font-size:1.1rem;font-weight:600;transition:background-color .3s ease}@media (max-width: 768px){.section--landing-bold{padding:0 20px}.offer-card{padding:30px 20px}.offer-card__overline{font-size:1rem;margin-bottom:30px}.offer-card__title{font-size:2rem}.rinse-button{padding:10px 20px;font-size:1rem}}@media (max-width: 480px){.section--landing-bold{padding:0 10px}.offer-card{padding:20px 10px}.offer-card__overline{font-size:.9rem;margin-bottom:20px}.offer-card__title{font-size:1.5rem}.rinse-button{padding:8px 16px;font-size:.9rem}}@media (max-width: 768px){.experience-section{padding:30px 15px;margin:20px 30px}.experience-title{font-size:2rem}.experience-description{font-size:1.1rem}.cta-button{padding:10px 20px;min-width:150px}.cta-icon{height:45px}}@media (max-width: 480px){.experience-section{padding:25px 10px;margin:20px;border-radius:10px}.experience-title{font-size:1.5rem}.experience-description{font-size:1rem}.cta-button{padding:8px 16px;min-width:130px}.cta-icon{height:40px}.experience-cta{gap:10px}}.header{position:fixed;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding-left:10px;background-color:#fff;transition:background-color .5s ease,height .3s ease,padding .3s ease,box-shadow .3s ease;z-index:1000;box-sizing:border-box;overflow:hidden}.header-content-wrapper{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}.logo-wrapper{padding:5px 10px;border-radius:5px;margin-left:20px;display:flex;align-items:center;gap:5px}.monogram{width:50px;height:50px}.logo{width:80px;height:80px;margin-bottom:5px}.header.scrolled .monogram,.header.scrolled .logo{filter:none}nav{margin-right:50px;display:flex;align-items:center}nav ul{list-style:none;display:flex;gap:39px;margin:0;padding-bottom:4px}nav a{color:#333;text-decoration:none;font-size:1.1rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-weight:600;position:relative;transition:transform .3s ease,color .3s ease}.header.scrolled nav a{color:#333}nav a:hover{color:#333}.header.scrolled nav a:hover{transform:translateY(-5px)}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer;position:absolute;top:50%;right:15px;transform:translateY(-50%)}.hamburger span{width:100%;height:3px;background-color:#333;transition:all .3s ease}.hamburger .close-symbol{font-size:5rem;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.header.scrolled .hamburger span{background-color:#000}.header.scrolled .hamburger .close-symbol{color:#000}.nav-menu{display:none}.nav-menu.open{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:transparent;justify-content:flex-start;align-items:flex-start;padding:10px 10px 20px;z-index:1001;background-image:url(/assets/ham-CHL53cKu.png);background-size:cover;background-position:center;background-repeat:no-repeat;max-height:100vh;overflow-y:hidden;touch-action:none}.nav-menu .close-btn{position:absolute;top:15px;right:20px;font-size:4rem;color:#fff;cursor:pointer}.nav-menu.open ul{width:100%;list-style-type:none;padding-left:60px;padding-top:10px}.nav-menu.open li{margin:10px 0;width:100%}.nav-menu.open a{color:#fff!important;font-size:1.5rem;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;text-align:left;padding:1000px 0}.nav-menu.open a:hover{transform:translateY(-5px)}.cta-container{display:flex;flex-direction:column;gap:30px;width:100%;margin-top:auto;padding:20px 0}.cta-container .cta-button{display:flex;align-items:center;justify-content:center;padding:8px;border:none;border-radius:5px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1rem;font-weight:500;text-decoration:none;transition:opacity .3s ease,transform .3s ease}.cta-container .cta-button:hover{opacity:.8;transform:scale(1.05)}.cta-container .cta-icon{width:100%;height:100%;margin-right:0}@media (max-width: 768px){.header{padding:15px;height:60px}.logo-wrapper{padding:4px 8px;margin-left:0}.monogram{width:30px;height:30px}.logo{height:30px}nav{margin-right:0;position:relative;width:auto;display:block}nav ul{display:none}.hamburger{display:flex}.nav-menu.open{padding:10px 10px 20px}.nav-menu.open li{margin:10px 0}.nav-menu.open a{font-size:1.5rem;padding:10px 0}.nav-menu.open .cta-container{margin-top:auto}nav a:hover,.nav-menu.open a:hover{transform:translateY(-3px)}}@media (max-width: 480px){.header{flex-direction:row;align-items:center;height:60px;padding:15px 10px 10px;overflow:hidden}.header-content-wrapper{margin-top:5px;margin-bottom:5px}.logo{height:40px;width:auto}.logo-wrapper{padding:3px 6px;margin-left:0}.monogram{width:40px;height:40px}.hamburger{top:50%;right:15px;transform:translateY(-50%);width:25px;height:18px}.hamburger span{height:2.5px}.nav-menu.open{padding:10px 5px 15px 10px}.nav-menu.open li{margin:5px 0}.nav-menu.open a{font-size:3rem;padding:5px 0}.nav-menu.open .cta-container{margin-top:auto;padding:10px 50px 60px 80px}.nav-menu .close-btn{font-size:5rem}nav a:hover,.nav-menu.open a:hover{transform:translateY(-3px)}}.about-page{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;overflow-x:hidden;position:relative;width:100vw;background-color:#fff}.about-content{flex:1;display:flex;justify-content:center;align-items:center;padding:90px 10px 0;width:100%;box-sizing:border-box}.about-content-wrapper{width:100%;max-width:2200px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;margin:0 55px 0 35px}.about-image-container{width:50%}.about-image{width:100%;height:auto;object-fit:cover;margin-right:20px;margin-top:110px;border-radius:10px}.about-text-container{width:55%;background-color:#fff;padding:20px;border-radius:10px;padding-top:0!important}.about-title{font-size:2rem;font-weight:700;color:#333;margin-bottom:20px;text-align:left;margin-top:0!important}.about-text{font-size:1.4rem;text-align:justify;color:#000;border-radius:10px;margin-bottom:120px;padding-top:0!important;margin-top:10px!important}.values-section{padding:30px 0;background-color:#c8fcff!important;border-radius:10px;margin:0 40px;margin-right:65px!important}.values-content{max-width:1450px;margin:0 auto;text-align:center}.section-title{font-size:2rem;font-weight:550;color:#333;margin-bottom:20px;margin-top:10px}.section-description{font-size:1.5rem;color:#333;max-width:800px;margin:0 auto 40px;margin-bottom:40px!important}.values-grid{display:flex;flex-wrap:nowrap;gap:25px;margin-right:120px;margin-left:50px}.values-item{flex:0 0 25%;padding:20px;border-radius:15px;box-shadow:0 6px 15px #0003;background-color:#fff;transition:transform .3s ease}.values-item:hover{transform:scale(1.05)}.our-values-icon{width:50px;height:50px;margin-bottom:20px;border-radius:10px;margin-left:60px}.our-values-text1{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.5rem;font-weight:700;color:#333;margin:10px 0;letter-spacing:.02em}.our-values-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.1rem;font-weight:500;color:#333;margin:0;line-height:1.6;letter-spacing:.01em}.values-cta{margin-top:30px;display:flex;justify-content:center;margin-left:20px}.footer{width:100vw!important;background-color:#0c9199;padding:60px 0;box-sizing:border-box;position:relative;z-index:2;left:0;right:0}.footer-content{width:100vw!important;margin:0;display:flex;flex-wrap:wrap;justify-content:space-between;gap:100px;padding:40px;box-sizing:border-box;min-width:fit-content;min-height:300px;color:#fff}.footer-content>div{flex-grow:1;padding:0 5px;margin-left:auto;margin-right:50px}.footer-social{display:flex;justify-content:flex-start;gap:15px;margin-bottom:25px;margin-top:20px}.footer-social .social-button{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:background-color .3s ease;text-decoration:none;background:transparent!important;overflow:visible}.footer-social .social-button img{width:100%;height:100%;object-fit:contain}.footer-cta{display:flex;flex-direction:column;gap:10px;align-items:flex-start;margin-bottom:25px}.footer-column{margin-bottom:20px;margin-left:100px;gap:10px}.footer-column h4{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.4rem;font-weight:600;color:#fff;margin-bottom:20px;margin-top:5px}.footer-column a{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.2rem;font-weight:400;color:#ccc;text-decoration:none}.footer-column a:hover{color:#0c9199}.contact-icon{width:20px;height:20px;stroke:#0c9199}.qr-code{position:fixed;bottom:20px;right:20px;width:120px;height:160px;z-index:1000;background:transparent;border:2px solid black;border-radius:10px;overflow:hidden;display:flex;flex-direction:column;align-items:center;box-shadow:none;transition:transform .3s ease}.qr-code:hover{transform:scale(1.05)}.qr-code img{width:90%;height:100%;border-radius:5px;margin-bottom:4px}.qr-text{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:.9rem;font-weight:600;color:#00c4cc;margin-top:2px;background:transparent;padding:0;border-radius:0;margin-bottom:15px}@media (max-width: 768px){.about-content{padding:40px 15px}.about-content-wrapper{max-width:100%;flex-direction:column}.about-image-container{width:100%;margin-bottom:20px}.about-text-container{width:100%}.about-title{font-size:2rem}.about-text{font-size:1.5rem}.values-section{padding:60px 15px}.values-content{max-width:100%;margin:0 auto;text-align:center}.values-grid{flex-wrap:wrap;gap:15px;justify-content:center;width:100%}.values-item{flex:0 0 100%;max-width:100%;margin:0 auto}.our-values-icon{width:40px;height:40px}.our-values-text1{font-size:1.5rem;font-weight:700}.our-values-text{font-size:1.1rem;font-weight:500}.footer-content{width:100vw!important;padding:0 20px;flex-direction:column;align-items:flex-start;gap:20px}.footer-content>div{padding:0 5px;margin-left:0;margin-right:0}.footer-logo .logo{height:30px}.footer-brand{font-size:1.3rem}.footer-description{font-size:1rem;margin-bottom:10px}.footer-social{margin-bottom:20px}.social-button{width:36px;height:36px;background-color:transparent!important}.social-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.footer-cta{margin-bottom:20px}.footer-column{margin-bottom:15px;margin-left:0}.footer-column h4{font-size:1.3rem}.footer-column a,.footer-column span,.contact-item span{font-size:1.1rem}.qr-code{width:110px;height:130px;bottom:15px}.qr-text{font-size:.8rem}}@media (max-width: 480px){.about-content{padding:30px 15px}.about-content-wrapper{max-width:100%;flex-direction:column}.about-image-container{width:100%;margin-bottom:20px}.about-text-container{width:100%}.about-title{font-size:1.8rem;padding-top:40px;text-align:left}.about-text{font-size:1.2rem}.about-image{height:200px;width:300px;padding-left:40px;object-fit:fill}.values-section{padding:40px 20px}.values-content{max-width:100%;margin:0 auto;text-align:center}.values-grid{flex-wrap:wrap;gap:15px;justify-content:center;width:95%;margin-left:5px}.values-item{flex:0 0 100%;max-width:100%;margin:0 auto}.our-values-icon{width:36px;height:36px;display:block;margin:0 auto}.our-values-text1{font-size:1.4rem;font-weight:700}.our-values-text{font-size:1rem;font-weight:500}.footer{padding:30px 0;width:100vw!important;margin-bottom:0}.footer-content{width:100vw!important;padding:0 15px;flex-direction:column;align-items:flex-start;gap:15px}.footer-content>div{padding:0 5px;margin-left:0;margin-right:0}.footer-logo .logo{height:25px}.footer-brand{font-size:1.2rem}.footer-description{font-size:.9rem;margin-bottom:10px}.footer-social{margin-bottom:15px}.social-button{width:32px;height:32px;background-color:transparent!important}.social-icon{width:100%;height:100%;object-fit:cover;border-radius:50%}.footer-cta{margin-bottom:15px}.footer-column{margin-bottom:10px;margin-left:0}.footer-column h4{font-size:1.2rem}.footer-column a,.footer-column span,.contact-item span{font-size:1rem}.qr-code{width:100px;height:120px;bottom:10px;margin-bottom:50px}.qr-text{font-size:.7rem}}.contact-page{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;min-height:100vh;background-color:#fff;display:flex;flex-direction:column;margin:0;padding:0;overflow-x:hidden;position:relative;width:100vw}.contact-content{flex:1;display:flex;justify-content:center;align-items:center;padding:50px 20px;width:100%;box-sizing:border-box;margin-top:50px;margin-bottom:40px}.contact-content-wrapper{width:100%;max-width:1200px;display:flex;justify-content:left;align-items:center;margin:0 20px 0 0;padding-left:10px;gap:50px}.contact-heading{text-align:left;width:50%;height:50%}.careers-imagee{height:50%;width:80%;border-radius:10px;margin-top:px}.contact-page h1{font-size:2rem;font-weight:700;color:#00c4cc;margin-bottom:30px;text-align:right;padding-left:160px}.contact-form{max-width:500px;width:200%;margin:40px auto 0;display:flex;flex-direction:column;gap:20px;background:#fff9f9f2;padding:30px;border-radius:15px;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease}.form-group{text-align:left}.form-group label{font-size:1.2rem;color:#333;display:block;margin-bottom:5px;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px;font-size:1rem;border:2px solid #333;border-radius:8px;box-sizing:border-box;background:#fff;transition:border-color .3s ease;color:#000}.form-group input:focus,.form-group textarea:focus{outline:none}.form-group textarea{height:150px;resize:vertical}.submit-button{padding:12px 25px;background:linear-gradient(90deg,#00c4cc,#059669);color:#fff;border:none;border-radius:8px;font-size:1.2rem;font-weight:600;cursor:pointer;transition:background .3s ease,transform .3s ease}.submit-button:hover{background:linear-gradient(90deg,#059669,#00c4cc);transform:scale(1.05)}@media (max-width: 768px){.contact-content{padding:40px 15px;margin-top:60px}.contact-content-wrapper{max-width:100%;flex-direction:column;align-items:center}.contact-heading{margin-bottom:20px}.contact-page h1{font-size:2.5rem}.contact-form{max-width:400px;padding:20px}.form-group label{font-size:1.1rem}.form-group input,.form-group textarea{font-size:.9rem;padding:10px}.submit-button{font-size:1.1rem;padding:8px 16px}.footer{padding:40px 15px}.footer-content{grid-template-columns:1fr;padding-bottom:15px}.footer-logo .logo{height:30px}.footer-brand{font-size:1.3rem}.footer-description{font-size:1rem;margin-bottom:10px}.social-button{width:36px;height:36px}.social-icon{width:18px;height:18px}.footer-column h4{font-size:1.3rem}.footer-column a,.footer-column span,.contact-item span{font-size:1.1rem}.footer-bottom p{font-size:.9rem}}@media (max-width: 480px){.contact-content{padding:30px 10px;margin-top:50px}.contact-content-wrapper{flex-direction:column;align-items:center}.contact-heading{margin-bottom:0;margin-top:20px}.careers-imagee{width:600px;height:auto;object-fit:cover;max-width:100%}.contact-page h1{font-size:2rem;padding-left:70px!important;padding-right:80px!important}.contact-form{max-width:300px;padding:15px 15px 15px 0}.form-group label{font-size:1rem}.form-group input,.form-group textarea{font-size:.8rem;padding:8px}.submit-button{font-size:1rem;padding:6px 12px}.footer{padding:30px 10px}.footer-content{padding-bottom:10px}.footer-logo .logo{height:25px}.footer-brand{font-size:1.2rem}.footer-description{font-size:.9rem;margin-bottom:10px}.social-button{width:32px;height:32px}.social-icon{width:16px;height:16px}.footer-column h4{font-size:1.2rem}.footer-column a,.footer-column span,.contact-item span{font-size:1rem}}.careers-page{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;overflow-x:hidden;position:relative;width:100vw;background-color:#fff}.careers-content{flex:1;display:flex;justify-content:left;align-items:center;padding:50px 20px;width:100%;box-sizing:border-box;min-height:calc(100vh - 80px);margin-left:100px}.careers-content-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0}.careers-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center;color:#00c4cc}.careers-text{font-size:1.5rem;text-align:left;color:#333;max-width:100%;padding-left:200px}.careers-text1{font-size:2rem;color:#333;max-width:100%;padding-left:200px;font-weight:600}.careers-image{max-width:45%;height:auto;margin-bottom:0;border-radius:10px}.footer-content{max-width:1250px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;padding-bottom:20px;width:100%;box-sizing:border-box;padding-left:50px!important}@media (max-width: 768px){.careers-content{padding:40px 15px}.careers-content-wrapper{flex-direction:column;align-items:center;max-width:100%}.careers-text{max-width:90%;padding-left:0;text-align:center}.careers-image{max-width:90%;height:auto;margin-bottom:20px}.footer{padding:40px 15px}.footer-content{grid-template-columns:1fr;padding-bottom:15px}.footer-logo .logo{height:30px}.footer-brand{font-size:1.3rem}.footer-description{font-size:1rem;margin-bottom:10px}.social-button{width:36px;height:36px}.social-icon{width:18px;height:18px}.footer-column h4{font-size:1.3rem}.footer-column a,.footer-column span,.contact-item span{font-size:1.1rem}.footer-bottom p{font-size:.9rem}}@media (max-width: 480px){.careers-content{padding:30px 10px;margin-left:0!important}.careers-content-wrapper{flex-direction:column;align-items:center;max-width:100%}.careers-text{max-width:95%;padding-left:10px!important;text-align:center;font-size:1.1rem;padding-right:0!important}.careers-text1{padding-left:30px!important}.careers-image{max-width:85%;height:auto;margin-bottom:15px}.footer{padding:30px 10px}.footer-content{padding-bottom:10px}.footer-logo .logo{height:25px}.footer-brand{font-size:1.2rem}.footer-description{font-size:.9rem;margin-bottom:10px}.social-button{width:32px;height:32px}.social-icon{width:16px;height:16px}.footer-column h4{font-size:1.2rem}.footer-column a,.footer-column span,.contact-item span{font-size:1rem}}.press-page{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;overflow-x:hidden;position:relative;width:100vw;background-color:#fff}.press-content{flex:1;display:flex;justify-content:center;align-items:center;padding:50px 20px;width:100%;box-sizing:border-box;min-height:calc(100vh - 80px)}.press-content-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0 auto}.press-title{font-size:2.5rem;font-weight:700;margin-bottom:20px;text-align:center;color:#00c4cc}.press-text{font-size:2rem;text-align:center}@media (max-width: 768px){.press-content{padding:40px 15px}.press-content-wrapper{max-width:100%}.press-title{font-size:2rem}.press-text{font-size:1.5rem}.footer{padding:40px 15px}.footer-content{grid-template-columns:1fr;padding-bottom:15px}.footer-logo .logo{height:30px}.footer-brand{font-size:1.3rem}.footer-description{font-size:1rem;margin-bottom:10px}.social-button{width:36px;height:36px}.social-icon{width:18px;height:18px}.footer-column h4{font-size:1.3rem}.footer-column a,.footer-column span,.contact-item span{font-size:1.1rem}.footer-bottom p{font-size:.9rem}}@media (max-width: 480px){.press-content{padding:30px 10px}.press-content-wrapper{max-width:100%}.press-title{font-size:1.8rem}.press-text{font-size:1.2rem}.footer{padding:30px 10px}.footer-content{padding-bottom:10px}.footer-logo .logo{height:25px}.footer-brand{font-size:1.2rem}.footer-description{font-size:.9rem;margin-bottom:10px}.social-button{width:32px;height:32px}.social-icon{width:16px;height:16px}.footer-column h4{font-size:1.2rem}.footer-column a,.footer-column span,.contact-item span{font-size:1rem}}.blog-page{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;min-height:100vh;display:flex;flex-direction:column;margin:0;padding:0;overflow-x:hidden;position:relative;width:100vw;background-color:#fff}.blog-content{flex:1;display:flex;justify-content:left;align-items:center;padding:0 20px 50px;width:100%;box-sizing:border-box;min-height:calc(100vh - 80px);margin-left:100px}.blog-content-wrapper{width:100%;max-width:1200px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0}.blog-heading{font-size:2rem;font-weight:700;margin-bottom:20px;text-align:left;color:#333;font-weight:600;margin-top:100px}.blog-text{font-size:1.5rem;text-align:left;color:#333;max-width:100%;padding-left:200px}.blog-image{max-width:45%;height:auto;margin-bottom:0;border-radius:10px}.footer{width:100vw;background-color:#222;padding:60px 20px;box-sizing:border-box;position:relative;z-index:2;overflow-x:hidden}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:30px;padding-bottom:20px;width:100%;box-sizing:border-box}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:15px}.footer-logo .logo{height:40px;width:auto}.footer-brand{font-size:1.5rem;font-weight:700;color:#fff}.footer-description{font-size:1.1rem;color:#ccc;margin-bottom:15px}.footer-social{display:flex;justify-content:center;gap:10px;margin-bottom:15px}.social-button{width:40px;height:40px;background:linear-gradient(45deg,#00c4cc,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}.social-button:hover{transform:rotate(360deg) scale(1.1);box-shadow:0 0 10px #00c4cc}.social-icon{width:20px;height:20px;stroke:#fff}.footer-cta{display:flex;flex-direction:column;gap:10px;align-items:center}.footer-column h4{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.4rem;font-weight:600;color:#00c4cc;margin-bottom:20px}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column li{margin-bottom:12px}.footer-column a{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.2rem;font-weight:400;color:#ccc;text-decoration:none;transition:color .3s ease}.footer-column a:hover{color:#00c4cc}.footer-column span{font-family:SF Pro,-apple-system,BlinkMacSystemFont,Inter,sans-serif;font-size:1.2rem;font-weight:400;color:#ccc}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:10px}.contact-icon{width:20px;height:20px;stroke:#00c4cc}.contact-item span{font-size:1.2rem;color:#ccc}.footer-bottom{border-top:1px solid #444;margin-top:30px;padding-top:20px;text-align:center}.footer-bottom p{font-size:1rem;color:#ccc;margin:0}body{margin:0;padding:0;width:100vw;overflow-x:hidden}html{overflow-x:hidden}@media (max-width: 768px){.blog-content{padding:40px 15px}.blog-content-wrapper{flex-direction:column;align-items:center;max-width:100%}.blog-heading{font-size:2.5rem}.blog-text{max-width:90%;padding-left:0;text-align:center}.blog-image{max-width:90%;height:auto;margin-bottom:20px}.footer{padding:40px 15px}.footer-content{grid-template-columns:1fr;padding-bottom:15px}.footer-logo .logo{height:30px}.footer-brand{font-size:1.3rem}.footer-description{font-size:1rem;margin-bottom:10px}.social-button{width:36px;height:36px}.social-icon{width:18px;height:18px}.footer-column h4{font-size:1.3rem}.footer-column a,.footer-column span,.contact-item span{font-size:1.1rem}.footer-bottom p{font-size:.9rem}}@media (max-width: 480px){.blog-content{padding:30px 10px;margin-left:0!important;margin-top:0!important}.blog-content-wrapper{flex-direction:column;align-items:center;max-width:100%}.blog-heading{font-size:2rem}.blog-text{max-width:85%;padding-left:0;text-align:justify;font-size:1.2rem}.blog-image{max-width:85%;height:auto;margin-bottom:15px}.footer{padding:30px 10px}.footer-content{padding-bottom:10px}.footer-logo .logo{height:25px}.footer-brand{font-size:1.2rem}.footer-description{font-size:.9rem;margin-bottom:10px}.social-button{width:32px;height:32px}.social-icon{width:16px;height:16px}.footer-column h4{font-size:1.2rem}.footer-column a,.footer-column span,.contact-item span{font-size:1rem}}
