.navbar{position:absolute;top:0;left:0;right:0;z-index:100;background:#000}.navbar-ticker{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-left:28px;padding-left:28px;border-left:1px solid rgba(255,255,255,.22);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.navbar-ticker-label{color:#fff9}.navbar-ticker-symbol{color:var(--c-teal);font-weight:700}.navbar-row{display:flex;align-items:center;justify-content:space-between;padding:14px var(--pad-x)}.navbar-logo-link{display:block;margin-top:0;position:relative;z-index:110}.navbar-logo{width:147px;height:36px;object-fit:contain}.navbar-right{display:flex;align-items:stretch;gap:12px;margin-left:auto}.navbar-pill{display:flex;align-items:center;gap:40px;background:transparent;border-radius:0;height:54px;padding:0}.navbar-item{position:relative;display:flex;align-items:center;height:100%}.navbar-link{font-family:var(--font-body);font-weight:500;font-size:14px;letter-spacing:.02em;text-transform:uppercase;color:var(--c-white);text-decoration:none;background:none;border:none;white-space:nowrap;padding:12px 0;margin:-12px 0}.navbar-link:hover .navbar-accent,.navbar-link:focus-visible .navbar-accent{color:var(--c-teal)}.navbar-accent{color:var(--c-teal)}.navbar-dropdown{display:none;position:absolute;top:calc(100% + 8px);left:-44px;flex-direction:column;gap:22px;background:#0009;border-radius:10px;padding:26px 44px;min-width:240px}.navbar-dropdown.is-open{display:flex}.navbar-burger{display:none;position:relative;z-index:110;flex-direction:column;justify-content:center;gap:6px;width:48px;height:48px;background:#00000073;border:none;border-radius:12px;padding:13px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.navbar-burger span{display:block;height:2px;width:100%;background:var(--c-white);border-radius:2px;transition:transform .3s ease,opacity .2s ease}.navbar-burger.is-active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.navbar-burger.is-active span:nth-child(2){opacity:0}.navbar-burger.is-active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}@media (max-width: 1180px){.navbar-pill{gap:28px;padding:0 28px}}@media (max-width: 1024px){.navbar-row{padding-top:28px}.navbar-ticker{margin-left:16px;padding-left:16px;font-size:11px}.navbar-burger{display:flex}.navbar-right{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;background:#040608f5;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);opacity:0;visibility:hidden;transform:translateY(-12px);transition:opacity .32s ease,transform .32s ease,visibility 0s linear .32s}.navbar-right.is-open{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .32s ease,transform .32s ease}.navbar-pill{flex-direction:column;align-items:center;height:auto;background:none;border-radius:0;padding:0;gap:30px;width:100%}.navbar-item{flex-direction:column;align-items:center;height:auto;width:100%}.navbar-link{font-family:var(--font-display);font-size:22px;letter-spacing:.04em}.navbar-about-toggle{pointer-events:none;color:#ffffff73;font-size:13px}.navbar-about-toggle .navbar-accent{display:none}.navbar-dropdown,.navbar-dropdown.is-open{display:flex;position:static;background:none;border-radius:0;padding:18px 0 0;margin-top:-12px;gap:26px;min-width:0;align-items:center}.navbar-right.is-open .navbar-pill>*,.navbar-right.is-open .navbar-dropdown>*{animation:navbar-link-in .4s ease both}.navbar-right.is-open .navbar-pill>*:nth-child(1){animation-delay:.06s}.navbar-right.is-open .navbar-pill>*:nth-child(2){animation-delay:.12s}.navbar-right.is-open .navbar-pill>*:nth-child(3){animation-delay:.18s}.navbar-right.is-open .navbar-pill>*:nth-child(4){animation-delay:.24s}}@keyframes navbar-link-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.navbar-right,.navbar-right.is-open .navbar-pill>*,.navbar-right.is-open .navbar-dropdown>*,.navbar-burger span{transition:none;animation:none}}.footer{background:var(--c-black);padding:67px 0 40px}.footer-inner{display:flex;justify-content:space-between;gap:60px}.footer-brand{display:flex;flex-direction:column;justify-content:space-between;gap:40px}.footer-logo{width:236px;height:58px;object-fit:contain}.footer-socials{display:flex;gap:18px;list-style:none}.footer-socials a{display:flex;align-items:center;justify-content:center;width:29px;height:29px;color:var(--c-white)}.footer-socials svg{width:22px;height:22px}.footer-socials a:hover{color:var(--c-teal)}.footer-main{flex:1;min-width:0}.footer-cols{display:grid;grid-template-columns:repeat(3,max-content);justify-content:end;column-gap:clamp(60px,8vw,128px);row-gap:40px;padding-bottom:40px}.footer-col{display:flex;flex-direction:column;gap:10px}.footer-col h2{font-family:var(--font-footer);font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;color:var(--c-teal);margin-bottom:6px}.footer-col a{font-family:var(--font-footer);font-size:15px;line-height:1.4;text-decoration:none;color:var(--c-white);width:fit-content}.footer-col a:hover{color:var(--c-teal)}.footer-col address{font-family:var(--font-footer);font-size:15px;line-height:1.5;font-style:normal}.footer-nav a{font-weight:700;text-transform:uppercase}.footer-connect .footer-socials{margin-top:8px}.footer-rule{border:none;border-top:1px solid rgba(255,255,255,.35)}.footer-legal{font-family:Arial,sans-serif;font-size:14px;text-transform:uppercase;padding-top:28px}.footer-legal a{color:var(--c-white)}@media (max-width: 1024px){.footer-inner{flex-direction:column}.footer-brand{flex-direction:row;align-items:center}.footer-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}}@media (max-width: 560px){.footer-cols{grid-template-columns:1fr}}.media-bg{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden;z-index:0}.media-bg-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.media-scrim{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.media-scrim-hero{background:linear-gradient(to bottom,#0407099e,#0407098c 28%,#030608b8 58%,#010304f0 78%,#000000fc 92%,#000)}.media-scrim-section{background:linear-gradient(to bottom,#00000057,#00000094,#000000e6)}.media-scrim-flat{background:#0000009e}.media-scrim-fades{background:linear-gradient(to bottom,var(--c-black) 0,rgba(0,0,0,0) 141px),linear-gradient(to top,var(--c-black) 0,rgba(0,0,0,0) 141px)}.home{background:var(--c-black)}.home-hero{position:relative;min-height:970px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:300px var(--pad-x) 120px}.home-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.home-hero-eyebrow{font-family:var(--font-display);font-size:clamp(16px,1.3vw,22px);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--c-teal);margin-bottom:26px}.home-hero-title{font-weight:800;font-size:clamp(34px,4vw,70px);line-height:1.1;max-width:1433px;margin-bottom:40px}.home-hero-sub{font-weight:600;font-size:clamp(18px,1.5vw,26px);max-width:1433px;margin-bottom:56px}.home-hero-ctas{display:flex;gap:60px;flex-wrap:wrap;justify-content:center}.home-hero-ctas .btn{min-width:304px}.home-blocks{position:relative;z-index:2;background:var(--c-white);color:#10211f;padding:0}.home-blocks-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.4vw,24px);width:100%}.home-blocks-grid.page-width{transform:translateY(133px)}.home-card{background:var(--c-white);border:1px solid #dfe4e5;border-radius:15px;padding:46px 38px;display:flex;flex-direction:column}.home-card-icon{display:block;width:64px;height:64px;background-color:var(--c-teal);mask-repeat:no-repeat;mask-position:left center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;-webkit-mask-size:contain;align-self:flex-start}.home-card-icon--regulatory{mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2067%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_0_176)'%3e%3cpath%20id='Vector'%20d='M3.32118%2036.3815V34.4073C3.32118%2019.8978%2013.7705%207.8091%2027.6168%205.09019'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M39.3832%205.09202C53.2405%207.79812%2063.6788%2019.8997%2063.6788%2034.4091V36.3833'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M26.6803%2026.1041L27.796%202.66585C27.8532%201.61561%2028.7436%200.801403%2029.8131%200.801403H37.1851C38.2564%200.801403%2039.1468%201.61744%2039.2022%202.66585L40.3178%2026.1041'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M50.9741%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M16.0278%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M66.1928%2042.4231C66.1928%2043.3361%2065.5703%2044.1247%2064.6763%2044.3461C61.1039%2045.2244%2051.1052%2047.2004%2033.5018%2047.2004C15.8985%2047.2004%205.89981%2045.2244%202.32742%2044.3461C1.43339%2044.1266%200.810901%2043.3361%200.810901%2042.4231V38.3575C0.810901%2037.2634%201.70677%2036.3778%202.80952%2036.3778H64.196C65.3006%2036.3778%2066.1946%2037.2634%2066.1946%2038.3575V42.4231H66.1928Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_176'%3e%3crect%20width='67'%20height='48'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2067%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_0_176)'%3e%3cpath%20id='Vector'%20d='M3.32118%2036.3815V34.4073C3.32118%2019.8978%2013.7705%207.8091%2027.6168%205.09019'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M39.3832%205.09202C53.2405%207.79812%2063.6788%2019.8997%2063.6788%2034.4091V36.3833'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M26.6803%2026.1041L27.796%202.66585C27.8532%201.61561%2028.7436%200.801403%2029.8131%200.801403H37.1851C38.2564%200.801403%2039.1468%201.61744%2039.2022%202.66585L40.3178%2026.1041'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M50.9741%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M16.0278%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M66.1928%2042.4231C66.1928%2043.3361%2065.5703%2044.1247%2064.6763%2044.3461C61.1039%2045.2244%2051.1052%2047.2004%2033.5018%2047.2004C15.8985%2047.2004%205.89981%2045.2244%202.32742%2044.3461C1.43339%2044.1266%200.810901%2043.3361%200.810901%2042.4231V38.3575C0.810901%2037.2634%201.70677%2036.3778%202.80952%2036.3778H64.196C65.3006%2036.3778%2066.1946%2037.2634%2066.1946%2038.3575V42.4231H66.1928Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_176'%3e%3crect%20width='67'%20height='48'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.home-card-icon--supply{mask-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='40'%20viewBox='0%200%2046%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='TEI%20-%20Technology'%3e%3cg%20id='Layer_1'%20clip-path='url(%23clip0_0_1)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M25.1838%2029.546L18.2862%2039.5305L19.4452%2022.5372L12.5208%2022.5426L14.0285%2020.0015'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M15.8958%2016.8486L25.5996%200.469727L25.0925%2017.5328H33.4791L27.3756%2026.3717'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_2'%3e%3cg%20id='Group_3'%3e%3cpath%20id='Vector_3'%20d='M5.61256%2033.0212C6.67789%2033.0212%207.54152%2032.1574%207.54152%2031.0919C7.54152%2030.0264%206.67789%2029.1626%205.61256%2029.1626C4.54722%2029.1626%203.68359%2030.0264%203.68359%2031.0919C3.68359%2032.1574%204.54722%2033.0212%205.61256%2033.0212Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M2.39845%2021.9309C3.46378%2021.9309%204.32741%2021.0671%204.32741%2020.0016C4.32741%2018.936%203.46378%2018.0723%202.39845%2018.0723C1.33311%2018.0723%200.469482%2018.936%200.469482%2020.0016C0.469482%2021.0671%201.33311%2021.9309%202.39845%2021.9309Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M5.61256%2010.8381C6.67789%2010.8381%207.54152%209.97431%207.54152%208.90879C7.54152%207.84327%206.67789%206.97949%205.61256%206.97949C4.54722%206.97949%203.68359%207.84327%203.68359%208.90879C3.68359%209.97431%204.54722%2010.8381%205.61256%2010.8381Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M6.573%2020.0015H16.5505'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M8.58496%2027.8128L9.24226%2027.1554C9.74395%2026.6536%2010.4227%2026.3745%2011.131%2026.3745H16.0406'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_8'%20d='M8.58496%2012.188L9.24226%2012.8454C9.74395%2013.3472%2010.4227%2013.6262%2011.131%2013.6262H17.8032'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_4'%3e%3cpath%20id='Vector_9'%20d='M40.3875%2033.0212C41.4528%2033.0212%2042.3164%2032.1574%2042.3164%2031.0919C42.3164%2030.0264%2041.4528%2029.1626%2040.3875%2029.1626C39.3221%2029.1626%2038.4585%2030.0264%2038.4585%2031.0919C38.4585%2032.1574%2039.3221%2033.0212%2040.3875%2033.0212Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_10'%20d='M43.604%2021.9309C44.6693%2021.9309%2045.533%2021.0671%2045.533%2020.0016C45.533%2018.936%2044.6693%2018.0723%2043.604%2018.0723C42.5387%2018.0723%2041.675%2018.936%2041.675%2020.0016C41.675%2021.0671%2042.5387%2021.9309%2043.604%2021.9309Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_11'%20d='M40.3875%2010.8381C41.4528%2010.8381%2042.3164%209.97431%2042.3164%208.90879C42.3164%207.84327%2041.4528%206.97949%2040.3875%206.97949C39.3221%206.97949%2038.4585%207.84327%2038.4585%208.90879C38.4585%209.97431%2039.3221%2010.8381%2040.3875%2010.8381Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_12'%20d='M39.4269%2020.0015H31.7754'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_13'%20d='M37.4148%2027.8128L36.7575%2027.1554C36.2558%2026.6536%2035.577%2026.3745%2034.8688%2026.3745H24.3359'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_14'%20d='M37.4147%2012.188L36.7574%2012.8454C36.2558%2013.3472%2035.577%2013.6262%2034.8687%2013.6262H28.6526'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_1'%3e%3crect%20width='46'%20height='40'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='46'%20height='40'%20viewBox='0%200%2046%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='TEI%20-%20Technology'%3e%3cg%20id='Layer_1'%20clip-path='url(%23clip0_0_1)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M25.1838%2029.546L18.2862%2039.5305L19.4452%2022.5372L12.5208%2022.5426L14.0285%2020.0015'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M15.8958%2016.8486L25.5996%200.469727L25.0925%2017.5328H33.4791L27.3756%2026.3717'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_2'%3e%3cg%20id='Group_3'%3e%3cpath%20id='Vector_3'%20d='M5.61256%2033.0212C6.67789%2033.0212%207.54152%2032.1574%207.54152%2031.0919C7.54152%2030.0264%206.67789%2029.1626%205.61256%2029.1626C4.54722%2029.1626%203.68359%2030.0264%203.68359%2031.0919C3.68359%2032.1574%204.54722%2033.0212%205.61256%2033.0212Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M2.39845%2021.9309C3.46378%2021.9309%204.32741%2021.0671%204.32741%2020.0016C4.32741%2018.936%203.46378%2018.0723%202.39845%2018.0723C1.33311%2018.0723%200.469482%2018.936%200.469482%2020.0016C0.469482%2021.0671%201.33311%2021.9309%202.39845%2021.9309Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M5.61256%2010.8381C6.67789%2010.8381%207.54152%209.97431%207.54152%208.90879C7.54152%207.84327%206.67789%206.97949%205.61256%206.97949C4.54722%206.97949%203.68359%207.84327%203.68359%208.90879C3.68359%209.97431%204.54722%2010.8381%205.61256%2010.8381Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M6.573%2020.0015H16.5505'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M8.58496%2027.8128L9.24226%2027.1554C9.74395%2026.6536%2010.4227%2026.3745%2011.131%2026.3745H16.0406'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_8'%20d='M8.58496%2012.188L9.24226%2012.8454C9.74395%2013.3472%2010.4227%2013.6262%2011.131%2013.6262H17.8032'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_4'%3e%3cpath%20id='Vector_9'%20d='M40.3875%2033.0212C41.4528%2033.0212%2042.3164%2032.1574%2042.3164%2031.0919C42.3164%2030.0264%2041.4528%2029.1626%2040.3875%2029.1626C39.3221%2029.1626%2038.4585%2030.0264%2038.4585%2031.0919C38.4585%2032.1574%2039.3221%2033.0212%2040.3875%2033.0212Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_10'%20d='M43.604%2021.9309C44.6693%2021.9309%2045.533%2021.0671%2045.533%2020.0016C45.533%2018.936%2044.6693%2018.0723%2043.604%2018.0723C42.5387%2018.0723%2041.675%2018.936%2041.675%2020.0016C41.675%2021.0671%2042.5387%2021.9309%2043.604%2021.9309Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_11'%20d='M40.3875%2010.8381C41.4528%2010.8381%2042.3164%209.97431%2042.3164%208.90879C42.3164%207.84327%2041.4528%206.97949%2040.3875%206.97949C39.3221%206.97949%2038.4585%207.84327%2038.4585%208.90879C38.4585%209.97431%2039.3221%2010.8381%2040.3875%2010.8381Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_12'%20d='M39.4269%2020.0015H31.7754'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_13'%20d='M37.4148%2027.8128L36.7575%2027.1554C36.2558%2026.6536%2035.577%2026.3745%2034.8688%2026.3745H24.3359'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_14'%20d='M37.4147%2012.188L36.7574%2012.8454C36.2558%2013.3472%2035.577%2013.6262%2034.8687%2013.6262H28.6526'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_1'%3e%3crect%20width='46'%20height='40'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.home-card-icon--pipeline{mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2041.1961%2041.1961'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Scalability'%3e%3cpath%20id='Vector'%20d='M15.057%2040.6961H40.6961V0.5H0.5V26.1391'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_2'%20d='M9.31902%2040.6679H0.526127V31.8771'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M16.2167%2016.1885H25.0076V24.9794'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M0.526127%2040.6679L25.0076%2016.1885'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2041.1961%2041.1961'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Scalability'%3e%3cpath%20id='Vector'%20d='M15.057%2040.6961H40.6961V0.5H0.5V26.1391'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_2'%20d='M9.31902%2040.6679H0.526127V31.8771'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M16.2167%2016.1885H25.0076V24.9794'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M0.526127%2040.6679L25.0076%2016.1885'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.home-card-title{font-weight:700;font-size:clamp(26px,2.1vw,36px);line-height:1.15;margin:30px 0 14px;max-width:360px;color:var(--c-teal)}.home-card-body{font-weight:400;font-size:16px;line-height:1.5;color:#3a4a48}.home-cta-band{position:relative;z-index:0;isolation:isolate;background-color:var(--c-teal);background-image:linear-gradient(#359da773,#359da773),url(/assets/texture-teal-band-C6QmdtMs.jpg);background-size:cover;background-position:center;color:var(--c-white)}.home-market{position:relative;text-align:center;padding:250px 0 0}.home-market-title{font-weight:700;font-size:clamp(28px,2.5vw,42px);line-height:1.2;margin-bottom:24px;color:var(--c-white)}.home-market-body{font-size:clamp(16px,1.1vw,18px);line-height:1.55;max-width:900px;margin:0 auto;color:var(--c-white)}.home-market-body+.home-market-body{margin-top:18px}.home-blocks-cta{position:relative;text-align:center;padding:110px var(--pad-x) 120px}.home-blocks-cta-title{font-weight:700;font-size:clamp(28px,2.5vw,42px);line-height:1.2;margin-bottom:32px;color:var(--c-white)}.home-blocks-cta .btn{min-width:200px}.home-press-band{background:var(--c-white);color:#10211f;text-align:center;padding:70px var(--pad-x) 76px}.home-press-title{font-weight:700;font-size:clamp(26px,2.2vw,38px);line-height:1.2;margin-bottom:46px}.home-press{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:clamp(24px,4vw,80px);flex-wrap:wrap;padding:0 clamp(20px,4.7vw,81px)}.home-press img{height:clamp(48px,6.4vw,116px);max-height:116px;width:auto;filter:brightness(0) invert(.08)}.home-press li:nth-child(1) img{height:clamp(46px,6.2vw,108px)}.home-press li:nth-child(4) img{height:clamp(38px,5.1vw,88px)}.home-press li:nth-child(5) img{height:clamp(30px,3.9vw,68px)}@media (max-width: 1024px){.home-hero{min-height:720px;padding:200px var(--pad-x) 90px}.home-blocks{padding:0}.home-blocks-grid{grid-template-columns:1fr;gap:24px}.home-blocks-grid.page-width{transform:translateY(80px)}.home-blocks-cta{padding:150px var(--pad-x) 90px}.home-press{justify-content:center;gap:32px}.home-press img{height:46px!important}}@media (max-width: 768px){.home-hero-ctas{gap:20px}.home-hero-ctas .btn{min-width:0;width:100%;max-width:304px}}.tech{background:var(--c-black)}.tech-eyebrow{font-family:var(--font-display);font-size:clamp(16px,1.3vw,22px);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--c-amber);margin-bottom:26px}.tech-hero{position:relative;min-height:972px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:200px var(--pad-x) 160px}.tech-hero .media-bg-video{object-position:center 90%;transform:scale(1.5);transform-origin:center 86%}.tech-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.tech-hero-title{font-weight:800;font-size:clamp(34px,4vw,70px);line-height:1.1;max-width:1433px;margin-bottom:36px}.tech-hero-intro{font-weight:400;font-size:18px;line-height:1.35;max-width:1381px}.tech-chars{position:relative;background:linear-gradient(to bottom,var(--c-black) 0,var(--c-black) 360px,var(--c-white) 360px,var(--c-white) 100%);color:#10211f;padding:64px 0 85px}.tech-chars-inner{position:relative;z-index:1;display:flex;gap:50px;align-items:flex-start}.tech-chars-intro{width:392px;flex-shrink:0}.tech-chars-intro h2{font-weight:700;font-size:clamp(28px,2.1vw,36px);line-height:1.2;margin-bottom:24px;color:var(--c-white)}.tech-chars-note{font-weight:400;font-size:16px;line-height:1.4;color:#fffc;max-width:372px}.tech-chars-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,.7vw,12px);flex:1}.tech-card{background:var(--c-white);border-radius:15px;min-height:460px;padding:44px 30px 40px;display:flex;flex-direction:column;box-shadow:0 0 10px #00000040}.tech-card-icon{display:block;width:56px;height:56px;align-self:flex-start;background-color:var(--c-teal);mask-repeat:no-repeat;mask-position:left center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;-webkit-mask-size:contain}.tech-card-icon--hightemp{mask-image:url("data:image/svg+xml,%3csvg%20width='33'%20height='63'%20viewBox='0%200%2033%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='TEI%20-%20Technology'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_0_1)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M3.4138%2010.125H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.4138%2015.75H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M3.4138%2021.375H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M3.4138%2027H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M3.4138%2032.625H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_2'%3e%3cpath%20id='Vector_6'%20d='M27.3104%2038.3316V10.125C27.3104%205.15531%2023.2337%201.125%2018.2069%201.125C13.1801%201.125%209.10348%205.15531%209.10348%2010.125V38.3316C6.31555%2040.8037%204.55176%2044.3813%204.55176%2048.375C4.55176%2055.8309%2010.6653%2061.875%2018.2069%2061.875C25.7486%2061.875%2031.8621%2055.8309%2031.8621%2048.375C31.8621%2044.3813%2030.0983%2040.8037%2027.3104%2038.3316Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M18.207%2056.25C13.8146%2056.25%2010.2415%2052.7175%2010.2415%2048.375C10.2415%2046.1194%2011.1859%2044.0409%2012.9014%2042.5194L14.7932%2040.8431V19.125C14.7932%2017.2631%2016.3237%2015.75%2018.207%2015.75C20.0902%2015.75%2021.6208%2017.2631%2021.6208%2019.125V40.8431L23.5097%2042.5194C25.2252%2044.0409%2026.1725%2046.1222%2026.1725%2048.375C26.1725%2052.7175%2022.5994%2056.25%2018.207%2056.25Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_1'%3e%3crect%20width='33'%20height='63'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='33'%20height='63'%20viewBox='0%200%2033%2063'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='TEI%20-%20Technology'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_0_1)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M3.4138%2010.125H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M3.4138%2015.75H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M3.4138%2021.375H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M3.4138%2027H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M3.4138%2032.625H1.13794'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_2'%3e%3cpath%20id='Vector_6'%20d='M27.3104%2038.3316V10.125C27.3104%205.15531%2023.2337%201.125%2018.2069%201.125C13.1801%201.125%209.10348%205.15531%209.10348%2010.125V38.3316C6.31555%2040.8037%204.55176%2044.3813%204.55176%2048.375C4.55176%2055.8309%2010.6653%2061.875%2018.2069%2061.875C25.7486%2061.875%2031.8621%2055.8309%2031.8621%2048.375C31.8621%2044.3813%2030.0983%2040.8037%2027.3104%2038.3316Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M18.207%2056.25C13.8146%2056.25%2010.2415%2052.7175%2010.2415%2048.375C10.2415%2046.1194%2011.1859%2044.0409%2012.9014%2042.5194L14.7932%2040.8431V19.125C14.7932%2017.2631%2016.3237%2015.75%2018.207%2015.75C20.0902%2015.75%2021.6208%2017.2631%2021.6208%2019.125V40.8431L23.5097%2042.5194C25.2252%2044.0409%2026.1725%2046.1222%2026.1725%2048.375C26.1725%2052.7175%2022.5994%2056.25%2018.207%2056.25Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_1'%3e%3crect%20width='33'%20height='63'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tech-card-icon--lowpressure{mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2064%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Layer_1'%20clip-path='url(%23clip0_0_87)'%3e%3cpath%20id='Vector'%20d='M43.5867%2046.6667C47.9067%2043.2533%2050.6667%2037.9733%2050.6667%2032.0267C50.6667%2021.7067%2042.3067%2013.3467%2032%2013.3467C21.6933%2013.3467%2013.3333%2021.7067%2013.3333%2032.0267C13.3333%2037.96%2016.0933%2043.2533%2020.4133%2046.6667L11.32%2054.6667C5.18667%2049.0667%201.33333%2040.9867%201.33333%2032.0267C1.33333%2015.08%2015.0667%201.33333%2032%201.33333C48.9333%201.33333%2062.6667%2015.08%2062.6667%2032.0267C62.6667%2041%2058.8133%2049.0667%2052.68%2054.6667L43.5867%2046.6667Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_2'%20d='M32%2034.7067C33.4728%2034.7067%2034.6667%2033.5128%2034.6667%2032.04C34.6667%2030.5672%2033.4728%2029.3733%2032%2029.3733C30.5272%2029.3733%2029.3333%2030.5672%2029.3333%2032.04C29.3333%2033.5128%2030.5272%2034.7067%2032%2034.7067Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M30.12%2030.1467L22.5467%2022.5867'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M33.88%2033.92L35.7467%2035.7867'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_87'%3e%3crect%20width='64'%20height='56'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2064%2056'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Layer_1'%20clip-path='url(%23clip0_0_87)'%3e%3cpath%20id='Vector'%20d='M43.5867%2046.6667C47.9067%2043.2533%2050.6667%2037.9733%2050.6667%2032.0267C50.6667%2021.7067%2042.3067%2013.3467%2032%2013.3467C21.6933%2013.3467%2013.3333%2021.7067%2013.3333%2032.0267C13.3333%2037.96%2016.0933%2043.2533%2020.4133%2046.6667L11.32%2054.6667C5.18667%2049.0667%201.33333%2040.9867%201.33333%2032.0267C1.33333%2015.08%2015.0667%201.33333%2032%201.33333C48.9333%201.33333%2062.6667%2015.08%2062.6667%2032.0267C62.6667%2041%2058.8133%2049.0667%2052.68%2054.6667L43.5867%2046.6667Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_2'%20d='M32%2034.7067C33.4728%2034.7067%2034.6667%2033.5128%2034.6667%2032.04C34.6667%2030.5672%2033.4728%2029.3733%2032%2029.3733C30.5272%2029.3733%2029.3333%2030.5672%2029.3333%2032.04C29.3333%2033.5128%2030.5272%2034.7067%2032%2034.7067Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M30.12%2030.1467L22.5467%2022.5867'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M33.88%2033.92L35.7467%2035.7867'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_87'%3e%3crect%20width='64'%20height='56'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tech-card-icon--safety{mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2067%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_0_176)'%3e%3cpath%20id='Vector'%20d='M3.32118%2036.3815V34.4073C3.32118%2019.8978%2013.7705%207.8091%2027.6168%205.09019'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M39.3832%205.09202C53.2405%207.79812%2063.6788%2019.8997%2063.6788%2034.4091V36.3833'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M26.6803%2026.1041L27.796%202.66585C27.8532%201.61561%2028.7436%200.801403%2029.8131%200.801403H37.1851C38.2564%200.801403%2039.1468%201.61744%2039.2022%202.66585L40.3178%2026.1041'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M50.9741%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M16.0278%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M66.1928%2042.4231C66.1928%2043.3361%2065.5703%2044.1247%2064.6763%2044.3461C61.1039%2045.2244%2051.1052%2047.2004%2033.5018%2047.2004C15.8985%2047.2004%205.89981%2045.2244%202.32742%2044.3461C1.43339%2044.1266%200.810901%2043.3361%200.810901%2042.4231V38.3575C0.810901%2037.2634%201.70677%2036.3778%202.80952%2036.3778H64.196C65.3006%2036.3778%2066.1946%2037.2634%2066.1946%2038.3575V42.4231H66.1928Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_176'%3e%3crect%20width='67'%20height='48'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2067%2048'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_0_176)'%3e%3cpath%20id='Vector'%20d='M3.32118%2036.3815V34.4073C3.32118%2019.8978%2013.7705%207.8091%2027.6168%205.09019'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M39.3832%205.09202C53.2405%207.79812%2063.6788%2019.8997%2063.6788%2034.4091V36.3833'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M26.6803%2026.1041L27.796%202.66585C27.8532%201.61561%2028.7436%200.801403%2029.8131%200.801403H37.1851C38.2564%200.801403%2039.1468%201.61744%2039.2022%202.66585L40.3178%2026.1041'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M50.9741%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M16.0278%2022.0166V10.0468'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M66.1928%2042.4231C66.1928%2043.3361%2065.5703%2044.1247%2064.6763%2044.3461C61.1039%2045.2244%2051.1052%2047.2004%2033.5018%2047.2004C15.8985%2047.2004%205.89981%2045.2244%202.32742%2044.3461C1.43339%2044.1266%200.810901%2043.3361%200.810901%2042.4231V38.3575C0.810901%2037.2634%201.70677%2036.3778%202.80952%2036.3778H64.196C65.3006%2036.3778%2066.1946%2037.2634%2066.1946%2038.3575V42.4231H66.1928Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_176'%3e%3crect%20width='67'%20height='48'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tech-card-title{font-weight:700;font-size:clamp(24px,1.8vw,30px);line-height:1.15;margin:0 0 12px;padding-top:56px;color:var(--c-teal)}.tech-card-body{font-weight:400;font-size:16px;line-height:1.45;color:#3a4a48;min-height:132px}.tech-pillars{position:relative;z-index:2;background:var(--c-white);color:#10211f;padding:0}.tech-pillars-inner.page-width{transform:translateY(90px)}.tech-two-col{display:flex;gap:50px;align-items:flex-start}.tech-two-col .tech-pillars-cards{flex:1}.tech-pillars-intro{width:392px;flex-shrink:0;text-align:left}.tech-pillars-intro h2{font-weight:700;font-size:clamp(28px,2.1vw,36px);line-height:1.2;margin-bottom:24px;color:var(--c-teal)}.tech-pillars-intro p{font-weight:400;font-size:16px;line-height:1.4;color:#3a4a48;max-width:372px}.tech-pillars-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,.7vw,12px)}.tech-pillar{background:#fff;border-radius:15px;min-height:460px;padding:44px 30px 40px;box-shadow:0 0 10px #00000040;display:flex;flex-direction:column}.tech-pillar-icon{display:block;width:56px;height:56px;align-self:flex-start;background-color:var(--c-teal);mask-repeat:no-repeat;mask-position:left center;mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:left center;-webkit-mask-size:contain}.tech-pillar-icon--efficiency{mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2048%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Layer_1'%20clip-path='url(%23clip0_0_22)'%3e%3cpath%20id='Vector'%20d='M27.6654%207.2384L26.6633%2022.633H34.095L20.079%2042.4813L21.6595%2027.1492L15.5225%2027.1527L27.6654%207.2384Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M46.0261%2016.3646C48.0437%2022.1324%2047.9294%2028.6963%2045.2022%2034.6831C39.7612%2046.6185%2025.9908%2051.7326%2014.4464%2046.1074C2.90206%2040.4822%20-2.04456%2026.2453%203.39639%2014.3099'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M7.33105%208.27104C14.3121%200.465941%2025.759%20-1.80779%2035.2352%203.45934C38.9746%205.53838%2041.9372%208.52831%2044.0019%2012.0223'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M4.35141%2017.6058L3.39638%2014.3099L0.588482%2016.1595'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_22'%3e%3crect%20width='48'%20height='49'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2048%2049'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Layer_1'%20clip-path='url(%23clip0_0_22)'%3e%3cpath%20id='Vector'%20d='M27.6654%207.2384L26.6633%2022.633H34.095L20.079%2042.4813L21.6595%2027.1492L15.5225%2027.1527L27.6654%207.2384Z'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M46.0261%2016.3646C48.0437%2022.1324%2047.9294%2028.6963%2045.2022%2034.6831C39.7612%2046.6185%2025.9908%2051.7326%2014.4464%2046.1074C2.90206%2040.4822%20-2.04456%2026.2453%203.39639%2014.3099'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M7.33105%208.27104C14.3121%200.465941%2025.759%20-1.80779%2035.2352%203.45934C38.9746%205.53838%2041.9372%208.52831%2044.0019%2012.0223'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M4.35141%2017.6058L3.39638%2014.3099L0.588482%2016.1595'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_22'%3e%3crect%20width='48'%20height='49'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tech-pillar-icon--scale{mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2041.1961%2041.1961'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Scalability'%3e%3cpath%20id='Vector'%20d='M15.057%2040.6961H40.6961V0.5H0.5V26.1391'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_2'%20d='M9.31902%2040.6679H0.526127V31.8771'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M16.2167%2016.1885H25.0076V24.9794'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M0.526127%2040.6679L25.0076%2016.1885'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20viewBox='0%200%2041.1961%2041.1961'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Scalability'%3e%3cpath%20id='Vector'%20d='M15.057%2040.6961H40.6961V0.5H0.5V26.1391'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='Group'%3e%3cpath%20id='Vector_2'%20d='M9.31902%2040.6679H0.526127V31.8771'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M16.2167%2016.1885H25.0076V24.9794'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M0.526127%2040.6679L25.0076%2016.1885'%20stroke='var(--stroke-0,%20white)'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.tech-pillar-icon--lifespan{mask-image:url("data:image/svg+xml,%3csvg%20width='43'%20height='43'%20viewBox='0%200%2043%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='TEI%20-%20Technology'%3e%3cg%20id='Preview'%20clip-path='url(%23clip0_0_1)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M29.2092%2017.3953C29.9099%2017.0612%2030.6945%2016.8745%2031.522%2016.8745C34.4977%2016.8745%2036.9184%2019.2952%2036.9184%2022.2709C36.9184%2025.2467%2034.4977%2027.6673%2031.522%2027.6673C30.9858%2027.6673%2030.4684%2027.5885%2029.9801%2027.4429'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M29.9802%2030.6036V33.0637H33.0639V30.6036C34.258%2030.3843%2035.3646%2029.9183%2036.3257%2029.2554L38.0629%2030.9925L40.2437%2028.8117L38.5066%2027.0745C39.1695%2026.1117%2039.6355%2025.005%2039.8548%2023.8127H42.3149V20.729H39.8548C39.6355%2019.535%2039.1695%2018.4283%2038.5066%2017.4672L40.2437%2015.7301L38.0629%2013.5492L36.3257%2015.2864C35.3629%2014.6234%2034.2562%2014.1574%2033.0639%2013.9381V11.478H31.5221'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_2'%3e%3cpath%20id='Vector_3'%20d='M12.4734%2013.0198C12.3278%2012.5315%2012.249%2012.0142%2012.249%2011.478C12.249%208.50222%2014.6697%206.08154%2017.6454%206.08154C20.6212%206.08154%2023.0419%208.50222%2023.0419%2011.478C23.0419%2013.9175%2021.4144%2015.9852%2019.1873%2016.65'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M25.9713%2018.4161L26.3687%2018.0187L24.6316%2016.2816C25.2946%2015.3188%2025.7605%2014.2121%2025.9798%2013.0197H28.4399V9.93605H25.9798C25.7605%208.74199%2025.2946%207.6353%2024.6316%206.67422L26.3687%204.93709L24.1879%202.75625L22.4507%204.49338C21.488%203.8304%2020.3813%203.36442%2019.1889%203.14514V0.685059H16.1052V3.14514C14.9112%203.36442%2013.8045%203.8304%2012.8434%204.49338L11.1063%202.75625L8.92544%204.93709L10.6626%206.67422C9.99959%207.63701%209.53361%208.7437%209.31433%209.93605H6.85425V13.0197H9.31433C9.41198%2013.5525%209.55931%2014.0682%209.75118%2014.5616'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_3'%3e%3cpath%20id='Vector_5'%20d='M13.791%2036.9183C9.54063%2036.9183%206.08179%2033.4595%206.08179%2029.2092C6.08179%2024.9588%209.54063%2021.5%2013.791%2021.5C18.0413%2021.5%2021.5001%2024.9588%2021.5001%2029.2092C21.5001%2033.4595%2018.0413%2036.9183%2013.791%2036.9183Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M26.8965%2030.7512V27.6675H24.4604C24.1983%2025.8413%2023.4822%2024.1658%2022.4251%2022.7542L24.1469%2021.0325L21.966%2018.8517L20.2443%2020.5734C18.8327%2019.5164%2017.1572%2018.8003%2015.331%2018.5381V16.1021H12.2473V18.5381C10.4211%2018.8003%208.74566%2019.5164%207.33403%2020.5734L5.61231%2018.8517L3.43148%2021.0325L5.15319%2022.7542C4.09618%2024.1658%203.38008%2025.8413%203.11797%2027.6675H0.685303V30.7512H3.1214C3.38351%2032.5774%204.09961%2034.2528%205.15662%2035.6645L3.4349%2037.3862L5.61574%2039.567L7.33745%2037.8453C8.74909%2038.9023%2010.4245%2039.6184%2012.2508%2039.8805V42.3166H15.3344V39.8805C17.1606%2039.6184%2018.8361%2038.9023%2020.2477%2037.8453L21.9694%2039.567L24.1503%2037.3862L22.4286%2035.6645C23.4856%2034.2528%2024.2017%2032.5774%2024.4638%2030.7512H26.8999H26.8965Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_1'%3e%3crect%20width='43'%20height='43'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='43'%20height='43'%20viewBox='0%200%2043%2043'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='TEI%20-%20Technology'%3e%3cg%20id='Preview'%20clip-path='url(%23clip0_0_1)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M29.2092%2017.3953C29.9099%2017.0612%2030.6945%2016.8745%2031.522%2016.8745C34.4977%2016.8745%2036.9184%2019.2952%2036.9184%2022.2709C36.9184%2025.2467%2034.4977%2027.6673%2031.522%2027.6673C30.9858%2027.6673%2030.4684%2027.5885%2029.9801%2027.4429'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M29.9802%2030.6036V33.0637H33.0639V30.6036C34.258%2030.3843%2035.3646%2029.9183%2036.3257%2029.2554L38.0629%2030.9925L40.2437%2028.8117L38.5066%2027.0745C39.1695%2026.1117%2039.6355%2025.005%2039.8548%2023.8127H42.3149V20.729H39.8548C39.6355%2019.535%2039.1695%2018.4283%2038.5066%2017.4672L40.2437%2015.7301L38.0629%2013.5492L36.3257%2015.2864C35.3629%2014.6234%2034.2562%2014.1574%2033.0639%2013.9381V11.478H31.5221'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_2'%3e%3cpath%20id='Vector_3'%20d='M12.4734%2013.0198C12.3278%2012.5315%2012.249%2012.0142%2012.249%2011.478C12.249%208.50222%2014.6697%206.08154%2017.6454%206.08154C20.6212%206.08154%2023.0419%208.50222%2023.0419%2011.478C23.0419%2013.9175%2021.4144%2015.9852%2019.1873%2016.65'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M25.9713%2018.4161L26.3687%2018.0187L24.6316%2016.2816C25.2946%2015.3188%2025.7605%2014.2121%2025.9798%2013.0197H28.4399V9.93605H25.9798C25.7605%208.74199%2025.2946%207.6353%2024.6316%206.67422L26.3687%204.93709L24.1879%202.75625L22.4507%204.49338C21.488%203.8304%2020.3813%203.36442%2019.1889%203.14514V0.685059H16.1052V3.14514C14.9112%203.36442%2013.8045%203.8304%2012.8434%204.49338L11.1063%202.75625L8.92544%204.93709L10.6626%206.67422C9.99959%207.63701%209.53361%208.7437%209.31433%209.93605H6.85425V13.0197H9.31433C9.41198%2013.5525%209.55931%2014.0682%209.75118%2014.5616'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cg%20id='Group_3'%3e%3cpath%20id='Vector_5'%20d='M13.791%2036.9183C9.54063%2036.9183%206.08179%2033.4595%206.08179%2029.2092C6.08179%2024.9588%209.54063%2021.5%2013.791%2021.5C18.0413%2021.5%2021.5001%2024.9588%2021.5001%2029.2092C21.5001%2033.4595%2018.0413%2036.9183%2013.791%2036.9183Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M26.8965%2030.7512V27.6675H24.4604C24.1983%2025.8413%2023.4822%2024.1658%2022.4251%2022.7542L24.1469%2021.0325L21.966%2018.8517L20.2443%2020.5734C18.8327%2019.5164%2017.1572%2018.8003%2015.331%2018.5381V16.1021H12.2473V18.5381C10.4211%2018.8003%208.74566%2019.5164%207.33403%2020.5734L5.61231%2018.8517L3.43148%2021.0325L5.15319%2022.7542C4.09618%2024.1658%203.38008%2025.8413%203.11797%2027.6675H0.685303V30.7512H3.1214C3.38351%2032.5774%204.09961%2034.2528%205.15662%2035.6645L3.4349%2037.3862L5.61574%2039.567L7.33745%2037.8453C8.74909%2038.9023%2010.4245%2039.6184%2012.2508%2039.8805V42.3166H15.3344V39.8805C17.1606%2039.6184%2018.8361%2038.9023%2020.2477%2037.8453L21.9694%2039.567L24.1503%2037.3862L22.4286%2035.6645C23.4856%2034.2528%2024.2017%2032.5774%2024.4638%2030.7512H26.8999H26.8965Z'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_0_1'%3e%3crect%20width='43'%20height='43'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.tech-pillar-title{font-weight:700;font-size:clamp(26px,2.1vw,36px);line-height:1.1;margin:0 0 14px;padding-top:56px;color:var(--c-teal)}.tech-pillar-body{font-weight:400;font-size:16px;line-height:1.45;color:#3a4a48}.tech-pillar-body+.tech-pillar-body{margin-top:14px}.tech-howitworks-band{position:relative;z-index:0;isolation:isolate;background-color:var(--c-teal);background-image:linear-gradient(#359da773,#359da773),url(/assets/texture-teal-band-C6QmdtMs.jpg);background-size:cover;background-position:center;padding:212px 0 130px}.tech-howitworks-inner{max-width:1000px;margin:0 auto}.tech-howitworks-inner h2{font-weight:800;font-size:clamp(28px,2.4vw,40px);margin-bottom:28px}.tech-howitworks-inner p{font-weight:300;font-size:18px;line-height:1.55}.tech-howitworks-inner p+p{margin-top:18px}.tech-plant{position:relative;line-height:0;background:var(--c-white)}.tech-plant-video{display:block;width:calc(100% - 8.1vw);margin:0 auto;aspect-ratio:1563 / 879;border-radius:20px;object-fit:cover}.tech-stats{position:relative;padding:143px 0 76px;background:#000;--stats-img: url(/assets/tech-stats-bg-CExw16oz.jpg);--stats-scrim: linear-gradient(rgba(0, 0, 0, .8), rgba(0, 0, 0, .8))}.tech-stats-inner{position:relative;z-index:1;display:flex;gap:50px;align-items:flex-start}.tech-stats-inner h2{font-weight:800;font-size:clamp(28px,2.1vw,36px);width:392px;flex-shrink:0}.tech-stats-col{flex:1;min-width:0}.tech-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,.7vw,12px);grid-auto-rows:1fr;align-items:stretch}.tech-stat{background-image:var(--stats-scrim),var(--stats-img);background-size:300% 300%;background-repeat:no-repeat;background-color:#000;border:1.5px solid var(--c-white);border-radius:15px;min-height:clamp(300px,30vw,380px);padding:46px 36px 40px;display:flex;flex-direction:column}.tech-stat-icon{height:44px;width:auto;align-self:flex-start}.tech-stat-eyebrow{font-family:var(--font-display);font-size:12px;letter-spacing:1.2px;text-transform:uppercase;color:var(--c-amber);margin-top:62px}.tech-stat-value{font-weight:700;font-size:clamp(30px,2.4vw,42px);line-height:1.15;margin:10px 0 2px}.tech-stat-desc{font-weight:300;font-size:16px;line-height:1.2}.tech-cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(10px,.7vw,12px);margin-top:clamp(10px,.7vw,12px);grid-auto-rows:1fr;align-items:stretch}.tech-cost{min-height:0;padding:34px 28px 30px}.tech-stat:nth-child(3n+1){background-position-x:0%}.tech-stat:nth-child(3n+2){background-position-x:50%}.tech-stat:nth-child(3n){background-position-x:100%}.tech-stats-grid .tech-stat:nth-child(-n+3){background-position-y:0%}.tech-stats-grid .tech-stat:nth-child(n+4){background-position-y:50%}.tech-cost{background-position-y:100%}.tech-cost .tech-stat-eyebrow{margin-top:0}.tech-cost .tech-stat-value{font-size:clamp(24px,1.8vw,32px)}.tech-cost-footnote{margin-top:20px;font-weight:300;font-size:13px;line-height:1.4;max-width:900px;color:#ffffffd9}@media (max-width: 1024px){.tech-cost-grid{grid-template-columns:1fr}}.tech-features{display:grid;grid-template-columns:1fr 1fr;gap:22px;padding:60px 60px 90px}.tech-feature{display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.28);border-radius:18px;overflow:hidden}.tech-feature>img{display:block;width:100%;height:clamp(240px,24vw,380px);object-fit:cover}.tech-visual{display:flex;flex-direction:column;justify-content:center;gap:14px;min-height:176px;padding:34px 40px 26px;box-sizing:border-box}.tech-visual--bars{gap:18px}.tech-bar-row{display:grid;grid-template-columns:74px minmax(0,1fr) auto;align-items:center;gap:16px}.tech-bar-label{font-size:14px;font-weight:700;letter-spacing:.04em}.tech-bar-track{position:relative;display:block;height:38px;border-radius:19px;background:#2a2a2a;overflow:hidden}.tech-bar-fill{display:flex;align-items:center;justify-content:center;height:100%;min-width:56px;border-radius:19px;font-size:15px;font-weight:700;letter-spacing:.06em;color:#04191b}.tech-bar-fill--light{background:#8ad6e0;color:#04191b}.tech-bar-fill--dark{background:var(--c-teal);color:#fff}.tech-bar-amount{font-size:16px;font-weight:700;white-space:nowrap}.tech-visual-foot{font-size:13px;font-weight:300;opacity:.7;margin-top:2px}.tech-visual--pipeline{gap:12px}.tech-pipeline-heading{font-size:17px;font-weight:700}.tech-pipeline-bar{display:flex;align-items:center;height:44px;padding:0 22px;border-radius:22px;background:#8ad6e0;color:#04191b;font-size:16px;font-weight:700}.tech-visual--pills{gap:14px}.tech-pill-row{display:flex;flex-wrap:wrap;gap:10px}.tech-pill{padding:9px 18px;border-radius:18px;font-size:14px;font-weight:700;white-space:nowrap}.tech-pill--dark{background:var(--c-teal);color:#fff}.tech-pill--light{background:#6fd8e2;color:#04191b}.tech-visual--milestones{gap:12px}.tech-milestone{display:flex;align-items:center;gap:12px;width:min(100%,56%);height:44px;padding:0 20px;border-radius:22px;background:var(--c-teal);font-size:15px;font-weight:700}.tech-milestone-tick{flex:none;width:22px;height:22px;color:#fff}.tech-feature:last-child>img{object-position:center top}.tech-feature-text{width:100%;padding:4px 40px 36px}.tech-feature-text h2{font-weight:700;font-size:clamp(24px,1.8vw,30px);line-height:1.15;margin-bottom:10px}.tech-feature-text p{font-weight:300;font-size:16px;line-height:1.35;max-width:743px}.tech-feature-text p+p{margin-top:15px}.tech-cta{background:var(--c-black);text-align:center;padding:70px var(--pad-x) 110px}.tech-cta-title{font-weight:800;font-size:clamp(28px,2.4vw,42px);margin-bottom:42px}.tech-cta .btn{min-width:231px}@media (max-width: 1280px){.tech-chars-inner,.tech-stats-inner{flex-direction:column}.tech-chars-intro,.tech-stats-inner h2{width:auto}.tech-chars-intro h2{margin-bottom:24px}.tech-chars-note,.tech-pillars-intro p{max-width:68ch}}@media (max-width: 1024px){.tech-hero{min-height:720px}.tech-chars-cards,.tech-stats-grid{grid-template-columns:1fr;gap:24px}.tech-two-col{flex-direction:column}.tech-stat,.tech-card,.tech-pillar{min-width:0}.tech-pillars-intro{width:auto}.tech-pillars-cards{grid-template-columns:1fr;gap:24px}.tech-pillars-inner.page-width{transform:translateY(60px)}.tech-howitworks-band{padding:140px 0 90px}.tech-card{min-height:0}.tech-card-title,.tech-pillar-title{padding-top:28px}.tech-card-body{min-height:0}.tech-stat{aspect-ratio:auto;min-height:0}.tech-stat-eyebrow{margin-top:40px}.tech-features{grid-template-columns:1fr;gap:18px;padding:50px 30px 76px}.tech-feature-text{padding:2px 30px 30px}}@media (max-width: 768px){.tech-hero{justify-content:flex-end;padding-top:120px;padding-bottom:70px}.tech-stats{padding:90px 0 56px}.tech-stats-grid,.tech-cost-grid{gap:12px}.tech-stat{min-height:0;padding:22px 20px 24px}.tech-stat-icon{height:34px}.tech-stat-eyebrow{margin-top:14px}.tech-stat-value{font-size:26px}.tech-cost{padding:22px 20px 24px}.tech-features{gap:14px;padding:40px 16px 60px}.tech-feature-text{padding:2px 22px 26px}.tech-visual{min-height:0;padding:26px 22px 20px}.tech-bar-row{grid-template-columns:60px minmax(0,1fr) auto;gap:10px}.tech-bar-track{height:32px;border-radius:16px}.tech-bar-fill{min-width:44px;border-radius:16px;font-size:13px}.tech-bar-label,.tech-bar-amount{font-size:13px}.tech-pipeline-bar,.tech-milestone{height:40px;padding:0 16px;font-size:14px}.tech-milestone{width:100%}}.team{background:var(--c-black)}.team-hero{position:relative;overflow:hidden;background:var(--c-black);min-height:760px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:150px var(--pad-x) 90px}.team-hero-inner{position:relative;z-index:1}.team-eyebrow{font-family:var(--font-display);font-size:clamp(16px,1.3vw,22px);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--c-amber);margin-bottom:26px}.team-hero-title{font-weight:800;font-size:clamp(38px,4vw,70px)}.team-grid-section{padding:70px 0 60px}.team-careers{text-align:center;padding:130px var(--pad-x) 140px;background-color:#2b8b96;background-image:url(/assets/texture-teal-band-C6QmdtMs.jpg);background-size:cover;background-position:center}.team-careers h2{font-weight:700;font-size:clamp(28px,2.5vw,42px);line-height:1.2;margin-bottom:28px}.team-careers p{font-size:clamp(16px,1.1vw,18px);line-height:1.55;max-width:900px;margin:0 auto 32px}.team-careers .btn{min-width:170px}@media (max-width: 1024px){.team-hero{min-height:620px}}@media (max-width: 560px){.team-grid{grid-template-columns:1fr}}.team-grid{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(14px,1.2vw,20px);align-items:stretch}.team-card{background:var(--c-white);color:#10211f;border-radius:15px;box-shadow:0 0 10px #00000040;text-align:center;transition:transform .18s ease,box-shadow .18s ease}.team-card:hover{transform:translateY(-3px);box-shadow:0 6px 18px #0000004d}.team-card-btn{width:100%;height:100%;background:none;border:none;color:inherit;cursor:pointer;display:flex;flex-direction:column;align-items:center;padding:36px 26px 30px;font:inherit}.team-card-more{margin-top:auto;padding-top:16px;font-family:var(--font-footer);font-weight:700;font-size:12px;letter-spacing:.06em;text-transform:uppercase;color:var(--c-teal)}.team-card-photo{display:block;width:132px;height:132px;border-radius:50%;object-fit:cover;margin:0 auto 18px}.team-card-name{font-family:var(--font-footer);font-weight:700;font-size:16px;letter-spacing:.02em;text-transform:uppercase;color:var(--c-teal);margin-bottom:6px}.team-card-role{font-family:var(--font-footer);font-weight:700;font-size:12px;letter-spacing:.04em;text-transform:uppercase;color:#3a4a48}@media (max-width: 1280px){.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.team-grid{grid-template-columns:1fr}}.team-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:40px 20px}.team-modal-scrim{position:absolute;top:0;right:0;bottom:0;left:0;border:none;padding:0;background:#000000b8;cursor:pointer}.team-modal-panel{position:relative;background:var(--c-white);color:#10211f;border-radius:15px;box-shadow:0 20px 60px #00000073;width:min(760px,100%);max-height:84vh;overflow-y:auto;padding:46px 54px 50px;text-align:left}.team-modal-close{position:absolute;top:14px;right:18px;background:none;border:none;font-size:34px;line-height:1;color:#6a7b79;cursor:pointer}.team-modal-close:hover{color:#10211f}.team-modal-photo{display:block;width:116px;height:116px;border-radius:50%;object-fit:cover;margin-bottom:20px}.team-modal-name{font-family:var(--font-footer);font-weight:700;font-size:26px;color:var(--c-teal);margin-bottom:4px}.team-modal-role{font-family:var(--font-footer);font-weight:700;font-size:13px;letter-spacing:.04em;text-transform:uppercase;color:#3a4a48;margin-bottom:24px}.team-modal-bio{font-size:15px;line-height:1.6;color:#3a4a48}.team-modal-bio p+p{margin-top:14px}@media (max-width: 640px){.team-modal-panel{padding:40px 24px 34px}}.careers{background:var(--c-black)}.careers-hero{position:relative;overflow:hidden;background:var(--c-black);min-height:760px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:150px var(--pad-x) 90px}.careers-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.careers-eyebrow{font-family:var(--font-display);font-size:clamp(16px,1.3vw,22px);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--c-amber);margin-bottom:26px}.careers-hero-title{font-weight:800;font-size:clamp(34px,4vw,70px);margin-bottom:32px}.careers-hero-sub{font-weight:400;font-size:18px;max-width:1381px}.careers-positions{padding-top:0;padding-bottom:140px;max-width:1728px}.careers-positions h2{font-weight:700;font-size:clamp(30px,2.4vw,40px);margin:0 0 38px 67px}.careers-rule{border:none;border-top:1px solid var(--c-white);margin:0 59px 22px}.careers-status{font-weight:300;font-size:18px;margin:30px 67px}.careers-status a{color:var(--c-amber)}#BambooHR{padding:0 67px}#BambooHR *{background:transparent!important;font-family:var(--font-body)!important}#BambooHR .BambooHR-ATS-board{border:none}#BambooHR .BambooHR-ATS-Department-Header,#BambooHR .BambooHR-ATS-Department-Item div:first-child{font-weight:700;font-size:32px;color:var(--c-white);margin:56px 0 24px}#BambooHR .BambooHR-ATS-Jobs-List{list-style:none;margin:0;padding:0}#BambooHR .BambooHR-ATS-Jobs-Item{display:flex;justify-content:space-between;align-items:baseline;gap:20px;padding:12px 0 12px 50px;border:none}#BambooHR .BambooHR-ATS-Jobs-Item a{font-weight:700;font-size:20px;color:var(--c-amber)!important;text-decoration:underline}#BambooHR .BambooHR-ATS-Jobs-Item a:hover{color:var(--c-white)!important}#BambooHR .BambooHR-ATS-Location{font-weight:700;font-size:20px;color:var(--c-amber);text-align:right;white-space:nowrap}#BambooHR .BambooHR-ATS-Department-List{margin:0;padding:0}#BambooHR [class*=powered],#BambooHR .BambooHR-Footer,#BambooHR .BambooHR-ATS-board>h2,#BambooHR img{display:none!important}@media (max-width: 1024px){.careers-hero{min-height:640px}.careers-positions h2,.careers-status{margin-left:0}.careers-rule{margin:0 0 16px}#BambooHR{padding:0}#BambooHR .BambooHR-ATS-Jobs-Item{flex-direction:column;gap:4px;padding-left:20px}#BambooHR .BambooHR-ATS-Location{text-align:left}}.policy{background:var(--c-black)}.policy-hero{position:relative;min-height:972px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:180px var(--pad-x) 120px}.policy-hero-inner{position:relative;z-index:1}.policy-eyebrow{font-family:var(--font-display);font-size:clamp(18px,1.4vw,24px);color:var(--c-amber);margin-bottom:22px}.policy-hero-title{font-weight:800;font-size:clamp(34px,4vw,70px);line-height:1.05;max-width:1433px}.policy-hero-subtitle{font-family:var(--font-display);font-size:clamp(15px,1.2vw,20px);line-height:1.4;color:var(--c-white);max-width:900px;margin:28px auto 0}.policy-hero-subtitle a{color:var(--c-amber);text-decoration:underline}.policy-doc{max-width:var(--max-width);margin:0 auto;padding:0 clamp(20px,7vw,126px) 120px}.policy-doc-title{font-weight:700;font-size:clamp(28px,2.6vw,40px);line-height:1.15;padding-top:60px}.policy-rule{border:none;border-top:1px solid rgba(255,255,255,.5);margin:24px 0 48px;max-width:1476px}.policy-body{max-width:1481px;font-size:clamp(16px,1.1vw,20px);line-height:1.45}.policy-h{color:var(--c-amber);font-weight:700;font-size:clamp(24px,1.9vw,32px);line-height:1.2;margin:48px 0 22px}.policy-body>.policy-h:first-child{margin-top:0}.policy-subh{color:var(--c-amber);font-weight:300;font-size:clamp(20px,1.5vw,25px);line-height:1.2;margin:28px 0 14px}.policy-body p{margin-bottom:15px}.policy-body ul,.policy-body ol{margin:0 0 15px 30px}.policy-body ul{list-style:disc}.policy-body ol{list-style:decimal}.policy-body ol ol{list-style:lower-alpha;margin-left:30px}.policy-body li{margin-bottom:6px}.policy-body a{color:var(--c-teal);text-decoration:underline}.policy-contact-list{margin:0 0 15px}.policy-contact-list>div{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:8px 0}.policy-contact-list dt{font-weight:700}@media (max-width: 600px){.policy-contact-list>div{grid-template-columns:1fr;gap:2px}}.policy-updated{color:var(--c-amber);font-weight:700;font-size:clamp(18px,1.4vw,25px);margin-top:56px}.policy-table-wrap{overflow-x:auto;margin:0 0 40px}.policy-table{width:100%;border-collapse:collapse;font-size:clamp(13px,.95vw,16px);line-height:1.4}.policy-table caption{text-align:left;color:var(--c-amber);font-weight:700;font-size:clamp(18px,1.4vw,22px);margin-bottom:16px}.policy-table th,.policy-table td{border:1px solid rgba(255,255,255,.25);padding:14px 16px;text-align:left;vertical-align:top}.policy-table thead th{background:#ffffff0f;color:var(--c-amber);font-weight:700}.policy-table ul{margin:0 0 0 18px}@media (max-width: 768px){.policy-hero{min-height:620px}}.contact{background:var(--c-black)}.contact-hero{position:relative;overflow:hidden;background:var(--c-black);min-height:720px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:150px var(--pad-x) 60px}.contact-hero-inner{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.contact-eyebrow{font-family:var(--font-display);font-size:clamp(16px,1.3vw,22px);font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--c-amber);margin-bottom:26px}.contact-hero-title{font-weight:800;font-size:clamp(34px,4vw,70px);margin-bottom:32px}.contact-hero-sub{font-weight:400;font-size:18px;max-width:1381px}.contact-body{display:flex;gap:clamp(40px,6vw,94px);padding-top:0;padding-bottom:130px;max-width:1728px}.contact-offices{width:478px;flex-shrink:0;padding-left:67px}.contact-office{margin-bottom:96px}.contact-office h2{font-weight:700;font-size:32px;margin-bottom:22px}.contact-links{display:flex;flex-direction:column;gap:15px;margin-bottom:28px}.contact-links a{font-size:22px;color:var(--c-white)}.contact-office address{font-style:normal;font-size:18px;line-height:1.85}.contact-office address strong{display:block}.contact-form{flex:1;max-width:911px}.contact-field{margin-bottom:36px}.contact-field label{display:block;font-weight:500;font-size:22px;margin-bottom:12px}.contact-char-note{font-style:italic;font-size:16px;margin:-6px 0 12px;opacity:.85}.contact-field input,.contact-field select,.contact-field textarea{width:100%;background:var(--c-white);color:var(--c-black);border:none;border-radius:10px;padding:15px 25px;font-family:var(--font-body);font-size:16px}.contact-field input,.contact-field select{height:51px}.contact-field textarea{min-height:497px;resize:vertical}.contact-field ::placeholder{color:#c6c6c5;font-size:14px}.contact-recaptcha{margin:4px 0 8px;min-height:78px}.contact-form .btn{min-width:170px;margin-top:14px}.contact-form .btn:disabled{opacity:.6;cursor:default}.contact-status{font-size:16px;margin-top:18px;min-height:22px}@media (max-width: 1180px){.contact-body{flex-direction:column-reverse}.contact-offices{width:auto;padding-left:0;display:flex;gap:60px;flex-wrap:wrap}.contact-office{margin-bottom:30px}.contact-hero{min-height:560px}.contact-field textarea{min-height:280px}}@media (max-width: 360px){.contact-recaptcha{transform:scale(.87);transform-origin:left top;min-height:70px}}:root{--c-teal: #359da7;--c-amber-original: #f6ae2d;--c-amber: #359da7;--c-black: #000;--c-white: #fff;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-footer: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--max-width: 1728px;--pad-x: clamp(20px, 3.4vw, 59px)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--c-black);color:var(--c-white);-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit}button{font:inherit;cursor:pointer}main{display:block}.page-width{max-width:var(--max-width);margin:0 auto;padding-left:var(--pad-x);padding-right:var(--pad-x)}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:12px 38px;border-radius:30px;border:1px solid var(--c-white);font-family:var(--font-display);font-weight:500;font-size:18px;text-transform:uppercase;letter-spacing:.01em;color:var(--c-white);text-decoration:none;text-align:center;transition:background-color .2s ease,transform .2s ease}.btn-teal{background:#359da7cc}.btn-teal:hover,.btn-teal:focus-visible{background:#359da7}.btn-amber,.btn-outline{background:transparent;border-color:var(--c-white);color:var(--c-white)}.btn-amber:hover,.btn-amber:focus-visible,.btn-outline:hover,.btn-outline:focus-visible{background:#ffffff29}:focus-visible{outline:2px solid var(--c-teal);outline-offset:2px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media (max-width: 768px){.btn{font-size:16px;padding:10px 28px}}
