.navbarContainer{align-items:center;display:flex;justify-content:space-between;margin:1rem auto;max-width:1100px;padding:.5rem 1rem;position:relative;width:100%;z-index:100}.logoWrapper{z-index:99999}.navLinks{display:flex;gap:3rem}.navLinks .subMenu{display:none}.navSignUpWrapper{align-items:center;background:linear-gradient(90deg,#053f55,#61aeca);border-radius:.5rem;cursor:pointer;display:flex;font-family:Special Gothic,sans-serif;font-size:1.2rem;font-weight:500;padding:.5rem 1rem}.navSignUpWrapper,.navSignUpWrapper a,.navSignUpWrapper a:hover,.navSignUpWrapper a:visited{color:#fff!important;text-decoration:none}.navLink{align-items:center;cursor:pointer;display:flex;font-family:Special Gothic,sans-serif;font-size:1.2rem;font-weight:500;position:relative;text-decoration:none;transition:color .2s ease,font-weight .2s ease}.navLink,.navLink:visited{color:#053f55}.navLink:hover{color:#61aeca}.navLink.active{color:#61aeca;font-weight:600}.navLink .arrow{font-size:.8em;margin-left:.25em;transition:transform .3s}.megaMenu{background:#fff;box-sizing:border-box;max-height:0;overflow:hidden;transition:max-height .4s ease;width:100%}.megaMenu.open{max-height:1000px}.megaMenuContentWrapper{background:#0000;border-radius:0 0 .5rem .5rem;border-top:1px solid #eee;box-sizing:border-box;margin:0 auto;padding:2rem;width:95%}.megaMenuContent{display:flex;gap:2rem;width:100%}.signupMenu .megaMenuContent{width:100%}.megaMenuSection{display:flex;flex:1 1;flex-direction:column}.reportSection{flex:1 1;min-width:600px}.blogsSection{flex:2 1}.megaMenuSectionHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem}.megaMenuSectionHeader h3{color:#053f55;font-family:Special Gothic,sans-serif;font-size:1.2rem;margin:0}.megaMenuSectionLink{border:1px solid #053f55;border-radius:.25rem;color:#053f55;font-size:.9rem;font-weight:500;padding:.25rem .5rem;text-decoration:none;transition:background-color .2s,color .2s}.megaMenuSectionLink:hover{background-color:#053f55;color:#fff}.megaMenuSectionLink i{margin-left:.25em}.blogsGrid,.servicesGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%}.megaMenuItem{background:#f8fafa;border:1px solid #eef2f3;border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:1.5rem;text-align:left}.serviceItemHeader{align-items:center;display:flex;margin-bottom:.5rem}.headerIcon{align-items:center;display:inline-flex;flex-shrink:0;font-size:2rem;justify-content:center;margin-right:.75rem}.megaMenuItem h4{color:#053f55;font-family:Special Gothic,sans-serif;font-size:1.1rem;line-height:1.2;margin:0}.megaMenuItem p{color:#333;flex-grow:1;font-size:.95rem;line-height:1.3;margin:0 0 1rem}.megaMenuLink{align-items:center;align-self:flex-start;color:#053f55;display:inline-flex;font-size:.9rem;font-weight:600;margin-top:auto;text-decoration:none}.megaMenuLink i{margin-left:.25em;transition:transform .2s ease}.megaMenuLink:hover i{transform:translateX(3px)}.reportItem{background-position:50%;background-size:cover;color:#fff;justify-content:flex-end;min-height:250px;overflow:hidden;position:relative}.reportItem:before{border-radius:.5rem;content:"";inset:0;position:absolute;z-index:1}.reportItem .megaMenuLink,.reportItem h4,.reportItem p{color:#fff;max-width:90%;position:relative;text-align:left;z-index:2}.reportItem h4{font-size:1.2rem;margin-bottom:.5rem}.reportItem p{color:#f0f0f0;font-size:.9rem;line-height:1.4;margin-bottom:1rem}.reportItem .megaMenuLink{background-color:#fff3;border:1px solid #ffffff80;border-radius:.25rem;color:#fff;padding:.3rem .6rem;transition:background-color .2s}.reportItem .megaMenuLink:hover{background-color:#fff6}.mobileHamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;height:40px;justify-content:center;padding:.5rem;width:40px;z-index:1500}.mobileHamburger span{background:#053f55;border-radius:1px;display:block;height:2px;transform-origin:center;transition:transform .3s cubic-bezier(.68,-.55,.27,1.55),opacity .3s ease;width:24px}.mobileHamburger.open span:first-child{transform:translateY(7px) rotate(45deg)}.mobileHamburger.open span:nth-child(2){opacity:0;transform:scale(.1)}.mobileHamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:768px){.navbarContainer{box-sizing:border-box;margin:0;padding:1rem;width:100%}.navbarContainer.menuOpen{background:#fff;left:0;margin:0;max-width:none;padding:1rem;position:fixed;right:0;top:0;width:100%;z-index:1501}.logoWrapper{order:1}.navLinks{order:2}.mobileHamburger{flex-shrink:0;order:3}.signUpContainer{display:none}.mobileHamburger{display:flex;z-index:1502}.navSignUpWrapper{display:flex!important;font-size:1rem;padding:.4rem .8rem}.megaMenu{display:none!important}.navLinks{align-items:center;background:#fff;display:flex;flex-direction:column;gap:0;height:100%;left:0;overflow-x:hidden;overflow-y:auto;padding:5rem 0 2rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .4s cubic-bezier(.23,1,.32,1);width:100%;z-index:1400}.navLinks.mobileOpen{transform:translateX(0)}.navLinks .navLink{border-bottom:1px solid #eee;display:block;font-size:1.25rem;padding:2rem 1.5rem;text-align:center;width:100%}.navLinks .navLink2{border-bottom:none;display:block;font-family:Special Gothic,sans-serif;font-size:1.1rem;padding:2rem 1.5rem;text-decoration:none}.navLinks .navLink:last-child{background:linear-gradient(90deg,#053f55,#61aeca);border-bottom:none;border-radius:1rem;color:#fff;font-weight:600;margin-top:1rem;padding:1.5rem 2.5rem;width:95%}.navLinks .navLink.hasChildren{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.navLinks .navLink.hasChildren .arrow{display:inline-block;margin-left:.5em;transition:transform .3s ease}.navLinks .navLink.hasChildren.open .arrow{transform:rotate(180deg)}.navLinks .subMenu{align-items:stretch;display:block!important;display:flex;flex-direction:column;max-height:0;overflow:hidden;transition:max-height .35s ease-in-out,padding .35s ease-in-out}.navLinks .navLink.hasChildren.open>.subMenu{max-height:2000px;padding:.5rem 0}.navLinks .subMenu .megaMenuLink{align-items:flex-end;background:#0000;border:none;border-bottom:1px solid #eef2f3;color:#053f55;display:flex;font-size:1rem;gap:1rem;padding:1.5rem;text-align:left;text-decoration:none}.navLinks .subMenu .megaMenuLink:last-child{border-bottom:none}.navLinks .subMenu .megaMenuLink i.headerIcon{background-color:initial;color:#053f55;font-size:1.5rem;height:auto;margin-right:0;width:auto}.navLinks .subMenu .reportItem{background-color:#053f55;background-position:50%;background-size:cover;border-bottom:1px solid #043244;border-radius:.25rem;color:#fff!important;display:block;margin:.5rem 0;overflow:hidden;padding:1rem 1.5rem;position:relative;text-decoration:none;z-index:1}.navLinks .subMenu .reportItem:last-child{border-bottom:none}.navLinks .subMenu .reportItem:before{background-color:#00000026;border-radius:.25rem;content:"";inset:0;position:absolute;z-index:-1}.navLinks .subMenu .reportItem h4{color:#fff;font-size:1.5rem;margin-bottom:0;position:relative;z-index:2}.navLinks .subMenu .reportItem p{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#f0f0f0;display:-webkit-box;font-size:.9rem;line-height:1.4;margin-top:.5rem;overflow:hidden;position:relative;text-overflow:ellipsis;z-index:2}.navLinks .subMenu .submenuTitle{color:#053f55;font-size:1rem;font-weight:600;padding:.75rem 1.5rem .5rem;text-align:left}}.nav-newsletter-form-container{background-color:#fff;border-radius:8px;margin:0 auto;padding:1.5rem;text-align:left}.nav-newsletter-form__title{color:#053f55;font-family:Special Gothic,sans-serif;font-size:1.5rem;margin-bottom:.75rem;text-align:center}.nav-newsletter-form__summary{color:#333740;font-family:Inter,sans-serif;font-size:.9rem;margin-bottom:1.5rem;text-align:center}.form-row-pair,.form-row-triplet{gap:1rem;margin-bottom:1rem}.form-row-triplet .form-group-inline{flex-basis:calc(33.333% - 0.67rem);min-width:120px}.form-row-pair .form-group-inline{flex-basis:calc(50% - 0.5rem);min-width:120px}.mc-field-group{margin-bottom:1rem}.mc-field-group label{color:#333740;display:block;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;margin-bottom:.4rem}.mc-field-group input[type=email],.mc-field-group input[type=password],.mc-field-group input[type=text]{border:1px solid #dcdfe6;border-radius:6px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:.95rem;padding:.7rem .9rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.mc-field-group input[type=email]:focus,.mc-field-group input[type=password]:focus,.mc-field-group input[type=text]:focus{border-color:#053f55;box-shadow:0 0 0 2px #053f551a;outline:none}.mergeRow.gdpr-mergeRow{border:none;margin-bottom:1rem;margin-top:.5rem}.mc_fieldset label.checkbox{align-items:center;border:none;color:#333740;cursor:pointer;display:flex;font-size:.9rem;font-weight:400}.mc_fieldset input[type=checkbox]{accent-color:#053f55;cursor:pointer;height:15px;margin-right:.6rem;width:15px}.button{box-shadow:0 1px 3px #0000001a;font-size:.95rem;margin-top:.5rem;padding:.75rem 1.5rem;width:100%}.button:hover{box-shadow:0 2px 6px #00000026}.response{border-radius:4px;font-size:.85rem;margin-bottom:1rem;padding:.75rem;text-align:center}.response-error{background-color:#f2dede;border:1px solid #ebccd1;color:#d9534f}.response-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.nav-newsletter-loggedin-message{color:#053f55;font-family:Inter,sans-serif;font-size:1rem;padding:1rem;text-align:center}.nav-newsletter-form__legal-text p{font-family:Inter,sans-serif;line-height:1.4;margin-bottom:.5rem}.nav-newsletter-form__legal-text a{color:#053f55;text-decoration:underline}.nav-newsletter-form__legal-text a:hover{text-decoration:none}@media (max-width:768px){.form-row-pair,.form-row-triplet{flex-direction:column;gap:0;margin-bottom:0}.form-row-pair .form-group-inline,.form-row-triplet .form-group-inline{flex-basis:100%;margin-bottom:1rem}}.nav-newsletter-form-container fieldset.mc_fieldset.gdprRequired.mc-field-group{border:0 #0000!important;border-image:none!important;margin:0!important;min-inline-size:auto!important;padding:0!important}.hero{background-color:#053f55;background-position:50% 50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;height:80vh;justify-content:center;margin:1rem;min-height:500px;overflow:hidden;position:relative}.hero,.heroOverlay{align-items:center;display:flex}.heroOverlay{justify-content:flex-start;padding:6rem;width:90%}.heroText{color:#053f55;max-width:600px}.title{font-size:3rem;line-height:1.2;margin-bottom:1rem}.subtitle{font-size:1.2rem}.heroContentBox{background:#fff;border-radius:1rem;bottom:2rem;box-shadow:0 4px 12px #00000040;box-sizing:border-box;max-width:600px;padding:1rem;position:absolute;right:2rem;width:100%}.heroContentLabelInline{background:#61aeca;border-radius:.5rem;color:#fff;display:inline-block;font-size:.9rem;font-weight:500;margin-right:.5rem;padding:.25rem .5rem;vertical-align:middle}.heroReportTitle{color:#053f55;font-size:1.5rem;line-height:1.3;margin:.5rem 0}.heroReportText{color:#053f55;font-size:1rem;margin:.5rem 0 1rem}.heroReadMore{color:#053f55;font-weight:600;text-decoration:none}.heroReadMore:hover{text-decoration:underline}@media (max-width:600px){.hero{background-position:80% 50%!important}}.featuresSection{background-color:#fff;padding:6rem 2rem}.featuresHeader{margin:0 auto 4rem;max-width:700px;text-align:center}.featuresHeader h2{color:#053f55;font-size:1.8rem;margin-bottom:1rem}.featuresHeader p{color:#053f55;font-size:1.1rem;line-height:1.4}.featureIcon{--fa-primary-color:#053f55;--fa-secondary-color:#8ddae8;--fa-secondary-opacity:1;color:#053f55;font-size:2.8rem;margin-bottom:1rem}.featuresGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.featureItem{background:#f3f7f8}.featureItem,.featureItemFocus{border-radius:1.5rem;min-height:100px;overflow:hidden;padding:3rem;position:relative}.featureItemFocus{background:#fff;border:2px solid #053f55}.featureItem.fullWidth{grid-column:1/-1}.featureItem h2{color:#053f55;font-size:1.6rem;margin-bottom:1rem}.featureItem p{color:#053f55;line-height:1.4}.signupForm{margin-top:1.5rem}.signupForm .inputRow{display:flex;margin-bottom:1rem;width:100%}.signupForm .inputRow input[type=email]{background:#f3f7f8;border:1px solid #ccc;border-radius:.25rem;flex:1 1;font-size:1rem;padding:.75rem}.signupForm .inputRow button{background-color:#053f55;border:none;border-radius:.25rem;color:#fff;cursor:pointer;font-size:1rem;margin-left:.5rem;padding:.75rem 1.5rem}.signupForm .consentRow{align-items:center;display:flex;font-size:.8rem}.signupForm .consentRow input[type=checkbox]{margin:0}.signupForm .consentRow label{margin-left:.5rem;white-space:nowrap}.partnersSection{background-color:#fff;color:#333;padding:2rem}.partnersHeader{margin:0 auto 4rem;max-width:700px;text-align:center}.partnersHeader h2{color:#053f55;font-size:1.8rem;margin-bottom:1rem}.partnersHeader h3{color:#555;font-size:1.2rem;font-weight:400;margin-bottom:1rem}.partnersHeader p{color:#053f55;font-size:1rem;line-height:1.4}.partnersGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:.6fr .4fr}.partnerItem{background:#f3f7f8}.partnerItem,.partnerItemMain{border-radius:1.5rem;min-height:300px;overflow:hidden;padding:3rem;position:relative}.partnerItemMain{background:#053f55;color:#fff}.partnerItemMain .partnerLink,.partnerItemMain h4{color:#fff;margin-bottom:1rem}.partnerItem h4,.partnerItemMain h4{font-size:1.6rem;margin-top:0}.partnerItem h4,.partnerItem p{color:#053f55;margin-bottom:1rem}.partnerItem p{line-height:1.4}.partnerLink{color:#053f55;font-weight:600;text-decoration:none}.partnerLink:hover{text-decoration:underline}.partnerBottomImage{height:auto;width:200px}.reportsSlider{margin:2rem;position:relative}.sliderNav{display:flex;gap:.5rem;left:1.5rem;position:absolute;top:1.5rem;z-index:10}.navButton{align-items:center;background:#fff;border:1px solid #053f55;border-radius:4px;color:#053f55;cursor:pointer;display:flex;font-size:1rem;height:32px;justify-content:center;transition:background .2s,color .2s;width:32px}.navButton.active{background:#053f55;border-color:#053f55;color:#fff}.navButton:focus{outline:2px solid #053f55;outline-offset:2px}.slidesContainer{aspect-ratio:16/9;background-color:#eee;border-radius:1.5rem;min-height:300px;overflow:hidden}.slidesTrack{display:flex;height:100%;transition:transform .5s ease-in-out}.slide{background-color:#ccc;background-position:50%;background-repeat:no-repeat;background-size:cover;flex:0 0 100%;height:100%;position:relative}.slideContent{align-items:flex-start;border-radius:.5rem;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;left:25%;max-width:600px;overflow-y:auto;padding:2rem;position:absolute;top:0;transform:translateX(-50%);width:40%}.slideContent h2{color:#053f55;font-size:2rem;margin-bottom:.75rem}.slideContent p{color:#053f55;font-size:1.1rem;margin-bottom:1rem}.slideContent ul{list-style:none;margin:0 0 1.5rem;padding:0}.slideContent li{font-size:1.1rem;margin-bottom:.5rem}.slideContent button{align-items:center;align-self:flex-start;background:none;border:1px solid #053f55;border-radius:.5rem;color:#053f55;cursor:pointer;display:inline-flex;font-family:Special Gothic,sans-serif;font-size:1.1rem;font-weight:600;gap:.75rem;padding:.5rem 1.25rem;transition:background .25s,color .25s}.slideContent button:hover{background:#fff;color:#053f55}.slideContent button:focus{outline:2px solid #053f55;outline-offset:2px}.slideCTA{background:none;border:1px solid #053f55;border-radius:.5rem;color:#053f55;display:inline-block;font-family:Special Gothic,sans-serif;font-size:1.1rem;font-weight:600;margin-top:1.5rem;padding:.5rem 1.25rem;text-decoration:none;transition:background .25s,color .25s}.slideCTA:hover{background:#fff;color:#053f55}.slideCTA:focus{outline:2px solid #053f55;outline-offset:2px}.blogSection{background-color:#fff}.blogSectionTitle{font-size:1.8rem;margin-bottom:2rem;text-align:left}.blogGrid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.blogCard{background-color:#fff;border-radius:8px;transition:box-shadow .3s}.blogCard:hover{box-shadow:0 4px 10px #0000000d}.blogImageLink{border-radius:8px;display:block;overflow:hidden}.blogImage{background-color:#f3f7f8;display:block;height:200px;object-fit:cover;width:100%}.blogDate{color:#999;font-size:.9rem;margin-bottom:.5rem}.blogTitle{font-size:1.2rem;margin-bottom:.5rem}.blogSummary{color:#053f55;font-size:.95rem;line-height:1.4;margin-bottom:1rem}.blogContent{padding:2rem}.readMoreLink{color:#053f55;font-weight:600;text-decoration:none}.readMoreLink:hover{text-decoration:underline}.blogSectionError,.blogSectionLoading{color:#d33;padding:1rem 0;text-align:center}.faqSection{background-color:#fff;padding:6rem}.faqTitle{color:#053f55;font-size:1.8rem;margin-bottom:2rem;text-align:center}.faqList{margin:0 auto}.faqItem{border-bottom:1px solid #ddd;margin-bottom:1rem;padding-bottom:1rem}.faqQuestion{background:none;border:none;color:#053f55;cursor:pointer;font-family:Special Gothic,sans-serif;font-size:1.1rem;font-weight:600;line-height:1.4;padding:.75rem 0;text-align:left;width:100%}.faqAnswer{color:#053f55;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;margin-top:.75rem;padding-left:.5rem}.faqAnswer p{margin-bottom:.75em}.faqAnswer p:last-child{margin-bottom:0}.faqAnswer ol,.faqAnswer ul{margin-bottom:.75em;margin-left:1.2em}.faqAnswer strong{font-weight:600}.faqAnswer em{font-style:italic}@media (max-width:768px){.faqSection{padding:1rem}.faqTitle{font-size:1.6rem;margin-bottom:1.5rem}.faqList{margin:0;max-width:none;padding:1rem;width:100%}.faqItem{border-bottom:1px solid #eee;margin-bottom:.75rem;padding-bottom:.75rem}.faqQuestion{font-size:1.25rem;padding:.6rem 0}.faqAnswer{font-size:1rem;line-height:1.5;margin-top:.5rem;padding-left:0}.faqAnswer p{margin-bottom:.6em}}.footer{background-color:#f3f7f8;display:flex;flex-direction:column;margin-top:auto;padding-bottom:2rem;padding-top:4rem;width:100%}.footer,.footerInner{box-sizing:border-box}.footerInner{margin:0 2rem;padding:1rem}.footerTop{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:1.5rem}.footerLogoArea{margin-bottom:1rem;max-width:300px}.footerLogo{align-items:center;display:flex;gap:.5rem}.footerLogoImage{height:40px;object-fit:contain;width:40px}.footerLogoText{font-size:1.2rem;font-weight:600}.footerTagline{color:#053f55;line-height:1.4;margin-top:.5rem}.socialIcons{display:flex;gap:1rem;margin-top:1rem}.socialLink i{color:#053f55;font-size:1.5rem;transition:color .2s ease}.socialLink i:hover{color:#61aeca}.footerLinks{display:flex;flex-wrap:wrap;gap:3rem}.footerColumn{margin-bottom:1rem;min-width:120px}.footerColumn h4{color:#053f55;font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.footerColumn ul{list-style:none;margin:0;padding:0}.footerColumn li{margin-bottom:.5rem}.footerColumn a{color:#053f55;font-weight:400;text-decoration:none;transition:color .2s ease}.footerColumn a:hover{color:#61aeca}.footerBottom{align-items:center;border-top:1px solid #e0e0e0;display:flex;flex-wrap:wrap;justify-content:space-between;padding-top:1rem}.footerBottom,.footerBottomLeft,.footerBottomRight{color:#053f55;font-size:.9rem}.footerBottomRight{align-items:center;display:flex}.footerBottomRight .uniconLogo{height:24px;margin-bottom:0;margin-left:.5rem;width:auto}@media (max-width:768px){.footerBottom{gap:.75rem}}.heroContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:70vh;position:relative}.homePageBlogAreaWrapper{padding:4rem 2rem;text-align:left}.homePageBlogAreaHeader{margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.homePageBlogAreaTitle{color:#053f55;font-family:Special Gothic,sans-serif;font-size:1.8rem;margin-bottom:1rem}.homePageBlogAreaSubtitle{color:#333740;font-size:1.1rem;line-height:1.6;margin-bottom:0}@media (max-width:768px){.homePageBlogAreaWrapper{padding:2rem 1rem;text-align:left}.homePageBlogAreaSubtitle{color:#053f55;font-size:1rem}}.aboutPage{color:#053f55;color:var(--color-primary);font-family:Inter,sans-serif;font-family:var(--font-sans);margin-top:3rem}.textCenter{text-align:center}.aboutStoryContent,.aboutTextContainer{margin:0 auto 4rem;max-width:1000px}.aboutTitle{font-size:2.5rem;margin-bottom:1rem;margin-bottom:var(--spacing-base)}.aboutSubtitle{font-size:1.1rem;margin-bottom:2rem;margin-bottom:calc(var(--spacing-base)*2)}.aboutPage .hero-text-wrapper{align-items:center;background-position:50%;background-size:cover;border-radius:1rem;display:flex;justify-content:center;margin:2rem auto 3rem;overflow:hidden;position:relative;width:100%}.aboutPage .hero-text-overlay{border-radius:.75rem;color:#053f55;padding:3rem;text-align:center;width:90%;z-index:1}.aboutPage .hero-text-overlay h1{font-size:2.75rem;line-height:1.2;margin:0}.aboutHeroImageWrapper{display:flex;justify-content:center;margin-bottom:3rem;margin-top:0;overflow:hidden;place-items:center;width:100%}.aboutHeroDiagram{height:auto;max-height:100%;width:80%}.aboutMission{line-height:1.6;margin-bottom:3rem;padding:4rem 3rem}.aboutMissionStatement{font-size:1.8rem;line-height:1.4;margin:0 auto 2rem;max-width:1000px;text-align:center}.aboutBulletsGrid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-bottom:3rem}.aboutFeatureItem{background:#f3f7f8;background:var(--color-light-bg);border-radius:1rem;display:flex;flex-direction:column;padding:2rem;text-align:left}.aboutFeatureItem--wide{grid-column:span 2}.aboutFeatureItem i{color:#053f55;color:var(--color-primary);font-size:2.5rem;margin-bottom:1rem;width:-webkit-fit-content;width:fit-content}.aboutFeatureItem h2{font-size:1.25rem;margin-bottom:.75rem;margin-top:0}.aboutFeatureItem p{font-size:1rem;line-height:1.4;margin-bottom:0}.aboutLinkBlockCenter{background-color:#053f55;background-color:var(--color-primary);border-radius:1rem;color:#fff;margin:3rem auto;max-width:800px;padding:2rem;text-align:center}.linkedinLink,.profileLinkedin{color:#61aeca;color:var(--color-secondary);font-size:1.5rem;text-decoration:none;transition:color .2s ease}.linkedinLink{font-size:2rem;margin-left:.5rem;vertical-align:middle}.linkedinLink:hover,.profileLinkedin:hover{color:#fff;text-decoration:none}.aboutPartners{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:6rem auto 3rem;max-width:1200px;padding:0 1rem}.partnersIntro{grid-column:1/-1;margin-bottom:2rem;text-align:center}.associatePartnersBox,.foundingPartnerBox{background:#f3f7f8;background:var(--color-light-bg);border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:space-between;padding:2rem;text-align:center;width:100%}.partnersIntro h2{font-size:2rem;margin-bottom:.75rem}.partnersIntro h3{color:#053f55;color:var(--color-primary);font-size:1.25rem;font-weight:600;margin-bottom:1rem}.partnersIntro p{font-size:1rem;line-height:1.4;margin:0 auto;max-width:700px}.foundingPartnerBox{background:#053f55;background:var(--color-primary);color:#fff}.associatePartnersBox h4,.foundingPartnerBox h4{font-size:1.3rem;margin-bottom:1rem;margin-bottom:var(--spacing-base);margin-top:0}.associatePartnersBox p,.foundingPartnerBox p{flex-grow:1;font-size:.95rem;line-height:1.4;margin-bottom:1.5rem}.associatePartnerLink,.foundingPartnerLink{border-radius:.5rem;border-radius:var(--radius-base);display:inline-block;font-weight:600;margin-top:auto;padding:.75rem 1.5rem;text-decoration:none;transition:background-color .2s,color .2s}.foundingPartnerLink{background:#fff;color:#053f55;color:var(--color-primary)}.associatePartnerLink,.foundingPartnerLink:hover{background:#61aeca;background:var(--color-secondary);color:#fff}.associatePartnerLink:hover{background:#053f55;background:var(--color-primary)}.ourStorySection{background-color:#fff;color:#053f55;color:var(--color-primary);padding:3rem 0}.teamContainer{display:flex;flex-direction:column;gap:4rem;margin-bottom:3rem;padding:4rem 3rem}.teamIntro{grid-gap:1rem;align-items:center;background:#f3f7f8;background:var(--color-light-bg);border-radius:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;padding:2rem}.introStory{padding:1rem;padding:var(--spacing-base)}.introStory h2{font-size:2rem;margin-bottom:.5rem}.introStory h3{color:#053f55;color:var(--color-primary);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.introStory p{font-size:1rem;line-height:1.4;margin-bottom:1rem}.introImage img{border-radius:.5rem;border-radius:var(--radius-base);display:block;height:auto;width:100%}.teamDetail{grid-gap:2rem;align-items:center;border-bottom:1px solid #eee;display:grid;gap:2rem;grid-template-columns:33% auto;padding:2rem 0}.teamDetail:last-child{border-bottom:none}.teamDetailLeft{text-align:center}.profileImage{aspect-ratio:4/5;border-radius:.5rem;border-radius:var(--radius-base);display:block;margin:0 auto 1rem;margin:0 auto var(--spacing-base);object-fit:cover;width:100%}.profileHeader,.teamDetailRight{display:flex;flex-direction:column}.profileHeader{gap:.25rem;padding:1rem}.profileName{font-size:2rem;line-height:1.2;margin:0}.profileTitleWrap{align-items:center;display:flex;gap:.75rem}.profileTitle{color:#053f55;color:var(--color-primary);font-size:1.25rem;font-weight:500;margin:0}.profileLinkedin i{font-size:1.3rem}.profileBio{font-size:1rem;line-height:1.4;padding:1rem}.profileBio p{margin-bottom:.75rem}.profileBio p:last-child{margin-bottom:0}.profileQuote{border-left:3px solid #61aeca;border-left:3px solid var(--color-secondary);color:#053f55;color:var(--color-primary);font-style:italic;line-height:1.5;margin-top:.5rem;padding-left:1rem}@media (max-width:992px){.aboutPartners{grid-template-columns:1fr 1fr}.partnersIntro{grid-column:1/-1}.aboutBulletsGrid{grid-template-columns:repeat(2,1fr)}.aboutFeatureItem--wide{grid-column:span 2}}@media (max-width:768px){.aboutPage{margin:2rem 1rem 0}.aboutStoryContent,.aboutTextContainer{margin-bottom:2rem}.aboutMissionStatement{font-size:1.6rem;line-height:1.5;margin-bottom:1.5rem}.aboutBulletsGrid{gap:1rem;grid-template-columns:1fr}.aboutFeatureItem--wide{grid-column:span 1}.aboutFeatureItem{padding:1.5rem}.aboutFeatureItem i{font-size:2rem;margin-bottom:.75rem}.aboutFeatureItem h2{font-size:1.15rem}.aboutPartners{gap:1.5rem;grid-template-columns:1fr;margin-top:3rem}.associatePartnersBox,.foundingPartnerBox{padding:1.5rem}.partnersIntro h2{font-size:1.4rem}.partnersIntro h3{font-size:1.1rem}.teamContainer{gap:2.5rem;padding:2rem 0}.teamIntro{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem}.introStory h2{font-size:1.8rem}.introStory h3{font-size:1.1rem}.teamDetail{gap:1.5rem;grid-template-columns:1fr;padding:1.5rem 0}.teamDetailLeft{text-align:center}.profileImage{margin-bottom:1rem;max-width:100%}.profileName{font-size:1.6rem}.profileTitle{font-size:1.1rem}.profileBio p{font-size:1rem}.profileQuote{font-size:.95rem;padding-left:.75rem}.aboutHeroDiagram{width:90%}}@media (max-width:480px){.aboutPage{margin:1.5rem .75rem 0}.aboutPage .hero-text-overlay{padding:1rem}.aboutPage .hero-text-overlay h1{font-size:1.8rem}.aboutMission{padding:2rem 1rem}.aboutMissionStatement{font-size:1.4rem;line-height:1.2}.aboutFeatureItem i{font-size:1.8rem}.aboutFeatureItem h2{font-size:1.25rem}.partnersIntro h2{font-size:1.4rem}.partnersIntro h3{font-size:1.25rem}.introStory h2{font-size:1.6rem}.introStory h3{font-size:1.25rem}.profileName{font-size:1.4rem}.profileTitle{font-size:1.25rem}}.contactFormSection{background-color:#fff;text-align:center}.contactFormSection h2{color:#053f55;font-size:1.8rem;margin-bottom:2rem}.contactForm{margin:0 auto;max-width:600px;text-align:left}.formGroup{margin-bottom:1.5rem}.formGroup label{color:#053f55;display:block;font-family:Inter,sans-serif;font-weight:500;margin-bottom:.5rem}.formGroup input,.formGroup textarea{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:1rem;padding:.85rem 1rem;width:100%}.formGroup textarea{resize:vertical}.contactForm button{background-color:#053f55;border:none;border-radius:4px;color:#fff;cursor:pointer;display:block;font-family:Special Gothic,sans-serif;font-size:1.1rem;margin-top:1.5rem;padding:.9rem 1.5rem;transition:background-color .2s ease;width:100%}.contactForm button:disabled{background-color:#ccc;cursor:not-allowed}.contactForm button:hover:not(:disabled){background-color:#043244}.thankYouMessage{background-color:#e9f7ef;border:1px solid #c3e6cb;border-radius:4px;color:#28a745;font-size:1.2rem;margin:1rem 0;padding:1rem}.errorMessage{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;font-size:1rem;margin-bottom:1rem;margin-top:1rem;padding:.75rem 1rem}.recaptcha-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.calendlyLink{border-top:1px solid #eee;margin-top:2.5rem;padding-top:1.5rem}.calendlyLink p{font-size:1rem;margin-bottom:.75rem}.calendlyLink a{background-color:#007bff;border-radius:4px;color:#fff;display:inline-block;font-weight:600;padding:.6rem 1.2rem;text-decoration:none;transition:background-color .2s ease}.calendlyLink a:hover{background-color:#0056b3;text-decoration:none}.partnerPage{color:#053f55;color:var(--color-primary);font-family:Inter,sans-serif;font-family:var(--font-sans);margin-left:auto;margin-right:auto;max-width:1200px;padding:0 1rem}.partnerPage h1,.partnerPage h2,.partnerPage h3,.partnerPage h4{color:#053f55;color:var(--color-primary);margin-bottom:.75rem;margin-top:1.5rem;margin-top:calc(var(--spacing-base)*1.5)}.partnerPage h2{font-size:2rem}.partnerPage h3{font-size:1.5rem}.partnerPage h4{font-size:1.25rem}.partnerPage p{font-size:1rem;line-height:1.6}.partnerPage p,.partnerPage ul{margin-bottom:1rem;margin-bottom:var(--spacing-base)}.partnerPage ul{list-style:disc;margin-left:.5rem}.partnerPage ul li{line-height:1.5;margin-bottom:.5rem}.partnerPageHeroHeader{align-items:flex-start;background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;margin:0 auto 3rem;max-width:95%;min-height:550px;padding:2rem 5%;position:relative;width:auto}.partnerPageHeroHeader:before{background-color:#053f5580;border-radius:inherit;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.partnerPageHeroHeader>*{max-width:500px;position:relative;z-index:2}.partnerPageHeroHeader h1{color:inherit;font-size:2.8rem;line-height:1.2;margin:0 0 1rem}.partnerPageHeroHeader p{color:inherit;font-size:1.3rem;line-height:1.5;margin:0}.partnerContent{margin:0 auto;max-width:900px;padding:0 1rem}.partnerIntroSection,.uniconRoles{margin-bottom:3rem}.uniconRoles{background-color:#f3f7f8;background-color:var(--color-light-bg);border-radius:1rem;padding:2rem}.uniconLogoContent{display:block;height:auto;margin-bottom:1.5rem;max-width:150px}.partnershipImpact{margin-bottom:3rem}@media (max-width:768px){.partnerPage{margin-top:0;padding:0}.partnerPageHeroHeader{border-radius:0;margin-top:0;max-width:100%;min-height:400px;padding:1.5rem 5%}.partnerPageHeroHeader h1{font-size:2rem}.partnerPageHeroHeader p{font-size:1.1rem}.partnerContent{padding:0 1rem}.uniconRoles{padding:1.5rem}.uniconLogoContent{margin-bottom:1rem;max-width:120px}.contactSection{border-radius:0;margin-top:3rem;padding:2rem 1rem}.contactHeaderTitle{font-size:1.6rem}.contactHeaderSubtitle{font-size:1rem;margin-bottom:1.5rem}}@media (max-width:480px){.partnerPage{margin-top:0}.partnerPageHeroHeader{min-height:300px;padding:1rem 5%}.partnerPageHeroHeader h1{font-size:1.6rem}.partnerPageHeroHeader p{font-size:.95rem}.partnerContent{padding:0 .75rem}.partnerPage h1{font-size:2rem}.partnerPage h2{font-size:1.8rem}.partnerPage h3{font-size:1.3rem}.partnerPage p{font-size:.95rem}}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{color:#053f55;font-family:Inter,sans-serif;font-weight:400;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Special Gothic,sans-serif;margin-bottom:1rem;margin-top:0}b,strong{font-weight:400}.italicLight{font-weight:400}.italicLight,.italicRegular{font-family:Inter,sans-serif;font-style:italic}.italicRegular{font-weight:500}#root,body,html{box-sizing:border-box;height:100%;margin:0;padding:0}#root>.app{display:flex;flex-direction:column;min-height:100%}main{flex:1 0 auto}@media (max-width:768px){.hero{align-items:flex-start;border-radius:.75rem;display:flex;flex-direction:column;height:70vh;justify-content:flex-start;margin:1rem;overflow:hidden}.heroOverlay{padding:3rem 2rem 2rem;width:100%}.heroText .title{font-size:2rem;line-height:1.2;margin-bottom:.5rem}.heroText .subtitle{font-size:1rem;line-height:1.4}.heroContentBox{border-radius:.75rem;bottom:1rem;left:50%;max-width:92%;padding:1rem;position:absolute;transform:translateX(-50%)}.heroContentLabelInline{font-size:.8rem;padding:.2rem .4rem}.heroReportTitle{font-size:1.25rem}.heroReportText{display:none}.blogSectionTitle{font-size:1.5rem;margin-bottom:1.5rem;text-align:center}.blogGrid{gap:1rem;grid-template-columns:1fr!important}.blogCard{box-shadow:0 4px 10px #0000000d;margin-bottom:1rem}.blogImage{height:200px}.blogContent{padding:1rem}.blogTitle{font-size:1.25rem}.blogSummary{font-size:1rem}.featuresSection{padding:4rem 1rem}.featuresHeader{margin-bottom:2rem}.featuresHeader h2{font-size:1.5rem}.featuresHeader p{font-size:1rem}.featuresGrid{gap:1rem;grid-template-columns:1fr!important}.featureItem{padding:2rem}.featureItem h2{font-size:1.25rem;margin-bottom:.75rem}.featureItem p{font-size:1rem}.partnersSection{padding:2rem 1rem}.partnersHeader{margin-bottom:2rem}.partnersHeader h2{font-size:1.5rem}.partnersHeader h3{font-size:1.1rem}.partnersGrid{gap:1rem;grid-template-columns:1fr!important}.partnerItem,.partnerItemMain{min-height:auto;padding:2rem}.partnerItem h4,.partnerItemMain h4{font-size:1.4rem}.partnerItem p,.partnerItemMain p{font-size:1rem}.partnerBottomImage{margin-top:1rem;max-width:180px;width:100%}}.blogListPage{box-sizing:border-box;margin:4rem auto;max-width:100%;padding:0 1rem}.blogListHeader{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.blogListTitle{color:#053f55;flex:1 1 200px;font-family:Special Gothic,sans-serif;font-size:2rem;margin:0}.blogListControls{align-items:center;display:flex;flex:1 1 300px;gap:1rem;justify-content:flex-end}.blogListControls input,.blogListControls select{background-color:#fff;border:1px solid #ccc;border-radius:.25rem;color:#333;flex:0 0 auto;font-family:Inter,sans-serif;font-size:1rem;padding:.5rem}.blogSearchInput{flex:1 1 200px;max-width:300px}.blogAuthorSelect,.blogSortSelect{flex:0 0 150px}.blogFilters{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}@media (max-width:768px){.blogListPage{margin:2rem 0;padding:0}.blogListHeader{align-items:center;flex-direction:column;gap:.75rem;padding:0 1rem}.blogListTitle{flex:none;font-size:1.7rem;margin-bottom:.5rem;text-align:center;width:100%}.blogListControls{align-items:stretch;box-sizing:border-box;flex:none;flex-direction:column;gap:.6rem;padding:0 1rem;width:100%}.blogListControls input,.blogListControls select{box-sizing:border-box;max-width:none;padding:.8rem 1rem;width:100%}.blogAuthorSelect,.blogSearchInput,.blogSortSelect{flex:none}}.blogSection{box-sizing:border-box;padding:0 1rem}.blogPage{color:#053f55;font-family:Inter,sans-serif;margin:2rem auto 4rem;max-width:800px;padding:2rem}.postHeader h1,.postTitle{color:#053f55;font-size:2.5rem;line-height:1.2;margin-bottom:.75rem}.postMeta{align-items:center;color:#555;display:flex;font-size:.9rem;margin-bottom:2rem}.authorImage{border-radius:50%;height:40px;margin-right:.75rem;object-fit:cover;width:40px}.authorName{color:#053f55;font-weight:600;margin-right:.5rem}.postDate{color:#666}.postHero img{border-radius:.5rem;height:auto;margin-bottom:2.5rem;object-fit:cover;width:100%}.postContent{color:#032b3a;font-size:1.05rem;line-height:1.7}.postContent p{margin-bottom:1.5rem}.postContent p strong,.postContent strong{color:#053f55;font-weight:700}.postContent h1,.postContent h2,.postContent h3,.postContent h4,.postContent h5,.postContent h6{color:#053f55;line-height:1.3;margin-bottom:1rem;margin-top:2.5rem}.postContent h2{font-size:1.8rem}.postContent h3{font-size:1.5rem}.postContent h4{font-size:1.25rem}.postContent ol,.postContent ul{margin-bottom:1.5rem;padding-left:1.8em}.postContent li{line-height:1.7;margin-bottom:.75rem}.postContent a{color:#61aeca;text-decoration:underline;transition:color .2s ease,opacity .2s ease}.postContent a:focus,.postContent a:hover{color:#053f55;opacity:.85;text-decoration:none}.postContent img,.postImageWrapper img{border-radius:.5rem;height:auto;margin:2rem 0;max-width:100%;object-fit:cover;width:100%}.postContent blockquote{background-color:#f8f9fa;border-left:4px solid #61aeca;color:#555;font-style:italic;margin:1.5rem 0;padding:1rem 1.5rem}.postContent blockquote p{margin-bottom:0}.postFooter{border-top:1px solid #eee;margin-top:3rem;padding-top:1.5rem;text-align:right}.backLink{color:#61aeca;font-size:1rem;font-weight:600;text-decoration:none}.backLink:hover{color:#053f55;text-decoration:underline}.blogPageStatus{font-size:1.1rem;margin:4rem 0;text-align:center}.blogPageStatus.error{color:#d33}.page-container{font-family:Arial,sans-serif;max-width:1100px;padding:20px}.all-reports-page .all-reports-header{border-bottom:1px solid #eee;margin-bottom:40px;padding:20px 0;text-align:center}.all-reports-page .all-reports-header h1{color:#053f55;font-size:2.5rem;margin-bottom:10px}.all-reports-page .all-reports-header p{color:#053f55;font-size:1.1rem;line-height:1.4;margin:0 auto;max-width:700px}.reports-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr}.report-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 8px #0000000d;display:flex;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.report-card:hover{box-shadow:0 6px 12px #0000001a;transform:translateY(-5px)}.report-card-inner-link{color:inherit;display:flex;flex-direction:row;text-decoration:none;width:100%}.report-card-image-column{background-color:#f0f0f0;border-right:1px solid #e0e0e0;display:flex;flex:0 0 50%;min-height:280px;position:relative}.report-card-img-tag{display:block;height:100%;object-fit:cover;width:100%}.report-card-text-column{display:flex;flex:0 0 50%;flex-direction:column;justify-content:center;padding:25px}.report-card-headline{color:#053f55;font-size:1.5rem;line-height:1.3;margin-bottom:15px;margin-top:0}.report-card-summary{-webkit-line-clamp:5;-webkit-box-orient:vertical;color:#053f55;display:-webkit-box;font-size:1rem;line-height:1.6;margin-bottom:20px;overflow:hidden;text-overflow:ellipsis}.coming-soon-badge{background-color:#053f55;border-radius:4px;color:#fff;font-size:.8rem;font-weight:700;letter-spacing:.5px;padding:6px 12px;position:absolute;right:12px;text-transform:uppercase;top:12px;z-index:1}.report-card-readmore{color:#053f55;display:inline-block;font-size:1rem;font-weight:600;padding-top:10px;text-decoration:none}.report-card-readmore i{margin-left:6px;transition:transform .2s ease-in-out}.report-card-inner-link:hover .report-card-readmore i{transform:translateX(4px)}.page-container .error{background-color:#ffd2d2;border:1px solid #d8000c;border-radius:5px;color:#d8000c;margin:20px 0;padding:15px;text-align:center}.page-container p:empty{display:none}@media (max-width:768px){.report-card-inner-link{flex-direction:column}.report-card-image-column,.report-card-text-column{flex:1 1 100%;width:100%}.report-card-image-column{border-bottom:1px solid #e0e0e0;border-right:none;min-height:200px}.report-card-img-tag{border-radius:8px 8px 0 0;max-height:300px}.report-card-text-column{justify-content:flex-start}.report-card-summary{-webkit-line-clamp:4}}@media (max-width:480px){.page-container{padding:15px}.reports-grid{gap:25px}.all-reports-page .all-reports-header h1{font-size:1.8rem}.report-card-headline{font-size:1.3rem}}.authform-container-full-width{box-sizing:border-box;margin-bottom:3rem;margin-top:3rem;width:100%}.authform-content-area{background-color:#fff;border-radius:8px;margin:0 auto;padding:2rem;text-align:center}.authform-content-area h2{color:#053f55;font-family:Special Gothic,sans-serif;font-size:2.2rem;margin-bottom:1.5rem}.auth-tabs{border-bottom:1px solid #e0e0e0;display:flex;justify-content:center;margin-bottom:2rem}.auth-tab{background-color:initial;border:none;border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-family:Inter,sans-serif;font-size:1.15rem;font-weight:500;margin-bottom:-1px;padding:.8rem 1.6rem;transition:color .2s ease,border-color .2s ease}.auth-tab:hover{color:#032a38}.auth-tab.active{border-bottom-color:#053f55;color:#053f55;font-weight:700}.auth-tab:disabled{color:#adb5bd;cursor:not-allowed}.authform-loggedout-view{text-align:left}.authform-loggedout-view form{margin-top:1rem}.form-row-pair,.form-row-triplet{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:1.25rem}.form-row-triplet .form-group-inline{flex-basis:calc(33.333% - 0.84rem);flex-grow:1;flex-shrink:1;min-width:150px}.form-row-pair .form-group-inline{flex-basis:calc(50% - 0.625rem);flex-grow:1;flex-shrink:1;min-width:150px}.authform-loggedout-view .mc-field-group{margin-bottom:1.25rem}.form-row-pair .mc-field-group.form-group-inline,.form-row-triplet .mc-field-group.form-group-inline{margin-bottom:0}.authform-loggedout-view .mc-field-group label{color:#333740;display:block;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.authform-loggedout-view .mc-field-group input[type=email],.authform-loggedout-view .mc-field-group input[type=password],.authform-loggedout-view .mc-field-group input[type=text]{border:1px solid #dcdfe6;border-radius:6px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:1rem;padding:.8rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.authform-loggedout-view .mc-field-group input[type=email]:focus,.authform-loggedout-view .mc-field-group input[type=password]:focus,.authform-loggedout-view .mc-field-group input[type=text]:focus{border-color:#053f55;box-shadow:0 0 0 3px #053f551a;outline:none}.authform-loggedout-view .mergeRow.gdpr-mergeRow{border:none;margin-bottom:1.5rem;margin-top:1rem}.authform-loggedout-view .mc_fieldset label.checkbox{align-items:center;border:none!important;color:#333740;cursor:pointer;display:flex;font-size:.95rem;font-weight:400}.mc_fieldset label.checkbox.subfield{border:none!important}.authform-loggedout-view .mc_fieldset input[type=checkbox]{accent-color:#053f55;border:none;cursor:pointer;height:16px;margin-right:.75rem;width:16px}.button{background-color:#053f55;border:none;border-radius:6px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:inline-block;font-family:Special Gothic,sans-serif;font-size:1rem;font-weight:600;padding:.8rem 1.6rem;text-align:center;transition:background-color .2s ease-in-out,transform .1s ease,box-shadow .2s ease}.button:hover{background-color:#032a38;box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.button:active{transform:translateY(0)}.button:disabled{background-color:#ccc;box-shadow:none;color:#666;cursor:not-allowed;transform:none}.authform-loggedout-view form .button[type=submit]{margin-top:1rem;padding:.9rem 1.6rem;width:100%}.authform-loggedout-view .response#mce-error-response{background-color:#f2dede;border:1px solid #ebccd1;border-radius:4px;color:#d9534f;font-size:.9rem;margin-bottom:1rem;padding:.8rem;text-align:center}.authform-loggedin-view{align-items:center;display:flex;flex-direction:column;gap:1.5rem;padding-top:1rem}.authform-loggedin-view p{color:#053f55;font-family:Inter,sans-serif;font-size:1.25rem;font-weight:500;margin-bottom:.25rem;text-align:center}.authform-loggedin-view .button-logout-authform{background-color:#777;font-family:Inter,sans-serif;font-weight:500}.authform-loggedin-view .button-logout-authform:hover{background-color:#5e5e5e}.authform-loggedin-view div>p[style*="color: red"]{font-family:Inter,sans-serif;font-size:.9em;text-align:center}@media (max-width:768px){.authform-content-area{padding:1.5rem}.auth-tabs{flex-wrap:wrap}.auth-tab{font-size:1rem;padding:.7rem 1rem}.form-row-pair,.form-row-triplet{flex-direction:column;gap:0;margin-bottom:0}.form-row-pair .form-group-inline,.form-row-triplet .form-group-inline{flex-basis:100%;margin-bottom:1.25rem}}@media (max-width:480px){.authform-content-area h2{font-size:1.8rem}.authform-loggedout-view .mc-field-group input[type=email],.authform-loggedout-view .mc-field-group input[type=password],.authform-loggedout-view .mc-field-group input[type=text]{font-size:1rem;padding:.7rem .9rem}.button{font-size:1rem;padding:.75rem 1.4rem}.authform-loggedout-view form .button[type=submit]{padding:.85rem 1.4rem}}.authform-loggedout-view fieldset.mc_fieldset.gdprRequired.mc-field-group{border:0 #0000!important;border-image:none!important;margin:0!important;min-inline-size:auto!important;padding:0!important}:root{--audio-primary-color:#053f55;--audio-secondary-color:#61aeca;--audio-bg-color:#f8f9fa;--audio-border-color:#e9ecef;--audio-track-bg:#dee2e6;--audio-thumb-size:14px}.audio-player-wrapper{background-color:#f8f9fa;background-color:var(--audio-bg-color);border:1px solid #e9ecef;border:1px solid var(--audio-border-color);border-radius:12px;box-shadow:0 4px 12px #0000000d;font-family:Inter,sans-serif;padding:1rem}.audio-player-ui{align-items:center;display:flex;gap:1rem}.play-pause-btn{align-items:center;background-color:#053f55;background-color:var(--audio-primary-color);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;height:50px;justify-content:center;transition:background-color .2s ease;width:50px}.play-pause-btn:hover{background-color:#61aeca;background-color:var(--audio-secondary-color)}.play-pause-btn .fa-play{margin-left:3px}.audio-info-and-controls{flex-grow:1;gap:.5rem;min-width:0}.audio-info,.audio-info-and-controls{display:flex;flex-direction:column}.audio-info .audio-status{color:#6c757d;font-size:.8rem;font-weight:500}.audio-info .audio-title{color:#053f55;color:var(--audio-primary-color);font-size:1.1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.main-controls{align-items:center;display:flex;gap:.75rem}.time-display{color:#495057;font-family:Inter,sans-serif!important;font-family:monospace;font-size:.8rem;min-width:40px;text-align:center}input[type=range].progress-bar,input[type=range].volume-slider{-webkit-appearance:none;appearance:none;background:#dee2e6;background:var(--audio-track-bg);background-image:linear-gradient(#053f55,#053f55);background-image:linear-gradient(var(--audio-primary-color),var(--audio-primary-color));background-repeat:no-repeat;background-size:0 100%;background-size:var(--progress-percentage,0) 100%;border-radius:5px;cursor:pointer;height:6px;outline:none;width:100%}input[type=range].volume-slider{background-size:100% 100%;background-size:var(--volume-percentage,100%) 100%}input[type=range].progress-bar::-webkit-slider-thumb,input[type=range].volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;border:2px solid #053f55;border:2px solid var(--audio-primary-color);border-radius:50%;height:14px;height:var(--audio-thumb-size);-webkit-transition:transform .1s ease;transition:transform .1s ease;width:14px;width:var(--audio-thumb-size)}input[type=range].progress-bar:hover::-webkit-slider-thumb,input[type=range].volume-slider:hover::-webkit-slider-thumb{transform:scale(1.2)}input[type=range].progress-bar::-moz-range-thumb,input[type=range].volume-slider::-moz-range-thumb{background:#fff;border:2px solid #053f55;border:2px solid var(--audio-primary-color);border-radius:50%;height:14px;height:var(--audio-thumb-size);-moz-transition:transform .1s ease;transition:transform .1s ease;width:14px;width:var(--audio-thumb-size)}input[type=range].progress-bar:hover::-moz-range-thumb,input[type=range].volume-slider:hover::-moz-range-thumb{transform:scale(1.2)}.volume-controls{align-items:center;align-self:flex-end;display:flex;gap:.5rem}.volume-btn{background:none;border:none;color:#6c757d;cursor:pointer;font-size:1.1rem;transition:color .2s ease}.volume-btn:hover{color:#053f55;color:var(--audio-primary-color)}.volume-slider{width:80px}@media (max-width:600px){.audio-player-ui{flex-wrap:wrap}.audio-info-and-controls{flex-basis:100%;margin-bottom:.75rem;order:1;width:100%}.play-pause-btn{order:2}.volume-controls{align-self:center;flex-grow:1;order:3;padding-bottom:0}.volume-slider{width:100%}.audio-info .audio-title{font-size:1rem}}body,html{overflow-x:hidden}.report{color:#053f55;display:flex;flex-direction:column;font-family:sans-serif;margin:0 auto;max-width:900px;min-height:100vh;padding:2rem 1rem 0}.report .hero{border-radius:4px;height:auto;margin-bottom:2rem;object-fit:cover;width:100%}.report .summary{font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.report .pdf-download{background-color:#053f55;border-radius:4px;color:#fff;display:inline-block;margin:1.5rem 0;padding:.5rem 1.25rem;text-decoration:none;transition:background .2s}.report .pdf-download:hover{background-color:#042d42}.report-content{flex:1 1}.report-content p{margin-bottom:1rem}.report-content ol{margin:1rem 0 1rem 1.5rem}.report-content li{margin-bottom:.5rem}.error,.report>p{color:#c00;margin:2rem 0;text-align:center}.report footer{left:50%;margin-bottom:0;margin-top:auto;position:relative;transform:translateX(-50%);width:100vw}.hero-wrapper{border-radius:1rem;height:60vh;margin:2rem auto 3rem;overflow:hidden;position:relative;width:96%}.hero-wrapper .hero{height:100%;left:50%;margin:0!important;object-fit:cover;position:absolute;top:0;transform:translateX(-50%);width:100vw}.overlay{color:#053f55;left:15%;padding:3rem;position:absolute;top:50%;transform:translate(-15%,-50%);width:60%;z-index:1}.overlay h1{font-size:3rem}.navbar{position:absolute;top:0;width:100vw;z-index:2}.report-coming-soon-section{background-color:#f9f9f9;border:1px solid #eee;margin:20px 0;padding:20px;text-align:center}.report-coming-soon-section h2{color:#333;font-size:1.8em;margin-bottom:10px}.report-coming-soon-section p{color:#555;font-size:1.1em;margin-bottom:15px}.report-coming-soon-section .newsletterSignup{margin-top:20px}.report-body-content.page-container{margin-left:auto;margin-right:auto;max-width:1100px;padding:2rem 20px}.report-actions-section.page-container{border-top:1px solid #eee;margin-left:auto;margin-right:auto;margin-top:40px;max-width:1100px;padding-bottom:60px;padding-top:40px}.coming-soon-signup-wrapper{padding:30px 20px;text-align:center}.coming-soon-signup-wrapper h2{color:#053f55;font-size:2rem;margin-bottom:10px;margin-top:0}.coming-soon-signup-wrapper .subline{color:#495057;font-size:1.1rem;line-height:1.6;margin-bottom:30px}.coming-soon-signup-wrapper .nav-newsletter-form-container{background-color:initial;box-shadow:none;margin-top:0;padding:0;text-align:left}.coming-soon-signup-wrapper .nav-newsletter-form-container .form-row-pair,.coming-soon-signup-wrapper .nav-newsletter-form-container .form-row-triplet{display:flex;flex-direction:column;gap:15px}.coming-soon-signup-wrapper .nav-newsletter-form-container .form-row-pair .mc-field-group,.coming-soon-signup-wrapper .nav-newsletter-form-container .form-row-triplet .mc-field-group{width:100%}.coming-soon-signup-wrapper .nav-newsletter-form-container input[type=email],.coming-soon-signup-wrapper .nav-newsletter-form-container input[type=password],.coming-soon-signup-wrapper .nav-newsletter-form-container input[type=text]{font-size:1rem;padding:10px;width:100%}.coming-soon-signup-wrapper .nav-newsletter-form-container .button{font-size:1rem;margin-top:10px;padding:12px 30px;width:auto}.coming-soon-signup-wrapper .nav-newsletter-form-container .response{text-align:center}@media (max-width:768px){.hero-wrapper{margin:0;min-height:450px;width:100%}.hero-wrapper .hero{border-radius:0;object-fit:cover}.hero-wrapper .hero,.overlay{height:100%;left:0;position:absolute;top:0;transform:none;width:100%}.overlay{align-items:flex-start;background-color:#00000026;box-sizing:border-box;color:#fff;display:flex;flex-direction:column;justify-content:center;padding:1.5rem;text-align:left}.overlay h1{color:#fff;font-size:2.2rem;margin-bottom:.5rem}.overlay .summary{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#f0f0f0;font-size:1.2rem;line-height:1.5;overflow:hidden;text-overflow:ellipsis;width:75%}}.audio-player-section{margin-left:auto;margin-right:auto;max-width:800px;padding:0 20px}@media (max-width:480px){.hero-wrapper{height:250px;margin:auto;width:95%}.overlay{padding:1rem}.overlay h1{font-size:2rem}.overlay .summary{-webkit-line-clamp:2;font-size:1rem}}.speed-report{--speed-primary:#053f55;--speed-accent:#61aeca;--speed-warm:#c47a46;--speed-bg:#f4f8f9;--speed-border:#d7e6eb;--speed-muted:#4d6670;--speed-ink-soft:#244f60;font-family:Inter,sans-serif;line-height:1.6;margin:0 auto 2rem;max-width:980px}.speed-report,.speed-report h2,.speed-report h3{color:var(--speed-primary)}.speed-report h2{font-size:1.75rem;line-height:1.2;margin:0 0 1rem}.speed-report h3{font-size:1.05rem;line-height:1.3;margin:0 0 .5rem}.speed-report p{color:var(--speed-ink-soft);font-size:1rem;margin:0}.speed-report ul{list-style:none;margin:0;padding:0}.speed-report li{color:var(--speed-ink-soft)}.speed-report-intro{grid-gap:1rem;border-bottom:1px solid var(--speed-border);display:grid;gap:1rem;margin-bottom:4rem;padding-bottom:2rem}.speed-report-kicker{background:#fff;color:var(--speed-muted);display:inline-flex;font-size:.78rem;font-weight:700;letter-spacing:0;padding:.25rem .55rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.speed-report-intro h2{color:var(--speed-primary);font-family:Inter,sans-serif;font-size:1.35rem;font-weight:700;margin-bottom:.25rem;max-width:760px}.speed-report-hero-summary{font-size:1.08rem;font-weight:600;max-width:760px}.speed-report-intro p{max-width:800px}.speed-report-cta{align-items:center;background:var(--speed-primary);border-radius:6px;color:#fff;display:inline-flex;font-weight:700;justify-content:center;margin-top:.5rem;min-height:2.8rem;padding:.75rem 1.25rem;text-decoration:none;transition:background-color .2s ease,transform .2s ease;width:-webkit-fit-content;width:fit-content}.speed-report-cta:focus,.speed-report-cta:hover{background:#042f40;transform:translateY(-1px)}.speed-report-cta:focus{outline:2px solid var(--speed-accent);outline-offset:3px}.speed-report-section{margin-bottom:4rem}.speed-report-section-heading{margin-bottom:1.5rem;max-width:780px}.speed-report-section-heading p{font-size:1.03rem}.speed-report-audience-grid,.speed-report-maturity-grid,.speed-report-overview-grid{grid-gap:1rem;display:grid;gap:1rem}.speed-report-overview-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.speed-report-audience-card,.speed-report-maturity-grid>div,.speed-report-overview-card,.speed-report-question-card{background:#fff;border:1px solid var(--speed-border);border-radius:8px}.speed-report-overview-card{padding:1.25rem}.speed-report-audience-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.speed-report-audience-card{padding:1.25rem}.speed-report-audience-card li{font-size:.95rem;padding-left:1.1rem;position:relative}.speed-report-audience-card li+li{margin-top:.7rem}.speed-report-audience-card li:before{background:var(--speed-warm);border-radius:50%;content:"";height:.4rem;left:0;position:absolute;top:.66rem;width:.4rem}.speed-report-research-base{background:var(--speed-bg);border-radius:8px;padding:2rem}.speed-report-stats{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:1.25rem}.speed-report-stat{background:#fff;border:1px solid var(--speed-border);border-radius:8px;min-height:8rem;padding:1.25rem}.speed-report-stat strong{color:var(--speed-primary);display:block;font-family:Special Gothic,sans-serif;font-size:2.4rem;line-height:1;margin-bottom:.45rem}.speed-report-note,.speed-report-stat span{color:var(--speed-muted);font-size:.95rem}.speed-report-question-list{grid-gap:1rem;display:grid;gap:1rem}.speed-report-question-card{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:3rem 1fr;padding:1.35rem}.speed-report-question-number{background:var(--speed-primary);border-radius:50%;color:#fff;display:grid;font-family:Special Gothic,sans-serif;font-size:.95rem;height:2.5rem;place-items:center;width:2.5rem}.speed-report-question-card p{max-width:760px}.speed-report-featured{background:#fff;border:1px solid var(--speed-border);border-radius:8px;padding:2rem}.speed-report-maturity-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin:1.5rem 0}.speed-report-maturity-grid>div{background:var(--speed-bg);padding:1.25rem}.speed-report-closing-line{font-weight:600;max-width:820px}.speed-report-final-cta{grid-gap:1rem;background:var(--speed-primary);border-radius:8px;display:grid;gap:1rem;justify-items:start;padding:2rem}.speed-report-final-cta h2,.speed-report-final-cta p{color:#fff}.speed-report-final-cta p{max-width:760px}.speed-report-final-cta .speed-report-cta{background:#fff;color:var(--speed-primary)}.speed-report-final-cta .speed-report-cta:focus,.speed-report-final-cta .speed-report-cta:hover{background:var(--speed-bg)}@media (max-width:900px){.speed-report-audience-grid,.speed-report-overview-grid,.speed-report-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.speed-report{margin-bottom:1rem}.speed-report-featured,.speed-report-final-cta,.speed-report-research-base{padding:1.25rem}.speed-report h2{font-size:1.45rem}.speed-report-intro h2{font-size:1.1rem}.speed-report-audience-grid,.speed-report-maturity-grid,.speed-report-overview-grid,.speed-report-question-card,.speed-report-stats{grid-template-columns:1fr}}.contact-page-container{margin:0 auto;max-width:900px;padding:20px 20px 40px}.contact-page-header{margin-bottom:1rem;margin-top:2rem;text-align:center}.contact-page-header h1{color:#053f55;font-size:2.5rem;margin-bottom:10px}.contact-page-header p{color:#053f55;font-size:1.1rem}.contact-details-section{border-top:1px solid #eee;margin-top:40px;padding-top:20px;text-align:center}.contact-details-section h2{color:#053f55;margin-bottom:15px}:root{--color-text-muted:#555;--spacing-base:1rem}.cookieBanner{align-items:center;background:#f3f7f8;background:var(--color-light-bg);border-top:.5px solid #555;bottom:0;color:#053f55;color:var(--color-primary);display:flex;font-size:.9rem;justify-content:space-between;left:0;padding:1rem 2rem;position:fixed;right:0;z-index:1000}.cookieBanner a{color:#61aeca;color:var(--color-secondary);text-decoration:underline}.buttonGroup{display:flex;gap:.5rem}.cookieBanner button{border-radius:.25rem;cursor:pointer;font-size:.9rem;padding:.5rem .75rem;transition:background .2s,color .2s}.btn-all{background:#053f55;background:var(--color-primary);border:1px solid #053f55;color:#fff}.btn-all:hover{background:#4aa8c5}.btn-essential{background:#fff;border:1px solid #053f55;color:#053f55;color:var(--color-primary)}.btn-essential:hover{background:#fff3}.btn-none{background:#f3f7f8;background:var(--color-light-bg);border:1px solid #053f55;color:#053f55;color:var(--color-primary)}.cookiePageContainer{color:#053f55;font-family:Inter,sans-serif;margin:4rem auto;max-width:900px;padding:0 1rem}.cookieHero{margin-bottom:2rem;text-align:left}.cookieTitle{color:#053f55;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.cookieLastUpdated{color:#666;font-size:.9rem;margin-bottom:2rem;text-align:center}.cookieSection{margin-bottom:2.5rem}.cookieSection h2{color:#053f55;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.cookieSection h3{color:#053f55;font-size:1.3rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.cookieSection p{color:#053f55;font-size:1rem;line-height:1.6;margin-bottom:1rem}.cookieSection ul{list-style-type:disc;margin-bottom:1rem;margin-left:1.5rem;padding:0}.cookieSection ul li{color:#053f55;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.cookieSection a{color:#007bff;text-decoration:underline}.cookieSection a:hover{color:#0056b3}.cookieTable{border-collapse:collapse;font-size:.95rem;margin-top:1rem;width:100%}.cookieTable td,.cookieTable th{border:1px solid #ddd;padding:10px 12px;text-align:left;vertical-align:top}.cookieTable th{background-color:#f3f7f8;color:#053f55;font-weight:600}.cookieTable tr:nth-child(2n){background-color:#f9f9f9}@media (max-width:768px){.cookieTitle{font-size:2rem}.cookieSection h2{font-size:1.5rem}.cookieSection h3{font-size:1.1rem}.cookieSection p,.cookieSection ul li,.cookieTable td,.cookieTable th{font-size:.9rem}}@media (max-width:480px){.cookiePageContainer{margin:2rem auto;padding:0 .5rem}.cookieTitle{font-size:1.8rem}}.antiTrustPageContainer{color:#053f55;font-family:Inter,sans-serif;margin:4rem auto;max-width:900px;padding:0 1rem}.antiTrustHero{margin-bottom:2rem;text-align:left}.antiTrustTitle{color:#053f55;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.antiTrustLogo{display:block;height:auto;margin:0 auto 1.5rem;width:180px}.antiTrustIntro{color:#053f55;font-size:1.1rem;line-height:1.6;margin-bottom:1rem}.antiTrustHeroImageWrapper{left:50%;margin-bottom:2rem;margin-left:-50vw;margin-right:-50vw;overflow:hidden;position:relative;right:50%;width:100vw}.antiTrustHeroImage{display:block;height:auto;width:100%}.antiTrustPrinciple,.antiTrustPrinciples{margin-bottom:2rem}.antiTrustPrinciple h2{color:#053f55;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.antiTrustPrinciple p{margin-bottom:.5rem}.antiTrustConclusion,.antiTrustPrinciple p{color:#053f55;font-size:1rem;line-height:1.6}.antiTrustConclusion{margin-bottom:2rem;text-align:left}.antiTrustConclusion p{margin-bottom:1rem}.antiTrustConclusion a{color:#007bff;text-decoration:underline}.antiTrustConclusion a:hover{color:#0056b3}.servicesPageContainer{align-content:center;color:#053f55;font-family:Inter,sans-serif;margin:0 auto;padding:0 1rem}.servicesPageHeader{align-items:flex-start;background-image:url(/static/media/Services.36fc7bf0dec3b92e7b7b.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:1rem;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;margin:auto;max-width:95%;min-height:600px;padding:2rem 5%;position:relative;width:auto;&:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}&>*{position:relative;z-index:2}}.servicesPageHeader h1{color:#fff;font-size:2.75rem;font-weight:600;margin-bottom:1rem;max-width:60%;text-align:left}.servicesPageHeader p{color:#fff;font-size:1.1rem;line-height:1.5;max-width:50%;text-align:left}@media (max-width:768px){.servicesPageHeader{min-height:350px}.servicesPageHeader h1{font-size:2.5rem;max-width:90%}.servicesPageHeader p{font-size:1.1rem;max-width:80%}}@media (max-width:480px){.servicesPageHeader{min-height:300px;padding:1.5rem 5%}.servicesPageHeader h1{font-size:1.8rem;max-width:95%}.servicesPageHeader p{font-size:1rem;max-width:90%}.ServicesImage img{width:100%!important}}.ServicesImage img{width:75%}.servicesIntroSection{color:#053f55;font-family:Special Gothic,sans-serif;font-size:1.65rem;font-weight:600;line-height:1.4;margin:auto auto 6rem;max-width:900px;text-align:center}.servicesIntroSection p{margin-bottom:1.5rem}.servicesList{margin:0 auto 6rem;max-width:900px}.serviceItem{border-bottom:1px solid #e0e0e0;margin-bottom:2.5rem;padding-bottom:2.5rem;text-align:left}.serviceItem:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.serviceIconWrapper{margin-bottom:1rem}.serviceIcon{color:#053f55;font-size:2.5rem}.serviceTitle{color:#053f55;font-size:1.8rem;font-weight:600;margin-bottom:.75rem}.serviceDescription{color:#053f55;font-size:1.1rem;line-height:1.5;text-align:left}.servicesContactSection{margin-bottom:4rem;margin-top:4rem;text-align:center}.contactHeaderTitle{color:#053f55;font-size:2.2rem;font-weight:700;margin-bottom:1rem}.contactHeaderSubtitle{color:#053f55;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem}@media (max-width:960px){.servicesPageHeader{padding:2rem 5%}}@media (max-width:768px){.servicesPageHeader{min-height:350px}.servicesPageHeader h1{font-size:2.5rem;max-width:80%}.servicesPageHeader p{font-size:1.1rem;max-width:70%}.servicesIntroSection{font-size:1rem}.contactHeaderTitle{font-size:1.8rem}.contactHeaderSubtitle{font-size:1rem}}@media (max-width:480px){.servicesPageHeader{background-position:100%;margin-top:0;min-height:350px;padding:1.5rem 5%}.servicesPageHeader h1{font-size:1.8rem;max-width:90%}.servicesPageHeader p{font-size:1rem;max-width:80%}.servicesPageContainer{padding:1rem 0}.contactHeaderTitle,.serviceTitle{font-size:1.5rem}.servicesIntroSection{padding:1rem 2rem}.servicesIntroSection p{font-size:1.4rem}.servicesList{padding:1rem 2rem}}.footerFullWidth{box-sizing:border-box;left:50%;position:relative;transform:translateX(-50%);width:100vw}.page-container{margin:0 auto;max-width:1000px;padding:2rem 1rem 40px}.newsletter-page-header{align-content:center;display:block;font-family:Inter,sans-serif;margin-bottom:3rem;margin-top:2rem;min-height:20vh;text-align:center}.newsletter-page-header h1{color:#053f55;font-size:2.8rem;line-height:1.2;margin-bottom:15px}.newsletter-page-header p{color:#053f55;font-size:1.2rem;margin:0 auto;max-width:700px}.newsletter-content-section{grid-gap:80px;display:grid;gap:80px;grid-template-columns:1fr;padding:20px 0}.newsletter-copy{padding-right:0}.newsletter-copy .section-title{color:#053f55;font-size:2.2rem;margin-bottom:10px}.newsletter-copy .section-subtitle{font-size:1.1rem;line-height:1.6;margin-bottom:30px}.newsletter-benefits-grid{grid-gap:25px 30px;display:grid;gap:25px 30px;grid-template-columns:1fr;width:95%}@media (min-width:600px){.newsletter-benefits-grid{grid-template-columns:1fr 1fr}}.benefit-item{align-items:flex-start;display:flex;gap:12px}.benefit-item i.fa-square-check{color:#61aeca;flex-shrink:0;font-size:1.8rem;margin-top:4px}.benefit-text-content{color:#053f55;font-family:Inter,sans-serif;font-size:1rem;line-height:1.5}.benefit-text-content strong{display:block;font-size:1.1rem;font-weight:700}.newsletter-form-container{background-color:#f3f7f8;border-radius:8px;padding:30px}.newsletter-form-container .form-title{color:#053f55;font-size:1.8rem;margin-bottom:25px;text-align:left}#mc_embed_signup{background:none;clear:left;font:14px Inter,sans-serif;padding:0;width:100%}.mailchimp-input-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr;margin-bottom:25px}@media (min-width:600px){.mailchimp-input-grid{grid-template-columns:1fr 1fr}}#mc_embed_signup .mc-field-group{box-sizing:border-box;clear:both!important;float:none!important;margin-bottom:0;padding-bottom:0!important;position:relative;width:auto!important}#mc_embed_signup label{color:#053f55;display:block;font-size:1rem;font-weight:700;margin-bottom:5px}#mc_embed_signup input[type=email],#mc_embed_signup input[type=text]{border:1px solid #ccc;border-radius:4px;box-sizing:border-box;font-size:1rem;height:40px;padding:10px;width:calc(100% - 22px)}.mc-field-group .asterisk{color:#dc3545;font-size:.8em;vertical-align:super}#mergeRow-gdpr{border-top:1px solid #053f55;margin-bottom:20px;margin-top:0;padding-top:20px}#mergeRow-gdpr fieldset.mc_fieldset{border:none!important;margin:0!important;min-height:0!important;padding-bottom:0!important}#mergeRow-gdpr p{color:#666;font-size:.9rem;line-height:1.4}.gdpr-newsletter-label{align-items:center!important;color:#053f55!important;cursor:pointer!important;display:flex!important;float:none!important;font-size:1rem!important;gap:8px!important;line-height:normal!important;margin:0!important;min-height:auto!important;padding:0!important;width:auto!important}.gdpr-newsletter-label input[type=checkbox]{background-color:#fff!important;border:1px solid #ccc!important;box-shadow:none!important;clear:both!important;display:inline-block!important;flex-shrink:0!important;float:none!important;height:16px!important;margin:0!important;opacity:1!important;padding:0!important;pointer-events:auto!important;position:static!important;vertical-align:middle!important;width:16px!important}.gdpr-newsletter-label span{display:inline!important;font-size:.95rem;line-height:normal!important;margin:0!important;min-height:auto!important;padding:0!important;width:auto!important}#mergeRow-gdpr a{color:#053f55;text-decoration:none}#mergeRow-gdpr a:hover{text-decoration:underline}#mce-responses{color:#fff;font-size:.9em;margin-bottom:10px;min-height:20px;padding:0;text-align:center!important}#mce-responses .response{border-radius:4px;display:none;margin-top:5px;padding:5px 10px}#mce-error-response{background-color:#dc3545}#mce-success-response{background-color:#28a745}#mc_embed_signup .error,#mc_embed_signup .error-text,#mc_embed_signup .mc-field-group .response,#mc_embed_signup div.mce_inline_error{display:none!important;height:0!important;margin:0!important;overflow:hidden!important;padding:0!important}#mc-embedded-subscribe-form .mc-field-group.invalid input{border-color:#dc3545!important}#mc-embedded-subscribe-form .mc-field-group.invalid label{color:#dc3545!important}#mc-embedded-subscribe{background-color:#053f55!important;border:none!important;border-radius:5px!important;clear:both!important;color:#fff!important;cursor:pointer!important;display:block!important;font-size:1.1rem!important;font-weight:600!important;height:auto!important;letter-spacing:.5px!important;line-height:normal!important;margin:0!important;padding:12px 25px!important;text-transform:uppercase!important;transition:background-color .3s ease,opacity .3s ease,transform .1s ease;width:100%!important}#mc-embedded-subscribe:hover{background-color:#053f55!important;opacity:.85}#mc-embedded-subscribe:active{box-shadow:0 2px 5px #0003;transform:translateY(1px)}.small-unsubscribe-text{color:#888;font-size:.8em;line-height:1.4;margin-top:20px;text-align:left}@media (max-width:480px){.newsletter-page-header h1{font-size:1.8rem}.newsletter-copy .section-title{font-size:1.6rem}}.privacyPageContainer{color:#053f55;font-family:Inter,sans-serif;margin:4rem auto;max-width:900px;padding:0 1rem}.privacyHero{margin-bottom:2rem;text-align:left}.privacyTitle{color:#053f55;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.privacyLastUpdated{color:#666;font-size:.9rem;margin-bottom:2rem;text-align:center}.privacySection{margin-bottom:2.5rem}.privacySection h2{color:#053f55;font-size:1.8rem;font-weight:700;margin-bottom:1rem}.privacySection h3{color:#053f55;font-size:1.3rem;font-weight:600;margin-bottom:.75rem;margin-top:1.5rem}.privacySection p{color:#053f55;font-size:1rem;line-height:1.6;margin-bottom:1rem}.privacySection ul{list-style-type:disc;margin-bottom:1rem;margin-left:1.5rem;padding:0}.privacySection ul li{color:#053f55;font-size:1rem;line-height:1.6;margin-bottom:.5rem}.privacySection a{color:#007bff;text-decoration:underline}.privacySection a:hover{color:#0056b3}.tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.privacyTable{border-collapse:collapse;font-size:.95rem;margin-top:1rem;table-layout:fixed;width:100%}.privacyTable td,.privacyTable th{word-wrap:break-word;border:1px solid #ddd;padding:10px 12px;text-align:left;vertical-align:top}.privacyTable th{background-color:#f3f7f8;color:#053f55;font-weight:600}.privacyTable tr:nth-child(2n){background-color:#f9f9f9}.tableNote{color:#666;font-size:.85rem;margin-top:.5rem}@media (max-width:768px){.privacyTitle{font-size:2rem}.privacySection h2{font-size:1.5rem}.privacySection h3{font-size:1.1rem}.privacySection p,.privacySection ul li,.privacyTable td,.privacyTable th{font-size:.9rem}}@media (max-width:480px){.privacyPageContainer{margin:2rem auto;padding:0 .5rem}.privacyTitle{font-size:1.8rem}}:root{--color-primary:#053f55;--color-secondary:#61aeca;--color-light-bg:#f3f7f8;--color-muted:#555;--spacing-base:2rem;--radius-base:0.5rem;--font-sans:"Inter",sans-serif}.q5-report{color:#053f55;color:var(--color-primary);font-family:Inter,sans-serif;font-family:var(--font-sans);line-height:1.6;margin:2rem auto;max-width:800px;padding:0 1rem}.q5-report h1,.q5-report h2,.q5-report h3,.q5-report h4{color:#053f55;color:var(--color-primary);margin-bottom:.75rem;margin-top:3rem;margin-top:calc(var(--spacing-base)*1.5)}.q5-report h2{font-size:1.75rem}.q5-report h3{font-size:1.5rem}.q5-report h4{font-size:1.25rem}.q5-report p{color:#053f55;color:var(--color-primary);font-size:1rem;margin-bottom:2rem;margin-bottom:var(--spacing-base)}.q5-report strong{font-weight:600}.why-it-matters{margin-bottom:2rem;margin-bottom:var(--spacing-base)}.why-it-matters h2{margin-bottom:.5rem}.why-it-matters .why-text{color:#053f55;color:var(--color-primary);font-size:1rem;line-height:1.6}.key-questions{margin-bottom:2rem;margin-bottom:var(--spacing-base)}.key-questions p:first-child{font-size:1rem;font-weight:600;margin-bottom:.75rem}.key-questions ol{list-style:none;margin:0;padding:0}.key-questions .message-list .message{background-color:#f3f7f8;background-color:var(--color-light-bg);border-radius:16px;color:#053f55;color:var(--color-primary);display:inline-block;font-size:1rem;font-weight:600;margin-bottom:1.5rem;max-width:100%;padding:.75rem 1rem;position:relative}.key-questions .message-list .message:after{background-color:#f3f7f8;background-color:var(--color-light-bg);bottom:-6px;content:"";height:12px;left:20px;position:absolute;transform:rotate(45deg);width:12px}.preview-insights{margin:2rem 0;margin:var(--spacing-base) 0}.preview-insights h2{margin-bottom:2rem;margin-bottom:var(--spacing-base)}.insight-cards{grid-gap:2rem;grid-gap:var(--spacing-base);display:grid;gap:2rem;gap:var(--spacing-base);grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.insight-card{align-items:center;background:#fff;border-radius:.5rem;border-radius:var(--radius-base);box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;gap:.5rem;padding:2rem;padding:var(--spacing-base);text-align:center;transition:transform .2s,box-shadow .2s}.insight-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-3px)}.insight-card i{color:#61aeca;color:var(--color-secondary);font-size:2rem}.insight-card p{color:#053f55;color:var(--color-primary);font-size:.95rem;margin:0}.report-for h2{margin-bottom:2rem;margin-bottom:var(--spacing-base)}.report-for-list{flex-direction:column}.report-for-list,.tick-item{display:flex;gap:2rem;gap:var(--spacing-base)}.tick-item{align-items:center;width:100%}.tick-item i{color:#61aeca;color:var(--color-secondary);flex-shrink:0;font-size:2rem}.tick-item h3{font-size:1.125rem;font-weight:600;margin:0}.tick-item p{color:#053f55;color:var(--color-primary);font-size:.95rem;margin:.25rem 0 0}.about-research-section{background:#f3f7f8;background:var(--color-light-bg);box-sizing:border-box;margin-top:2rem;width:100%}.about-research-section>div{margin:0 auto;max-width:800px}.job-chart-container{height:400px;margin:1rem auto;max-width:600px;position:relative;width:100%}.job-chart-container canvas{box-sizing:border-box;display:block;height:100%!important;width:100%!important}.methodology-toggle{align-items:center;background:#f3f7f8;background:var(--color-light-bg);border:none;border-radius:.25rem;color:#053f55;color:var(--color-primary);cursor:pointer;display:inline-flex;font-family:Special Gothic,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:1.25rem;transition:background-color .2s;width:100%}.methodology-toggle:focus{outline:2px solid #61aeca;outline:2px solid var(--color-secondary);outline-offset:2px}.methodology-toggle i{transition:transform .2s}.methodology-toggle.open i{transform:rotate(180deg)}.methodology-content{background:#f3f7f8;background:var(--color-light-bg);padding:2rem}.methodology-table{border-collapse:collapse;margin:2rem 0;width:100%}.methodology-table td,.methodology-table th{border:1px solid #ddd;padding:.5rem 1rem;text-align:left}.methodology-table th{background:#fff;font-weight:700}.report-for{margin-bottom:3rem}@media (max-width:600px){.insight-cards{grid-template-columns:1fr}.key-questions .message-list .message{width:100%}.job-chart-container{height:350px;margin:0 auto;position:relative;width:95%}.job-chart-container canvas{height:100%!important;width:100%!important}}
/*# sourceMappingURL=main.ec776218.css.map*/