:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.Header-module-scss-module__febDpa__header{z-index:1000;width:100%;position:sticky;top:0;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Header-module-scss-module__febDpa__nav{background-color:#fff;position:relative}.Header-module-scss-module__febDpa__navContent{justify-content:space-between;align-items:center;gap:.25rem;padding:1rem 0;display:flex}.Header-module-scss-module__febDpa__navLogo{flex-shrink:0}.Header-module-scss-module__febDpa__navLogoImage{width:auto;height:5rem}.Header-module-scss-module__febDpa__desktopNav{display:none}@media (min-width:1680px){.Header-module-scss-module__febDpa__desktopNav{align-items:center;gap:.25rem;display:flex}}.Header-module-scss-module__febDpa__hamburger{cursor:pointer;z-index:1000;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:flex}@media (min-width:1680px){.Header-module-scss-module__febDpa__hamburger{display:none}}.Header-module-scss-module__febDpa__hamburgerLine{background-color:#294384;width:20px;height:2px;margin:2px 0}.Header-module-scss-module__febDpa__hamburgerLine:first-child{margin-top:0}.Header-module-scss-module__febDpa__hamburgerLine:last-child{margin-bottom:0}.Header-module-scss-module__febDpa__mobileNav{opacity:0;visibility:hidden;z-index:1010;background-color:#fff;width:100%;transition:all .25s ease-in-out;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}@media (min-width:768px){.Header-module-scss-module__febDpa__mobileNav{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem;max-width:30rem}}@media (min-width:1680px){.Header-module-scss-module__febDpa__mobileNav{display:none}}.Header-module-scss-module__febDpa__mobileNav.Header-module-scss-module__febDpa__open{opacity:1;visibility:visible;transform:translate(0)}.Header-module-scss-module__febDpa__mobileNavContent{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.Header-module-scss-module__febDpa__mobileNavHeader{border-bottom:1px solid #d7d7d7;flex-shrink:0;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.Header-module-scss-module__febDpa__mobileNavLogo{flex-shrink:0}.Header-module-scss-module__febDpa__mobileNavLogoImage{width:auto;height:2rem}.Header-module-scss-module__febDpa__closeButton{color:#294384;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.5rem;line-height:1;transition:transform .15s ease-out}.Header-module-scss-module__febDpa__closeButton:hover{transform:scale(1.1)}.Header-module-scss-module__febDpa__closeButton:active{transform:scale(.95)}.Header-module-scss-module__febDpa__mobileNavLinksContainer{scrollbar-width:thin;scrollbar-color:var(--neutral-3)#0000;flex:1;padding:0 1.5rem;overflow:hidden auto}.Header-module-scss-module__febDpa__mobileNavLinksContainer::-webkit-scrollbar{width:4px}.Header-module-scss-module__febDpa__mobileNavLinksContainer::-webkit-scrollbar-track{background:0 0}.Header-module-scss-module__febDpa__mobileNavLinksContainer::-webkit-scrollbar-thumb{background-color:var(--neutral-3);border-radius:.5rem}.Header-module-scss-module__febDpa__mobileNavLinks{flex-direction:column;align-items:center;gap:.25rem;padding:1.5rem 0;display:flex}.Header-module-scss-module__febDpa__mobileButtons{border-top:1px solid #d7d7d7;flex-wrap:wrap;flex-shrink:0;gap:1rem;padding:1.5rem;display:flex}.Header-module-scss-module__febDpa__mobileButtons a{flex:auto;min-width:140px;text-decoration:none}.Header-module-scss-module__febDpa__mobileOverlay{z-index:1000;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;animation:.25s ease-in-out forwards Header-module-scss-module__febDpa__fadeIn;position:fixed;inset:0}@media (min-width:1680px){.Header-module-scss-module__febDpa__mobileOverlay{display:none}}.Header-module-scss-module__febDpa__animate{opacity:0;animation:.6s ease-out forwards Header-module-scss-module__febDpa__slideUpFade}.Header-module-scss-module__febDpa__animate.Header-module-scss-module__febDpa__logo{animation-delay:.1s}.Header-module-scss-module__febDpa__animate.Header-module-scss-module__febDpa__nav{animation-delay:.2s}@keyframes Header-module-scss-module__febDpa__slideUpFade{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}body:has(.Header-module-scss-module__febDpa__mobileNav.Header-module-scss-module__febDpa__open){overflow:hidden}@media (min-width:1680px){body:has(.Header-module-scss-module__febDpa__mobileNav.Header-module-scss-module__febDpa__open){overflow:auto}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.NavItem-module-scss-module__kSRouG__navItemWrapper{position:relative}.NavItem-module-scss-module__kSRouG__navItem{z-index:110;color:#294384;text-align:center;border-radius:1rem;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex;position:relative}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__blue:hover,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__blue.NavItem-module-scss-module__kSRouG__open{background-color:var(--primary-5)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__blue:active,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__blue.NavItem-module-scss-module__kSRouG__active{background-color:var(--primary-2);color:var(--white)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__yellow:hover,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__yellow.NavItem-module-scss-module__kSRouG__open{background-color:var(--yellow-3);color:var(--yellow-1)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__yellow:active,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__yellow.NavItem-module-scss-module__kSRouG__active{background-color:var(--yellow-2);color:var(--white)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__green:hover,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__green.NavItem-module-scss-module__kSRouG__open{background-color:var(--green-3);color:var(--green-1)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__green:active,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__green.NavItem-module-scss-module__kSRouG__active{background-color:var(--green-2);color:var(--white)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__orange:hover,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__orange.NavItem-module-scss-module__kSRouG__open{background-color:var(--orange-3);color:var(--orange-1)}.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__orange:active,.NavItem-module-scss-module__kSRouG__navItem.NavItem-module-scss-module__kSRouG__orange.NavItem-module-scss-module__kSRouG__active{background-color:var(--orange-2);color:var(--white)}@media (min-width:1680px){.NavItem-module-scss-module__kSRouG__navItem{margin:0;padding:.5rem 1rem}}.NavItem-module-scss-module__kSRouG__chevron{flex-shrink:0;transition:transform .25s ease-in-out}.NavItem-module-scss-module__kSRouG__chevron.NavItem-module-scss-module__kSRouG__open{transform:rotate(180deg)}.NavItem-module-scss-module__kSRouG__dropdown{flex-direction:column;align-items:center;gap:.5rem;padding:1rem;display:flex}@media (min-width:1680px){.NavItem-module-scss-module__kSRouG__dropdown{z-index:90;background-color:var(--white);border-radius:1rem;width:100%;min-width:calc(100% + 2rem);padding-top:1.5rem;animation:.2s NavItem-module-scss-module__kSRouG__slideDown;position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.NavItem-module-scss-module__kSRouG__dropdown:before{content:"";height:.5rem;position:absolute;bottom:100%;left:0;right:0}}@keyframes NavItem-module-scss-module__kSRouG__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-.5rem)}to{opacity:1;transform:translate(-50%)translateY(0)}}.NavItem-module-scss-module__kSRouG__dropdownItem{color:#294384;text-align:center;border-radius:1rem;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s ease-in-out;display:block}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__blue:hover{background-color:var(--primary-5)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__blue:active,.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__blue.NavItem-module-scss-module__kSRouG__active{background-color:var(--primary-2);color:var(--white)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__yellow:hover{background-color:var(--yellow-3);color:var(--yellow-1)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__yellow:active,.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__yellow.NavItem-module-scss-module__kSRouG__active{background-color:var(--yellow-2);color:var(--white)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__green:hover{background-color:var(--green-3);color:var(--green-1)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__green:active,.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__green.NavItem-module-scss-module__kSRouG__active{background-color:var(--green-2);color:var(--white)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__orange:hover{background-color:var(--orange-3);color:var(--orange-1)}.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__orange:active,.NavItem-module-scss-module__kSRouG__dropdownItem.NavItem-module-scss-module__kSRouG__orange.NavItem-module-scss-module__kSRouG__active{background-color:var(--orange-2);color:var(--white)}@media (min-width:1680px){.NavItem-module-scss-module__kSRouG__dropdownItem{align-items:center;padding:.5rem 1rem;display:inline-flex}}.NavItem-module-scss-module__kSRouG__mobileNavItemAccordion{flex-direction:column;gap:.25rem;display:flex}.NavItem-module-scss-module__kSRouG__mobileAccordionContent{opacity:0;flex-direction:column;align-items:center;gap:.25rem;max-height:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;display:flex;overflow:hidden}.NavItem-module-scss-module__kSRouG__mobileAccordionContent.NavItem-module-scss-module__kSRouG__open{opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem{color:#294384;text-align:center;opacity:.85;border-radius:1rem;padding:1rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .25s ease-in-out;display:block}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__blue:hover{background-color:var(--primary-5);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__blue:active,.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__blue.NavItem-module-scss-module__kSRouG__active{background-color:var(--primary-2);color:var(--white);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__yellow:hover{background-color:var(--yellow-3);color:var(--yellow-1);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__yellow:active,.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__yellow.NavItem-module-scss-module__kSRouG__active{background-color:var(--yellow-2);color:var(--white);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__green:hover{background-color:var(--green-3);color:var(--green-1);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__green:active,.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__green.NavItem-module-scss-module__kSRouG__active{background-color:var(--green-2);color:var(--white);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__orange:hover{background-color:var(--orange-3);color:var(--orange-1);opacity:1}.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__orange:active,.NavItem-module-scss-module__kSRouG__mobileDropdownItem.NavItem-module-scss-module__kSRouG__orange.NavItem-module-scss-module__kSRouG__active{background-color:var(--orange-2);color:var(--white);opacity:1}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.Button-module-scss-module__YsLvQG__button{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__button:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__primary{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__primary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__primary{color:#fff;background-color:#294384}.Button-module-scss-module__YsLvQG__primary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module-scss-module__YsLvQG__primary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.Button-module-scss-module__YsLvQG__secondary{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__secondary:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__secondary{color:#fff;background-color:#3cade2}.Button-module-scss-module__YsLvQG__secondary:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module-scss-module__YsLvQG__secondary:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.Button-module-scss-module__YsLvQG__primary-ghost{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__primary-ghost:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__primary-ghost{color:#294384;border:1px solid #294384}.Button-module-scss-module__YsLvQG__primary-ghost:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module-scss-module__YsLvQG__primary-ghost:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.Button-module-scss-module__YsLvQG__danger{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__danger:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__danger{color:#fff;background-color:#e23c3f}.Button-module-scss-module__YsLvQG__danger:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module-scss-module__YsLvQG__danger:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.Button-module-scss-module__YsLvQG__inverse{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__inverse:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__inverse{color:#294384;background-color:#fff}.Button-module-scss-module__YsLvQG__inverse:hover:not(:disabled){background-color:#e3f4fb;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module-scss-module__YsLvQG__inverse:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.Button-module-scss-module__YsLvQG__inverse-ghost{font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;justify-content:center;align-items:center;font-weight:600;text-decoration:none;transition:all .25s ease-in-out;display:inline-flex}.Button-module-scss-module__YsLvQG__inverse-ghost:disabled{opacity:.5;cursor:not-allowed;pointer-events:none;filter:saturate(0)}.Button-module-scss-module__YsLvQG__inverse-ghost{color:#fff;border:1px solid #fff}.Button-module-scss-module__YsLvQG__inverse-ghost:hover:not(:disabled){color:#d8eff9;border-color:#d8eff9;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Button-module-scss-module__YsLvQG__inverse-ghost:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 2px #0000000d}.Button-module-scss-module__YsLvQG__sm{border-radius:.5rem;gap:.25rem;min-height:2rem;padding:.5rem 1rem;font-size:.875rem}.Button-module-scss-module__YsLvQG__md{border-radius:1rem;gap:.5rem;min-height:2.5rem;padding:1rem 1.5rem;font-size:1rem}.Button-module-scss-module__YsLvQG__lg{border-radius:1.5rem;gap:1rem;min-height:3rem;padding:1.5rem 2rem;font-size:1.125rem}.Button-module-scss-module__YsLvQG__nav{border-radius:9999px;gap:1rem;min-height:2.5rem;padding:1rem 1.5rem;font-size:1rem}@media (min-width:1680px){.Button-module-scss-module__YsLvQG__nav{gap:.25rem;min-height:2rem;padding:.5rem 1rem}}.Button-module-scss-module__YsLvQG__text{display:inline-block}.Button-module-scss-module__YsLvQG__icon{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.Button-module-scss-module__YsLvQG__sm .Button-module-scss-module__YsLvQG__icon{width:1.25rem;height:1.25rem}.Button-module-scss-module__YsLvQG__md .Button-module-scss-module__YsLvQG__icon{width:1.5rem;height:1.5rem}.Button-module-scss-module__YsLvQG__lg .Button-module-scss-module__YsLvQG__icon{width:2rem;height:2rem}.Button-module-scss-module__YsLvQG__nav .Button-module-scss-module__YsLvQG__icon{width:1.5rem;height:1.5rem}@media (min-width:1680px){.Button-module-scss-module__YsLvQG__nav .Button-module-scss-module__YsLvQG__icon{width:1.25rem;height:1.25rem}}.Button-module-scss-module__YsLvQG__primary .Button-module-scss-module__YsLvQG__icon,.Button-module-scss-module__YsLvQG__secondary .Button-module-scss-module__YsLvQG__icon,.Button-module-scss-module__YsLvQG__danger .Button-module-scss-module__YsLvQG__icon{fill:#fff}.Button-module-scss-module__YsLvQG__inverse .Button-module-scss-module__YsLvQG__icon{fill:#294384}.Button-module-scss-module__YsLvQG__fullWidth{width:100%}.Button-module-scss-module__YsLvQG__loading{pointer-events:none}.Button-module-scss-module__YsLvQG__loading .Button-module-scss-module__YsLvQG__text{opacity:0}.Button-module-scss-module__YsLvQG__loading:after{content:"";border:2px solid #0000;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:1s linear infinite Button-module-scss-module__YsLvQG__spin;position:absolute}@keyframes Button-module-scss-module__YsLvQG__spin{to{transform:rotate(360deg)}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.ArticleCard-module-scss-module__P3LXVG__articleCard{flex-direction:column;height:100%;transition:all .15s ease-out;display:flex;position:relative;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__link{height:100%;color:inherit;flex-direction:column;flex-grow:1;text-decoration:none;display:flex}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__imageWrapper{flex-shrink:0;position:relative;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__image{object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;transition:all .4s ease-in-out}.ArticleCard-module-scss-module__P3LXVG__articleCard:hover .ArticleCard-module-scss-module__P3LXVG__image{transform:scale(1.025)}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__meta{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__meta>*{flex-direction:row;align-items:center;gap:.5rem;display:flex}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__meta .ArticleCard-module-scss-module__P3LXVG__icon{flex-shrink:0;width:1.25rem;height:1.25rem}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__title{-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.4em;display:-webkit-box;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__description{-webkit-line-clamp:5;line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:7em;display:-webkit-box;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__contentWrapper{flex-direction:column;gap:1rem;display:flex}.ArticleCard-module-scss-module__P3LXVG__articleCard .ArticleCard-module-scss-module__P3LXVG__button{align-self:flex-start}.ArticleCard-module-scss-module__P3LXVG__featured{background-color:var(--primary-1);border-radius:1.5rem}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__imageWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__image{-webkit-mask:linear-gradient(#000,#0000 100%);mask:linear-gradient(#000,#0000 100%)}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__overlay{color:var(--white);position:relative}@media (min-width:768px){.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__overlay{padding:4rem}}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__content{z-index:2;flex-direction:column;flex-grow:1;justify-content:flex-end;gap:1rem;height:100%;padding:1.5rem;display:flex;position:relative}@media (min-width:1024px){.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__content{padding:2rem}}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__meta{color:var(--white);gap:1rem}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__icon{fill:var(--white)}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__title{color:var(--white);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.4em;display:-webkit-box;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__description{color:var(--white);-webkit-line-clamp:5;line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:7em;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__description{max-width:40rem}}.ArticleCard-module-scss-module__P3LXVG__featured .ArticleCard-module-scss-module__P3LXVG__button{align-self:flex-start}.ArticleCard-module-scss-module__P3LXVG__card{background-color:var(--neutral-9);border-radius:1rem}.ArticleCard-module-scss-module__P3LXVG__card:hover{background-color:var(--primary-5)}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__imageWrapper{aspect-ratio:5/2;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:auto}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__contentWrapper{flex-grow:1}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__content{z-index:1;flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex;position:relative}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__title{color:var(--primary-1);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.4em;display:-webkit-box;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__description{color:var(--primary-1);-webkit-line-clamp:5;line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;flex-grow:1;max-height:7em;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__description{max-width:40rem}}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__meta{color:var(--primary-1)}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__meta .ArticleCard-module-scss-module__P3LXVG__icon{fill:var(--primary-1)}.ArticleCard-module-scss-module__P3LXVG__card .ArticleCard-module-scss-module__P3LXVG__button{align-self:flex-start}.ArticleCard-module-scss-module__P3LXVG__cardAlt{background-color:var(--primary-1);border-radius:1.5rem;min-height:30rem;position:relative}@media (min-width:1024px){.ArticleCard-module-scss-module__P3LXVG__cardAlt{aspect-ratio:4/5}}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__imageWrapper{z-index:1;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__image{-webkit-mask:linear-gradient(#000,#0000 80%);mask:linear-gradient(#000,#0000 80%)}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__content{z-index:1;flex-direction:column;flex:1;justify-content:flex-end;gap:1.5rem;padding:2rem;display:flex;position:relative}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__title{color:var(--white);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.4em;display:-webkit-box;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__description{color:var(--white);-webkit-line-clamp:5;line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:7em;display:-webkit-box;overflow:hidden}@media (min-width:1024px){.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__description{max-width:40rem}}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__meta{color:var(--white)}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__meta .ArticleCard-module-scss-module__P3LXVG__icon{fill:var(--white)}.ArticleCard-module-scss-module__P3LXVG__cardAlt .ArticleCard-module-scss-module__P3LXVG__button{flex-shrink:0}.ArticleCard-module-scss-module__P3LXVG__cardAlt:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ArticleCard-module-scss-module__P3LXVG__compact{background-color:var(--white);border-radius:1.5rem;padding:1rem}.ArticleCard-module-scss-module__P3LXVG__compact:hover{background-color:var(--primary-5)}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__link{flex-direction:row;gap:1rem}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__imageWrapper{border-radius:1rem;flex-shrink:0;width:9rem;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__content{flex-direction:column;flex:1;justify-content:space-between;gap:1rem;padding:.5rem 0;display:flex}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__title{color:var(--primary-1);-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-height:2.4em;display:-webkit-box;overflow:hidden}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__meta{color:var(--primary-1)}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__meta .ArticleCard-module-scss-module__P3LXVG__icon{fill:var(--primary-1)}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__date,.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__readingTime{font-size:.8125rem}.ArticleCard-module-scss-module__P3LXVG__compact .ArticleCard-module-scss-module__P3LXVG__cta{margin-top:.25rem;font-size:.875rem}.ArticleCard-module-scss-module__P3LXVG__compact:hover{box-shadow:var(--shadow-md)}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.ArticleCardList-module-scss-module__u6ymdG__articleCardList{flex-direction:column;gap:1rem;display:flex}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.HealthInfoCard-module-scss-module__w3e6sG__card{flex-direction:column;align-items:center;height:100%;display:flex;position:relative;overflow:hidden}.HealthInfoCard-module-scss-module__w3e6sG__card:after{content:"";background-color:var(--primary-3);z-index:-1;border-radius:1.5rem;position:absolute;inset:50% 0 0}.HealthInfoCard-module-scss-module__w3e6sG__card .HealthInfoCard-module-scss-module__w3e6sG__imageWrapper{aspect-ratio:1;justify-content:center;align-items:center;width:80%;height:auto;display:flex;position:relative}.HealthInfoCard-module-scss-module__w3e6sG__card .HealthInfoCard-module-scss-module__w3e6sG__image{aspect-ratio:1;object-fit:contain;object-position:center;width:100%;height:100%}.HealthInfoCard-module-scss-module__w3e6sG__card .HealthInfoCard-module-scss-module__w3e6sG__titleWrapper{flex-direction:column;align-items:center;padding:2rem;display:flex}.HealthInfoCard-module-scss-module__w3e6sG__card .HealthInfoCard-module-scss-module__w3e6sG__title{color:var(--primary-1);text-align:center}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.HealthGridCard-module-scss-module__xjEzAG__card{background-color:var(--primary-3);border-radius:1.5rem;flex-direction:column;align-items:center;height:100%;display:flex;overflow:hidden}.HealthGridCard-module-scss-module__xjEzAG__card .HealthGridCard-module-scss-module__xjEzAG__imageWrapper{aspect-ratio:1;justify-content:center;align-items:center;width:80%;height:60%;display:flex;position:relative}.HealthGridCard-module-scss-module__xjEzAG__card .HealthGridCard-module-scss-module__xjEzAG__image{aspect-ratio:1;object-fit:contain;object-position:center;width:100%;height:100%}.HealthGridCard-module-scss-module__xjEzAG__card .HealthGridCard-module-scss-module__xjEzAG__content{flex-direction:column;align-items:center;gap:1rem;padding:2rem;display:flex}.HealthGridCard-module-scss-module__xjEzAG__card .HealthGridCard-module-scss-module__xjEzAG__label{background-color:var(--primary-1);color:var(--white);border-radius:9999px;padding:.5rem 1rem}.HealthGridCard-module-scss-module__xjEzAG__card .HealthGridCard-module-scss-module__xjEzAG__title{color:var(--primary-1);text-align:center}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.HealthGridCardText-module-scss-module__-1V4na__card{background-color:var(--primary-1);border-radius:1.5rem;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;display:flex;overflow:hidden}.HealthGridCardText-module-scss-module__-1V4na__card .HealthGridCardText-module-scss-module__-1V4na__content{color:var(--white)}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.FAQItem-module-scss-module__daukmq__faqItem{background-color:var(--white);border:1px solid var(--neutral-9);border-radius:1.5rem;transition:all .25s ease-in-out;overflow:hidden}.FAQItem-module-scss-module__daukmq__faqItem:hover{background-color:var(--primary-5)}.FAQItem-module-scss-module__daukmq__faqItem.FAQItem-module-scss-module__daukmq__open{background-color:var(--primary-1)}.FAQItem-module-scss-module__daukmq__faqItem.FAQItem-module-scss-module__daukmq__open .FAQItem-module-scss-module__daukmq__faqQuestion,.FAQItem-module-scss-module__daukmq__faqItem.FAQItem-module-scss-module__daukmq__open .FAQItem-module-scss-module__daukmq__faqAnswer{color:var(--white)}.FAQItem-module-scss-module__daukmq__faqItem.FAQItem-module-scss-module__daukmq__open .FAQItem-module-scss-module__daukmq__icon{fill:var(--white);transform:rotate(180deg)}.FAQItem-module-scss-module__daukmq__faqQuestion{cursor:pointer;text-align:left;width:100%;color:var(--primary-1);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem;font-size:1rem;font-weight:700;transition:all .25s ease-in-out;display:flex}@media (min-width:1024px){.FAQItem-module-scss-module__daukmq__faqQuestion{padding:2rem}}.FAQItem-module-scss-module__daukmq__faqQuestion:hover{opacity:.9}.FAQItem-module-scss-module__daukmq__faqQuestion .FAQItem-module-scss-module__daukmq__questionText{color:inherit;flex:1}.FAQItem-module-scss-module__daukmq__faqQuestion .FAQItem-module-scss-module__daukmq__icon{width:1rem;height:1rem;fill:var(--primary-1);flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s ease-in-out;display:flex}.FAQItem-module-scss-module__daukmq__faqAnswerWrapper{padding:0 2rem 2rem;animation:.3s FAQItem-module-scss-module__daukmq__slideDown}@media (min-width:1024px){.FAQItem-module-scss-module__daukmq__faqAnswerWrapper{padding:0 2rem 2rem}}@keyframes FAQItem-module-scss-module__daukmq__slideDown{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.BubbleCard-module-scss-module__e3-_ua__bubbleCard{padding-top:1rem;padding-left:1rem;transition:transform .15s ease-out;position:relative}.BubbleCard-module-scss-module__e3-_ua__bubbleCard:hover{transform:translateY(-.25rem)}.BubbleCard-module-scss-module__e3-_ua__iconWrapper{flex-shrink:0;position:absolute;top:0;left:0}.BubbleCard-module-scss-module__e3-_ua__icon{width:4rem;height:4rem}@media (min-width:768px){.BubbleCard-module-scss-module__e3-_ua__icon{width:5rem;height:5rem}}.BubbleCard-module-scss-module__e3-_ua__content{background:linear-gradient(to top,var(--neutral-8),var(--neutral-9));border-radius:1.5rem;flex:1;padding:1.5rem 1.5rem 1.5rem 3rem}@media (min-width:768px){.BubbleCard-module-scss-module__e3-_ua__content{padding:2rem 2rem 2rem 6rem}}.BubbleCard-module-scss-module__e3-_ua__title{color:var(--primary-1);margin-bottom:1rem}.BubbleCard-module-scss-module__e3-_ua__description{color:var(--primary-1)}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.Testimonial-module-scss-module__Xmg9LW__testimonial{-webkit-user-select:none;user-select:none;align-items:center;gap:2rem;min-width:0;height:100%;padding:2rem 0;display:grid}@media (min-width:768px){.Testimonial-module-scss-module__Xmg9LW__testimonial{grid-template-columns:minmax(0,1fr) minmax(0,2fr);gap:3rem}}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialImage{justify-content:center;display:flex}@media (min-width:1024px){.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialImage{justify-content:flex-start}}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialImage .Testimonial-module-scss-module__Xmg9LW__testimonialImageContainer{aspect-ratio:1;width:100%;height:auto;position:relative}@media (min-width:768px){.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialImage .Testimonial-module-scss-module__Xmg9LW__testimonialImageContainer{max-width:25rem}}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialImage .Testimonial-module-scss-module__Xmg9LW__testimonialImageContainer .Testimonial-module-scss-module__Xmg9LW__doctorImage{object-fit:cover;border-radius:2rem;width:100%;height:100%}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialImage .Testimonial-module-scss-module__Xmg9LW__testimonialImageContainer .Testimonial-module-scss-module__Xmg9LW__testimonialIcon{z-index:2;width:7rem;height:7rem;position:absolute;bottom:0;right:0;transform:translate(30%,30%)}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote{flex-direction:column;align-items:flex-start;gap:1rem;min-width:0;display:flex}@media (min-width:768px){.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote{flex-direction:row;gap:1.5rem}}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote .Testimonial-module-scss-module__Xmg9LW__quoteIcon{flex-shrink:0;width:4rem;height:4rem}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote .Testimonial-module-scss-module__Xmg9LW__quoteWrapper{text-align:center;flex-direction:column;gap:2rem;min-width:0;display:flex}@media (min-width:768px){.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote .Testimonial-module-scss-module__Xmg9LW__quoteWrapper{text-align:left}}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote .Testimonial-module-scss-module__Xmg9LW__quoteWrapper .Testimonial-module-scss-module__Xmg9LW__quoteAuthor{color:var(--primary-2);margin-top:1rem}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote .Testimonial-module-scss-module__Xmg9LW__quoteWrapper .Testimonial-module-scss-module__Xmg9LW__quoteAuthor a{color:inherit;text-underline-offset:.2rem;text-decoration:underline}.Testimonial-module-scss-module__Xmg9LW__testimonial .Testimonial-module-scss-module__Xmg9LW__testimonialQuote .Testimonial-module-scss-module__Xmg9LW__quoteWrapper .Testimonial-module-scss-module__Xmg9LW__quoteAuthor a:hover{color:var(--primary-1)}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.FinalCompletionSlide-module-scss-module__KMhb9G__slide{background-color:var(--primary-1);text-align:center;justify-content:center;align-items:center;min-height:100%;display:flex}.FinalCompletionSlide-module-scss-module__KMhb9G__content{flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;max-width:50rem;display:flex}.FinalCompletionSlide-module-scss-module__KMhb9G__title{color:var(--primary-2)}.FinalCompletionSlide-module-scss-module__KMhb9G__illustration{width:100%;max-width:20rem}@media (min-width:768px){.FinalCompletionSlide-module-scss-module__KMhb9G__illustration{max-width:24rem}}.FinalCompletionSlide-module-scss-module__KMhb9G__illustration img{object-fit:contain;width:100%;height:auto}.FinalCompletionSlide-module-scss-module__KMhb9G__actions{flex-direction:column;gap:1rem;width:100%;max-width:20rem;display:flex}@media (min-width:768px){.FinalCompletionSlide-module-scss-module__KMhb9G__actions{flex-direction:row;justify-content:center;max-width:none}}.FinalCompletionSlide-module-scss-module__KMhb9G__downloadButton,.FinalCompletionSlide-module-scss-module__KMhb9G__homeButton{border-radius:1rem;padding:1rem 2rem;transition:all .2s}.FinalCompletionSlide-module-scss-module__KMhb9G__downloadButton{background-color:var(--primary-3);color:var(--primary-1);border:none}.FinalCompletionSlide-module-scss-module__KMhb9G__downloadButton:hover{background-color:var(--white)}.FinalCompletionSlide-module-scss-module__KMhb9G__homeButton{color:var(--white);border:1px solid var(--white);background-color:#0000}.FinalCompletionSlide-module-scss-module__KMhb9G__homeButton:hover{background-color:var(--white);color:var(--primary-1)}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.LikertQuestion-module-scss-module__T3NMtW__question{flex-direction:column;align-items:center;width:100%;display:flex}.LikertQuestion-module-scss-module__T3NMtW__questionNumber{color:var(--primary-2);font-size:3rem;font-weight:700}@media (min-width:768px){.LikertQuestion-module-scss-module__T3NMtW__questionNumber{font-size:4rem}}.LikertQuestion-module-scss-module__T3NMtW__statement{color:var(--primary-1);text-align:center;margin-bottom:3rem;font-size:1rem;font-weight:500;line-height:1.6}@media (min-width:768px){.LikertQuestion-module-scss-module__T3NMtW__statement{font-size:1.125rem}}.LikertQuestion-module-scss-module__T3NMtW__scaleContainer{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}@media (min-width:768px){.LikertQuestion-module-scss-module__T3NMtW__scaleContainer{gap:1.5rem}}.LikertQuestion-module-scss-module__T3NMtW__scaleItem{flex-direction:column;align-items:center;gap:.5rem;display:flex}.LikertQuestion-module-scss-module__T3NMtW__scaleOption{background-color:var(--white);border:1px solid var(--neutral-2);width:3.5rem;height:3.5rem;color:var(--neutral-2);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;transition:all .2s;display:flex}@media (min-width:768px){.LikertQuestion-module-scss-module__T3NMtW__scaleOption{width:4rem;height:4rem;font-size:1.25rem}}.LikertQuestion-module-scss-module__T3NMtW__scaleOption:hover{border-color:var(--primary-2);color:var(--primary-2);transform:scale(1.05)}.LikertQuestion-module-scss-module__T3NMtW__scaleOption.LikertQuestion-module-scss-module__T3NMtW__selected{border-color:var(--primary-2);background-color:var(--primary-2);color:var(--white);transform:scale(1.1)}.LikertQuestion-module-scss-module__T3NMtW__label{color:var(--neutral-3);text-align:center;max-width:5rem;font-size:.75rem;line-height:1.3}@media (min-width:768px){.LikertQuestion-module-scss-module__T3NMtW__label{max-width:6rem;font-size:.875rem}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.LikertAssessmentSlide-module-scss-module__iAsPBq__slide{background:linear-gradient(to bottom,var(--primary-4),var(--white));justify-content:center;align-items:center;min-height:100%;display:flex}.LikertAssessmentSlide-module-scss-module__iAsPBq__content{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:50rem;display:flex}.LikertAssessmentSlide-module-scss-module__iAsPBq__progress{width:100%;margin-bottom:1.5rem}.LikertAssessmentSlide-module-scss-module__iAsPBq__progressText{color:var(--neutral-2);text-align:center;font-size:.875rem;font-weight:500}.LikertAssessmentSlide-module-scss-module__iAsPBq__progressBar{background:var(--neutral-4);border-radius:1.5rem;width:100%;height:.5rem;overflow:hidden}.LikertAssessmentSlide-module-scss-module__iAsPBq__progressFill{background:var(--primary-2);height:100%;transition:width .3s}.LikertAssessmentSlide-module-scss-module__iAsPBq__dotNavigation{justify-content:center;align-items:center;gap:1rem;display:flex}@media (min-width:768px){.LikertAssessmentSlide-module-scss-module__iAsPBq__dotNavigation{gap:1.5rem}}.LikertAssessmentSlide-module-scss-module__iAsPBq__arrowButton{background:var(--white);border:2px solid var(--primary-2);width:2rem;height:2rem;color:var(--primary-2);cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:0;font-size:1.25rem;transition:all .2s;display:flex}@media (min-width:768px){.LikertAssessmentSlide-module-scss-module__iAsPBq__arrowButton{width:2.5rem;height:2.5rem;font-size:1.5rem}}.LikertAssessmentSlide-module-scss-module__iAsPBq__arrowButton:hover:not(:disabled){background:var(--primary-2);color:var(--white);transform:scale(1.1)}.LikertAssessmentSlide-module-scss-module__iAsPBq__arrowButton:disabled{opacity:.2;cursor:not-allowed;border-color:var(--neutral-4);color:var(--neutral-3)}.LikertAssessmentSlide-module-scss-module__iAsPBq__dotIndicators{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;display:flex}.LikertAssessmentSlide-module-scss-module__iAsPBq__dot{background:var(--neutral-4);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;width:.75rem;height:.75rem;padding:0;transition:all .2s}@media (min-width:768px){.LikertAssessmentSlide-module-scss-module__iAsPBq__dot{width:.875rem;height:.875rem}}.LikertAssessmentSlide-module-scss-module__iAsPBq__dot:hover{background:var(--neutral-3);transform:scale(1.2)}.LikertAssessmentSlide-module-scss-module__iAsPBq__dot.LikertAssessmentSlide-module-scss-module__iAsPBq__active{background:var(--primary-2);transform:scale(1.3)}.LikertAssessmentSlide-module-scss-module__iAsPBq__dot.LikertAssessmentSlide-module-scss-module__iAsPBq__answered:not(.LikertAssessmentSlide-module-scss-module__iAsPBq__active){background:var(--primary-3)}.LikertAssessmentSlide-module-scss-module__iAsPBq__result{background:var(--white);text-align:center;border-radius:2rem;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:3rem;display:flex}@media (min-width:1024px){.LikertAssessmentSlide-module-scss-module__iAsPBq__result{padding:4rem}}.LikertAssessmentSlide-module-scss-module__iAsPBq__resultIcon{text-align:center}.LikertAssessmentSlide-module-scss-module__iAsPBq__resultIcon img{object-fit:contain;width:80px;height:80px}@media (min-width:1024px){.LikertAssessmentSlide-module-scss-module__iAsPBq__resultIcon img{width:100px;height:100px}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.PhaseQuizSlide-module-scss-module__VxDYGa__slide{background:linear-gradient(to bottom,var(--primary-4),var(--white));justify-content:center;align-items:flex-start;min-height:100%;display:flex}@media (min-width:768px){.PhaseQuizSlide-module-scss-module__VxDYGa__slide{align-items:center}}.PhaseQuizSlide-module-scss-module__VxDYGa__content{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:50rem;display:flex}.PhaseQuizSlide-module-scss-module__VxDYGa__statements{flex-direction:column;gap:.5rem;width:100%;display:flex}.PhaseQuizSlide-module-scss-module__VxDYGa__statement{background-color:var(--white);border:1px solid var(--neutral-9);cursor:pointer;text-align:left;border-radius:1rem;align-items:center;gap:.5rem;padding:1rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.PhaseQuizSlide-module-scss-module__VxDYGa__statement:hover{border-color:var(--primary-2);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.PhaseQuizSlide-module-scss-module__VxDYGa__statement.PhaseQuizSlide-module-scss-module__VxDYGa__selected{border-color:var(--primary-2);background-color:var(--primary-5);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.PhaseQuizSlide-module-scss-module__VxDYGa__statementNumber{background-color:var(--primary-5);width:1.75rem;height:1.75rem;color:var(--primary-1);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;display:flex}.PhaseQuizSlide-module-scss-module__VxDYGa__selected .PhaseQuizSlide-module-scss-module__VxDYGa__statementNumber{background-color:var(--primary-2);color:var(--white)}.PhaseQuizSlide-module-scss-module__VxDYGa__statementText{flex:1;font-size:.875rem}@media (min-width:768px){.PhaseQuizSlide-module-scss-module__VxDYGa__statementText{font-size:1rem}}.PhaseQuizSlide-module-scss-module__VxDYGa__submitButton{background-color:var(--primary-2);color:var(--white);cursor:pointer;border:none;border-radius:1rem;padding:1rem 3rem;font-size:1rem;font-weight:600;transition:background-color .2s}.PhaseQuizSlide-module-scss-module__VxDYGa__submitButton:hover:not(:disabled){background-color:var(--primary-1)}.PhaseQuizSlide-module-scss-module__VxDYGa__submitButton:disabled{opacity:.5;cursor:not-allowed}.PhaseQuizSlide-module-scss-module__VxDYGa__feedback{background-color:var(--white);text-align:center;border-radius:2rem;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:2rem;display:flex;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.PhaseQuizSlide-module-scss-module__VxDYGa__phaseResult{background-color:var(--primary-4);border-radius:.5rem;padding:.5rem 1rem}.PhaseQuizSlide-module-scss-module__VxDYGa__phaseLabel{font-weight:600}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.TipsListSlide-module-scss-module__rVP7KG__slide{background-color:#fff;justify-content:center;align-items:flex-start;min-height:100%;transition:background .3s;display:flex;overflow-y:auto}@media (min-width:768px){.TipsListSlide-module-scss-module__rVP7KG__slide{align-items:center}}.TipsListSlide-module-scss-module__rVP7KG__slide.TipsListSlide-module-scss-module__rVP7KG__organization{background:linear-gradient(#fff,#d8eff9)}.TipsListSlide-module-scss-module__rVP7KG__slide.TipsListSlide-module-scss-module__rVP7KG__trust{background:linear-gradient(#fff,#e6fcd0)}.TipsListSlide-module-scss-module__rVP7KG__slide.TipsListSlide-module-scss-module__rVP7KG__concerns{background:linear-gradient(#fff,#fdf2c6)}.TipsListSlide-module-scss-module__rVP7KG__slide.TipsListSlide-module-scss-module__rVP7KG__compliance{background:linear-gradient(#fff,#ffeede)}.TipsListSlide-module-scss-module__rVP7KG__slide.TipsListSlide-module-scss-module__rVP7KG__general{background:linear-gradient(#fff,#d7d7d7)}.TipsListSlide-module-scss-module__rVP7KG__content{flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:50rem;display:flex}.TipsListSlide-module-scss-module__rVP7KG__tips{flex-direction:column;gap:.5rem;width:100%;padding-top:1.5rem;list-style:none;display:flex}.TipsListSlide-module-scss-module__rVP7KG__tip{background:linear-gradient(90deg,#d8eff9,#fff);border:1px solid #a9e4ff;border-radius:9999px;align-items:center;gap:1rem;padding:1rem 1.5rem 1rem 1rem;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.TipsListSlide-module-scss-module__rVP7KG__tip:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.TipsListSlide-module-scss-module__rVP7KG__tip.TipsListSlide-module-scss-module__rVP7KG__organization{background:linear-gradient(90deg,#d8eff9,#fff);border-color:#3cade2}.TipsListSlide-module-scss-module__rVP7KG__tip.TipsListSlide-module-scss-module__rVP7KG__trust{background:linear-gradient(90deg,#e6fcd0,#fff);border-color:#7ed321}.TipsListSlide-module-scss-module__rVP7KG__tip.TipsListSlide-module-scss-module__rVP7KG__concerns{background:linear-gradient(90deg,#fdf2c6,#fff);border-color:#f9cc19}.TipsListSlide-module-scss-module__rVP7KG__tip.TipsListSlide-module-scss-module__rVP7KG__compliance{background:linear-gradient(90deg,#ffeede,#fff);border-color:#ff895b}.TipsListSlide-module-scss-module__rVP7KG__tip.TipsListSlide-module-scss-module__rVP7KG__general{background:linear-gradient(90deg,#d7d7d7,#fff);border-color:#b3b3b3}.TipsListSlide-module-scss-module__rVP7KG__tipIcon{color:#fff;background:linear-gradient(135deg,#d8eff9,#3cade2);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;display:flex}.TipsListSlide-module-scss-module__rVP7KG__tipIcon .TipsListSlide-module-scss-module__rVP7KG__image{object-fit:contain;width:50%;height:50%}.TipsListSlide-module-scss-module__rVP7KG__organization .TipsListSlide-module-scss-module__rVP7KG__tipIcon{background:#3cade2}.TipsListSlide-module-scss-module__rVP7KG__trust .TipsListSlide-module-scss-module__rVP7KG__tipIcon{background:#7ed321}.TipsListSlide-module-scss-module__rVP7KG__concerns .TipsListSlide-module-scss-module__rVP7KG__tipIcon{background:#f9cc19}.TipsListSlide-module-scss-module__rVP7KG__compliance .TipsListSlide-module-scss-module__rVP7KG__tipIcon{background:#ff895b}.TipsListSlide-module-scss-module__rVP7KG__general .TipsListSlide-module-scss-module__rVP7KG__tipIcon{background:#b3b3b3}.TipsListSlide-module-scss-module__rVP7KG__tipText{flex:1;font-size:1rem}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.CourseLayout-module-scss-module__Uw6AHq__courseLayout,.CourseLayout-module-scss-module__Uw6AHq__courseIntro{background-color:var(--white);flex-direction:column;display:flex;position:fixed;inset:0;overflow:hidden}.CourseLayout-module-scss-module__Uw6AHq__slideContainer{flex:1;overflow:hidden auto}.CourseLayout-module-scss-module__Uw6AHq__slideContainer>*{min-height:40rem}.CourseLayout-module-scss-module__Uw6AHq__introContent{text-align:center;background:linear-gradient(to bottom,var(--primary-2)0%,var(--primary-4)100%);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;padding:2rem 1.5rem;display:flex}@media (min-width:768px){.CourseLayout-module-scss-module__Uw6AHq__introContent{padding:3rem}}.CourseLayout-module-scss-module__Uw6AHq__introContent>*{max-width:50rem}.CourseLayout-module-scss-module__Uw6AHq__buttonGroup{flex-direction:column;gap:1rem;width:100%;max-width:20rem;display:flex}@media (min-width:768px){.CourseLayout-module-scss-module__Uw6AHq__buttonGroup{flex-direction:row;justify-content:center;max-width:none}}.CourseLayout-module-scss-module__Uw6AHq__resetButton{color:var(--primary-1)!important;border:2px solid var(--primary-1)!important;background-color:#0000!important}.CourseLayout-module-scss-module__Uw6AHq__resetButton:hover{background-color:var(--primary-1)!important;color:var(--white)!important}.CourseLayout-module-scss-module__Uw6AHq__stats{justify-content:center;align-items:center;gap:1.5rem;display:flex}@media (min-width:768px){.CourseLayout-module-scss-module__Uw6AHq__stats{gap:2rem}}.CourseLayout-module-scss-module__Uw6AHq__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.CourseLayout-module-scss-module__Uw6AHq__statNumber{font-size:2.25rem;font-weight:700}.CourseLayout-module-scss-module__Uw6AHq__statDivider{background-color:var(--primary-1);opacity:.2;width:1px;height:2rem}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.CourseHeader-module-scss-module__mnQaOa__courseHeader{background-color:var(--white);width:100%;position:sticky;top:0;left:0;right:0}.CourseHeader-module-scss-module__mnQaOa__container{justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}@media (min-width:768px){.CourseHeader-module-scss-module__mnQaOa__container{padding:1rem 2rem}}.CourseHeader-module-scss-module__mnQaOa__logoLink{align-items:center;text-decoration:none;display:flex}.CourseHeader-module-scss-module__mnQaOa__logo{object-fit:contain;width:auto;height:4rem}.CourseHeader-module-scss-module__mnQaOa__actions{align-items:center;gap:1rem;display:flex}.CourseHeader-module-scss-module__mnQaOa__exitButton{cursor:pointer;width:2.5rem;height:2.5rem;color:var(--primary-1);background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:opacity .2s;display:flex}.CourseHeader-module-scss-module__mnQaOa__exitButton svg{width:100%;height:100%}@media (hover:hover) and (pointer:fine){.CourseHeader-module-scss-module__mnQaOa__exitButton:hover{opacity:.7}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.InformativePage-module-scss-module__wZUB5G__main{overflow:hidden}.InformativePage-module-scss-module__wZUB5G__breadcrumbs{z-index:2;width:100%;padding:2rem 2rem 1rem;position:relative}@media (min-width:1024px){.InformativePage-module-scss-module__wZUB5G__breadcrumbs{height:auto;padding:4rem 4rem 1.5rem}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.StoryblokBridge-module-scss-module__wtFk4G__loaderWrapper{z-index:1050;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ffffffe6;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.StoryblokBridge-module-scss-module__wtFk4G__loader{color:#294384;font-family:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;flex-direction:column;align-items:center;gap:1rem;font-weight:600;display:flex}.StoryblokBridge-module-scss-module__wtFk4G__loader p{margin:0;font-size:1rem;animation:1.5s ease-in-out infinite StoryblokBridge-module-scss-module__wtFk4G__pulse}.StoryblokBridge-module-scss-module__wtFk4G__spinner{border:3px solid #2943841a;border-top-color:#294384;border-radius:50%;width:40px;height:40px;animation:.8s linear infinite StoryblokBridge-module-scss-module__wtFk4G__spin}@keyframes StoryblokBridge-module-scss-module__wtFk4G__spin{to{transform:rotate(360deg)}}@keyframes StoryblokBridge-module-scss-module__wtFk4G__pulse{0%,to{opacity:1}50%{opacity:.5}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.BubbleCards-module-scss-module__DJzNVG__bubbleCards{padding:6rem 0}.BubbleCards-module-scss-module__DJzNVG__header{text-align:center;max-width:60rem;margin:0 auto 6rem}.BubbleCards-module-scss-module__DJzNVG__header .BubbleCards-module-scss-module__DJzNVG__title{color:var(--primary-1);margin-bottom:1.5rem}.BubbleCards-module-scss-module__DJzNVG__header .BubbleCards-module-scss-module__DJzNVG__description{color:var(--primary-1)}.BubbleCards-module-scss-module__DJzNVG__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:1024px){.BubbleCards-module-scss-module__DJzNVG__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto;align-items:center;gap:1.5rem 2rem}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(4n+1),.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(4n+3){grid-area:auto/1/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(4n+2),.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(4n){grid-area:auto/2/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:first-child{grid-row:1/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(2){grid-row:2/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(3){grid-row:4/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(4){grid-row:5/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(5){grid-row:7/span 3}.BubbleCards-module-scss-module__DJzNVG__grid>:nth-child(6){grid-row:8/span 3}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.ArticleHero-module-scss-module__iukmtq__articleHero{padding-bottom:4rem}.ArticleHero-module-scss-module__iukmtq__content{background-color:var(--primary-1);border-radius:2rem;flex-direction:column;width:100%;min-height:40rem;display:flex;position:relative;overflow:hidden}@media (min-width:1024px){.ArticleHero-module-scss-module__iukmtq__content{aspect-ratio:20/9;justify-content:end}}.ArticleHero-module-scss-module__iukmtq__textContent{z-index:3;flex-direction:column;gap:1.5rem;padding:2rem;display:flex;position:relative}.ArticleHero-module-scss-module__iukmtq__textContent>*{max-width:50rem}@media (min-width:1024px){.ArticleHero-module-scss-module__iukmtq__textContent{padding:4rem}}.ArticleHero-module-scss-module__iukmtq__title{color:var(--white)}.ArticleHero-module-scss-module__iukmtq__meta{color:var(--white);flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;display:flex}.ArticleHero-module-scss-module__iukmtq__author,.ArticleHero-module-scss-module__iukmtq__date{align-items:center;gap:.5rem;display:flex}.ArticleHero-module-scss-module__iukmtq__author .ArticleHero-module-scss-module__iukmtq__icon,.ArticleHero-module-scss-module__iukmtq__date .ArticleHero-module-scss-module__iukmtq__icon{fill:var(--white)}.ArticleHero-module-scss-module__iukmtq__author .ArticleHero-module-scss-module__iukmtq__icon{width:1.25rem;height:1.25rem}.ArticleHero-module-scss-module__iukmtq__date .ArticleHero-module-scss-module__iukmtq__icon{width:1rem;height:1rem}.ArticleHero-module-scss-module__iukmtq__imageWrapper{aspect-ratio:20/9;-webkit-user-select:none;user-select:none;pointer-events:none;order:-1;width:100%;height:auto;min-height:20rem;overflow:hidden;-webkit-mask:linear-gradient(#000,#0000);mask:linear-gradient(#000,#0000)}@media (min-width:1024px){.ArticleHero-module-scss-module__iukmtq__imageWrapper{z-index:1;position:absolute;inset:0}}.ArticleHero-module-scss-module__iukmtq__image{object-fit:cover;object-position:center;width:100%;height:100%}.ArticleHero-module-scss-module__iukmtq__overlay{z-index:2;position:absolute;inset:0}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.ArticleBody-module-scss-module__dBn0kW__articleBody{padding:4rem 0}.ArticleBody-module-scss-module__dBn0kW__articleGrid{flex-direction:column;gap:4rem;display:flex}@media (min-width:1024px){.ArticleBody-module-scss-module__dBn0kW__articleGrid{flex-direction:row;gap:6rem;padding:0 4rem}}.ArticleBody-module-scss-module__dBn0kW__articleContent{min-width:0}@media (min-width:1024px){.ArticleBody-module-scss-module__dBn0kW__articleContent{max-width:50rem}}.ArticleBody-module-scss-module__dBn0kW__aside{order:-1;align-self:start;width:100%}@media (min-width:1024px){.ArticleBody-module-scss-module__dBn0kW__aside{order:0;position:sticky;top:10rem}}.ArticleBody-module-scss-module__dBn0kW__socialButtons{gap:.5rem;width:100%;display:flex}.ArticleBody-module-scss-module__dBn0kW__socialButtons .ArticleBody-module-scss-module__dBn0kW__socialButton{flex-shrink:0}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.RelatedArticles-module-scss-module__4cKtjq__relatedArticles{background-color:var(--white);padding:4rem 0;position:relative;overflow:hidden}.RelatedArticles-module-scss-module__4cKtjq__relatedArticles .RelatedArticles-module-scss-module__4cKtjq__relatedArticlesTitle{padding-bottom:4rem}.RelatedArticles-module-scss-module__4cKtjq__relatedArticles .RelatedArticles-module-scss-module__4cKtjq__relatedArticlesTitle .RelatedArticles-module-scss-module__4cKtjq__categoryName{color:var(--primary-2);text-transform:lowercase}.RelatedArticles-module-scss-module__4cKtjq__relatedArticles .RelatedArticles-module-scss-module__4cKtjq__articles{flex-direction:column;align-items:stretch;gap:1.5rem;width:100%;padding:1rem 0;display:flex}.RelatedArticles-module-scss-module__4cKtjq__relatedArticles .RelatedArticles-module-scss-module__4cKtjq__articles>*{flex:1;height:100%}@media (min-width:1024px){.RelatedArticles-module-scss-module__4cKtjq__relatedArticles .RelatedArticles-module-scss-module__4cKtjq__articles>*{max-width:30rem}.RelatedArticles-module-scss-module__4cKtjq__relatedArticles .RelatedArticles-module-scss-module__4cKtjq__articles{flex-direction:row;gap:2rem}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.ArticlePage-module-scss-module__Zxf8Ta__main{background-color:var(--white)}.ArticlePage-module-scss-module__Zxf8Ta__breadcrumbs{width:100%;padding:2rem 0 1rem}@media (min-width:1024px){.ArticlePage-module-scss-module__Zxf8Ta__breadcrumbs{height:auto;padding:4rem 0 1.5rem}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.BlankPage-module-scss-module___FB3uG__main{overflow:hidden}

:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.Carousel-module-scss-module__S2iKhW__carouselSection{background-color:oklch(var(--color-neutral-50));padding:6rem 0;position:relative;overflow:hidden}.Carousel-module-scss-module__S2iKhW__carouselContainer{flex-direction:column;gap:3rem;display:flex}.Carousel-module-scss-module__S2iKhW__carouselHeader{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.Carousel-module-scss-module__S2iKhW__carouselHeader .Carousel-module-scss-module__S2iKhW__carouselTitle,.Carousel-module-scss-module__S2iKhW__carouselHeader .Carousel-module-scss-module__S2iKhW__carouselDescription{color:var(--primary-1)}.Carousel-module-scss-module__S2iKhW__carouselWrapper{position:relative}.Carousel-module-scss-module__S2iKhW__carouselWrapper:before,.Carousel-module-scss-module__S2iKhW__carouselWrapper:after{content:"";-webkit-user-select:none;user-select:none;pointer-events:none;height:35rem;position:absolute;top:0}.Carousel-module-scss-module__S2iKhW__carouselWrapper:before{background-color:var(--neutral-9);left:50%;right:-300%}.Carousel-module-scss-module__S2iKhW__carouselWrapper:after{z-index:1;background-image:linear-gradient(to right,transparent,var(--neutral-9));width:2rem;right:0}@media (min-width:1024px){.Carousel-module-scss-module__S2iKhW__carouselWrapper:after{width:4rem}}.Carousel-module-scss-module__S2iKhW__embla{background-color:var(--neutral-9);cursor:grab;border-top-left-radius:4rem;border-bottom-left-radius:4rem;height:35rem;padding:2rem;overflow:hidden}.Carousel-module-scss-module__S2iKhW__embla:active{cursor:grabbing}.Carousel-module-scss-module__S2iKhW__emblaContainer{gap:2rem;height:100%;display:flex}.Carousel-module-scss-module__S2iKhW__emblaSlide{-webkit-user-select:none;user-select:none;flex:none;width:auto;min-width:0;height:100%}.Carousel-module-scss-module__S2iKhW__customPagination{justify-content:center;gap:.5rem;margin-top:2rem;display:flex}.Carousel-module-scss-module__S2iKhW__paginationBullet{background-color:var(--primary-3);cursor:pointer;opacity:1;border:none;border-radius:1.5rem;width:1.5rem;height:1.5rem;transition:all .3s}.Carousel-module-scss-module__S2iKhW__paginationBullet:hover{background-color:var(--primary-2)}.Carousel-module-scss-module__S2iKhW__paginationBulletActive{background-color:var(--primary-2);width:3rem}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.CarouselItem-module-scss-module__TCLN6q__itemCard{aspect-ratio:3/4;background-image:linear-gradient(#a9e4ff,#e3f4fb);border-radius:2rem;max-width:30rem;height:100%;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.CarouselItem-module-scss-module__TCLN6q__itemCard:hover{transform:translateY(-1rem);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.CarouselItem-module-scss-module__TCLN6q__itemCard .CarouselItem-module-scss-module__TCLN6q__itemCardContent{flex-direction:row;justify-content:flex-start;gap:1rem;width:100%;height:100%;padding:2rem;display:flex}.CarouselItem-module-scss-module__TCLN6q__itemCard .CarouselItem-module-scss-module__TCLN6q__itemLabel{z-index:2;color:#0000;-webkit-text-fill-color:#0000;-webkit-text-stroke:1px var(--white);align-self:flex-start;font-size:clamp(6rem,6vw,8rem);font-weight:700;line-height:.8;position:relative}.CarouselItem-module-scss-module__TCLN6q__itemCard .CarouselItem-module-scss-module__TCLN6q__itemTexts{z-index:2;flex-direction:column;gap:.5rem;display:flex;position:relative}.CarouselItem-module-scss-module__TCLN6q__itemCard .CarouselItem-module-scss-module__TCLN6q__itemTexts .CarouselItem-module-scss-module__TCLN6q__itemTitle,.CarouselItem-module-scss-module__TCLN6q__itemCard .CarouselItem-module-scss-module__TCLN6q__itemTexts .CarouselItem-module-scss-module__TCLN6q__itemDescription{color:var(--primary-1)}.CarouselItem-module-scss-module__TCLN6q__itemCard .CarouselItem-module-scss-module__TCLN6q__itemImage{z-index:1;opacity:.2;object-fit:cover;object-position:center;-webkit-user-select:none;user-select:none;width:100%;height:100%;position:absolute;inset:0}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav{background-color:var(--primary-5);border-radius:1rem;flex-direction:column;justify-self:flex-start;gap:1rem;width:100%;max-width:24rem;padding:2rem 1.5rem;display:flex}.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav .InformativeHeroNav-module-scss-module__ZZs8BG__navLink{color:var(--primary-1);align-items:center;gap:.5rem;transition:all .2s;display:flex}.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav .InformativeHeroNav-module-scss-module__ZZs8BG__navLink:hover,.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav .InformativeHeroNav-module-scss-module__ZZs8BG__navLink:focus{color:var(--primary-2)}.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav .InformativeHeroNav-module-scss-module__ZZs8BG__navLink:before{content:"";visibility:hidden;background-color:var(--primary-2);border-radius:50%;width:.75rem;height:.75rem}.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav .InformativeHeroNav-module-scss-module__ZZs8BG__navLink.InformativeHeroNav-module-scss-module__ZZs8BG__active{font-weight:700}.InformativeHeroNav-module-scss-module__ZZs8BG__heroNav .InformativeHeroNav-module-scss-module__ZZs8BG__navLink.InformativeHeroNav-module-scss-module__ZZs8BG__active:before{visibility:visible}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.InformativeHero-module-scss-module__0S2Tpa__informativeHero{z-index:2;padding-bottom:4rem;position:relative}.InformativeHero-module-scss-module__0S2Tpa__informativeHero .InformativeHero-module-scss-module__0S2Tpa__heroWrapper{background-color:var(--white);border-radius:2rem;position:relative;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.InformativeHero-module-scss-module__0S2Tpa__informativeHero .InformativeHero-module-scss-module__0S2Tpa__heroContent{z-index:2;flex-direction:column;gap:2rem;max-width:40rem;padding:2rem;display:flex;position:relative}@media (min-width:1024px){.InformativeHero-module-scss-module__0S2Tpa__informativeHero .InformativeHero-module-scss-module__0S2Tpa__heroContent{gap:3rem;padding:4rem 4rem 6rem}}.InformativeHero-module-scss-module__0S2Tpa__informativeHero .InformativeHero-module-scss-module__0S2Tpa__heroContent .InformativeHero-module-scss-module__0S2Tpa__heroText{flex-direction:column;gap:1rem;display:flex}.InformativeHero-module-scss-module__0S2Tpa__informativeHero .InformativeHero-module-scss-module__0S2Tpa__image{pointer-events:none;justify-self:flex-end;width:150%;height:auto}@media (min-width:1024px){.InformativeHero-module-scss-module__0S2Tpa__informativeHero .InformativeHero-module-scss-module__0S2Tpa__image{z-index:1;max-width:70rem;position:absolute;bottom:5%;right:0}}
:root{--font-primary:var(--font-manrope),system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--primary-1:#294384;--primary-2:#3cade2;--primary-3:#a9e4ff;--primary-4:#d8eff9;--primary-5:#e3f4fb;--danger-1:#e23c3f;--white:#fff;--neutral-1:#191919;--neutral-2:#333;--neutral-3:#4d4d4d;--neutral-4:#666;--neutral-5:gray;--neutral-6:#999;--neutral-7:#b3b3b3;--neutral-8:#d7d7d7;--neutral-9:#f5f5f5;--black:#000;--yellow-1:#866c01;--yellow-2:#f9cc19;--yellow-3:#fdf2c6;--green-1:#336102;--green-2:#7ed321;--green-3:#e6fcd0;--orange-1:#973406;--orange-2:#ff895b;--orange-3:#ffeede;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--spacing-4xl:6rem;--spacing-5xl:8rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--font-size-6xl:4rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--line-height-tight:1.2;--line-height-normal:1.4;--line-height-relaxed:1.6;--border-radius-sm:.5rem;--border-radius-md:1rem;--border-radius-lg:1.5rem;--border-radius-xl:2rem;--border-radius-2xl:4rem;--border-radius-3xl:8rem;--border-radius-full:9999px;--container-sm:40rem;--container-md:48rem;--container-lg:64rem;--container-xl:90rem;--shadow-sm:$shadow-sm;--shadow-md:$shadow-md;--shadow-lg:$shadow-lg;--shadow-xl:$shadow-xl;--transition-fast:.15s ease-in-out;--transition-normal:.2s ease-in-out;--transition-slow:.4s ease-in-out}.VideoSection-module-scss-module__k-gkla__videoSection{background-color:var(--white);padding:4rem 0}.VideoSection-module-scss-module__k-gkla__content{flex-direction:column;gap:3rem;display:flex}@media (min-width:1024px){.VideoSection-module-scss-module__k-gkla__content{gap:4rem}}.VideoSection-module-scss-module__k-gkla__header{text-align:center;flex-direction:column;gap:1rem;display:flex}.VideoSection-module-scss-module__k-gkla__videoContainer{justify-content:center;width:100%;display:flex}
