@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,400; 0,500;0,600;0,700;1,400&family=Syne:wght@500;600;700;800&display=swap');:root{--color-black:0,0,0;--color-bg:8,9,14;--color-bg-secondary:14,15,22;--color-white:255,255,255;--color-surface:20,22,32;--color-surface-elevated:28,30,44;--color-gray-100:244,245,252;--color-gray-200:210,212,228;--color-gray-300:130,134,160;--color-gray-400:110,115,142;--color-gray-500:88,92,118;--color-gray-600:56,58,76;--color-gray-700:42,44,60;--color-gray-800:32,34,48;--color-gray-900:22,24,34;--color-primary:0,245,234;--color-secondary:110,118,160;--color-accent:255,61,168;--color-primary-dark:0,180,175;--color-primary-light:140,255,248;--color-deep-navy:4,5,12;--color-slate:130,136,165;--color-footer-bg:3,4,8;--color-footer-text:236,238,248;--color-footer-muted:118,124,154;--color-on-primary:6,8,14;--color-ink-on-bright:6,8,14;--primary:rgb(var(--color-primary));--secondary:rgb(var(--color-secondary));--accent:rgb(var(--color-accent));--inverse:rgb(var(--color-white));--bg-primary:rgb(var(--color-bg));--bg-secondary:rgb(var(--color-bg-secondary));--bg-accent:rgb(var(--color-primary));--bg-inverse:rgb(var(--color-gray-100));--bg-light:rgb(var(--color-surface));--text-primary:rgb(var(--color-gray-100));--text-secondary:rgb(var(--color-slate));--text-accent:rgb(var(--color-primary));--text-inverse:rgb(var(--color-ink-on-bright));--transition-function:cubic-bezier(0.22, 1, 0.36, 1);--transition-duration:0.3s}*{padding:0;margin:0;border:0}*,*::after,*::before{box-sizing:border-box}*::after,*::before{display:inline-block}body,html{height:100%;min-width:320px}body{color:var(--text-primary);line-height:1;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.875rem;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea{font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:inherit;line-height:inherit;color:inherit;background-color:rgba(0,0,0,0)}input,textarea{width:100%}label{display:inline-block}button,option,select{cursor:pointer}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}dl,ol,ul{padding:0;margin:0}html{background-color:rgb(var(--color-bg));color:var(--text-primary);overflow-x:hidden;max-width:100%}body{overflow-x:hidden;max-width:100%}.lock body{overflow:hidden;touch-action:none;-ms-scroll-chaining:none;overscroll-behavior:none}.loaded body{opacity:1}.wrapper{padding-top:0;min-height:100%;display:flex;flex-direction:column;overflow-x:clip;max-width:100%}.wrapper>main{flex:1 1 auto}.wrapper>main{min-width:0}[class*=__container]{max-width:75rem;margin:0 auto;padding:0 .9375rem}[class*="--gc"]{display:grid;min-width:0;grid-template-columns:.9375rem 1fr minmax(auto,73.125rem) 1fr .9375rem}[class*="--gc"]>*{min-width:0;grid-column:3/4}.menu__list{display:flex;justify-content:space-between;align-items:center}.menu__link{position:relative;color:var(--text-inverse);text-decoration:none;text-transform:uppercase;display:inline-block;letter-spacing:.05em;transition:color .3s ease}.menu__link:hover{color:var(--accent)}.ibg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.ibg--top{-o-object-position:top;object-position:top}.ibg--bottom{-o-object-position:bottom;object-position:bottom}.ibg--left{-o-object-position:left;object-position:left}.ibg--right{-o-object-position:right;object-position:right}.ibg--contain{-o-object-fit:contain;object-fit:contain}html{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6875rem 1.25rem;border-radius:0;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease,-webkit-transform .15s ease;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .15s ease,box-shadow .2s ease,-webkit-transform .15s ease}.btn:active{-webkit-transform:translate(.0625rem,.0625rem);transform:translate(.0625rem,.0625rem)}.btn--primary{background:rgb(var(--color-primary));color:rgb(var(--color-on-primary));border-color:rgb(var(--color-primary));box-shadow:.25rem .25rem 0 rgba(var(--color-accent),.45)}.btn--primary:hover{background:rgb(var(--color-primary-light));border-color:rgb(var(--color-primary-light))}.btn--ghost{background:rgba(0,0,0,0);color:rgb(var(--color-primary));border-color:rgba(var(--color-primary),.55)}.btn--ghost:hover{background:rgba(var(--color-primary),.1);color:rgb(var(--color-primary-light))}.btn--fw{width:100%}.page-header{position:fixed;top:0;left:0;width:100%;z-index:100;border-bottom:1px solid rgba(var(--color-white),.06);background:rgba(var(--color-bg),.88);backdrop-filter:blur(16px)}.page-header__container{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:4.375rem}.page-header__logo{display:inline-flex;align-items:center;gap:.625rem;color:rgb(var(--color-white));text-decoration:none;font-family:Syne,system-ui,sans-serif;font-weight:700;font-size:1.125rem;letter-spacing:-.02em;text-transform:uppercase}.page-header__logo:hover{color:rgb(var(--color-primary))}.page-header__logo-icon{width:2.5rem;height:2.5rem;border-radius:0;display:grid;place-items:center;background:rgba(var(--color-primary),.14);color:rgb(var(--color-primary));font-size:1.0625rem;border:1px solid rgba(var(--color-primary),.45)}.page-header__logo-name{line-height:1}.page-header__nav{display:flex;align-items:center;gap:.25rem}.page-header__nav .page-header__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem}.page-header__nav li{list-style:none}.page-header__link{display:inline-flex;align-items:center;padding:.5625rem .6875rem;font-size:.625rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-gray-200),.82);text-decoration:none;border-radius:0;transition:color .2s ease,background .2s ease,border-color .2s ease;border:1px solid transparent}.page-header__link:hover{color:rgb(var(--color-primary));background:rgba(var(--color-primary),.08);border-color:rgba(var(--color-primary),.25)}.page-header__burger{display:none}.footer{padding:clamp(2.75rem,7vw,4.75rem) 0 1.5rem;background:rgb(var(--color-footer-bg));color:rgb(var(--color-footer-text));border-top:1px solid rgba(var(--color-primary),.2)}.footer__container{display:grid;gap:1.75rem}.footer__top{display:grid;grid-template-columns:minmax(0,1.05fr) repeat(2,minmax(0,.7fr));gap:clamp(1.25rem,4vw,2.125rem)}.footer__brand{display:grid;gap:.75rem}.footer__logo-link{display:inline-flex;align-items:center;gap:.75rem;color:rgb(var(--color-white));text-decoration:none;font-family:Syne,system-ui,sans-serif;font-weight:700;font-size:1.125rem;letter-spacing:-.02em;text-transform:uppercase}.footer__logo-mark{width:2.5rem;height:2.5rem;border-radius:0;display:grid;place-items:center;background:rgba(var(--color-primary),.16);color:rgb(var(--color-primary));font-size:1.0625rem;border:1px solid rgba(var(--color-primary),.45)}.footer__logo-name{line-height:1.1}.footer__description{margin:0;font-size:.8125rem;line-height:1.68;color:rgb(var(--color-footer-muted));font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.footer__contact-title,.footer__nav-title{margin:0 0 .5rem;font-size:.5625rem;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:rgba(var(--color-primary-light),.85);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.footer__nav-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.footer__nav-list li{list-style:none}.footer__nav-link{display:inline-flex;align-items:center;gap:.5rem;color:rgb(var(--color-footer-text));text-decoration:none;font-size:.8125rem;font-weight:500;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;transition:color .2s ease}.footer__nav-link i{color:rgb(var(--color-accent));font-size:.75rem;width:1.125rem;text-align:center}.footer__nav-link:hover{color:rgb(var(--color-primary))}.footer__contact{font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.8125rem;line-height:1.62;color:rgb(var(--color-footer-muted));font-style:normal}.footer__contact p{margin:0 0 .375rem}.footer__contact a{color:rgb(var(--color-footer-text));font-weight:600;text-decoration:underline;text-underline-offset:.1875rem}.footer__address{margin:0;line-height:1.55}.footer__notices{display:grid;gap:.625rem}.footer__notice{padding:.75rem .875rem;border-radius:0;font-size:.6875rem;line-height:1.62;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.footer__notice p{margin:0}.footer__notice--warning{background:rgba(var(--color-accent),.1);border:1px solid rgba(var(--color-accent),.35);color:rgba(var(--color-gray-100),.96)}.footer__notice--info{background:rgba(var(--color-surface),.65);border:1px solid rgba(var(--color-gray-600),.75);color:rgba(var(--color-gray-200),.92)}.footer__bottom{padding-top:1rem;border-top:1px solid rgba(var(--color-gray-600),.55);font-size:.6875rem;color:rgba(var(--color-footer-muted),.92);text-align:center;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.footer__bottom p{margin:0}.cookie-notice{position:fixed;left:.75rem;right:.75rem;bottom:.75rem;z-index:1100;padding:.75rem .875rem;border-radius:0;border:1px solid rgba(var(--color-primary),.45);background:rgb(var(--color-surface));box-shadow:.375rem .375rem 0 rgba(var(--color-accent),.2);display:grid;gap:.625rem;color:rgba(var(--color-gray-100),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.75rem;line-height:1.5;opacity:0;visibility:hidden;pointer-events:none;-webkit-transform:translateY(10px);transform:translateY(10px);transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease}.cookie-notice.active{opacity:1;visibility:visible;pointer-events:auto;-webkit-transform:translateY(0);transform:translateY(0)}.cookie-notice__text{margin:0}.cookie-notice__text a{color:rgb(var(--color-primary));font-weight:600}.cookie-notice__actions{display:flex;flex-wrap:wrap;gap:.5rem}.cookie-notice__btn{border:none;border-radius:0;padding:.5625rem .75rem;font-size:.625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.cookie-notice__btn--accept{background:rgb(var(--color-primary));color:rgb(var(--color-on-primary));border:1px solid rgb(var(--color-primary))}.cookie-notice__btn--decline{background:rgba(0,0,0,0);color:rgba(var(--color-gray-100),.92);border:1px solid rgba(var(--color-gray-500),.85)}input[type=checkbox],input[type=radio]{width:auto}.visually-hidden{position:absolute;width:.0625rem;height:.0625rem;padding:0;margin:-.0625rem;overflow:hidden;clip-path:inset(50%);white-space:nowrap;border:0}.contact__title,.eix-about__pillar-title,.eix-about__title,.eix-approach__card-title,.eix-approach__title,.eix-cta__title,.eix-feed__item-title,.eix-feed__title,.eix-formati__name,.eix-formati__title,.eix-highlight__value,.eix-phases__step-title,.eix-phases__title,.eix-sources__title,.eix-spotlight__title,.eix-statbar__value,.eix-tracks__heading,.faq__title,.hero__title{font-family:Syne,system-ui,sans-serif;font-weight:700}.contact__eyebrow,.eix-about__eyebrow,.eix-approach__eyebrow,.eix-feed__eyebrow,.eix-formati__eyebrow,.eix-phases__eyebrow,.eix-sources__eyebrow,.faq__eyebrow,.hero__label{margin:0 0 .75rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.625rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:rgb(var(--color-primary))}.page{padding-top:4.75rem;background:rgb(var(--color-bg));color:var(--text-primary)}body{scroll-behavior:smooth}.hero{position:relative;isolation:isolate;overflow:clip;padding:clamp(2.5rem,6.5vw,4.5rem) 0 clamp(3rem,8vw,6rem)}.hero.hero--eix{background:linear-gradient(168deg,rgba(var(--color-deep-navy),.97) 0,rgb(var(--color-bg)) 38%,rgb(var(--color-bg-secondary)) 100%),rgb(var(--color-bg));border-bottom:1px solid rgba(var(--color-primary),.22)}.hero.hero--eix::before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.35;background-image:repeating-linear-gradient(0deg,transparent,transparent .6875rem,rgba(var(--color-primary),.035) .6875rem,rgba(var(--color-primary),.035) .75rem)}.hero.hero--eix::after{content:"";position:absolute;top:1.125rem;right:8%;width:min(32vw,12.5rem);height:min(32vw,12.5rem);pointer-events:none;z-index:0;border:1px solid rgba(var(--color-accent),.22);border-radius:50%;opacity:.9;background:radial-gradient(circle at 35% 35%,rgba(var(--color-primary),.12),transparent 62%)}.hero__container{position:relative;z-index:2}.hero__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(16.25rem,18.75rem);grid-template-areas:"label label" "main panel";gap:1.25rem clamp(1.25rem,3vw,2rem);align-items:end}.hero__label{grid-area:label;margin:0;display:flex;align-items:center;flex-wrap:wrap;gap:.75rem 1rem;padding:.625rem 0 .875rem;padding-left:.625rem;border-bottom:1px solid rgba(var(--color-gray-600),.85);color:rgb(var(--color-primary-light))}.hero__label::after{content:"";flex:1;min-width:5rem;height:.125rem;background:linear-gradient(90deg,rgba(var(--color-primary),.85) 0,rgba(var(--color-accent),.45) 55%,transparent 100%)}.hero__main{grid-area:main;min-width:0;padding-top:.5rem;border:none}.hero__title{margin:0 0 1rem;font-size:clamp(1.625rem,4.4vw,3rem);line-height:1.02;letter-spacing:-.04em;text-transform:uppercase;max-width:57.5rem;background:linear-gradient(102deg,rgb(var(--color-white)) 12%,rgb(var(--color-primary-light)) 52%,rgb(var(--color-accent)) 108%);-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.hero__title-accent{display:block;margin-top:1rem;margin-bottom:0;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-weight:500;font-size:clamp(.75rem,1.25vw,.875rem);letter-spacing:0;line-height:1.75;text-transform:none;color:rgba(var(--color-slate),.96);-webkit-text-fill-color:rgba(var(--color-slate),.96);background:0 0;background-clip:border-box;-webkit-background-clip:border-box}.hero__title-accent strong{color:rgba(var(--color-gray-100),.95);font-weight:600}.hero__text{margin:0 0 1.5rem;font-size:clamp(.75rem,1.1vw,.875rem);line-height:1.78;color:rgba(var(--color-gray-200),.86);max-width:35rem;padding-left:.875rem;border-left:.125rem solid rgba(var(--color-accent),.55)}.hero__text strong{color:rgb(var(--color-white));font-weight:600}.hero__actions{display:flex;flex-wrap:wrap;gap:.625rem;align-items:center}.hero__panel{grid-area:panel;position:relative;padding:1.375rem 1.125rem 1.375rem 3.25rem;background:rgba(var(--color-deep-navy),.72);border:1px solid rgba(var(--color-gray-600),.9);border-left:.1875rem solid rgb(var(--color-accent));align-self:stretch;display:flex;flex-direction:column;justify-content:center}.hero__panel::before{content:"";position:absolute;top:0;left:0;bottom:0;width:2.5rem;pointer-events:none;background:repeating-linear-gradient(-25deg,transparent,transparent .375rem,rgba(var(--color-primary),.07) .375rem,rgba(var(--color-primary),.07) .4375rem);border-right:1px solid rgba(var(--color-gray-600),.6)}.hero__panel-index{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;width:2.5rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.625rem;font-weight:700;letter-spacing:.08em;text-align:center;color:rgba(var(--color-primary),.75);pointer-events:none;z-index:1}.hero__panel-title{position:relative;z-index:1;margin:0 0 .625rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgb(var(--color-accent))}.hero__panel-text{position:relative;z-index:1;margin:0;font-size:.75rem;line-height:1.65;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-statbar{padding:1.25rem 0;background:rgb(var(--color-deep-navy));border-bottom:1px solid rgba(var(--color-primary),.18)}.eix-statbar__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.eix-statbar__cell{padding:.875rem .75rem;border:1px solid rgba(var(--color-gray-600),.75);background:rgba(var(--color-surface),.45)}.eix-statbar__value{margin:0 0 .5rem;font-size:.625rem;letter-spacing:.1em;text-transform:uppercase;color:rgb(var(--color-primary-light))}.eix-statbar__label{margin:0;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.6875rem;line-height:1.55;color:rgba(var(--color-gray-200),.88)}.eix-spotlight{padding:clamp(2rem,5vw,3.5rem) 0;background:rgb(var(--color-bg))}.eix-spotlight__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.125rem;padding:1.25rem 1.125rem;border:1px solid rgba(var(--color-primary),.35);background:rgb(var(--color-surface))}.eix-spotlight__icon{width:3rem;height:3rem;display:grid;place-items:center;background:rgba(var(--color-primary),.12);border:1px solid rgba(var(--color-primary),.4);color:rgb(var(--color-primary));font-size:1.25rem;flex-shrink:0}.eix-spotlight__body{flex:1 1 min(100%,20rem);min-width:0}.eix-spotlight__eyebrow{margin:0 0 .375rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:rgba(var(--color-accent),.92)}.eix-spotlight__title{margin:0 0 .5rem;font-size:clamp(1.125rem,2.2vw,1.5rem);color:rgb(var(--color-white));text-transform:uppercase;line-height:1.12}.eix-spotlight__text{margin:0;font-size:.8125rem;line-height:1.62;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-spotlight__cta{flex-shrink:0}.eix-tracks{padding:clamp(1.75rem,5vw,3rem) 0;background:rgb(var(--color-bg-secondary));border-bottom:1px solid rgba(var(--color-gray-600),.55)}.eix-tracks__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.eix-tracks__card{padding:1.375rem 1.125rem;background:rgb(var(--color-surface));border:1px solid rgba(var(--color-gray-600),.85)}.eix-tracks__card--accent{border-color:rgba(var(--color-accent),.4);background:rgba(var(--color-deep-navy),.55)}.eix-tracks__tag{margin:0 0 .625rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--color-primary))}.eix-tracks__heading{margin:0 0 .625rem;font-size:1.0625rem;color:rgb(var(--color-gray-100));text-transform:uppercase;line-height:1.15}.eix-tracks__dek{margin:0 0 .75rem;font-size:.75rem;line-height:1.58;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-tracks__list{margin:0;padding-left:1.125rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.75rem;line-height:1.55;color:rgba(var(--color-gray-200),.9)}.eix-about{padding:clamp(2.75rem,7vw,5.5rem) 0;background:rgb(var(--color-bg-secondary));border-top:1px solid rgba(var(--color-gray-600),.6);border-bottom:1px solid rgba(var(--color-gray-600),.6)}.eix-about__head{margin-bottom:1.125rem;max-width:45rem}.eix-about__title{margin:0;font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.08;color:rgb(var(--color-white));text-transform:uppercase}.eix-about__lead{margin:0 0 .75rem;font-size:.875rem;line-height:1.8;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-about__lead--wide{max-width:47.5rem;margin-bottom:1.75rem}.eix-about__pillars{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.eix-about__pillar{padding:1.25rem 1rem;background:rgb(var(--color-surface));border:1px solid rgba(var(--color-gray-600),.85)}.eix-about__pillar-title{margin:0 0 .625rem;font-size:.9375rem;color:rgb(var(--color-gray-100));text-transform:uppercase;line-height:1.2}.eix-about__pillar-text{margin:0 0 .75rem;font-size:.75rem;line-height:1.58;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-about__pillar-list{margin:0;padding-left:1.125rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.6875rem;line-height:1.5;color:rgba(var(--color-gray-200),.88)}.eix-about__note{margin:1.5rem 0 0;padding:.875rem 1rem;border:1px solid rgba(var(--color-gray-600),.8);background:rgba(var(--color-deep-navy),.4);font-size:.75rem;line-height:1.55;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-feed{padding:clamp(2.75rem,7vw,5.5rem) 0}.eix-feed__head{margin-bottom:1.75rem;max-width:35rem}.eix-feed__title{margin:0 0 .625rem;font-size:clamp(1.625rem,3.4vw,2.375rem);color:rgb(var(--color-white));text-transform:uppercase}.eix-feed__dek{margin:0;font-size:.875rem;line-height:1.68;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-feed__list{display:grid;gap:0;border-top:1px solid rgba(var(--color-gray-600),.85)}.eix-feed__item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1.125rem;padding:1.5rem 0;border-bottom:1px solid rgba(var(--color-gray-600),.85);transition:background .2s ease,border-color .2s ease}.eix-feed__mark{width:3.25rem;height:3.25rem;border-radius:0;display:grid;place-items:center;background:rgb(var(--color-surface));color:rgb(var(--color-primary));font-size:1.125rem;border:1px solid rgba(var(--color-primary),.4);flex-shrink:0}.eix-feed__body{min-width:0}.eix-feed__meta{margin:0 0 .375rem;font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-accent),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-feed__item-title{margin:0 0 .5rem;font-size:1.125rem;line-height:1.2;color:rgb(var(--color-gray-100));text-transform:none}.eix-feed__excerpt{margin:0 0 .625rem;font-size:.8125rem;line-height:1.62;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-feed__more{font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.75rem;font-weight:600;color:rgb(var(--color-primary));text-decoration:none;border-bottom:2px solid rgba(var(--color-primary),.5);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.eix-feed__more:hover{color:rgb(var(--color-accent));border-color:rgb(var(--color-accent))}.eix-approach{padding:clamp(2.75rem,7vw,5rem) 0;background:rgb(var(--color-bg));border-top:1px solid rgba(var(--color-gray-600),.55)}.eix-approach__head{margin-bottom:1.5rem;max-width:45rem}.eix-approach__title{margin:0 0 .75rem;font-size:clamp(1.375rem,2.8vw,2rem);color:rgb(var(--color-white));text-transform:uppercase;line-height:1.1}.eix-approach__dek{margin:0;font-size:.875rem;line-height:1.7;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-approach__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.eix-approach__card{padding:1.25rem 1rem;background:rgb(var(--color-surface));border:1px solid rgba(var(--color-gray-600),.85)}.eix-approach__card-title{margin:0 0 .5rem;font-size:.9375rem;color:rgb(var(--color-gray-100));text-transform:uppercase}.eix-approach__card-text{margin:0;font-size:.75rem;line-height:1.58;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-approach__foot{margin:1.25rem 0 0}.eix-approach__link{font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.75rem;font-weight:600;color:rgb(var(--color-primary));text-decoration:none;border-bottom:2px solid rgba(var(--color-primary),.45)}.eix-approach__link:hover{color:rgb(var(--color-accent));border-color:rgb(var(--color-accent))}.eix-strip{padding:1.5rem 0;background:rgba(var(--color-primary),.06);border-top:1px solid rgba(var(--color-primary),.2);border-bottom:1px solid rgba(var(--color-gray-600),.55)}.eix-strip__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.eix-strip__item{padding:.875rem .75rem;border:1px solid rgba(var(--color-gray-600),.7);background:rgb(var(--color-surface))}.eix-strip__label{margin:0 0 .375rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-accent))}.eix-strip__text{margin:0;font-size:.75rem;line-height:1.55;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-highlight{padding:clamp(2.25rem,6vw,3.5rem) 0;background:rgb(var(--color-bg-secondary))}.eix-highlight__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.eix-highlight__cell{text-align:center;padding:1.375rem .75rem;border:1px solid rgba(var(--color-gray-600),.85);background:rgb(var(--color-deep-navy))}.eix-highlight__value{margin:0 0 .5rem;font-size:clamp(2.25rem,6vw,3rem);color:rgb(var(--color-primary));line-height:1}.eix-highlight__pct{font-size:.55em}.eix-highlight__label{margin:0;font-size:.75rem;line-height:1.5;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-phases{padding:clamp(2.5rem,7vw,4.5rem) 0;background:rgb(var(--color-bg));border-top:1px solid rgba(var(--color-gray-600),.5)}.eix-phases__head{margin-bottom:1.375rem;max-width:40rem}.eix-phases__title{margin:0;font-size:clamp(1.375rem,2.8vw,2rem);color:rgb(var(--color-white));text-transform:uppercase}.eix-phases__list{margin:0;padding:0;list-style:none;display:grid;gap:.75rem}.eix-phases__step{display:grid;grid-template-columns:auto minmax(0,1fr);gap:1rem;padding:1.125rem 1rem;border:1px solid rgba(var(--color-gray-600),.85);background:rgb(var(--color-surface))}.eix-phases__body{min-width:0}.eix-phases__num{font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.6875rem;font-weight:700;letter-spacing:.12em;color:rgb(var(--color-primary));align-self:start;padding-top:.25rem}.eix-phases__step-title{margin:0 0 .375rem;font-size:1rem;color:rgb(var(--color-gray-100));text-transform:uppercase}.eix-phases__step-text{margin:0;font-size:.8125rem;line-height:1.6;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-formati{padding:clamp(2.75rem,7vw,5rem) 0;background:rgb(var(--color-bg-secondary));border-top:1px solid rgba(var(--color-gray-600),.55)}.eix-formati__head{margin-bottom:1.125rem;max-width:48.75rem}.eix-formati__title{margin:0 0 .625rem;font-size:clamp(1.375rem,2.9vw,2rem);color:rgb(var(--color-white));text-transform:uppercase}.eix-formati__dek{margin:0 0 .875rem;font-size:.875rem;line-height:1.65;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-formati__bullets{margin:0 0 1.25rem;padding-left:1.625rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.75rem;line-height:1.55;color:rgba(var(--color-gray-200),.9);list-style-type:disc;list-style-position:outside}.eix-formati__bullets>li{list-style-type:disc;list-style-position:outside;padding-left:.375rem;margin-bottom:.375rem}.eix-formati__bullets>li:last-child{margin-bottom:0}.eix-formati__bullets>li::marker{color:rgb(var(--color-primary));font-weight:700}.eix-formati__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.eix-formati__card{padding:1.375rem 1.125rem;background:rgb(var(--color-surface));border:1px solid rgba(var(--color-gray-600),.85);display:flex;flex-direction:column}.eix-formati__card--featured{border-color:rgba(var(--color-primary),.55);box-shadow:0 0 0 .0625rem rgba(var(--color-primary),.15)}.eix-formati__badge{margin:0 0 .625rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(var(--color-accent),.92)}.eix-formati__name{margin:0 0 .25rem;font-size:1.25rem;color:rgb(var(--color-white));text-transform:uppercase}.eix-formati__tagline{margin:0 0 .5rem;font-size:.75rem;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-formati__price{margin:0 0 .875rem;font-size:.6875rem;font-weight:700;color:rgb(var(--color-primary-light));font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-formati__list{margin:0 0 1.125rem;padding-left:1.625rem;flex:1 1 auto;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.6875rem;line-height:1.55;color:rgba(var(--color-gray-200),.88);list-style-type:disc;list-style-position:outside}.eix-formati__list>li{list-style-type:disc;list-style-position:outside;padding-left:.375rem;margin-bottom:.5rem}.eix-formati__list>li:last-child{margin-bottom:0}.eix-formati__list>li::marker{color:rgb(var(--color-primary));font-weight:700}.eix-formati__btn{margin-top:auto;width:100%;justify-content:center}.eix-formati__note{margin:1.25rem 0 0;font-size:.6875rem;line-height:1.55;color:rgba(var(--color-slate),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-cta{padding:2rem 0;background:rgb(var(--color-primary));color:rgb(var(--color-on-primary));position:relative;overflow:hidden}.eix-cta::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-9deg,transparent,transparent .625rem,rgba(var(--color-on-primary),.04) .625rem,rgba(var(--color-on-primary),.04) .6875rem);pointer-events:none}.eix-cta__container{position:relative;z-index:1;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1.25rem}.eix-cta__eyebrow{margin:0 0 .375rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:rgba(var(--color-on-primary),.72)}.eix-cta__title{margin:0;font-size:clamp(1.25rem,2.6vw,1.75rem);line-height:1.12;color:rgb(var(--color-on-primary));max-width:32.5rem;text-transform:uppercase}.eix-cta__actions{flex-shrink:0;display:flex;flex-wrap:wrap;gap:.625rem}.eix-cta .btn--primary{background:rgb(var(--color-on-primary));color:rgb(var(--color-primary));border-color:rgb(var(--color-on-primary));box-shadow:.25rem .25rem 0 rgba(var(--color-accent),.65)}.eix-cta .btn--primary:hover{background:rgb(var(--color-surface-elevated));color:rgb(var(--color-primary-light))}.eix-cta .btn--ghost{background:rgba(0,0,0,0);color:rgb(var(--color-on-primary));border-color:rgba(var(--color-on-primary),.5)}.eix-cta .btn--ghost:hover{background:rgba(var(--color-on-primary),.12)}.eix-sources{padding:clamp(2.5rem,7vw,4.75rem) 0;border-bottom:1px solid rgba(var(--color-gray-600),.5)}.eix-sources__head{margin-bottom:1.375rem;max-width:32.5rem}.eix-sources__title{margin:0 0 .5rem;font-size:clamp(1.375rem,2.9vw,2rem);color:rgb(var(--color-white));text-transform:uppercase}.eix-sources__dek{margin:0;font-size:.875rem;line-height:1.66;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.eix-sources__row{display:flex;flex-wrap:wrap;gap:.625rem}.eix-sources__chip{display:inline-flex;align-items:flex-start;gap:.625rem;padding:.875rem 1rem;background:rgb(var(--color-surface));border:1px solid rgba(var(--color-gray-600),.85);flex:1 1 15rem;min-width:min(100%,13.75rem);transition:border-color .2s ease,-webkit-transform .2s ease;transition:border-color .2s ease,transform .2s ease;transition:border-color .2s ease,transform .2s ease,-webkit-transform .2s ease}.eix-sources__chip:hover{border-color:rgba(var(--color-accent),.55);-webkit-transform:translate(-.125rem,-.125rem);transform:translate(-.125rem,-.125rem)}.eix-sources__chip-icon{color:rgb(var(--color-accent));font-size:.875rem;margin-top:.0625rem}.eix-sources__chip-body{min-width:0}.eix-sources__chip-title{margin:0 0 .25rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-weight:700;font-size:.8125rem;color:rgb(var(--color-white))}.eix-sources__chip-text{margin:0;font-size:.6875rem;line-height:1.52;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.faq{padding:clamp(2.75rem,7vw,5.25rem) 0;background:rgb(var(--color-bg));border-top:1px solid rgba(var(--color-primary),.25)}.faq__container{max-width:45rem;margin:0 auto}.faq__head{margin-bottom:1.5rem}.faq__title{margin:0 0 .5rem;font-size:clamp(1.375rem,3vw,2.125rem);color:rgb(var(--color-white));text-transform:uppercase}.faq__lead{margin:0;font-size:.875rem;line-height:1.65;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.faq__list{display:grid;gap:.5rem}.faq-item{overflow:hidden;border:1px solid rgba(var(--color-gray-600),.9);background:rgb(var(--color-surface))}.faq-item__question{width:100%;padding:.875rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;cursor:pointer;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-weight:600;font-size:.8125rem;text-align:left;border:none;background:rgb(var(--color-surface-elevated));color:rgb(var(--color-gray-100));transition:background .2s ease}.faq-item__question:hover{background:rgba(var(--color-primary),.08)}.faq-item__question span:first-child{flex:1}.faq-item__toggle{flex-shrink:0;width:2rem;height:2rem;border-radius:0;display:grid;place-items:center;border:1px solid rgba(var(--color-primary),.45);color:rgb(var(--color-primary));font-size:.625rem;background:rgb(var(--color-deep-navy));transition:-webkit-transform .35s var(--transition-function);transition:transform .35s var(--transition-function);transition:transform .35s var(--transition-function),-webkit-transform .35s var(--transition-function)}.faq-item.active .faq-item__toggle{-webkit-transform:rotate(45deg);transform:rotate(45deg);background:rgba(var(--color-accent),.2);border-color:rgb(var(--color-accent));color:rgb(var(--color-accent))}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .45s var(--transition-function)}.faq-item__answer>div{padding:0 1rem .875rem;border-top:1px solid rgba(var(--color-gray-600),.75);background:rgb(var(--color-deep-navy))}.faq-item__answer p{margin:.625rem 0 0;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.8125rem;line-height:1.72;color:rgba(var(--color-gray-200),.92)}.faq-item__answer p a{font-weight:600;color:rgb(var(--color-primary))}.faq-item__answer p strong{color:rgb(var(--color-white))}.faq-item.active .faq-item__answer{max-height:56.25rem}.contact{padding:clamp(2.75rem,7vw,5.5rem) 0 6rem;background:rgb(var(--color-bg-secondary));border-top:.25rem solid rgb(var(--color-accent))}.contact__container{position:relative}.contact__title{margin:0 0 .5rem;font-size:clamp(1.5rem,3.2vw,2.375rem);color:rgb(var(--color-white));text-transform:uppercase}.contact__lead{margin:0 0 1.375rem;max-width:35rem;font-size:.875rem;line-height:1.68;color:rgba(var(--color-slate),.94);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.contact__layout{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.08fr);gap:clamp(1.375rem,4vw,2rem);align-items:start}.contact__info{display:grid;gap:.625rem;font-size:.875rem;line-height:1.58;color:rgba(var(--color-gray-200),.9);font-style:normal;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.contact__info p{margin:0}.contact__info a{font-weight:600;color:rgb(var(--color-primary));text-decoration:underline;text-underline-offset:.125rem}.contact__info a:hover{color:rgb(var(--color-accent))}.contact__address{line-height:1.58;color:rgba(var(--color-slate),.92)}.contact__hours{margin:0;font-size:.75rem;color:rgba(var(--color-slate),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.contact__form-wrap{padding:1.375rem 1.125rem;border:1px solid rgba(var(--color-gray-600),.9);background:rgb(var(--color-surface))}.form{display:grid;gap:.75rem}.form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.form__line{display:grid;gap:.3125rem}.form__label{font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.5625rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-primary-light),.85)}.form__input{width:100%;box-sizing:border-box;padding:.6875rem .75rem;border-radius:0;border:1px solid rgba(var(--color-gray-600),.95);background:rgb(var(--color-deep-navy));color:rgb(var(--color-gray-100));font-size:.875rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;transition:border-color .2s ease,box-shadow .2s ease}.form__input:focus{outline:0;border-color:rgb(var(--color-primary));box-shadow:0 0 0 .0625rem rgba(var(--color-primary),.35)}.form__input::-webkit-input-placeholder{color:rgba(var(--color-gray-500),.65)}.form__input:-ms-input-placeholder{color:rgba(var(--color-gray-500),.65)}.form__input::-ms-input-placeholder{color:rgba(var(--color-gray-500),.65)}.form__input::placeholder{color:rgba(var(--color-gray-500),.65)}.form__input--message{min-height:8.125rem;resize:vertical}.form__note{margin:0;font-size:.6875rem;color:rgba(var(--color-slate),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.form__note a{font-weight:600;color:rgb(var(--color-primary))}.form__success{padding:.6875rem .75rem;border:1px solid rgba(var(--color-primary),.45);background:rgba(var(--color-primary),.08)}.form__success p{margin:0;font-size:.8125rem;display:flex;align-items:center;gap:.5rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;color:rgba(var(--color-gray-100),.96)}.form__success p i{color:rgb(var(--color-primary))}.form__button{margin-top:.25rem}.form .form__error{font-size:.6875rem;color:rgb(var(--color-accent));font-weight:600}.legal{padding:clamp(4.25rem,9vw,7rem) 0 clamp(4.25rem,8vw,6.25rem);background:rgb(var(--color-bg));border-top:1px solid rgba(var(--color-gray-600),.5)}.legal__container{max-width:56.25rem;margin:0 auto;padding:0 1rem;background:rgb(var(--color-surface));border-radius:0;border:1px solid rgba(var(--color-gray-600),.85);box-shadow:.5rem .5rem 0 rgba(var(--color-primary),.12);padding:clamp(1.5rem,4vw,2.5rem)}.legal__header{margin-bottom:1.375rem;padding-bottom:1.125rem;border-bottom:1px solid rgba(var(--color-gray-600),.75)}.legal__back{margin:0 0 .75rem}.legal__back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:rgb(var(--color-primary));text-decoration:none;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__back-link:hover{color:rgb(var(--color-accent))}.legal__content{display:grid;gap:clamp(1rem,3vw,1.5rem)}.legal__subsection-title{margin:.875rem 0 .375rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.875rem;font-weight:700;color:rgba(var(--color-primary-light),.95)}.legal__meta{margin:0;font-size:.75rem;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__title{margin:0 0 .375rem;font-family:Syne,system-ui,sans-serif;font-size:clamp(1.625rem,3.4vw,2.375rem);color:rgb(var(--color-white));font-weight:700;line-height:1.08;text-transform:uppercase}.legal__updated{margin:-.5rem 0 1.5rem;font-size:.8125rem;color:rgba(var(--color-slate),.92);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__section{margin-bottom:clamp(1.125rem,3vw,1.75rem)}.legal__section:last-child{margin-bottom:0}.legal__section>p,.legal__section>ul{margin:0 0 .625rem;font-size:.875rem;line-height:1.72;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__section>p:last-child,.legal__section>ul:last-child{margin-bottom:0}.legal__section>ul{padding-left:1.25rem;display:grid;gap:.375rem}.legal__section a{font-weight:600;color:rgb(var(--color-primary))}.legal__section--muted{padding:.875rem 1rem;border-radius:0;background:rgba(var(--color-deep-navy),.85);border:1px solid rgba(var(--color-gray-600),.7);font-size:.8125rem;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__section--warning{border-left:.1875rem solid rgb(var(--color-accent))}.legal__section-title{margin:0 0 .625rem;font-family:Syne,system-ui,sans-serif;font-size:1.1875rem;color:rgb(var(--color-gray-100));font-weight:700;text-transform:uppercase}.legal__text{margin:0 0 .625rem;font-size:.875rem;line-height:1.72;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__text:last-child{margin-bottom:0}.legal__text a{font-weight:600;color:rgb(var(--color-primary))}.legal__list{margin:0 0 .625rem;padding-left:1.25rem;display:grid;gap:.375rem;font-size:.875rem;line-height:1.58;color:rgba(var(--color-gray-200),.9);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__list li{padding-left:.25rem}.legal__list a{font-weight:600;color:rgb(var(--color-primary))}.legal__table{overflow-x:auto;margin-bottom:.75rem}.legal__table table{width:100%;border-collapse:collapse;font-size:.8125rem;font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace}.legal__table td,.legal__table th{border:1px solid rgba(var(--color-gray-600),.85);padding:.5rem .625rem;vertical-align:top;text-align:left;color:rgba(var(--color-gray-200),.92)}.legal__table th{background:rgba(var(--color-primary),.1);font-weight:700;color:rgb(var(--color-white))}.legal__warning-box{margin-top:.625rem;padding:.875rem 1rem;border-radius:0;border:1px solid rgba(var(--color-accent),.45);background:rgba(var(--color-accent),.08);color:rgba(var(--color-gray-100),.96);font-family:"IBM Plex Mono",Consolas,ui-monospace,monospace;font-size:.8125rem;line-height:1.62}.legal__warning-box p{margin:0 0 .375rem}.legal__warning-box p:last-child{margin-bottom:0}.legal__warning-box strong{color:rgb(var(--color-accent))}@media (min-width:47.99875em){.menu__body{display:contents}.menu__link{color:var(--inverse)}.menu__link::before{content:"";position:absolute;width:100%;height:2px;bottom:-4px;left:0;color:var(--inverse);background:var(--accent);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:100% 50%;transform-origin:100% 50%;transition:-webkit-transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1);transition:transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1)}.menu__link:hover{color:var(--accent)}.menu__link:hover::before{-webkit-transform:scaleX(1);transform:scaleX(1);-webkit-transform-origin:0 50%;transform-origin:0 50%}}@media (min-width:40em){.cookie-notice{max-width:32.5rem;left:auto}}@media (min-width:75em){.menu__list{-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem}}@media (max-width:20em){.menu__list{-webkit-column-gap:.625rem;-moz-column-gap:.625rem;column-gap:.625rem}}@media (max-width:61.99875em){.page-header__nav{position:fixed;top:0;left:0;width:min(92vw,20rem);display:grid;align-content:start;gap:1.25rem;min-height:100dvh;padding:5.625rem 1.875rem 2.5rem;box-sizing:border-box;background:rgb(var(--color-surface));border-right:1px solid rgba(var(--color-primary),.25);-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:visibility .35s var(--transition-function),-webkit-transform .35s var(--transition-function);transition:transform .35s var(--transition-function),visibility .35s var(--transition-function);transition:transform .35s var(--transition-function),visibility .35s var(--transition-function),-webkit-transform .35s var(--transition-function);z-index:120;overflow-y:auto;visibility:hidden}.page-header__nav .page-header__list{flex-direction:column;align-items:flex-start}html.menu-open .page-header .page-header__nav{-webkit-transform:translateX(0);transform:translateX(0);visibility:visible}.page-header__link{width:100%;padding:.6875rem .75rem}.page-header__burger{display:inline-flex}.footer__top{grid-template-columns:1fr 1fr}.hero__layout{grid-template-columns:1fr;grid-template-areas:"label" "main" "panel";align-items:stretch}.hero__panel{padding:2.75rem 1rem 1.25rem 1rem;max-width:100%}.hero__panel::before{width:1.75rem}.hero__panel-index{top:1rem;left:.75rem;-webkit-transform:none;transform:none;width:auto;text-align:left}.eix-statbar__grid{grid-template-columns:1fr 1fr}.eix-tracks__grid{grid-template-columns:1fr}.eix-about__pillars{grid-template-columns:1fr}.eix-strip__grid{grid-template-columns:1fr}.eix-formati__grid{grid-template-columns:1fr}.contact__layout{grid-template-columns:1fr}}@media (max-width:47.99875em){.menu__body{position:fixed;width:100%;min-height:100vh;top:0;left:-100%;transition:all .5s var(--transition-function);padding:5.3125rem .9375rem .9375rem;background-color:rgba(var(--color-white),.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);overflow:auto;z-index:99}.menu__body::before{content:"";position:fixed;width:100%;height:5.3125rem;top:0;left:-100%;background:rgba(var(--color-black),.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:left .5s var(--transition-function);z-index:100}html.menu-open .menu__body{left:0}html.menu-open .menu__body::before{left:0}.menu__list{flex-direction:column;align-items:stretch;row-gap:1.5625rem;width:100%}.menu__item{width:100%;position:relative;opacity:0;-webkit-transform:translateX(-20px);transform:translateX(-20px);transition:all .5s ease}.menu__item:nth-child(1){transition-delay:.1s}.menu__item:nth-child(2){transition-delay:.2s}.menu__item:nth-child(3){transition-delay:.3s}.menu__item:nth-child(4){transition-delay:.4s}.menu__item:nth-child(5){transition-delay:.5s}.menu__item:nth-child(6){transition-delay:.6s}.menu__item:nth-child(7){transition-delay:.7s}.menu__item:nth-child(8){transition-delay:.8s}.menu__item:nth-child(9){transition-delay:.9s}.menu__item:nth-child(10){transition-delay:1s}html.menu-open .menu__item{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.menu__item::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:linear-gradient(to right,var(--text-primary) 0,transparent 100%);opacity:.1}.menu__link{width:100%;font-size:1.75rem;padding:1.25rem 0;display:flex;align-items:center;justify-content:space-between;transition:color .3s ease,-webkit-transform .3s ease;transition:color .3s ease,transform .3s ease;transition:color .3s ease,transform .3s ease,-webkit-transform .3s ease}.menu__link::after{content:"";width:.375rem;height:.375rem;border-right:1px solid var(--text-secondary);border-bottom:1px solid var(--text-secondary);-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:.5;margin-right:.625rem}.footer__top{grid-template-columns:1fr}.eix-statbar__grid{grid-template-columns:1fr}.eix-feed__item{grid-template-columns:1fr}.eix-feed__mark{width:2.75rem;height:2.75rem}.eix-approach__grid{grid-template-columns:1fr}.eix-highlight__grid{grid-template-columns:1fr}.eix-phases__step{grid-template-columns:1fr}.form__row{grid-template-columns:1fr}}@media (min-width:20em)and (max-width:75em){.menu__list{-webkit-column-gap:clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem);-moz-column-gap:clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem);column-gap:clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem)}}@media (any-hover:hover){.eix-feed__item:hover{background:rgba(var(--color-primary),.05);border-bottom-color:rgba(var(--color-primary),.35)}}