@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
.company-overview-module__RzqBDa__featureList{padding:0;list-style:none}.company-overview-module__RzqBDa__featureList li{color:#280407;align-items:center;gap:12px;margin-bottom:12px;font-size:24px;display:flex}.company-overview-module__RzqBDa__featureList li:before{content:"•";color:#1e3577}.company-overview-module__RzqBDa__cardText{font-size:26px;line-height:1.4}.company-overview-module__RzqBDa__buildSection{margin-bottom:100px}.company-overview-module__RzqBDa__buildItem{position:relative}.company-overview-module__RzqBDa__buildImage{object-fit:cover;border-radius:20px;width:100%;height:auto}.company-overview-module__RzqBDa__buildText{max-width:calc(100% - 40px);position:absolute;bottom:20px;left:20px}.company-overview-module__RzqBDa__buildText h3,.company-overview-module__RzqBDa__buildText p{color:var(--fontcolorlight)}.company-overview-module__RzqBDa__howitworksGrid{flex-direction:row;justify-content:space-between;align-items:center;gap:24px;width:100%;margin-bottom:100px;display:flex}.company-overview-module__RzqBDa__howitworksGrid p{background-color:#cad5ef;border-radius:20px;padding:20px 40px}.company-overview-module__RzqBDa__principlesSection{margin-bottom:100px}.company-overview-module__RzqBDa__principlesContent{justify-content:space-between;align-items:center;gap:60px;display:flex}.company-overview-module__RzqBDa__principlesList{flex:1;padding:0;list-style:none}.company-overview-module__RzqBDa__principlesList li{color:#280407;align-items:center;gap:12px;margin-bottom:16px;font-size:22px;display:flex}.company-overview-module__RzqBDa__principlesList li:before{content:"•";color:#1e3577}.company-overview-module__RzqBDa__productinhand{border-radius:20px;flex:1;max-width:600px;height:auto}@media (max-width:1000px){.company-overview-module__RzqBDa__principlesContent{flex-direction:column}}@media (max-width:700px){.company-overview-module__RzqBDa__howitworksGrid{flex-direction:column;gap:12px}}
.InvestorNav-module__XPfHNa__nav{border-top:1px solid #e0e0e8;padding:48px 0 64px}.InvestorNav-module__XPfHNa__arrowRow{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.InvestorNav-module__XPfHNa__arrowLink,.InvestorNav-module__XPfHNa__arrowLinkNext{color:#280407;font-size:28px;font-weight:500;text-decoration:none;transition:transform .2s;display:inline-block}.InvestorNav-module__XPfHNa__arrowLink:hover{transform:translate(-8px)}.InvestorNav-module__XPfHNa__arrowLinkNext:hover{transform:translate(8px)}.InvestorNav-module__XPfHNa__arrowPlaceholder{visibility:hidden;width:1px;height:1px;display:inline-block}.InvestorNav-module__XPfHNa__grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.InvestorNav-module__XPfHNa__pill{text-align:center;color:#280407;background:#ebebf3;border-radius:999px;justify-content:center;align-items:center;padding:16px 24px;font-size:16px;font-weight:500;text-decoration:none;transition:opacity .2s,background .2s;display:flex}.InvestorNav-module__XPfHNa__pill:hover{opacity:.8}.InvestorNav-module__XPfHNa__pillActive{color:#fff;background:#1a3074}.InvestorNav-module__XPfHNa__pillActive:hover{opacity:1}@media (max-width:800px){.InvestorNav-module__XPfHNa__grid{grid-template-columns:repeat(2,1fr)}.InvestorNav-module__XPfHNa__arrowLink,.InvestorNav-module__XPfHNa__arrowLinkNext{font-size:22px}}@media (max-width:500px){.InvestorNav-module__XPfHNa__grid{grid-template-columns:1fr}}
.MediaOverlay-module__z8OyMG__overlayWrapper{cursor:pointer;width:100%;display:inline-block}.MediaOverlay-module__z8OyMG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;animation:.3s ease-out MediaOverlay-module__z8OyMG__fadeIn;display:flex;position:fixed;top:0;left:0}.MediaOverlay-module__z8OyMG__container{background-color:#1a3074;border-radius:24px;flex-direction:column;width:90%;height:90%;animation:.3s cubic-bezier(.16,1,.3,1) MediaOverlay-module__z8OyMG__scaleUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.MediaOverlay-module__z8OyMG__header{justify-content:space-between;align-items:center;width:100%;padding:30px 40px;display:flex}.MediaOverlay-module__z8OyMG__title{color:#fff;margin:0;font-size:32px;font-weight:500}.MediaOverlay-module__z8OyMG__closeButton{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:transform .2s;display:flex}.MediaOverlay-module__z8OyMG__closeButton:hover{transform:scale(1.1)}.MediaOverlay-module__z8OyMG__contentContainer{flex:1;justify-content:center;width:100%;padding:0 60px 60px;display:flex;overflow:hidden}.MediaOverlay-module__z8OyMG__contentWrapper{background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;overflow:auto;box-shadow:0 10px 30px #0003}.MediaOverlay-module__z8OyMG__mediaImage{object-fit:contain;max-width:100%;max-height:100%;display:block}.MediaOverlay-module__z8OyMG__mediaFrame{border:none;width:100%;height:100%}@keyframes MediaOverlay-module__z8OyMG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MediaOverlay-module__z8OyMG__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:800px){.MediaOverlay-module__z8OyMG__container{border-radius:12px;width:95%;height:95%}.MediaOverlay-module__z8OyMG__header{padding:20px}.MediaOverlay-module__z8OyMG__title{font-size:20px}.MediaOverlay-module__z8OyMG__contentContainer{padding:0 15px 15px}}
.ValidationInsights-module__0JesYq__insightsList{flex-direction:column;gap:20px;margin-top:40px;display:flex}.ValidationInsights-module__0JesYq__insightCard{background:#1a3074;border-radius:20px;transition:background-color .3s;overflow:hidden}.ValidationInsights-module__0JesYq__insightHeader{cursor:pointer;text-align:left;color:#fff;background:0 0;border:none;justify-content:space-between;align-items:flex-start;width:100%;padding:32px 80px 32px 40px;display:flex;position:relative}.ValidationInsights-module__0JesYq__insightTitle{color:#fff;margin:0;font-size:22px;font-weight:700}.ValidationInsights-module__0JesYq__toggleIcon{color:#fff;flex-shrink:0;font-size:32px;font-weight:300;line-height:1;transition:transform .3s;position:absolute;top:32px;right:40px}.ValidationInsights-module__0JesYq__open .ValidationInsights-module__0JesYq__toggleIcon{transform:rotate(45deg)}.ValidationInsights-module__0JesYq__insightContent{opacity:0;max-height:0;transition:max-height .4s ease-in-out,opacity .3s ease-in-out;overflow:hidden}.ValidationInsights-module__0JesYq__open .ValidationInsights-module__0JesYq__insightContent{opacity:1;max-height:2000px}.ValidationInsights-module__0JesYq__contentInner{min-height:0;padding:0 40px 40px}.ValidationInsights-module__0JesYq__insightBody{color:#fff;margin:0;font-size:18px;line-height:1.5}.ValidationInsights-module__0JesYq__insightQuotes{gap:16px;margin-top:24px;display:flex}.ValidationInsights-module__0JesYq__insightQuote{background:#6c84ca;border-radius:16px;flex:1;padding:20px}.ValidationInsights-module__0JesYq__insightQuoteFull{background:#6c84ca;border-radius:16px;margin-top:24px;padding:20px}.ValidationInsights-module__0JesYq__insightQuoteText{color:#fff;margin:0 0 8px;font-size:18px;font-style:italic;line-height:1.4}.ValidationInsights-module__0JesYq__insightAttribution{color:#fff;text-align:right;margin:0;font-size:16px;font-style:italic}.ValidationInsights-module__0JesYq__comparisonGrid{grid-template-columns:1fr auto 1fr;align-items:center;gap:8px;margin-top:24px;display:grid}.ValidationInsights-module__0JesYq__comparisonCell{text-align:center;background:#6c84ca;border-radius:16px;padding:14px 20px}.ValidationInsights-module__0JesYq__comparisonCellWhite{text-align:center;background:#fff;border-radius:16px;padding:14px 20px}.ValidationInsights-module__0JesYq__comparisonCellText{color:#fff;margin:0;font-size:17px;font-weight:700}.ValidationInsights-module__0JesYq__comparisonCellTextDark{color:#1a3074;margin:0;font-size:17px;font-weight:700}.ValidationInsights-module__0JesYq__comparisonArrow{color:#fff;text-align:center;padding:0 4px;font-size:20px}@media (max-width:800px){.ValidationInsights-module__0JesYq__insightHeader{padding:24px}.ValidationInsights-module__0JesYq__contentInner{padding:0 24px 24px}.ValidationInsights-module__0JesYq__insightQuotes{flex-direction:column}.ValidationInsights-module__0JesYq__comparisonGrid{grid-template-columns:1fr;gap:8px}.ValidationInsights-module__0JesYq__comparisonArrow{display:none}}
.UserHandsOn-module__JKCzqG__card{aspect-ratio:4/5;border-radius:44px;flex-direction:column;justify-content:flex-end;padding:32px 28px;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000001a}.UserHandsOn-module__JKCzqG__bgImage{object-fit:cover;z-index:1}.UserHandsOn-module__JKCzqG__overlay{z-index:2;background:linear-gradient(#281e504d 0%,#281e5099 60%,#281e50cc 100%);position:absolute;inset:0}.UserHandsOn-module__JKCzqG__content{z-index:3;color:#fff;position:relative}.UserHandsOn-module__JKCzqG__quote{color:#fff;font-size:24px;font-style:italic;font-weight:400;line-height:1.3;font-family:var(--font-avenir,"Avenir",sans-serif);margin-bottom:30px}.UserHandsOn-module__JKCzqG__attribution{color:#fff;font-size:16px;font-weight:500;line-height:1.4;font-family:var(--font-avenir,"Avenir Bold",sans-serif)}@media (max-width:1200px){.UserHandsOn-module__JKCzqG__quote{font-size:20px}}@media (max-width:900px){.UserHandsOn-module__JKCzqG__card{border-radius:32px;padding:24px}}
.ExpandableSection-module__U3V3Qa__wrapper{cursor:pointer;border-radius:20px;transition:all .3s;overflow:hidden}.ExpandableSection-module__U3V3Qa__blue{color:var(--fontcolorlight);background:#3d5899}.ExpandableSection-module__U3V3Qa__blue:hover{background:#4a6aab}.ExpandableSection-module__U3V3Qa__blue .ExpandableSection-module__U3V3Qa__header,.ExpandableSection-module__U3V3Qa__blue .ExpandableSection-module__U3V3Qa__icon{color:var(--fontcolorlight)}.ExpandableSection-module__U3V3Qa__light{background:var(--secondarybackground);color:var(--fontcolor)}.ExpandableSection-module__U3V3Qa__light .ExpandableSection-module__U3V3Qa__header,.ExpandableSection-module__U3V3Qa__light .ExpandableSection-module__U3V3Qa__icon{color:var(--fontcolor)}.ExpandableSection-module__U3V3Qa__superlight{background:var(--background);color:var(--fontcolor)}.ExpandableSection-module__U3V3Qa__superlight .ExpandableSection-module__U3V3Qa__header,.ExpandableSection-module__U3V3Qa__superlight .ExpandableSection-module__U3V3Qa__icon{color:var(--fontcolor)}.ExpandableSection-module__U3V3Qa__header{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;padding:18px 20px;font-family:inherit;font-size:1rem;font-weight:500;display:flex}.ExpandableSection-module__U3V3Qa__alwaysVisible{flex:1}.ExpandableSection-module__U3V3Qa__icon{flex-shrink:0;align-self:center;font-size:2.8rem;line-height:1;transition:transform .25s}.ExpandableSection-module__U3V3Qa__open .ExpandableSection-module__U3V3Qa__icon{transform:rotate(45deg)}.ExpandableSection-module__U3V3Qa__body{opacity:0;max-height:0;transition:max-height .35s ease-in-out,opacity .3s;overflow:hidden}.ExpandableSection-module__U3V3Qa__open .ExpandableSection-module__U3V3Qa__body{opacity:1;max-height:2000px}.ExpandableSection-module__U3V3Qa__bodyInner{padding:0 20px 18px;font-size:.95rem;line-height:1.6}
.VideoPlayer-module__a2ZpKa__videoContainer{aspect-ratio:16/9;background-color:var(--fontcolor);cursor:pointer;border-radius:20px;width:100%;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.VideoPlayer-module__a2ZpKa__videoContainer:hover{transform:scale(1.005)}.VideoPlayer-module__a2ZpKa__placeholder{width:100%;height:100%;position:relative}.VideoPlayer-module__a2ZpKa__thumbnail{object-fit:cover}.VideoPlayer-module__a2ZpKa__playButtonOverlay{background:#1a307433;justify-content:center;align-items:center;width:100%;height:100%;transition:background .3s;display:flex;position:absolute;top:0;left:0}.VideoPlayer-module__a2ZpKa__placeholder:hover .VideoPlayer-module__a2ZpKa__playButtonOverlay{background:#1a30744d}.VideoPlayer-module__a2ZpKa__playIconWrapper{background-color:var(--fontcolorlight);border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 4px 15px #0003}.VideoPlayer-module__a2ZpKa__placeholder:hover .VideoPlayer-module__a2ZpKa__playIconWrapper{transform:scale(1.1)}.VideoPlayer-module__a2ZpKa__playIcon{width:24px;height:24px;margin-left:4px}.VideoPlayer-module__a2ZpKa__iframe{border:none;width:100%;height:100%}@media (max-width:800px){.VideoPlayer-module__a2ZpKa__playIconWrapper{width:48px;height:48px}.VideoPlayer-module__a2ZpKa__playIcon{width:18px;height:18px}}
.team-governance-module__r7Xg7G__section{margin-bottom:100px}.team-governance-module__r7Xg7G__introCopy{color:#280407;max-width:1000px;margin-bottom:60px;font-size:25px;line-height:1.4}.team-governance-module__r7Xg7G__teamList{flex-direction:column;display:flex}.team-governance-module__r7Xg7G__teamRow{background:#0b117108;flex-direction:row;align-items:flex-start;gap:48px;margin-left:-40px;margin-right:-40px;padding:56px 40px;display:flex}.team-governance-module__r7Xg7G__teamRow:nth-child(2n){background:0 0}.team-governance-module__r7Xg7G__memberPhotoWrap{border-radius:50%;flex-shrink:0;width:245px;height:245px;position:relative;overflow:hidden}.team-governance-module__r7Xg7G__memberPhotoWrap:after{content:"";mix-blend-mode:lighten;opacity:.55;pointer-events:none;background:#1a3074;border-radius:50%;position:absolute;inset:0}.team-governance-module__r7Xg7G__memberPhoto{object-fit:cover;transform-origin:top;border-radius:0;width:100%;height:100%;display:block;transform:scale(1.42)}.team-governance-module__r7Xg7G__memberPhotoPlaceholder{background:#cad5ef;border-radius:50%;width:245px;height:245px;display:block}.team-governance-module__r7Xg7G__memberContent{flex-direction:column;flex:1;gap:20px;padding-top:8px;display:flex}.team-governance-module__r7Xg7G__memberMeta{flex-direction:column;gap:2px;display:flex}.team-governance-module__r7Xg7G__memberName{color:#000;letter-spacing:-.01em;margin:0;font-size:25px;font-weight:600}.team-governance-module__r7Xg7G__memberRole{color:#000;margin:0;font-size:20px;font-style:italic;font-weight:300}.team-governance-module__r7Xg7G__memberBio{color:#000;max-width:860px;margin:0;font-size:18px;font-weight:300;line-height:1.55}.team-governance-module__r7Xg7G__memberLogos{flex-flow:wrap;align-items:center;gap:24px 32px;margin-top:4px;display:flex}.team-governance-module__r7Xg7G__memberLogo{object-fit:contain;opacity:.7;filter:grayscale()}.team-governance-module__r7Xg7G__advisorGrid{grid-template-columns:repeat(3,1fr);gap:48px 40px;display:grid}.team-governance-module__r7Xg7G__advisorCard{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.team-governance-module__r7Xg7G__advisorPhoto{object-fit:cover;object-position:top center;border-radius:50%;width:212px;height:212px;display:block}.team-governance-module__r7Xg7G__advisorName{color:#000;margin:0;font-size:22px;font-weight:600}.team-governance-module__r7Xg7G__advisorRole{color:#000;margin:0;font-size:18px;font-style:italic;font-weight:300;line-height:1.4}@media (max-width:800px){.team-governance-module__r7Xg7G__teamRow{flex-direction:column;align-items:center;gap:28px;margin-left:-20px;margin-right:-20px;padding:40px 20px}.team-governance-module__r7Xg7G__memberPhotoWrap{width:180px}.team-governance-module__r7Xg7G__memberPhoto,.team-governance-module__r7Xg7G__memberPhotoPlaceholder{width:180px;height:180px}.team-governance-module__r7Xg7G__memberContent{width:100%;padding-top:0}.team-governance-module__r7Xg7G__advisorGrid{grid-template-columns:repeat(2,1fr);gap:32px 24px}.team-governance-module__r7Xg7G__advisorPhoto{width:160px;height:160px}}@media (max-width:500px){.team-governance-module__r7Xg7G__advisorGrid{grid-template-columns:1fr 1fr}}
