.full-width-with-background{width:100%;height:600px;min-height:900px;position:relative;overflow:hidden}@media (width<=1024px){.full-width-with-background{height:500px;min-height:700px}}@media (width<=768px){.full-width-with-background{height:400px;min-height:600px}}@media (width<=576px){.full-width-with-background{height:300px;min-height:500px}}.full-width-with-background .banner-background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.full-width-with-background .banner-background video{object-fit:cover;width:auto;min-width:100%;height:auto;min-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.full-width-with-background .desktop-video{object-fit:contain;display:block;transform:translate(-50%,-50%)scale(1.1)}.full-width-with-background .mobile-video{display:none;transform:translate(-50%,-50%)scale(1)}@media (width<=576px){.full-width-with-background .desktop-video{display:none}.full-width-with-background .mobile-video{display:block}}.full-width-with-background .banner-image{object-fit:cover;width:100%;height:100%}.full-width-with-background .banner-content{z-index:2;text-align:left;color:#fff;flex-direction:column;justify-content:center;align-items:flex-start;width:75%;height:100%;margin:0 auto;padding:24px;display:flex;position:relative}.full-width-with-background .banner-title{letter-spacing:1px;word-spacing:0;text-shadow:0 0 10px #0000004d;color:#fff;text-transform:capitalize;max-width:950px;margin-bottom:30px;font-family:Coolvetica rg,sans-serif;font-size:55px;font-weight:500;line-height:1.1em}.full-width-with-background .banner-description{color:#fff;margin-bottom:2rem;font-size:1.2rem}.full-width-with-background .banner-cta{display:inline-block}@media (width<=768px){.full-width-with-background .banner-content{justify-content:end;width:100%}}@media (width<=1024px){.full-width-with-background .banner-title{font-size:32px}}.btn{letter-spacing:1px;cursor:pointer;text-align:center;border:none;border-radius:5px;outline:none;padding:9px 40px;font-family:Red Hat Display,sans-serif;font-size:15px;font-weight:600;line-height:1.2;text-decoration:none;transition:all .3s;display:inline-block}.btn:focus{outline-offset:2px;outline:1px dotted #000}.btn.btn-rounded{border-radius:30px;padding:17px 57px 18px;box-shadow:0 7px 25px #37a38333}.btn-primary-dark{color:#fff;background:#314d80}.btn-primary-dark:hover{background:#3974d3}.btn-primary{color:#fff;background:#3974d3}.btn-primary:hover{background:#314d80}.btn-secondary,.btn-secondary-glowing{color:#fff;background:#37a383;position:relative;overflow:hidden}.btn-secondary:before,.btn-secondary-glowing:before{content:"";z-index:0;background:#3974d3;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-secondary:hover:before,.btn-secondary-glowing:hover:before{width:300px;height:300px}.btn-secondary:hover,.btn-secondary-glowing:hover{color:#fff}.btn-secondary span,.btn-secondary-glowing span{z-index:1;position:relative}.btn-secondary-glowing{letter-spacing:1px;border:2px solid #fff;border-radius:5px;font-size:19px;font-weight:400;box-shadow:0 0 10px 2px #ffffff40}.btn-secondary-border{color:#000814;background:#37a383;border:1px solid #e5e5e5}.btn-secondary-border:hover{color:#3974d3;background:#f5f5f5;border-color:#57b87d}.btn-plane{color:#000814;background:0 0;border:1px solid #e5e5e5}.btn-plane:hover{color:#3974d3;background:#f5f5f5;border-color:#3974d3}.btn-tertiary{color:#3974d3;background:0 0;border:none;position:relative;overflow:hidden}.btn-tertiary:before{content:"";z-index:0;background:#3974d3;border-radius:50%;width:0;height:0;transition:width .4s,height .4s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-tertiary:hover:before{width:300px;height:300px}.btn-tertiary:hover{color:#fff}.btn-tertiary span{z-index:1;position:relative}.btn-large{padding:14px 26px;font-size:19px;font-weight:700}.problem-section{background:#fff;padding:50px 0;position:relative;overflow:hidden}.problem-container{grid-template-columns:1.1fr 1fr;gap:80px;max-width:1280px;margin:0 auto;padding:0 48px;display:grid}.problem-left-pane{flex-direction:column;justify-content:flex-start;height:fit-content;display:flex;position:sticky;top:0}.problem-description{color:#000814;margin-bottom:20px;font-family:Red Hat Display,sans-serif;font-size:18px;line-height:25px}.problem-description:last-child{margin-bottom:0}.problem-right-pane{flex-direction:column;gap:50px;display:flex;position:relative}.problem-card{z-index:2;opacity:.5;align-items:flex-start;gap:28px;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1);display:flex;position:relative;transform:translateY(40px)}.problem-card.is-visible{opacity:1;transform:translateY(0)}.problem-card-timeline{z-index:1;background-color:#e0e0e0;width:2px;height:calc(100% - 55px);position:absolute;top:50px;left:22px}.problem-card:last-child .problem-card-timeline{display:none}.problem-icon-wrapper{color:#37a383;background-color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .3s,color .3s,transform .3s;display:flex}.problem-icon-wrapper .problem-svg-icon{stroke-width:2.2px;width:24px;height:24px}.problem-card:not([data-step="4"]):hover .problem-icon-wrapper,.problem-card[data-step="4"]:hover .problem-icon-wrapper{background-color:#000;transform:scale(1.05)}.problem-card-content h3{color:#000;letter-spacing:1px;margin-bottom:12px;font-family:Coolvetica rg,sans-serif;font-size:26px;font-weight:500;line-height:1.5}.problem-card-content p{color:#000814;margin:0;font-family:Red Hat Display,sans-serif;font-size:17px;font-weight:400;line-height:1.5}@media (width<=1024px){.problem-container{grid-template-columns:1fr;gap:60px;padding:0 32px}.problem-left-pane{position:static}.problem-title{font-size:40px}}@media (width<=768px){.problem-section{padding:80px 0}.problem-container{padding:0 24px}.problem-title{font-size:32px}.problem-description{font-size:16px}.problem-card{gap:20px}}@media (width<=576px){.problem-container{padding:0 16px}.problem-title{font-size:28px}.problem-icon-wrapper{width:40px;height:40px}.problem-card-content h3{font-size:22px}.problem-card-content p{font-size:15px}}.info-carousel-section{background-color:#fdfdff;padding:100px 0}.info-carousel-container{max-width:1200px;margin:0 auto;padding:0 48px}.info-carousel-header{text-align:center;z-index:10;max-width:800px;margin:0 auto 60px;position:relative}.info-carousel-title{letter-spacing:1px;font-weight:500;line-height:1.2em}.info-carousel-description{color:#4a5568;letter-spacing:.1px;font-size:18px;font-weight:400;line-height:25px}.info-carousel-description strong{font-family:inherit;font-weight:700}.carousel-viewport{perspective:1200px;justify-content:center;align-items:center;width:100%;max-width:1200px;height:350px;margin:0 auto;display:flex;position:relative}.info-carousel{flex-direction:column;align-items:center;display:flex}.carousel-container{width:100%;height:100%;max-height:390px;transform-style:preserve-3d;transition:width .5s;position:relative}.info-carousel-card{z-index:1;cursor:pointer;opacity:0;pointer-events:none;width:70%;height:auto;color:inherit;text-decoration:none;transition:transform .7s cubic-bezier(.4,1,.4,1),opacity .7s cubic-bezier(.4,1,.5,1);position:absolute;top:0;left:15%}.info-carousel-card.position-left,.info-carousel-card.position-center,.info-carousel-card.position-right{opacity:1;pointer-events:auto}.info-carousel-card-inner{color:#fff;text-align:center;background-color:#315184;border-radius:4px;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;min-height:350px;padding:48px;transition:background-color .3s;display:flex;position:relative;box-shadow:0 20px 40px #1c355e26}.info-carousel-card.active .info-carousel-card-inner{background-color:#2e4d7e}.info-carousel-card.position-hidden{opacity:0;pointer-events:none}.info-carousel-card.position-left{opacity:.45;z-index:2;pointer-events:none;transform:translate(-360px)translateZ(-150px)rotateY(20deg)scale(.9)}.info-carousel-card.position-center{opacity:1;z-index:10;pointer-events:auto;transform:translate(0)translateZ(0)rotateY(0)scale(1)}.info-carousel-card.position-right{opacity:.45;z-index:2;pointer-events:none;transform:translate(360px)translateZ(-150px)rotateY(-20deg)scale(.9)}.info-carousel-icon-wrapper{color:#2ca58d;margin-bottom:24px}.info-carousel-icon-wrapper svg{stroke:currentColor;width:40px;height:40px}.info-carousel-card-title{letter-spacing:1px;color:#fff;margin-bottom:18px;font-style:normal;font-weight:600;line-height:33px}.info-carousel-card-description{color:#ffffffe6;margin:0;font-size:15px;line-height:1.6}.info-carousel-expanded-content{opacity:0;max-height:0;transition:max-height .4s cubic-bezier(.25,1,.5,1),opacity .4s cubic-bezier(.25,1,.5,1),margin-top .4s;position:absolute;bottom:48px;left:48px;right:48px;overflow:hidden}.info-carousel-expanded-content p{color:#ffffffbf;border-top:1px solid #ffffff1a;margin:0;padding-top:12px;font-size:14px;font-weight:600;line-height:1.5}.info-carousel-action-link{align-items:center;gap:8px;margin-top:24px;font-size:14px;font-weight:400;display:flex}.action-text{opacity:0;white-space:nowrap;color:#fff;max-width:0;font-family:Red Hat Display,sans-serif;transition:max-width .4s cubic-bezier(.25,1,.5,1),opacity .4s cubic-bezier(.25,1,.5,1);overflow:hidden}.action-arrow{color:#fff;font-size:18px;transition:transform .3s}.info-carousel-card.position-center:hover .info-carousel-expanded-content{opacity:1;max-height:120px}.info-carousel-card.position-center:hover .action-text{opacity:1;max-width:280px}.info-carousel-card.position-center:hover .action-arrow{transform:translate(4px)}.carousel-controls{z-index:20;justify-content:center;gap:20px;margin-top:20px;display:flex;position:relative}.carousel-arrow-btn{color:#000;cursor:pointer;background:0 0;border:none;border-radius:50%;width:50px;height:50px;font-size:24px;transition:color .3s}.carousel-arrow-btn:hover{color:#37a383}.carousel-arrow-btn:focus{color:#37a383;border-radius:50%}@media (width<=1385px){.carousel-container{width:60%}.info-carousel-card{cursor:pointer;width:80%;min-width:355px;left:10%}.info-carousel-card.position-left{transform:translate(-250px)translateZ(-150px)rotateY(20deg)scale(.9)}.info-carousel-card.position-right{transform:translate(250px)translateZ(-150px)rotateY(-20deg)scale(.9)}.info-carousel-title{font-size:48px}.info-carousel-card-title{font-size:26px}}@media (width<=820px){.carousel-viewport{perspective:none;z-index:1;justify-content:center;align-items:flex-start;width:100%;max-width:100%;height:auto;min-height:auto;margin-top:30px;display:flex;position:relative}.carousel-container{justify-content:center;width:100%;height:auto;display:flex;position:relative;overflow:visible}.info-carousel-card{text-align:left;width:90%;height:auto;transition:opacity .5s;opacity:0!important;pointer-events:none!important;min-width:90%!important;margin:0!important;display:none!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important}.info-carousel-card.position-center{opacity:1!important;pointer-events:auto!important;display:block!important}.carousel-controls{display:flex}}@media (width<=768px){.info-carousel-section{padding:60px 0;overflow:visible}.info-carousel-container{padding:0 24px}.info-carousel-card{width:100%;min-width:none}}.stats-bar{padding:80px 0}.stats-bar--default{background-color:#fdfdff}.stats-bar--blue{background-color:#3974d3}.stats-bar__container{justify-content:center;align-items:center;gap:30px 20px;max-width:1260px;margin:0 auto;padding:80px 48px;display:flex}.stats-bar__cards-wrapper{flex-shrink:1;gap:24px;min-width:45%;display:flex}.stats-bar__message-wrapper{text-align:left;min-width:55%;margin-left:0;margin-right:auto;padding-left:20px}.stats-bar__message{letter-spacing:.1px;color:#314d7f;margin:0;font-family:Red Hat Display,sans-serif;font-size:26px;font-weight:600;line-height:30px}.stats-bar--blue .stats-bar__message{color:#fff}@media (width<=1280px){.stats-bar__container{flex-direction:column;align-items:stretch}.stats-bar__cards-wrapper{flex-direction:row;justify-content:center;width:100%}.stats-bar__message-wrapper{text-align:center;width:100%;max-width:100%;margin-left:0;margin-right:0;padding-left:0}}@media (width<=1024px){.stats-bar__cards-wrapper{flex-direction:column;align-items:center}.stats-bar__cards-wrapper>*{min-width:100%;max-width:100%}.stats-bar__message-wrapper{margin-top:32px}}@media (width<=768px){.stats-bar{padding:60px 0}.stats-bar__container{padding:0 24px}.stats-bar__cards-wrapper{gap:24px}.stats-bar__message-wrapper{margin-top:24px}}.counter-card{text-align:center;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;padding:40px 30px;transition:all .3s;display:flex}.counter-card--white{color:#000814;background-color:#fff;border:2px solid #fdfdff;border-radius:10px;box-shadow:0 0 8px #41a0ba80}.counter-card--colored{box-shadow:none}.counter-card__icon{color:#37a383;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.counter-card__icon svg{width:56px;height:56px}.counter-card__counter{justify-content:center;align-items:baseline;gap:4px;margin-bottom:12px;display:flex}.counter-card__value{font-family:Red Hat Display,sans-serif;font-size:48px;font-weight:700;line-height:1}.counter-card__digit{min-width:.6em;transition:transform .1s;display:inline-block}.counter-card__suffix{font-family:Red Hat Display,sans-serif;font-size:48px;font-weight:700}.counter-card__description{margin:0;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:400;line-height:1.5}@media (width<=768px){.counter-card{padding:24px}.counter-card__icon svg{width:40px;height:40px}.counter-card__value,.counter-card__suffix{font-size:36px}.counter-card__description{font-size:14px}}.story-card{width:100%;color:inherit;border-radius:4px;align-items:flex-end;text-decoration:none;transition:transform .3s;display:flex;position:relative;overflow:hidden}.story-card.large-left{grid-row:1/span 2;height:100%}.story-card.top-right,.story-card.bottom-right{height:100%}.story-image-bg{background-position:50%;background-size:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.story-overlay-card{z-index:2;opacity:0;background-color:#fffffff5;width:85%;max-width:480px;margin-bottom:24px;margin-left:24px;padding:32px;transition:opacity .4s,transform .4s;position:relative;transform:translate(-100%)}.story-overlay-card h3{color:#111;margin-bottom:12px;font-size:19px;font-weight:700;line-height:1.3}.story-overlay-card p{color:#444;margin-bottom:16px;font-size:14px;line-height:1.5}.story-overlay-card .story-arrow-link{color:#37a383;opacity:0;align-items:center;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s .1s,transform .4s .1s,opacity .4s .1s;display:inline-flex;transform:translate(-100%)}.story-overlay-card .story-arrow-link:hover{color:#2ca58d}.story-card:hover .story-image-bg{transform:scale(1.06)}.story-card:hover .story-overlay-card,.story-card:hover .story-arrow-link{opacity:1;transform:translate(0)}@media (width<=768px){.story-card.large-left,.story-card.top-right,.story-card.bottom-right{grid-row:auto;height:340px}.story-overlay-card{width:90%;max-width:100%;margin:0 auto;padding:24px;opacity:1!important;transform:translate(0)!important}.story-card.top-right .story-overlay-card{width:90%}}.connect-section{background-color:#fdfdff;width:100%;padding:100px 0;overflow:hidden}.connect-container{justify-content:space-between;align-items:center;gap:60px;max-width:1280px;margin:0 auto;padding:0 48px;display:flex}.connect-text-column{flex:1;max-width:580px;font-family:RedHatDisplay,sans-serif}.connect-text-column h2{letter-spacing:-.5px}.connect-text-column .connect-btn{margin-top:16px}.connect-visual-column{flex:1;justify-content:flex-end;display:flex;position:relative}.main-image-wrapper{width:480px;height:480px;position:relative}.main-image-wrapper .hikers-img{background-position:50%;background-size:cover;border-radius:8px;width:100%;height:100%}.overlapping-cards{flex-direction:row;gap:16px;width:auto;display:flex;position:absolute;bottom:-40px;left:-60px}.overlapping-cards .counter-card{opacity:0;width:240px;padding:15px 20px;animation:.6s ease-out forwards slideUp;transform:translateY(20px)}.overlapping-cards .counter-card:first-child{animation-delay:.1s}.overlapping-cards .counter-card:nth-child(2){animation-delay:.3s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}@media (width<=1280px){.connect-container{gap:40px;padding:0 32px}.main-image-wrapper{width:400px;height:400px}.overlapping-cards{flex-direction:column;width:220px;left:-60px}.overlapping-cards .counter-card{width:100%}}@media (width<=992px){.connect-container{flex-direction:column;align-items:stretch;gap:60px}.connect-text-column{max-width:100%}.connect-visual-column{justify-content:center;padding-bottom:120px}.main-image-wrapper{width:100%;max-width:500px;height:420px}.overlapping-cards{flex-direction:column;width:90%;bottom:-80px;left:5%}}@media (width<=768px){.connect-text-column h2{font-size:32px}.overlapping-cards{flex-direction:column;gap:12px;width:100%;bottom:-150px;left:0}.overlapping-cards .counter-card{width:100%}.connect-visual-column{padding-bottom:180px}}.final-cta-section{background-color:#fff;justify-content:center;align-items:center;width:100%;min-height:420px;padding:100px 0;display:flex;position:relative;overflow:hidden}.cta-abstract-shape{pointer-events:none;height:100%;display:flex;position:absolute;overflow:hidden}.cta-logo-img{opacity:.1;object-fit:contain;width:100%;height:100%;padding:20px;width:auto!important}.cta-container{z-index:1;text-align:center;max-width:1260px;margin:0 auto;padding:0 100px;position:relative}.cta-container h2{color:#3974d3;line-height:1.2}.cta-container p{margin-bottom:32px}.cta-container .btn{display:inline-block}@media (width<=768px){.final-cta-section{padding:80px 0}.cta-container{padding:0 24px}}#HomePage h2{margin-bottom:42px;color:#3974d3!important}.helped-section{padding:120px 24px}.helped-section .container{max-width:1260px;margin:0 auto}.helped-section .helped-section-title{text-align:center}.helped-section .story-asymmetric-grid{grid-template:"largeleft topright"1fr"largeleft bottomright"1fr/1fr 1fr;gap:32px;height:600px;display:grid}@media (width<=1024px){.helped-section .helped-section-title{font-size:48px}}@media (width<=768px){.helped-section{padding:60px 20px}.helped-section .helped-section-title{font-size:46px}.helped-section .story-asymmetric-grid{grid-template:"topright""bottomright""largeleft"/1fr;height:auto}}.not-found-page{background:#fff;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.not-found-shapes{pointer-events:none;z-index:0;position:absolute;inset:0}.shape{background:#3974d314;border-radius:50%;animation:8s ease-in-out infinite float;display:block;position:absolute}.shape--1{border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:120px;height:120px;animation-delay:0s;top:10%;left:10%}.shape--2{background:#37a3831a;border-radius:50%;width:80px;height:80px;animation-delay:-2s;top:20%;right:15%}.shape--3{background:#57b87d0f;border-radius:50%;width:160px;height:160px;animation-delay:-4s;bottom:15%;left:15%}.shape--4{background:#3974d31f;border-radius:12px;width:60px;height:60px;animation:6s ease-in-out infinite float,12s linear infinite rotate;bottom:25%;right:10%}.shape--5{background:#37a38326;border-radius:50%;width:40px;height:40px;animation-delay:-3s;top:60%;left:5%}.shape--6{background:#3974d30d;border-radius:50%;width:100px;height:100px;animation-delay:-5s;top:8%;right:30%}.shape--7{background:#57b87d1a;border-radius:8px;width:50px;height:50px;animation:7s ease-in-out infinite float,10s linear infinite reverse rotate;bottom:10%;right:25%}.shape--8{background:#3974d31a;border-radius:50%;width:30px;height:30px;animation-delay:-7s;top:45%;right:5%}@keyframes float{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-24px)scale(1.05)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.not-found-container{text-align:center;z-index:1;max-width:600px;position:relative}.error-code{color:#3974d3;margin-bottom:1rem;font-family:Coolvetica rg,sans-serif;font-size:12rem;font-weight:400;line-height:1;animation:3s infinite glitch}@keyframes glitch{0%,90%,to{text-shadow:none;transform:translate(0)}92%{text-shadow:4px 0 #37a38366,-4px 0 #57b87d66;transform:translate(-2px,2px)}94%{text-shadow:-4px 0 #37a38366,4px 0 #57b87d66;transform:translate(2px,-2px)}96%{text-shadow:4px 0 #37a38366,-4px 0 #57b87d66;transform:translate(-2px)}98%{text-shadow:none;transform:translate(0)}}.error-title{color:#000814;margin-bottom:1rem;font-family:Coolvetica rg,sans-serif;font-size:2.5rem;font-weight:400}.error-message{color:#000814;opacity:.7;margin-bottom:2rem;font-family:Red Hat Display,sans-serif;font-size:1.125rem;line-height:1.6}@media (width<=768px){.error-code{font-size:8rem}.error-title{font-size:2rem}.error-message{font-size:1rem}.shape--1,.shape--3,.shape--6{width:60px;height:60px}}.about-hero-section{background-color:#314d80;min-height:300px;padding:80px 0;position:relative}.about-hero-section--sticky{position:sticky;top:30px}.about-hero-container{z-index:1;max-width:1260px;margin:0 auto;padding:0 48px;position:relative}.about-hero-content{align-items:center;gap:60px;width:100%;display:flex}.about-hero-text{flex:1;max-width:800px}.about-hero-text h1,.about-hero-text p{color:#fff;line-height:1.6}.about-hero-text li{color:#fff;font-weight:300;line-height:1.6}.hero-button{color:#fff;background-color:#37a383;border-radius:4px;margin-top:24px;padding:12px 32px;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.hero-button:hover{background-color:#2ca58d}.about-hero-logo{height:100%;position:absolute;top:0;right:0}.about-hero-logo img{object-fit:contain;opacity:.3;width:auto;height:100%}@media (width<=768px){.about-hero-section{min-height:auto;padding:60px 0}.about-hero-container{padding:0 24px}.about-hero-content{flex-direction:column;align-items:flex-start;gap:40px}.about-hero-text h1{font-size:36px}.about-hero-text p{font-size:16px}}.info-card{text-align:center;cursor:default;background-color:#fdfdff;border-radius:12px;padding:40px 30px;transition:transform .3s,box-shadow .3s}.info-card.card-bg-blue{background-color:#e1eeff}.info-card.card-bg-green{background-color:#d6f2e1}.info-card--left{text-align:left}.info-card--with-border{border:1px solid #e0ecff;border-radius:5px;padding:50px 40px}.info-card__icon{color:#37a383;justify-content:center;width:48px;height:48px;margin:0 auto 30px;transition:color .3s;display:flex}.info-card__icon svg{width:100%;height:100%}.info-card--left .info-card__icon{justify-content:flex-start;margin:0 0 30px}.info-card:hover .info-card__icon{color:#3974d3}.info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.info-card--no-elevation:hover{box-shadow:none;transform:none}.info-card__title{color:#314d80;letter-spacing:.3px;margin-bottom:16px;font-size:24px;font-weight:600}.info-card__title--h2{letter-spacing:1px;color:#3974d3;margin-bottom:28px;font-size:32px;font-weight:600;line-height:1.2em}.info-card__description{color:#4a5568;margin:0;font-family:Red Hat Display,sans-serif;font-size:16px;line-height:1.6}.info-card__button{color:#37a383;align-items:center;margin-top:20px;padding:8px 16px 8px 0;font-weight:600;text-decoration:none;transition:color .3s;display:inline-flex}.info-card__button-arrow{transition:transform .3s}.info-card__button:hover{color:#3974d3}.info-card__button:hover .info-card__button-arrow{transform:translate(4px)}.info-card-wrapper{width:100%}.info-card-wrapper__grid{gap:24px;display:grid}@media (width<=1024px){.info-card-wrapper__grid{grid-template-columns:repeat(2,1fr)!important}}@media (width<=768px){.info-card-wrapper__grid{grid-template-columns:1fr!important}}.purpose-content-section{min-width:100%}.purpose-content-wrapper{max-width:1280px;margin:0 auto}.purpose-content-section h2{color:#3974d3}.purpose-content-section p+p{margin-top:16px}@media (width<=768px){.purpose-container{flex-direction:column;gap:40px}.purpose-text,.purpose-media-frame{max-width:100%}}.purpose-content-section{max-width:1280px;margin:0 auto;padding:100px 48px}.purpose-container{justify-content:center;align-items:center;gap:60px;display:flex}.purpose-text{flex:1;max-width:600px}.purpose-content-section h2{color:#3974d3;letter-spacing:1px;margin-bottom:24px;font-family:Coolvetica rg,sans-serif;font-size:45px;font-weight:500}.purpose-content-section p{color:#4a5568;margin-bottom:0;font-family:Red Hat Display,sans-serif;font-size:18px;font-weight:400;line-height:1.65}.purpose-media-frame{border-radius:16px;flex:1;width:100%;max-width:300px;overflow:hidden;box-shadow:0 12px 36px #1c355e0f}.purpose-media-frame img{object-fit:cover;aspect-ratio:1;width:100%;height:auto;display:block}.values-grid-section{background-color:#fdfdff;width:100%;padding:100px 48px}.values-grid-container{text-align:center;max-width:1280px;margin:0 auto}.values-main-title{color:#3974d3;letter-spacing:1px;margin-bottom:60px;font-family:Coolvetica rg,sans-serif;font-size:45px;font-weight:500}.promise-split-section{background-color:#fdfdff;width:100%;min-height:600px;display:flex;overflow:hidden}.promise-media-side{background-color:#25406c;flex:1;min-height:600px;position:relative;overflow:hidden}.promise-content-side{background-color:#fdfdff;flex:1;justify-content:flex-start;align-items:center;padding:80px 10%;display:flex}.promise-text-wrapper{max-width:520px}.promise-text-wrapper h2{color:#3974d3;letter-spacing:1px;margin-bottom:24px;font-family:Coolvetica rg,sans-serif;font-size:45px;font-weight:500}.promise-text-wrapper p{color:#4a5568;margin-bottom:0;font-family:Red Hat Display,sans-serif;font-size:18px;font-weight:400;line-height:1.65}.morph-viewport{width:100%;height:100%;position:relative}.image-layer{object-fit:cover;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.image-layer img{object-fit:cover;width:100%;height:100%}.base-view{z-index:1;opacity:1}.morph-stencil-view{z-index:2;opacity:0}.promise-media-side:hover .base-view{opacity:0}.promise-media-side:hover .morph-stencil-view{opacity:1}.cta-grid-section{background-color:#fdfdff;width:100%;padding:100px 48px}.cta-grid-container{text-align:center;max-width:1280px;margin:0 auto}.cta-main-title{color:#3974d3;letter-spacing:1px;margin-bottom:60px;font-family:Coolvetica rg,sans-serif;font-size:45px;font-weight:500}@media (width<=1200px){.purpose-content-section{padding:80px 32px}.purpose-content-section h2{font-size:40px}}@media (width<=992px){.purpose-container{flex-direction:column;gap:40px}.purpose-text,.purpose-media-frame{max-width:100%}.promise-split-section{flex-direction:column}.promise-media-side{width:100%;height:450px}.promise-content-side{width:100%;padding:60px 24px}}@media (width<=1024px){.values-grid-section,.cta-grid-section{padding:80px 32px}}@media (width<=768px){.purpose-content-section{padding:60px 24px}.purpose-content-section h2{font-size:32px}.purpose-content-section p{font-size:16px}.values-grid-section{padding:60px 24px}.values-main-title{margin-bottom:40px;font-size:32px}.cta-grid-section{padding:60px 24px}.cta-main-title{margin-bottom:40px;font-size:32px}}@media (width<=900px){.cta-main-title{margin-bottom:40px;font-size:32px}}.solutions-hero{z-index:1}.solutions-video{z-index:2}.solutions-cards-section{z-index:3;background-color:#fdfdff;width:100%;position:relative}.solutions-cards-container{max-width:1260px;margin:0 auto;padding:80px 48px}.solutions-footer-hero{z-index:4}.page-container{padding:2rem}.partner-section{background-color:#fdfdff;width:100%;padding:100px 48px;overflow:hidden}.partner-section--full-width .partner-container{max-width:100%}.partner-container{grid-template-columns:repeat(12,1fr);align-items:center;width:100%;max-width:1375px;margin:0 auto;display:grid;position:relative}.partner-content-card{color:#fdfdff;z-index:2;background-color:#2b4b7c;grid-area:1/1/auto/9;padding:60px 80px;box-shadow:15px 15px 40px #0000000f}.partner-heading{letter-spacing:-.5px;color:#fdfdff;margin-bottom:24px;font-family:Red Hat Display,sans-serif;font-size:42px;font-weight:700;line-height:1.25}.partner-description{opacity:.95;color:#fdfdff;margin-bottom:20px;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:400;line-height:1.65}.partner-description strong{color:#fdfdff;font-weight:700}.partner-description:last-child{margin-bottom:40px}.partner-description span.partner-description{display:inline}.partner-image-wrapper{z-index:1;border-radius:4px;grid-area:1/8/auto/-1;width:100%;height:auto;overflow:hidden}.partner-image-wrapper img{object-fit:cover;width:100%;height:auto;display:block}@media (width<=1200px){.partner-content-card{grid-column:1/9;padding:50px 60px}.partner-heading{font-size:36px}}@media (width<=1280px){.partner-container{flex-direction:column;display:flex}.partner-content-card{width:100%;box-shadow:none;grid-column:1/-1;padding:50px 60px}.partner-heading{margin-bottom:20px;font-size:32px}.partner-image-wrapper{grid-column:1/-1;width:100%;height:auto}}@media (width<=992px){.partner-section{padding:60px 24px}.partner-container{flex-direction:column;display:flex}.partner-content-card{width:100%;box-shadow:none;z-index:1;padding:50px 24px}.partner-heading{margin-bottom:20px;font-size:32px}.partner-image-wrapper{z-index:1;width:100%;height:auto;position:relative}.partner-image-wrapper img{height:auto}}.auto-video-section{z-index:1;background-color:#3974d3;width:100%}.auto-video-section--sticky{position:sticky;top:128px}.video-container{justify-content:center;align-items:center;width:100%;max-width:80%;height:600px;margin:0 auto;display:flex;overflow:hidden}.video-player{object-fit:contain;width:100%;height:100%}@media (width<=992px){.video-container{height:450px}}@media (width<=768px){.video-container{max-width:100%;height:350px}}.inner-hero-section{background:linear-gradient(135deg,#224376 0%,#295ca3 50%,#2e73cc 100%);width:100%;padding:60px 0}.inner-hero-section .inner-hero-title{text-transform:capitalize}.inner-hero-container{align-items:center;gap:48px;max-width:1280px;margin:0 auto;padding:40px;display:flex}.inner-hero-content{flex:1}.breadcrumb-nav{align-items:center;gap:12px;margin-bottom:24px;font-size:14px;font-weight:500;display:flex}.breadcrumb-nav a{color:#ffffffb3;text-decoration:none;transition:color .3s}.breadcrumb-nav a:hover{color:#fdfdff}.breadcrumb-nav .breadcrumb-separator{color:#ffffff80}.breadcrumb-nav .breadcrumb-current{color:#fdfdff;font-weight:600}.inner-hero-content h1,.inner-hero-content p{color:#fff}.inner-hero-graphic{flex:1;justify-content:center;align-items:center;max-width:380px;display:flex}.inner-hero-graphic img{border-radius:12px;max-width:100%;height:auto}@media (width<=1280px){.inner-hero-container{text-align:center;flex-direction:column}.breadcrumb-nav{justify-content:center}.inner-hero-content h1{font-size:36px}.inner-hero-content p{font-size:16px}}@media (width<=768px){.inner-hero-section{padding:48px 0}.inner-hero-container{gap:32px;padding:0 24px}.inner-hero-content h1{font-size:28px}.inner-hero-content p{font-size:14px}}.split-section{padding:80px 0;position:relative;overflow:hidden}.split-section--animated{padding-bottom:0}.split-section-container{align-items:center;gap:80px;max-width:1280px;margin:0 auto;padding:0 48px;display:flex}.split-section-left{flex:1;max-width:760px}.split-section--animated .split-section-left{padding-bottom:80px}.split-section-title{color:#000;letter-spacing:1px;margin-bottom:20px;font-family:Coolvetica rg,sans-serif;font-size:40px;font-weight:500;line-height:1.3}.split-section-content{text-align:left;margin-top:30px}.split-section--carousel .split-section-content{opacity:0;transition:opacity .8s .3s}.split-section--carousel .split-section-left.is-visible .split-section-content{opacity:1}.split-section-right{flex:.7;justify-content:flex-end;align-self:flex-end;align-items:flex-end;display:flex}.split-section-right img{object-fit:contain;width:100%;height:auto;max-height:500px}.split-section--animated .split-section-right{opacity:.2;transition:opacity .8s cubic-bezier(.25,1,.5,1),transform .8s cubic-bezier(.25,1,.5,1);transform:translateY(100px)}.split-section--animated .split-section-right.is-visible{opacity:1;transform:translateY(0)}@media (width<=800px){.split-section-container{text-align:center;flex-direction:column;align-items:center;gap:60px;padding:0 32px}.split-section-right{align-self:center}.split-section-title{font-size:32px}}@media (width<=768px){.split-section{padding:60px 0}.split-section-container{padding:0 24px}.split-section-title{font-size:28px}}@media (width<=480px){.split-section-container{padding:0 16px}.split-section-title{font-size:24px}}.SplitSection-carousel-viewport{border-radius:8px;width:100%;max-width:500px;height:400px;position:relative;overflow:hidden}.SplitSection-carousel-slide{opacity:0;width:100%;height:100%;transition:opacity 1s;position:absolute;top:0;left:0}.SplitSection-carousel-slide.is-active{opacity:1}.SplitSection-carousel-slide img{object-fit:contain;width:100%;height:100%}.checklist{margin:0;padding:0;list-style:none}.checklist .checklist-item{align-items:flex-start;margin-bottom:16px;display:flex}.checklist .checklist-item:last-child{margin-bottom:0}.checklist .checklist-icon{flex-shrink:0;width:20px;height:20px;margin-top:3px;margin-right:12px}.checklist .checklist-text{color:#000814;font-family:Red Hat Display,sans-serif;font-size:16px;line-height:1.6}.platform-features-section{width:100%;padding:80px 0}.platform-features-container{max-width:1440px;margin:0 auto;padding:0 80px}.platform-main-title{color:#3974d3;text-align:center;margin-bottom:48px;font-family:Red Hat Display,sans-serif;font-size:36px;font-weight:700}.platform-features-grid .info-card{text-align:center;background-color:#fdfdff;border:2px solid #37a383;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:40px 24px;transition:all .3s;display:flex}.platform-features-grid .info-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.platform-features-grid .info-card .info-card__icon{width:32px;height:32px;color:"red";margin-bottom:10px}.platform-features-grid .info-card .info-card__title{color:#000814;margin:0;font-family:Red Hat Display,sans-serif;font-size:20px;font-weight:600}.split-section-sub-intro{color:#000814;margin-bottom:30px;font-family:Red Hat Display,sans-serif;font-size:18px;line-height:25px}.offerings-cards-grid{gap:24px;margin-top:30px}.offerings-cards-grid .info-card{text-align:center;background-color:#fff;border:2px solid;border-radius:8px;padding:40px 32px;transition:all .3s}.offerings-cards-grid .info-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.offerings-cards-grid .info-card.border-secondary{border-color:#37a383}.offerings-cards-grid .info-card.border-secondary:hover,.offerings-cards-grid .info-card.border-primary-light{border-color:#4a90e2}.offerings-cards-grid .info-card .info-card__icon{color:#37a383;width:40px;height:40px;margin-bottom:22px}.offerings-cards-grid .info-card .info-card__title{color:#000;letter-spacing:.5px;margin-bottom:8px;font-family:Coolvetica rg,sans-serif;font-size:18px;font-weight:500}.offerings-cards-grid .info-card .info-card__description{color:#000814;font-family:Red Hat Display,sans-serif;font-size:15px;line-height:1.5}.offerings-cards-grid .info-card .info-card__description strong{color:#000;font-weight:700}@media (width<=1280px){.platform-features-section{padding:60px 0}.platform-features-container{padding:0 80px}.platform-main-title{font-size:28px}.platform-features-grid .info-card{padding:32px 20px}}@media (width<=768px){.platform-features-section{padding:40px 0}.platform-features-container{padding:0 24px}.platform-main-title{margin-bottom:32px;font-size:24px}}.message-hero{padding:80px 0}.message-hero-container{justify-content:center;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;display:flex}.message-hero-text{letter-spacing:.2px;text-align:center;color:#000814;margin:0;font-family:Red Hat Display,sans-serif;font-size:26px;font-weight:600;line-height:1.4}.message-hero p,.message-hero span{font-size:26px;font-weight:600}.info-section{width:100%;padding:80px 0}.info-section-container{max-width:1150px;margin:0 auto;padding:0 24px}.info-section-title{letter-spacing:1px;margin-bottom:24px;font-family:Coolvetica rg,sans-serif;font-size:40px;font-weight:500;line-height:1.3}.info-section-description{margin-bottom:40px;font-family:Red Hat Display,sans-serif;font-size:18px;line-height:1.6}.info-section-checklist{margin-top:40px}.info-section-checklist-title{letter-spacing:.5px;margin-bottom:20px;font-family:Coolvetica rg,sans-serif;font-size:28px;font-weight:500;line-height:1.3}.question-card{background-color:#fff;border:2px solid;border-radius:8px;align-items:center;gap:16px;padding:20px;transition:transform .3s;display:flex}.question-card:hover{transform:translateY(-4px)}.question-card--blue{border-color:#4a90e2}.question-card--teal{border-color:#37a383}.question-card__icon-container{color:#37a383;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.question-card__icon-container svg{width:32px;height:32px}.question-card__text{color:#000814;flex:1;margin:0;font-family:Red Hat Display,sans-serif;font-size:16px;line-height:1.5}.questions-list{flex-direction:column;gap:16px;display:flex}.health-coaching-cards-section{padding:80px 0}.health-coaching-cards-section-container{max-width:1280px;margin:0 auto;padding:0 24px}.health-coaching-cards-grid{gap:48px}.health-coaching-cards-grid .info-card{text-align:left;background-color:#fdfdff;border:2px solid #37a383;border-radius:12px;flex-direction:column;justify-content:center;align-items:flex-start;height:100%;padding:50px 40px;transition:all .3s;display:flex}.conditions-lists{grid-template-columns:repeat(2,1fr);gap:48px;display:grid}@media (width<=768px){.conditions-lists{grid-template-columns:1fr}}.section-divider{background-color:#3974d3;width:100%;height:8px}.roadmap-steps{flex-direction:column;gap:32px;display:flex}.roadmap-step h3{color:#3974d3;margin-bottom:16px;font-family:Red Hat Display,sans-serif;font-size:21px;font-weight:800;line-height:1.5}.roadmap-checklists{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (width<=768px){.roadmap-checklists{grid-template-columns:1fr;gap:15px}}.metric-accent-number,.metric-break-line{color:#fca311;text-decoration:underline}.page-container{min-height:100vh;padding:2rem}.connect-form-section{background-color:#fdfdff;width:100%;padding:100px 48px}.connect-form-container{justify-content:center;align-items:flex-start;gap:80px;max-width:1200px;margin:0 auto;display:flex}.office-info-card{text-align:center;flex-direction:column;flex:1;align-items:center;max-width:320px;display:flex}.office-icon-frame{justify-content:center;align-items:center;width:100px;height:120px;margin-bottom:16px;display:flex}.office-icon-frame img{object-fit:contain;max-width:100%;max-height:100%}.office-info-card h3{color:#314d80;letter-spacing:.3px;margin-bottom:16px;font-family:Coolvetica rg,sans-serif;font-size:24px;font-weight:600}.office-info-card address{color:#4a5568;margin-bottom:8px;font-family:Red Hat Display,sans-serif;font-size:16px;font-style:normal;line-height:1.5}.office-phone a{color:#4a5568;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:500;text-decoration:none;transition:color .3s}.office-phone a:hover{color:#3974d3}.office-call-link-slide{color:#4a5568;background:0 0;border:1px solid #cbd5e1;border-radius:18px;justify-content:center;align-items:center;width:36px;height:36px;margin-top:24px;text-decoration:none;transition:width .35s,border-color .3s,color .3s,background-color .3s;display:inline-flex;position:relative;overflow:hidden}.office-call-link-slide .office-call-arrow{justify-content:center;align-items:center;width:34px;height:34px;transition:left .35s,transform .35s;display:flex;position:absolute;left:50%;transform:translate(-50%)}.office-call-link-slide .office-call-arrow svg{width:16px;height:16px}.office-call-link-slide .office-call-text{white-space:nowrap;opacity:0;font-family:Red Hat Display,sans-serif;font-size:14px;font-weight:700;transition:opacity .35s,transform .35s;position:absolute;left:12px;transform:translate(-12px)}.office-call-link-slide:hover,.office-call-link-slide:focus{color:#3974d3;background-color:#f1f5f9;border-color:#3974d3;width:100px}.office-call-link-slide:hover .office-call-arrow,.office-call-link-slide:focus .office-call-arrow{left:calc(100% - 35px);transform:translate(0)}.office-call-link-slide:hover .office-call-text,.office-call-link-slide:focus .office-call-text{opacity:1;transform:translate(0)}.contact-form-panel{flex:1.5;width:100%;max-width:640px}.contact-form-panel h2{color:#3974d3;letter-spacing:.5px;margin-bottom:32px;font-family:Coolvetica rg,sans-serif;font-size:42px;font-weight:500}.native-form-element{flex-direction:column;gap:16px;display:flex}.form-field-group{width:100%}.native-form-element input,.native-form-element textarea{color:#000814;background-color:#fdfdfd;border:1px solid #cbd5e1;border-radius:4px;outline:none;width:100%;padding:16px;font-family:Red Hat Display,sans-serif;font-size:16px;transition:border-color .3s,box-shadow .3s}.native-form-element input::placeholder,.native-form-element textarea::placeholder{color:#556275;opacity:1;font-weight:600}.native-form-element input:focus,.native-form-element textarea:focus{background-color:#fdfdff;border-color:#3974d3;box-shadow:0 0 0 3px #3974d314}.native-form-element textarea{resize:vertical}.btn-form-submit{color:#fdfdff;cursor:pointer;background-color:#37a383;border:none;border-radius:4px;align-self:flex-start;padding:14px 36px;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:700;transition:background-color .3s,transform .1s}.btn-form-submit:hover{background-color:#238571}.btn-form-submit:active{transform:scale(.98)}.btn-form-submit:disabled{opacity:.6;cursor:not-allowed}.field-error{color:#dc2626;min-height:18px;margin-top:4px;font-family:Red Hat Display,sans-serif;font-size:13px;display:block}.form-status-message{text-align:center;border-radius:6px;margin-top:16px;padding:0;font-family:Red Hat Display,sans-serif;font-size:15px}.form-status-message.status-success{color:#16a34a;background-color:#f0fdf4;border:1px solid #bbf7d0;padding:12px 16px}.form-status-message.status-error{color:#dc2626;background-color:#fef2f2;border:1px solid #fecaca;padding:12px 16px}@media (width<=992px){.connect-form-section{padding:60px 24px}.connect-form-container{flex-direction:column;align-items:center;gap:56px}.office-info-card,.contact-form-panel{max-width:100%}.contact-form-panel h2{text-align:left;margin-bottom:24px;font-size:32px}.btn-form-submit{text-align:center;width:100%}}.partners-quote-section{text-align:center;background-color:#fdfdff;padding:0 48px}.partners-quote{letter-spacing:1px;max-width:800px;margin:0 auto;font-size:24px;font-style:italic;font-weight:300;line-height:40px}.partners-cards-section{background-color:#fdfdff;padding:80px 48px}.partners-cards-container{max-width:1280px;margin:0 auto}.hero-1{z-index:1}.hero-2{z-index:2}.hero-3{z-index:3}.culture-section{z-index:4;position:relative}.culture-section .split-section-right img{border-radius:3%}.career-section{z-index:5;background-color:#fdfdff;padding:80px 24px;scroll-margin-top:120px;position:relative}.career-container{max-width:1260px;margin:0 auto;padding:0 48px}.career-container h2{color:#3974d3;margin-bottom:20px;font-size:36px}.career-container p{color:#000814;font-size:18px}.job-posts-list{flex-direction:column;gap:16px;display:flex}.job-post-card{background-color:#fdfdff;border:1px solid #e0e0e0;border-radius:8px;padding:24px;text-decoration:none;transition:all .3s;display:block}.job-post-card:hover{border-color:#37a383;transform:translateY(-2px);box-shadow:0 4px 12px #3974d31a}.job-post-title{color:#3974d3;margin:0 0 12px;font-size:20px;font-weight:600}.job-post-meta{flex-wrap:wrap;gap:16px;display:flex}.job-post-location,.job-post-type,.job-post-department{color:#000814;background-color:#f0f0f0;border-radius:4px;padding:4px 12px;font-size:14px}.about-hero-text ul{margin:20px 0;padding-left:24px}.about-hero-text ul li{color:#fff;margin-bottom:12px;line-height:1.6}@media (width<=768px){.career-section{padding:60px 16px}.career-container{padding:0 24px}.career-container h2{font-size:28px}}@media (width<=768px){.privacy-policy-section{padding:60px 16px}.privacy-header h1{font-size:32px}.privacy-clause-block h2{font-size:20px}}@media (width<=768px){.privacy-policy-section{padding:60px 16px}.privacy-header h1{font-size:32px}.privacy-clause-block h2{font-size:20px}}.address{color:#4a5568;font-family:Red Hat Display,sans-serif;font-size:15px;font-style:normal;line-height:1.6}.address__email-link{color:#37a383;font-weight:600;text-decoration:none;transition:color .3s}.address__email-link:hover{color:#2ca58d}.privacy-policy-section{background-color:#fdfdff;width:100%;padding:100px 24px}.privacy-policy-section h1,.privacy-policy-section h2,.privacy-policy-section h3,.privacy-policy-section h4,.privacy-policy-section h5,.privacy-policy-section h6{color:#3974d3}.privacy-policy-section address{margin:25px 0;font-style:normal}.privacy-policy-container{max-width:1260px;margin:0 auto}.privacy-header{margin-bottom:48px;padding-bottom:32px}.privacy-body-stack{flex-direction:column;gap:40px;display:flex}.privacy-clause-block p:last-of-type{margin-bottom:0}.privacy-bullet-list{flex-direction:column;gap:10px;margin:0 0 20px 24px;display:flex}.privacy-bullet-list li{color:#000814;font-family:Red Hat Display,sans-serif;font-size:18px;line-height:1.55}.officer-contact-card{background-color:#f8fafc;border-left:4px solid #3974d3;border-radius:0 8px 8px 0;margin-top:20px;padding:24px}.privacy-email-link{color:#37a383;font-weight:600;text-decoration:none;transition:color .3s}.privacy-email-link:hover{color:#2ca58d}@media (width<=768px){.privacy-policy-section{padding:60px 16px}.privacy-header h1{font-size:32px}.privacy-clause-block h2{font-size:20px}}.page-container{max-width:1260px;margin:0 auto;padding:72px;display:block}.page-container .portfolio-intro{margin-bottom:2em}.page-container .portfolio-image img{width:100%}.page-container .story-content{margin:32px 0}.page-container h2{margin-bottom:36px}.page-container h5{margin-bottom:26px}.page-container ul{margin-bottom:28px;padding-left:28px;font-weight:800}.site-header{z-index:1000;background:#fdfdff;width:100%;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;max-width:100%;min-height:80px;padding:8px 60px;display:flex}.logo{flex-shrink:1;width:45%;min-width:120px;max-width:175px;margin-right:40px;padding:15px 0}.logo img{width:100%}.logo a{display:block}.desktop-nav{align-items:center;gap:2rem;display:flex}.nav-item{position:relative}.nav-link{color:#000814;letter-spacing:.3px;padding:13px 13.5px;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-item.active .nav-link{color:#3974d3}.nav-item.active .nav-underline{width:100%}.nav-underline{background:#37a383;width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.nav-item:hover .nav-underline{width:100%}.has-dropdown .dropdown-panel{opacity:0;visibility:hidden;pointer-events:none;background-color:#3974d3;border-radius:0 0 5px 5px;width:max-content;min-width:240px;margin-top:4px;transition:opacity .3s cubic-bezier(.25,1,.5,1);position:absolute;top:100%;left:0;overflow:hidden;box-shadow:0 14px 36px #1c355e29}.has-dropdown:hover .dropdown-panel,.has-dropdown.dropdown-open .dropdown-panel{opacity:1;visibility:visible;pointer-events:auto;background-color:#3974d3}.dropdown-teal-top-edge{display:none}.dropdown-links-stack{flex-direction:column;gap:0;padding:0;display:flex}.dropdown-link{color:#fff;padding:.75rem 1.5rem;text-decoration:none;transition:background .2s}.dropdown-link:hover,.dropdown-link.active{background:#37a383}.header-actions{align-items:center;gap:1rem;margin-left:auto;display:flex}.mobile-menu-toggle{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.mobile-menu-toggle .grid-icon{grid-template-columns:repeat(3,1fr);gap:4px;width:24px;height:24px;display:grid}.mobile-menu-toggle .grid-icon span{background:0 0;border:2px solid #333;border-radius:50%;width:6px;height:6px}@media (width<=1280px){.desktop-nav,.header-actions{display:none}.mobile-menu-toggle{display:block}.header-container{padding:0 1rem}.drawer-overlay{z-index:1001;background:#00000080;position:fixed;inset:0}.mobile-drawer{z-index:1002;background:#314d80;width:400px;max-width:85vw;height:100vh;animation:.3s ease-out slideIn;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-4px 0 16px #00000026}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.drawer-header{border-bottom:1px solid #fff3;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.drawer-header .logo img{filter:brightness(0)invert();width:auto;height:40px}.drawer-header .close-drawer{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;display:flex}.mobile-nav{flex-direction:column;gap:.5rem;padding:1.5rem;display:flex}.mobile-link{color:#fff;padding:.75rem 1rem;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:color .3s}.mobile-link:hover{color:#fffc}.mobile-link.active{background:#3974d3;border-radius:5px}.mobile-dropdown{flex-direction:column;display:flex}.mobile-dropdown-trigger{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.75rem 1rem;font-family:Red Hat Display,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:color .3s;display:block}.mobile-dropdown-trigger:hover{color:#fffc}.mobile-dropdown-trigger.active{background:#3974d3;border-radius:5px}.mobile-dropdown-trigger .plus{float:right;font-size:1.25rem;line-height:1}.mobile-dropdown-content{flex-direction:column;gap:.25rem;max-height:none;margin-top:.25rem;padding-left:1rem;display:flex;overflow:visible}.mobile-sublink{color:#fff;padding:.5rem 1rem;font-family:Red Hat Display,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:color .3s}.mobile-sublink:hover{color:#fffc}.mobile-sublink.active{background:#3974d3;border-radius:5px}.drawer-actions{border-top:1px solid #fff3;flex-direction:column;align-items:flex-start;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}}.main-footer{color:#fff;background:#314d80;padding:4rem 0 0}.footer-container{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2rem;max-width:1260px;margin:0 auto;padding:0 2rem;display:grid}.footer-col{flex-direction:column;display:flex}.footer-logo{margin-bottom:1.5rem}.footer-logo img{max-width:200px;height:auto}.brand-description{color:#fffc;font-size:.9rem;line-height:1.6}.links-col h3,.office-col h3,.touch-col h3{color:#fff;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.footer-nav{flex-direction:column;gap:.75rem;display:flex}.footer-nav a{color:#fffc;align-self:flex-start;padding-bottom:.25rem;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.footer-nav a:after{content:"";background:#3974d3;width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.footer-nav a:hover{font-weight:700;transform:translate(5px)}.footer-nav a:hover:after{width:100%}.address-text,.phone-text{color:#fffc;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.phone-text a{color:#fffc;text-decoration:none;transition:color .3s}.phone-text a:hover{color:#3974d3}.social-icon-row{gap:1rem;display:flex}.social-circle-btn{color:#fff;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;text-decoration:none;transition:all .3s;display:flex}.social-circle-btn:hover{color:#fff;background:#3974d3}.social-circle-btn .footer-icon-svg{width:20px;height:20px}.footer-bottom-bar{background:#314d80;margin-top:3rem;padding:1.5rem 0}.bottom-container{text-align:center;max-width:1200px;margin:0 auto;padding:0 2rem}.bottom-container p{color:#fff9;font-size:.85rem}@media (width<=1024px){.footer-container{grid-template-columns:repeat(2,1fr)}}@media (width<=576px){.footer-container{grid-template-columns:1fr}}.rkit-back-to-top-container{z-index:999;display:flex;position:fixed;bottom:50px;right:30px}.rkit-back-to-top-button{text-align:center;cursor:pointer;color:#000814;background:0 0;border:none;justify-content:center;align-items:center;padding:12px 16px;transition:all .5s;display:flex;position:relative}.rkit-back-to-top-button.hide-button-on-scroll{opacity:0;visibility:hidden;transform:translateY(5rem)}.rkit-back-to-top-button.hide-button-on-scroll.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top-text{flex-direction:column;align-items:center;gap:4px;font-size:12px;font-weight:400;display:flex}.back-to-top-arrow{transform-origin:bottom;transition:all .3s}.rkit-back-to-top-button:hover .back-to-top-arrow{color:#57b87d;transform:scaleY(1.5)}.rkit-back-to-top-button:hover .back-to-top-text span{color:#57b87d}.loading-overlay{z-index:9999;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-overlay.is-hidden{pointer-events:none}.loading-background{opacity:1;background-color:#fff;width:100%;height:100%;transition:opacity .5s .5s;position:absolute;top:0;left:0}.loading-overlay.is-hidden .loading-background{opacity:0;pointer-events:none}.loading-logo{z-index:1;opacity:1;max-width:400px;height:auto;transition:opacity .3s;position:relative}.loading-overlay.is-hidden .loading-logo{opacity:0}@font-face{font-family:Coolvetica rg;src:url(/assets/CoolveticaRg-Regular-400-e9cH7o45.ttf)format("truetype");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;margin:0;padding:0}:focus{outline-offset:2px;border-radius:5px;outline:1px dotted #000}body{color:#000814;font-family:Red Hat Display,sans-serif;line-height:1.6}p{margin-bottom:28px;font-size:18px;font-weight:300}p:last-child{margin-bottom:0}h1,h2,h3,h4,h5,h6{letter-spacing:1px;margin-bottom:28px;font-family:Coolvetica rg,sans-serif;font-weight:500;line-height:1.2em}h1{font-size:48px}h2{font-size:42px}h3{font-size:36px}h4{font-size:30px}h5{font-size:24px}h6{font-size:20px}img{max-width:100%}
