/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.image{max-width:100%;height:auto;display:block;}
.button{display:inline-flex;align-items:center;justify-content:center;gap:calc(var(--spacing) * 2);padding-inline:calc(var(--spacing) * 5);padding-block:calc(var(--spacing) * 2);font-family:var(--button-font-family);font-weight:var(--button-font-weight);letter-spacing:var(--button-letter-spacing);font-size:var(--text-base);line-height:var(--text-base--line-height);border-radius:var(--radius);cursor:pointer;text-decoration:none;outline:none;border:none;transition:color 0.3s ease,background-color 0.3s ease,border-color 0.3s ease;}.button:hover{text-decoration:none;}.button:focus-visible{outline:3px solid var(--primary);outline-offset:2px;}.button:disabled,.button[aria-disabled="true"]{pointer-events:none;opacity:0.5;}.button--small{gap:calc(var(--spacing) * 1);padding-inline:calc(var(--spacing) * 4);padding-block:calc(var(--spacing) * 1.5);font-size:var(--text-sm);line-height:var(--text-sm--line-height);}.button--large{gap:calc(var(--spacing) * 3);padding-inline:calc(var(--spacing) * 6);padding-block:calc(var(--spacing) * 3);font-size:var(--text-lg);line-height:var(--text-lg--line-height);}.button--primary{color:var(--primary-foreground);background:var(--primary);border:1.5px solid var(--destructive);border-bottom-width:4px;}.button--primary:hover{background:var(--destructive);}.button--secondary-white{color:#ffffff;background:transparent;border:1.5px solid var(--border-secondary);border-bottom-width:4px;border-radius:0px;}.button--secondary-white:hover{background:rgba(255,255,255,0.08);text-decoration:none;}.button--secondary-dark{color:#020704;background:transparent;border:1.5px solid var(--border);border-bottom-width:4px;border-radius:0px;}.button--secondary-dark:hover{background-color:rgba(2,7,4,0.06);text-decoration:none;}.button--link{background:transparent;color:inherit;padding:0;border:none;text-underline-offset:3px;}.button--link:hover{text-decoration:none;opacity:0.8;}.button--radius-square{border-radius:0;}.button--radius-small{border-radius:0.25rem;}.button--radius-medium{border-radius:var(--radius);}.button--radius-large{border-radius:0.75rem;}.button--radius-full{border-radius:9999px;}.button--full{width:100%;}@media (min-width:40rem){.button--full{width:fit-content;}}.button--icon-first{flex-direction:row;}.button--icon-last{flex-direction:row-reverse;}.button__icon{transition:transform 0.3s ease;flex-shrink:0;}.button:hover .button__icon{transform:translateX(4px);}.button--icon-first:hover .button__icon{transform:translateX(-4px);}
.card-icon{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%;&.bg-gray,&.bg-gray-light,&.bg-dark-gray,&.bg-black,&.bg-white{padding:32px;}}.card-icon__inner{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%;height:100%;justify-content:center;}.card-icon__icon-wrap{display:flex;width:100%;justify-content:center;flex-shrink:0;}.card-icon__icon-wrap--left{justify-content:flex-start;}.card-icon__icon-wrap--right{justify-content:flex-end;}.card-icon__content{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%;text-align:center;}.card-icon__content--left{text-align:left;align-items:flex-start;}.card-icon__content--right{text-align:right;align-items:flex-end;}.card-icon__heading{font-family:var(--font-serif);font-size:1.5rem;font-weight:400;line-height:1.3;letter-spacing:-0.24px;margin:0;}@media (min-width:768px){.card-icon__heading{font-size:2.25rem;letter-spacing:-0.36px;}}.card-icon__description{font-family:var(--font-sans);font-size:0.75rem;font-weight:400;line-height:1.5;margin:0;}@media (min-width:768px){.card-icon__description{font-size:1rem;}}.card-icon__description p{margin:0;}.card-icon__link{position:absolute;inset:0;color:inherit;text-decoration:none;z-index:-1;}.card-icon__link:hover{color:inherit;}.card-icon__link:focus-visible{outline:2px solid var(--primary,#c30000);outline-offset:2px;}.card-icon__content-block{display:flex;flex-direction:column;gap:24px;align-items:inherit;width:100%;text-align:inherit;}.card-icon__actions{display:flex;flex-wrap:wrap;align-items:inherit;width:100%;}.text-white{h1,h2,h3,h4,h5,h6,p{color:var(--foreground) !important;}}
.hero-card{display:flex;flex-direction:column;align-items:flex-start;width:100%;}.hero-card__card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;border-radius:var(--radius);overflow:hidden;padding:calc(var(--spacing) * 8);}@media (min-width:48rem){.hero-card__card{min-height:640px;padding-inline:calc(var(--spacing) * 16);padding-block:0;}}.hero-card__bg{position:absolute;inset:0;pointer-events:none;}.hero-card__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none;}.hero-card__overlay{position:absolute;inset:0;background-color:rgba(0,0,0,0.4);}.hero-card__column{position:relative;display:flex;flex-direction:column;align-items:center;width:100%;max-width:768px;gap:calc(var(--spacing) * 6);}@media (min-width:48rem){.hero-card__column{gap:calc(var(--spacing) * 8);}}.hero-card__content{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;color:#ffffff;gap:calc(var(--spacing) * 5);}@media (min-width:48rem){.hero-card__content{gap:calc(var(--spacing) * 6);}}.hero-card__heading{font-family:var(--font-serif);font-weight:var(--font-weight-normal);font-style:normal;color:#ffffff;text-align:center;width:100%;margin:0;letter-spacing:-0.03em;line-height:1.2;font-size:var(--text-4xl);}@media (min-width:48rem){.hero-card__heading{font-size:var(--text-7xl);letter-spacing:-0.01em;}}.hero-card__description{font-family:var(--font-sans);font-weight:var(--font-weight-normal);color:#ffffff;text-align:center;width:100%;margin:0;line-height:1.5;font-size:var(--text-base);}@media (min-width:48rem){.hero-card__description{font-size:var(--text-lg);}}.hero-card__actions{position:relative;display:flex;flex-wrap:wrap;gap:calc(var(--spacing) * 4);align-items:flex-start;justify-content:center;}.hero-card__empty-state{display:none;}.in-canvas .hero-card__empty-state{display:flex !important;align-items:center;justify-content:center;min-height:3.5rem;width:100%;max-width:28rem;margin-inline:auto;padding:calc(var(--spacing) * 2);box-sizing:border-box;border:1px dashed rgba(255,255,255,0.45);border-radius:var(--radius);background-color:rgba(255,255,255,0.08);color:rgba(255,255,255,0.75);font-family:var(--font-sans);font-size:var(--text-sm);text-align:center;}.in-canvas .hero-card__actions{width:100%;min-height:3.5rem;}.hero-card__btn{display:inline-flex;align-items:center;justify-content:center;padding-inline:calc(var(--spacing) * 6);padding-block:calc(var(--spacing) * 2.5);font-family:var(--font-sans);font-weight:var(--font-weight-medium);font-size:var(--text-base);line-height:1.5;text-decoration:none;cursor:pointer;outline:none;border-style:solid;border-left-width:1.5px;border-right-width:1.5px;border-top-width:1.5px;border-bottom-width:4px;transition:background-color 0.3s ease,opacity 0.3s ease;white-space:nowrap;}.hero-card__btn:focus-visible{outline:3px solid var(--primary);outline-offset:2px;}.hero-card__btn--primary{background-color:var(--primary);border-color:var(--destructive);color:#ffffff;}.hero-card__btn--primary:hover{background-color:var(--destructive);text-decoration:none;}.hero-card__btn--secondary{background-color:transparent;border-color:var(--border-secondary);color:#ffffff;}.hero-card__btn--secondary:hover{background-color:rgba(255,255,255,0.08);text-decoration:none;}
.w-full{width:100%;}.h-full{height:100%;}.aspect-2\/1{aspect-ratio:2 / 1;}.aspect-16\/9{aspect-ratio:16 / 9;}.aspect-3\/2{aspect-ratio:3 / 2;}.aspect-4\/3{aspect-ratio:4 / 3;}.aspect-1\/1{aspect-ratio:1 / 1;}.overflow-hidden{overflow:hidden;}.rounded-none{border-radius:0;}.rounded-sm{border-radius:0.125rem;}.rounded-xl{border-radius:0.5rem;}.rounded-\[24px\]{border-radius:24px;}.object-cover{object-fit:cover;}.group-hover\:scale-105{transition:transform 300ms ease;}.group:hover .group-hover\:scale-105{transform:scale(1.05);}.duration-300{transition-duration:300ms;}.block{display:block;}.py-1{padding-top:0.25rem;padding-bottom:0.25rem;}.text-sm{font-size:var(--text-sm,0.875rem);line-height:var(--text-sm--line-height,1.25rem);}@media (min-width:1024px){.lg\:py-2{padding-top:0.5rem;padding-bottom:0.5rem;}.lg\:text-base{font-size:var(--text-base,1rem);line-height:var(--text-base--line-height,1.5rem);}}figure{margin:0;}
.bg-white{background-color:var(--foreground);}.bg-black{background-color:var(--background);a,button,li,p,span,h1,h2,h3,h4,h5,h6{color:var(--foreground) !important;}}.bg-dark-gray{background-color:var(--dark-gray);figcaption{color:var(--foreground) !important;}.contact-email.contact-email--dark{color:var(--foreground);}.contact-email.contact-email--dark .contact-email__icon svg{fill:var(--foreground);}.contact-email.contact-email--dark .contact-email__icon img{filter:brightness(0) invert(1);}}.bg-gray-light{background-color:var(--gray-light);}.bg-gray{background-color:var(--gray);}.section-layout{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--section-gap,0);margin-top:var(--section-mt,0);margin-bottom:var(--section-mb,7rem);padding-top:var(--section-pt,0);padding-bottom:var(--section-pb,0);width:100%;position:relative;overflow:hidden;}.section-layout__bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;}.section-layout__bg-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;}.section-layout__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.6);z-index:1;opacity:0.72;}.section-layout > *:not(.section-layout__bg){position:relative;z-index:2;}.section-layout--align-left,.section-layout--align-left *{text-align:left !important;}.section-layout--align-left [class*="__content"],.section-layout--align-left [class*="tagline-wrap"]{justify-content:flex-start !important;align-items:flex-start !important;}.section-layout--align-center,.section-layout--align-center *{text-align:center !important;justify-content:center !important;}.section-layout--align-center [class*="__content"],.section-layout--align-center [class*="tagline-wrap"]{justify-content:center !important;align-items:center !important;}.section-layout--align-right,.section-layout--align-right *{text-align:right !important;justify-content:flex-end !important;}.section-layout--align-right [class*="__content"],.section-layout--align-right [class*="tagline-wrap"]{justify-content:flex-end !important;align-items:flex-end !important;}.section-layout__empty-state{display:none;}.in-canvas .section-layout__empty-state{display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,0.2);min-height:80px;background-color:rgba(0,0,0,0.02);color:rgba(0,0,0,0.4);}.in-canvas .section-layout:not(:empty) .section-layout__empty-state{display:none;}.section-layout--align-left .section-intro.custom-container{justify-content:flex-start !important;align-items:flex-start !important;}.section-layout--align-left [class*="__actions"]{justify-content:flex-start !important;}.section-layout--align-right .section-intro.custom-container{justify-content:flex-end !important;align-items:flex-end !important;}.section-layout--align-right [class*="__actions"]{justify-content:flex-end !important;}.section-layout--align-center .section-intro.custom-container{justify-content:center !important;align-items:center !important;}.section-layout--align-center [class*="__actions "]{justify-content:center !important;}.text-background{color:var(--foreground) !important;}.text-ck-editor figure figcaption,.text-ck-editor figcaption,.text-ck-editor blockquote,.section-layout figcaption{display:flex !important;gap:1.25rem;border-left:none !important;padding-left:0 !important;}.text-ck-editor figure figcaption::before,.text-ck-editor figcaption::before,.text-ck-editor blockquote::before,.section-layout figcaption::before{content:"";display:block;width:2px;flex-shrink:0;align-self:stretch;background:rgba(255,255,255,0.2);}
.section-grid{display:grid;grid-template-columns:1fr;row-gap:var(--section-grid-row-gap,2rem);column-gap:var(--section-grid-column-gap,2rem);width:100%;}@media (min-width:62rem){.section-grid--layout-1_column{grid-template-columns:1fr;}.section-grid--layout-3_column{grid-template-columns:repeat(3,1fr);}.section-grid--layout-2_column_50_50{grid-template-columns:repeat(2,1fr);}.section-grid--layout-2_column_66_33{grid-template-columns:2fr 1fr;}.section-grid--layout-2_column_33_66{grid-template-columns:1fr 2fr;}}.section-grid--align-start{align-items:start;}.section-grid--align-center{align-items:center;}.section-grid--align-end{align-items:end;}.section-grid--align-stretch{align-items:stretch;}.section-grid--justify-start{justify-items:start;text-align:left;}.section-grid--justify-center{justify-items:center;text-align:center;}.section-grid--justify-end{justify-items:end;text-align:right;}.section-grid--justify-stretch{justify-items:stretch;text-align:inherit;}.section-grid__col{display:flex;flex-direction:column;min-width:0;}.section-grid__col--stacked{gap:var(--section-grid-row-gap,2rem);}.section-grid.section-grid--filtered .section-grid__col{display:contents;}@media (min-width:48rem){.section-grid__col--full > *{flex:1 0 0;}}.section-grid__empty-state{display:none;}.in-canvas .section-grid__col:empty::after{content:"Drag component here";display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,0.2);min-height:120px;background-color:rgba(0,0,0,0.02);color:rgba(0,0,0,0.4);}.in-canvas .section-grid__empty-state{display:flex;align-items:center;justify-content:center;border:1px dashed rgba(0,0,0,0.2);min-height:120px;background-color:rgba(0,0,0,0.02);color:rgba(0,0,0,0.4);width:100%;}.in-canvas
  .section-grid__col
  > *:not(.section-grid__empty-state)
  ~ .section-grid__empty-state{display:none;}
