.Nav-module__gOObGW__nav{z-index:200;background:linear-gradient(#0c0c0ce6,#0000);justify-content:space-between;align-items:center;padding:28px 56px;display:flex;position:fixed;top:0;left:0;right:0}.Nav-module__gOObGW__logo{z-index:1201;position:relative}.Nav-module__gOObGW__logo svg{width:auto;height:26px}.Nav-module__gOObGW__menu{gap:44px;list-style:none;display:flex}.Nav-module__gOObGW__link{letter-spacing:.18em;text-transform:uppercase;color:#f5f3ef66;font-family:DM Mono,monospace;font-size:11px;text-decoration:none;transition:color .2s}.Nav-module__gOObGW__link:hover{color:#f5f3efe6}.Nav-module__gOObGW__burger{z-index:1201;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:none;position:relative}.Nav-module__gOObGW__line{transform-origin:50%;background:#f5f3efcc;width:24px;height:1.5px;margin:0 auto;transition:transform .3s,opacity .3s;display:block}.Nav-module__gOObGW__lineOpen1{transform:translateY(6.5px)rotate(45deg)}.Nav-module__gOObGW__lineOpen2{opacity:0}.Nav-module__gOObGW__lineOpen3{transform:translateY(-6.5px)rotate(-45deg)}.Nav-module__gOObGW__drawer{z-index:1100;opacity:0;visibility:hidden;pointer-events:none;background:#0c0c0cfa;justify-content:center;align-items:center;transition:opacity .28s,visibility .28s;display:flex;position:fixed;inset:0}.Nav-module__gOObGW__drawerOpen{opacity:1;visibility:visible;pointer-events:auto}.Nav-module__gOObGW__drawerMenu{flex-direction:column;align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.Nav-module__gOObGW__drawerLink{letter-spacing:.25em;text-transform:uppercase;color:#f5f3ef99;cursor:pointer;background:0 0;border:none;padding:0;font-family:DM Mono,monospace;font-size:13px;transition:color .2s}.Nav-module__gOObGW__drawerLink:hover{color:#f5f3ef}@media (max-width:900px){.Nav-module__gOObGW__nav{padding:20px 28px}.Nav-module__gOObGW__menu{display:none}.Nav-module__gOObGW__burger{display:flex}}
.Hero-module__ZARIfG__hero{background:#0c0c0c;align-items:center;width:100%;height:100svh;min-height:680px;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__grid{z-index:1;background-image:linear-gradient(#f5f3ef0a 1px,#0000 1px),linear-gradient(90deg,#f5f3ef0a 1px,#0000 1px);background-size:72px 72px;animation:24s linear infinite Hero-module__ZARIfG__gridshift;position:absolute;inset:0}@keyframes Hero-module__ZARIfG__gridshift{0%{background-position:0 0}to{background-position:72px 72px}}.Hero-module__ZARIfG__blob{z-index:2;background:radial-gradient(#38b6ff14 0%,#c0226a0f 40%,#0000 70%);border-radius:50%;width:70vw;height:70vw;animation:8s ease-in-out infinite alternate Hero-module__ZARIfG__blobpulse;position:absolute;top:-20%;right:-10%}@keyframes Hero-module__ZARIfG__blobpulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.12)translate(-3%,4%)}}.Hero-module__ZARIfG__inner{z-index:3;grid-template-columns:1fr 1fr;align-items:flex-end;gap:80px;width:100%;padding:0 56px 80px;animation:.9s .3s both Hero-module__ZARIfG__fadeUp;display:grid;position:relative}.Hero-module__ZARIfG__logoWrap svg{width:100%;max-width:620px;height:auto}.Hero-module__ZARIfG__right{padding-bottom:8px;animation:.9s .55s both Hero-module__ZARIfG__fadeUp}.Hero-module__ZARIfG__coords{letter-spacing:.22em;text-transform:uppercase;color:#f5f3ef38;align-items:center;gap:12px;margin-bottom:32px;font-family:DM Mono,monospace;font-size:10px;display:flex}.Hero-module__ZARIfG__coords:before{content:"";background:#f5f3ef38;width:28px;height:1px;display:inline-block}.Hero-module__ZARIfG__tagline{color:#f5f3ef8c;max-width:400px;font-size:clamp(17px,2vw,22px);font-weight:200;line-height:1.65}.Hero-module__ZARIfG__tagline strong{color:#f5f3ef;font-weight:300}.Hero-module__ZARIfG__cta{align-items:center;margin-top:48px;text-decoration:none;display:inline-flex}.Hero-module__ZARIfG__ctaLabel{letter-spacing:.2em;text-transform:uppercase;color:#f5f3ef;border:1px solid #f5f3ef26;padding:14px 24px;font-family:DM Mono,monospace;font-size:11px;transition:background .25s,border-color .25s}.Hero-module__ZARIfG__cta:hover .Hero-module__ZARIfG__ctaLabel{background:#f5f3ef0d;border-color:#f5f3ef4d}.Hero-module__ZARIfG__ctaBox{background:#c0226a;justify-content:center;align-items:center;width:48px;height:48px;transition:background .25s;display:flex}.Hero-module__ZARIfG__cta:hover .Hero-module__ZARIfG__ctaBox{background:#38b6ff}.Hero-module__ZARIfG__scrollHint{z-index:4;opacity:.3;flex-direction:column;align-items:center;gap:8px;animation:2.5s ease-in-out infinite Hero-module__ZARIfG__bounce;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__scrollHint span{letter-spacing:.22em;text-transform:uppercase;color:#f5f3ef;font-family:DM Mono,monospace;font-size:9px}.Hero-module__ZARIfG__scrollLine{background:#f5f3ef;width:1px;height:36px}@keyframes Hero-module__ZARIfG__bounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(8px)}}@keyframes Hero-module__ZARIfG__fadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.Hero-module__ZARIfG__inner{grid-template-columns:1fr;align-items:flex-start;gap:32px;padding:0 28px 72px}.Hero-module__ZARIfG__logoWrap svg{max-width:100%}.Hero-module__ZARIfG__right{display:block}.Hero-module__ZARIfG__tagline{max-width:100%}.Hero-module__ZARIfG__cta{margin-top:32px}}@media (max-width:480px){.Hero-module__ZARIfG__inner{gap:24px;padding:0 20px 64px}.Hero-module__ZARIfG__coords{margin-bottom:20px}.Hero-module__ZARIfG__ctaLabel{padding:12px 18px;font-size:10px}.Hero-module__ZARIfG__ctaBox{width:40px;height:40px}}
.Ticker-module__yI-_lW__ticker{background:#c0226a;width:100%;overflow:hidden}.Ticker-module__yI-_lW__inner{width:max-content;animation:18s linear infinite Ticker-module__yI-_lW__ticker;display:flex}.Ticker-module__yI-_lW__item,.Ticker-module__yI-_lW__dot{letter-spacing:.2em;text-transform:uppercase;color:#f5f3efbf;white-space:nowrap;padding:14px 0;font-family:DM Mono,monospace;font-size:11px;font-weight:400}.Ticker-module__yI-_lW__item{padding:14px 28px}.Ticker-module__yI-_lW__dot{color:#f5f3ef4d;padding:14px 10px}@keyframes Ticker-module__yI-_lW__ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}
@media (max-width:900px){.Manifiesto-module__2HQiNW__section{grid-template-columns:1fr;gap:32px;padding:80px 28px}.Manifiesto-module__2HQiNW__label{position:static}.Manifiesto-module__2HQiNW__stats{flex-direction:column;gap:32px}.Manifiesto-module__2HQiNW__stat{border-bottom:1px solid #e8e5de;border-right:none;margin:0;padding:0 0 32px}.Manifiesto-module__2HQiNW__stat:last-child{border-bottom:none}}.Manifiesto-module__2HQiNW__section{background:#f5f3ef;grid-template-columns:280px 1fr;align-items:start;gap:100px;padding:120px 56px;display:grid;position:relative;overflow:hidden}.Manifiesto-module__2HQiNW__section:before{content:"";opacity:.4;pointer-events:none;z-index:0;background-image:url(/magrisola.png);background-position:100% 0;background-size:cover;position:absolute;inset:0}.Manifiesto-module__2HQiNW__label{letter-spacing:.3em;text-transform:uppercase;color:#c0226a;z-index:1;padding-top:14px;font-family:DM Mono,monospace;font-size:10px;position:sticky;top:120px}.Manifiesto-module__2HQiNW__body{z-index:1;position:relative}.Manifiesto-module__2HQiNW__quote{color:#000;border:none;margin-bottom:48px;padding:0;font-size:clamp(28px,3.5vw,46px);font-weight:700;line-height:1.35}.Manifiesto-module__2HQiNW__quote em{color:#c0226a;font-style:normal}.Manifiesto-module__2HQiNW__text,.Manifiesto-module__2HQiNW__subtext{color:#424242;max-width:600px;font-size:18px;font-weight:700;line-height:1.8}.Manifiesto-module__2HQiNW__text span{color:#0c0c0c;font-weight:900}.Manifiesto-module__2HQiNW__stats{border-top:1px solid #e8e5de;gap:0;margin-top:72px;padding-top:56px;display:flex}.Manifiesto-module__2HQiNW__stat{border-right:1px solid #e8e5de;flex-direction:column;flex:1;gap:8px;margin-right:48px;padding-right:48px;display:flex}.Manifiesto-module__2HQiNW__stat:last-child{border-right:none;margin-right:0;padding-right:0}.Manifiesto-module__2HQiNW__statN{color:#0c0c0c;font-size:52px;font-weight:200;line-height:1}.Manifiesto-module__2HQiNW__statL{letter-spacing:.2em;text-transform:uppercase;color:#555454;font-family:DM Mono,monospace;font-size:10px}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(22px)}.reveal.on{opacity:1;transform:none}@media (max-width:900px){.Manifiesto-module__2HQiNW__section{grid-template-columns:1fr;gap:32px;padding:80px 28px}.Manifiesto-module__2HQiNW__label{position:static}.Manifiesto-module__2HQiNW__stat:last-child{border-bottom:none}.Manifiesto-module__2HQiNW__section:before{opacity:.3;background-position:50%}}@media (max-width:768px){.Manifiesto-module__2HQiNW__stats{display:none}}
.Services-module__dpHhBa__section{background:var(--bgprimary);padding:140px 56px}.Services-module__dpHhBa__top{justify-content:space-between;align-items:flex-start;gap:40px;margin-bottom:96px;display:flex}.Services-module__dpHhBa__title{color:#0c0c0c;letter-spacing:-.02em;font-size:clamp(48px,6vw,80px);font-weight:200;line-height:.95}.Services-module__dpHhBa__title span{color:#0000;-webkit-text-stroke:1px #2d2c2939;-webkit-text-stroke:1px #7e194239;font-weight:200;display:block}.Services-module__dpHhBa__intro{color:#24242259;max-width:340px;padding-top:12px;font-size:15px;font-weight:300;line-height:1.75}.Services-module__dpHhBa__list{flex-direction:column;list-style:none;display:flex}.Services-module__dpHhBa__item{cursor:pointer;width:72vw;color:var(--bgprimary);border-top:1px solid #2726230f;border-bottom:4px solid var(--bgprimary);background-color:#0c0c0c;grid-template-columns:80px .5fr 1fr 140px;align-items:center;gap:40px;margin:0 auto;padding:36px 24px;transition:padding-left .3s;display:grid}.Services-module__dpHhBa__item:hover{background-color:var(--color3)}.Services-module__dpHhBa__item:last-child{border-bottom:1px solid #f5f3ef0f}.Services-module__dpHhBa__item:hover{padding-left:20px}.Services-module__dpHhBa__num{letter-spacing:.2em;color:var(--bgprimary);font-family:DM Mono,monospace;font-size:11px}.Services-module__dpHhBa__name{font-size:clamp(24px,3.5vw,32px);font-family:var(--font-display);color:var(--bgprimary);letter-spacing:-.01em;text-transform:uppercase;white-space:pre-line;font-weight:200;transition:color .2s}.Services-module__dpHhBa__text{font-size:clamp(16px,2.5vw,20px);font-family:var(--font-body);color:var(--bgprimary);letter-spacing:-.01em;white-space:pre-line;font-weight:200;transition:color .2s}.Services-module__dpHhBa__item:hover .Services-module__dpHhBa__name{color:var(--bgprimary)}.Services-module__dpHhBa__tags{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.Services-module__dpHhBa__tag{letter-spacing:.15em;text-transform:uppercase;color:var(--bgprimary);border:1px solid var(--bgprimary);border-radius:2px;padding:4px 10px;font-family:DM Mono,monospace;font-size:9px}@media (max-width:1100px){.Services-module__dpHhBa__item{grid-template-columns:60px .6fr 1fr 120px;gap:24px;width:90vw}}@media (max-width:900px){.Services-module__dpHhBa__section{padding:80px 28px}.Services-module__dpHhBa__top{flex-direction:column;gap:24px;margin-bottom:56px}.Services-module__dpHhBa__intro{max-width:100%}.Services-module__dpHhBa__item{grid-template-rows:auto auto auto;grid-template-columns:40px 1fr;gap:12px 16px;width:100%;padding:24px 16px}.Services-module__dpHhBa__num{grid-area:1/1;align-self:start}.Services-module__dpHhBa__name{grid-area:1/2;font-size:clamp(20px,5vw,28px)}.Services-module__dpHhBa__text{grid-area:2/2;font-size:14px}.Services-module__dpHhBa__tags{grid-area:3/2;justify-content:flex-start;display:flex}.Services-module__dpHhBa__item:hover{padding-left:16px}}@media (max-width:480px){.Services-module__dpHhBa__section{padding:64px 20px}.Services-module__dpHhBa__item{grid-template-columns:32px 1fr;gap:10px 12px;padding:20px 12px}.Services-module__dpHhBa__name{font-size:clamp(18px,5vw,24px)}.Services-module__dpHhBa__text{font-size:13px}.Services-module__dpHhBa__tag{padding:3px 8px;font-size:8px}}
.Contact-module__hcVmEa__section{background:#0c0c0c;padding:160px 96px 120px;position:relative;overflow:hidden}.Contact-module__hcVmEa__bgText{color:#0000;-webkit-text-stroke:1px #f5f3ef1a;pointer-events:none;-webkit-user-select:none;user-select:none;letter-spacing:-.04em;white-space:nowrap;font-size:clamp(120px,18vw,240px);font-weight:200;line-height:1;position:absolute;bottom:-.1em;left:-.05em}.Contact-module__hcVmEa__inner{z-index:2;position:relative}.Contact-module__hcVmEa__pre{letter-spacing:.3em;text-transform:uppercase;color:#38b6ff;margin-bottom:32px;font-family:DM Mono,monospace;font-size:10px}.Contact-module__hcVmEa__heading{color:#f5f3ef;letter-spacing:-.02em;max-width:700px;margin-bottom:56px;font-size:clamp(40px,6vw,88px);font-weight:200;line-height:1.05}.Contact-module__hcVmEa__heading em{color:#c0226a;font-style:normal}.Contact-module__hcVmEa__actions{flex-wrap:wrap;align-items:center;gap:32px;display:flex}.Contact-module__hcVmEa__btnPrimary{color:#f5f3ef;letter-spacing:.04em;background:#c0226a;align-items:center;gap:12px;padding:18px 36px;font-size:14px;font-weight:300;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.Contact-module__hcVmEa__btnPrimary:hover{background:#a8195c;transform:translateY(-2px)}.Contact-module__hcVmEa__email{color:#f5f3ef59;letter-spacing:.06em;border-bottom:1px solid #f5f3ef1f;padding-bottom:3px;font-family:DM Mono,monospace;font-size:15px;font-weight:300;text-decoration:none;transition:color .2s,border-color .2s}.Contact-module__hcVmEa__email:hover{color:#f5f3ef;border-color:#f5f3ef66}@media (max-width:900px){.Contact-module__hcVmEa__section{padding:100px 28px 80px}}
.Footer-module__S6Hkya__footer{background:#0c0c0c;border-top:1px solid #f5f3ef0f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding:48px 56px;display:flex}.Footer-module__S6Hkya__logo svg{width:auto;height:20px}.Footer-module__S6Hkya__copy{letter-spacing:.15em;text-transform:uppercase;color:#f5f3ef26;font-family:DM Mono,monospace;font-size:10px}.Footer-module__S6Hkya__socials{gap:28px;display:flex}.Footer-module__S6Hkya__social{letter-spacing:.18em;text-transform:uppercase;color:#f5f3ef33;font-family:DM Mono,monospace;font-size:10px;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__social:hover{color:#f5f3efb3}@media (max-width:900px){.Footer-module__S6Hkya__footer{padding:36px 28px}}
.Equipo-module__iBReZG__section{background:#0c0c0c;padding:140px 56px;position:relative}.Equipo-module__iBReZG__grid{z-index:1;background-image:linear-gradient(#f5f3ef0a 1px,#0000 1px),linear-gradient(90deg,#f5f3ef0a 1px,#0000 1px);background-size:72px 72px;animation:24s linear infinite Equipo-module__iBReZG__gridshift;position:absolute;inset:0}@keyframes Equipo-module__iBReZG__gridshift{0%{background-position:0 0}to{background-position:72px 72px}}.Equipo-module__iBReZG__blob{z-index:2;background:radial-gradient(#38b6ff14 0%,#c0226a0f 40%,#0000 70%);border-radius:50%;width:70vw;height:70vw;animation:8s ease-in-out infinite alternate Equipo-module__iBReZG__blobpulse;position:absolute;top:-20%;right:-10%}@keyframes Equipo-module__iBReZG__blobpulse{0%{transform:scale(1)translate(0)}to{transform:scale(1.12)translate(-3%,4%)}}.Equipo-module__iBReZG__blob2{z-index:2;background:radial-gradient(#38b6ff14 0%,#c0226a0f 60%,#0000 70%);border-radius:50%;width:70vw;height:70vw;animation:8s ease-in-out infinite alternate Equipo-module__iBReZG__blobpulse2;position:absolute;bottom:-20%;left:-10%}@keyframes Equipo-module__iBReZG__blobpulse2{0%{transform:scale(1)translate(0)}to{transform:scale(1.12)translate(-3%,4%)}}.Equipo-module__iBReZG__header{z-index:3;border-bottom:1px solid #f5f3ef12;align-items:baseline;gap:40px;margin-bottom:96px;padding-bottom:48px;display:flex;position:relative}.Equipo-module__iBReZG__titulo{color:#f5f3ef;letter-spacing:-.03em;text-transform:uppercase;flex-shrink:0;font-size:clamp(56px,8vw,112px);font-weight:200;line-height:.9}.Equipo-module__iBReZG__subtitulo{letter-spacing:.25em;text-transform:uppercase;color:#f5f3ef4d;padding-bottom:6px;font-family:DM Mono,monospace;font-size:11px}.Equipo-module__iBReZG__manifiesto{z-index:3;flex-direction:column;align-items:center;gap:48px;margin-bottom:96px;padding:4px 10%;display:flex;position:relative}.Equipo-module__iBReZG__manifiesto p{color:#f5f3ef80;max-width:560px;font-size:clamp(15px,1.6vw,19px);font-weight:300;line-height:1.75}.Equipo-module__iBReZG__manifiesto p strong{color:#f5f3ef;font-weight:400}.Equipo-module__iBReZG__grid_cards{z-index:3;grid-template-columns:repeat(4,1fr);gap:2px;list-style:none;display:grid;position:relative}.Equipo-module__iBReZG__card{cursor:default;flex-direction:column;gap:16px;padding:40px 32px;transition:transform .35s;display:flex;position:relative;overflow:hidden}.Equipo-module__iBReZG__card:after{content:"";background:0 0;transition:background .3s;position:absolute;inset:0}.Equipo-module__iBReZG__card:hover:after{background:#0000001f}.Equipo-module__iBReZG__card:hover{transform:translateY(-4px)}.Equipo-module__iBReZG__cardNum{letter-spacing:.25em;opacity:.45;margin-bottom:8px;font-family:DM Mono,monospace;font-size:10px}.Equipo-module__iBReZG__cardRol{text-transform:uppercase;letter-spacing:-.01em;font-size:clamp(20px,2vw,26px);font-weight:700;line-height:1.15}.Equipo-module__iBReZG__cardArea{letter-spacing:.2em;text-transform:uppercase;opacity:.55;border-top:1px solid #ffffff26;margin-top:4px;padding-top:16px;font-family:DM Mono,monospace;font-size:10px}.Equipo-module__iBReZG__cardDesc{opacity:.7;font-size:14px;font-weight:300;line-height:1.65}.Equipo-module__iBReZG__rojo{color:#f5f3ef;background:#c0226a}.Equipo-module__iBReZG__rojo .Equipo-module__iBReZG__cardNum{color:#f5f3ef80}.Equipo-module__iBReZG__cyan{color:#0c0c0c;background:#38b6ff}.Equipo-module__iBReZG__cyan .Equipo-module__iBReZG__cardNum{color:#0c0c0c73}.Equipo-module__iBReZG__cyan .Equipo-module__iBReZG__cardArea{color:#0c0c0c99;border-color:#0c0c0c26}.Equipo-module__iBReZG__cyan .Equipo-module__iBReZG__cardDesc{color:#0c0c0cb3}.Equipo-module__iBReZG__magenta{color:#f5f3ef;background:#8e1fa3}.Equipo-module__iBReZG__verde{color:#0c0c0c;background:#3ee983}.Equipo-module__iBReZG__verde .Equipo-module__iBReZG__cardNum{color:#0c0c0c73}.Equipo-module__iBReZG__verde .Equipo-module__iBReZG__cardArea{color:#0c0c0c99;border-color:#0c0c0c26}.Equipo-module__iBReZG__verde .Equipo-module__iBReZG__cardDesc{color:#0c0c0cb3}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(22px)}.reveal.on{opacity:1;transform:none}@media (max-width:1100px){.Equipo-module__iBReZG__grid_cards{grid-template-columns:repeat(2,1fr)}.Equipo-module__iBReZG__manifiesto{padding:4px 5%}.Equipo-module__iBReZG__header{gap:24px;margin-bottom:64px}}@media (max-width:768px){.Equipo-module__iBReZG__section{padding:80px 28px}.Equipo-module__iBReZG__header{flex-direction:column;gap:16px;margin-bottom:48px}.Equipo-module__iBReZG__manifiesto{gap:32px;margin-bottom:64px;padding:4px 0}.Equipo-module__iBReZG__manifiesto p{max-width:100%}.Equipo-module__iBReZG__grid_cards{grid-template-columns:repeat(2,1fr)}.Equipo-module__iBReZG__card{padding:32px 24px}.Equipo-module__iBReZG__card:hover{transform:none}}@media (max-width:480px){.Equipo-module__iBReZG__section{padding:64px 20px}.Equipo-module__iBReZG__grid_cards{grid-template-columns:1fr;gap:2px}.Equipo-module__iBReZG__manifiesto{gap:24px;margin-bottom:48px}.Equipo-module__iBReZG__card{padding:28px 20px}}
.ImageSection-module__fn0Vqa__container{justify-content:center;padding:0 56px 40px;display:flex}.ImageSection-module__fn0Vqa__container_image{justify-content:center;width:100vw;min-height:50vh;display:flex;position:relative}.ImageSection-module__fn0Vqa__container_image .ImageSection-module__fn0Vqa__image{object-fit:cover}.ImageSection-module__fn0Vqa__container_image .ImageSection-module__fn0Vqa__title{width:max-content;height:max-content;font-family:var(--font-menu);text-shadow:0 2px 12px #000c,0 0 40px #00000080;text-transform:uppercase;letter-spacing:8px;margin:auto;font-size:clamp(56px,4.7vw,80px);font-weight:700;line-height:1.35;position:absolute;inset:0}.reveal{opacity:0;transition:opacity .8s,transform .8s;transform:translateY(22px)}.reveal.on{opacity:1;transform:none}@media (max-width:1024px){.ImageSection-module__fn0Vqa__container{padding:0 32px 32px}.ImageSection-module__fn0Vqa__container_image{min-height:40vh}.ImageSection-module__fn0Vqa__container_image .ImageSection-module__fn0Vqa__title{letter-spacing:5px}}@media (max-width:768px){.ImageSection-module__fn0Vqa__container{padding:0 16px 24px}.ImageSection-module__fn0Vqa__container_image{flex-direction:column;min-height:35vh}.ImageSection-module__fn0Vqa__container_image .ImageSection-module__fn0Vqa__title{text-align:center;letter-spacing:3px;width:90%}.ImageSection-module__fn0Vqa__container_image .ImageSection-module__fn0Vqa__image:nth-child(2),.ImageSection-module__fn0Vqa__container_image .ImageSection-module__fn0Vqa__image:nth-child(3){display:none}}
