@layer components;:root{--core-brand-primary:#e76130;--core-brand-primary-light:#fff0eb;--core-brand-secondary:#692739;--core-brand-secondary-dark:#5b1d28;--core-brand-secondary-light:#f0e9eb;--core-neutral-white:#fefefe;--core-neutral-dark:#212121;--core-neutral-light:#aeaeae;--core-brand-secondary-text:#875261;--core-brand-secondary-muted:#ba9ca4;--core-brand-secondary-logo:#d1bcc2;--color-text-primary:var(--core-brand-secondary);--color-text-secondary:var(--core-brand-secondary-text);--color-text-muted:var(--core-brand-secondary-muted);--color-text-inverse:var(--core-neutral-white);--color-text-brand:var(--core-brand-primary);--background-card-default:var(--core-neutral-white);--background-card-light:var(--core-brand-secondary-light);--background-card-strong:var(--core-brand-secondary);--background-page-default:var(--core-neutral-white);--background-page-light:var(--core-brand-secondary-light);--background-page-strong:var(--core-brand-secondary);--background-badge-default:var(--core-neutral-white);--background-button-primary-default:var(--core-brand-primary);--background-button-primary-hover:var(--core-neutral-white);--background-button-primary-active:var(--core-brand-primary-light);--background-button-secondary-default:var(--core-neutral-white);--background-button-secondary-hover:var(--core-brand-primary);--background-button-secondary-active:var(--core-brand-primary-light);--background-tag-primary-light:var(--core-brand-primary-light);--background-tag-primary-strong:var(--core-brand-primary);--background-tag-secondary-light:var(--core-brand-secondary-light);--background-tag-secondary-strong:var(--core-brand-secondary);--background-input-default:var(--core-neutral-white);--background-footer-default:var(--core-brand-secondary);--background-header-default:var(--core-neutral-white);--background-hero-default:var(--core-brand-secondary-dark);--background-item-default:var(--core-neutral-white);--background-item-alt:var(--core-brand-primary-light);--background-icon-primary-light:var(--core-brand-primary-light);--background-icon-secondary-light:var(--core-brand-secondary-logo);--background-icon-footer:var(--core-neutral-white);--border-button-default:var(--core-brand-primary);--border-button-focus:var(--core-brand-secondary);--border-badge-default:var(--core-brand-primary);--border-card-default:var(--core-neutral-light);--border-card-alt:var(--core-brand-primary);--border-item-default:var(--core-neutral-light);--border-item-alt:var(--core-brand-primary);--border-input-default:var(--core-neutral-light);--border-input-focus:var(--core-brand-primary);--border-input-focus-ring:color-mix(in srgb, var(--core-brand-primary) 25%, transparent);--border-tag-primary:var(--core-brand-primary);--border-tag-secondary:var(--core-brand-secondary);--border-icon-default:var(--core-brand-secondary);--icon-default:var(--core-neutral-dark);--icon-brand:var(--core-brand-primary);--icon-accent-wine:var(--core-brand-secondary);--icon-inverse:var(--core-neutral-white)}.heading-h1-display{letter-spacing:0;font-family:Fraunces,serif;font-size:2.5rem;font-weight:900;line-height:1.2}.heading-h2{letter-spacing:0;font-family:Fraunces,serif;font-size:2.25rem;font-weight:700;line-height:1.2}.heading-h3{letter-spacing:0;font-family:Fraunces,serif;font-size:1.75rem;font-weight:700;line-height:1.2}.heading-h4{letter-spacing:0;font-family:Fraunces,serif;font-size:1.25rem;font-weight:700;line-height:1.2}.heading-h5{letter-spacing:0;font-family:Fraunces,serif;font-size:1rem;font-weight:700;line-height:1.2}.heading-h6{letter-spacing:0;font-family:Fraunces,serif;font-size:.875rem;font-weight:700;line-height:1.2}.body-medium{letter-spacing:0;font-family:Geist,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}.body-medium strong{font-weight:600}.body-large{letter-spacing:0;font-family:Geist,sans-serif;font-size:1rem;font-weight:600;line-height:1.5}.body-light{letter-spacing:0;font-family:Geist,sans-serif;font-size:.875rem;font-weight:300;line-height:1.5}.body-small{letter-spacing:0;font-family:Geist,sans-serif;font-size:.875rem;font-weight:400;line-height:1.5}.body-small-italic{letter-spacing:0;font-family:Inter,sans-serif;font-size:.75rem;font-style:italic;font-weight:300;line-height:1.5}.label-navigation{letter-spacing:0;text-transform:uppercase;font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;line-height:1.2}.label-navigation-bold{letter-spacing:0;text-transform:capitalize;font-family:Geist,sans-serif;font-size:.75rem;font-weight:600;line-height:1.2}.label-button{letter-spacing:0;font-family:Geist,sans-serif;font-size:.875rem;font-weight:600;line-height:1.2}.label-overline{letter-spacing:0;text-transform:uppercase;font-family:Geist,sans-serif;font-size:.875rem;font-weight:700;line-height:1.2}.label-footnote{letter-spacing:0;font-family:Geist,sans-serif;font-size:.75rem;font-weight:400;line-height:1.3}.label-legal{letter-spacing:0;font-family:Geist,sans-serif;font-size:1rem;font-weight:400;line-height:1.5}:root{--section-padding-x:1.5rem}@media (width>=768px){:root{--section-padding-x:2rem}}@media (width>=1024px){:root{--section-padding-x:max(5rem, calc((100vw - 80rem) / 2))}}.tag{box-sizing:border-box;border-radius:4px;align-items:center;gap:.375rem;padding:.5rem .75rem;display:inline-flex}.tag--brand-primary{background:var(--background-tag-primary-strong);color:var(--color-text-inverse)}.tag--brand-primary-light{background:var(--background-tag-primary-light);color:var(--color-text-brand)}.tag--brand-secondary{background:var(--background-tag-secondary-strong);border:2px solid var(--color-text-inverse);color:var(--color-text-inverse);animation:2.4s ease-in-out infinite tag-pulse}@keyframes tag-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}@media (prefers-reduced-motion:reduce){.tag--brand-secondary{animation:none}}.tag--brand-secondary-light{background:var(--background-tag-secondary-light);color:var(--color-text-primary)}.tag__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;display:block}.tag__icon--assessment-afdas{background-image:url("data:image/svg+xml,%3csvg%20width='7'%20height='11'%20viewBox='0%200%207%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.23862%205.9451L5.99612%2010.2083C6.0046%2010.2585%205.99756%2010.3101%205.97593%2010.3562C5.9543%2010.4023%205.91912%2010.4407%205.87509%2010.4662C5.83105%2010.4918%205.78027%2010.5033%205.72952%2010.4992C5.67878%2010.4951%205.63049%2010.4756%205.59112%2010.4433L3.80112%209.09976C3.71471%209.0352%203.60973%209.00032%203.50187%209.00032C3.39401%209.00032%203.28903%209.0352%203.20262%209.09976L1.40962%2010.4428C1.37028%2010.4751%201.32205%2010.4945%201.27137%2010.4986C1.22068%2010.5027%201.16996%2010.4912%201.12595%2010.4658C1.08195%2010.4403%201.04676%2010.402%201.02508%2010.356C1.0034%2010.31%200.996264%2010.2585%201.00462%2010.2083L1.76162%205.9451M6.5%203.50015C6.5%205.15709%205.15685%206.50031%203.5%206.50031C1.84315%206.50031%200.5%205.15709%200.5%203.50015C0.5%201.84321%201.84315%200.5%203.5%200.5C5.15685%200.5%206.5%201.84321%206.5%203.50015Z'%20stroke='%23FEFEFE'%20stroke-linecap='round'/%3e%3c/svg%3e");width:.375rem;height:.625rem}.button{box-sizing:border-box;text-align:center;cursor:pointer;border:1px solid #0000;border-radius:100px;justify-content:center;align-items:center;padding:.625rem 1.25rem;text-decoration:none;transition:background-color .25s ease-out,border-color .25s ease-out,color .25s ease-out,box-shadow .25s ease-out;display:inline-flex}.button--primary{background:var(--background-button-primary-default);border-color:var(--border-button-default);color:var(--color-text-inverse)}.button--primary:hover{background:var(--background-button-primary-hover);border-color:var(--border-button-default);color:var(--color-text-brand)}.button--primary:active{background:var(--background-button-primary-active);border-color:var(--border-button-default);color:var(--color-text-brand)}.button--primary:focus-visible{background:var(--background-button-primary-default);border:2px solid var(--border-button-focus);color:var(--color-text-inverse);outline:none}.button--secondary{background:var(--background-button-secondary-default);border-color:var(--border-button-default);color:var(--color-text-brand)}.button--secondary:hover{background:var(--background-button-secondary-hover);border-color:var(--border-button-default);color:var(--color-text-inverse)}.button--secondary:active{background:var(--background-button-secondary-active);border-color:var(--border-button-default);color:var(--color-text-brand)}.button--secondary:focus-visible{background:var(--background-button-secondary-default);border:2px solid var(--border-button-focus);color:var(--color-text-brand);outline:none}.header{z-index:100;background:var(--background-header-default);box-shadow:none;flex-direction:column;align-self:stretch;transition:box-shadow .25s ease-out;animation:.4s ease-out both page-enter-fade;display:flex;position:sticky;top:0}.header--scrolled{box-shadow:0 2px 8px #0006}main>section[id]{scroll-margin-top:4.5rem}@media (width>=768px){main>section[id]{scroll-margin-top:5rem}}.header__bar{height:4.5rem;padding:0 var(--section-padding-x);flex-direction:row;justify-content:space-between;align-self:stretch;align-items:center;gap:2.5rem;display:flex}.header__logo{width:7.75rem;height:1.8125rem;display:block}.header__end{flex-direction:row;justify-content:flex-end;align-items:center;gap:1.25rem;display:none}.header__nav{flex-direction:row;justify-content:center;align-self:stretch;align-items:center;gap:2.25rem;padding:0 1.25rem;display:flex}.header__nav a{box-sizing:border-box;height:1.875rem;color:var(--color-text-primary);text-align:center;border-bottom:1px solid var(--border-button-default);justify-content:center;align-items:center;text-decoration:none;transition:color .25s ease-out;display:flex}.header__nav a:hover{color:var(--color-text-brand)}.header__actions{flex-direction:row;align-items:center;gap:.5rem;display:flex}.header__actions-mobile{flex-direction:row;align-items:center;gap:.75rem;display:flex}.header__menu-toggle{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.header__icon-burger,.header__icon-chevron{background-position:50%;background-repeat:no-repeat;background-size:contain;display:block}.header__icon-burger{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='18'%20viewBox='0%200%2024%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20x='1.5'%20y='0.5'%20width='21'%20height='3'%20rx='1.5'%20fill='%23E76130'%20stroke='%23E76130'/%3e%3crect%20x='1.5'%20y='7.5'%20width='21'%20height='3'%20rx='1.5'%20fill='%23E76130'%20stroke='%23E76130'/%3e%3crect%20x='1.5'%20y='14.5'%20width='21'%20height='3'%20rx='1.5'%20fill='%23E76130'%20stroke='%23E76130'/%3e%3c/svg%3e");width:1.5rem;height:1rem}.header__icon-chevron{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%2017L12%207L4%2017'%20stroke='%23E76130'%20stroke-width='4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");width:1.5rem;height:1.5rem;display:none;transform:rotate(-180deg)}.header.is-open .header__icon-burger{display:none}.header.is-open .header__icon-chevron{display:block}.header__nav-mobile{width:100%;padding:0 var(--section-padding-x);flex-direction:column;align-self:stretch;align-items:center;gap:1.5rem;display:none}.header.is-open{align-items:flex-start;gap:1.5rem;padding-bottom:1.5rem}.header.is-open .header__nav-mobile{display:flex}.header__nav-mobile a:not(.button){box-sizing:border-box;height:1.875rem;color:var(--color-text-primary);border-bottom:1px solid var(--border-button-default);justify-content:center;align-items:center;text-decoration:none;transition:color .25s ease-out;display:flex}.header__nav-mobile a:not(.button):hover{color:var(--color-text-brand)}@media (width>=768px){.header.is-open{align-items:stretch;gap:0;padding-bottom:0}.header__bar{height:5rem;padding:0 var(--section-padding-x)}.header__end{display:flex}.header__actions-mobile,.header__nav-mobile,.header.is-open .header__nav-mobile{display:none}}.hero-section{padding:4rem var(--section-padding-x);background-color:var(--background-hero-default);flex-direction:column;justify-content:center;align-items:flex-start;min-height:26.25rem;display:flex;position:relative;overflow:hidden}.hero-section__bg{z-index:0;object-fit:cover;object-position:center;opacity:.2;pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.hero-section__content{z-index:1;flex-direction:column;align-items:flex-start;gap:2rem;width:100%;display:flex;position:relative}.hero-section__metadata{flex-flow:wrap;align-items:flex-start;gap:.5rem;animation:.45s ease-out .2s both page-enter-rise;display:flex}.hero-section__content .heading-h1-display{color:var(--color-text-inverse);margin:0;animation:.45s ease-out .35s both page-enter-rise}.hero-section__description{max-width:45.8125rem;color:var(--color-text-inverse);margin:0;animation:.45s ease-out .5s both page-enter-rise}.hero-section__description p{margin:0}.hero-section__description p+p{margin-top:1.5rem}.hero-section__content>.button{animation:.45s ease-out .65s both page-enter-rise}@media (width>=768px){.hero-section{padding:5rem var(--section-padding-x);min-height:42.5rem}}@keyframes page-enter-fade{0%{opacity:0}to{opacity:1}}@keyframes page-enter-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.header,.hero-section__metadata,.hero-section__content .heading-h1-display,.hero-section__description,.hero-section__content>.button{animation:none}}.vision-section{background:var(--background-page-light);flex-direction:column-reverse;align-items:stretch;gap:2rem;padding:4rem 0 0;display:flex;overflow-x:clip}.vision-section__media{aspect-ratio:540/600;width:100%;overflow:hidden}.vision-section__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.vision-section__content{width:100%;padding:0 var(--section-padding-x);flex-direction:column;justify-content:center;align-items:flex-start;gap:2.5rem;display:flex}.vision-section__quote,.outcomes-section__header,.founder-section__heading{border-left:3px solid var(--border-tag-primary);flex-direction:column;align-items:flex-start;gap:1.375rem;width:100%;margin:0;padding:0 0 0 1.5rem;display:flex}.outcomes-section__header,.founder-section__heading{border-left-color:var(--border-card-alt)}.vision-section__quote .heading-h4{color:var(--color-text-primary);margin:0}.vision-section__quote .label-overline{color:var(--color-text-muted);text-transform:uppercase;margin:0}.vision-section__body{flex-direction:column;align-items:flex-start;gap:2.25rem;width:100%;display:flex}.vision-section__body .heading-h2{color:var(--color-text-primary);margin:0}.vision-section__body .body-medium{color:var(--color-text-secondary);margin:0}.vision-section__body .body-medium p{margin:0}.vision-section__body .body-medium p+p{margin-top:1.5rem}@keyframes vision-enter-left{0%{opacity:0;transform:translate(-3rem)}to{opacity:1;transform:translate(0)}}@keyframes vision-enter-right{0%{opacity:0;transform:translate(3rem)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:no-preference){.js .vision-section:not(.is-inview) .vision-section__media,.js .vision-section:not(.is-inview) .vision-section__content{opacity:0}.js .vision-section:not(.is-inview) .vision-section__media{transform:translate(-3rem)}.js .vision-section:not(.is-inview) .vision-section__content{transform:translate(3rem)}.js .vision-section.is-inview .vision-section__media{animation:.65s ease-out forwards vision-enter-left}.js .vision-section.is-inview .vision-section__content{animation:.65s ease-out forwards vision-enter-right}}@media (width>=768px){.vision-section{padding:5rem var(--section-padding-x) 5rem 0;grid-template-columns:minmax(0,2fr) minmax(0,3fr);align-items:center;gap:4rem;display:grid}.vision-section__media{aspect-ratio:540/600;justify-self:stretch;width:100%;min-width:0;height:auto}.vision-section__content{gap:5rem;min-width:0;padding:3.125rem 0}}@media (width>=1600px){.vision-section{padding:5rem var(--section-padding-x)}}.highlight-card{box-sizing:border-box;border-radius:12px;flex-direction:column;align-items:center;gap:1.25rem;padding:0;transition:transform .25s ease-out;display:flex}.highlight-card__icon{background-color:var(--background-icon-secondary-light);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:8px;flex-shrink:0;width:3rem;height:3rem;display:block}.highlight-card__icon--localisation{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='8'%20fill='%23FFF0EB'/%3e%3cpath%20d='M24.6011%2033.8001C26.4609%2032.194%2031.9994%2026.9935%2031.9994%2022C31.9994%2019.8781%2031.1566%2017.8431%2029.6565%2016.3426C28.1563%2014.8422%2026.1217%2013.9993%2024.0002%2013.9993C21.8787%2013.9993%2019.844%2014.8422%2018.3439%2016.3426C16.8437%2017.8431%2016.001%2019.8781%2016.001%2022C16.001%2026.9935%2021.5394%2032.194%2023.3992%2033.8001C23.5725%2033.9304%2023.7834%2034.0009%2024.0002%2034.0009C24.217%2034.0009%2024.4279%2033.9304%2024.6011%2033.8001Z'%20stroke='%23E76130'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.highlight-card__icon--small-group{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='8'%20fill='%23FFF0EB'/%3e%3cpath%20d='M28.0001%2033V31C28.0001%2029.9391%2027.5787%2028.9217%2026.8285%2028.1716C26.0783%2027.4214%2025.0608%2027%2023.9998%2027H17.9993C16.9384%2027%2015.9209%2027.4214%2015.1707%2028.1716C14.4205%2028.9217%2013.999%2029.9391%2013.999%2031V33M28.0001%2015.1279C28.858%2015.3503%2029.6177%2015.8512%2030.16%2016.552C30.7023%2017.2528%2030.9966%2018.1138%2030.9966%2018.9999C30.9966%2019.886%2030.7023%2020.7471%2030.16%2021.4479C29.6177%2022.1487%2028.858%2022.6496%2028.0001%2022.8719M34.0006%2032.9999V30.9999C34%2030.1136%2033.705%2029.2527%2033.1619%2028.5522C32.6189%2027.8517%2031.8586%2027.3515%2031.0004%2027.1299M24.9999%2019C24.9999%2021.2091%2023.2089%2023%2020.9996%2023C18.7903%2023%2016.9993%2021.2091%2016.9993%2019C16.9993%2016.7909%2018.7903%2015%2020.9996%2015C23.2089%2015%2024.9999%2016.7909%2024.9999%2019Z'%20stroke='%23E76130'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e")}.highlight-card__icon--practical-alt{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='8'%20fill='%23FFF0EB'/%3e%3cpath%20d='M33%2018.75H28.875V18C28.875%2017.3038%2028.5984%2016.6361%2028.1062%2016.1438C27.6139%2015.6516%2026.9462%2015.375%2026.25%2015.375H21.75C21.0538%2015.375%2020.3861%2015.6516%2019.8938%2016.1438C19.4016%2016.6361%2019.125%2017.3038%2019.125%2018V18.75H15C14.5027%2018.75%2014.0258%2018.9475%2013.6742%2019.2992C13.3225%2019.6508%2013.125%2020.1277%2013.125%2020.625V30.75C13.125%2031.2473%2013.3225%2031.7242%2013.6742%2032.0758C14.0258%2032.4275%2014.5027%2032.625%2015%2032.625H33C33.4973%2032.625%2033.9742%2032.4275%2034.3258%2032.0758C34.6775%2031.7242%2034.875%2031.2473%2034.875%2030.75V20.625C34.875%2020.1277%2034.6775%2019.6508%2034.3258%2019.2992C33.9742%2018.9475%2033.4973%2018.75%2033%2018.75ZM21.375%2018C21.375%2017.9005%2021.4145%2017.8052%2021.4848%2017.7348C21.5552%2017.6645%2021.6505%2017.625%2021.75%2017.625H26.25C26.3495%2017.625%2026.4448%2017.6645%2026.5152%2017.7348C26.5855%2017.8052%2026.625%2017.9005%2026.625%2018V18.75H21.375V18ZM32.625%2021V24H30.375V23.625C30.375%2023.3266%2030.2565%2023.0405%2030.0455%2022.8295C29.8345%2022.6185%2029.5484%2022.5%2029.25%2022.5C28.9516%2022.5%2028.6655%2022.6185%2028.4545%2022.8295C28.2435%2023.0405%2028.125%2023.3266%2028.125%2023.625V24H19.875V23.625C19.875%2023.3266%2019.7565%2023.0405%2019.5455%2022.8295C19.3345%2022.6185%2019.0484%2022.5%2018.75%2022.5C18.4516%2022.5%2018.1655%2022.6185%2017.9545%2022.8295C17.7435%2023.0405%2017.625%2023.3266%2017.625%2023.625V24H15.375V21H32.625ZM15.375%2030.375V26.25H17.625V26.625C17.625%2026.9234%2017.7435%2027.2095%2017.9545%2027.4205C18.1655%2027.6315%2018.4516%2027.75%2018.75%2027.75C19.0484%2027.75%2019.3345%2027.6315%2019.5455%2027.4205C19.7565%2027.2095%2019.875%2026.9234%2019.875%2026.625V26.25H28.125V26.625C28.125%2026.9234%2028.2435%2027.2095%2028.4545%2027.4205C28.6655%2027.6315%2028.9516%2027.75%2029.25%2027.75C29.5484%2027.75%2029.8345%2027.6315%2030.0455%2027.4205C30.2565%2027.2095%2030.375%2026.9234%2030.375%2026.625V26.25H32.625V30.375H15.375Z'%20fill='%23E76130'/%3e%3c/svg%3e")}.highlight-card__icon--networking{background-image:url(/assets/icon-networking-8BQSqYTn.svg)}.highlight-card__body{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100%;display:flex}.highlight-card__body .heading-h3{color:var(--color-text-primary);margin:0}.highlight-card__body .body-medium{color:var(--color-text-secondary);margin:0}.highlights-section{padding:4rem var(--section-padding-x);background:var(--background-page-default);flex-direction:column;align-items:flex-start;gap:3rem;display:flex;position:relative;overflow:visible}.highlights-section__halo{z-index:0;pointer-events:none;background:radial-gradient(circle, color-mix(in srgb, var(--color-text-brand) 40%, transparent) 0%, transparent 70%);filter:blur(2.5rem);opacity:0;border-radius:50%;width:22rem;height:22rem;margin:0;transition:opacity .25s ease-out;display:none;position:absolute;transform:translate(-50%,-50%)}@media (hover:hover) and (pointer:fine){.highlights-section__halo{display:block}.highlights-section__halo.is-active{opacity:1}.highlight-card:hover{transform:scale(1.05)}}.highlights-section__header,.highlights-row{z-index:1;position:relative}.highlights-section__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;width:100%;display:flex}.highlights-section__header .heading-h2{color:var(--color-text-primary);margin:0}.highlights-section__header .body-medium{color:var(--color-text-secondary);margin:0}.highlights-row{flex-flow:column wrap;place-content:flex-start center;align-items:flex-start;gap:1.5rem;width:100%;display:flex}.highlights-row .highlight-card{width:100%}@media (prefers-reduced-motion:no-preference){.js .highlights-section:not(.is-inview) .highlights-section__header .heading-h2,.js .highlights-section:not(.is-inview) .highlights-section__header .body-medium,.js .highlights-section:not(.is-inview) .highlight-card{opacity:0;transform:translateY(14px)}.js .highlights-section.is-inview .highlights-section__header .heading-h2{animation:.45s ease-out backwards page-enter-rise}.js .highlights-section.is-inview .highlights-section__header .body-medium{animation:.45s ease-out .15s backwards page-enter-rise}.js .highlights-section.is-inview .highlight-card:first-child{animation:.45s ease-out .3s backwards page-enter-rise}.js .highlights-section.is-inview .highlight-card:nth-child(2){animation:.45s ease-out .45s backwards page-enter-rise}.js .highlights-section.is-inview .highlight-card:nth-child(3){animation:.45s ease-out .6s backwards page-enter-rise}.js .highlights-section.is-inview .highlight-card:nth-child(4){animation:.45s ease-out .75s backwards page-enter-rise}}@media (width>=768px){.highlights-section{padding:5rem var(--section-padding-x)}.highlights-row{flex-direction:row;gap:1.5rem 2rem;padding:0 1.75rem}.highlights-row .highlight-card{flex:calc(50% - 1rem);width:auto;min-width:0;max-width:14.4375rem}}@media (width>=1024px){.highlights-row{gap:1.5rem 6.25rem}.highlights-row .highlight-card{flex:1 1 0;max-width:14.4375rem}}.skill-item{flex-direction:row;align-items:flex-start;gap:1.25rem;width:100%;display:flex}.skill-item__icon{background-position:50%;background-repeat:no-repeat;background-size:contain;flex-shrink:0;width:3rem;height:3rem;display:block}.skill-item__icon--structure{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='24'%20fill='%23D1BCC2'/%3e%3cpath%20d='M19.875%2022.125C19.875%2021.8266%2019.9935%2021.5405%2020.2045%2021.3295C20.4155%2021.1185%2020.7016%2021%2021%2021H27C27.2984%2021%2027.5845%2021.1185%2027.7955%2021.3295C28.0065%2021.5405%2028.125%2021.8266%2028.125%2022.125C28.125%2022.4234%2028.0065%2022.7095%2027.7955%2022.9205C27.5845%2023.1315%2027.2984%2023.25%2027%2023.25H21C20.7016%2023.25%2020.4155%2023.1315%2020.2045%2022.9205C19.9935%2022.7095%2019.875%2022.4234%2019.875%2022.125ZM22.875%2024.75H21C20.7016%2024.75%2020.4155%2024.8685%2020.2045%2025.0795C19.9935%2025.2905%2019.875%2025.5766%2019.875%2025.875C19.875%2026.1734%2019.9935%2026.4595%2020.2045%2026.6705C20.4155%2026.8815%2020.7016%2027%2021%2027H22.875C23.1734%2027%2023.4595%2026.8815%2023.6705%2026.6705C23.8815%2026.4595%2024%2026.1734%2024%2025.875C24%2025.5766%2023.8815%2025.2905%2023.6705%2025.0795C23.4595%2024.8685%2023.1734%2024.75%2022.875%2024.75ZM33.375%2016.5V26.6897C33.3757%2026.936%2033.3275%2027.18%2033.2332%2027.4076C33.1388%2027.6351%2033.0003%2027.8417%2032.8256%2028.0153L28.0153%2032.8256C27.8417%2033.0003%2027.6351%2033.1388%2027.4076%2033.2332C27.18%2033.3275%2026.936%2033.3757%2026.6897%2033.375H16.5C16.0027%2033.375%2015.5258%2033.1775%2015.1742%2032.8258C14.8225%2032.4742%2014.625%2031.9973%2014.625%2031.5V16.5C14.625%2016.0027%2014.8225%2015.5258%2015.1742%2015.1742C15.5258%2014.8225%2016.0027%2014.625%2016.5%2014.625H31.5C31.9973%2014.625%2032.4742%2014.8225%2032.8258%2015.1742C33.1775%2015.5258%2033.375%2016.0027%2033.375%2016.5ZM16.875%2031.125H25.5V26.625C25.5%2026.3266%2025.6185%2026.0405%2025.8295%2025.8295C26.0405%2025.6185%2026.3266%2025.5%2026.625%2025.5H31.125V16.875H16.875V31.125ZM29.9062%2027.75H27.75V29.9062L29.9062%2027.75Z'%20fill='%23692739'/%3e%3c/svg%3e")}.skill-item__icon--team-finance{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='24'%20fill='%23D1BCC2'/%3e%3cpath%20d='M34.5%2016.875H13.5C13.2016%2016.875%2012.9155%2016.9935%2012.7045%2017.2045C12.4935%2017.4155%2012.375%2017.7016%2012.375%2018V30C12.375%2030.2984%2012.4935%2030.5845%2012.7045%2030.7955C12.9155%2031.0065%2013.2016%2031.125%2013.5%2031.125H34.5C34.7984%2031.125%2035.0845%2031.0065%2035.2955%2030.7955C35.5065%2030.5845%2035.625%2030.2984%2035.625%2030V18C35.625%2017.7016%2035.5065%2017.4155%2035.2955%2017.2045C35.0845%2016.9935%2034.7984%2016.875%2034.5%2016.875ZM28.9884%2028.875H19.0116C18.789%2027.7952%2018.2549%2026.8043%2017.4753%2026.0247C16.6957%2025.2451%2015.7048%2024.711%2014.625%2024.4884V23.5116C15.7048%2023.289%2016.6957%2022.7549%2017.4753%2021.9753C18.2549%2021.1957%2018.789%2020.2048%2019.0116%2019.125H28.9884C29.211%2020.2048%2029.7451%2021.1957%2030.5247%2021.9753C31.3043%2022.7549%2032.2952%2023.289%2033.375%2023.5116V24.4884C32.2952%2024.711%2031.3043%2025.2451%2030.5247%2026.0247C29.7451%2026.8043%2029.211%2027.7952%2028.9884%2028.875ZM33.375%2021.1819C32.9012%2021.0127%2032.4709%2020.7405%2032.1152%2020.3848C31.7595%2020.0291%2031.4873%2019.5988%2031.3181%2019.125H33.375V21.1819ZM16.6819%2019.125C16.5127%2019.5988%2016.2405%2020.0291%2015.8848%2020.3848C15.5291%2020.7405%2015.0988%2021.0127%2014.625%2021.1819V19.125H16.6819ZM14.625%2026.8181C15.0988%2026.9873%2015.5291%2027.2595%2015.8848%2027.6152C16.2405%2027.9709%2016.5127%2028.4012%2016.6819%2028.875H14.625V26.8181ZM31.3181%2028.875C31.4873%2028.4012%2031.7595%2027.9709%2032.1152%2027.6152C32.4709%2027.2595%2032.9012%2026.9873%2033.375%2026.8181V28.875H31.3181ZM24%2020.25C23.2583%2020.25%2022.5333%2020.4699%2021.9166%2020.882C21.2999%2021.294%2020.8193%2021.8797%2020.5355%2022.5649C20.2516%2023.2502%2020.1774%2024.0042%2020.3221%2024.7316C20.4667%2025.459%2020.8239%2026.1272%2021.3483%2026.6517C21.8728%2027.1761%2022.541%2027.5333%2023.2684%2027.6779C23.9958%2027.8226%2024.7498%2027.7484%2025.4351%2027.4645C26.1203%2027.1807%2026.706%2026.7001%2027.118%2026.0834C27.5301%2025.4667%2027.75%2024.7417%2027.75%2024C27.75%2023.0054%2027.3549%2022.0516%2026.6517%2021.3483C25.9484%2020.6451%2024.9946%2020.25%2024%2020.25ZM24%2025.5C23.7033%2025.5%2023.4133%2025.412%2023.1666%2025.2472C22.92%2025.0824%2022.7277%2024.8481%2022.6142%2024.574C22.5006%2024.2999%2022.4709%2023.9983%2022.5288%2023.7074C22.5867%2023.4164%2022.7296%2023.1491%2022.9393%2022.9393C23.1491%2022.7296%2023.4164%2022.5867%2023.7074%2022.5288C23.9983%2022.4709%2024.2999%2022.5006%2024.574%2022.6142C24.8481%2022.7277%2025.0824%2022.92%2025.2472%2023.1666C25.412%2023.4133%2025.5%2023.7033%2025.5%2024C25.5%2024.3978%2025.342%2024.7794%2025.0607%2025.0607C24.7794%2025.342%2024.3978%2025.5%2024%2025.5Z'%20fill='%23692739'/%3e%3c/svg%3e")}.skill-item__icon--funding{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='24'%20fill='%23D1BCC2'/%3e%3cpath%20d='M30.75%2023.25C30.75%2023.5467%2030.662%2023.8367%2030.4972%2024.0834C30.3324%2024.33%2030.0981%2024.5223%2029.824%2024.6358C29.5499%2024.7494%2029.2483%2024.7791%2028.9574%2024.7212C28.6664%2024.6633%2028.3991%2024.5204%2028.1893%2024.3107C27.9796%2024.1009%2027.8367%2023.8336%2027.7788%2023.5426C27.7209%2023.2517%2027.7506%2022.9501%2027.8642%2022.676C27.9777%2022.4019%2028.17%2022.1676%2028.4166%2022.0028C28.6633%2021.838%2028.9533%2021.75%2029.25%2021.75C29.6478%2021.75%2030.0294%2021.908%2030.3107%2022.1893C30.592%2022.4706%2030.75%2022.8522%2030.75%2023.25ZM26.625%2018H22.875C22.5766%2018%2022.2905%2018.1185%2022.0795%2018.3295C21.8685%2018.5405%2021.75%2018.8266%2021.75%2019.125C21.75%2019.4234%2021.8685%2019.7095%2022.0795%2019.9205C22.2905%2020.1315%2022.5766%2020.25%2022.875%2020.25H26.625C26.9234%2020.25%2027.2095%2020.1315%2027.4205%2019.9205C27.6315%2019.7095%2027.75%2019.4234%2027.75%2019.125C27.75%2018.8266%2027.6315%2018.5405%2027.4205%2018.3295C27.2095%2018.1185%2026.9234%2018%2026.625%2018ZM36%2022.5V25.5C36.0001%2026.1888%2035.7295%2026.85%2035.2465%2027.3411C34.7635%2027.8321%2034.1068%2028.1137%2033.4181%2028.125L31.9875%2032.1309C31.8574%2032.4951%2031.6178%2032.8102%2031.3016%2033.0329C30.9854%2033.2556%2030.608%2033.3751%2030.2213%2033.375H29.0287C28.642%2033.3751%2028.2646%2033.2556%2027.9484%2033.0329C27.6322%2032.8102%2027.3926%2032.4951%2027.2625%2032.1309L27.1688%2031.875H22.3284L22.2347%2032.1309C22.1047%2032.4947%2021.8655%2032.8094%2021.5499%2033.0321C21.2343%2033.2548%2020.8575%2033.3745%2020.4713%2033.375H19.2787C18.892%2033.3751%2018.5146%2033.2556%2018.1984%2033.0329C17.8822%2032.8102%2017.6426%2032.4951%2017.5125%2032.1309L16.3594%2028.9012C15.3737%2027.7668%2014.703%2026.3936%2014.4141%2024.9188C14.307%2025.0938%2014.2503%2025.2949%2014.25%2025.5C14.25%2025.7984%2014.1315%2026.0845%2013.9205%2026.2955C13.7095%2026.5065%2013.4234%2026.625%2013.125%2026.625C12.8266%2026.625%2012.5405%2026.5065%2012.3295%2026.2955C12.1185%2026.0845%2012%2025.7984%2012%2025.5C12.0011%2024.7929%2012.2238%2024.1039%2012.6368%2023.5299C13.0498%2022.956%2013.6324%2022.526%2014.3025%2022.3003C14.5388%2020.1912%2015.5434%2018.243%2017.1246%2016.8273C18.7057%2015.4117%2020.7527%2014.6277%2022.875%2014.625H32.625C32.9234%2014.625%2033.2095%2014.7435%2033.4205%2014.9545C33.6315%2015.1655%2033.75%2015.4516%2033.75%2015.75C33.75%2016.0484%2033.6315%2016.3345%2033.4205%2016.5455C33.2095%2016.7565%2032.9234%2016.875%2032.625%2016.875H31.6875C32.5909%2017.6975%2033.3092%2018.7025%2033.795%2019.8234L33.8344%2019.9172C34.4407%2020.0259%2034.9896%2020.344%2035.3854%2020.816C35.7812%2021.288%2035.9987%2021.884%2036%2022.5ZM33.75%2022.5C33.75%2022.4005%2033.7105%2022.3052%2033.6402%2022.2348C33.5698%2022.1645%2033.4745%2022.125%2033.375%2022.125H33.0319C32.7923%2022.125%2032.559%2022.0485%2032.3659%2021.9067C32.1729%2021.7649%2032.0301%2021.5651%2031.9584%2021.3366C31.5512%2020.0423%2030.7416%2018.9117%2029.6475%2018.1093C28.5534%2017.3069%2027.2318%2016.8745%2025.875%2016.875H22.875C21.6378%2016.8749%2020.4273%2017.2348%2019.3911%2017.9109C18.3549%2018.5869%2017.5378%2019.5499%2017.0395%2020.6823C16.5412%2021.8147%2016.3831%2023.0676%2016.5847%2024.2883C16.7862%2025.509%2017.3385%2026.6447%2018.1744%2027.5569C18.2758%2027.667%2018.3539%2027.7964%2018.4041%2027.9375L19.5431%2031.125H20.2069L20.4759%2030.375C20.5534%2030.1559%2020.6969%2029.9661%2020.8866%2029.8318C21.0763%2029.6975%2021.3029%2029.6253%2021.5353%2029.625H27.9647C28.1971%2029.6253%2028.4237%2029.6975%2028.6134%2029.8318C28.8031%2029.9661%2028.9466%2030.1559%2029.0241%2030.375L29.2931%2031.125H29.9569L31.5656%2026.625C31.6431%2026.4059%2031.7865%2026.2161%2031.9762%2026.0818C32.1659%2025.9475%2032.3926%2025.8753%2032.625%2025.875H33.375C33.4745%2025.875%2033.5698%2025.8355%2033.6402%2025.7652C33.7105%2025.6948%2033.75%2025.5995%2033.75%2025.5V22.5Z'%20fill='%23692739'/%3e%3c/svg%3e")}.skill-item__icon--distribution{background-image:url("data:image/svg+xml,%3csvg%20width='48'%20height='48'%20viewBox='0%200%2048%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48'%20height='48'%20rx='24'%20fill='%23D1BCC2'/%3e%3cpath%20d='M32.5584%2014.9532C32.3071%2014.7812%2032.0176%2014.6731%2031.7151%2014.6382C31.4126%2014.6032%2031.1061%2014.6425%2030.8222%2014.7525C29.5313%2015.255%2026.9222%2016.0969%2024%2016.0969C21.0778%2016.0969%2018.4688%2015.2532%2017.1778%2014.7525C16.8937%2014.6424%2016.5871%2014.6031%2016.2845%2014.6382C15.9818%2014.6732%2015.6923%2014.7814%2015.4409%2014.9535C15.1895%2015.1256%2014.9838%2015.3564%2014.8416%2015.6259C14.6995%2015.8953%2014.6251%2016.1954%2014.625%2016.5V21.7285C14.625%2025.1635%2015.5531%2028.4082%2017.2388%2030.8644C19.0134%2033.451%2021.4144%2034.875%2024%2034.875C26.5856%2034.875%2028.9866%2033.451%2030.7612%2030.8663C32.4469%2028.4063%2033.375%2025.1653%2033.375%2021.7303V16.5C33.3749%2016.1952%2033.3004%2015.8951%2033.1582%2015.6255C33.0159%2015.356%2032.81%2015.1252%2032.5584%2014.9532ZM31.125%2021.7303C31.125%2024.7153%2030.3366%2027.5082%2028.9059%2029.5932C27.5625%2031.5478%2025.8216%2032.625%2024%2032.625C22.1784%2032.625%2020.4375%2031.5478%2019.0941%2029.5932C17.6634%2027.5082%2016.875%2024.7153%2016.875%2021.7303V17.0428C18.4303%2017.6007%2021.0628%2018.3497%2024%2018.3497C26.9372%2018.3497%2029.5697%2017.5997%2031.125%2017.0428V21.7303ZM27.4997%2027.6253C27.6871%2027.8574%2027.7746%2028.1543%2027.7432%2028.4509C27.7117%2028.7474%2027.5638%2029.0194%2027.3319%2029.2069C26.386%2029.963%2025.211%2030.3749%2024%2030.3749C22.789%2030.3749%2021.614%2029.963%2020.6681%2029.2069C20.4382%2029.0187%2020.2921%2028.7472%2020.2617%2028.4517C20.2312%2028.1562%2020.3189%2027.8606%2020.5056%2027.6295C20.6922%2027.3984%2020.9628%2027.2505%2021.2581%2027.2181C21.5534%2027.1857%2021.8495%2027.2714%2022.0819%2027.4566C22.6275%2027.8895%2023.3035%2028.1251%2024%2028.1251C24.6965%2028.1251%2025.3725%2027.8895%2025.9181%2027.4566C26.1503%2027.2693%2026.4473%2027.1819%2026.7438%2027.2136C27.0404%2027.2452%2027.3123%2027.3933%2027.4997%2027.6253ZM24.9272%2024.2963C24.766%2024.0453%2024.7111%2023.7405%2024.7745%2023.449C24.838%2023.1575%2025.0147%2022.9032%2025.2656%2022.7419C25.8076%2022.3948%2026.4269%2022.1869%2027.0685%2022.1369C27.7102%2022.0868%2028.3542%2022.1961%2028.9434%2022.455C29.2177%2022.5726%2029.434%2022.7944%2029.5447%2023.0715C29.6555%2023.3485%2029.6517%2023.6583%2029.5341%2023.9325C29.4165%2024.2068%2029.1947%2024.4231%2028.9176%2024.5338C28.6405%2024.6446%2028.3308%2024.6408%2028.0566%2024.5232C27.841%2024.4306%2027.6096%2024.3803%2027.375%2024.375C27.0599%2024.3817%2026.752%2024.4713%2026.4825%2024.6347C26.3582%2024.7147%2026.2193%2024.7694%2026.0738%2024.7956C25.9284%2024.8219%2025.7791%2024.8193%2025.6347%2024.7878C25.4903%2024.7564%2025.3534%2024.6968%2025.232%2024.6125C25.1106%2024.5281%2025.007%2024.4207%2024.9272%2024.2963ZM20.625%2024.375C20.3903%2024.3804%2020.1589%2024.431%2019.9434%2024.5241C19.8076%2024.5823%2019.6617%2024.6132%2019.514%2024.6151C19.3662%2024.6169%2019.2196%2024.5896%2019.0824%2024.5348C18.8053%2024.424%2018.5835%2024.2077%2018.4659%2023.9335C18.3483%2023.6592%2018.3445%2023.3495%2018.4552%2023.0724C18.566%2022.7953%2018.7823%2022.5736%2019.0566%2022.456C19.6452%2022.1958%2020.2891%2022.0854%2020.9308%2022.1344C21.5725%2022.1835%2022.1921%2022.3906%2022.7344%2022.7372C22.8587%2022.8172%2022.966%2022.921%2023.0502%2023.0425C23.1344%2023.164%2023.1938%2023.3008%2023.2251%2023.4453C23.2564%2023.5898%2023.2589%2023.739%2023.2326%2023.8844C23.2062%2024.0299%2023.1514%2024.1687%2023.0714%2024.293C22.9914%2024.4173%2022.8877%2024.5246%2022.7662%2024.6088C22.6447%2024.693%2022.5078%2024.7524%2022.3633%2024.7837C22.2188%2024.815%2022.0696%2024.8176%2021.9242%2024.7912C21.7787%2024.7648%2021.6399%2024.7101%2021.5156%2024.63C21.2461%2024.4688%2020.939%2024.3809%2020.625%2024.375Z'%20fill='%23692739'/%3e%3c/svg%3e")}.skill-item__text{flex-direction:column;flex:1 1 0;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.skill-item__text .heading-h4{color:var(--color-text-primary);margin:0}.skill-item__text .body-small{color:var(--color-text-secondary);margin:0}.outcomes-section{background:var(--background-page-light);flex-direction:column;align-items:stretch;gap:2rem;padding:4rem 0 0;display:flex;overflow-x:clip}.outcomes-section__content{width:100%;padding:0 var(--section-padding-x);flex-direction:column;align-items:flex-start;gap:2.5rem;display:flex}.outcomes-section__header .label-overline{color:var(--color-text-brand);margin:0}.outcomes-section__header .heading-h2{color:var(--color-text-primary);margin:0}.outcomes-section__skills{flex-direction:column;align-items:flex-start;gap:2.375rem;width:100%;margin:0;padding:0;list-style:none;display:flex}.outcomes-section__media{aspect-ratio:648/600;width:100%;overflow:hidden}.outcomes-section__image{object-fit:cover;object-position:center;width:100%;height:100%;display:block}@media (prefers-reduced-motion:no-preference){.js .outcomes-section:not(.is-inview) .outcomes-section__media,.js .outcomes-section:not(.is-inview) .outcomes-section__content{opacity:0}.js .outcomes-section:not(.is-inview) .outcomes-section__content{transform:translate(-3rem)}.js .outcomes-section:not(.is-inview) .outcomes-section__media{transform:translate(3rem)}.js .outcomes-section.is-inview .outcomes-section__content{animation:.65s ease-out forwards vision-enter-left}.js .outcomes-section.is-inview .outcomes-section__media{animation:.65s ease-out forwards vision-enter-right}}@media (width>=768px){.outcomes-section{grid-template-columns:minmax(0,3fr) minmax(0,2fr);align-items:center;gap:4rem;padding:5rem 0;display:grid}.outcomes-section__content{min-width:0;padding:3.125rem 0 3.125rem var(--section-padding-x);gap:2.5rem}.outcomes-section__media{aspect-ratio:648/600;justify-self:stretch;width:100%;min-width:0;height:auto}}@media (width>=1600px){.outcomes-section{padding:5rem var(--section-padding-x)}.outcomes-section__content{padding:3.125rem 0}}.offer-card{box-sizing:border-box;border:2px solid var(--border-card-default);background:var(--background-card-default);border-radius:32px;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;width:100%;min-height:20rem;padding:2rem;transition:transform .25s ease-out;display:flex;position:relative}@media (hover:hover) and (pointer:fine){.offer-card:hover{transform:scale(1.05)}}.offer-card__content{flex-direction:column;align-items:flex-start;gap:2rem;width:100%;display:flex}.offer-card__header{flex-direction:column;align-items:flex-start;gap:1rem;width:100%;display:flex}.offer-card__tags{flex-flow:wrap;align-content:center;align-items:center;gap:.5rem;display:flex}.offer-card .heading-h3,.offer-card .heading-h4{color:var(--color-text-primary);margin:0}.offer-card .body-medium{color:var(--color-text-secondary);margin:0}.offer-card .button{align-self:center}.offer-card--stage{z-index:1}.offer-card--livret{z-index:0}.offer-section{padding:4rem var(--section-padding-x) 3.5rem;background:var(--background-page-strong);flex-direction:column;align-items:center;gap:0;display:flex}.offer-section>.heading-h2{color:var(--color-text-inverse);text-align:center;margin:0}.offer-section__cards{isolation:isolate;flex-flow:column wrap;align-items:stretch;gap:2rem;width:100%;padding:3rem 0 1.5rem;display:flex}.offer-section__note{width:100%;color:var(--color-text-inverse);margin:0}@media (prefers-reduced-motion:no-preference){.js .offer-section:not(.is-inview)>.heading-h2,.js .offer-section:not(.is-inview) .offer-card,.js .offer-section:not(.is-inview) .offer-section__note{opacity:0;transform:translateY(14px)}.js .offer-section.is-inview>.heading-h2{animation:.45s ease-out backwards page-enter-rise}.js .offer-section.is-inview .offer-card:first-child{animation:.45s ease-out .15s backwards page-enter-rise}.js .offer-section.is-inview .offer-card:nth-child(2){animation:.45s ease-out .3s backwards page-enter-rise}.js .offer-section.is-inview .offer-section__note{animation:.45s ease-out .45s backwards page-enter-rise}}@media (width>=768px){.offer-section{padding:5rem var(--section-padding-x) 3.5rem}.offer-section__cards{flex-direction:row;gap:2rem}.offer-section__cards .offer-card{flex:1 1 0;min-width:0}}.partner-company{flex-direction:column;align-items:center;gap:.1875rem;width:9.4375rem;display:flex}.partner-company__type{width:7.8125rem;color:var(--color-text-secondary);text-align:center;margin:0}.partner-company__name{box-sizing:border-box;border:1px solid var(--border-icon-default);border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:3.6875rem;padding:.875rem 1.25rem;display:flex}.partner-company__name .heading-h5{color:var(--color-text-secondary);text-align:center;margin:0}.partners-marquee{--partners-gap:1.5rem;--partners-marquee-duration:20s;width:100%;overflow:hidden}@media (width>=768px){.partners-marquee{--partners-gap:2rem;--partners-marquee-duration:21s}}@media (width>=1024px){.partners-marquee{--partners-gap:5.375rem;--partners-marquee-duration:28s}}.partners-marquee__track{will-change:transform;width:max-content;display:flex}.partners-marquee__list{align-items:center;gap:var(--partners-gap);padding:0 var(--partners-gap) 0 0;flex-flow:row;margin:0;list-style:none;display:flex}.partners-marquee__item{flex-shrink:0;justify-content:center;align-items:center;display:flex}.partners-marquee__logo{object-fit:contain;width:auto;height:auto;display:block}.partners-marquee__logo--montmartre{width:6.375rem;height:7.125rem}.partners-marquee__logo--yardland{width:7.125rem;height:5.625rem}.partners-marquee__logo--we-love-green{width:6.25rem;height:7.1875rem}.partners-marquee__logo--peacock{width:7.75rem;height:3.75rem}@media (prefers-reduced-motion:reduce){.partners-marquee__list[aria-hidden=true]{display:none}}.partners-section{padding:0 var(--section-padding-x) 4rem;background:var(--background-page-light);flex-direction:column;align-self:stretch;align-items:stretch;display:flex}@media (width>=768px){.partners-section{padding:0 var(--section-padding-x) 5rem}}@media (prefers-reduced-motion:no-preference){.js .partners-section:not(.is-inview) .partners-marquee{opacity:0;transform:translateY(14px)}.js .partners-section.is-inview .partners-marquee{animation:.45s ease-out backwards page-enter-rise}}.founder-section{padding:4rem var(--section-padding-x);background:var(--background-page-light);flex-direction:column;align-self:stretch;align-items:flex-start;display:flex}.founder-section__intro{grid-template-columns:1fr;grid-template-areas:"titre""photo""texte";place-items:center;row-gap:3rem;width:100%;display:grid}.founder-section__heading{grid-area:titre;justify-self:stretch}.founder-section__heading .label-overline{color:var(--color-text-brand);margin:0}.founder-section__heading .heading-h2{color:var(--color-text-primary);margin:0}.founder-section__bio{width:100%;color:var(--color-text-secondary);flex-direction:column;grid-area:texte;justify-self:stretch;gap:0;display:flex}.founder-section__bio p{margin:0 0 1.5rem}.founder-section__bio p:last-child{margin-bottom:0}.founder-section__media-col{flex-shrink:0;grid-area:photo;justify-content:center;display:flex}.founder-section__media{box-sizing:border-box;aspect-ratio:1;border:4px solid var(--border-card-default);width:12.5rem;max-width:100%;box-shadow:0 1rem 2rem color-mix(in srgb, var(--background-hero-default) 8%, transparent);border-radius:50%;flex-shrink:0;position:relative;overflow:hidden}.founder-section__image{object-fit:cover;object-position:center top;width:100%;height:100%;display:block}@media (prefers-reduced-motion:no-preference){.js .founder-section:not(.is-inview) .founder-section__heading,.js .founder-section:not(.is-inview) .founder-section__media-col,.js .founder-section:not(.is-inview) .founder-section__bio{opacity:0;transform:translateY(14px)}.js .founder-section.is-inview .founder-section__heading{animation:.45s ease-out backwards page-enter-rise}.js .founder-section.is-inview .founder-section__media-col{animation:.45s ease-out .15s backwards page-enter-rise}.js .founder-section.is-inview .founder-section__bio{animation:.45s ease-out .3s backwards page-enter-rise}}@media (width>=768px){.founder-section{padding:5rem var(--section-padding-x)}.founder-section__media{border-width:8px;width:16.25rem}}@media (width>=1024px){.founder-section__intro{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"titre photo""texte photo";place-items:start stretch;gap:2rem 4rem}.founder-section__media-col{align-self:center}.founder-section__media{width:20rem}}.input--default{box-sizing:border-box;flex-direction:column;align-items:stretch;gap:.5rem;width:100%;display:flex}.input__label{color:var(--color-text-primary);margin:0}.input__field{box-sizing:border-box;border:1px solid var(--border-input-default);background:var(--background-input-default);width:100%;color:var(--color-text-muted);border-radius:8px;margin:0;padding:.75rem 1rem;transition:border-color .25s ease-out,box-shadow .25s ease-out,color .25s ease-out}.input__field::placeholder{color:var(--color-text-muted);opacity:1}.input__field:focus{outline:none}.input__field:focus-visible{border-color:var(--border-input-focus);box-shadow:0 0 0 3px var(--border-input-focus-ring)}.input__field:not(:placeholder-shown){color:var(--color-text-secondary)}.input--default:has(:disabled){opacity:.5}.input--default:has(:disabled) .input__label{color:var(--color-text-muted)}.input__helper{color:var(--color-text-muted);margin:0;display:none}.pre-reg-section{padding:4rem var(--section-padding-x);background:var(--background-page-default);flex-direction:column;align-items:center;display:flex}.pre-reg-section__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;display:flex}.pre-reg-section__heading{width:100%;color:var(--color-text-primary);margin:0}.pre-reg-section__subheading{width:100%;color:var(--color-text-secondary);margin:0}.pre-reg-section__form{text-align:left;flex-direction:column;align-items:stretch;gap:1.25rem;width:100%;max-width:28rem;display:flex;position:relative}.pre-reg-section__form .button{align-self:center;margin-top:1.25rem}.pre-reg-section__honeypot{width:1px;height:1px;position:absolute;top:auto;left:-10000px;overflow:hidden}.pre-reg-section__success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;max-width:28rem;display:flex}.pre-reg-section__success[hidden]{display:none}.pre-reg-section__success-icon{background-color:var(--background-icon-primary-light);background-image:url("data:image/svg+xml,%3csvg%20width='49'%20height='49'%20viewBox='0%200%2049%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='48.25'%20height='48.25'%20rx='24'%20fill='%23FFF0EB'/%3e%3cpath%20d='M30.6709%2021.0791C30.7758%2021.1836%2030.859%2021.3078%2030.9158%2021.4445C30.9726%2021.5813%2031.0018%2021.7279%2031.0018%2021.8759C31.0018%2022.024%2030.9726%2022.1706%2030.9158%2022.3074C30.859%2022.4441%2030.7758%2022.5683%2030.6709%2022.6728L25.4209%2027.9228C25.3164%2028.0277%2025.1922%2028.1109%2025.0555%2028.1677C24.9187%2028.2245%2024.7721%2028.2537%2024.6241%2028.2537C24.476%2028.2537%2024.3294%2028.2245%2024.1926%2028.1677C24.0559%2028.1109%2023.9317%2028.0277%2023.8272%2027.9228L21.5772%2025.6728C21.4725%2025.5682%2021.3895%2025.4439%2021.3329%2025.3072C21.2763%2025.1705%2021.2471%2025.0239%2021.2471%2024.8759C21.2471%2024.7279%2021.2763%2024.5814%2021.3329%2024.4447C21.3895%2024.3079%2021.4725%2024.1837%2021.5772%2024.0791C21.6818%2023.9744%2021.8061%2023.8914%2021.9428%2023.8348C22.0795%2023.7781%2022.2261%2023.749%2022.3741%2023.749C22.5221%2023.749%2022.6686%2023.7781%2022.8053%2023.8348C22.9421%2023.8914%2023.0663%2023.9744%2023.1709%2024.0791L24.625%2025.5312L29.0791%2021.0763C29.1837%2020.9718%2029.308%2020.8891%2029.4446%2020.8327C29.5813%2020.7763%2029.7277%2020.7474%2029.8756%2020.7477C30.0234%2020.748%2030.1698%2020.7774%2030.3062%2020.8342C30.4427%2020.8911%2030.5666%2020.9743%2030.6709%2021.0791ZM36.25%2024.125C36.25%2026.1275%2035.6562%2028.0851%2034.5436%2029.7501C33.4311%2031.4152%2031.8498%2032.7129%2029.9997%2033.4793C28.1496%2034.2456%2026.1138%2034.4461%2024.1497%2034.0555C22.1857%2033.6648%2020.3816%2032.7005%2018.9655%2031.2845C17.5495%2029.8685%2016.5852%2028.0643%2016.1946%2026.1003C15.8039%2024.1362%2016.0044%2022.1004%2016.7707%2020.2503C17.5371%2018.4002%2018.8348%2016.8189%2020.4999%2015.7064C22.1649%2014.5938%2024.1225%2014%2026.125%2014C28.8094%2014.003%2031.383%2015.0707%2033.2812%2016.9688C35.1793%2018.867%2036.247%2021.4406%2036.25%2024.125ZM34%2024.125C34%2022.5675%2033.5381%2021.0449%2032.6728%2019.7499C31.8075%2018.4548%2030.5776%2017.4455%2029.1386%2016.8494C27.6997%2016.2534%2026.1163%2016.0975%2024.5887%2016.4013C23.0611%2016.7052%2021.6579%2017.4552%2020.5565%2018.5565C19.4552%2019.6579%2018.7052%2021.0611%2018.4013%2022.5887C18.0975%2024.1163%2018.2534%2025.6997%2018.8495%2027.1386C19.4455%2028.5776%2020.4549%2029.8075%2021.7499%2030.6728C23.0449%2031.5381%2024.5675%2032%2026.125%2032C28.2129%2031.9978%2030.2146%2031.1674%2031.691%2029.691C33.1674%2028.2146%2033.9978%2026.2129%2034%2024.125Z'%20fill='%23E76130'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;flex-shrink:0;width:3.0625rem;height:3.0625rem;display:block}.pre-reg-section__success-title,.pre-reg-section__success-text{color:var(--color-text-brand);margin:0}@keyframes pre-reg-success-spin{0%{transform:rotate(0)}to{transform:rotate(1080deg)}}@keyframes pre-reg-success-fade{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}.pre-reg-section__success.is-animating .pre-reg-section__success-icon{animation:1s cubic-bezier(.15,.85,.35,1) forwards pre-reg-success-spin}.pre-reg-section__success.is-animating .pre-reg-section__success-title,.pre-reg-section__success.is-animating .pre-reg-section__success-text{opacity:0;animation:.4s ease-out .65s forwards pre-reg-success-fade}@media (prefers-reduced-motion:reduce){.pre-reg-section__success.is-animating .pre-reg-section__success-icon,.pre-reg-section__success.is-animating .pre-reg-section__success-title,.pre-reg-section__success.is-animating .pre-reg-section__success-text{animation:none}.pre-reg-section__success.is-animating .pre-reg-section__success-title,.pre-reg-section__success.is-animating .pre-reg-section__success-text{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.js .pre-reg-section:not(.is-inview) .pre-reg-section__heading,.js .pre-reg-section:not(.is-inview) .pre-reg-section__subheading,.js .pre-reg-section:not(.is-inview) .pre-reg-section__form{opacity:0;transform:translateY(14px)}.js .pre-reg-section.is-inview .pre-reg-section__heading{animation:.45s ease-out backwards page-enter-rise}.js .pre-reg-section.is-inview .pre-reg-section__subheading{animation:.45s ease-out .15s backwards page-enter-rise}.js .pre-reg-section.is-inview .pre-reg-section__form{animation:.45s ease-out .3s backwards page-enter-rise}}@media (width>=768px){.pre-reg-section{padding:5rem var(--section-padding-x)}}.footer{box-sizing:border-box;padding:2.5rem var(--section-padding-x);background:var(--background-footer-default);flex-direction:column;align-items:stretch;gap:.75rem;display:flex}.footer__top{flex-direction:column;align-items:flex-start;gap:1.5rem;padding:.5rem 0;display:flex}.footer__brand{flex-direction:column;align-items:flex-start;gap:.75rem;max-width:20rem;display:flex}.footer__brand-copy{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer__brand-name,.footer__brand-tagline,.footer__brand-email{color:var(--color-text-inverse);margin:0;text-decoration:none}.footer__brand-email:hover{text-decoration:underline}.footer__nav{flex-direction:column;align-items:flex-start;gap:.75rem;display:flex}.footer__nav-link{color:var(--color-text-inverse);text-decoration:none;transition:opacity .25s ease-out}.footer__nav-link:hover{opacity:.8}.footer__social{flex-direction:row;align-items:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.footer__social-link{justify-content:center;align-items:center;width:1.5rem;height:1.5rem;display:flex}.footer__social-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;width:1.5rem;height:1.5rem;display:block}.footer__social-icon--instagram{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M16.5%202.25H7.5C6.10807%202.25149%204.77358%202.80509%203.78933%203.78933C2.80509%204.77358%202.25149%206.10807%202.25%207.5V16.5C2.25149%2017.8919%202.80509%2019.2264%203.78933%2020.2107C4.77358%2021.1949%206.10807%2021.7485%207.5%2021.75H16.5C17.8919%2021.7485%2019.2264%2021.1949%2020.2107%2020.2107C21.1949%2019.2264%2021.7485%2017.8919%2021.75%2016.5V7.5C21.7485%206.10807%2021.1949%204.77358%2020.2107%203.78933C19.2264%202.80509%2017.8919%202.25149%2016.5%202.25ZM12%2016.5C11.11%2016.5%2010.24%2016.2361%209.49993%2015.7416C8.75991%2015.2471%208.18314%2014.5443%207.84254%2013.7221C7.50195%2012.8998%207.41283%2011.995%207.58647%2011.1221C7.7601%2010.2492%208.18868%209.44736%208.81802%208.81802C9.44736%208.18868%2010.2492%207.7601%2011.1221%207.58647C11.995%207.41283%2012.8998%207.50195%2013.7221%207.84254C14.5443%208.18314%2015.2471%208.75991%2015.7416%209.49993C16.2361%2010.24%2016.5%2011.11%2016.5%2012C16.4988%2013.1931%2016.0243%2014.337%2015.1806%2015.1806C14.337%2016.0243%2013.1931%2016.4988%2012%2016.5ZM17.625%207.5C17.4025%207.5%2017.185%207.43402%2017%207.3104C16.815%207.18679%2016.6708%207.01109%2016.5856%206.80552C16.5005%206.59995%2016.4782%206.37375%2016.5216%206.15552C16.565%205.93729%2016.6722%205.73684%2016.8295%205.5795C16.9868%205.42217%2017.1873%205.31502%2017.4055%205.27162C17.6238%205.22821%2017.85%205.25049%2018.0555%205.33564C18.2611%205.42078%2018.4368%205.56498%2018.5604%205.74998C18.684%205.93499%2018.75%206.1525%2018.75%206.375C18.75%206.67337%2018.6315%206.95952%2018.4205%207.1705C18.2095%207.38147%2017.9234%207.5%2017.625%207.5ZM15%2012C15%2012.5933%2014.8241%2013.1734%2014.4944%2013.6667C14.1648%2014.1601%2013.6962%2014.5446%2013.1481%2014.7716C12.5999%2014.9987%2011.9967%2015.0581%2011.4147%2014.9424C10.8328%2014.8266%2010.2982%2014.5409%209.87868%2014.1213C9.45912%2013.7018%209.1734%2013.1672%209.05764%2012.5853C8.94189%2012.0033%209.0013%2011.4001%209.22836%2010.8519C9.45542%2010.3038%209.83994%209.83524%2010.3333%209.50559C10.8266%209.17595%2011.4067%209%2012%209C12.7956%209%2013.5587%209.31607%2014.1213%209.87868C14.6839%2010.4413%2015%2011.2044%2015%2012Z'%20fill='%23FEFEFE'/%3e%3c/svg%3e")}.footer__social-icon--facebook{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.75%2012.0001C21.7469%2014.383%2020.8726%2016.6826%2019.2917%2018.4657C17.7109%2020.2488%2015.5326%2021.3922%2013.1671%2021.6807C13.1145%2021.6867%2013.0611%2021.6814%2013.0107%2021.6653C12.9602%2021.6491%2012.9137%2021.6224%2012.8743%2021.587C12.8348%2021.5516%2012.8034%2021.5082%2012.782%2021.4597C12.7605%2021.4112%2012.7496%2021.3587%2012.75%2021.3057V14.2501H15C15.1028%2014.2503%2015.2045%2014.2294%2015.2989%2014.1886C15.3933%2014.1479%2015.4783%2014.0882%2015.5487%2014.0132C15.619%2013.9382%2015.6732%2013.8495%2015.7078%2013.7527C15.7424%2013.6559%2015.7568%2013.553%2015.75%2013.4504C15.7334%2013.2576%2015.6444%2013.0781%2015.5009%2012.9482C15.3574%2012.8183%2015.1701%2012.7475%2014.9765%2012.7501H12.75V10.5001C12.75%2010.1023%2012.908%209.72074%2013.1893%209.43944C13.4706%209.15813%2013.8521%209.0001%2014.25%209.0001H15.75C15.8528%209.00032%2015.9545%208.97941%2016.0489%208.93865C16.1433%208.89789%2016.2283%208.83816%2016.2987%208.76316C16.369%208.68817%2016.4232%208.59951%2016.4578%208.5027C16.4924%208.4059%2016.5068%208.303%2016.5%208.20041C16.4834%208.00722%2016.3941%207.82752%2016.2502%207.69755C16.1063%207.56757%2015.9185%207.49701%2015.7246%207.5001H14.25C13.4543%207.5001%2012.6912%207.81617%2012.1286%208.37878C11.566%208.94139%2011.25%209.70445%2011.25%2010.5001V12.7501H8.99996C8.89714%2012.7499%208.79538%2012.7708%208.70099%2012.8115C8.60659%2012.8523%208.52159%2012.912%208.45126%2012.987C8.38092%2013.062%208.32676%2013.1507%208.29213%2013.2475C8.2575%2013.3443%208.24315%2013.4472%208.24996%2013.5498C8.26655%2013.743%208.35579%2013.9227%208.49968%2014.0527C8.64357%2014.1826%208.8314%2014.2532%209.02527%2014.2501H11.25V21.3076C11.2503%2021.3605%2011.2394%2021.4129%2011.218%2021.4613C11.1967%2021.5097%2011.1653%2021.5531%2011.126%2021.5885C11.0866%2021.6239%2011.0403%2021.6506%2010.9899%2021.6668C10.9395%2021.683%2010.8863%2021.6884%2010.8337%2021.6826C8.40498%2021.3868%206.1758%2020.19%204.5874%2018.329C2.99901%2016.4681%202.16716%2014.0786%202.25652%2011.6335C2.44402%206.57104%206.54464%202.45541%2011.6109%202.25854C12.9225%202.20773%2014.231%202.42199%2015.4579%202.8885C16.6848%203.35502%2017.8051%204.0642%2018.7516%204.97363C19.6981%205.88306%2020.4515%206.97405%2020.9667%208.18136C21.4819%209.38866%2021.7483%2010.6875%2021.75%2012.0001Z'%20fill='%23FEFEFE'/%3e%3c/svg%3e")}.footer__social-icon--linkedin{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20.25%202.25H3.75C3.35218%202.25%202.97064%202.40804%202.68934%202.68934C2.40804%202.97064%202.25%203.35218%202.25%203.75V20.25C2.25%2020.6478%202.40804%2021.0294%202.68934%2021.3107C2.97064%2021.592%203.35218%2021.75%203.75%2021.75H20.25C20.6478%2021.75%2021.0294%2021.592%2021.3107%2021.3107C21.592%2021.0294%2021.75%2020.6478%2021.75%2020.25V3.75C21.75%203.35218%2021.592%202.97064%2021.3107%202.68934C21.0294%202.40804%2020.6478%202.25%2020.25%202.25ZM9%2016.5C9%2016.6989%208.92098%2016.8897%208.78033%2017.0303C8.63968%2017.171%208.44891%2017.25%208.25%2017.25C8.05109%2017.25%207.86032%2017.171%207.71967%2017.0303C7.57902%2016.8897%207.5%2016.6989%207.5%2016.5V10.5C7.5%2010.3011%207.57902%2010.1103%207.71967%209.96967C7.86032%209.82902%208.05109%209.75%208.25%209.75C8.44891%209.75%208.63968%209.82902%208.78033%209.96967C8.92098%2010.1103%209%2010.3011%209%2010.5V16.5ZM8.25%209C8.0275%209%207.80999%208.93402%207.62498%208.8104C7.43998%208.68679%207.29578%208.51109%207.21064%208.30552C7.12549%208.09995%207.10321%207.87375%207.14662%207.65552C7.19002%207.43729%207.29717%207.23684%207.4545%207.0795C7.61184%206.92217%207.81229%206.81502%208.03052%206.77162C8.24875%206.72821%208.47495%206.75049%208.68052%206.83564C8.88609%206.92078%209.06179%207.06498%209.1854%207.24998C9.30902%207.43499%209.375%207.6525%209.375%207.875C9.375%208.17337%209.25647%208.45952%209.0455%208.6705C8.83452%208.88147%208.54837%209%208.25%209ZM17.25%2016.5C17.25%2016.6989%2017.171%2016.8897%2017.0303%2017.0303C16.8897%2017.171%2016.6989%2017.25%2016.5%2017.25C16.3011%2017.25%2016.1103%2017.171%2015.9697%2017.0303C15.829%2016.8897%2015.75%2016.6989%2015.75%2016.5V13.125C15.75%2012.6277%2015.5525%2012.1508%2015.2008%2011.7992C14.8492%2011.4475%2014.3723%2011.25%2013.875%2011.25C13.3777%2011.25%2012.9008%2011.4475%2012.5492%2011.7992C12.1975%2012.1508%2012%2012.6277%2012%2013.125V16.5C12%2016.6989%2011.921%2016.8897%2011.7803%2017.0303C11.6397%2017.171%2011.4489%2017.25%2011.25%2017.25C11.0511%2017.25%2010.8603%2017.171%2010.7197%2017.0303C10.579%2016.8897%2010.5%2016.6989%2010.5%2016.5V10.5C10.5009%2010.3163%2010.5693%2010.1393%2010.692%2010.0026C10.8148%209.86596%2010.9834%209.7791%2011.166%209.75852C11.3485%209.73794%2011.5323%209.78508%2011.6824%209.891C11.8325%209.99691%2011.9385%2010.1542%2011.9803%2010.3331C12.4877%209.98894%2013.0792%209.78947%2013.6914%209.75611C14.3036%209.72276%2014.9133%209.85679%2015.455%2010.1438C15.9968%2010.4308%2016.4501%2010.86%2016.7664%2011.3852C17.0826%2011.9105%2017.2498%2012.5119%2017.25%2013.125V16.5Z'%20fill='%23FEFEFE'/%3e%3c/svg%3e")}.footer__bottom{box-sizing:border-box;border-top:1px solid var(--icon-inverse);flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.5rem 0 0;display:flex}.footer__copyright,.footer__tagline{color:var(--color-text-inverse);opacity:.6;margin:0}@media (prefers-reduced-motion:no-preference){.js .footer:not(.is-inview) .footer__brand-copy,.js .footer:not(.is-inview) .footer__social,.js .footer:not(.is-inview) .footer__nav,.js .footer:not(.is-inview) .footer__bottom{opacity:0;transform:translateY(14px)}.js .footer.is-inview .footer__brand-copy{animation:.45s ease-out backwards page-enter-rise}.js .footer.is-inview .footer__social{animation:.45s ease-out .15s backwards page-enter-rise}.js .footer.is-inview .footer__nav{animation:.45s ease-out .3s backwards page-enter-rise}.js .footer.is-inview .footer__bottom{animation:.45s ease-out .45s backwards page-enter-rise}}@media (width>=768px){.footer__top{grid-template-rows:auto auto;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem 2rem;display:grid}.footer__brand{display:contents}.footer__brand-copy{grid-area:1/1;max-width:20rem}.footer__social{grid-area:2/1}.footer__nav{flex-direction:row;grid-area:1/2;align-self:center;align-items:flex-start;gap:2rem}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}}.legal-content-section{width:100%;padding:4rem var(--section-padding-x);background:var(--background-page-light);flex-direction:column;align-items:flex-start;gap:2rem;display:flex}.legal-content-section__title{width:100%;color:var(--color-text-primary);margin:0}.legal-content-section__body{width:100%;color:var(--color-text-secondary)}.legal-content-section__body p{margin:0 0 1rem}.legal-content-section__body p:last-child{margin-bottom:0}.legal-content-section__body ul{margin:0 0 1rem;padding-left:1.25rem}.legal-content-section__body ul:last-child{margin-bottom:0}.legal-content-section__body li+li{margin-top:.25rem}.legal-content-section__body a{color:var(--color-text-brand);text-decoration:underline}@media (width>=768px){.legal-content-section{padding:5rem var(--section-padding-x)}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--ease-out:cubic-bezier(0, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring:where(:not(iframe)){outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.sticky{position:sticky}.flex{display:flex}.hidden{display:none}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