.section-intro{width:100%;}.section-intro--centered{display:flex;flex-direction:column;align-items:center;gap:0;}.section-intro--centered.section-intro--has-ctas{gap:0;}.section-intro--centered.section-intro--has-ctas:has(.section-intro__actions > *){gap:2rem;}.section-intro__content{display:flex;flex-direction:column;align-items:center;width:100%;max-width:768px;text-align:center;}.section-intro__content > .section-intro__tagline-wrap + *{margin-top:1rem !important;}.section-intro__content
  > .section-intro__heading
  + .section-intro__description{margin-top:1.5rem;}.section-intro__tagline-wrap{display:flex;align-items:center;width:100%;justify-content:center;}.section-intro__tagline{font-family:var(--font-sans);font-weight:var(--font-weight-semibold);font-size:var(--text-base);line-height:1.5;color:#020704;margin:0;text-align:center;}.section-intro__heading{font-family:var(--font-serif);font-weight:var(--font-weight-normal);font-style:normal;color:#020704;margin:0;width:100%;}.section-intro__heading--h1{font-size:clamp(var(--text-4xl),6vw,var(--h1-size));line-height:1.1;letter-spacing:-0.02em;}@media (min-width:48rem){.section-intro__heading--h1{font-size:var(--h1-size);letter-spacing:-1.44px;}}.section-intro__heading--h2{font-size:clamp(var(--text-3xl),4vw,3.25rem);line-height:1.2;letter-spacing:-0.01em;}@media (min-width:48rem){.section-intro__heading--h2{font-size:3.25rem;letter-spacing:-0.52px;}}.section-intro__heading--h3{font-size:var(--text-2xl);line-height:1.3;}@media (min-width:48rem){.section-intro__heading--h3{font-size:var(--h3-size);}}.section-intro__heading--h4{font-size:var(--text-xl);line-height:1.3;}@media (min-width:48rem){.section-intro__heading--h4{font-size:var(--h4-size);}}.section-intro__heading--h5{font-size:var(--text-2xl);line-height:1.4;letter-spacing:-0.01em;text-align:center;}@media (min-width:48rem){.section-intro__heading--h5{font-size:1.75rem;letter-spacing:-0.28px;max-width:768px;}}.section-intro__description{font-family:var(--font-sans);font-weight:var(--font-weight-normal);font-size:var(--text-base);line-height:1.5;color:#020704;margin:0;width:100%;text-align:center;}@media (min-width:48rem){.section-intro__description{font-size:var(--text-lg);}}.section-intro__actions{position:relative;display:flex;flex-wrap:wrap;gap:calc(var(--spacing) * 6);align-items:center !important;justify-content:center;}.section-intro__empty-state{display:flex !important;align-items:center;justify-content:center;min-height:3.5rem;width:100%;max-width:28rem;margin-inline:auto;padding:calc(var(--spacing) * 2);box-sizing:border-box;border:1px dashed rgba(2,7,4,0.35);border-radius:var(--radius,0.25rem);background-color:rgba(2,7,4,0.06);color:rgba(2,7,4,0.65);font-family:var(--font-sans);font-size:var(--text-sm);text-align:center;}.section-intro__actions{width:100%;}.section-intro--text-light .section-intro__empty-state{border-color:rgba(255,255,255,0.45);background-color:rgba(255,255,255,0.08);color:rgba(255,255,255,0.75);}.section-intro--text-light .section-intro__tagline,.section-intro--text-light .section-intro__heading,.section-intro--text-light .section-intro__description{color:#ffffff;}.section-intro--text-light .section-intro__actions .button--secondary-dark{color:#ffffff;border-color:rgba(255,255,255,0.6);}.section-intro--text-light
  .section-intro__actions
  .button--secondary-dark:hover{background-color:rgba(255,255,255,0.1);}.section-intro--text-light .section-intro__actions .button--link{color:#ffffff;}.section-intro--text-light .section-intro__actions .button--link:hover{opacity:0.75;}.section-intro--text-light .section-intro__actions .button__icon svg{stroke:#ffffff;}
.section-stories{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:calc(var(--spacing) * 12);}@media (min-width:48rem){.section-stories{gap:calc(var(--spacing) * 20);}}.section-stories--text-dark .section-stories__tagline,.section-stories--text-dark .section-stories__heading,.section-stories--text-dark .section-stories__description{color:var(--color-scheme-3-text,white);}.section-stories--text-dark .section-stories__card{background-color:var(--color-scheme-3-foreground,#020704);border:1px solid rgba(255,255,255,0.2);}.section-stories--text-dark .section-stories__tag{background-color:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);color:white;}.section-stories--text-dark .section-stories__read-time,.section-stories--text-dark .section-stories__card-title,.section-stories--text-dark .section-stories__card-description{color:var(--color-scheme-3-text,white);}.section-stories--text-dark .section-stories__card-link{color:white;}.section-stories--text-dark .section-stories__card-link:hover{color:white;text-decoration:none;}.section-stories--text-light .section-stories__tagline,.section-stories--text-light .section-stories__heading,.section-stories--text-light .section-stories__description{color:var(--color-scheme-1-text,#020704);}.section-stories--text-light .section-stories__card{background-color:var(--color-scheme-1-foreground,#f2f2f2);border:1px solid rgba(2,7,4,0.15);}.section-stories--text-light .section-stories__tag{background-color:rgba(2,7,4,0.05);border:1px solid rgba(2,7,4,0.15);color:#020704;}.section-stories--text-light .section-stories__read-time,.section-stories--text-light .section-stories__card-title,.section-stories--text-light .section-stories__card-description{color:var(--color-scheme-1-text,#020704);}.section-stories--text-light .section-stories__card-link{color:#020704;}.section-stories--text-light .section-stories__card-link:hover{color:#020704;text-decoration:none;}.section-stories__header{display:flex;flex-direction:column;gap:calc(var(--spacing) * 3);width:100%;}@media (min-width:48rem){.section-stories__header{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:calc(var(--spacing) * 6);}}.section-stories__title-block{display:flex;flex-direction:column;gap:calc(var(--spacing) * 4);max-width:768px;min-width:0;}.section-stories__title-block .section-stories__heading + .section-stories__description,.section-stories__title-block .section-stories__heading + *{margin-top:0;}.section-stories__tagline{font-family:var(--font-sans);font-weight:var(--font-weight-semibold);font-size:1rem;line-height:1.5;margin:0;}.section-stories__heading{font-family:var(--font-serif);font-weight:400;font-size:clamp(1.75rem,4vw,3.25rem);line-height:1.2;letter-spacing:-0.01em;margin:0;}.section-stories__description{font-family:var(--font-sans);font-weight:400;font-size:var(--text-base);line-height:1.5;margin:0;}@media (min-width:48rem){.section-stories__description{font-size:1.125rem;}}.section-stories__button-wrapper--mobile{display:flex;width:100%;justify-content:flex-end !important;}.section-stories__actions--desktop{display:none;}@media (min-width:48rem){.section-stories__button-wrapper--mobile{display:none;}.section-stories__actions--desktop{display:flex;flex-shrink:0;}}.section-stories__content{width:100%;}.section-stories__grid{display:grid;grid-template-columns:1fr;width:100%;gap:calc(var(--spacing) * 12);}@media (min-width:48rem){.section-stories__grid{grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:calc(var(--spacing) * 8);}}.section-stories__card{display:flex;flex-direction:column;border-radius:var(--radius,8px);overflow:hidden;min-width:0;}.section-stories__card-image{position:relative;width:100%;aspect-ratio:335 / 221;flex-shrink:0;overflow:hidden;}.section-stories__card-img,.section-stories__card-image img{display:block;width:100%;height:100%;object-fit:cover;}.section-stories__card-body{display:flex;flex-direction:column;gap:calc(var(--spacing) * 6);padding:calc(var(--spacing) * 5) calc(var(--spacing) * 6);min-width:0;flex:1;}@media (min-width:48rem){.section-stories__card-body{padding:calc(var(--spacing) * 6);}}.section-stories__card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--spacing) * 4);}.section-stories__tag{display:inline-flex;align-items:flex-start;padding-inline:calc(var(--spacing) * 2.5);padding-block:calc(var(--spacing) * 1);font-family:var(--font-sans);font-weight:var(--font-weight-semibold);font-size:var(--text-sm);line-height:1.5;}.section-stories__read-time{font-family:var(--font-sans);font-weight:var(--font-weight-semibold);font-size:var(--text-sm);line-height:1.5;}.section-stories__card-text{display:flex;flex-direction:column;gap:calc(var(--spacing) * 2);}.section-stories__card-title{font-family:var(--font-serif);font-weight:400;font-size:1.75rem;line-height:1.4;letter-spacing:-0.28px;margin:0;width:100%;}.section-stories__card-description{font-family:var(--font-sans);font-weight:400;font-size:var(--text-base);line-height:1.5;margin:0;width:100%;}.section-stories__card-link{display:inline-flex;align-items:center;gap:calc(var(--spacing) * 2);font-family:var(--font-sans);font-weight:var(--font-weight-medium);font-size:var(--text-base);line-height:1.5;text-decoration:none;align-self:flex-start;}.section-stories__card-link-icon{display:inline-flex;flex-shrink:0;width:24px;height:24px;}.section-stories__card-link-icon svg{width:100%;height:100%;}
