@charset "UTF-8";:root{--text-secondary: rgba(250, 250, 250, .6);--text-primary: #FAFAFA;--text-primary-inverse: #0E0D0F;--text-brand: #8174E2;--white-400: rgba(250, 250, 250, .4);--white-600: rgba(250, 250, 250, .88);--white-main: #FAFAFA;--bg-tertiary-block: rgba(250, 250, 250, .09);--bg-secondary-block: #171618;--bg-primary: rgba(14, 13, 15, 1);--brand-100: rgba(93, 75, 220, .05);--brand-alt-main: rgba(129, 116, 226, 1);--icon-secondary: rgba(250, 250, 250, .4);--icon-primary: rgba(250, 250, 250, .88);--black-100: rgba(14, 13, 15, .06);--controls-buttons-ghost-hover: rgba(129, 116, 226, .04);--controls-buttons-ghost-press: rgba(129, 116, 226, .09)}@font-face{font-family:NTSomic;src:url(/fonts/NTSomic/NTSomic-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NTSomic;src:url(/fonts/NTSomic/NTSomic-Medium.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NTSomic;src:url(/fonts/NTSomic/NTSomic-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}html{scroll-behavior:smooth;padding:0;background-color:var(--bg-primary)}body{margin:0;padding:0;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::selection{background:var(--brand-alt-main);color:var(--text-primary)}::-moz-selection{background:var(--brand-alt-main);color:var(--text-primary)}.container{max-width:1520px;margin:0 auto}@media(max-width:1280px){.container{max-width:1200px;padding-inline:60px}}.achievements__loading,.projects__loading,.news__loading,.clubs__loading{padding:40px 0;text-align:center;color:var(--text-secondary);font-size:16px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}::-webkit-scrollbar-thumb:active{background:#ffffff59}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) var(--bg-primary)}.page{position:relative;background:var(--bg-primary);overflow:hidden}.page:before{content:"";position:fixed;inset:0;pointer-events:none;opacity:.05;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='1.2' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-size:160px 160px;background-position:0 0;animation:page-noise-move 18s linear infinite}main{display:flex;flex-direction:column;gap:160px}@keyframes page-noise-move{0%{background-position:0 0}50%{background-position:80px 40px}to{background-position:0 0}}.header{position:fixed;top:0;z-index:50;left:0;right:0;width:100%;background:var(--black-100);color:var(--text-secondary);-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-bottom-left-radius:20px;border-bottom-right-radius:20px;transition:all .5s ease}.header a{color:var(--text-secondary);text-decoration:none;transition:all .2s ease}.header__inner{display:flex;height:85px;align-items:center;justify-content:space-between;transition:all .5s ease}.header__disabled{height:85px;overflow:hidden;transition:all .5s ease}.header__active{height:531px;transition:all .5s ease}.brand{display:flex;align-items:center;gap:10px}.brand__mark{width:100px;height:31px}.brand__text{font-size:14px;font-weight:600;letter-spacing:.06em}.nav{display:none;gap:50px;font-size:20px}.nav__link:hover{color:var(--text-primary)}.nav{display:flex}.header__menu{display:inline-flex;width:60px;height:60px;padding:10px 15px;flex-direction:column;justify-content:center;align-items:flex-start;gap:7px;flex-shrink:0;aspect-ratio:1/1;border-radius:12px;border:none;background:transparent;transition:all .5s ease}.header__menu:hover{background:var(--bg-secondary-block)}.header__menu1line{width:30px;height:1px;background:var(--white-main);transition:all .5s ease}.header__menu:hover .header__menu1line{transform:translateY(19px)}.header__active .header__menu1line,.header__active:hover .header__menu1line{transform:translateY(8px)}.header__menu2line{width:30px;height:2px;background:var(--white-main)}.header__menu3line{width:30px;height:3px;background:var(--white-main);transition:all .5s ease}.header__menu:hover .header__menu3line{transform:translateY(-19px)}.header__active .header__menu3line,.header__active:hover .header__menu3line{transform:translateY(-9px);height:2px}.header__menuPanel{width:100%;padding-top:64px;padding-bottom:64px;display:inline-flex;justify-content:flex-end;align-items:flex-start;gap:80px;transition:all .5s ease}.header__menuColumn{display:inline-flex;flex-direction:column;align-items:flex-start}.header__menuColumn--main{align-self:stretch;justify-content:space-between}.header__menuItem{display:inline-flex;align-items:center;gap:16px}.header__menuItemDot{width:10px;height:10px;border-radius:9999px;background:var(--text-primary);opacity:0;transform:translateY(-10px);transition:all .7s ease}.header__menuItemLabel{display:flex;flex-direction:column;justify-content:center;text-align:right;color:var(--text-secondary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:38.4px;opacity:0;transform:translateY(-10px);transition:all .7s ease}.header__menuItem--active .header__menuItemDot{opacity:1;transform:translateY(0)}.header__disabled .header__menuItemDot{opacity:0;transform:translateY(-10px)}.header__menuItemLabel:hover{cursor:pointer;color:var(--text-primary)}.header__active .header__menuItemLabel,.header__active .header__menuItem--active .header__menuItemDot{opacity:1;transform:translateY(0)}.header__menuItem--active .header__menuItemLabel{color:var(--text-primary);cursor:default}.header__menuColumn--clubs{display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:16px;padding-right:200px}.header__menuSectionTitle{display:flex;flex-direction:column;justify-content:center;text-align:right;color:var(--text-primary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:38.4px;opacity:0;transform:translateY(-10px);transition:all .7s ease}.header__active .header__menuSectionTitle{opacity:1;transform:translateY(0)}.header__submenuItem{display:inline-flex;align-items:center;gap:10px}.header__submenuDot{width:5px;height:5px;border-radius:9999px;background:var(--text-secondary);opacity:0}.header__submenuLabel{display:flex;flex-direction:column;justify-content:center;text-align:right;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:24px;opacity:0;transform:translateY(-10px);transition:all .7s ease}.header__submenuLabel:hover{cursor:pointer;color:var(--text-primary)}.header__active .header__submenuLabel{opacity:1;transform:translateY(0)}.hero{position:relative;overflow:hidden;margin-top:85px}.hero__bg{position:absolute;inset:0;rotate:180deg;background:linear-gradient(rgba(255,255,255,.035) 3px,transparent 3px),linear-gradient(90deg,rgba(255,255,255,.035) 3px,transparent 3px);background-size:102px 108px;opacity:.55}.hero__video{position:absolute;top:0;right:25%;width:50%;height:100%;object-position:center;pointer-events:none;z-index:1}.hero__layout{position:relative;height:761px;padding:80px 0}.hero__title{color:var(--text-primary);font-weight:700;line-height:1.05;font-size:96px}.hero__title--misis{margin:0;font-weight:750;letter-spacing:-.02em;line-height:1.02}.hero__desc{position:absolute;right:0;bottom:80px;margin:0;max-width:50%;text-align:right;font-size:32px;font-weight:400;line-height:1.1;color:var(--text-secondary)}.hero__more{position:absolute;left:0;bottom:80px;display:inline-flex;text-decoration:none;align-items:center;gap:10px;color:var(--text-secondary);font-size:20px;font-weight:400;letter-spacing:.01em;padding:10px 0;-webkit-user-select:none;user-select:none;transition:.2s ease;animation:hero-more-bounce 1.6s ease-in-out infinite}.hero__more:hover{color:var(--text-primary)}@keyframes hero-more-bounce{0%{transform:translateY(0)}50%{transform:translateY(-6px)}to{transform:translateY(0)}}.hero--misis{position:relative;padding:0;overflow:hidden}.hero__moreIcon{opacity:.75;transform:translateY(-1px);color:inherit}.hero__moreIcon path{fill:currentColor}@media(max-width:1280px){.hero__layout{height:640px;padding:64px 0}.hero__title{font-size:80px}.hero__desc{font-size:28px;max-width:55%}.hero__video{width:48%}}.projects{padding:60px 0;height:880px}.projects__title{font-size:24px;font-weight:400;color:var(--text-secondary)}.projects__title:before{content:"";display:inline-block;width:10px;height:10px;border-radius:50%;background-color:var(--text-secondary);margin-right:20px;transform:translateY(-3px)}.projects__subtitle{line-height:1.2;font-size:48px;font-weight:700;color:var(--text-primary)}.projects__button{padding:12px 20px;font-size:16px;font-weight:400;line-height:1.3;color:var(--black-main);background-color:var(--white-main);border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;text-decoration:none}.projects__iconArrowRight{display:inline-block;margin-left:10px;transition:transform .2s ease;color:var(--black-main)}.projects__iconArrowRight path{fill:currentColor}.projects__inner{display:flex;align-items:end;justify-content:space-between;margin-bottom:64px}.projects__button:hover{background-color:var(--white-600)}.projects__button:hover .projects__iconArrowRight{transform:rotate(-45deg)}.projects__button:active{background-color:var(--bg-secondary-block);color:var(--text-brand)}.projects__button:active .projects__iconArrowRight{color:var(--text-brand)}.projects__carousel{position:relative;height:570px;width:100vw;overflow:hidden}.projects__track{position:absolute;inset:0;display:flex;width:100vw;gap:70px;transition:transform .35s ease}.projects__card{flex:0 0 1003px;height:100%;cursor:pointer;display:flex;flex-direction:column;transition:transform .35s ease,box-shadow .35s ease,background-color .35s ease,opacity .35s ease,flex-basis .35s ease}.projects__cardImage{width:100%;height:100%;border-radius:20px;object-fit:cover;display:block}.projects__cardContent{flex:0 0 auto}.projects__cardTitle{margin:20px 0 10px;font-size:32px;font-weight:700;color:var(--text-primary)}.projects__cardTags{display:flex;flex-wrap:wrap;gap:20px}.projects__cardTag{font-size:14px;color:var(--brand-alt-main);padding:4px 10px;background-color:var(--brand-100);border-radius:8px}.projects__card--current{flex-basis:834px;opacity:1;cursor:default}.projects__card--rest{opacity:0;pointer-events:none}.projects__card--prev,.projects__card--next{opacity:.5}@media(max-width:1280px){.projects{padding:48px 0;height:760px}.projects__inner{margin-bottom:60px}.projects__subtitle{font-size:40px}.projects__carousel{height:520px}.projects__card{flex:0 0 880px}.projects__card--current{flex-basis:760px}}.about{padding:60px 0}.about__layout{width:100%;display:flex;flex-direction:column;align-items:center;gap:64px}.about__header{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start}.about__eyebrowRow{display:inline-flex;align-items:center;gap:20px}.about__dot{width:10px;height:10px;border-radius:9999px;background:var(--text-secondary)}.about__eyebrow{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.about__title{margin:0;display:flex;flex-direction:column;justify-content:center;color:var(--white-main);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:57.6px}.about__content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:48px}.about__leadWrapper{max-width:1140px}.about__lead{margin:0;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:44.8px}.about__stats{width:100%;display:inline-flex;justify-content:space-between;align-items:flex-start;gap:16px}.about__statCard{height:146px;width:100%;padding:32px;border-radius:16px;display:inline-flex;font-weight:400;flex-direction:column;justify-content:center;align-items:flex-start;gap:32px;background:linear-gradient(0deg,var(--bg-secondary-block) 0%,var(--bg-secondary-block) 100%),#101010}.about__statNumber{display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:38.4px}.about__statText{width:275px;min-height:78px;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:26px}.about__image{width:100%;max-width:1520px;height:856.34px;border-radius:32px;object-fit:cover;display:block}.about__imageWrap{width:100%;max-width:1520px;height:auto;aspect-ratio:1520 / 857;border-radius:32px;overflow:hidden;position:relative}.about__imageCanvas{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.about__imageFallback{width:100%;max-width:1520px;height:auto;aspect-ratio:1520 / 857;border-radius:32px;object-fit:cover;display:block}.about__subtitle{margin:0;display:flex;flex-direction:column;justify-content:center;color:#f5f5f5;font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.2}.about__what{width:100%;display:inline-flex;flex-direction:column;align-items:flex-start;gap:32px}.about__whatRow{width:100%;display:inline-flex;align-items:center;gap:16px}.about__whatCard{flex:1 1 0;padding:32px;border-radius:16px;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px;background:linear-gradient(0deg,var(--bg-secondary-block, #171618) 0%,var(--bg-secondary-block, #171618) 100%),#101010}.about__whatTitle{display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:38.4px}.about__whatText{width:275px;min-height:78px;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:26px}.achievements{padding:60px 0}.achievements__layout{display:flex;flex-direction:column;gap:80px}.achievements__header{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start}.achievements__eyebrowRow{display:inline-flex;align-items:center;gap:20px}.achievements__dot{width:10px;height:10px;border-radius:9999px;background:var(--text-secondary)}.achievements__eyebrow{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.achievements__title{margin:0;display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:57.6px}.achievements__content{display:flex;flex-direction:column;gap:64px}.achievements__lead{color:var(--text-secondary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:44.8px}.achievements__stats{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.achievements__statCard{width:400px;padding-inline:32px;border-radius:20px;display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:16px}.achievements__statNumber{display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:38.4px}.achievements__statText{text-align:center;display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:26px}.achievements__statsDivider{width:1px;height:132px;align-self:stretch;background-color:#505050}.achievements__list{width:100%;display:flex;flex-direction:column;align-items:center;gap:60px}.achievements__listHeader{width:100%;display:flex;flex-direction:column;gap:32px;align-items:flex-start}.achievements__listTitle{margin:0;color:var(--white-main);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:38.4px}.achievements__listTable{width:100%;display:flex;flex-direction:column}.achievements__listSeparator{width:100%;height:0;border-top:1px solid #505050}.achievements__listRow{width:100%;display:flex;justify-content:space-between;align-items:center;transition:all 1s ease;padding:16px 0}.achievements__listRowContainer{transition:all 1s ease}.achievements__listRowContainer:hover{background:var(--brand-alt-main);transition:all .2s ease}.achievements__listRow:hover .achievements__listCell{color:var(--text-primary)}.achievements__listCell{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:24px}.achievements__listCell--event{width:470px}.achievements__listCell--team{width:400px}.achievements__listCell--place{width:auto;color:var(--text-primary)}.achievements__more{margin-inline:auto;display:flex;flex-direction:column;gap:10px;align-items:center;text-decoration:none}.achievements__moreRow{display:inline-flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--white-400);transition:all .3s ease}.achievements__moreLabel{display:flex;flex-direction:column;justify-content:center;color:var(--white-400);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px;transition:all .3s ease}.achievements__moreSquare{width:20px;height:20px}.achievements__moreIcon{width:20px;height:20px;fill:var(--white-400);transform:rotate(-45deg);transition:all .3s ease}.achievements__listRowContainer--clickable{cursor:pointer}.achievements__more:hover .achievements__moreIcon{fill:var(--white-main);transform:rotate(0)}.achievements__more:hover .achievements__moreLabel{cursor:pointer;color:var(--white-main)}.achievements__more:hover .achievements__moreRow{cursor:pointer;border-bottom:1px solid var(--white-main)}.partners{padding:60px 0}.partners__layout{width:100%;display:inline-flex;flex-direction:column;align-items:flex-start;gap:80px}.partners__header{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start}.partners__eyebrowRow{display:inline-flex;align-items:center;gap:20px}.partners__dot{width:10px;height:10px;border-radius:9999px;background:var(--text-secondary)}.partners__eyebrow{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.partners__title{margin:0;display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:57.6px}.partners__content{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:80px}.partners__leadWrapper{max-width:1140px}.partners__lead{margin:0;color:var(--text-secondary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:44.8px}.partners__logosSection{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:64px}.partners__logosViewport{width:100%;overflow:hidden}.partners__logosRow{display:inline-flex;align-items:center;gap:64px;white-space:nowrap}.partners__logoImage{display:block;opacity:.7;filter:grayscale(1);transition:opacity .25s ease,filter .25s ease}.partners__logoImage:hover{opacity:1;filter:grayscale(0)}.partners__logosRow--marquee{animation:partners-logos-marquee 40s linear infinite}@keyframes partners-logos-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.partners__statsRow{width:639px;display:inline-flex;justify-content:space-between;align-items:center}.partners__statCard{padding-left:32px;padding-right:32px;border-radius:20px;display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.partners__statNumber{display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:38.4px}.partners__statText{text-align:center;display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:26px}.partners__statsDivider{width:1px;height:80px;align-self:stretch;background-color:#505050}@media(max-width:1280px){.partners{padding:48px 0}.partners__layout{gap:60px}.partners__title{font-size:40px;line-height:48px}.partners__content{gap:60px}.partners__lead{font-size:28px;line-height:38px}.partners__logosSection,.partners__logosRow{gap:40px}.partners__statsRow{width:100%;justify-content:space-between}.partners__statCard{padding-left:24px;padding-right:24px}.partners__statNumber{font-size:28px;line-height:34px}.partners__statText{font-size:18px;line-height:24px}.partners__statsDivider{height:72px}}.clubs{padding:60px 0}.clubs__layout{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:80px}.clubs__header{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start}.clubs__eyebrowRow{display:inline-flex;align-items:center;gap:20px}.clubs__dot{width:10px;height:10px;border-radius:9999px;background:var(--text-secondary)}.clubs__eyebrow{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.clubs__title{margin:0;display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:57.6px}.clubs__listWrapper{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:30px}.clubs__list{display:inline-flex;flex-direction:column;align-items:flex-start;gap:30px;width:100%}.clubs__item{display:inline-flex;align-items:center;width:100%;text-decoration:none;color:inherit}.clubs__iconArrowRight{width:0px;height:40px;opacity:0;transform:translate(-8px);transition:all .3s ease}.clubs__itemLabel{display:flex;flex-direction:column;justify-content:center;color:var(--white-400);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:57.6px;transition:all .3s ease}.clubs__item:hover .clubs__itemLabel{color:var(--text-primary);cursor:pointer}.clubs__item:hover .clubs__iconArrowRight{width:56px;margin-right:30px;opacity:1;transform:translate(0)}.clubs__container{display:flex;justify-content:space-between;align-items:end}.clubs__img{width:586px;height:586px;object-fit:cover}.news{padding:60px 0}.news__container{display:flex;justify-content:center}.news__layout{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:80px}.news__header{width:100%;display:flex;flex-direction:column;gap:2px;align-items:flex-start}.news__eyebrowRow{display:inline-flex;align-items:center;gap:20px}.news__dot{width:10px;height:10px;border-radius:9999px;background:var(--text-secondary)}.news__eyebrow{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.news__title{margin:0;display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:57.6px}.news__list{width:100%;display:flex;flex-direction:column;align-items:center;gap:32px}.news__divider{width:100%;border-top:1px solid #505050}.news__item{width:100%;display:flex;flex-direction:column;gap:32px}.news__row{width:100%;display:flex;align-items:flex-start;gap:72px}.news__date{width:150px;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28px}.news__content{display:flex;gap:32px;flex:1;align-items:flex-start}.news__image{width:565px;height:320px;border-radius:20px;object-fit:cover;flex-shrink:0}.news__textColumn{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex:1;min-width:0}.news__meta{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.news__badge{padding:4px 10px;border-radius:8px;background:var(--bg-secondary-block);display:inline-flex;align-items:center;justify-content:center}.news__badgeLabel{color:var(--text-primary);font-size:14px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:19.6px}.news__headline{color:var(--text-primary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:33.6px}.news__readMore{padding:12px 20px;font-size:16px;font-weight:400;line-height:1.3;color:var(--black-main);background-color:var(--white-main);border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;text-decoration:none}.news__readMoreIcon{display:inline-block;margin-left:10px;transition:transform .2s ease;color:var(--black-main);fill:currentColor}.news__readMore:hover{background-color:var(--white-600)}.news__readMore:hover .news__readMoreIcon{transform:rotate(-45deg)}.news__readMore:active{background-color:var(--bg-secondary-block);color:var(--text-brand)}.news__readMore:active .news__readMoreIcon{color:var(--text-brand)}.news__more{margin-top:32px;margin-inline:auto;display:flex;flex-direction:column;gap:10px;align-items:center;text-decoration:none}.news__moreRow{display:inline-flex;align-items:center;gap:10px;padding-bottom:10px;border-bottom:1px solid var(--white-400);transition:all .3s ease}.news__moreLabel{display:flex;flex-direction:column;justify-content:center;color:var(--white-400);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px;transition:all .3s ease}.news__moreSquare{width:20px;height:20px}.news__moreIcon{width:20px;height:20px;fill:var(--white-400);transform:rotate(-45deg);transition:all .3s ease}.news__moreLine{width:0;height:0}.news__more:hover .news__moreIcon{fill:var(--white-main);transform:rotate(0)}.news__more:hover .news__moreLabel{cursor:pointer;color:var(--white-main)}.news__more:hover .news__moreRow{cursor:pointer;border-bottom:1px solid var(--white-main)}.team{padding:60px 0}.team__container{display:flex;flex-direction:column;align-items:center;gap:80px}.team__headerRow{width:100%;display:inline-flex;justify-content:space-between;align-items:flex-end;gap:80px}.team__header{flex:1 1 0;height:89px;display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px}.team__eyebrowRow{display:inline-flex;align-items:center;gap:20px}.team__dot{width:10px;height:10px;border-radius:9999px;background:var(--text-secondary)}.team__eyebrow{display:flex;flex-direction:column;justify-content:center;color:var(--text-secondary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.team__title{margin:0;display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:48px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:57.6px}.team__moreButton{padding:12px 20px;font-size:16px;font-weight:400;line-height:1.3;color:var(--black-main);background-color:var(--white-main);border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;text-decoration:none}.team__moreIcon{display:inline-block;margin-left:10px;transition:transform .2s ease;color:var(--black-main);fill:currentColor}.team__moreButton:hover{background-color:var(--white-600)}.team__moreButton:hover .team__moreIcon{transform:rotate(-45deg)}.team__moreButton:active{background-color:var(--bg-secondary-block);color:var(--text-brand)}.team__moreButton:active .team__moreIcon{color:var(--text-brand)}.team__carouselViewport{width:100%;margin-top:80px;overflow:hidden}.team__carouselRow{display:inline-flex;align-items:center;gap:28px;white-space:nowrap;animation:team-carousel-marquee 40s linear infinite}@keyframes team-carousel-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.team__gridRow{width:100%;display:inline-flex;align-items:center;gap:28px;flex-wrap:nowrap}.team__cardLarge{width:350px;height:350px;display:inline-flex;align-items:center;justify-content:center}.team__cardLargeImage{width:100%;height:350px;border-radius:24px;background:var(--bg-tertiary-block);object-fit:cover}.team__cluster{width:352px;display:flex;flex-wrap:wrap;align-content:flex-start;gap:28px}.team__avatarWrapper{height:162px;display:inline-flex;align-items:center;justify-content:center}.team__avatar{width:162px;height:162px;border-radius:24px;background:var(--bg-tertiary-block);object-fit:cover}.page-transition__canvas{position:fixed;inset:0;width:100%;height:100%;z-index:9999;pointer-events:none;visibility:hidden;image-rendering:pixelated}.footer{background:linear-gradient(0deg,var(--bg-secondary-block) 0%,var(--bg-secondary-block) 100%);color:var(--text-secondary);margin-top:320px}.footer__content{max-width:1520px;margin:0 auto;padding:72px 36px 64px;display:flex;flex-direction:column;gap:64px}.footer__top{display:flex;justify-content:space-between;align-items:stretch;gap:64px;padding-inline:32px}.footer__brand{min-width:280px;display:flex;flex-direction:column;gap:20px;justify-content:space-between;align-self:stretch}.footer__logo{width:145px;height:45px;object-fit:contain;display:block}.footer__mobile{display:none;flex-direction:column;gap:20px}.footer__meta{display:flex;flex-direction:column;gap:10px;font-size:20px;line-height:24px}.footer__address{display:flex;flex-direction:column;gap:4px}.footer__contactRow{display:flex;gap:10px;align-items:center}.footer__contactRow a{color:inherit;text-decoration:none}.footer__links{display:flex;gap:64px}.footer__column{display:flex;flex-direction:column;gap:16px}.footer__columnTitle{color:var(--text-primary);font-size:24px;line-height:26.4px}.footer__columnList{display:flex;flex-direction:column;gap:8px;align-items:flex-start}.footer__link{color:var(--text-secondary);text-decoration:none;font-size:20px;line-height:24px;position:relative;display:inline-flex;align-items:center;--footer-link-arrow-size: 15px;gap:8px;width:fit-content}.footer__link:after{content:"";width:var(--footer-link-arrow-size);height:var(--footer-link-arrow-size);background:url(/images/Vector.svg) center / contain no-repeat;opacity:0;transform:translate(-4px);transition:opacity .2s ease,transform .2s ease}.footer__link:before{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1px;background:var(--icon-primary);opacity:0;transform:scaleX(.6);transform-origin:left;transition:opacity .2s ease,transform .2s ease}.footer__link:hover{color:var(--text-primary)}.footer__link:hover:after,.footer__link:focus-visible:after{opacity:1;transform:translate(0)}.footer__link:hover:before,.footer__link:focus-visible:before{opacity:1;transform:scaleX(1)}.footer__socials{display:flex;flex-direction:column;gap:8px}.footer__bottom{display:flex;flex-direction:column;gap:16px}.footer__divider{height:1px;width:100%;background:#505050}.footer__divider--mobile{background:#505050}.footer__credits{display:flex;align-items:center;justify-content:space-between;gap:40px;font-size:20px;line-height:24px}.footer__copyright{white-space:nowrap}.footer__creditList{display:flex;gap:64px;flex-wrap:wrap}.footer__credit{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.footer__creditLabel{color:var(--text-primary)}.footer__marquee{padding-bottom:72px;overflow:hidden;height:111px;display:flex;align-items:center}.footer__marqueeTrack{display:flex;align-items:center;gap:72px;animation:footer-marquee 54s linear infinite;width:max-content}.footer__marqueeGroup{display:flex;align-items:center;gap:72px}.footer__marqueeGroup img{height:105px;display:block}@keyframes footer-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:1280px){.footer{margin-top:280px}.footer__content{padding:64px 32px 40px;gap:64px}.footer__top{gap:64px;padding-inline:32px}.footer__logo{width:113px;height:35px}.footer__meta{font-size:18px;line-height:21.6px}.footer__columnTitle{font-size:20px;line-height:22px}.footer__link{font-size:18px;line-height:21.6px}.footer__columnList,.footer__socials{gap:4px}.footer__credits{font-size:18px;line-height:21.6px;gap:32px}.footer__creditList{gap:32px}.footer__bottom{gap:12px}}@media(max-width:1024px){.footer__content{padding:64px 32px 40px;gap:64px}.footer__top{padding-inline:32px;gap:64px}.footer__brand{min-width:240px}.footer__meta{font-size:18px;line-height:21.6px}.footer__columnTitle{font-size:20px;line-height:22px}.footer__link{font-size:18px;line-height:21.6px}.footer__columnList,.footer__socials{gap:4px}.footer__credits{font-size:18px;line-height:21.6px;gap:32px}.footer__creditList{gap:32px}}@media(max-width:768px){.footer{margin-top:96px}.footer__content{padding:40px 20px 32px;gap:32px}.footer__top{display:none}.footer__mobile{display:flex}.footer__logo--mobile{width:81px;height:25px}.footer__mobileHeader{display:flex;justify-content:space-between;align-items:flex-start}.footer__mobileAddress{display:flex;flex-direction:column;gap:2px;font-size:14px;line-height:16.8px}.footer__mobileIcons{display:flex;gap:24px;align-items:center}.footer__socialIcon{width:40px;height:40px;border-radius:999px;border:1px solid rgba(250,250,250,.09);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text-primary)}.footer__socialIconImage{width:22px;height:22px;display:block}.footer__mobileLinks{display:flex;flex-direction:column;gap:4px}.footer__mobileLink{font-size:14px;line-height:16.8px;color:var(--text-secondary);text-decoration:none}.footer__bottom{gap:16px}.footer__credits{flex-direction:column;align-items:flex-start;gap:8px;font-size:14px;line-height:16.8px}.footer__creditList{flex-direction:column;gap:8px}.footer__marquee{height:56px}.footer__marqueeTrack,.footer__marqueeGroup{gap:24px}.footer__marqueeGroup img{height:56px}}@media(max-width:450px){.footer__content{padding-bottom:28px}.footer__divider_hide{display:none}}.wins{padding:196px 0 80px}.wins__hero{display:flex;flex-direction:column;gap:24px;margin-bottom:64px}.wins__title{margin:0;color:var(--text-primary);font-size:96px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:115.2px}.wins__filters{display:inline-flex;align-items:center;gap:8px}.wins__filter{height:48px;padding:12px 20px;border-radius:16px;border:none;background:transparent;color:var(--text-primary);font-size:16px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:20.8px;cursor:default;transition:all .2s ease-out}.wins__filter:hover{background:var(--controls-buttons-ghost-hover)}.wins__filter:active{background:var(--controls-buttons-ghost-press)}.wins__filter--active,.wins__filter--active:hover{background:var(--white-main);color:var(--text-primary-inverse)}.wins__table{display:flex;flex-direction:column;gap:16px}.wins__tableHeader{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--text-primary)}.wins__headerCell{display:flex;flex-direction:column;justify-content:center;color:var(--text-primary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px}.wins__headerCell--event{width:550px}.wins__headerCell--team{width:450px}.wins__headerCell--place{width:90px;text-align:right}.wins__rows{width:100%;display:flex;flex-direction:column}.wins__row{padding:16px 0;width:100%;display:flex;justify-content:space-between;align-items:center;z-index:3}.wins__rowGroup{position:relative;overflow:hidden;transition:all 1s ease}.wins__rowGroup--clickable{cursor:pointer}.wins__rowGroup:hover{background:var(--brand-alt-main);transition:all .2s ease}.wins__rowGroup:hover .wins__cell{color:var(--text-primary)}.wins__cell{display:flex;flex-direction:column;justify-content:center;font-size:24px;color:var(--text-secondary);font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:28.8px;z-index:4}.wins__cell--event{width:550px}.wins__cell--team{width:450px}.wins__cell--place{width:90px;color:var(--text-primary);text-align:right}.projectsPage{padding:192px 0 80px}.projectsPage__container{display:flex;flex-direction:column;gap:32px}.projectsPage__hero{display:flex;flex-direction:column;gap:24px}.projectsPage__title{margin:0;color:var(--text-primary);font-size:96px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:115.2px}.projectsPage__filters{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.projectsPage__filter{height:48px;padding:12px 20px;border-radius:16px;border:none;background:transparent;color:var(--text-primary);font-size:16px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:20.8px;cursor:pointer}.projectsPage__filter:hover{background:var(--controls-buttons-ghost-hover)}.projectsPage__filter:active{background:var(--controls-buttons-ghost-press)}.projectsPage__filter--active{background:var(--white-main);color:var(--text-primary-inverse)}.projectsPage__divider{width:100%;height:0;border-top:1px solid #505050}.projectsPage__grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.projectsPage__card{display:flex;flex-direction:column;gap:20px}.projectsPage__image{width:100%;height:410px;border-radius:20px;object-fit:cover}.projectsPage__cardFooter{display:inline-flex;justify-content:space-between;align-items:center;gap:20px}.projectsPage__cardInfo{display:flex;flex-direction:column;gap:10px}.projectsPage__cardTitle{margin:0;color:#fff;font-size:32px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:600;line-height:38.4px}.projectsPage__tags{display:inline-flex;align-items:center;gap:20px}.projectsPage__tag{padding:4px 10px;border-radius:8px;background:var(--brand-100);color:var(--brand-alt-main);font-size:14px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:19.6px}.projectsPage__iconButton{padding:16px;border-radius:8px;background:var(--bg-secondary-block);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer}.achievements__Icon{width:20px;height:20px;fill:var(--white-400);transform:rotate(-45deg);transition:all .3s ease}.mediaPage{padding:192px 0 80px}.mediaPage__container{display:flex;flex-direction:column;gap:32px}.mediaPage__heroRow{width:100%;display:flex;justify-content:space-between;align-items:flex-end;gap:80px}.mediaPage__hero{display:flex;flex-direction:column;gap:24px}.mediaPage__title{margin:0;color:var(--text-primary);font-size:96px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:115.2px}.mediaPage__filters{display:inline-flex;align-items:center;gap:8px}.mediaPage__filter{height:48px;padding:12px 20px;border-radius:16px;border:none;background:transparent;color:var(--text-primary);font-size:16px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:20.8px;cursor:default;transition:all .2s ease-out}.mediaPage__filter--active{background:var(--white-main);color:var(--text-primary-inverse)}.mediaPage__filter:hover{background:var(--controls-buttons-ghost-hover)}.mediaPage__filter:active{background:var(--controls-buttons-ghost-press)}.mediaPage__list{width:100%;display:flex;flex-direction:column;gap:32px}.mediaPage__divider{width:100%;height:0;border-top:1px solid #505050}.mediaPage__item{width:100%;display:flex;flex-direction:column;gap:32px}.mediaPage__row{width:100%;display:inline-flex;gap:72px}.mediaPage__date{width:150px;color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:28px}.mediaPage__content{display:flex;gap:32px}.mediaPage__image{width:565px;height:320px;border-radius:20px;object-fit:cover}.mediaPage__textColumn{height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.mediaPage__meta{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.mediaPage__badge{padding:4px 10px;border-radius:8px;background:var(--bg-secondary-block);display:inline-flex;align-items:center;justify-content:center}.mediaPage__badgeLabel{color:var(--text-primary);font-size:14px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:19.6px}.mediaPage__headline{margin:0;color:var(--text-primary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:500;line-height:33.6px}.mediaPage__readMore{padding:12px 20px;border-radius:16px;background:var(--white-main);display:inline-flex;align-items:center;gap:4px;text-decoration:none}.mediaPage__readMoreLabel{max-width:180px;padding:0 4px;display:flex;align-items:center;justify-content:center;color:var(--text-primary-inverse);font-size:16px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:20.8px}.mediaPage__readMoreIcon{width:22px;height:22px}.teamPage{padding:192px 0 80px}.teamPage__container{display:flex;flex-direction:column;gap:32px}.teamPage__hero{display:flex;flex-direction:column;gap:24px}.teamPage__title{margin:0;color:var(--text-primary);font-size:96px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700;line-height:115.2px}.teamPage__filters{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px}.teamPage__filter{height:48px;padding:12px 20px;border-radius:16px;border:none;background:transparent;color:var(--text-primary);font-size:16px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:20.8px;cursor:default;transition:all .2s ease-out}.teamPage__filter--active{background:var(--white-main);color:var(--text-primary-inverse)}.teamPage__filter:hover{background:var(--controls-buttons-ghost-hover)}.teamPage__filter:active{background:var(--controls-buttons-ghost-press)}.teamPage__divider{width:100%;height:0;border-top:1px solid #505050}.teamPage__grid{width:100%;display:inline-flex;justify-content:flex-start;align-items:flex-start;gap:32px}.teamPage__column{flex:1 1 0;display:flex;flex-direction:column;gap:32px}.teamPage__card{padding:24px;border-radius:24px;background:#171618;display:inline-flex;align-items:center;gap:24px}.teamPage__avatar{width:100px;height:100px;border-radius:20px;object-fit:cover}.teamPage__cardText{display:flex;flex-direction:column;gap:8px}.teamPage__name{color:var(--text-primary);font-size:24px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:31.2px}.teamPage__role{color:var(--text-secondary);font-size:20px;font-family:NTSomic,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:26px}.blog-page{max-width:1200px;margin:0 auto;padding:80px 20px}.blog-page__header{text-align:center;margin-bottom:60px}.blog-page__header h1{font-size:48px;font-weight:700;margin-bottom:16px}.blog-page__header p{font-size:20px;color:#666}.blog-page__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:30px}.blog-card{display:block;border-radius:12px;overflow:hidden;background:#fff;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit}.blog-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.blog-card img{width:100%;height:220px;object-fit:cover}.blog-card__content{padding:24px}.blog-card__content h2{font-size:24px;font-weight:600;margin-bottom:12px;line-height:1.3}.blog-card__content time{font-size:14px;color:#999}.blog-page__empty,.blog__loading{text-align:center;padding:80px 20px;font-size:18px;color:#666}@media(max-width:768px){.blog-page{padding:40px 20px}.blog-page__header h1{font-size:36px}.blog-page__grid{grid-template-columns:1fr}}.blog-post{max-width:800px;margin:0 auto;padding:80px 20px}.blog-post__cover{width:100%;height:400px;object-fit:cover;border-radius:12px;margin-bottom:40px}.blog-post__header{margin-bottom:40px}.blog-post__header h1{font-size:42px;font-weight:700;line-height:1.2;margin-bottom:16px}.blog-post__header time{font-size:16px;color:#999}.blog-post__content{font-size:18px;line-height:1.7;color:#333}.blog-post__content h2{font-size:32px;font-weight:600;margin-top:40px;margin-bottom:20px}.blog-post__content h3{font-size:24px;font-weight:600;margin-top:32px;margin-bottom:16px}.blog-post__content p{margin-bottom:20px}.blog-post__content ul,.blog-post__content ol{margin-bottom:20px;padding-left:32px}.blog-post__content li{margin-bottom:8px}.blog-post__content a{color:#06c;text-decoration:underline}.blog-post__content a:hover{color:#0052a3}.blog-post__content img{max-width:100%;height:auto;border-radius:8px;margin:24px 0}.blog-post__content blockquote{border-left:4px solid #ddd;padding-left:20px;margin:24px 0;font-style:italic;color:#666}.blog-post__content code{background:#f5f5f5;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.blog-post__content pre{background:#f5f5f5;padding:16px;border-radius:8px;overflow-x:auto;margin:24px 0}.blog-post__content pre code{background:none;padding:0}.blog-post__loading,.blog-post__error{text-align:center;padding:80px 20px;font-size:18px;color:#666}.blog-post__error{color:#d9534f}@media(max-width:768px){.blog-post{padding:40px 20px}.blog-post__cover{height:250px}.blog-post__header h1{font-size:32px}.blog-post__content{font-size:16px}.blog-post__content h2{font-size:26px}.blog-post__content h3{font-size:20px}}.hackClub{padding-top:120px;color:var(--text-primary)}.hackClub__container{width:100%;display:flex;flex-direction:column;gap:32px}.hackClub__heroInner{margin-top:160px}.hackClub__heroInner{display:flex;flex-direction:column;gap:32px}.hackClub__title{margin:0;font-size:72px;font-weight:700;line-height:79.2px}.hackClub__buttonsRow{display:inline-flex;align-items:center;gap:32px}.hackClub__primaryButton{padding:12px 20px;font-size:16px;font-weight:400;line-height:1.3;color:var(--black-main);background-color:var(--white-main);border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;text-decoration:none}.hackClub__primaryLabel{max-width:180px;padding:0 4px;display:flex;align-items:center;justify-content:center;color:var(--text-primary-inverse);font-size:16px;line-height:20.8px}.hackClub__primaryIcon{display:inline-block;margin-left:10px;transition:transform .2s ease;color:var(--black-main)}.hackClub__primaryIcon path{fill:currentColor}.hackClub__primaryButton:hover{background-color:var(--white-600)}.hackClub__primaryButton:hover .hackClub__primaryIcon{transform:rotate(-45deg)}.hackClub__primaryButton:active{background-color:var(--bg-secondary-block);color:var(--text-brand)}.hackClub__primaryButton:active .hackClub__primaryIcon,.hackClub__primaryButton:active .hackClub__primaryLabel{color:var(--text-brand)}.hackClub__statsRow{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px}.hackClub__statsCards{display:flex;align-items:center;gap:24px}.hackClub__statCard{padding:24px;border-radius:16px;background:#171618;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.hackClub__statNumber{font-size:24px;font-weight:700;line-height:26.4px}.hackClub__statLabel{color:var(--text-secondary);font-size:20px;line-height:24px}.hackClub__badgeWrap{display:inline-flex;align-items:center;justify-content:center}.hackClub__badge{height:40px;width:auto;display:block}.hackClub__marks{display:inline-flex;align-items:center;gap:12px;flex-wrap:wrap}.hackClub__mark{display:inline-block}.hackClub__logoWrap{display:inline-flex;align-items:center;justify-content:center}.hackClub__logo{max-height:40px;width:auto;display:block}.hackClub__section{padding-block:48px}.hackClub__section--neutral{background:var(--bg-secondary-block);padding-block:48px}.hackClub__sectionInner{display:flex;flex-direction:column;gap:64px}.hackClub__textBlock{max-width:1140px;display:flex;flex-direction:column;gap:24px}.hackClub__sectionTitle{margin:0;width:550px;font-size:32px;font-weight:700;line-height:35.2px}.hackClub__text{margin:0;color:var(--text-secondary);font-size:24px;font-weight:500;line-height:28.8px}.hackClub__imagesRow{width:100%;display:inline-flex;justify-content:flex-start;align-items:flex-start;gap:32px}.hackClub__imagesRow--wide{justify-content:flex-start}.hackClub__imageLarge{flex:1 1 0;height:419px;border-radius:24px;background:#0f0e10}.hackClub__imageMedium{flex:1 1 0;height:273px;border-radius:20px;background:#0f0e10}.hackClub__sectionHeading{margin:0 0 32px;font-size:48px;font-weight:700;line-height:57.6px}.hackClub__teamGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.hackClub__teamCard{padding:20px;border-radius:24px;background:#171618;display:flex;align-items:center;gap:24px}.hackClub__teamAvatar{width:100px;height:100px;border-radius:12px;object-fit:cover}.hackClub__teamText{display:flex;flex-direction:column;gap:8px}.hackClub__teamName{font-size:24px;font-weight:700;line-height:28.8px}.hackClub__teamRole{color:var(--text-secondary);font-size:20px;font-weight:500;line-height:24px}.hackClub__projectsHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.hackClub__navButtons{display:inline-flex;align-items:center;gap:28px}.hackClub__navButton{width:48px;height:48px;border-radius:10px;border:none;background:var(--bg-secondary-block);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hackClub__navButton--prev .hackClub__navIcon{transform:rotate(180deg)}.hackClub__navIcon{width:20px;height:20px;display:block}.hackClub__projectsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}.hackClub__projectCard{display:flex;flex-direction:column;gap:20px}.hackClub__projectImage{width:100%;height:410px;border-radius:20px;object-fit:cover}.hackClub__projectFooter{display:inline-flex;justify-content:space-between;align-items:center;gap:20px}.hackClub__projectInfo{display:flex;flex-direction:column;gap:10px}.hackClub__projectTitle{margin:0;font-size:32px;font-weight:700;line-height:35.2px}.hackClub__tagsRow{display:inline-flex;align-items:center;gap:20px}.hackClub__tag{padding:4px 10px;border-radius:8px;background:var(--brand-100);color:var(--text-brand);font-size:14px;font-weight:500;line-height:19.6px}.hackClub__projectAction{display:inline-flex;align-items:center;justify-content:center}.hackClub__projectActionSquare{width:48px;height:48px;border-radius:8px;background:var(--bg-secondary-block);display:inline-flex;align-items:center;justify-content:center}.hackClub__projectActionIcon{display:block;transform:rotate(-45deg)}.hackClub__projectActionIcon path{fill:var(--icon-secondary)}@media(max-width:1280px){.hackClub__container{gap:24px}.hackClub__title{font-size:72px;line-height:79.2px}.hackClub__buttonsRow,.hackClub__statsRow,.hackClub__statsCards{gap:16px}.hackClub__sectionInner{gap:48px}.hackClub__textBlock{max-width:840px;gap:20px}.hackClub__sectionTitle{font-size:28px;line-height:30.8px}.hackClub__text{font-size:20px;line-height:24px}.hackClub__imagesRow{gap:24px}.hackClub__imageLarge{height:308px;border-radius:20px}.hackClub__imageMedium{height:201px;border-radius:16px}.hackClub__sectionHeading{font-size:40px;line-height:44px}.hackClub__teamGrid{grid-template-columns:1fr;gap:16px}.hackClub__teamCard{padding:16px;border-radius:20px}.hackClub__teamName{font-size:20px;line-height:24px}.hackClub__teamRole{font-size:18px;line-height:21.6px}.hackClub__projectImage{height:307px}.hackClub__projectTitle{font-size:28px;line-height:30.8px}.hackClub__projectsGrid{gap:32px}}@media(max-width:1024px){.hackClub__container{gap:20px}.hackClub__title{font-size:60px;line-height:66px}.hackClub__statsCards{gap:12px}.hackClub__statCard{padding:20px}.hackClub__statNumber{font-size:20px;line-height:22px}.hackClub__statLabel{font-size:16px;line-height:20px}.hackClub__sectionInner{gap:40px}.hackClub__textBlock{max-width:720px;gap:16px}.hackClub__sectionTitle{width:100%;font-size:24px;line-height:26.4px}.hackClub__text{font-size:18px;line-height:22px}.hackClub__imageLarge{height:260px}.hackClub__imageMedium{height:180px}.hackClub__sectionHeading{font-size:34px;line-height:38px}.hackClub__projectImage{height:260px}.hackClub__projectTitle{font-size:24px;line-height:26.4px}}@media(max-width:768px){.hackClub__badgeWrap,.hackClub__marks{display:none}.hackClub__projectsGrid{grid-template-columns:1fr}}@media(max-width:450px){.hackClub{padding-top:80px}.hackClub__container{gap:16px;width:calc(100% - 48px)}.hackClub__title{font-size:40px;line-height:44px}.hackClub__buttonsRow{width:100%;gap:16px}.hackClub__primaryButton{flex:1 1 0;height:auto;padding:10px 16px;border-radius:12px;justify-content:center}.hackClub__statsRow{flex-direction:column;align-items:stretch;gap:16px}.hackClub__statsCards{flex-direction:column;align-items:stretch;gap:8px}.hackClub__statCard{width:calc(100% - 40px)}.hackClub__sectionInner{gap:28px}.hackClub__textBlock{max-width:100%;gap:16px}.hackClub__sectionTitle{width:100%;font-size:24px;line-height:26.4px}.hackClub__text{font-size:16px;line-height:19.2px;width:100%}.hackClub__imagesRow{flex-direction:column;gap:16px}.hackClub__imageLarge,.hackClub__imageMedium{height:184px;border-radius:16px}.hackClub__sectionHeading{font-size:28px;line-height:30.8px;width:100%}.hackClub__teamGrid{gap:16px}.hackClub__teamCard{padding:16px;border-radius:16px;gap:16px;flex-direction:column;align-items:flex-start;width:calc(100% - 32px)}.hackClub__teamAvatar{width:80px;height:80px;border-radius:8px}.hackClub__teamName,.hackClub__teamRole{font-size:20px;line-height:24px}.hackClub__projectsHeader{margin-bottom:24px;width:100%}.hackClub__navButtons{gap:20px}.hackClub__navButton{width:32px;height:32px;padding:8px}.hackClub__navIcon{width:16px;height:16px}.hackClub__projectFooter{width:100%}.hackClub__projectsGrid{gap:24px;width:100%}.hackClub__projectImage{height:184px;border-radius:16px;width:100%}.hackClub__projectTitle{font-size:24px;line-height:26.4px}.hackClub__projectCard{width:100%}.hackClub__tag{padding:2px 6px;border-radius:4px;font-size:10px;line-height:14px}.hackClub__projectAction{padding:0}.hackClub__projectActionSquare{width:32px;height:32px;border-radius:10px}.hackClub__projectActionIcon{width:16px;height:16px}}.designClub{padding-top:120px;color:var(--text-primary)}.designClub__container{width:100%;display:flex;flex-direction:column;gap:32px}.designClub__heroInner{margin-top:160px}.designClub__heroInner{display:flex;flex-direction:column;gap:32px}.designClub__title{margin:0;font-size:72px;font-weight:700;line-height:79.2px}.designClub__buttonsRow{display:inline-flex;align-items:center;gap:32px}.designClub__primaryButton{padding:12px 20px;font-size:16px;font-weight:400;line-height:1.3;color:var(--black-main);background-color:var(--white-main);border:none;border-radius:16px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;text-decoration:none}.designClub__primaryLabel{max-width:180px;padding:0 4px;display:flex;align-items:center;justify-content:center;color:var(--text-primary-inverse);font-size:16px;line-height:20.8px}.designClub__primaryIcon{display:inline-block;margin-left:10px;transition:transform .2s ease;color:var(--black-main)}.designClub__primaryIcon path{fill:currentColor}.designClub__primaryButton:hover{background-color:var(--white-600)}.designClub__primaryButton:hover .designClub__primaryIcon{transform:rotate(-45deg)}.designClub__primaryButton:active{background-color:var(--bg-secondary-block);color:var(--text-brand)}.designClub__primaryButton:active .designClub__primaryIcon,.designClub__primaryButton:active .designClub__primaryLabel{color:var(--text-brand)}.designClub__statsRow{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:48px}.designClub__statsCards{display:flex;align-items:center;gap:24px}.designClub__statCard{padding:24px;border-radius:16px;background:#171618;display:inline-flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.designClub__statNumber{font-size:24px;font-weight:700;line-height:26.4px}.designClub__statLabel{color:var(--text-secondary);font-size:20px;line-height:24px}.designClub__logoWrap{display:inline-flex;align-items:center;justify-content:center}.designClub__logo{max-height:40px;width:auto;display:block}.designClub__section{padding-block:48px}.designClub__section--neutral{background:var(--bg-secondary-block);padding-block:48px}.designClub__sectionInner{display:flex;flex-direction:column;gap:64px}.designClub__textBlock{max-width:1140px;display:flex;flex-direction:column;gap:24px}.designClub__sectionTitle{margin:0;width:550px;font-size:32px;font-weight:700;line-height:35.2px}.designClub__text{margin:0;color:var(--text-secondary);font-size:24px;font-weight:500;line-height:28.8px}.designClub__imagesRow{width:100%;display:inline-flex;justify-content:flex-start;align-items:flex-start;gap:32px}.designClub__imagesRow--wide{justify-content:flex-start}.designClub__imageLarge{flex:1 1 0;height:419px;border-radius:24px;background:#0f0e10}.designClub__imageMedium{flex:1 1 0;height:273px;border-radius:20px;background:#0f0e10}.designClub__sectionHeading{margin:0 0 32px;font-size:48px;font-weight:700;line-height:57.6px}.designClub__teamGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.designClub__teamCard{padding:20px;border-radius:24px;background:#171618;display:flex;align-items:center;gap:24px}.designClub__teamAvatar{width:100px;height:100px;border-radius:12px;object-fit:cover}.designClub__teamText{display:flex;flex-direction:column;gap:8px}.designClub__teamName{font-size:24px;font-weight:700;line-height:28.8px}.designClub__teamRole{color:var(--text-secondary);font-size:20px;font-weight:500;line-height:24px}.designClub__projectsHeader{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.designClub__navButtons{display:inline-flex;align-items:center;gap:28px}.designClub__navButton{width:48px;height:48px;border-radius:10px;border:none;background:var(--bg-secondary-block);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.designClub__navButton--prev .designClub__navIcon{transform:rotate(180deg)}.designClub__navIcon{width:20px;height:20px;display:block}.designClub__projectsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:64px}.designClub__projectCard{display:flex;flex-direction:column;gap:20px}.designClub__projectImage{width:100%;height:410px;border-radius:20px;object-fit:cover}.designClub__projectFooter{display:inline-flex;justify-content:space-between;align-items:center;gap:20px}.designClub__projectInfo{display:flex;flex-direction:column;gap:10px}.designClub__projectTitle{margin:0;font-size:32px;font-weight:700;line-height:35.2px}.designClub__tagsRow{display:inline-flex;align-items:center;gap:20px}.designClub__tag{padding:4px 10px;border-radius:8px;background:var(--brand-100);color:var(--text-brand);font-size:14px;font-weight:500;line-height:19.6px}.designClub__projectAction{display:inline-flex;align-items:center;justify-content:center}.designClub__projectActionSquare{width:48px;height:48px;border-radius:8px;background:var(--bg-secondary-block);display:inline-flex;align-items:center;justify-content:center}.designClub__projectActionIcon{display:block;transform:rotate(-45deg)}.designClub__projectActionIcon path{fill:var(--icon-secondary)}@media(max-width:1280px){.designClub__container{gap:24px}.designClub__title{font-size:72px;line-height:79.2px}.designClub__buttonsRow,.designClub__statsRow,.designClub__statsCards{gap:16px}.designClub__sectionInner{gap:48px}.designClub__textBlock{max-width:840px;gap:20px}.designClub__sectionTitle{font-size:28px;line-height:30.8px}.designClub__text{font-size:20px;line-height:24px}.designClub__imagesRow{gap:24px}.designClub__imageLarge{height:308px;border-radius:20px}.designClub__imageMedium{height:201px;border-radius:16px}.designClub__sectionHeading{font-size:40px;line-height:44px}.designClub__teamGrid{grid-template-columns:1fr;gap:16px}.designClub__teamCard{padding:16px;border-radius:20px}.designClub__teamName{font-size:20px;line-height:24px}.designClub__teamRole{font-size:18px;line-height:21.6px}.designClub__projectImage{height:307px}.designClub__projectTitle{font-size:28px;line-height:30.8px}.designClub__projectsGrid{gap:32px}}@media(max-width:1024px){.designClub__container{gap:20px}.designClub__title{font-size:60px;line-height:66px}.designClub__statsCards{gap:12px}.designClub__statCard{padding:20px}.designClub__statNumber{font-size:20px;line-height:22px}.designClub__statLabel{font-size:16px;line-height:20px}.designClub__sectionInner{gap:40px}.designClub__textBlock{max-width:720px;gap:16px}.designClub__sectionTitle{width:100%;font-size:24px;line-height:26.4px}.designClub__text{font-size:18px;line-height:22px}.designClub__imageLarge{height:260px}.designClub__imageMedium{height:180px}.designClub__sectionHeading{font-size:34px;line-height:38px}.designClub__projectImage{height:260px}.designClub__projectTitle{font-size:24px;line-height:26.4px}}@media(max-width:768px){.designClub__logoWrap{display:none}.designClub__projectsGrid{grid-template-columns:1fr}}@media(max-width:450px){.designClub{padding-top:80px}.designClub__container{gap:16px;width:calc(100% - 48px)}.designClub__title{font-size:40px;line-height:44px}.designClub__buttonsRow{width:100%;gap:16px}.designClub__primaryButton{flex:1 1 0;height:auto;padding:10px 16px;border-radius:12px;justify-content:center}.designClub__statsRow{flex-direction:column;align-items:stretch;gap:16px}.designClub__statsCards{flex-direction:column;align-items:stretch;gap:8px}.designClub__statCard{width:calc(100% - 40px)}.designClub__sectionInner{gap:28px}.designClub__textBlock{max-width:100%;gap:16px}.designClub__sectionTitle{width:100%;font-size:24px;line-height:26.4px}.designClub__text{font-size:16px;line-height:19.2px;width:100%}.designClub__imagesRow{flex-direction:column;gap:16px}.designClub__imageLarge,.designClub__imageMedium{height:184px;border-radius:16px}.designClub__sectionHeading{font-size:28px;line-height:30.8px;width:100%}.designClub__teamGrid{gap:16px}.designClub__teamCard{padding:16px;border-radius:16px;gap:16px;flex-direction:column;align-items:flex-start;width:calc(100% - 32px)}.designClub__teamAvatar{width:80px;height:80px;border-radius:8px}.designClub__teamName,.designClub__teamRole{font-size:20px;line-height:24px}.designClub__projectsHeader{margin-bottom:24px;width:100%}.designClub__navButtons{gap:20px}.designClub__navButton{width:32px;height:32px;padding:8px}.designClub__navIcon{width:16px;height:16px}.designClub__projectFooter{width:100%}.designClub__projectsGrid{gap:24px;width:100%}.designClub__projectImage{height:184px;border-radius:16px;width:100%}.designClub__projectTitle{font-size:24px;line-height:26.4px}.designClub__projectCard{width:100%}.designClub__tag{padding:2px 6px;border-radius:4px;font-size:10px;line-height:14px}.designClub__projectAction{padding:0}.designClub__projectActionSquare{width:32px;height:32px;border-radius:10px}.designClub__projectActionIcon{width:16px;height:16px}}
