.Accordion{background-color:var(--card-background-color);border-top-right-radius:3em;padding:var(--space-lg) var(--space-md)}.Content .Accordion{margin-bottom:var(--space-lg)}.Accordion header{padding-bottom:1.5em}.Accordion header h2{font-size:1.875rem;color:var(--card-text-color);font-weight:400}.Accordion__items{display:flex;flex-direction:column;gap:1em}.Accordion__item{color:var(--text-color);gap:16px;padding:1em 1.5em;text-align:left;width:100%;background:var(--secondary-background-color);color:var(--color-black);border:none;border-radius:2.5em}.Accordion__item__content a{text-decoration:underline}.Accordion__item h3{font-weight:400;font-size:1.625rem;padding-right:1em}@media screen and (max-width:768px){.Accordion__item h3{font-size:1.2em}}.Accordion__item[open] summary:before{transform:translateY(-50%) rotate(-45deg) translate(-50%) scale(1.2)}.Accordion__item summary{list-style:none;position:relative}.Accordion__item summary:before{content:"";display:inline-block;flex-shrink:0;position:absolute;right:0;top:50%;height:.5em;width:.5em;transform:translateY(-50%) rotate(135deg) scale(1.2);transition-property:transform,top;transform-origin:center;transition-duration:.3s;border-style:solid;border-width:2px 2px 0 0;border-color:var(--text-color)}.Button{display:inline-block;position:relative;font-size:var(--font-size-body-regular);background:var(--button-background-color);color:var(--text-color);border:none;padding:11px 24px;border-radius:0 30px 30px;transition:border-radius .175s ease,transform .115s ease;line-height:1.5;text-decoration:none;cursor:pointer}.Button:hover{border-radius:30px 30px 0}.Fact{--button-background-color:var(--card-background-color);--button-text-color:var(--card-text-color);margin-bottom:var(--space-lg)}.Fact__content{border-radius:0 160px 160px 0;padding:var(--space-lg) 100px;background-color:var(--secondary-background-color)}.Fact__content :where(h2,h3,h4){font-size:1.25rem;line-height:1.2em;margin-bottom:1rem}.Fact__content ol,.Fact__content p,.Fact__content ul{margin-bottom:1rem}.Hero{--Button-background:var(--color-green);--Button-color:var(--color-white);--hero-background:var(--Hero-background,var(--color-green));--hero-foreground:var(--Hero-foreground,var(--color-yellow));--hero-foreground-offset-top:-50vh;--hero-foreground-offset-right:0;--hero-foreground-offset-bottom:0;--hero-foreground-offset-left:-50vw;--hero-item-max-size:25ch;--hero-image-shade:var(--Hero-image-shade,black);background:var(--hero-background);padding-bottom:3em;justify-items:center;align-items:center;position:relative;z-index:1}.Hero__content{padding-block:3em;padding-right:3em;position:relative;text-wrap:balance;hyphens:auto;hyphenate-limit-chars:10}.Hero__content:before{content:"";background:var(--hero-foreground);border-radius:0 0 8em 0;position:absolute;top:var(--hero-foreground-offset-top);right:var(--hero-foreground-offset-right);bottom:var(--hero-foreground-offset-bottom);left:var(--hero-foreground-offset-left)}.Hero__content>*{position:relative;z-index:1}@media screen and (max-width:768px){.Hero__content{max-width:100%}}.Hero__header{margin:0 0 1em}.Hero__title{margin:0;font-size:2.25em;font-weight:700;line-height:1.25;letter-spacing:-.03ch}@media screen and (max-width:768px){.Hero__title{font-size:2em;line-height:1.2em}}.Hero__preamble{margin:0 0 2em;font-size:1.25em;line-height:1.5}@media screen and (max-width:768px){.Hero__preamble{font-size:1.15em}}.Hero__items{padding-top:2em;display:grid;grid-template-columns:repeat(2,minmax(auto,var(--hero-item-max-size)));grid-template-rows:repeat(2,auto);align-content:start;grid-gap:1.125em;gap:1.125em}.Hero__item{overflow:hidden;aspect-ratio:1;display:block;transition:transform calc(.25s*var(--motion-allowed)) ease}.Hero__item:hover{transform:scale(1.025)}.Hero__item:first-child{border-radius:0 50% 0 50%;transform-origin:100% 100%}.Hero__item:first-child .HeroBlurb{text-align:right}.Hero__item:first-child .HeroBlurb__content{top:auto;right:10%;bottom:10%;left:15%}.Hero__item:nth-child(2){border-radius:50% 50% 0 0;transform-origin:0 100%}.Hero__item:nth-child(2) .HeroBlurb{text-align:left}.Hero__item:nth-child(2) .HeroBlurb__content{top:auto;right:10%;bottom:10%;left:10%}.Hero__item:nth-child(3){border-radius:50%;transform-origin:100% 0}.Hero__item:nth-child(3) .HeroBlurb{text-align:center}.Hero__item:nth-child(3) .HeroBlurb__content{top:auto;right:10%;bottom:10%;left:10%}.Hero__item:nth-child(4){border-radius:50% 50% 50% 0;transform-origin:0 0}.Hero__item:nth-child(4) .HeroBlurb{text-align:left}.Hero__item:nth-child(4) .HeroBlurb__content{top:auto;right:15%;bottom:10%;left:10%}.HeroBlurb{width:100%;height:100%;position:relative}.HeroBlurb__background{margin:0;background:var(--color-orange);position:absolute;inset:0;z-index:1}.HeroBlurb__background img{width:100%;height:100%;border:none;display:block;aspect-ratio:1;object-fit:cover}.HeroBlurb__content{position:absolute;z-index:2;color:var(--color-black)}.HeroBlurb__content>*{font-size:1.25em;font-weight:700;line-height:1.2;letter-spacing:-.025ch;text-wrap:pretty;color:inherit}@media screen and (max-width:768px){.HeroBlurb__content>*{font-size:1.1em;hyphens:auto;hyphenate-limit-chars:10}}.HeroBlurb[data-image=true] .HeroBlurb__content{text-shadow:0 1px 2px color-mix(in oklab,var(--hero-image-shade) 25%,transparent),0 1px 5px color-mix(in oklab,var(--hero-image-shade) 25%,transparent);color:var(--color-white)}.HeroBlurb[data-image=true] .HeroBlurb__background:after{content:"";background:linear-gradient(to bottom,transparent 0,color-mix(in oklab,var(--hero-image-shade) 50%,transparent) 75%);position:absolute;inset:0}@container LayoutContext (min-width: 1024px){.Hero{--hero-foreground-offset-top:-50vh;--hero-foreground-offset-right:calc(var(--hero-item-max-size) * -.6);--hero-foreground-offset-bottom:0;--hero-foreground-offset-left:-50vw;--hero-item-max-size:300px}.Hero :is([layout-slot="1/2"]){grid-column:LayoutColumn1/LayoutColumn7}.Hero :is([layout-slot="2/2"]){grid-column:LayoutColumn7/LayoutColumn13}.Hero__content{padding-block:3em}}