.Header-module__KppamW__header{z-index:1000;background:0 0;width:100%;transition:background .3s,transform .3s;position:fixed;top:0}.Header-module__KppamW__header.Header-module__KppamW__hidden{transform:translateY(-100%)}.Header-module__KppamW__header.Header-module__KppamW__scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}.Header-module__KppamW__header.Header-module__KppamW__scrolled.Header-module__KppamW__paneOpen{-webkit-backdrop-filter:none;backdrop-filter:none}.Header-module__KppamW__header.Header-module__KppamW__scrolled .Header-module__KppamW__navMenu{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,#ffe7c7,#997add)}.Header-module__KppamW__nav{justify-content:space-between;align-items:center;padding:1rem 20px;display:flex}.Header-module__KppamW__logo{align-items:center;gap:10px;text-decoration:none;display:flex}.Header-module__KppamW__logoIcon{width:auto;height:60px}.Header-module__KppamW__navMenu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:25px;align-items:center;gap:0;height:48px;padding:8px;list-style:none;display:flex;position:relative}.Header-module__KppamW__header.Header-module__KppamW__paneOpen .Header-module__KppamW__navMenu{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,#ffe7c7,#997add)}.Header-module__KppamW__navLink{color:var(--text-dark);letter-spacing:.75px;text-transform:uppercase;padding:12px 20px;font-size:11px;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Header-module__KppamW__navLink:hover{color:var(--purple);transform:translateY(-1px)}.Header-module__KppamW__navLink.Header-module__KppamW__cta{background:var(--orange);color:#fff;cursor:pointer;letter-spacing:.75px;text-transform:uppercase;border:none;border-radius:25px;align-items:center;height:48px;margin:-8px -8px -8px 0;padding:0 20px;font-family:inherit;font-size:11px;font-weight:400;transition:background-color .3s;display:flex}.Header-module__KppamW__navLink.Header-module__KppamW__cta:hover{background:var(--purple);box-shadow:none;transform:none}.Header-module__KppamW__navLink.Header-module__KppamW__cta:focus,.Header-module__KppamW__navLink.Header-module__KppamW__cta:focus-visible{box-shadow:none;outline:none}.Header-module__KppamW__submenuContainer{position:relative}.Header-module__KppamW__navMenu .Header-module__KppamW__submenuContainer{position:static}.Header-module__KppamW__navMenu .Header-module__KppamW__submenu{position:absolute;top:calc(100% + 10px);left:0;right:0}.Header-module__KppamW__submenu{-webkit-backdrop-filter:none;backdrop-filter:none;z-index:1001;background:linear-gradient(90deg,#ffe7c7,#997add);border-radius:12px;padding:4px 16px;transform:translateZ(0)}.Header-module__KppamW__submenuItem{color:var(--text-dark);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:12px;width:100%;padding:4px 0;font-family:inherit;text-decoration:none;display:flex}.Header-module__KppamW__submenuItem:hover{background:0 0}.Header-module__KppamW__submenuItem:hover .Header-module__KppamW__submenuText{color:var(--purple)}.Header-module__KppamW__submenuNumber{color:var(--text-dark);text-align:left;width:24px;font-size:20px;font-weight:300}.Header-module__KppamW__submenuText{letter-spacing:0;font-size:14px;font-weight:400}.Header-module__KppamW__submenuDivider{background:var(--gradient-line);opacity:1;height:2px;margin:2px 0;transform:translateY(-1px)}.Header-module__KppamW__navMenu.Header-module__KppamW__openLetterNav{-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(90deg,#ffe7c7,#997add)}.Header-module__KppamW__navMenu.Header-module__KppamW__openLetterNav .Header-module__KppamW__navLink{color:var(--text-dark)}.Header-module__KppamW__navMenu.Header-module__KppamW__openLetterNav .Header-module__KppamW__navLink:hover{color:var(--purple)}.Header-module__KppamW__navMenu.Header-module__KppamW__openLetterNav .Header-module__KppamW__navLink.Header-module__KppamW__cta,.Header-module__KppamW__navMenu.Header-module__KppamW__openLetterNav .Header-module__KppamW__navLink.Header-module__KppamW__cta:hover{color:#fff}.Header-module__KppamW__mobileMenuBtn{cursor:pointer;color:var(--text-dark);background:0 0;border:none;outline:none;padding:8px;transition:color .3s;display:none}.Header-module__KppamW__mobileMenuBtn:focus{border:none;outline:none}.Header-module__KppamW__header.Header-module__KppamW__homepage:not(.Header-module__KppamW__scrolled) .Header-module__KppamW__mobileMenuBtn{color:#fff}.Header-module__KppamW__mobileMenuOverlay{z-index:999;opacity:0;visibility:hidden;background:linear-gradient(90deg,#ffe7c7,#997add);width:100%;height:100vh;transition:opacity .3s,visibility .3s;display:none;position:fixed;top:0;left:0}.Header-module__KppamW__mobileMenuOverlay:after{content:"";background:#fff;height:20%;position:absolute;bottom:0;left:0;right:0}.Header-module__KppamW__mobileMenuOverlay.Header-module__KppamW__active{opacity:1;visibility:visible;display:flex}.Header-module__KppamW__mobileMenuContent{flex-direction:column;justify-content:center;align-items:flex-start;gap:0;width:100%;height:80%;padding:0 60px;display:flex}.Header-module__KppamW__mobileNavLink{color:var(--text-dark);text-transform:uppercase;letter-spacing:1px;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:20px 0;font-family:inherit;font-size:20px;font-weight:300;text-decoration:none;transition:color .2s}.Header-module__KppamW__mobileNavLink:hover{color:var(--purple)}.Header-module__KppamW__mobileMenuDivider{opacity:.6;background:#fff;width:100%;height:2px}.Header-module__KppamW__closeMenuBtn{cursor:pointer;z-index:1000;background:0 0;border:none;flex-direction:column;align-items:center;gap:12px;display:flex;position:absolute;top:calc(80% - 30px);left:50%;transform:translate(-50%)}.Header-module__KppamW__closeCircle{background:var(--orange);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:background-color .2s;display:flex}.Header-module__KppamW__closeMenuBtn:hover .Header-module__KppamW__closeCircle{background:var(--purple)}.Header-module__KppamW__closeIcon{width:20px;height:20px;position:relative}.Header-module__KppamW__closeIcon:before,.Header-module__KppamW__closeIcon:after{content:"";transform-origin:50%;background:#fff;width:20px;height:1px;position:absolute;top:50%;left:50%}.Header-module__KppamW__closeIcon:before{transform:translate(-50%,-50%)rotate(45deg)}.Header-module__KppamW__closeIcon:after{transform:translate(-50%,-50%)rotate(-45deg)}.Header-module__KppamW__closeText{text-transform:none;letter-spacing:.5px;color:var(--text-dark);font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:16px;font-weight:500}.Header-module__KppamW__desktopNav{display:flex}@media (max-width:768px){.Header-module__KppamW__nav{padding:1rem 20px}.Header-module__KppamW__desktopNav{display:none}.Header-module__KppamW__mobileMenuBtn{display:block}.Header-module__KppamW__mobileMenuOverlay{display:flex}}
.NationalLettersPane-module__b0atqa__backdrop{z-index:998;opacity:0;visibility:hidden;background:#00000080;width:100%;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}@media (max-width:768px){.NationalLettersPane-module__b0atqa__backdrop{opacity:1;visibility:visible}}.NationalLettersPane-module__b0atqa__blurOverlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:997;opacity:0;visibility:hidden;width:100%;height:100vh;transition:opacity .3s,visibility .3s;position:fixed;top:0;left:0}@media (min-width:769px){.NationalLettersPane-module__b0atqa__blurOverlay{opacity:1;visibility:visible}}@media (max-width:768px){.NationalLettersPane-module__b0atqa__blurOverlay{display:none}}.NationalLettersPane-module__b0atqa__pane{z-index:999;background:#fff;width:520px;height:100vh;transition:right .3s;position:fixed;top:0;right:-520px;overflow-y:auto;box-shadow:-4px 0 20px #0000001a}.NationalLettersPane-module__b0atqa__pane.NationalLettersPane-module__b0atqa__open{right:0}@media (max-width:768px){.NationalLettersPane-module__b0atqa__pane{width:100%;right:-100%}.NationalLettersPane-module__b0atqa__pane.NationalLettersPane-module__b0atqa__open{right:0}}.NationalLettersPane-module__b0atqa__closeButton{cursor:pointer;z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s;display:flex;position:absolute;top:20px;right:20px}.NationalLettersPane-module__b0atqa__closeButton:hover{border-color:#cbd5e0}.NationalLettersPane-module__b0atqa__closeIcon{width:12px;height:12px;position:relative}.NationalLettersPane-module__b0atqa__closeLine{transform-origin:50%;background:#a0aec0;width:12px;height:1px;position:absolute;top:50%;left:50%}.NationalLettersPane-module__b0atqa__closeLine:first-child{transform:translate(-50%,-50%)rotate(45deg)}.NationalLettersPane-module__b0atqa__closeLine:last-child{transform:translate(-50%,-50%)rotate(-45deg)}.NationalLettersPane-module__b0atqa__header{padding:160px 40px 20px}.NationalLettersPane-module__b0atqa__title{margin:0;font-size:18px!important}.NationalLettersPane-module__b0atqa__countriesList{padding:0 40px 60px 60px}.NationalLettersPane-module__b0atqa__countryItem{cursor:pointer;color:inherit;align-items:center;gap:12px;padding:5px 0;line-height:1;text-decoration:none;transition:all .2s;display:flex;position:relative}.NationalLettersPane-module__b0atqa__countryItem:hover{color:var(--text-dark);text-decoration:none}.NationalLettersPane-module__b0atqa__countryItem:before,.NationalLettersPane-module__b0atqa__countryItem:after{content:"";opacity:0;background:linear-gradient(90deg,#ff5600,#d5c3e2,#a780fd);height:1px;transition:opacity .2s;position:absolute;left:32px;right:40px}.NationalLettersPane-module__b0atqa__countryItem:before{top:-1px}.NationalLettersPane-module__b0atqa__countryItem:after{bottom:1px}.NationalLettersPane-module__b0atqa__countryItem:hover:before,.NationalLettersPane-module__b0atqa__countryItem:hover:after{opacity:1}.NationalLettersPane-module__b0atqa__countryFlag{border-radius:50%;flex-shrink:0;width:20px;height:20px;position:relative;overflow:hidden;transform:translateY(-1px)}.NationalLettersPane-module__b0atqa__flagImage{object-fit:cover;image-rendering:auto;width:100%;height:100%;image-rendering:smooth;image-rendering:high-quality;backface-visibility:hidden;will-change:transform;border-radius:50%;transform:translate(0,0)}.NationalLettersPane-module__b0atqa__countryName{color:var(--text-dark);font-family:Silka,sans-serif;font-size:14px;font-weight:400;line-height:1;transition:color .2s;position:relative}.NationalLettersPane-module__b0atqa__countryItem:hover .NationalLettersPane-module__b0atqa__countryName{color:var(--text-dark)}.NationalLettersPane-module__b0atqa__contactInfo{margin-top:10px;padding:20px 0 0 32px}.NationalLettersPane-module__b0atqa__contactText{color:var(--text-dark);max-width:350px;margin:0 0 15px;font-family:Silka,sans-serif;font-size:12px;line-height:1.4}.NationalLettersPane-module__b0atqa__contactButton{color:var(--text-dark);text-transform:uppercase;letter-spacing:.75px;cursor:pointer;background:0 0;border:1px solid #ccc;border-radius:25px;padding:10px 20px;font-family:inherit;font-size:11px;font-weight:400;text-decoration:none;transition:border-color .3s,color .3s;display:inline-block}.NationalLettersPane-module__b0atqa__contactButton:hover{color:var(--orange);text-decoration:none}
.SectionHeader-module__50qAza__sectionHeader{margin:6rem 0 2rem;display:inline-block}.SectionHeader-module__50qAza__sectionHeader:first-child{margin-top:0}.SectionHeader-module__50qAza__sectionDivider{background:var(--gradient-line);opacity:1;width:100%;height:2px;margin:0 0 .5rem}.SectionHeader-module__50qAza__sectionTitle{color:var(--text-dark);margin:0;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:1.2rem;font-weight:600;line-height:1.2}@media (max-width:1000px){.SectionHeader-module__50qAza__sectionTitle{font-size:1.2rem}}
.Footer-module__UDEoiW__footer{color:var(--text-dark);background:#fff;padding:1.5rem 0}.Footer-module__UDEoiW__footerContent{justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__UDEoiW__footerLeft{flex:1;align-items:center;gap:1rem;display:flex}.Footer-module__UDEoiW__footerLogo{align-items:center;gap:10px;text-decoration:none;transition:opacity .3s;display:flex}.Footer-module__UDEoiW__footerLogo:hover{opacity:.8}.Footer-module__UDEoiW__footerLogoIcon{width:auto;height:48px}.Footer-module__UDEoiW__footerCenter{white-space:nowrap;flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.Footer-module__UDEoiW__footerCenter a{color:var(--text-gray);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:400;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__footerCenter a:hover{color:var(--orange)}.Footer-module__UDEoiW__footerButton{color:var(--text-gray);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;white-space:nowrap;background:0 0;border:none;font-family:inherit;font-size:10px;font-weight:400;transition:color .3s}.Footer-module__UDEoiW__footerButton:hover{color:var(--orange)}.Footer-module__UDEoiW__footerRight{flex:1;justify-content:flex-end;margin-left:1rem;display:flex}.Footer-module__UDEoiW__footerInfoStack{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.Footer-module__UDEoiW__footerDivider{background:var(--gradient-line);height:2px;margin-bottom:0}.Footer-module__UDEoiW__copyright{color:var(--text-gray);font-size:10px;font-weight:400}.Footer-module__UDEoiW__legalLink{font-size:10px;font-weight:400;text-decoration:none;transition:color .3s;color:var(--text-gray)!important}.Footer-module__UDEoiW__legalLink:hover{color:var(--orange)!important}.Footer-module__UDEoiW__socialMediaIcons{align-items:center;gap:1rem;display:flex}.Footer-module__UDEoiW__socialIcon{color:var(--text-gray);justify-content:center;align-items:center;transition:opacity .3s;display:flex}@media (max-width:900px){.Footer-module__UDEoiW__footerContent{flex-direction:column;gap:2rem}.Footer-module__UDEoiW__footerLinks{flex-wrap:wrap;justify-content:center;gap:1rem}.Footer-module__UDEoiW__footerBottom{text-align:center;flex-direction:column;gap:1rem}}.Footer-module__UDEoiW__footerRightColumn{display:none}@media (max-width:480px){.Footer-module__UDEoiW__footerContent{grid-template-columns:auto 1fr;align-items:start;gap:2rem;padding:1.5rem 0;display:grid}.Footer-module__UDEoiW__footerLeft{flex-direction:column;align-items:flex-start;display:flex}.Footer-module__UDEoiW__footerCenter,.Footer-module__UDEoiW__footerRight{display:none}.Footer-module__UDEoiW__footerRightColumn{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;padding-left:2.5rem;display:flex}.Footer-module__UDEoiW__footerRightColumn a{color:var(--text-gray);text-transform:uppercase;letter-spacing:.3px;font-size:10px;font-weight:400;text-decoration:none;transition:color .3s}.Footer-module__UDEoiW__footerRightColumn a:hover{color:var(--orange)}.Footer-module__UDEoiW__footerRightColumn button{color:var(--text-gray);text-transform:uppercase;letter-spacing:.3px;cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:10px;font-weight:400;transition:color .3s}.Footer-module__UDEoiW__footerRightColumn button:hover{color:var(--orange)}.Footer-module__UDEoiW__footerRightColumn .Footer-module__UDEoiW__copyright{color:var(--text-gray);margin-top:.5rem;font-size:10px;font-weight:400}.Footer-module__UDEoiW__footerRightColumn .Footer-module__UDEoiW__legalLink{font-size:10px;font-weight:400;text-decoration:none;transition:color .3s;color:var(--text-gray)!important}.Footer-module__UDEoiW__footerRightColumn .Footer-module__UDEoiW__legalLink:hover{color:var(--orange)!important}.Footer-module__UDEoiW__footerRightColumn .Footer-module__UDEoiW__socialMediaIcons{align-items:center;gap:1rem;margin-top:.5rem;display:flex}}
.Hero-module__fqhYwW__hero{background-image:url(/assets/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__fqhYwW__heroContent{z-index:2;text-align:left;animation:1s ease-out Hero-module__fqhYwW__fadeInUp;position:relative}.Hero-module__fqhYwW__heroContent h1{color:var(--text-dark);max-width:1100px;margin-bottom:30px;font-size:3.5rem;font-weight:500;line-height:1.1}.Hero-module__fqhYwW__heroContent p{color:var(--text-dark);max-width:900px;margin-bottom:60px;font-size:1.25rem;font-weight:400}.Hero-module__fqhYwW__buttonWrapper{justify-content:center;display:flex}.Hero-module__fqhYwW__heroButton{background:var(--orange);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:25px;padding:15px 35px;font-size:14px;font-weight:400;text-decoration:none;transition:background-color .3s;display:inline-block}.Hero-module__fqhYwW__heroButton:hover{background:var(--purple);color:#fff}@media (max-width:768px){.Hero-module__fqhYwW__hero{min-height:100vh;padding-top:2rem;padding-bottom:2rem}.Hero-module__fqhYwW__heroContent{padding-top:1rem}.Hero-module__fqhYwW__heroContent h1{margin-bottom:25px;font-size:2.5rem}.Hero-module__fqhYwW__heroContent p{margin-bottom:50px}}@media (max-width:480px){.Hero-module__fqhYwW__hero{min-height:100vh;padding-top:3rem;padding-bottom:2.5rem}.Hero-module__fqhYwW__heroContent{padding-top:1.5rem}.Hero-module__fqhYwW__heroContent h1{margin-bottom:25px;font-size:2rem;line-height:1.2}.Hero-module__fqhYwW__heroContent p{margin-bottom:50px;font-size:1rem}}@media (max-width:390px){.Hero-module__fqhYwW__hero{padding-top:5rem;padding-bottom:3rem}.Hero-module__fqhYwW__heroContent{padding-top:2rem}.Hero-module__fqhYwW__heroContent h1{font-size:1.9rem;line-height:1.1}}@media (max-width:375px){.Hero-module__fqhYwW__hero{padding-top:5.5rem;padding-bottom:3rem}.Hero-module__fqhYwW__heroContent{padding-top:2.5rem}.Hero-module__fqhYwW__heroContent h1{font-size:1.8rem}}
.Newsletter-module__hcfiGW__newsletter{background:#fff;padding:2rem 0}.Newsletter-module__hcfiGW__content{max-width:1000px}.Newsletter-module__hcfiGW__description{color:var(--text-dark);text-align:left;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}.Newsletter-module__hcfiGW__form{flex-direction:column;gap:2rem;margin-left:6rem;display:flex}.Newsletter-module__hcfiGW__formFields{align-items:flex-end;gap:1rem;display:flex}.Newsletter-module__hcfiGW__input{width:300px;color:var(--text-dark);background:0 0;border:none;border-bottom:1px solid #e3e3e3;border-radius:0;padding:12px 0;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:border-color .3s}.Newsletter-module__hcfiGW__input::placeholder{color:#707070;opacity:1;font-weight:300}.Newsletter-module__hcfiGW__input:focus{border-bottom-color:var(--orange);outline:none}.Newsletter-module__hcfiGW__input:disabled{opacity:.6;cursor:not-allowed}.Newsletter-module__hcfiGW__buttonWrapper{background:var(--gradient-line);border-radius:50px;padding:2px}.Newsletter-module__hcfiGW__subscribeButton{color:var(--text-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fff;border:none;border-radius:50px;padding:12px 24px;font-size:12px;font-weight:500;transition:all .3s}.Newsletter-module__hcfiGW__buttonWrapper:hover .Newsletter-module__hcfiGW__subscribeButton:not(:disabled){color:var(--orange)}.Newsletter-module__hcfiGW__subscribeButton:disabled{opacity:.6;cursor:not-allowed}.Newsletter-module__hcfiGW__message{color:#0c905c;text-align:center;background:#d3fbeb;border:1px solid #10bf7a;border-radius:8px;max-width:fit-content;margin-top:1rem;margin-left:6rem;padding:12px 16px;font-size:14px}@media (max-width:900px){.Newsletter-module__hcfiGW__description,.Newsletter-module__hcfiGW__form,.Newsletter-module__hcfiGW__message{margin-left:0!important}}@media (max-width:768px){.Newsletter-module__hcfiGW__formFields{flex-direction:column;align-items:stretch}.Newsletter-module__hcfiGW__input{width:100%}.Newsletter-module__hcfiGW__buttonWrapper{align-self:left;max-width:150px}.Newsletter-module__hcfiGW__subscribeButton{width:100%}}
.Stats-module__5OtIWa__stats{background:#fff;padding:4rem 0}.Stats-module__5OtIWa__statsHeader{text-align:right;margin-bottom:2rem}.Stats-module__5OtIWa__learnMore{color:var(--black);align-items:center;gap:8px;font-size:14px;font-weight:500;display:inline-flex}.Stats-module__5OtIWa__statsGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.Stats-module__5OtIWa__statItem{text-align:left;position:relative}.Stats-module__5OtIWa__statNumber{margin-bottom:.25rem;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:3rem;font-weight:500}.Stats-module__5OtIWa__statItem:first-child .Stats-module__5OtIWa__statNumber,.Stats-module__5OtIWa__statItem:first-child .Stats-module__5OtIWa__statLabel{color:var(--orange)}.Stats-module__5OtIWa__statItem:nth-child(2) .Stats-module__5OtIWa__statNumber,.Stats-module__5OtIWa__statItem:nth-child(2) .Stats-module__5OtIWa__statLabel{color:var(--purple)}.Stats-module__5OtIWa__statItem:nth-child(3) .Stats-module__5OtIWa__statNumber,.Stats-module__5OtIWa__statItem:nth-child(3) .Stats-module__5OtIWa__statLabel{color:var(--orange)}.Stats-module__5OtIWa__statItem:nth-child(4) .Stats-module__5OtIWa__statNumber,.Stats-module__5OtIWa__statItem:nth-child(4) .Stats-module__5OtIWa__statLabel{color:var(--purple)}.Stats-module__5OtIWa__statDivider{background:var(--gradient-line);width:100%;height:2px;margin-bottom:.5rem}.Stats-module__5OtIWa__statLabel{font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:12px;font-weight:500;line-height:1.4}.Stats-module__5OtIWa__statsNavigation{justify-content:center;gap:1rem;margin-top:2rem;display:flex}.Stats-module__5OtIWa__navArrow{cursor:pointer;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Stats-module__5OtIWa__navArrow:hover{border-color:var(--purple);color:var(--purple)}@media (max-width:768px){.Stats-module__5OtIWa__statsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.Stats-module__5OtIWa__statNumber{margin-bottom:.15rem;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:2rem}.Stats-module__5OtIWa__statLabel{font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:12px;font-weight:500;line-height:1.3}.Stats-module__5OtIWa__statDivider{margin-bottom:.3rem}}
.ClusterFreeSection-module__eGeqga__clusterfreeSection{background:#fff;padding:2rem 0}.ClusterFreeSection-module__eGeqga__clusterContent{max-width:1000px;margin-bottom:2rem}.ClusterFreeSection-module__eGeqga__painChartContainer{justify-content:center;margin-bottom:4rem;padding:2rem 0;display:flex}.ClusterFreeSection-module__eGeqga__painChartImg{width:100%;max-width:1200px;height:auto}@media (max-width:900px){.ClusterFreeSection-module__eGeqga__clusterContent p{margin-left:0!important}}@media (max-width:768px){.ClusterFreeSection-module__eGeqga__painChartContainer{margin-top:3rem;margin-bottom:4rem}}@media (max-width:480px){.ClusterFreeSection-module__eGeqga__painChartContainer{margin-top:3rem;margin-bottom:4rem}}.ClusterFreeSection-module__eGeqga__psychedelicsSection p{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}.ClusterFreeSection-module__eGeqga__psychedelicsSection{text-align:left;z-index:1;background:#fff;max-width:1000px;margin-left:6rem;padding:0;position:relative}.ClusterFreeSection-module__eGeqga__buttonWrapper{background:var(--gradient-line);border-radius:50px;padding:2px;display:inline-block}.ClusterFreeSection-module__eGeqga__readMoreBtn{color:#000;cursor:pointer;text-transform:uppercase;letter-spacing:1px;background:#fff;border:none;border-radius:50px;width:100%;padding:15px 35px;font-size:14px;font-weight:400;text-decoration:none;transition:all .3s;display:inline-block}.ClusterFreeSection-module__eGeqga__clusterContent p{color:var(--text-dark);text-align:left;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}@media (min-width:769px){.ClusterFreeSection-module__eGeqga__painChartContainer{padding:3rem 0}}@media (min-width:1200px){.ClusterFreeSection-module__eGeqga__painChartContainer{padding:4rem 0}}
.AnimatedPainScale-module__PxO7sq__painScaleContainer{flex-direction:column;align-items:center;margin:0 0 -5rem;padding:0;transition:opacity .3s;display:flex}.AnimatedPainScale-module__PxO7sq__dotsContainer{justify-content:center;align-items:center;gap:.75rem;width:100%;height:40px;margin:-2rem 0 .5rem;padding:0;display:flex}.AnimatedPainScale-module__PxO7sq__dot{cursor:pointer;background-color:#d1d5db;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.AnimatedPainScale-module__PxO7sq__dot:hover{background-color:#9ca3af;transform:scale(1.1)}.AnimatedPainScale-module__PxO7sq__activeDot,.AnimatedPainScale-module__PxO7sq__activeDot:hover{background-color:var(--orange)}.AnimatedPainScale-module__PxO7sq__circleContainer{justify-content:center;align-items:center;width:100%;height:370px;margin:0;padding:0;display:flex}.AnimatedPainScale-module__PxO7sq__painCircle{background:radial-gradient(circle,#ff5722 0%,#ff5622df 50%,#fff 70% 100%);border-radius:50%;justify-content:center;align-items:center;transition:all .8s;display:flex}.AnimatedPainScale-module__PxO7sq__painScore{color:#fff;font-family:Silka,system-ui,-apple-system,sans-serif;font-weight:400;transition:font-size .8s}.AnimatedPainScale-module__PxO7sq__painInfo{text-align:center;flex-direction:column;justify-content:flex-start;width:100%;max-width:600px;min-height:100px;margin:0 2rem 0 6rem;padding:0;transition:opacity .3s;display:flex}.AnimatedPainScale-module__PxO7sq__painTitle{color:#1a202c;word-wrap:break-word;overflow-wrap:break-word;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.AnimatedPainScale-module__PxO7sq__painDescription{color:#2d3748;word-wrap:break-word;overflow-wrap:break-word;line-height:1.4;margin-left:0!important;margin-right:0!important;font-size:.75rem!important}@media (max-width:900px){.AnimatedPainScale-module__PxO7sq__painInfo{padding:0 1rem;margin-left:0!important}}@media (min-width:769px){.AnimatedPainScale-module__PxO7sq__painScaleContainer{flex-direction:row;align-items:center;gap:2rem;max-width:850px;margin:0 auto;display:flex;position:relative}.AnimatedPainScale-module__PxO7sq__dotsContainer{width:auto;height:auto;margin:0;position:absolute;bottom:-3rem;left:50%;transform:translate(-50%)}.AnimatedPainScale-module__PxO7sq__circleContainer{flex-shrink:0;width:370px;min-width:370px;height:370px}.AnimatedPainScale-module__PxO7sq__painInfo{text-align:left;flex:1;max-width:400px;min-height:120px}}@media (max-width:768px){.AnimatedPainScale-module__PxO7sq__dotsContainer{order:1}.AnimatedPainScale-module__PxO7sq__painInfo{text-align:left;order:2;height:140px;padding:0 1rem;overflow:hidden}.AnimatedPainScale-module__PxO7sq__circleContainer{order:3;align-items:flex-start;height:420px;padding:0}.AnimatedPainScale-module__PxO7sq__painTitle{font-size:1.1rem}.AnimatedPainScale-module__PxO7sq__painDescription{line-height:1.3;font-size:.8rem!important}}@media (max-width:480px){.AnimatedPainScale-module__PxO7sq__painScaleContainer{max-width:380px;overflow:visible}.AnimatedPainScale-module__PxO7sq__dotsContainer{order:1}.AnimatedPainScale-module__PxO7sq__painInfo{box-sizing:border-box;order:2;width:100%;max-width:calc(100vw - 2rem);height:130px;margin:0;padding:0 1rem;overflow:hidden;margin-left:0!important}.AnimatedPainScale-module__PxO7sq__circleContainer{order:3;align-items:flex-start;height:420px;padding:0;overflow:visible}.AnimatedPainScale-module__PxO7sq__painTitle{font-size:1rem}.AnimatedPainScale-module__PxO7sq__painDescription{font-size:.75rem!important}}@media (max-width:360px){.AnimatedPainScale-module__PxO7sq__dotsContainer{order:1}.AnimatedPainScale-module__PxO7sq__painInfo{box-sizing:border-box;order:2;width:100%;max-width:calc(100vw - 1rem);height:120px;margin:0;padding:0 .5rem;overflow:hidden;margin-left:0!important}.AnimatedPainScale-module__PxO7sq__circleContainer{order:3;align-items:flex-start;height:420px;padding:0;overflow:visible}.AnimatedPainScale-module__PxO7sq__painDescription{font-size:.7rem!important}}
.TestimonialCard-module__Wntr7G__testimonial{background:#fef7f0;border-radius:12px;flex-direction:column;justify-content:space-between;height:250px;padding:1.2rem 1.2rem 1rem;display:flex;position:relative}.TestimonialCard-module__Wntr7G__testimonialText{color:var(--text-dark);align-items:top;min-height:90px;margin-bottom:1rem;font-style:normal;line-height:1.4;display:flex}.TestimonialCard-module__Wntr7G__testimonialFooter{align-items:center;gap:1rem;height:40px;display:flex}.TestimonialCard-module__Wntr7G__testimonialFooter.TestimonialCard-module__Wntr7G__noAvatar{gap:0}.TestimonialCard-module__Wntr7G__testimonialFooter.TestimonialCard-module__Wntr7G__noAvatar .TestimonialCard-module__Wntr7G__testimonialInfo{text-align:left}.TestimonialCard-module__Wntr7G__avatarContainer{align-items:center;min-width:40px;height:40px;display:flex;position:relative}.TestimonialCard-module__Wntr7G__flagAvatar{background:var(--gradient-line);z-index:1;box-sizing:border-box;border-radius:50%;width:40px;height:40px;position:relative}.TestimonialCard-module__Wntr7G__flagImage{object-fit:cover;border-radius:50%;width:39px;height:39px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TestimonialCard-module__Wntr7G__headshotAvatar{aspect-ratio:1/.866025;z-index:2;background:var(--gradient-line);clip-path:polygon(50% -50%,100% 50%,50% 150%,0% 50%);box-sizing:border-box;justify-content:center;align-items:center;height:40px;margin-left:-10px;display:flex;position:relative}.TestimonialCard-module__Wntr7G__headshotAvatar .TestimonialCard-module__Wntr7G__headshotImage{aspect-ratio:1/.866025;clip-path:polygon(50% -50%,100% 50%,50% 150%,0% 50%);object-fit:cover;height:38px}.TestimonialCard-module__Wntr7G__testimonialAvatar{background:var(--orange);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:700;display:flex}.TestimonialCard-module__Wntr7G__testimonialInfo{flex:1}.TestimonialCard-module__Wntr7G__testimonialName{color:var(--text-dark);font-size:14px;font-weight:600;line-height:1.2}@media (max-width:900px){.TestimonialCard-module__Wntr7G__testimonial{height:270px}}@media (max-width:768px){.TestimonialCard-module__Wntr7G__testimonial{height:210px;padding:1rem 1.2rem}}@media (max-width:480px){.TestimonialCard-module__Wntr7G__testimonial{height:260px}}@media (max-width:360px){.TestimonialCard-module__Wntr7G__testimonial{height:300px}.TestimonialCard-module__Wntr7G__testimonialText{min-height:50px;line-height:1.3}.TestimonialCard-module__Wntr7G__testimonialName{font-size:12px;line-height:1.1}.TestimonialCard-module__Wntr7G__avatarContainer{min-width:35px;height:35px}.TestimonialCard-module__Wntr7G__flagAvatar{background:var(--gradient-line);box-sizing:border-box;width:36px;height:36px}.TestimonialCard-module__Wntr7G__flagImage{width:34px;height:34px}.TestimonialCard-module__Wntr7G__headshotAvatar{height:36px;margin-left:-8px}.TestimonialCard-module__Wntr7G__headshotAvatar .TestimonialCard-module__Wntr7G__headshotImage{height:34px}.TestimonialCard-module__Wntr7G__testimonialAvatar{width:35px;height:35px;font-size:12px}}
.ClusterHeadacheTestimonials-module__ZXVABa__clusterHeadacheTestimonials{background:#fff;padding:1rem 0}.ClusterHeadacheTestimonials-module__ZXVABa__testimonialsContainer{max-width:1000px;margin-left:6rem;padding:0}.ClusterHeadacheTestimonials-module__ZXVABa__testimonialsGrid{grid-template-columns:1fr 1fr;gap:2rem;margin:0 -1rem 1rem;padding:0 1rem;display:grid}.ClusterHeadacheTestimonials-module__ZXVABa__navigationControls{justify-content:flex-end;gap:.125rem;margin-bottom:1rem;display:flex}.ClusterHeadacheTestimonials-module__ZXVABa__navButton{color:var(--text-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:31px;height:20px;padding:0;font-size:30px;transition:color .3s;display:flex}.ClusterHeadacheTestimonials-module__ZXVABa__navButton:hover{color:var(--orange)}.ClusterHeadacheTestimonials-module__ZXVABa__navButton:focus{outline:none}@media (max-width:900px){.ClusterHeadacheTestimonials-module__ZXVABa__testimonialsContainer{margin-left:0}}@media (max-width:768px){.ClusterHeadacheTestimonials-module__ZXVABa__testimonialsGrid{grid-template-columns:1fr;gap:1.5rem;margin:0 -.5rem 1rem;padding:0 .5rem}.ClusterHeadacheTestimonials-module__ZXVABa__testimonialsContainer{padding:0}}
.PsychedelicsSection-module__AMbZ0W__psychedelicsSection{background:#fff;padding:1.5rem 0}.PsychedelicsSection-module__AMbZ0W__psychedelicsContent{max-width:1000px;margin-left:6rem;padding:0}.PsychedelicsSection-module__AMbZ0W__psychedelicsContent p{color:var(--text-dark);text-align:left;margin-bottom:1rem;font-size:1rem;line-height:1.4}.PsychedelicsSection-module__AMbZ0W__buttonWrapper{background:var(--gradient-line);border-radius:50px;padding:2px;transition:transform .3s;display:inline-block}.PsychedelicsSection-module__AMbZ0W__readMoreBtn{color:var(--text-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#fff;border:none;border-radius:50px;width:100%;padding:15px 35px;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.PsychedelicsSection-module__AMbZ0W__readMoreBtn:hover{color:var(--orange);text-decoration:none}@media (max-width:900px){.PsychedelicsSection-module__AMbZ0W__psychedelicsContent{margin-left:0}}
.ContentPageTemplate-module___WRAoa__hero{background-image:url(/assets/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;padding-top:30vh;padding-bottom:5vh;position:relative;overflow:hidden}.ContentPageTemplate-module___WRAoa__heroContent{z-index:2;text-align:left;animation:1s ease-out ContentPageTemplate-module___WRAoa__fadeInUp;position:relative}.ContentPageTemplate-module___WRAoa__heroContent h1{color:var(--text-dark);text-align:left;width:100%;max-width:1000px;margin:0;font-size:3.5rem;font-weight:500;line-height:1.1;display:block}.ContentPageTemplate-module___WRAoa__content{background:#fff;padding:5rem 0}.ContentPageTemplate-module___WRAoa__pageContent{flex-direction:row-reverse;align-items:flex-start;gap:2.5rem;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.ContentPageTemplate-module___WRAoa__tableOfContents{flex:0 0 250px;max-width:250px;margin-top:12rem;margin-left:0;padding-left:0;position:sticky;top:6rem;overflow:hidden}.ContentPageTemplate-module___WRAoa__tocToggle{cursor:pointer;box-sizing:border-box;background:0 0;border:none;justify-content:space-between;align-items:center;width:250px;margin-bottom:.5rem;padding:0 8px 0 0;display:flex}.ContentPageTemplate-module___WRAoa__tocArrow{font-size:1.2rem;transition:transform .2s;transform:rotate(90deg)}.ContentPageTemplate-module___WRAoa__tocArrow.ContentPageTemplate-module___WRAoa__expanded{transform:rotate(270deg)}.ContentPageTemplate-module___WRAoa__tocTitle{color:var(--text-dark);margin:0;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:.9rem;font-weight:600}.ContentPageTemplate-module___WRAoa__tocDivider{background:var(--gradient-line);width:250px;height:2px;margin:0;position:absolute;left:0}.ContentPageTemplate-module___WRAoa__tocHeader{margin-bottom:1.5rem;position:relative}.ContentPageTemplate-module___WRAoa__tocList{max-width:250px;margin:0;padding:0;list-style:none}.ContentPageTemplate-module___WRAoa__tocList li{margin-bottom:.5rem}.ContentPageTemplate-module___WRAoa__tocLevel2{padding-left:1rem}.ContentPageTemplate-module___WRAoa__tocList{width:250px}.ContentPageTemplate-module___WRAoa__tocLink{color:var(--text-dark);white-space:normal;word-wrap:break-word;max-width:250px;font-size:.8rem;line-height:1.4;text-decoration:none;transition:color .2s;display:block}.ContentPageTemplate-module___WRAoa__tocLink:hover{color:var(--orange)}.ContentPageTemplate-module___WRAoa__mainContent{max-width:none;color:var(--text-dark);flex:1;line-height:1.6}.ContentPageTemplate-module___WRAoa__mainContent h2[id],.ContentPageTemplate-module___WRAoa__mainContent h3[id]{scroll-margin-top:7rem}.ContentPageTemplate-module___WRAoa__mainContent h3{color:var(--text-dark);margin:.5rem 0 1rem 6rem;font-size:1.2rem;font-weight:600}.ContentPageTemplate-module___WRAoa__sectionHeader+h3,.ContentPageTemplate-module___WRAoa__sectionHeader+* h3:first-child{margin-top:.5rem}.ContentPageTemplate-module___WRAoa__mainContent p{word-break:break-word;overflow-wrap:break-word;margin-bottom:1rem;margin-left:6rem;font-size:1rem}.ContentPageTemplate-module___WRAoa__learnPageContent .ContentPageTemplate-module___WRAoa__mainContent p:nth-child(2),.ContentPageTemplate-module___WRAoa__learnPageContent .ContentPageTemplate-module___WRAoa__mainContent p:nth-child(3){margin-left:0}.ContentPageTemplate-module___WRAoa__smallText{margin-bottom:2rem!important;font-size:.8rem!important}.ContentPageTemplate-module___WRAoa__pageTitle{margin-top:8rem!important}.ContentPageTemplate-module___WRAoa__aboutContent{margin-bottom:4rem;padding:0 1rem}.ContentPageTemplate-module___WRAoa__contentBlock{max-width:1000px;margin:0 auto}.ContentPageTemplate-module___WRAoa__mainContent .ContentPageTemplate-module___WRAoa__logoContainer{max-width:1000px;margin:0 auto;padding:0 1rem}.ContentPageTemplate-module___WRAoa__mainContent .ContentPageTemplate-module___WRAoa__partnerCarousel,.ContentPageTemplate-module___WRAoa__partnerCarousel{max-width:1000px;margin:0 auto!important;padding:0 1rem!important}.ContentPageTemplate-module___WRAoa__mainContent ul,.ContentPageTemplate-module___WRAoa__mainContent ol{margin-bottom:1rem;margin-left:6rem;padding-left:1.5rem}.ContentPageTemplate-module___WRAoa__mainContent li{margin-bottom:.5rem}.ContentPageTemplate-module___WRAoa__mainContent li ul,.ContentPageTemplate-module___WRAoa__mainContent li ol{margin-top:.5rem;margin-bottom:.5rem;margin-left:0;padding-left:2rem}.ContentPageTemplate-module___WRAoa__mainContent li ul li,.ContentPageTemplate-module___WRAoa__mainContent li ol li{margin-bottom:.5rem}.ContentPageTemplate-module___WRAoa__figure{text-align:center;margin:2rem 0}.ContentPageTemplate-module___WRAoa__figureImage{max-width:100%;height:auto}.ContentPageTemplate-module___WRAoa__figureCaption{color:#666;text-align:left;margin-top:.75rem;font-size:.7rem;font-style:italic;line-height:1.4}.ContentPageTemplate-module___WRAoa__figureCaption a{color:#666}.ContentPageTemplate-module___WRAoa__figureCaption a:hover{color:var(--orange)}.ContentPageTemplate-module___WRAoa__figureGrid{grid-template-columns:1fr;gap:0;margin:0;display:grid}.ContentPageTemplate-module___WRAoa__figureGrid .ContentPageTemplate-module___WRAoa__figure{margin:0}.ContentPageTemplate-module___WRAoa__plotHeading{color:var(--dark-blue);text-align:left;margin:2rem 0 1rem 6rem;font-size:.9rem;font-weight:600}.ContentPageTemplate-module___WRAoa__figureGrid .ContentPageTemplate-module___WRAoa__figure:nth-child(2) .ContentPageTemplate-module___WRAoa__plotHeading{margin-top:3rem}@media (max-width:768px){.ContentPageTemplate-module___WRAoa__figureImage{display:none}.ContentPageTemplate-module___WRAoa__figureImageMobile{object-fit:contain;object-position:center;width:100%;height:auto;display:block}.ContentPageTemplate-module___WRAoa__figureImageMobilePreventives,.ContentPageTemplate-module___WRAoa__figureImageMobileAbortives{width:60%;height:auto;margin:0}.ContentPageTemplate-module___WRAoa__figureImageMobilePain{width:300%;max-width:none;height:auto}.ContentPageTemplate-module___WRAoa__painChartContainer{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.ContentPageTemplate-module___WRAoa__painChartContainer .ContentPageTemplate-module___WRAoa__figure{margin:0}}@media (min-width:769px){.ContentPageTemplate-module___WRAoa__figureImageMobile{display:none}}.ContentPageTemplate-module___WRAoa__mainContent a{color:var(--text-dark);word-break:break-word;overflow-wrap:break-word;text-decoration:underline;transition:color .2s}.ContentPageTemplate-module___WRAoa__mainContent sup a{color:var(--text-dark);font-size:.7em;text-decoration:none}.ContentPageTemplate-module___WRAoa__mainContent sup a:hover,.ContentPageTemplate-module___WRAoa__mainContent a:hover{color:var(--orange)}.ContentPageTemplate-module___WRAoa__mainContent hr{background:var(--gradient-line);opacity:1;border:none;height:2px;margin:3rem 0}.ContentPageTemplate-module___WRAoa__footnotesSection{margin-top:4rem}.ContentPageTemplate-module___WRAoa__footnotes{font-size:.9rem;line-height:1.5}.ContentPageTemplate-module___WRAoa__disclaimer{color:#666;text-align:center;margin-top:2rem;font-style:italic}.ContentPageTemplate-module___WRAoa__scrollToTop{color:var(--orange);border:2px solid var(--orange);cursor:pointer;z-index:1000;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.ContentPageTemplate-module___WRAoa__scrollToTop:hover{color:var(--purple);border-color:var(--purple);transform:translateY(-2px)}@keyframes ContentPageTemplate-module___WRAoa__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1000px){.ContentPageTemplate-module___WRAoa__hero{min-height:30vh}.ContentPageTemplate-module___WRAoa__heroContent h1{font-size:2.5rem}.ContentPageTemplate-module___WRAoa__content{padding:0}.ContentPageTemplate-module___WRAoa__pageContent{flex-direction:column;gap:2rem;padding:0 1rem}.ContentPageTemplate-module___WRAoa__tableOfContents{flex:none;order:0;width:250px;min-width:250px;max-width:100%;position:static}.ContentPageTemplate-module___WRAoa__mainContent{max-width:100%}.ContentPageTemplate-module___WRAoa__mainContent p{margin-left:0}.ContentPageTemplate-module___WRAoa__mainContent h3{margin:.5rem 0 1rem}.ContentPageTemplate-module___WRAoa__mainContent ul,.ContentPageTemplate-module___WRAoa__mainContent ol{margin-left:0}.ContentPageTemplate-module___WRAoa__plotHeading{margin:2rem 0 1rem}.ContentPageTemplate-module___WRAoa__figure{text-align:left}.ContentPageTemplate-module___WRAoa__sectionTitle{font-size:1.3rem}.ContentPageTemplate-module___WRAoa__mainContent h3{font-size:1.1rem}.ContentPageTemplate-module___WRAoa__tocToggle{width:250px}.ContentPageTemplate-module___WRAoa__tocDivider{width:250px;position:absolute;left:0}.ContentPageTemplate-module___WRAoa__tocHeader{width:250px;position:relative}.ContentPageTemplate-module___WRAoa__tocList{width:100%}.ContentPageTemplate-module___WRAoa__tocLink{white-space:normal;word-wrap:break-word;text-overflow:unset;max-width:100%;overflow:visible}.ContentPageTemplate-module___WRAoa__pageTitle{margin-top:2rem!important}}.ContentPageTemplate-module___WRAoa__logoContainer{text-align:center;margin-top:1.5rem;margin-bottom:3rem}.ContentPageTemplate-module___WRAoa__primaryLogo{margin-bottom:2rem}.ContentPageTemplate-module___WRAoa__qriLogo{width:auto;max-height:120px}.ContentPageTemplate-module___WRAoa__partnerLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.ContentPageTemplate-module___WRAoa__partnerLogo{width:auto;max-height:60px}.ContentPageTemplate-module___WRAoa__partnerLogo:last-child{max-height:45px}@media (max-width:768px){.ContentPageTemplate-module___WRAoa__logoContainer{margin:2rem 0}.ContentPageTemplate-module___WRAoa__partnerLogos{gap:2rem}.ContentPageTemplate-module___WRAoa__qriLogo{max-height:90px}.ContentPageTemplate-module___WRAoa__partnerLogo{max-height:45px}.ContentPageTemplate-module___WRAoa__partnerLogo:last-child{max-height:35px}}
.VideoCard-module__wjDadW__videoCard{background:#fff;border-radius:12px;overflow:hidden}.VideoCard-module__wjDadW__videoContainer{border-radius:12px 12px 0 0;width:100%;margin:0;padding-bottom:56.25%;line-height:0;display:block;position:relative;overflow:hidden}.VideoCard-module__wjDadW__iframe{border:none;width:100%;height:100%;margin:0;padding:0;display:block;position:absolute;top:0;left:0}.VideoCard-module__wjDadW__videoTitle{color:var(--text-dark);background:#fef7f0;border-radius:0 0 12px 12px;align-items:center;min-height:80px;padding:1rem;font-family:Silka,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;display:flex;margin:0!important;font-size:14px!important;font-weight:600!important;line-height:1.2!important}@media (max-width:768px){.VideoCard-module__wjDadW__videoTitle{min-height:75px;padding:.75rem;font-size:12px!important;line-height:1.1!important}}
.SignatureTooltip-module__6EwJeG__tooltipContainer{align-items:center;margin-left:8px;display:inline-flex;position:relative}.SignatureTooltip-module__6EwJeG__tooltipTrigger{color:#666;cursor:pointer;background:0 0;border:1px solid #999;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.SignatureTooltip-module__6EwJeG__tooltipTrigger:hover,.SignatureTooltip-module__6EwJeG__tooltipTrigger:focus{color:#333;background:#f5f5f5;border-color:#666;outline:none}.SignatureTooltip-module__6EwJeG__tooltipContent{z-index:1000;background:#fff;border:1px solid #ddd;border-radius:6px;width:280px;max-width:90vw;margin-bottom:4px;padding:12px 16px;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.SignatureTooltip-module__6EwJeG__tooltipContent:after{content:"";border:6px solid #0000;border-top-color:#fff;width:0;height:0;position:absolute;top:100%;left:50%;transform:translate(-50%)}.SignatureTooltip-module__6EwJeG__tooltipContent:before{content:"";border:7px solid #0000;border-top-color:#ddd;width:0;height:0;margin-top:1px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.SignatureTooltip-module__6EwJeG__tooltipText{color:#333;text-align:left;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:13px;line-height:1.4}.SignatureTooltip-module__6EwJeG__tooltipText strong{font-weight:600}.SignatureTooltip-module__6EwJeG__tooltipText ol{margin:8px 0 0;padding-left:18px}.SignatureTooltip-module__6EwJeG__tooltipText li{margin-bottom:4px}.SignatureTooltip-module__6EwJeG__tooltipText li:last-child{margin-bottom:0}@media (max-width:768px){.SignatureTooltip-module__6EwJeG__tooltipContent{width:260px;padding:10px 12px}.SignatureTooltip-module__6EwJeG__tooltipText{font-size:12px}}
.Videos-module__0sexpa__videos{background:#fff;padding:3rem 0 1.5rem}.Videos-module__0sexpa__videosContainer{max-width:1000px;margin-left:6rem;padding:0}.Videos-module__0sexpa__videosHeader{margin-bottom:3rem}.Videos-module__0sexpa__videosTitle{color:var(--text-dark);margin:0 0 1rem;font-size:1.5rem;font-weight:600}.Videos-module__0sexpa__bottomContainer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.Videos-module__0sexpa__spacer{flex:1}.Videos-module__0sexpa__videosGrid{grid-template-columns:1fr 1fr;gap:2rem;margin:0 -1rem;padding:0 1rem;display:grid}.Videos-module__0sexpa__navigationControls{gap:.125rem;display:flex}.Videos-module__0sexpa__navButton{color:var(--text-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:31px;height:20px;padding:0;font-size:30px;transition:color .3s;display:flex}.Videos-module__0sexpa__navButton:hover{color:var(--orange)}.Videos-module__0sexpa__navButton:focus{outline:none}@media (max-width:900px){.Videos-module__0sexpa__videosContainer{margin-left:0}}@media (max-width:768px){.Videos-module__0sexpa__videosGrid{grid-template-columns:1fr;gap:1.5rem;margin:0 -.5rem;padding:0 .5rem}.Videos-module__0sexpa__videosContainer{padding:0}.Videos-module__0sexpa__videos{padding:2rem 0 1rem}}
.SharedLayout-module__QjB8vW__indentedContent{margin-left:10rem}.SharedLayout-module__QjB8vW__demandLayout{align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.SharedLayout-module__QjB8vW__demandIcon{color:var(--text-dark);flex-shrink:0;margin-top:.125rem}.SharedLayout-module__QjB8vW__demandDescription{color:var(--text-dark);font-size:1rem;line-height:1.6}.SharedLayout-module__QjB8vW__collapsibleToggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0;display:flex}.SharedLayout-module__QjB8vW__collapsibleArrow{color:var(--text-dark);margin-left:1rem;font-size:1.2rem;transition:transform .2s;transform:rotate(90deg)}.SharedLayout-module__QjB8vW__collapsibleArrow.SharedLayout-module__QjB8vW__expanded{transform:rotate(270deg)}.SharedLayout-module__QjB8vW__pageMain{padding-top:150px;padding-bottom:4rem}.SharedLayout-module__QjB8vW__pageContainer{background-color:#fff;min-height:100vh}.SharedLayout-module__QjB8vW__sectionSpacing{margin-top:2rem;margin-bottom:2rem}.SharedLayout-module__QjB8vW__buttonWrapper{background:var(--gradient-line);border-radius:50px;padding:2px;transition:transform .3s;display:inline-block}.SharedLayout-module__QjB8vW__actionButton{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#fff;border-radius:50px;padding:15px 35px;font-family:inherit;font-size:12px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-block}.SharedLayout-module__QjB8vW__actionButton:link,.SharedLayout-module__QjB8vW__actionButton:visited,.SharedLayout-module__QjB8vW__actionButton:active,.SharedLayout-module__QjB8vW__actionButton:focus{color:var(--text-dark);text-decoration:none!important}.SharedLayout-module__QjB8vW__actionButton:hover{color:var(--orange);text-decoration:none!important}.SharedLayout-module__QjB8vW__scrollToTop{color:var(--orange);border:2px solid var(--orange);cursor:pointer;z-index:1000;background:0 0;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.SharedLayout-module__QjB8vW__scrollToTop:hover{color:var(--purple);border-color:var(--purple);transform:translateY(-2px)}.SharedLayout-module__QjB8vW__sectionDivider{background-color:#e2e8f0;width:100%;height:1px;margin:2rem 0}@media (max-width:768px){.SharedLayout-module__QjB8vW__pageMain{padding-top:120px;padding-bottom:2rem}.SharedLayout-module__QjB8vW__indentedContent{margin-left:0}.SharedLayout-module__QjB8vW__demandLayout{gap:.75rem}}
.TakeAction-module__4GU4Rq__takeAction{background:#ffe7c7;padding:5rem 0}.TakeAction-module__4GU4Rq__cardsGrid{grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto;display:grid}.TakeAction-module__4GU4Rq__actionCard{box-shadow:none;background:#fff;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}.TakeAction-module__4GU4Rq__actionCard:hover{box-shadow:none}.TakeAction-module__4GU4Rq__cardImage{height:240px;position:relative;overflow:hidden}.TakeAction-module__4GU4Rq__cardImage img{object-fit:cover;width:100%;height:100%}.TakeAction-module__4GU4Rq__cardContent{flex-direction:column;flex:1;padding:1rem 1.5rem;display:flex}.TakeAction-module__4GU4Rq__cardDivider{background:var(--gradient-line);width:100%;height:2px;margin:0}.TakeAction-module__4GU4Rq__cardText{color:var(--text-dark);flex:1;margin:.5rem 0 2rem;font-size:.75rem;line-height:1.4}.TakeAction-module__4GU4Rq__cardFooter{justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;display:flex}.TakeAction-module__4GU4Rq__cardNumber{color:var(--text-dark);font-size:2.5rem;font-weight:300}.TakeAction-module__4GU4Rq__buttonWrapper{border-radius:39px;padding:0}.TakeAction-module__4GU4Rq__actionButton{color:var(--text-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;box-sizing:border-box;background:#fff;border:1px solid #c3c3c3;border-radius:39px;justify-content:center;align-items:center;gap:8px;width:100%;min-width:0;height:44px;padding:0 24px;font-family:inherit;font-size:12px;font-weight:500;line-height:1;text-decoration:none;transition:all .3s;display:flex}.TakeAction-module__4GU4Rq__buttonWrapper:hover .TakeAction-module__4GU4Rq__actionButton{color:var(--orange)}@media (max-width:1024px){.TakeAction-module__4GU4Rq__cardFooter{gap:.5rem}}@media (max-width:900px){.TakeAction-module__4GU4Rq__cardsGrid{grid-template-columns:1fr;gap:2rem;max-width:500px;padding:0 1rem}.TakeAction-module__4GU4Rq__cardText{font-size:.9rem;line-height:1.5}}@media (max-width:768px){.TakeAction-module__4GU4Rq__cardsGrid{grid-template-columns:1fr;gap:2rem;max-width:500px;padding:0 1rem}.TakeAction-module__4GU4Rq__cardContent{padding:1.5rem}.TakeAction-module__4GU4Rq__cardFooter{flex-direction:row;align-items:center;gap:1rem}.TakeAction-module__4GU4Rq__cardNumber{font-size:2rem}.TakeAction-module__4GU4Rq__cardText{font-size:.9rem;line-height:1.5}}
.TestimonialListItem-module__0ROZHq__testimonialItem{border-bottom:1px solid #e5e5e5;padding:2rem 0}.TestimonialListItem-module__0ROZHq__testimonialItem:last-child{border-bottom:none}.TestimonialListItem-module__0ROZHq__testimonialText{color:var(--text-dark);margin-bottom:1rem;font-size:1rem;font-style:normal;line-height:1.6}.TestimonialListItem-module__0ROZHq__paragraph{margin:0 0 1rem}.TestimonialListItem-module__0ROZHq__paragraph:last-child{margin-bottom:0}.TestimonialListItem-module__0ROZHq__testimonialFooter{align-items:center;gap:1rem;display:flex}.TestimonialListItem-module__0ROZHq__testimonialFooter .TestimonialListItem-module__0ROZHq__testimonialInfo{text-align:left}.TestimonialListItem-module__0ROZHq__avatarContainer{align-items:center;min-width:40px;height:40px;display:flex;position:relative}.TestimonialListItem-module__0ROZHq__flagAvatar{background:var(--gradient-line);z-index:1;box-sizing:border-box;border-radius:50%;width:40px;height:40px;position:relative}.TestimonialListItem-module__0ROZHq__flagImage{object-fit:cover;border-radius:50%;width:39px;height:39px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TestimonialListItem-module__0ROZHq__headshotAvatar{aspect-ratio:1/.866025;z-index:2;background:var(--gradient-line);clip-path:polygon(50% -50%,100% 50%,50% 150%,0% 50%);box-sizing:border-box;justify-content:center;align-items:center;height:40px;margin-left:-10px;display:flex;position:relative}.TestimonialListItem-module__0ROZHq__headshotAvatar .TestimonialListItem-module__0ROZHq__headshotImage{aspect-ratio:1/.866025;clip-path:polygon(50% -50%,100% 50%,50% 150%,0% 50%);object-fit:cover;height:38px}.TestimonialListItem-module__0ROZHq__testimonialInfo{flex:1}.TestimonialListItem-module__0ROZHq__testimonialName{color:var(--text-dark);font-size:14px;font-weight:600;line-height:1.2}@media (max-width:768px){.TestimonialListItem-module__0ROZHq__testimonialItem{padding:1.5rem 0}.TestimonialListItem-module__0ROZHq__testimonialText{margin-bottom:1.2rem;font-size:.95rem}.TestimonialListItem-module__0ROZHq__testimonialName{font-size:13px}.TestimonialListItem-module__0ROZHq__avatarContainer{min-width:35px;height:35px}.TestimonialListItem-module__0ROZHq__flagAvatar{width:36px;height:36px}.TestimonialListItem-module__0ROZHq__flagImage{width:34px;height:34px}.TestimonialListItem-module__0ROZHq__headshotAvatar{height:36px;margin-left:-8px}.TestimonialListItem-module__0ROZHq__headshotAvatar .TestimonialListItem-module__0ROZHq__headshotImage{height:34px}}
.VerificationModal-module__cRzqPq__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out VerificationModal-module__cRzqPq__fadeIn;display:flex;position:fixed;inset:0}@keyframes VerificationModal-module__cRzqPq__fadeIn{0%{opacity:0}to{opacity:1}}.VerificationModal-module__cRzqPq__modal{background:#fff;border-radius:16px;width:100%;max-width:500px;animation:.3s ease-out VerificationModal-module__cRzqPq__slideIn;position:relative;box-shadow:0 20px 40px #0000004d}@keyframes VerificationModal-module__cRzqPq__slideIn{0%{opacity:0;transform:translateY(-20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.VerificationModal-module__cRzqPq__content{text-align:center;padding:3rem 2rem 2rem}.VerificationModal-module__cRzqPq__iconContainer{margin-bottom:1.5rem}.VerificationModal-module__cRzqPq__mailIcon{color:var(--orange);filter:drop-shadow(0 2px 4px #f8560433)}.VerificationModal-module__cRzqPq__title{color:var(--text-dark);margin:0 0 1rem;font-family:Saans Semi Mono,Georgia,serif;font-size:1.5rem;font-weight:600;line-height:1.3}.VerificationModal-module__cRzqPq__message{color:var(--text-gray);margin:0 0 2rem;font-size:1rem;line-height:1.5}.VerificationModal-module__cRzqPq__actionButton{background:var(--orange);color:#fff;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;min-width:140px;padding:.875rem 2rem;font-family:Silka,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:300;transition:all .2s}.VerificationModal-module__cRzqPq__actionButton:hover{background:var(--purple)}.VerificationModal-module__cRzqPq__actionButton:focus{outline:none}.VerificationModal-module__cRzqPq__actionButton:active{transform:none}@media (max-width:768px){.VerificationModal-module__cRzqPq__overlay{padding:.5rem}.VerificationModal-module__cRzqPq__modal{border-radius:12px;max-height:90vh;overflow-y:auto}.VerificationModal-module__cRzqPq__content{padding:2.5rem 1.5rem 1.5rem}.VerificationModal-module__cRzqPq__title{font-size:1.25rem}.VerificationModal-module__cRzqPq__message{font-size:.9rem}.VerificationModal-module__cRzqPq__actionButton{padding:.875rem 1.5rem;font-size:.8rem}}@media (prefers-reduced-motion:reduce){.VerificationModal-module__cRzqPq__overlay,.VerificationModal-module__cRzqPq__modal{animation:none}.VerificationModal-module__cRzqPq__actionButton{transition:none}}
.About-module__kAIAca__pageTitle{margin-top:8rem!important}.About-module__kAIAca__pageSection{background:#fff;padding:5rem 0 1rem}.About-module__kAIAca__hero{background-image:url(/assets/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;padding-top:30vh;padding-bottom:5vh;position:relative;overflow:hidden}.About-module__kAIAca__heroContent{z-index:2;text-align:left;animation:1s ease-out About-module__kAIAca__fadeInUp;position:relative}.About-module__kAIAca__heroContent h1{color:var(--text-dark);text-align:left;width:100%;max-width:1000px;margin:0;font-size:3.5rem;font-weight:500;line-height:1.1;display:block}.About-module__kAIAca__missionSection{background:#fff;padding:5rem 0 2rem}.About-module__kAIAca__missionContent{margin-bottom:2rem;padding:0}.About-module__kAIAca__missionText{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;font-size:1rem;line-height:1.4}.About-module__kAIAca__missionText p{max-width:1000px;margin-bottom:1rem;margin-left:6rem}.About-module__kAIAca__organizationsSection{background:#fff;padding:4rem 0 1.5rem}.About-module__kAIAca__organizationsContent{margin:0 auto;padding:0}.About-module__kAIAca__organizationsText{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;font-size:1rem;line-height:1.4}.About-module__kAIAca__organizationsText p{max-width:1000px;margin-bottom:1rem;margin-left:6rem}.About-module__kAIAca__logoContainer{text-align:center;margin:1.5rem 0 3rem}.About-module__kAIAca__primaryLogo{margin-bottom:2rem}.About-module__kAIAca__primaryLogoContainer{text-align:center;margin:1.5rem 0 2rem}.About-module__kAIAca__qriLogo{width:auto;max-height:120px}.About-module__kAIAca__partnerLogos{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;display:flex}.About-module__kAIAca__partnerLogo{width:auto;max-height:60px}.About-module__kAIAca__opisLogo{width:auto;max-height:80px}.About-module__kAIAca__partnerLogo:last-child{max-height:45px}.About-module__kAIAca__partnersSection{background:#fff;padding:4rem 0 1.5rem}.About-module__kAIAca__partnersText{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;font-size:1rem;line-height:1.4}.About-module__kAIAca__partnersText p{max-width:1000px;margin-bottom:1rem;margin-left:6rem}.About-module__kAIAca__teamSection{background:#fff;padding:4rem 0 1.5rem}.About-module__kAIAca__teamContent{max-width:1000px;margin:0 auto;padding:0}.About-module__kAIAca__teamGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.About-module__kAIAca__teamMember{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.About-module__kAIAca__memberHeadshot{background:var(--gradient-line);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:120px;height:120px;margin-bottom:.5rem;text-decoration:none;display:flex;overflow:hidden}.About-module__kAIAca__headshotImage{object-fit:cover;border-radius:50%;width:116px;height:116px}.About-module__kAIAca__memberInfo{flex-direction:column;align-items:center;gap:.1rem;display:flex}.About-module__kAIAca__memberName{color:var(--text-dark);margin:0;font-size:1rem;font-weight:600;line-height:1.3}.About-module__kAIAca__memberPosition{color:var(--text-gray);margin:0;font-size:.9rem;line-height:1.4}.About-module__kAIAca__involvedSection{background:#fff;padding:4rem 0 1.5rem}.About-module__kAIAca__involvedContent{margin:0 auto;padding:0}.About-module__kAIAca__involvedText{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;font-size:1rem;line-height:1.4}.About-module__kAIAca__involvedText p{max-width:1000px;margin-bottom:1rem;margin-left:6rem}.About-module__kAIAca__involvedText>div{margin-left:6rem}.About-module__kAIAca__involvedText>div *,.About-module__kAIAca__involvedText>div>div,.About-module__kAIAca__involvedText>div>div>div,.About-module__kAIAca__involvedText div[style*=margin]{margin-left:0!important}.About-module__kAIAca__involvedText>div ul,.About-module__kAIAca__involvedText>div ol,.About-module__kAIAca__involvedText>div * ul,.About-module__kAIAca__involvedText>div * ol{margin-left:2rem!important;padding-left:1rem!important}.About-module__kAIAca__involvedText>div li,.About-module__kAIAca__involvedText>div * li{margin-left:0!important}.About-module__kAIAca__organizationsText>div,.About-module__kAIAca__partnersText>div{margin-left:6rem}.About-module__kAIAca__missionText ul{margin-top:.5rem;margin-bottom:1rem;margin-left:8rem}.About-module__kAIAca__missionText li{margin-bottom:.5rem}.About-module__kAIAca__involvedText ul{margin-top:.5rem;margin-bottom:1rem;margin-left:8rem}.About-module__kAIAca__involvedText li{margin-bottom:.5rem}.About-module__kAIAca__organizationsText a,.About-module__kAIAca__partnersText a,.About-module__kAIAca__involvedText a{color:var(--text-dark);text-decoration:underline;transition:color .2s}.About-module__kAIAca__organizationsText a:hover,.About-module__kAIAca__partnersText a:hover,.About-module__kAIAca__involvedText a:hover{color:var(--orange)}.About-module__kAIAca__donateButtonContainer{text-align:center;margin:2rem 0}.About-module__kAIAca__donateButton{background:var(--orange);color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:1px;border:none;border-radius:25px;padding:15px 35px;font-size:14px;font-weight:400;text-decoration:none;transition:background-color .3s;display:inline-block}.About-module__kAIAca__donateButton:hover{background:var(--purple);color:#fff!important;text-decoration:none!important}.About-module__kAIAca__donateButtonContainer .About-module__kAIAca__donateButton{color:#fff!important;letter-spacing:1px!important;font-size:14px!important;font-weight:400!important;text-decoration:none!important}.About-module__kAIAca__donateButtonContainer .About-module__kAIAca__donateButton:hover{color:#fff!important;text-decoration:none!important}@keyframes About-module__kAIAca__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.About-module__kAIAca__hero{min-height:30vh}.About-module__kAIAca__heroContent h1{font-size:2.5rem}.About-module__kAIAca__teamContent{padding:0 1rem}.About-module__kAIAca__teamGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.About-module__kAIAca__missionText p,.About-module__kAIAca__organizationsText p,.About-module__kAIAca__partnersText p,.About-module__kAIAca__involvedText p,.About-module__kAIAca__involvedText>div,.About-module__kAIAca__organizationsText>div,.About-module__kAIAca__partnersText>div{margin-left:0}.About-module__kAIAca__involvedText>div *,.About-module__kAIAca__involvedText>div>div,.About-module__kAIAca__involvedText>div>div>div{margin-left:0!important}.About-module__kAIAca__missionText ul,.About-module__kAIAca__involvedText ul{margin-left:2rem}.About-module__kAIAca__donateButton{padding:15px 35px;font-size:14px}}@media (max-width:768px){.About-module__kAIAca__logoContainer{margin:2rem 0}.About-module__kAIAca__partnerLogos{gap:0 2rem}.About-module__kAIAca__qriLogo{max-height:90px}.About-module__kAIAca__partnerLogo{max-height:45px}.About-module__kAIAca__opisLogo{max-height:60px}.About-module__kAIAca__partnerLogo:last-child{max-height:35px}}@media (max-width:480px){.About-module__kAIAca__missionContent,.About-module__kAIAca__organizationsContent,.About-module__kAIAca__teamContent,.About-module__kAIAca__involvedContent{padding:0}.About-module__kAIAca__memberHeadshot{width:100px;height:100px}.About-module__kAIAca__headshotImage{width:96px;height:96px}.About-module__kAIAca__memberName{font-size:1rem}.About-module__kAIAca__memberPosition{font-size:.8rem}}
.ResourcesSection-module__TcvRhq__newsSection{background:#fff;padding:5rem 0}.ResourcesSection-module__TcvRhq__newsList{max-width:1000px;margin-left:6rem}.ResourcesSection-module__TcvRhq__newsItem{flex-direction:column;gap:1rem;padding:1rem 0;display:flex}.ResourcesSection-module__TcvRhq__newsItem:first-child{padding-top:0}.ResourcesSection-module__TcvRhq__newsItem:last-child{padding-bottom:0}.ResourcesSection-module__TcvRhq__newsTitle{color:var(--text-dark);margin:0;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:1.2rem;font-weight:600;line-height:1.3}.ResourcesSection-module__TcvRhq__newsDescription{color:var(--text-dark);margin:0;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1rem;line-height:1.4}.ResourcesSection-module__TcvRhq__newsButton{color:var(--text-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fff;border:1px solid #c3c3c3;border-radius:39px;justify-content:center;align-items:center;width:fit-content;height:44px;padding:0 24px;font-size:12px;font-weight:500;line-height:1;text-decoration:none;transition:all .3s;display:inline-flex}.ResourcesSection-module__TcvRhq__newsButton:hover{color:var(--orange)}.ResourcesSection-module__TcvRhq__newsSeparator{background-color:#e2e8f0;width:100%;height:1px;margin:0 0 2rem}@media (max-width:900px){.ResourcesSection-module__TcvRhq__newsList{margin-left:0!important}}@media (max-width:768px){.ResourcesSection-module__TcvRhq__newsSection{padding:3rem 0}.ResourcesSection-module__TcvRhq__newsItem{padding:1.5rem 0}.ResourcesSection-module__TcvRhq__newsTitle{font-size:1.1rem}.ResourcesSection-module__TcvRhq__newsSeparator{margin:0 0 1rem}}
.SignatureForm-module__XMcH_W__signatureSection{margin-top:2rem}.SignatureForm-module__XMcH_W__formDescription{display:none}.SignatureForm-module__XMcH_W__errorMessage{color:#c33;background:#fee;border:1px solid #fcc;border-radius:4px;margin:1rem 0;padding:1rem;font-size:.9rem}.SignatureForm-module__XMcH_W__successMessage{color:#363;background:#efe;border:1px solid #cfc;border-radius:4px;margin:1rem 0;padding:1rem;font-size:.9rem}.SignatureForm-module__XMcH_W__formContainer{background:0 0;margin-top:1rem;padding:0}.SignatureForm-module__XMcH_W__signatureForm{flex-direction:column;gap:1rem;display:flex}.SignatureForm-module__XMcH_W__formRow{gap:1rem;display:flex}.SignatureForm-module__XMcH_W__formField{flex-direction:column;flex:1;display:flex}.SignatureForm-module__XMcH_W__fieldLabel{display:none}.SignatureForm-module__XMcH_W__required{color:#e74c3c}.SignatureForm-module__XMcH_W__fieldInput{box-sizing:border-box;width:100%;color:var(--text-dark);background:0 0;border:none;border-bottom:1px solid #e3e3e3;border-radius:0;padding:12px 0;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:border-color .3s}.SignatureForm-module__XMcH_W__fieldInput:focus{border-bottom-color:var(--orange);outline:none}.SignatureForm-module__XMcH_W__fieldInput::placeholder{color:#707070;opacity:1;font-weight:300}.SignatureForm-module__XMcH_W__countryDropdown{width:100%;position:relative}.SignatureForm-module__XMcH_W__countryInputContainer{align-items:center;display:flex;position:relative}.SignatureForm-module__XMcH_W__countryChevron{color:#707070;pointer-events:none;transition:transform .2s;position:absolute;right:12px}.SignatureForm-module__XMcH_W__countryDropdownList{z-index:1000;scrollbar-width:thin;scrollbar-color:#ccc transparent;background:#fff;border:1px solid #e3e3e3;border-top:none;border-radius:0 0 4px 4px;max-height:300px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 2px 8px #0000001a}.SignatureForm-module__XMcH_W__countryDropdownList::-webkit-scrollbar{width:6px}.SignatureForm-module__XMcH_W__countryDropdownList::-webkit-scrollbar-track{background:0 0}.SignatureForm-module__XMcH_W__countryDropdownList::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.SignatureForm-module__XMcH_W__countryDropdownList::-webkit-scrollbar-thumb:hover{background-color:#999}.SignatureForm-module__XMcH_W__countryOption{text-align:left;cursor:pointer;background:#fff;border:none;width:100%;padding:12px;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:background-color .2s;display:block}.SignatureForm-module__XMcH_W__countryOption:hover{background-color:#f5f5f5}.SignatureForm-module__XMcH_W__countryOption:focus{background-color:var(--orange);color:#fff;outline:none}.SignatureForm-module__XMcH_W__noCountriesFound{color:#707070;padding:12px;font-size:14px;font-style:italic}.SignatureForm-module__XMcH_W__searchInput::placeholder{color:#707070;font-weight:300}.SignatureForm-module__XMcH_W__checkboxField{align-items:flex-start;gap:.75rem;margin:.5rem 0;display:flex}.SignatureForm-module__XMcH_W__checkboxFieldIndented{align-items:flex-start;gap:.75rem;margin:.25rem 0 .25rem 2rem;display:flex}.SignatureForm-module__XMcH_W__checkbox{cursor:pointer;appearance:none;background:#fff;border:1px solid #707070;border-radius:2px;flex-shrink:0;width:14px;min-width:14px;height:14px;min-height:14px;margin-top:1px;transition:all .2s;position:relative}.SignatureForm-module__XMcH_W__checkbox:checked{background:#fff;border-color:#707070}.SignatureForm-module__XMcH_W__checkbox:checked:after{content:"";background:var(--orange);border-radius:1px;width:8px;height:8px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.SignatureForm-module__XMcH_W__checkboxLabel{color:var(--text-dark);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.8rem;line-height:1.4}.SignatureForm-module__XMcH_W__submitButton{background:var(--orange);color:#fff;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;align-self:flex-start;margin-top:.5rem;padding:.875rem 2rem;font-family:Silka,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:300;transition:all .2s}.SignatureForm-module__XMcH_W__submitButton:hover:not(:disabled){background:var(--purple)}.SignatureForm-module__XMcH_W__submitButton:disabled,.SignatureForm-module__XMcH_W__submitButton.SignatureForm-module__XMcH_W__submitting{opacity:.6;cursor:not-allowed}.SignatureForm-module__XMcH_W__signatoriesSection{margin-top:6rem}.SignatureForm-module__XMcH_W__signatoriesStats{margin:0 0 2rem}.SignatureForm-module__XMcH_W__statsCard{background:0 0;border-radius:0;min-width:auto;padding:0;display:block}.SignatureForm-module__XMcH_W__statsLabel:after{content:"";background-color:#e2e8f0;width:100%;height:1px;margin:.75rem 0 1rem;display:block}.SignatureForm-module__XMcH_W__statsLabel{color:var(--text-dark);margin:0 0 .2rem;font-size:.9rem;font-weight:500}.SignatureForm-module__XMcH_W__statsNumber{color:var(--text-dark);margin:0;font-size:2.5rem;font-weight:300;line-height:.8}.SignatureForm-module__XMcH_W__searchContainer{margin-bottom:.75rem;position:relative}.SignatureForm-module__XMcH_W__searchInput{background:0 0;border:none;border-bottom:1px solid #e3e3e3;border-radius:0;width:100%;max-width:none;padding:.75rem 0 .75rem 2rem;font-family:Silka,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.9rem;transition:border-color .2s}.SignatureForm-module__XMcH_W__searchInput:focus{border-bottom-color:var(--orange);outline:none}.SignatureForm-module__XMcH_W__searchIcon{color:#000;stroke-width:1px;width:20px;height:20px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.SignatureForm-module__XMcH_W__signatoriesList{background:#fff;border-radius:0;margin:0;padding:0;list-style:none}.SignatureForm-module__XMcH_W__signatoryItem{border-bottom:1px solid #f0f0f0;flex-direction:column;padding:.75rem 0;display:flex}.SignatureForm-module__XMcH_W__signatoryItem:last-child{border-bottom:none}.SignatureForm-module__XMcH_W__signatoryName{color:var(--text-dark);align-items:center;gap:.5rem;font-size:1rem;font-weight:400;line-height:1.3;display:flex}.SignatureForm-module__XMcH_W__signatoryCountry{color:var(--text-dark);margin-top:.25rem;font-size:.9rem;font-weight:400;line-height:1.3}.SignatureForm-module__XMcH_W__patientBadge,.SignatureForm-module__XMcH_W__researcherBadge{color:var(--orange);justify-content:center;align-items:baseline;margin-left:.5rem;line-height:1;display:flex;transform:translateY(-2px)}.SignatureForm-module__XMcH_W__signatoryDetails{color:var(--text-dark);margin-top:.25rem;font-size:.9rem;font-weight:600;line-height:1.4}.SignatureForm-module__XMcH_W__noSignatories{color:#666;text-align:center;padding:2rem;font-style:normal}@media (max-width:768px){.SignatureForm-module__XMcH_W__formContainer{padding:1.5rem}.SignatureForm-module__XMcH_W__formRow{flex-direction:column}.SignatureForm-module__XMcH_W__fieldInput,.SignatureForm-module__XMcH_W__fieldInput::placeholder{font-size:12px}.SignatureForm-module__XMcH_W__searchInput{max-width:100%}.SignatureForm-module__XMcH_W__statsNumber{font-size:1.5rem}.SignatureForm-module__XMcH_W__signatoryName{font-size:.9rem}.SignatureForm-module__XMcH_W__signatoryDetails{font-size:.8rem}.SignatureForm-module__XMcH_W__checkboxField{align-items:center;gap:.75rem;margin:.25rem 0;display:flex}.SignatureForm-module__XMcH_W__checkbox{margin-top:0}}
.VideoTestimonialListItem-module__xLRGvW__videoTestimonialItem{border-bottom:1px solid #e5e5e5;padding:2rem 0}.VideoTestimonialListItem-module__xLRGvW__videoTestimonialItem:last-child{border-bottom:none}.VideoTestimonialListItem-module__xLRGvW__videoContainer{width:50%;max-width:500px;height:0;margin-bottom:1rem;padding-bottom:28.125%;position:relative}.VideoTestimonialListItem-module__xLRGvW__video{border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.VideoTestimonialListItem-module__xLRGvW__testimonialFooter{align-items:center;gap:1rem;display:flex}.VideoTestimonialListItem-module__xLRGvW__testimonialFooter .VideoTestimonialListItem-module__xLRGvW__testimonialInfo{text-align:left}.VideoTestimonialListItem-module__xLRGvW__avatarContainer{align-items:center;min-width:40px;height:40px;display:flex;position:relative}.VideoTestimonialListItem-module__xLRGvW__flagAvatar{background:var(--gradient-line);z-index:1;box-sizing:border-box;border-radius:50%;width:40px;height:40px;position:relative}.VideoTestimonialListItem-module__xLRGvW__flagImage{object-fit:cover;border-radius:50%;width:39px;height:39px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.VideoTestimonialListItem-module__xLRGvW__headshotAvatar{aspect-ratio:1/.866025;z-index:2;background:var(--gradient-line);clip-path:polygon(50% -50%,100% 50%,50% 150%,0% 50%);box-sizing:border-box;justify-content:center;align-items:center;height:40px;margin-left:-10px;display:flex;position:relative}.VideoTestimonialListItem-module__xLRGvW__headshotAvatar .VideoTestimonialListItem-module__xLRGvW__headshotImage{aspect-ratio:1/.866025;clip-path:polygon(50% -50%,100% 50%,50% 150%,0% 50%);object-fit:cover;height:38px}.VideoTestimonialListItem-module__xLRGvW__testimonialInfo{flex:1}.VideoTestimonialListItem-module__xLRGvW__testimonialName{color:var(--text-dark);font-size:14px;font-weight:600;line-height:1.2}@media (max-width:768px){.VideoTestimonialListItem-module__xLRGvW__videoTestimonialItem{padding:1.5rem 0}.VideoTestimonialListItem-module__xLRGvW__videoContainer{width:70%;max-width:none;margin-bottom:1.2rem;padding-bottom:39.375%}.VideoTestimonialListItem-module__xLRGvW__testimonialName{font-size:13px}.VideoTestimonialListItem-module__xLRGvW__avatarContainer{min-width:35px;height:35px}.VideoTestimonialListItem-module__xLRGvW__flagAvatar{width:36px;height:36px}.VideoTestimonialListItem-module__xLRGvW__flagImage{width:34px;height:34px}.VideoTestimonialListItem-module__xLRGvW__headshotAvatar{height:36px;margin-left:-8px}.VideoTestimonialListItem-module__xLRGvW__headshotAvatar .VideoTestimonialListItem-module__xLRGvW__headshotImage{height:34px}}@media (max-width:480px){.VideoTestimonialListItem-module__xLRGvW__videoContainer{width:100%;padding-bottom:56.25%}}
.ComingSoon-module__hzCJfq__hero{background-image:url(/assets/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;padding-top:30vh;padding-bottom:5vh;position:relative;overflow:hidden}.ComingSoon-module__hzCJfq__heroContent{z-index:2;text-align:left;animation:1s ease-out ComingSoon-module__hzCJfq__fadeInUp;position:relative}.ComingSoon-module__hzCJfq__heroContent h1{color:var(--text-dark);text-align:left;width:100%;max-width:1000px;margin:0;font-size:3.5rem;font-weight:500;line-height:1.1;display:block}@media (max-width:768px){.ComingSoon-module__hzCJfq__hero{min-height:30vh}.ComingSoon-module__hzCJfq__heroContent h1{font-size:2.5rem}}@keyframes ComingSoon-module__hzCJfq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Contact-module__SEXjRW__pageTitle{margin-top:8rem!important}.Contact-module__SEXjRW__hero{background-image:url(/assets/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;padding-top:30vh;padding-bottom:5vh;position:relative;overflow:hidden}.Contact-module__SEXjRW__heroContent{z-index:2;text-align:left;animation:1s ease-out Contact-module__SEXjRW__fadeInUp;position:relative}.Contact-module__SEXjRW__heroContent h1{color:var(--text-dark);text-align:left;width:100%;max-width:1000px;margin:0;font-size:3.5rem;font-weight:500;line-height:1.1;display:block}.Contact-module__SEXjRW__contact{background:#fff;padding:5rem 0}.Contact-module__SEXjRW__textContent{margin:0 auto 3rem;padding:0}.Contact-module__SEXjRW__description{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}.Contact-module__SEXjRW__description:last-of-type{margin-bottom:2.5rem}.Contact-module__SEXjRW__involvementText{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}.Contact-module__SEXjRW__involvementList{color:var(--text-dark);max-width:800px;margin:0 0 1rem 8rem;padding-left:2rem;font-size:1rem;line-height:1.4;list-style:outside}.Contact-module__SEXjRW__involvementList li{margin-bottom:.8rem}.Contact-module__SEXjRW__involvementList li::marker{color:var(--text-dark)}.Contact-module__SEXjRW__form{flex-direction:column;gap:1rem;max-width:600px;margin-left:6rem;display:flex}.Contact-module__SEXjRW__inputGroup{flex-direction:column;display:flex}.Contact-module__SEXjRW__input{box-sizing:border-box;width:100%;color:var(--text-dark);background:0 0;border:none;border-bottom:1px solid #e3e3e3;border-radius:0;padding:12px 0;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:border-color .3s}.Contact-module__SEXjRW__textarea{box-sizing:border-box;width:100%;color:var(--text-dark);resize:vertical;background:#fff;border:1px solid #e3e3e3;border-radius:8px;min-height:120px;padding:16px 20px;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;transition:border-color .3s}.Contact-module__SEXjRW__input:focus{border-bottom-color:var(--orange);outline:none}.Contact-module__SEXjRW__textarea:focus{border-color:var(--orange);outline:none}.Contact-module__SEXjRW__input::placeholder,.Contact-module__SEXjRW__textarea::placeholder{color:#999;opacity:1;font-weight:300}.Contact-module__SEXjRW__input:disabled,.Contact-module__SEXjRW__textarea:disabled{opacity:.6;cursor:not-allowed}.Contact-module__SEXjRW__fileLabel{cursor:pointer;border-bottom:1px solid #e3e3e3;align-items:center;padding:12px 0;transition:border-color .3s;display:flex;position:relative}.Contact-module__SEXjRW__fileLabel:hover{border-bottom-color:var(--orange)}.Contact-module__SEXjRW__fileInput{opacity:0;clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.Contact-module__SEXjRW__fileButtonText{color:var(--text-dark);align-items:center;gap:8px;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;display:flex}.Contact-module__SEXjRW__fileButtonText:before{content:"📎";font-size:16px}.Contact-module__SEXjRW__removeFileButton{color:var(--text-gray);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:0;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;text-decoration:underline}.Contact-module__SEXjRW__removeFileButton:hover{opacity:.7}.Contact-module__SEXjRW__removeFileButton:disabled{opacity:.4;cursor:not-allowed}.Contact-module__SEXjRW__buttonWrapper{background:var(--gradient-line);border-radius:50px;align-self:flex-start;padding:2px}.Contact-module__SEXjRW__submitButton{color:var(--text-dark);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;background:#fff;border:none;border-radius:50px;padding:15px 35px;font-size:12px;font-weight:500;transition:all .3s}.Contact-module__SEXjRW__submitButton:disabled{opacity:.6;cursor:not-allowed}.Contact-module__SEXjRW__buttonWrapper:hover .Contact-module__SEXjRW__submitButton:not(:disabled){color:var(--orange)}.Contact-module__SEXjRW__message{color:#0c905c;text-align:center;background:#d3fbeb;border:1px solid #10bf7a;border-radius:8px;max-width:600px;margin-top:2rem;padding:16px 20px;font-size:16px}@keyframes Contact-module__SEXjRW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.Contact-module__SEXjRW__description,.Contact-module__SEXjRW__involvementText,.Contact-module__SEXjRW__form{margin-left:0}.Contact-module__SEXjRW__involvementList{margin-left:2rem}}@media (max-width:768px){.Contact-module__SEXjRW__hero{min-height:30vh}.Contact-module__SEXjRW__heroContent h1{font-size:2.5rem}.Contact-module__SEXjRW__contact{padding:3rem 0}.Contact-module__SEXjRW__textContent{max-width:100%;margin:0 auto 2rem}.Contact-module__SEXjRW__buttonWrapper{align-self:stretch}.Contact-module__SEXjRW__submitButton{width:100%}}
.ContactSuccess-module__cFH1EW__pageTitle{margin-top:8rem!important}.ContactSuccess-module__cFH1EW__contact{background:#fff;min-height:calc(100vh - 200px);padding:5rem 0}.ContactSuccess-module__cFH1EW__textContent{margin:0 auto 3rem;padding:0}.ContactSuccess-module__cFH1EW__description{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}@keyframes ContactSuccess-module__cFH1EW__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.ContactSuccess-module__cFH1EW__description{margin-left:0}}@media (max-width:768px){.ContactSuccess-module__cFH1EW__contact{padding:3rem 0}.ContactSuccess-module__cFH1EW__textContent{max-width:100%;margin:0 auto 2rem}}
.Dashboard-module__5cuSHa__content{background:#fff;min-height:60vh;padding:5rem 0}.Dashboard-module__5cuSHa__pageTitle{margin-bottom:3rem;margin-top:8rem!important}.Dashboard-module__5cuSHa__loginContainer{text-align:center;max-width:400px;margin:4rem auto}.Dashboard-module__5cuSHa__loginForm{flex-direction:column;gap:1rem;display:flex}.Dashboard-module__5cuSHa__passwordInput{border:1px solid #e3e3e3;border-radius:4px;padding:12px 16px;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;transition:border-color .3s}.Dashboard-module__5cuSHa__passwordInput:focus{border-color:var(--orange);outline:none}.Dashboard-module__5cuSHa__loginButton{background:var(--orange);color:#fff;letter-spacing:.5px;text-transform:uppercase;cursor:pointer;border:none;border-radius:50px;padding:.875rem 2rem;font-family:Silka,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:.8rem;font-weight:300;transition:all .2s}.Dashboard-module__5cuSHa__loginButton:hover:not(:disabled){background:var(--purple)}.Dashboard-module__5cuSHa__loginButton:disabled{opacity:.6;cursor:not-allowed}.Dashboard-module__5cuSHa__error{color:#e74c3c;margin:0;font-size:.9rem}.Dashboard-module__5cuSHa__chartsContainer{flex-direction:column;gap:4rem;margin-top:2rem;display:flex}.Dashboard-module__5cuSHa__chartSection{background:#fff;border:1px solid #e3e3e3;border-radius:8px;padding:2rem}.Dashboard-module__5cuSHa__chartTitle{color:var(--text-dark);margin:0 0 1.5rem;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;font-weight:500}.Dashboard-module__5cuSHa__chartContainer{flex-direction:column;align-items:center;gap:1rem;display:flex}.Dashboard-module__5cuSHa__chart{margin:0 auto;display:block}.Dashboard-module__5cuSHa__noData{text-align:center;color:#999;padding:3rem;font-style:italic}.Dashboard-module__5cuSHa__legend{justify-content:center;align-items:center;gap:2rem;margin-top:1rem;display:flex}.Dashboard-module__5cuSHa__legendItem{color:var(--text-dark);align-items:center;gap:.5rem;font-family:Silka,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.9rem;display:flex}.Dashboard-module__5cuSHa__legendBar{border-radius:2px;width:20px;height:12px}.Dashboard-module__5cuSHa__legendLine{border-radius:1.5px;width:30px;height:3px}@media (max-width:768px){.Dashboard-module__5cuSHa__chart{max-width:100%;height:auto}.Dashboard-module__5cuSHa__chartSection{padding:1rem}.Dashboard-module__5cuSHa__chartTitle{font-size:1.2rem}.Dashboard-module__5cuSHa__chartsContainer{gap:2rem}}
.OpenLetterTemplate-module__XSVe2q__openLetterPage{background-color:#fff;min-height:100vh}.OpenLetterTemplate-module__XSVe2q__main{padding-top:150px;padding-bottom:4rem}.OpenLetterTemplate-module__XSVe2q__titleSection{margin-top:2rem;margin-bottom:2rem}.OpenLetterTemplate-module__XSVe2q__letterTitle{color:var(--text-dark);max-width:600px;margin:0;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:2rem;font-weight:600;line-height:1.1}.OpenLetterTemplate-module__XSVe2q__indentedContent{margin-left:6rem}.OpenLetterTemplate-module__XSVe2q__demandContent{align-items:flex-start;gap:1rem;margin-bottom:1rem;margin-left:6rem;display:flex}.OpenLetterTemplate-module__XSVe2q__demandIcon{color:var(--text-dark);flex-shrink:0;margin-top:.125rem}.OpenLetterTemplate-module__XSVe2q__demandDescription{color:var(--text-dark);font-size:1rem;line-height:1.4;margin-left:0!important}.OpenLetterTemplate-module__XSVe2q__demandDivider{background-color:#e2e8f0;width:calc(100% - 6rem);height:1px;margin:2rem 0 2rem 6rem}.OpenLetterTemplate-module__XSVe2q__notesSection{margin-top:2rem}.OpenLetterTemplate-module__XSVe2q__notesToggle{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0;display:flex}.OpenLetterTemplate-module__XSVe2q__notesArrow{color:var(--text-dark);margin-left:1rem;font-size:1.2rem;transition:transform .2s;transform:rotate(90deg)}.OpenLetterTemplate-module__XSVe2q__notesArrow.OpenLetterTemplate-module__XSVe2q__expanded{transform:rotate(270deg)}.OpenLetterTemplate-module__XSVe2q__notesContent{color:var(--text-dark);margin-top:-1rem;line-height:1.2;font-size:1rem!important}.OpenLetterTemplate-module__XSVe2q__notesContent p{text-indent:-1rem;padding-left:4rem;margin-top:0!important;margin-bottom:.75rem!important;font-size:.7rem!important}.OpenLetterTemplate-module__XSVe2q__notesContent a{color:var(--text-dark);word-break:break-all;text-decoration:underline;font-size:.7rem!important}.OpenLetterTemplate-module__XSVe2q__notesContent ul,.OpenLetterTemplate-module__XSVe2q__notesContent li{font-size:.7rem!important}.OpenLetterTemplate-module__XSVe2q__notesContent a:hover{color:var(--orange)}.OpenLetterTemplate-module__XSVe2q__notesContent strong{font-weight:400}.OpenLetterTemplate-module__XSVe2q__notesTitle{font-size:1rem!important}.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent{width:100%;max-width:900px!important}.OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent>p,.OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent p,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection .OpenLetterTemplate-module__XSVe2q__notesContent p,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent p,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__main .OpenLetterTemplate-module__XSVe2q__pageContent .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection .OpenLetterTemplate-module__XSVe2q__mainContent p,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__main .OpenLetterTemplate-module__XSVe2q__pageContent .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent p{margin-left:0!important}.OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent hr{background:var(--gradient-line)!important;opacity:1!important;box-sizing:border-box!important;border:none!important;width:100%!important;height:2px!important;margin:3rem 0!important;padding:0!important;display:block!important;position:relative!important;left:0!important;right:0!important}@media (min-width:1001px){.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent section hr{width:calc(100% - 6rem)!important;margin-left:6rem!important;margin-right:0!important}}.OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection{margin-left:0!important;padding-left:0!important}@media (min-width:1001px){.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection{margin-left:6rem!important;padding-left:0!important}.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection button h2,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection h2,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__notesSection button h2,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__notesSection h2{margin-left:0!important;font-size:1rem!important}.OpenLetterTemplate-module__XSVe2q__openLetterPage section button h2{font-size:1rem!important}.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent section form,.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent form,.OpenLetterTemplate-module__XSVe2q__indentedContent section form{margin-left:6rem!important}}.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__notesSection [class*=SectionHeader_sectionDivider],.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection [class*=SectionHeader_sectionDivider],.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__notesSection [class*=sectionDivider],.OpenLetterTemplate-module__XSVe2q__openLetterPage .OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__notesSection [class*=sectionDivider]{background:#e2e8f0!important}@media (max-width:1000px){.OpenLetterTemplate-module__XSVe2q__indentedContent{margin-left:0}.OpenLetterTemplate-module__XSVe2q__demandContent{margin-left:0!important}.OpenLetterTemplate-module__XSVe2q__demandDivider{width:100%!important;margin-left:0!important}.OpenLetterTemplate-module__XSVe2q__indentedContent section form,.OpenLetterTemplate-module__XSVe2q__indentedContent .OpenLetterTemplate-module__XSVe2q__mainContent form,.OpenLetterTemplate-module__XSVe2q__indentedContent form{margin-left:0!important}}@media (max-width:768px){.OpenLetterTemplate-module__XSVe2q__main{padding-top:120px;padding-bottom:2rem}.OpenLetterTemplate-module__XSVe2q__letterTitle{font-size:1.75rem}.OpenLetterTemplate-module__XSVe2q__demandContent{gap:.75rem}.OpenLetterTemplate-module__XSVe2q__notesTitle{font-size:1rem!important}.OpenLetterTemplate-module__XSVe2q__notesSection div div{background:#e2e8f0!important}.OpenLetterTemplate-module__XSVe2q__notesContent,.OpenLetterTemplate-module__XSVe2q__notesContent p,.OpenLetterTemplate-module__XSVe2q__notesContent a,.OpenLetterTemplate-module__XSVe2q__notesContent ul,.OpenLetterTemplate-module__XSVe2q__notesContent li{font-size:.7rem!important}}
.PartnerCarousel-module__lp5Skq__partnerCarousel{max-width:1000px;margin:.5rem 0 0 6rem}.PartnerCarousel-module__lp5Skq__partnersGrid{grid-template-columns:repeat(auto-fit,200px);gap:0 2.5rem;max-width:1000px;display:grid}.PartnerCarousel-module__lp5Skq__partnerCard{cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;min-height:200px;padding:0 0;display:flex}.PartnerCarousel-module__lp5Skq__partnerContent{flex-direction:column;justify-content:center;align-items:center;gap:0 .5rem;display:flex}.PartnerCarousel-module__lp5Skq__logoPlaceholder{color:#999;letter-spacing:.5px;background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:200px;font-size:.6rem;font-weight:600;display:flex}.PartnerCarousel-module__lp5Skq__partnerLogo{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.PartnerCarousel-module__lp5Skq__partnerName{color:#333;text-align:center;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.7rem;font-weight:500;line-height:1.2}@media (max-width:900px){.PartnerCarousel-module__lp5Skq__partnerCarousel{margin-left:0}}@media (max-width:768px){.PartnerCarousel-module__lp5Skq__partnersGrid{grid-template-columns:repeat(auto-fit,200px);gap:0 2rem}.PartnerCarousel-module__lp5Skq__partnerCard{min-height:200px;padding:0 0}.PartnerCarousel-module__lp5Skq__logoPlaceholder{width:200px;height:200px}}@media (max-width:480px){.PartnerCarousel-module__lp5Skq__partnersGrid{grid-template-columns:200px;justify-content:center;gap:0}.PartnerCarousel-module__lp5Skq__partnerCard{min-height:200px;padding:0 0}.PartnerCarousel-module__lp5Skq__logoPlaceholder{width:200px;height:200px}}
.TeamMember-module__QFKPka__teamMemberPage{background:#fff;min-height:calc(100vh - 12rem);padding:10rem 0 2rem}.TeamMember-module__QFKPka__memberContainer{grid-template-columns:250px 1fr;align-items:start;gap:1rem;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.TeamMember-module__QFKPka__memberContainer .TeamMember-module__QFKPka__memberImage{margin-left:0;padding-left:0}.TeamMember-module__QFKPka__memberImage{justify-content:flex-start;align-items:center;margin-left:0;padding-left:0;display:flex}.TeamMember-module__QFKPka__memberHeadshot{object-fit:cover;background:var(--gradient-line);box-sizing:border-box;border-radius:50%;width:200px;height:200px;padding:2px}.TeamMember-module__QFKPka__memberDetails{flex-direction:column;gap:1rem;display:flex}.TeamMember-module__QFKPka__memberName{color:var(--text-dark);margin:0;font-size:2.5rem;font-weight:600;line-height:1.2}.TeamMember-module__QFKPka__memberPosition{color:var(--text-gray);margin:0;font-size:1.2rem;font-weight:400;line-height:1.4}.TeamMember-module__QFKPka__divider,.TeamMember-module__QFKPka__topDivider,.TeamMember-module__QFKPka__bottomDivider{opacity:1;background-color:#e2e8f0;width:100%;max-width:600px;height:1px;margin:.25rem 0}.TeamMember-module__QFKPka__memberBio{color:var(--text-dark);max-width:600px;font-size:1rem;line-height:1.6}.TeamMember-module__QFKPka__memberBio p{margin-bottom:1rem}.TeamMember-module__QFKPka__memberBio p:last-child{margin-bottom:0}.TeamMember-module__QFKPka__socialLinks{flex-wrap:wrap;gap:1.5rem;max-width:600px;display:flex}.TeamMember-module__QFKPka__socialLink{color:var(--text-dark);font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:.9rem;font-weight:500;text-decoration:underline;transition:color .2s}.TeamMember-module__QFKPka__socialLink:hover{color:var(--orange)}@media (max-width:1000px){.TeamMember-module__QFKPka__memberContainer{text-align:left;grid-template-columns:1fr;gap:2rem}.TeamMember-module__QFKPka__memberContainer .TeamMember-module__QFKPka__memberImage{margin-left:0;padding-left:0}.TeamMember-module__QFKPka__memberImage{justify-content:flex-start;margin-left:0;padding-left:0}.TeamMember-module__QFKPka__memberHeadshot{width:180px;height:180px}.TeamMember-module__QFKPka__memberName{font-size:2rem}.TeamMember-module__QFKPka__memberPosition{font-size:1.1rem}.TeamMember-module__QFKPka__memberDetails{text-align:left;gap:.75rem}.TeamMember-module__QFKPka__memberBio,.TeamMember-module__QFKPka__divider,.TeamMember-module__QFKPka__topDivider,.TeamMember-module__QFKPka__bottomDivider,.TeamMember-module__QFKPka__socialLinks{max-width:none}}@media (max-width:768px){.TeamMember-module__QFKPka__teamMemberPage{padding:8rem 0 1.5rem}.TeamMember-module__QFKPka__memberContainer{gap:2rem;padding:0 20px}.TeamMember-module__QFKPka__memberContainer .TeamMember-module__QFKPka__memberImage{margin-left:0;padding-left:0}.TeamMember-module__QFKPka__memberImage{margin-left:0}.TeamMember-module__QFKPka__memberHeadshot{width:160px;height:160px}.TeamMember-module__QFKPka__memberName{font-size:1.8rem}.TeamMember-module__QFKPka__memberPosition{font-size:1rem}.TeamMember-module__QFKPka__memberDetails{gap:.5rem}.TeamMember-module__QFKPka__socialLinks{gap:1rem}}@media (max-width:480px){.TeamMember-module__QFKPka__memberContainer{gap:2rem;padding:0 20px}.TeamMember-module__QFKPka__memberContainer .TeamMember-module__QFKPka__memberImage{margin-left:0;padding-left:0}.TeamMember-module__QFKPka__memberImage{margin-left:0}.TeamMember-module__QFKPka__memberDetails{gap:.5rem}.TeamMember-module__QFKPka__memberName{font-size:1.5rem}.TeamMember-module__QFKPka__memberPosition{font-size:.9rem}.TeamMember-module__QFKPka__memberHeadshot{width:140px;height:140px}.TeamMember-module__QFKPka__socialLinks{flex-direction:column;align-items:flex-start;gap:.75rem}}
.TestimonialsPage-module__dR89mq__pageTitle{margin-top:8rem!important}.TestimonialsPage-module__dR89mq__hero{background-image:url(/assets/hero-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:40vh;padding-top:30vh;padding-bottom:5vh;position:relative;overflow:hidden}.TestimonialsPage-module__dR89mq__heroContent{z-index:2;text-align:left;animation:1s ease-out TestimonialsPage-module__dR89mq__fadeInUp;position:relative}.TestimonialsPage-module__dR89mq__heroContent h1{color:var(--text-dark);text-align:left;width:100%;max-width:1000px;margin:0;font-size:3.5rem;font-weight:500;line-height:1.1;display:block}@keyframes TestimonialsPage-module__dR89mq__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.TestimonialsPage-module__dR89mq__content{background:#fff;padding:5rem 0}.TestimonialsPage-module__dR89mq__introText{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1.5rem;margin-left:6rem;font-size:1rem;line-height:1.4}.TestimonialsPage-module__dR89mq__contactLink{color:var(--text-dark);font-weight:500;text-decoration:underline}.TestimonialsPage-module__dR89mq__filterSection{max-width:1000px;margin-bottom:2rem;margin-left:6rem}.TestimonialsPage-module__dR89mq__filterLabel{color:var(--text-dark);margin-right:1rem;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:.9rem;font-weight:600}.TestimonialsPage-module__dR89mq__filterButtons{flex-wrap:wrap;align-items:center;gap:.5rem;display:inline-flex}.TestimonialsPage-module__dR89mq__filterButton{background:var(--orange);color:#fff;text-transform:uppercase;letter-spacing:.75px;cursor:pointer;border:none;border-radius:25px;padding:8px 16px;font-family:inherit;font-size:11px;font-weight:400;transition:background-color .3s}.TestimonialsPage-module__dR89mq__filterButton.TestimonialsPage-module__dR89mq__active{background:var(--purple)}@media (hover:hover){.TestimonialsPage-module__dR89mq__filterButton:hover:not(.TestimonialsPage-module__dR89mq__active){background:var(--purple)}}.TestimonialsPage-module__dR89mq__filterButton:focus{outline:none}.TestimonialsPage-module__dR89mq__clearButton{color:var(--text-dark);cursor:pointer;background:0 0;border:none;margin-left:.5rem;font-family:Saans Semi Mono,Georgia,system-ui,serif;font-size:.9rem;font-weight:400;text-decoration:underline;transition:opacity .2s}.TestimonialsPage-module__dR89mq__clearButton:hover{opacity:.7}.TestimonialsPage-module__dR89mq__testimonialsList{border-top:1px solid #e5e5e5;max-width:1000px;margin-top:2rem;margin-left:6rem;padding-top:2rem}@media (max-width:900px){.TestimonialsPage-module__dR89mq__introText,.TestimonialsPage-module__dR89mq__filterSection,.TestimonialsPage-module__dR89mq__testimonialsList{margin-left:0}}@media (max-width:768px){.TestimonialsPage-module__dR89mq__hero{min-height:30vh;padding-top:25vh}.TestimonialsPage-module__dR89mq__heroContent h1{font-size:2.5rem}.TestimonialsPage-module__dR89mq__filterSection{margin-bottom:2rem}.TestimonialsPage-module__dR89mq__filterLabel{margin-bottom:.5rem;margin-right:0;display:block}.TestimonialsPage-module__dR89mq__filterButtons{display:flex}.TestimonialsPage-module__dR89mq__testimonialsList{padding-top:2rem}.TestimonialsPage-module__dR89mq__content{padding:2rem 0}}
.Verify-module__g6-cla__verificationSteps p{color:var(--text-dark);text-align:left;max-width:1000px;margin-bottom:1rem;margin-left:6rem;font-size:1rem;line-height:1.4}.Verify-module__g6-cla__verificationSteps ol{color:var(--text-dark);max-width:800px;margin:0 0 2.5rem 8rem;padding-left:2rem;font-size:1rem;line-height:1.4;list-style:decimal}.Verify-module__g6-cla__verificationSteps li{margin-bottom:.8rem}@media (max-width:768px){.Verify-module__g6-cla__verificationSteps p{margin-left:0}.Verify-module__g6-cla__verificationSteps ol{margin-left:0}}
