@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;700&display=swap";.cta-btn{cursor:pointer;white-space:nowrap;background-color:#0a0b15;border:none;border-radius:60px;align-items:center;gap:16px;padding:10px 12px 10px clamp(20px,2.17vw + 3.8px,32px);text-decoration:none;display:inline-flex;position:relative;overflow:hidden}.cta-btn:before{content:"";clip-path:circle(0% at 50% 100%);z-index:0;background:#ea4202;border-radius:60px;transition:clip-path .6s cubic-bezier(.23,1,.32,1);position:absolute;inset:0}.cta-btn:hover:before{clip-path:circle(150% at 50% 100%)}.cta-btn__text{color:#f5f3f5;z-index:1;font-family:Instrument Sans,sans-serif;font-size:clamp(16px,.87vw + 8.7px,20px);font-weight:500;transition:color .3s;position:relative}.cta-btn__circle{z-index:1;color:#f5f3f5;background-color:#ea4202;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:clamp(32px,1.74vw + 17.4px,40px);height:clamp(32px,1.74vw + 17.4px,40px);transition:background-color .3s,color .3s;display:flex;position:relative}.cta-btn:hover .cta-btn__circle{color:#0a0b15;background-color:#f5f3f5}.cta-btn__arrow{width:12px;height:12px}.cta-btn--light{background-color:#f5f3f5}.cta-btn--light .cta-btn__text{color:#0a0b15}.cta-btn--light:hover .cta-btn__text{color:#f5f3f5}.cta-btn--light:hover .cta-btn__circle{color:#0a0b15;background-color:#f5f3f5}.load-error-banner{z-index:1000;text-align:center;background:#f5f3f5;border-radius:24px;flex-direction:column;align-items:center;gap:14px;width:min(90vw,360px);padding:32px 28px;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 12px 40px #0a0b152e}.load-error-banner__icon{color:#ea4202;background:#ea42021a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.load-error-banner__text{color:#0a0b15;margin:0;font-family:Instrument Sans,sans-serif;font-size:14px;line-height:1.5}.load-error-banner .load-error-banner__retry.cta-btn{gap:10px;padding:6px 8px 6px 18px}.load-error-banner .load-error-banner__retry .cta-btn__text{font-size:14px}.load-error-banner .load-error-banner__retry .cta-btn__circle{width:26px;height:26px}.load-error-banner .load-error-banner__retry .cta-btn__arrow{width:10px;height:10px}.loading-spinner{justify-content:center;align-items:center;padding:3rem 0;display:flex}.loading-spinner__ring{border:2px solid #0000001f;border-top-color:#00000059;border-radius:50%;width:28px;height:28px;animation:.8s linear infinite loading-spinner-spin}@keyframes loading-spinner-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.loading-spinner__ring{animation-duration:1.6s}}.lang-toggle{cursor:pointer;background:#0a0b150f;border:none;border-radius:100px;align-items:center;gap:2px;padding:3px;display:flex}.lang-toggle__opt{letter-spacing:.03em;color:#0a0b1559;-webkit-user-select:none;user-select:none;border-radius:100px;padding:5px 11px;font-family:Instrument Sans,sans-serif;font-size:13px;font-weight:500;line-height:1;transition:background .2s,color .2s}.lang-toggle__opt--active{color:#fff;background:#7f6cff}.site-header{z-index:100;position:sticky;top:0}.announcement-bar{text-align:center;color:#fff;background-color:#7f6cff;padding:10px 20px;font-family:Instrument Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.4}.announcement-bar__text{color:#fff;text-decoration:none}.announcement-highlight{font-weight:700;text-decoration:underline}.header-nav{background-color:#f5f3f5;justify-content:space-between;align-items:center;padding:24px 20px;display:flex;position:relative}.header-logo{object-fit:contain;cursor:pointer;flex-shrink:0;width:242.42px;height:42px;transition:filter .3s}.header-logo:hover{filter:brightness(0)saturate()invert(12%)sepia(96%)saturate(5000%)hue-rotate(252deg)brightness(93%)}.navbar{display:none}.navbar-indicator{pointer-events:none;border:1.5px solid #c5bcc5;border-radius:60px;height:calc(100% + 16px);transition:left .3s cubic-bezier(.23,1,.32,1),width .3s cubic-bezier(.23,1,.32,1);position:absolute;top:-8px}.nav-item{color:#0a0b15;cursor:pointer;z-index:1;white-space:nowrap;-webkit-user-select:none;user-select:none;padding:8px 26px;font-family:Instrument Sans,sans-serif;font-size:16px;font-weight:500;text-decoration:none;position:relative}.header-actions{align-items:center;gap:16px;margin-left:auto;display:flex}.header-mobile-actions{align-items:center;gap:12px;display:flex}.header-menu-toggle{cursor:pointer;background-color:#ea4202;border:none;border-radius:36px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:46px;min-width:46px;height:46px;padding:0;transition:background-color .2s;display:flex}.header-menu-toggle:hover{background-color:#5e25ff}.header-menu-toggle span{background-color:#f5f3f5;border-radius:2px;width:16px;height:2px;transition:transform .3s,opacity .3s;display:block}.header-menu-toggle--open{background-color:#5e25ff}.header-menu-toggle--open:hover{background-color:#ea4202}.header-menu-toggle--open span:first-child{transform:translateY(7px)rotate(45deg)}.header-menu-toggle--open span:nth-child(2){opacity:0;transform:scaleX(0)}.header-menu-toggle--open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (width>=768px){.announcement-bar{padding:12px 40px;font-size:14px}}@media (width>=1280px){.header-nav{grid-template-columns:1fr auto 1fr;align-items:center;padding:24px clamp(32px,6.96vw - 26.5px,64px);display:grid}.header-logo{justify-self:start;width:clamp(160px,8.7vw + 87px,242.42px);height:42px}.navbar{justify-self:center;align-items:center;gap:clamp(36px,10.43vw - 62.6px,84px);display:flex;position:relative}.header-actions{justify-self:end;margin-left:0}.header-mobile-actions{display:none}.nav-item{font-size:clamp(15px,1.1vw + 5.8px,20px)}}.mobile-menu{display:none}@media (width<=1279px){.header-actions{display:none}.mobile-menu{z-index:100;opacity:0;visibility:hidden;background-color:#fff;border-radius:0 0 32px 32px;flex-direction:column;gap:16px;padding:20px 20px 32px;transition:opacity .3s,visibility .3s;display:flex;position:absolute;top:100%;left:0;right:0}.mobile-menu--open{opacity:1;visibility:visible}.mobile-menu__nav{opacity:0;flex-direction:column;gap:8px;transition:opacity .3s 80ms,transform .3s 80ms;display:flex;transform:translateY(-10px)}.mobile-menu--open .mobile-menu__nav{opacity:1;transform:translateY(0)}.mobile-menu__item{color:#0a0b15;border:1.5px solid #c5bcc540;border-radius:60px;justify-content:center;align-items:center;padding:16px 24px;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:500;text-decoration:none;transition:border-color .2s;display:flex}.mobile-menu__item--active,.mobile-menu__item:hover{border-color:#c5bcc5}.mobile-menu__actions{opacity:0;flex-direction:column;align-items:center;gap:16px;transition:opacity .3s .15s,transform .3s .15s;display:flex;transform:translateY(-8px)}.mobile-menu--open .mobile-menu__actions{opacity:1;transform:translateY(0)}.mobile-menu__actions .cta-btn{background-color:#fff;border:1.5px solid #d5d4d4;justify-content:space-between;width:100%;padding:28px 28px 28px 52px}.mobile-menu__actions .cta-btn__text{letter-spacing:-1px;font-family:ZT Talk,sans-serif;font-size:42px;font-weight:400}.mobile-menu__actions .cta-btn__circle{width:46px;height:46px}}.hero{margin-bottom:36px;padding:0 clamp(20px,3.5vw - 9.4px,36px)}.hero__bg{background-image:var(--bg-desktop);background-position:50%;background-size:cover;border-radius:32px;flex-direction:column;justify-content:space-between;height:clamp(620px,43.7vw + 253px,821px);padding:clamp(36px,2.6vw + 14.2px,48px) clamp(40px,5.2vw - 3.7px,64px) clamp(48px,3.5vw + 18.6px,64px);display:flex;position:relative;overflow:visible}.hero__top{align-items:center;gap:16px;display:flex}.hero__members{align-items:center;display:flex}.hero__member{cursor:pointer;position:relative}.hero__member+.hero__member{margin-left:-14px}.hero__member:hover{z-index:1}.hero__member-avatar{object-fit:cover;border:2px solid #0a0b1566;border-radius:50%;width:48px;height:48px;transition:transform .25s;display:block}.hero__member:hover .hero__member-avatar{transform:translate(-6px)}.hero__member-tooltip{opacity:0;visibility:hidden;z-index:20;pointer-events:none;background-color:#0a0b15;border-radius:8px;flex-direction:column;gap:8px;width:240px;padding:14px 24px;transition:opacity .4s,visibility .4s,transform .4s;display:flex;position:absolute;top:53px;left:-4px;transform:translateY(-6px)}.hero__member-tooltip:before{content:"";border-bottom:8px solid #0a0b15;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:-8px;left:16px}.hero__member:hover .hero__member-tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.hero__member-tooltip-header{justify-content:space-between;align-items:center;display:flex}.hero__member-name{color:#f5f3f5;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:500;line-height:1.2}.hero__member-linkedin{color:#5c5d68;flex-shrink:0;align-items:center;text-decoration:none;transition:color .2s;display:flex}.hero__member-linkedin:hover{color:#f5f3f5}.hero__member-role{color:#5c5d68;font-family:IBM Plex Mono,monospace;font-size:14px;line-height:1.4}.hero__bottom{justify-content:space-between;align-items:flex-end;gap:32px;display:flex}.hero__content{flex-direction:column;gap:clamp(28px,7.8vw - 37.5px,64px);display:flex}.hero__subtitulo{color:#aaa;max-width:464px;margin:0;font-family:Instrument Sans,sans-serif;font-size:clamp(15px,1.1vw + 5.8px,20px);font-weight:300;line-height:1.6}.hero__titulo{text-transform:uppercase;color:#f5f3f5;flex-direction:column;margin:0;line-height:.8;display:flex}.hero__titulo-linha1,.hero__titulo-linha2{letter-spacing:-1px;font-size:clamp(52px,7vw - 3px,128px);display:block}.hero__titulo-linha1{font-family:ZT Talk,sans-serif;font-weight:300}.hero__titulo-linha2{font-family:Argent Pixel CF,sans-serif;font-weight:400}.hero__actions{flex-shrink:0;align-items:flex-end;display:flex}.hero__especialistas{color:#aaa;margin:0;font-family:Instrument Sans,sans-serif;font-size:clamp(12px,.87vw + 4.7px,16px);font-weight:400}@media (width<=768px){.hero{padding:0 16px}.hero__bg{background-image:var(--bg-mobile,var(--bg-desktop));border-radius:12px;height:770px;padding:24px 20px 48px}.hero__bottom{flex-direction:column;align-items:flex-start;gap:40px}.hero__content{gap:64px}.hero__titulo{line-height:.9}.hero__subtitulo{max-width:35ch;font-size:18px}.hero__titulo-linha1,.hero__titulo-linha2{letter-spacing:-1px;font-size:80px}.hero__actions{flex-shrink:unset;align-items:flex-start}}@media (width<=440px){.hero__titulo-linha1,.hero__titulo-linha2{font-size:70px}}.demo-reel{padding:0 clamp(20px,3.5vw - 9.4px,36px)}.demo-reel__titulo{text-align:center;flex-direction:column;gap:0;margin-top:128px;margin-bottom:96px;padding:0 20px;display:flex}.demo-reel__linha1,.demo-reel__linha2,.demo-reel__linha3{margin:0;font-family:ZT Talk,sans-serif;font-size:112px;font-weight:400;line-height:1.05}.demo-reel__linha1{color:#0a0b15}.demo-reel__linha2,.demo-reel__linha3{color:#5c5d68}.demo-reel__stage{justify-content:center;margin-bottom:96px;display:flex}.demo-reel__wrapper{aspect-ratio:240/322;border-radius:36.24px;width:auto;height:666px;position:relative;overflow:visible}.demo-reel__iframe{border:none;border-radius:36.24px;width:100%;height:100%;display:block;position:absolute;inset:0}.demo-reel__fallback{text-align:center;background:#f5f3f5;border-radius:36.24px;flex-direction:column;justify-content:center;align-items:center;gap:14px;padding:24px;display:flex;position:absolute;inset:0}.demo-reel__fallback-icon{color:#ea4202;background:#ea42021a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.demo-reel__fallback-text{color:#55555c;margin:0;font-family:Instrument Sans,sans-serif;font-size:14px}.demo-reel__overlay{z-index:10;cursor:pointer;border-radius:36.24px;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.demo-reel__play-btn{cursor:pointer;background-color:#ea4202;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;transition:transform .2s,background-color .2s;display:flex}.demo-reel__play-btn:hover{background-color:#c73700;transform:scale(1.08)}.demo-reel__decor{pointer-events:none;z-index:20;position:absolute}.demo-reel__decor--1{width:148px;height:auto;bottom:-40px;left:-64px}.demo-reel__decor--2{width:128px;height:auto;top:-36px;right:-52px}.demo-reel__decor--3{width:118px;height:auto;bottom:-48px;right:-28px}@media (width<=768px){.demo-reel__titulo{margin-top:80px;margin-bottom:48px}.demo-reel__linha1,.demo-reel__linha2,.demo-reel__linha3{letter-spacing:-3%;font-size:64px}.demo-reel__wrapper{aspect-ratio:240/322;border-radius:16px;width:100%;height:auto}.demo-reel__iframe,.demo-reel__overlay{border-radius:16px}.demo-reel__play-btn{width:56px;height:56px}.demo-reel__decor--1{width:80px;bottom:-20px;left:-20px}.demo-reel__decor--2{width:70px;top:-20px;right:-16px}.demo-reel__decor--3{width:64px;bottom:-24px;right:-12px}}.best-work{background-color:#f5f3f5;padding:48px 24px}.best-work__tag{letter-spacing:.05em;text-transform:uppercase;color:#0a0b1540;margin-bottom:64px;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:500;line-height:1;display:block}.best-work__grid{flex-direction:column;gap:32px;display:flex}.best-work__card{color:inherit;flex-direction:column;gap:32px;text-decoration:none;display:flex}.best-work__imagem-wrap{aspect-ratio:4/3;border-radius:36px;width:100%;overflow:hidden}.best-work__imagem{object-fit:cover;width:100%;height:100%;transition:transform .4s}.best-work__card:hover .best-work__imagem{transform:scale(1.03)}.best-work__info{padding:0 4px}.best-work__titulo{color:#0a0b15;letter-spacing:-1px;margin:0 0 4px;font-family:ZT Talk,serif;font-size:48px;font-weight:400}.best-work__subtitulo{color:#5c5d68;text-transform:uppercase;letter-spacing:5%;margin:0;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500}.best-work__secundarios{flex-direction:column;gap:32px;display:flex}.best-work__info--mobile{display:block}.best-work__rodape{justify-content:center;align-items:center;margin-top:64px;margin-bottom:48px;display:flex}.best-work__rodape>div:not(.best-work__botao-link){display:none}.best-work__botao-link .cta-btn{background-color:#f5f3f5;border:1.5px solid #d5d4d4;justify-content:space-between;gap:32px;width:min(423px,100%);height:112px;padding:32px clamp(20px,6vw,32px) 32px clamp(24px,10vw,56px)}.best-work__botao-link .cta-btn__text{letter-spacing:-1px;font-family:ZT Talk,sans-serif;font-size:42px;font-weight:400}.best-work__botao-link .cta-btn__circle{width:46px;min-width:46px;height:46px}@media (width>=768px){.best-work{padding:64px 40px}.best-work__secundarios{flex-direction:row;gap:24px}.best-work__card--secundario{flex:1}}@media (width>=1024px){.best-work{padding:64px}.best-work__grid{flex-direction:row;align-items:flex-start;gap:32px}.best-work__card--principal{flex:1.2}.best-work__secundarios{flex-direction:row;gap:24px}.best-work__imagem-wrap{aspect-ratio:auto}.best-work__card--principal .best-work__imagem-wrap{border-radius:36px;height:640px}.best-work__card--secundario .best-work__imagem-wrap{border-radius:36px;height:308px}.best-work__titulo{font-size:64px}.best-work__info--mobile{display:none}.best-work__rodape{justify-content:space-between}.best-work__botao-link{margin-left:auto}.best-work__rodape>div{display:block}}.secao-about{background-color:#f5f3f5;padding:64px 24px;overflow:hidden}.secao-about__tag{letter-spacing:.05em;text-transform:uppercase;color:#0a0b1540;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:500;line-height:1;display:block}.secao-about__layout{flex-direction:column;gap:64px;padding:64px 0;display:flex}.secao-about__titulo{color:#0a0b15;margin:0;font-family:Instrument Sans,sans-serif;line-height:1.1;display:block}.secao-about__titulo-parte1{color:#5c5d68;letter-spacing:-4%;font-family:ZT Talk;font-size:64px;font-weight:100;line-height:90%}.secao-about__titulo-parte2{color:#5c5d68;font-family:ZT Talk;font-size:clamp(32px,8vw,72px);font-weight:100}.secao-about__direita{flex-direction:column;gap:66px;display:flex}.secao-about__icone{width:96px;margin-bottom:0}.secao-about__titulo-destaque{color:#0a0b15;letter-spacing:-3%;font-family:ZT Talk;font-size:64px;font-weight:500;line-height:1.1;display:block}.secao-about__descricao{letter-spacing:-2%;color:#5c5d68;margin:0;font-size:18px;font-weight:300;line-height:1.5}.secao-about__link{color:#5c5d68;text-underline-offset:4px;font-size:20px}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.secao-about__pills-wrap{margin-top:40px;overflow:hidden}.secao-about__pills{gap:12px;width:max-content;animation:20s linear infinite marquee;display:flex}.secao-about__pills:hover{animation-play-state:paused}.secao-about__pill{color:#5e25ff;white-space:nowrap;border:1.5px solid #5e25ff;border-radius:100px;padding:40px 70px;font-family:IBM Plex Mono,monospace;font-size:24px}@media (width>=1024px){.secao-about{padding:80px 64px}.secao-about__layout{flex-direction:row;align-items:flex-start;gap:64px}.secao-about__titulo-wrap{flex:1.2}.secao-about__titulo-parte1,.secao-about__titulo-destaque{font-size:128px}.secao-about__direita{flex:0 400px;padding-top:8px}.secao-about__descricao{font-size:20px}.secao-about__pills{flex-wrap:nowrap}}.blog{background-color:#f5f3f5;padding:64px 0 32px 24px;display:none}.blog__tag{letter-spacing:.05em;text-transform:uppercase;color:#0a0b1540;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:500;line-height:1;display:block}.blog__grid-wrap{-webkit-overflow-scrolling:touch;scrollbar-width:none;cursor:grab;padding-top:64px;padding-bottom:32px;overflow-x:auto}.blog__grid-wrap::-webkit-scrollbar{display:none}.blog__grid{flex-direction:row;gap:16px;width:max-content;display:flex}.blog__card{color:inherit;flex-direction:column;flex-shrink:0;gap:12px;text-decoration:none;display:flex}.blog__imagem-wrap{border-radius:24px;flex-shrink:0;width:100%;min-width:360px;height:260px;max-height:260px;position:relative;overflow:hidden}.blog__imagem-wrap--antropofagia .blog__imagem{object-fit:cover;object-position:center center;transform:scale(1.3)}.blog__card:hover .blog__imagem-wrap--antropofagia .blog__imagem{transform:scale(1.33)}.blog__imagem{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0}.blog__card:hover .blog__imagem{transform:scale(1.03)}.blog__titulo{letter-spacing:-2%;color:#0a0b15;margin:0 0 4px;font-family:ZT Talk,serif;font-size:48px;font-weight:400}.blog__subtitulo{color:#5c5d68;text-transform:uppercase;letter-spacing:5%;margin:0;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500}@media (width>=768px){.blog{padding:64px 40px}.blog__grid{flex-flow:wrap;gap:24px}.blog__card{flex:calc(50% - 12px)}}@media (width>=1024px){.blog{padding:64px}.blog__grid-wrap{cursor:default;overflow:visible}.blog__grid{flex-wrap:nowrap;gap:24px;width:auto}.blog__card{flex:1;width:auto}.blog__imagem-wrap{width:424px;height:308px}.blog__titulo{letter-spacing:-2%;font-size:48px}}.footer{background-image:var(--bg-mobile,var(--bg-desktop));background-position:50%;background-repeat:no-repeat;background-size:cover}.footer__inner{flex-direction:column;justify-content:space-between;min-height:718px;padding:48px 20px 36px;display:flex}.footer__row1{align-items:center;gap:12px;display:flex}.footer__members{align-items:center;display:flex}.footer__member{cursor:pointer;position:relative}.footer__member+.footer__member{margin-left:-10px}.footer__member:hover{z-index:1}.footer__member:hover .footer__avatar{transform:translate(-6px)}.footer__member-tooltip{opacity:0;visibility:hidden;z-index:20;pointer-events:none;background-color:#0a0b15;border-radius:8px;flex-direction:column;gap:8px;width:240px;padding:14px 24px;transition:opacity .4s,visibility .4s,transform .4s;display:flex;position:absolute;top:50px;left:-4px;transform:translateY(-6px)}.footer__member-tooltip:before{content:"";border-bottom:8px solid #0a0b15;border-left:8px solid #0000;border-right:8px solid #0000;width:0;height:0;position:absolute;top:-8px;left:16px}.footer__member:hover .footer__member-tooltip{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.footer__member-tooltip-header{justify-content:space-between;align-items:center;display:flex}.footer__member-name{color:#f5f3f5;font-family:Instrument Sans,sans-serif;font-size:20px;font-weight:500;line-height:1.2}.footer__member-linkedin{color:#5c5d68;flex-shrink:0;align-items:center;text-decoration:none;transition:color .2s;display:flex}.footer__member-linkedin:hover{color:#f5f3f5}.footer__member-role{color:#5c5d68;font-family:IBM Plex Mono,monospace;font-size:14px;line-height:1.4}.footer__avatar{object-fit:cover;border:none;border-radius:50%;width:40px;height:40px;margin-left:-10px}.footer__avatar:first-child{margin-left:0}.footer__title{letter-spacing:-2%;color:#f5f3f580;margin:0;font-family:ZT Talk,sans-serif;font-size:48px;font-weight:300;line-height:1}.footer__row2{align-items:center;gap:7.5px;margin-top:20px;display:flex}.footer__arrow{flex-shrink:0;width:29px;height:34px}.footer__cta-link{letter-spacing:-.02em;color:#f5f3f5;font-family:ZT Talk,sans-serif;font-size:48px;font-weight:300;line-height:1;text-decoration:none}.footer__cta-link:hover{opacity:.8}.footer__row3{flex:1;justify-content:space-between;height:128px;margin-top:64px;display:flex}.footer__socials{flex-direction:column;justify-content:flex-start;gap:12px;display:flex}.footer__social-item{letter-spacing:.05em;text-transform:uppercase;color:#f5f3f5;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;line-height:1;text-decoration:none}.footer__social-item:hover{opacity:.7}.footer__meta{flex-direction:column;justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.footer__back-top,.footer__clock,.footer__copyright{letter-spacing:.05em;text-transform:uppercase;color:#f5f3f5;text-align:right;margin:0;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;line-height:1}.footer__back-top{cursor:pointer;background:0 0;border:none;padding:0}.footer__back-top:hover{opacity:.7}.footer__clock{line-height:1.5}.footer__logo-wrap{margin-top:48px}.footer__logo{width:100%;height:auto}@media (width>=768px){.footer{background-image:var(--bg-desktop);min-height:910px}.footer__inner{height:1050px;padding:48px clamp(20px,3.5vw - 9.4px,48px)}.footer__row1,.footer__row2{width:fit-content}.footer__top-area{flex:1;justify-content:space-between;align-items:flex-start;display:flex}.footer__left{flex-direction:column;gap:20px;display:flex}.footer__row3{flex-direction:row;flex:unset;gap:64px;margin-top:0}.footer__meta{align-items:flex-end}.footer__logo{width:100%;max-width:100%;height:auto}}._page_5q0oq_2{color:#0c0c0c;background:#f5f3f5;min-height:100vh;font-family:Instrument Sans,sans-serif}._loading_5q0oq_10{letter-spacing:.15em;color:#0000004d;justify-content:center;align-items:center;height:100vh;font-family:IBM Plex Mono,monospace;font-size:.8rem;display:flex}._hero_5q0oq_22{grid-template-columns:minmax(0,1fr) clamp(560px,42vw,860px);align-items:stretch;gap:clamp(24px,2vw,48px);padding:clamp(48px,9vw,128px) clamp(20px,4.5vw,64px);display:grid}._heroLeft_5q0oq_30{flex-direction:column;justify-content:space-between;display:flex}._heroTitle_5q0oq_36{letter-spacing:-.03em;color:#0c0c0c;text-transform:uppercase;white-space:pre-line;width:100%;max-width:880px;margin:0 0 4rem;font-family:ZT Talk,sans-serif;font-size:clamp(90px,7vw,144px);font-weight:500;line-height:.9}._heroSubtitle_5q0oq_50{letter-spacing:-.02em;color:#00000080;width:100%;max-width:760px;margin:0 0 clamp(32px,5vw,64px);font-family:Instrument Sans,sans-serif;font-size:clamp(20px,1.8vw,24px);font-weight:300;line-height:1.5}._values_5q0oq_63{grid-template-columns:1fr 1fr;gap:clamp(16px,2vw,32px);width:100%;max-width:668px;margin-top:auto;display:grid}._valueCard_5q0oq_72{flex-direction:column;gap:clamp(28px,2vw,32px);display:flex}._valueIcon_5q0oq_78{align-items:center;width:clamp(32px,3vw,48px);height:clamp(32px,3vw,48px);margin-bottom:8px;display:flex}._valueIcon_5q0oq_78 img{width:48px;height:48px}._valueIconPlaceholder_5q0oq_91{color:#0c0c0c;font-size:1.5rem}._valueTitle_5q0oq_96{letter-spacing:-.02em;color:#5c5d68;margin:0;font-family:Instrument Sans,sans-serif;font-size:clamp(20px,1vw,21px);font-weight:700;line-height:1.3}._valueDesc_5q0oq_106{letter-spacing:-.03em;color:#5c5d68;margin:0;font-family:Instrument Sans,sans-serif;font-size:clamp(18px,1vw,21px);font-weight:300;line-height:1.5}._heroRight_5q0oq_117{flex-direction:row;align-items:flex-start;gap:clamp(16px,2vw,32px);width:100%;display:flex}._heroRightLeft_5q0oq_125{flex-direction:column;flex:1;gap:clamp(16px,2vw,32px);min-width:0;padding-top:150px;display:flex}._heroCardText_5q0oq_134{aspect-ratio:424/380;background-color:#7f6cff;border-radius:clamp(16px,2vw,24px);flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;padding:clamp(20px,2vw,32px);display:flex}._heroCardTextContent_5q0oq_146{letter-spacing:-.02em;color:#0a0b15;width:100%;margin:0;font-family:Instrument Sans,sans-serif;font-size:clamp(18px,1.2vw,21px);font-weight:300;line-height:1.5}._heroCardImg_5q0oq_157{aspect-ratio:424/380;object-fit:cover;border-radius:clamp(16px,2vw,24px);width:100%;max-width:424px;display:block}._heroCardImgOrange_5q0oq_166{aspect-ratio:424/640;object-fit:cover;border-radius:clamp(16px,2vw,24px);flex:1;width:100%;min-width:0;max-width:424px;display:block}._team_5q0oq_178{grid-template-columns:repeat(3,1fr);gap:clamp(20px,2vw,32px);padding:0 clamp(20px,4.5vw,64px) clamp(48px,9vw,128px);display:grid}._memberCard_5q0oq_185{background:#f5f3f5;border:1px solid #0000000f;border-radius:clamp(24px,2vw,36px);flex-direction:column;gap:clamp(20px,2vw,32px);padding:clamp(20px,2vw,32px);display:flex}._memberPhoto_5q0oq_195{aspect-ratio:1;background:#e8e6e0;overflow:hidden}._memberImg_5q0oq_201{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}._memberCard_5q0oq_185:hover ._memberImg_5q0oq_201{transform:scale(1.04)}._memberPhotoPlaceholder_5q0oq_213{background:#e0ddd8;width:100%;height:100%}._memberInfo_5q0oq_219{padding:clamp(20px,2vw,24px)}._memberName_5q0oq_223{letter-spacing:-.02em;margin:0 0 24px;font-family:ZT Talk,sans-serif;font-size:clamp(32px,3vw,48px);font-weight:400;line-height:1}._memberRole_5q0oq_232{letter-spacing:.05em;text-transform:uppercase;color:#7f6cff;margin:0 0 32px;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:500;line-height:1}._memberBio_5q0oq_243{text-align:justify;letter-spacing:-.02em;color:#5c5d68;height:300px;margin:0 0 16px;font-family:Instrument Sans,sans-serif;font-size:clamp(18px,1.5vw,20px);font-weight:300;line-height:1.5}._memberFeatures_5q0oq_255{letter-spacing:-.02em;color:#5c5d68;margin:0;font-family:Instrument Sans,sans-serif;font-size:clamp(16px,1.2vw,20px);font-weight:300;line-height:1.5}._memberFeaturesKeyword_5q0oq_265{color:#7f6cff;font-weight:400}@media (width<=1440px){._heroRightLeft_5q0oq_125{padding-top:100px}._memberBio_5q0oq_243{height:auto;margin:0 0 32px}}@media (width<=1024px){._hero_5q0oq_22{grid-template-columns:1fr;gap:64px}._heroSubtitle_5q0oq_50{margin-bottom:80px}._valueIcon_5q0oq_78 img{width:48px;height:48px}._heroRightLeft_5q0oq_125{padding-top:10px}._team_5q0oq_178{grid-template-columns:repeat(2,1fr)}._heroRight_5q0oq_117{align-items:stretch}._heroCardImgOrange_5q0oq_166{aspect-ratio:auto;height:100%;max-height:none}}@media (width<=640px){._hero_5q0oq_22{padding-top:64px;padding-bottom:64px}._heroTitle_5q0oq_36{font-size:64px}._heroTitle_5q0oq_36,._heroSubtitle_5q0oq_50{margin-bottom:48px}._values_5q0oq_63{grid-template-columns:1fr;gap:48px;margin-bottom:64px}._valueIcon_5q0oq_78{margin-bottom:0}._valueCard_5q0oq_72{gap:24px}._valueIcon_5q0oq_78 img{width:36px;height:36px}._valueTitle_5q0oq_96,._valieDesc_5q0oq_348{font-size:18px}._heroRight_5q0oq_117{flex-direction:column}._heroRightLeft_5q0oq_125{padding-top:0}._heroCardImg_5q0oq_157,._heroCardImgOrange_5q0oq_166,._heroCardText_5q0oq_134{max-width:none}._heroCardText_5q0oq_134{align-items:flex-start;max-height:285px}._heroCardTextContent_5q0oq_146{font-size:24px}._heroCardImg_5q0oq_157{max-height:285px}._team_5q0oq_178{grid-template-columns:1fr;margin-top:22px;margin-bottom:48px}}._page_4ew08_2{color:#0c0c0c;background:#f5f3f5;min-height:100vh;padding-bottom:0;font-family:Instrument Sans,sans-serif}._hero_4ew08_11{padding:110px 64px}._heroTitle_4ew08_15{letter-spacing:-.02em;color:#0c0c0c;margin:0 0 45px;font-family:ZT Talk,sans-serif;font-size:clamp(2rem,6vw,112px);font-weight:500;line-height:1.05}._heroSubtitle_4ew08_25{color:#5c5d68;max-width:28ch;letter-spacing:2%;margin:0 0 45px;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:300;line-height:1.5}._heroBtn_4ew08_37{margin-bottom:30px}._grid_4ew08_42{grid-template-columns:repeat(3,1fr);gap:64px 32px;padding:0 64px 128px;display:grid}._card_4ew08_50{opacity:0;animation:.45s forwards _cardIn_4ew08_93;animation-delay:calc(var(--card-index) * 60ms);transform:translateY(16px)}@keyframes _cardIn_4ew08_93{to{opacity:1;transform:translateY(0)}}._cardLink_4ew08_64{color:inherit;text-decoration:none;display:block}._cardImageWrap_4ew08_70{aspect-ratio:4/3;background:#f0ede8;border-radius:36px;margin-bottom:32px;position:relative;overflow:hidden}._cardImg_4ew08_79,._cardPlaceholder_4ew08_80{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94);display:block}._card_4ew08_50:hover ._cardImg_4ew08_79,._card_4ew08_50:hover ._cardPlaceholder_4ew08_80{transform:scale(1.04)}._cardInfo_4ew08_93{padding:0 .1rem}._cardTitle_4ew08_97{letter-spacing:-.02em;color:#0c0c0c;margin:0 0 .6rem;font-family:ZT Talk,sans-serif;font-size:48px;font-weight:400;line-height:1}._cardClient_4ew08_107{letter-spacing:.05em;text-transform:uppercase;color:#5c5d68;margin:0;font-family:IBM Plex Mono,monospace;font-size:14px;font-weight:500;line-height:1}._loading_4ew08_119{color:#0000004d;letter-spacing:.15em;justify-content:center;align-items:center;height:40vh;font-family:IBM Plex Mono,monospace;font-size:.8rem;display:flex}._empty_4ew08_130{text-align:center;color:#00000040;grid-column:1/-1;padding:6rem 0;font-family:IBM Plex Mono,monospace;font-size:.8rem}@media (width<=768px){._grid_4ew08_42{flex-direction:column;gap:32px;padding:2rem 1.25rem 3rem;display:flex}._hero_4ew08_11{padding:3rem 1.25rem 2rem}._heroTitle_4ew08_15{font-size:48px}._heroSubtitle_4ew08_25{font-size:28px;line-height:1.2}._cardTitle_4ew08_97{font-size:clamp(28px,8vw,40px)}._cardClient_4ew08_107{font-size:clamp(11px,3vw,14px)}}@media (width<=480px){._grid_4ew08_42{gap:24px;padding:1.5rem 1rem 3rem}._cardTitle_4ew08_97{font-size:clamp(24px,9vw,32px)}}._page_g6xo6_2{color:#0a0b15;background:#f5f3f5;padding:128px 64px}._row1_g6xo6_9{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:32px;display:grid}._title_g6xo6_16{letter-spacing:-.03em;color:#0a0b15;overflow-wrap:break-word;margin:0;font-family:ZT Talk,sans-serif;font-size:clamp(64px,9.8vw - 11px,112px);font-weight:500;line-height:90%}._resume_g6xo6_27{letter-spacing:-.02em;color:#5c5d68;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:300;line-height:150%}._row2_g6xo6_38{margin-top:128px}._coverImg_g6xo6_42{border-radius:24px;width:100%;height:auto;display:block}._row3_g6xo6_50{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:stretch;gap:152px;margin-top:128px;display:grid}._infoTable_g6xo6_58{flex-direction:column;display:flex}._infoRow_g6xo6_63{border-bottom:1px solid #0a0b151a;grid-template-columns:auto minmax(0,1fr);align-items:center;column-gap:152px;padding:20px 0;display:grid}._infoRow_g6xo6_63:last-child{border-bottom:none}._infoLabel_g6xo6_76,._infoValue_g6xo6_77{letter-spacing:.05em;text-transform:uppercase;color:#5c5d68;margin:0;font-family:IBM Plex Mono,monospace;font-size:20px;font-weight:500;line-height:100%}._infoValue_g6xo6_77{text-align:right}._descSection_g6xo6_92{flex-direction:column;gap:44px;display:flex}._sectionLabel_g6xo6_98{letter-spacing:-.02em;color:#000;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:500;line-height:150%}._sectionText_g6xo6_108{letter-spacing:-.02em;color:#5c5d68;margin:0;font-family:Instrument Sans,sans-serif;font-size:32px;font-weight:300;line-height:150%}._detailsList_g6xo6_118{flex-direction:column;gap:24px;margin:0;padding:0;list-style:none;display:flex}._detailsList_g6xo6_118 li{align-items:center;gap:16px;display:flex}._detailsList_g6xo6_118 li:before{content:"";background:#5c5d68;border-radius:50%;width:8px;min-width:8px;height:8px;display:inline-block}._gallery_g6xo6_144{flex-direction:column;gap:32px;margin-top:128px;display:flex}._galleryImg_g6xo6_151{border-radius:24px;width:100%;height:auto;display:block}._galleryImgFull_g6xo6_160{width:calc(100% + 128px);margin-left:-64px;margin-right:-64px}._carouselSection_g6xo6_167{margin-top:128px}._carousel_g6xo6_167{scrollbar-width:none;cursor:grab;-webkit-user-select:none;user-select:none;flex-direction:row;gap:24px;display:flex;overflow-x:auto}._carousel_g6xo6_167::-webkit-scrollbar{display:none}._carousel_g6xo6_167._dragging_g6xo6_185{cursor:grabbing}._carouselCard_g6xo6_189{width:420px;color:inherit;flex-shrink:0;text-decoration:none}._carouselImageWrap_g6xo6_196{aspect-ratio:4/3;background:#e8e4dc;border-radius:24px;margin-bottom:20px;overflow:hidden}._carouselImg_g6xo6_204{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}._carouselCard_g6xo6_189:hover ._carouselImg_g6xo6_204{transform:scale(1.03)}._carouselPlaceholder_g6xo6_216{background:#e8e4dc;width:100%;height:100%}._carouselInfo_g6xo6_222{padding:0 4px}._carouselTitle_g6xo6_226{letter-spacing:-.02em;color:#0c0c0c;margin:0 0 8px;font-family:ZT Talk,sans-serif;font-size:32px;font-weight:400;line-height:1}._carouselClient_g6xo6_236{letter-spacing:.05em;text-transform:uppercase;color:#5c5d68;margin:0;font-family:IBM Plex Mono,monospace;font-size:13px;font-weight:500;line-height:1}._loading_g6xo6_248,._notFound_g6xo6_249{color:#0000004d;letter-spacing:.15em;padding:128px 64px;font-family:IBM Plex Mono,monospace;font-size:.8rem}@media (width<=768px){._page_g6xo6_2{padding:64px 24px}._row1_g6xo6_9{grid-template-columns:1fr;gap:32px}._title_g6xo6_16{font-size:64px;line-height:95%}._resume_g6xo6_27{font-size:18px;line-height:150%}._row2_g6xo6_38{margin-top:64px}._coverImg_g6xo6_42{border-radius:24px}._row3_g6xo6_50{grid-template-columns:1fr;gap:64px;margin-top:48px}._infoLabel_g6xo6_76,._infoValue_g6xo6_77{font-size:13px}._infoRow_g6xo6_63{padding:14px 0}._descSection_g6xo6_92{gap:48px}._sectionLabel_g6xo6_98{font-size:20px}._sectionText_g6xo6_108{font-size:18px;line-height:140%}._detailsList_g6xo6_118{gap:16px}._detailsList_g6xo6_118 li:before{width:4px;min-width:4px;height:4px}._gallery_g6xo6_144{gap:16px;margin-top:48px}._galleryImg_g6xo6_151{border-radius:24px}._galleryImgFull_g6xo6_160{border-radius:0;width:calc(100% + 48px);margin-left:-24px;margin-right:-24px}._carouselSection_g6xo6_167{margin-top:64px}._carouselCard_g6xo6_189{width:280px}._carouselTitle_g6xo6_226{font-size:22px}}._page_1lrlr_1{text-align:center;background:#f5f3f5;flex-direction:column;justify-content:center;align-items:center;gap:36px;min-height:70vh;padding:128px 64px;display:flex}._icon1_1lrlr_14{width:130px;display:block}._titleRow_1lrlr_20{justify-content:center;align-items:center;gap:30px;display:flex}._title_1lrlr_20{letter-spacing:-.03em;color:#0a0b15;margin:0;font-family:ZT Talk,sans-serif;font-size:clamp(40px,7vw,76px);font-weight:400;line-height:.95}._icon2_1lrlr_37{flex-shrink:0;height:70px;display:block}._loadingBar_1lrlr_44{width:100%;max-width:780px;height:auto;display:block}._subtitleRow_1lrlr_52{justify-content:center;align-items:center;gap:10px;display:flex}._subtitle_1lrlr_52{color:#7f6cff;margin:10px 0;font-family:Instrument Sans,sans-serif;font-size:18px;font-weight:400}._icon3_1lrlr_67{flex-shrink:0;height:18px;display:block}@media (width<=640px){._page_1lrlr_1{gap:28px;padding:64px 24px}._loadingBar_1lrlr_44{max-width:100%}}._page_1d3oa_5{box-sizing:border-box;background:#f5f3f5;flex-direction:column;min-height:100vh;padding:64px 20px;display:flex}._title_1d3oa_15{letter-spacing:-.02em;color:#5c5d68;margin:0 0 48px;font-family:Instrument Sans,sans-serif;font-size:22.4px;font-weight:700;line-height:1.5}._subtitle_1d3oa_26{letter-spacing:-.03em;color:#0a0b15;overflow-wrap:break-word;margin:0 0 64px;font-family:ZT Talk,sans-serif;font-size:96px;font-weight:500;line-height:.9}._form_1d3oa_38{flex-direction:column;gap:24px;display:flex}._field_1d3oa_44{flex-direction:column;gap:15px;display:flex}._label_1d3oa_50{letter-spacing:-.02em;color:#5c5d68;font-family:Instrument Sans,sans-serif;font-size:24px;font-weight:300;line-height:1.5;display:block}._input_1d3oa_60{color:#0a0b15;box-sizing:border-box;background:#fff;border:1.88px solid #dbdbdc;border-radius:8px;outline:none;width:100%;height:67px;padding:27px;font-family:Instrument Sans,sans-serif;font-size:16px;transition:border-color .2s}._input_1d3oa_60::placeholder{color:#b0b0b8}._input_1d3oa_60:focus{border-color:#7f6cff}._inputError_1d3oa_83,._inputError_1d3oa_83:focus{border-color:#d1435b}._fieldError_1d3oa_91{color:#d1435b;margin:-8px 0 0;font-family:Instrument Sans,sans-serif;font-size:14px}._textarea_1d3oa_98{resize:vertical;height:auto;min-height:140px}._btnWrap_1d3oa_105{justify-content:flex-end;margin-top:0;display:flex}._btn_1d3oa_105{white-space:normal!important;border:1.13px solid #d5d4d4!important;padding:24px!important}._btnText_1d3oa_117{letter-spacing:-.02em!important;font-family:ZT Talk,sans-serif!important;font-size:31.5px!important;font-weight:400!important;line-height:.9!important}._feedbackBanner_1d3oa_125{box-sizing:border-box;border-radius:8px;align-items:center;gap:8px;padding:12px 14px;font-family:Instrument Sans,sans-serif;font-size:13px;line-height:1.35;display:flex}._feedbackBanner_1d3oa_125 svg{flex-shrink:0}._feedbackSuccess_1d3oa_141{color:#1e7e34;background:#e8f5ea}._feedbackError_1d3oa_146{color:#b3273a;background:#fbeaec}._socialsMobile_1d3oa_152{gap:7.36px;margin-top:64px;display:flex}._col1Foot_1d3oa_159{flex-direction:column;gap:36px;margin-top:27px;display:flex}._socialsDesktop_1d3oa_167{gap:9.82px;display:none}._socialIcon_1d3oa_173{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}._socialIcon_1d3oa_173 img{object-fit:cover;width:100%;height:100%}._date_1d3oa_191{letter-spacing:-.02em;color:#0a0b15;font-family:Instrument Sans,sans-serif;font-size:24px;font-weight:300;line-height:1.5}@media (width>=768px){._page_1d3oa_5{grid-template:"head form""foot form"1fr/minmax(0,1fr) minmax(0,1fr);column-gap:64px;padding:128px 64px;display:grid}._col1Head_1d3oa_219{grid-area:head}._form_1d3oa_38{grid-area:form;gap:24px}._socialsMobile_1d3oa_152{display:none}._col1Foot_1d3oa_159{grid-area:foot;align-self:end;margin-top:0}._socialsDesktop_1d3oa_167{display:flex}._title_1d3oa_15{font-size:32px}._subtitle_1d3oa_26{font-size:clamp(70px,11vw - 14.5px,144px)}._label_1d3oa_50,._date_1d3oa_191{font-size:32px}._field_1d3oa_44{gap:20px}._input_1d3oa_60{border-radius:10px;height:auto;padding:36px}._btn_1d3oa_105{padding:32px 32px 32px 56px!important}._btnText_1d3oa_117{font-size:42px!important}._btnWrap_1d3oa_105{margin-top:20px}._feedbackBanner_1d3oa_125{align-items:flex-start;gap:10px;padding:16px 20px;font-size:15px;line-height:1.4}._feedbackBanner_1d3oa_125 svg{margin-top:1px}}._page_13rwm_1{color:#0a0b15;text-align:center;background:#f5f3f5;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:70vh;padding:128px 24px;display:flex}._code_13rwm_14{letter-spacing:.05em;text-transform:uppercase;color:#0a0b1540;font-family:IBM Plex Mono,monospace;font-size:16px;font-weight:500}._title_13rwm_23{letter-spacing:-.02em;color:#0a0b15;margin:0;font-family:ZT Talk,sans-serif;font-size:clamp(40px,6vw + 12px,72px);font-weight:500;line-height:100%}._subtitle_13rwm_33{color:#5c5d68;max-width:480px;margin:0 0 16px;font-family:Instrument Sans,sans-serif;font-size:18px;font-weight:300;line-height:150%}@font-face{font-family:Argent Pixel CF;src:url(/assets/ARGENTPIXELCF-REGULAR-C92rohYx.OTF)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ZT Talk;src:url(/assets/ZTTalk-Light-CgJgfPbm.otf)format("opentype");font-weight:300;font-style:normal}@font-face{font-family:ZT Talk;src:url(/assets/ZTTalk-Regular-BF66593cc9a9565-BtTPAD_P.otf)format("opentype");font-weight:400;font-style:normal}@font-face{font-family:ZT Talk;src:url(/assets/ZTTalk-Medium-BF66593cc74918d-D1qeqI9m.otf)format("opentype");font-weight:500;font-style:normal}*,:before,:after{box-sizing:border-box}h1{margin:0}body,html{-webkit-font-smoothing:antialiased;background:#f5f3f5;margin:0;padding:0;font-family:Instrument Sans,sans-serif;overflow-x:hidden}
