:root{--blue-900: #062b63;--blue-800: #073e87;--blue-600: #0b63ce;--blue-400: #1688f0;--gold-600: #c99a3d;--gold-400: #e5bc68;--ink: #17233d;--text: #4b5870;--muted: #7c879b;--line: #dde6f2;--pale: #f4f8fd;--white: #fff;--shadow-card: 0 8px 24px rgba(6, 43, 99, .08);--shadow-hover: 0 12px 32px rgba(6, 43, 99, .14);--container: 1440px;--detail-sidebar-width: 360px;--detail-column-gap: 24px;--detail-card-border: #dce7f6;--detail-card-radius: 8px;--detail-card-background: rgba(255, 255, 255, .98);--detail-card-shadow: 0 14px 34px rgba(6, 43, 99, .06);--hero-pad-top: clamp(112px, 12vh, 150px);--hero-pad-bottom: clamp(92px, calc(9vh + 20px) , 130px);--hero-search-height: clamp(56px, 5.8vh, 68px);--hero-search-button-height: clamp(46px, 4.8vh, 56px);--hero-action-height: clamp(52px, 5.2vh, 64px);--hero-service-reserve: clamp(132px, 14vh, 190px);--hero-stage-bottom: clamp(220px, 24vh, 320px);--hero-stage-shift: clamp(12px, 2vh, 28px);--hero-controls-bottom: clamp(36px, 5vh, 64px);--hero-controls-size: 38px;--hero-service-controls-gap: clamp(28px, 4vh, 48px);--stats-pad-block: 70px;--focus-news-height: clamp(200px, 17vw, 260px);--news-card-cols: 6fr 7fr;--news-card-height: 448px;--tabler-icon-size: 18px;--line-clamp-lines: 2;--service-platforms-pad-top: 70px;--market-gradient: linear-gradient(180deg, #073e87, #1688f0);--market-decor-height: min(19.53125vw, 375px);--market-toolbar-cols: minmax(0, 1fr) auto;--market-toolbar-bg: rgba(7, 62, 135, .68);--market-panel-bg: rgba(255, 255, 255, .96);--market-card-min-height: 180px;--market-tools-width: min(600px, 100%);--market-action-cols: repeat(2, 220px);--market-action-icon-size: 38px;--market-action-tabler-size: 30px;--ecosystem-design-width: 1440px;--ecosystem-feature-height: 360px;--ecosystem-side-min-height: 168px;--ecosystem-gap: 24px}@media (prefers-reduced-motion: reduce){.video-card,.video-card h3,.video-cover img,.video-cover span{transition:none}.video-card:hover,.video-card:focus-within,.video-card:hover .video-cover img,.video-card:focus-within .video-cover img,.video-card:hover .video-cover span,.video-card:focus-within .video-cover span{transform:none}}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--text);background:var(--white);font-family:Source Han Sans SC,Alibaba PuHuiTi,Microsoft YaHei,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.is-hidden{display:none!important}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.section{padding:70px 0}[data-home-section]{scroll-margin-top:24px}.pale{background:var(--pale)}.section-dark{color:var(--white);background:var(--blue-900)}.eyebrow{color:var(--gold-400);font-size:13px;font-weight:700;letter-spacing:0;text-transform:uppercase}.btn,button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 20px;border:1px solid transparent;border-radius:8px;background:var(--blue-600);color:var(--white);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover,button:hover{transform:translateY(-1px);box-shadow:var(--shadow-hover)}.btn-gold{background:var(--gold-600)}.btn-ghost{background:#ffffff14;border-color:#ffffff52}.btn-light{background:var(--white);color:var(--blue-600)}.line-icon{color:var(--blue-600);font-size:26px}.home-section-nav{position:fixed;left:max(16px,calc((100vw - min(var(--container),100vw - 48px))/2 - 268px));top:50%;z-index:80;width:132px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;transform:translateY(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.home-section-nav.is-visible{opacity:1;visibility:visible;pointer-events:auto}.home-section-nav nav{display:grid;gap:8px}.home-section-nav a{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:0;width:100%;padding:3px 0;color:#7889a5;font-size:13px;line-height:20px;white-space:nowrap;transition:color .2s ease,background .2s ease}.home-section-nav-label{display:inline-block;position:absolute;left:40px;top:50%;transform:translateY(-50%);max-width:min(218px,max(0px,calc((100vw - min(var(--container),100vw - 48px))/2 - 70px)));overflow:hidden;text-overflow:ellipsis;opacity:0;visibility:hidden;pointer-events:none;white-space:nowrap;transition:opacity .2s ease,visibility .2s ease}.home-section-nav a:before{content:"";position:static;display:block;flex:0 0 18px;width:18px;height:2px;border-radius:0;background:currentColor;transition:flex-basis .2s ease,width .2s ease,height .2s ease}.home-section-nav a:hover,.home-section-nav a:focus-visible,.home-section-nav a.is-active{gap:0;color:#1268c9}.home-section-nav a.is-active .home-section-nav-label,.home-section-nav a:hover .home-section-nav-label,.home-section-nav a:focus-visible .home-section-nav-label{opacity:1;visibility:visible}.home-section-nav:has(a:hover) a.is-active:not(:hover),.home-section-nav:has(a:focus-visible) a.is-active:not(:focus-visible){gap:0}.home-section-nav a:hover:before,.home-section-nav a:focus-visible:before,.home-section-nav a.is-active:before{flex-basis:30px;width:30px;height:3px}.home-section-nav a.is-active{font-weight:700}.home-section-nav a:focus-visible{outline:2px solid rgba(22,136,240,.42);outline-offset:1px}.home-section-nav.is-on-dark a{color:#ffffff94}.home-section-nav.is-on-dark a:hover,.home-section-nav.is-on-dark a:focus-visible,.home-section-nav.is-on-dark a.is-active{color:var(--gold-400)}.home-section-nav.is-on-dark a:focus-visible{outline-color:#fff9}.back-to-top{position:fixed;right:24px;bottom:40px;z-index:90;display:grid;place-items:center;width:58px;height:58px;min-height:58px;padding:0;border:1px solid rgba(11,99,206,.18);border-radius:50%;background:var(--white);color:var(--blue-600);box-shadow:0 10px 24px #062b6333;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease,background .2s ease}.back-to-top.is-visible{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.back-to-top:hover,.back-to-top:focus-visible{background:#f4f8fd;transform:translateY(-2px)}.back-to-top:focus-visible{outline:3px solid rgba(22,136,240,.35);outline-offset:3px}.back-to-top .tabler-icon{width:28px;height:28px}.topbar{height:36px;border-bottom:1px solid var(--line);background:var(--white);color:var(--muted);font-size:13px}.topbar-inner,.nav-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:24px}.topbar-inner div{display:flex;gap:14px;align-items:center}.site-header{height:0}.main-nav{position:fixed;top:0;left:0;right:0;z-index:100;height:88px;background:#fffffffa;box-shadow:0 1px #062b6314,0 10px 26px #062b630d;backdrop-filter:blur(10px);transition:background .24s ease,box-shadow .24s ease,color .24s ease}.site-header.is-transparent .main-nav{background:#0419421f;box-shadow:none}.brand{position:relative;display:flex;align-items:center;width:329px;height:60px;color:var(--ink)}.brand img{display:block;width:329px;height:60px;object-fit:contain}.brand-logo{position:absolute;inset:0;transition:opacity .24s ease}.brand-logo-white,.site-header.is-transparent .brand-logo-black{opacity:0}.site-header.is-transparent .brand-logo-white{opacity:1}.brand-mark{display:inline-grid;place-items:center;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#b7272d,#d55343);color:#fff;font-weight:800}.brand strong{display:block;font-size:18px;color:var(--ink)}.brand small{display:block;margin-top:3px;color:var(--muted);font-size:11px}.nav-links{display:flex;align-items:center;gap:0;color:#000;font-size:18px;transition:color .24s ease}.site-header.is-transparent .nav-links{color:#fff}.nav-item{position:relative}.nav-link{position:relative;display:grid;place-items:center;width:110px;height:88px;white-space:nowrap}.nav-item.active .nav-link{color:#111827;font-weight:700}.nav-item:hover .nav-link,.nav-item:focus-within .nav-link{color:#134292;font-weight:700}.nav-item.active .nav-link:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--blue-600)}.site-header.is-transparent .nav-item.active .nav-link,.site-header.is-transparent .nav-item:hover .nav-link,.site-header.is-transparent .nav-item:focus-within .nav-link{color:#fff}.site-header.is-transparent .nav-item.active .nav-link:after{background:#ffffffe6}.nav-dropdown{position:absolute;left:50%;top:100%;min-width:152px;padding:8px 0;background:var(--white);border:1px solid var(--line);box-shadow:0 16px 32px #062b6324;transform:translate(-50%,8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{transform:translate(-50%);opacity:1;visibility:visible;pointer-events:auto}.nav-dropdown a{display:block;min-height:42px;padding:10px 22px;color:var(--text);font-size:15px;line-height:22px;white-space:nowrap}.nav-dropdown a:hover,.nav-dropdown a:focus{background:#f3f8ff;color:#134292;font-weight:700;outline:none}.icon-btn{width:40px;min-height:40px;padding:0;border-radius:999px;background:transparent;color:var(--blue-600);border-color:var(--line)}.language-menu{position:relative}.language-btn{gap:8px;min-height:48px;padding:0 10px;background:transparent;color:#111827;border:0;box-shadow:none;font-size:18px;transition:color .24s ease}.language-world,.language-down{display:grid;place-items:center;width:18px;height:18px}.language-world .tabler-icon,.language-down .tabler-icon{width:18px;height:18px;color:#111827;transition:color .24s ease}.site-header.is-transparent .language-btn,.site-header.is-transparent .language-world .tabler-icon,.site-header.is-transparent .language-down .tabler-icon{color:#fff}.language-dropdown{position:absolute;right:0;top:100%;min-width:132px;padding:8px 0;background:var(--white);border:1px solid var(--line);box-shadow:0 16px 32px #062b6324;transform:translateY(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,transform .18s ease,visibility .18s ease}.language-menu:hover .language-dropdown,.language-menu:focus-within .language-dropdown{transform:translateY(0);opacity:1;visibility:visible;pointer-events:auto}.language-dropdown a{display:flex;align-items:center;gap:10px;min-height:42px;padding:9px 16px;color:var(--text);line-height:1.2;white-space:nowrap}.language-dropdown a:hover,.language-dropdown a:focus{background:#f3f8ff;color:#134292;outline:none}.language-dropdown span{color:var(--ink);font-size:18px;font-weight:700}.language-dropdown small{color:inherit;font-size:14px}.nav-tools{display:flex;align-items:center;gap:12px}.nav-toggle,.mobile-menu{display:none}:where(html[lang=en],html[lang=ru]) .nav-inner,:where(html[lang=en],html[lang=ru]) .nav-links,:where(html[lang=en],html[lang=ru]) .nav-tools{min-width:0}:where(html[lang=en],html[lang=ru]) .nav-links .nav-link{width:auto;padding-inline:14px;white-space:nowrap;overflow-wrap:normal;text-align:center;line-height:1.25}:where(html[lang=en],html[lang=ru]) .nav-links .nav-link>span,:where(html[lang=en],html[lang=ru]) .nav-links .nav-link:before{grid-area:1 / 1}:where(html[lang=en],html[lang=ru]) .nav-links .nav-link:before{content:attr(data-label);font-weight:700;visibility:hidden;pointer-events:none}:where(html[lang=en],html[lang=ru]) .nav-dropdown{width:min(260px,calc(100vw - 32px))}:where(html[lang=en],html[lang=ru]) .nav-dropdown a,:where(html[lang=en],html[lang=ru]) .language-dropdown a,:where(html[lang=en],html[lang=ru]) .mobile-link,:where(html[lang=en],html[lang=ru]) .mobile-submenu a{white-space:normal;overflow-wrap:anywhere;line-height:1.4}:where(html[lang=en],html[lang=ru]) .language-dropdown{width:min(180px,calc(100vw - 32px))}:where(html[lang=en],html[lang=ru]) .service-strip small,:where(html[lang=en],html[lang=ru]) .btn,:where(html[lang=en],html[lang=ru]) .supply-action,:where(html[lang=en],html[lang=ru]) .detail-contact-button{white-space:normal;overflow-wrap:anywhere;text-align:center;line-height:1.35}:where(html[lang=en],html[lang=ru]) .supply-action{height:auto;min-height:56px;padding-block:10px}:where(html[lang=en],html[lang=ru]) .page-hero h1,:where(html[lang=en],html[lang=ru]) .cooperation-base-hero h1,:where(html[lang=en],html[lang=ru]) .news-detail-title,:where(html[lang=en],html[lang=ru]) .supply-detail-hero h1,:where(html[lang=en],html[lang=ru]) .project-detail-head h1,:where(html[lang=en],html[lang=ru]) .expert-detail-info h1,:where(html[lang=en],html[lang=ru]) .partner-detail-identity h1,:where(html[lang=en],html[lang=ru]) .project-result-item h2,:where(html[lang=en],html[lang=ru]) .news-center-body strong,:where(html[lang=en],html[lang=ru]) .policy-copy strong,:where(html[lang=en],html[lang=ru]) .supply-item-main h2,:where(html[lang=en],html[lang=ru]) .search-result-body>strong{white-space:normal;overflow-wrap:anywhere;text-wrap:balance}:where(html[lang=en],html[lang=ru]) .supply-item-main p,:where(html[lang=en],html[lang=ru]) .search-result-summary{display:-webkit-box;overflow:hidden;white-space:normal;overflow-wrap:anywhere;text-overflow:clip;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.menu-open{overflow:hidden}.hero{position:relative;display:flex;flex-direction:column;overflow:hidden;height:100vh;min-height:720px;padding-top:var(--hero-pad-top);padding-bottom:calc(var(--hero-pad-bottom) + var(--hero-service-reserve));background:#011b4c url(/figma/home-hero/hero-bg.png) center top / cover no-repeat}.hero:after{content:"";position:absolute;left:0;right:0;bottom:0;z-index:1;height:220px;background:linear-gradient(180deg,#011b4c00,#011b4c 88%);pointer-events:none}.hero-stage{position:absolute;z-index:2;inset:var(--hero-pad-top) 0 var(--hero-stage-bottom);display:flex;align-items:center;transform:translateY(var(--hero-stage-shift))}.hero-inner{display:grid;grid-template-columns:748px 1fr}.hero-copy{max-width:748px}.hero h1{margin:0 0 16px;width:760px;max-width:100%;font-size:52px;line-height:1.36;color:var(--white);font-weight:700;text-shadow:0 6px 22px rgba(0,20,55,.32)}:where(html[lang=en],html[lang=ru]) .hero h1{width:min(960px,calc(100vw - 48px));max-width:none;white-space:nowrap;transform:scaleX(1.06);transform-origin:left center}:where(html[lang=en],html[lang=ru]) .hero p{min-height:72px}.hero p{max-width:748px;margin:0;font-size:22px;line-height:36px;color:#ffffffe6;text-shadow:0 4px 16px rgba(0,20,55,.28)}.hero-search,.market-tools form{display:flex;align-items:center;width:min(620px,100%);height:56px;margin-top:28px;padding:6px 8px 6px 22px;background:#fffffff5;border:1px solid rgba(126,169,235,.62);border-radius:8px;overflow:hidden;box-shadow:0 14px 32px #00194638}.hero-search{height:var(--hero-search-height);margin-top:clamp(28px,4vh,40px)}.hero-search button{height:var(--hero-search-button-height)}.figma-icon{position:relative;display:block;overflow:visible}.figma-icon img{position:absolute;display:block;max-width:none;object-fit:fill;pointer-events:none}.search-icon{flex:0 0 28px;width:28px;height:28px;margin-right:18px}.search-a{left:8.33%;top:8.33%;width:70.84%;height:70.84%}.search-b{left:31.97%;top:25%;width:23.57%;height:8%}.search-c{left:69.21%;top:69.21%;width:17.68%;height:17.68%}.hero-search input,.market-tools input{flex:1;min-width:0;border:0;padding:0;color:var(--ink);outline:none;font-size:17px;background:transparent}.hero-search input::placeholder{color:#738bb4}.hero-search button,.market-tools button{min-width:116px;border-radius:8px;background:linear-gradient(180deg,#1553a7,#062a69);border:1px solid rgba(122,171,255,.9);font-size:19px;box-shadow:inset 0 1px #ffffff2e}.market-tools button{height:44px}.hero-actions{display:flex;width:min(620px,100%);gap:14px;margin-top:clamp(18px,2.6vh,28px)}.hero-actions .btn{width:197px;height:var(--hero-action-height);font-size:clamp(17px,1.8vh,20px);background:linear-gradient(180deg,#1553a7c2,#0625629e);border-color:#7aabffa8;box-shadow:0 10px 24px #00184433}.hero-actions .btn-gold{background:linear-gradient(107deg,#ddb358 2%,#bd8c32);border-color:#ffdd9fdb;color:#fff}.hero-controls{position:absolute;left:50%;bottom:var(--hero-controls-bottom);z-index:4;display:flex;align-items:center;justify-content:center;gap:18px;transform:translate(-50%)}.hero-arrow{display:grid;place-items:center;width:var(--hero-controls-size);height:var(--hero-controls-size);min-height:var(--hero-controls-size);padding:0 0 2px;border-radius:50%;background:#ffffff1f;border:1px solid rgba(255,255,255,.42);color:#fff;font-size:26px;line-height:1;box-shadow:none;transition:background .2s ease}.hero-arrow:hover{background:#fff3;box-shadow:none;transform:none}.hero-dots{position:relative;z-index:3;display:flex;justify-content:center;gap:14px;margin-top:0}.hero-dots button{width:46px;height:5px;padding:0;min-height:0;background:#ffffff3d;border:0;border-radius:0;box-shadow:none;cursor:pointer;transition:background .2s ease}.hero-dots button:hover{background:#fff6;transform:none;box-shadow:none}.hero-dots .active{background:#fff}.hero-map{position:absolute;inset:0 0 auto 42%;height:540px;opacity:.9}.hero-map svg{width:100%;height:100%}.hero-map path{fill:none;stroke:#1688f0cc;stroke-width:3}.hero-map path.gold{stroke:var(--gold-400)}.map-node{position:absolute;width:9px;height:9px;border-radius:50%;background:var(--blue-400);box-shadow:0 0 20px var(--blue-400)}.map-node:nth-child(1){left:18%;top:38%}.map-node:nth-child(2){left:30%;top:24%}.map-node:nth-child(3){left:42%;top:32%}.map-node:nth-child(4){left:58%;top:44%}.map-node:nth-child(5){left:70%;top:30%}.map-node:nth-child(6){left:78%;top:52%}.map-node:nth-child(7){left:52%;top:18%}.map-node:nth-child(8){left:36%;top:55%}.map-node:nth-child(9){left:64%;top:20%}.map-node:nth-child(10){left:84%;top:26%}.service-strip{position:absolute;left:50%;bottom:calc(var(--hero-controls-bottom) + var(--hero-controls-size) + var(--hero-service-controls-gap));z-index:3;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-radius:0;overflow:visible;background:transparent;box-shadow:none;transform:translate(-50%)}.service-strip a{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;gap:18px;min-height:64px;padding:0 24px;border-right:0}.service-strip a i{position:absolute;top:7px;right:0;width:1px;height:42px;background:#fff3}.hero-service-icon{flex:0 0 48px;width:48px;height:48px;margin-top:3px}.tech-a{left:35.42%;top:29.17%;width:35.41%;height:41.66%}.tech-b{left:8.33%;top:8.33%;width:83.34%;height:83.34%}.tech-c{left:19.91%;top:21.18%;width:30.09%;height:58.72%}.demand-a{left:16.67%;top:8.33%;width:66.66%;height:83.34%}.demand-b{left:35.42%;top:25%;width:29.16%;height:5.56%}.demand-c{left:35.42%;top:41.67%;width:29.16%;height:5.56%}.demand-d{left:35.42%;top:58.33%;width:12.5%;height:5.56%}.demand-e{left:56.25%;top:66.67%;width:25%;height:25%}.country-a{left:8.33%;top:33.33%;width:83.34%;height:33.34%}.country-b{left:33.33%;top:8.33%;width:33.34%;height:83.34%}.country-c{left:8.33%;top:8.33%;width:83.34%;height:83.34%}.service-a{left:31.25%;top:8.33%;width:37.5%;height:37.5%}.service-b{left:10.42%;top:54.17%;width:79.16%;height:37.5%}.service-c{left:4.17%;top:91.67%;width:91.66%;height:5.56%}.hero-service-copy{display:flex;flex-direction:column;align-items:flex-start;gap:9px;text-align:left}.service-strip strong{color:#fff;font-size:20px;line-height:24px;font-weight:500;text-shadow:0 4px 14px rgba(0,20,55,.22)}.service-strip small{color:#ffffffad;font-size:15px;line-height:22px;white-space:nowrap}.stats-wrap{position:relative;z-index:4;padding-block:var(--stats-pad-block);background:url(/decor/core-data-stats-bg.jpg) center / cover no-repeat}.stats-grid{display:grid;grid-template-columns:repeat(5,1fr);min-height:128px;background:var(--white);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-card)}.stat-item{display:flex;align-items:center;justify-content:center;gap:12px;border-right:1px solid var(--line)}.stat-item:last-child{border-right:0}.stat-icon{flex:none;width:56px;height:56px;object-fit:contain}.stat-text{display:flex;flex-direction:column;align-items:flex-start;gap:4px;text-align:left}.stat-item strong{color:var(--blue-900);font-size:30px;line-height:38px;font-weight:600}.stat-item small{color:var(--text);font-size:14px}.section-title{display:flex;align-items:center;justify-content:center;gap:24px;margin-bottom:44px;text-align:center}.title-decor{flex:0 1 180px;width:clamp(96px,14vw,180px);height:clamp(14px,2vw,27px);background-position:center;background-repeat:no-repeat;background-size:contain}.title-decor-left{background-image:url(/decor/section-title-decor-left.svg)}.title-decor-right{background-image:url(/decor/section-title-decor-right.svg)}.section-title h2{margin:0;color:var(--blue-800);font-size:32px;line-height:44px}.section-dark .section-title h2{color:var(--white)}.section-title p{margin:2px 0 0;color:var(--muted);font-size:12px}.section-dark .section-title p{color:#ffffff9e}.tabs-row{display:flex;align-items:center;gap:24px;margin-bottom:24px}.tabs-row button{background:transparent;color:var(--text);border:0;box-shadow:none}.tabs-row button.active{background:var(--blue-600);color:var(--white)}.tabs-row a{display:inline-flex;align-items:center;gap:6px;margin-left:auto;color:var(--blue-800);font-size:14px}.tabs-row.centered{justify-content:center}.empty-tip{margin:0;padding:40px 0;color:var(--muted);font-size:15px;text-align:center}.tabler-icon{width:var(--tabler-icon-size);height:var(--tabler-icon-size);flex:0 0 var(--tabler-icon-size)}.tabler-icon-asset{display:inline-block;background-color:currentColor;-webkit-mask:var(--tabler-icon-source) center / contain no-repeat;mask:var(--tabler-icon-source) center / contain no-repeat}.centered{justify-content:center}.centered a{margin-left:0}.news-card{position:relative;display:grid;grid-template-columns:var(--news-card-cols);height:var(--news-card-height);overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-card)}.news-standard{grid-column:1 / -1}.news-standard{display:grid;grid-template-columns:var(--news-card-cols);height:100%}.info-card,.expert-card,.expert-intro,.market-panel,.ecosystem-card,.video-card{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-card)}.focus-card{padding:20px 24px 20px 20px}.focus-news-link{display:block}.focus-card h3,.info-card h3,.country-info h3,.ecosystem-card h3,.expert-card h3,.lecture-feature h3,.video-card h3{color:var(--ink);margin:14px 0 8px}.focus-card h3,.focus-news-summary{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical}.focus-card h3{color:var(--blue-800);-webkit-line-clamp:var(--line-clamp-lines)}.focus-news-summary{margin:0;line-height:26px;-webkit-line-clamp:var(--line-clamp-lines)}.focus-news-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;color:var(--muted);font-size:14px}.read-source{display:inline-flex;align-items:center;gap:6px;color:var(--blue-800);font-weight:400;white-space:nowrap}.read-arrow{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.focus-news-image{display:block;width:100%;height:var(--focus-news-height);border-radius:8px;object-fit:cover}.image-placeholder{aspect-ratio:16 / 9;border-radius:8px;background:linear-gradient(135deg,#dcecff,#fff),radial-gradient(circle,#0b63ce,transparent)}.hall{background:linear-gradient(135deg,#0b63ce33,#c99a3d2e),linear-gradient(160deg,#fff,#d8e8fb)}.news-list{display:grid;align-content:stretch;grid-auto-rows:1fr;gap:0;padding:0;background:var(--white);border-left:1px solid var(--line)}.news-list a{display:grid;grid-template-columns:1fr 110px;align-items:center;gap:24px;padding:0 38px;border-bottom:1px solid var(--line);color:var(--ink);transition:background .2s ease,color .2s ease}.news-list a:hover{background:var(--blue-800);color:var(--white)}.news-list a:last-child{border-bottom:0}.news-list time{color:var(--muted);text-align:right;font-size:14px;transition:color .2s ease}.news-list a:hover time{color:var(--white)}.news-info-list{padding:0}.news-info-four{grid-template-rows:repeat(4,minmax(0,1fr))}.news-list .news-info-item{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:20px;min-width:0;min-height:0;padding:18px 30px;overflow:hidden;border-bottom:1px solid #e4ecf6;border-radius:8px;background:#fff0;color:var(--ink);transition:background .22s ease,color .22s ease}.news-list .news-info-item:last-child{border-bottom:0}.news-list .news-info-item:hover,.news-list .news-info-item:focus-visible{background:#f8fbff}.news-list .news-info-date{display:grid;align-content:start;align-self:start;color:#0b63ce;line-height:1;text-align:left}.news-list .news-info-item:hover .news-info-date,.news-list .news-info-item:focus-visible .news-info-date{color:#0b63ce}.news-info-date strong{color:inherit;font-size:30px;line-height:34px;font-weight:700}.news-info-date span{color:#7c879b;font-size:15px;line-height:20px}.news-info-copy{min-width:0}.news-info-title{display:-webkit-box;margin:0 0 8px;overflow:hidden;color:var(--ink);font-size:18px;line-height:26px;font-weight:600;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .22s ease}.news-info-summary{display:block;margin:0;overflow:hidden;color:#4b5870;font-size:15px;line-height:25px;text-overflow:ellipsis;white-space:nowrap}:where(html[lang=en],html[lang=ru]) .news-info-title,:where(html[lang=en],html[lang=ru]) .news-info-summary,:where(html[lang=en],html[lang=ru]) .news-center-body strong,:where(html[lang=en],html[lang=ru]) .news-center-body em{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.news-list .news-info-item:hover .news-info-title,.news-list .news-info-item:focus-visible .news-info-title{color:var(--blue-600)}.news-standard[hidden]{display:none!important}.market{position:relative;overflow:hidden;isolation:isolate;background:var(--market-gradient)}.market:before{content:"";position:absolute;top:0;left:0;right:0;height:var(--market-decor-height);background:url(/decor/market-top-decor.png) top center / 100% auto no-repeat;mix-blend-mode:hard-light;pointer-events:none}.market>.container{position:relative;z-index:1}.market-toolbar{display:grid;grid-template-columns:var(--market-toolbar-cols);align-items:center;gap:32px;margin-bottom:18px;padding:26px 48px 22px;border:1px solid rgba(126,169,235,.64);border-radius:8px;background:var(--market-toolbar-bg);box-shadow:inset 0 1px #ffffff2e,0 18px 42px #00123a33;backdrop-filter:blur(8px)}.market-tools{min-width:0}.market-tools form{width:var(--market-tools-width);margin-top:0;max-width:none;border-color:#9bc2ffb8;box-shadow:0 8px 20px #0019462e}.market-hotwords{margin-top:22px;padding-top:2px;color:#ffffffe0;font-size:14px;line-height:20px}.market-hotwords .hotword-label{color:#ffffffb3}.market-hotwords .hotword{display:inline;padding:0;margin:0;color:inherit;font:inherit}.market-hotwords .hotword+.hotword{margin-left:16px}.market-actions{display:grid;grid-template-columns:var(--market-action-cols);gap:18px}.market-actions .btn{justify-content:flex-start;gap:14px;min-height:76px;padding:0 22px;border-color:#7ea9eb94;background:#1688f075;box-shadow:inset 0 1px #ffffff29}html[lang=ru] .market-actions{grid-template-columns:repeat(2,max-content);justify-content:end}html[lang=ru] .market-actions .btn{width:max-content;min-width:0}.market-action-icon{display:grid;place-items:center;width:var(--market-action-icon-size);height:var(--market-action-icon-size);flex:0 0 var(--market-action-icon-size)}.market-actions .tabler-icon{width:var(--market-action-tabler-size);height:var(--market-action-tabler-size);flex:0 0 var(--market-action-tabler-size)}.market-action-copy{display:grid;justify-items:start;text-align:left}.market-action-copy>span{white-space:nowrap}.market-actions .btn span span{font-size:18px;font-weight:700;line-height:24px}.market-actions .btn small{margin-top:3px;color:#ffffffb8;font-size:12px;line-height:18px}.market-actions .btn-gold{border-color:#ffd37fdb;background:linear-gradient(135deg,#d6a048,#c1842b)}.market-panel{padding:0 48px 32px;border:1px solid rgba(221,230,242,.96);border-radius:8px;background:var(--market-panel-bg);box-shadow:0 18px 44px #00184c2e}.market-panel-head{display:flex;align-items:center;justify-content:space-between;min-height:68px;border-bottom:1px solid var(--line)}.market-panel-head>a{display:inline-flex;align-items:center;gap:6px;color:var(--blue-800);font-size:14px}.market-panel .tabs-row{gap:34px;margin-bottom:0}.market-panel .tabs-row button{position:relative;min-height:68px;padding:0;border-radius:0;color:var(--text);font-size:18px;font-weight:700}.market-panel .tabs-row button.active{background:transparent;color:var(--blue-600)}.market-panel .tabs-row button.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--blue-600)}.market-panel .filter-row{padding:18px 0}.filter-row{display:flex;gap:12px;overflow-x:auto;padding-bottom:20px}.filter-row .filter-chip{flex:0 0 auto;padding:7px 14px;border-radius:4px;background:#eef5ff;color:var(--blue-600);font-size:13px;border:0;box-shadow:none;cursor:pointer;transition:background .2s ease,color .2s ease}.filter-row .filter-chip:hover{background:#dcebff}.filter-row .filter-chip.is-active{background:var(--blue-600);color:var(--white)}.card-grid{display:grid;gap:24px}.four{grid-template-columns:repeat(4,1fr)}.info-card{padding:22px}.market-panel .info-card{display:flex;flex-direction:column;min-height:var(--market-card-min-height);padding:18px;border-color:#dce7f5;box-shadow:0 8px 24px #062b6312;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.market-panel .info-card:hover,.market-panel .info-card:focus-within{border-color:#13429252;background:#fbfdff;box-shadow:0 16px 34px #062b6324;transform:translateY(-4px)}.info-card b{color:#18a875;font-size:12px}.info-card p{line-height:24px}.info-card small{color:var(--muted)}.market-panel .info-card h3{margin:10px 0 5px;font-size:18px;line-height:26px;transition:color .22s ease}.market-panel .info-card:hover h3,.market-panel .info-card:focus-within h3{color:var(--blue-800)}.market-panel .info-card p{display:-webkit-box;min-height:48px;margin:0 0 14px;overflow:hidden;color:var(--text);line-height:24px;-webkit-line-clamp:2;-webkit-box-orient:vertical;transition:color .22s ease}.market-panel .info-card:hover p,.market-panel .info-card:focus-within p{color:#33425c}.market-card-meta{display:flex;align-items:center;justify-content:flex-start;gap:12px}.market-card-meta small{padding:4px 9px;border-radius:4px;background:#eef5ff;color:var(--blue-600)}.market-card-meta small+small{background:#fff7e8;color:#c1842b}.market-card-stats{display:flex;align-items:center;gap:12px;margin-top:auto;padding-top:18px;color:var(--muted);font-size:13px}.service-platforms{padding-top:var(--service-platforms-pad-top)}.platform-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.platform-card{position:relative;display:grid;grid-template-columns:55% 45%;min-height:252px;padding:32px;border-radius:12px;color:var(--white);background-color:var(--blue-600);background-position:center;background-size:cover;background-repeat:no-repeat;overflow:hidden;box-shadow:0 12px 28px #062b631a;transition:transform .24s ease,box-shadow .24s ease,background-position .24s ease}.platform-card:hover,.platform-card:focus-within{box-shadow:0 20px 42px #062b632e;transform:translateY(-4px)}.platform-card.green{background-color:#087b82}.platform-card h3{margin:0 0 12px;font-size:24px}.platform-card p{line-height:28px;color:#ffffffc7}.platform-card .btn{transition:transform .22s ease,box-shadow .22s ease,background .22s ease,color .22s ease}.platform-card:hover .btn,.platform-card:focus-within .btn{background:var(--white);color:var(--blue-800);box-shadow:0 10px 22px #0018442e;transform:translateY(-1px)}.platform-copy{align-self:center}.platform-visual{min-height:188px}.cooperation-panel{display:grid;grid-template-columns:61% 39%;align-items:stretch;gap:0;overflow:hidden;background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-card)}.lecture-layout{display:grid;grid-template-columns:1fr 1fr;gap:32px}.country-map{display:flex;min-height:430px;padding:24px;flex-direction:column;background:transparent}.category-tabs{display:flex;gap:12px}.country-map button{min-width:120px;margin-right:0;background:transparent;color:var(--text);border-color:var(--line)}.country-map button.active{background:var(--blue-600);color:var(--white)}.map-board{position:relative;display:grid;flex:1;place-items:center;gap:16px;min-height:360px;margin-top:24px;border-radius:8px;background:linear-gradient(135deg,#f8fbff,#e8f2ff);color:var(--blue-600)}.cooperation-panel.is-china .country-map{min-height:532px}.cooperation-panel.is-china .map-board{flex:0 0 420px;min-height:420px}.cooperation-panel.is-china .image-map-canvas{width:auto;max-width:100%;height:100%}.image-map-board{min-height:360px;padding:0;overflow:hidden}.image-map-canvas{position:relative;display:grid;place-items:center;width:min(100%,var(--image-map-width));aspect-ratio:var(--image-map-ratio)}.image-map-base{display:block;width:100%;height:100%;object-fit:contain}.service-map-canvas{position:relative;width:min(100%,var(--service-map-width));aspect-ratio:var(--service-map-ratio)}.service-map-image{display:block;width:100%;height:100%;object-fit:contain}.country-map .service-map-point{position:absolute;min-width:16px;min-height:16px;width:16px;height:16px;padding:0;border:3px solid var(--white);border-radius:50%;background:var(--blue-600);color:transparent;box-shadow:0 4px 12px #0b63ce4d;font-size:0;line-height:0;transform:translate(-50%,-50%);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.service-map-point:hover,.service-map-point:focus{z-index:8;box-shadow:0 6px 16px #0b63ce57;outline:none;transform:translate(-50%,-50%) scale(1.12)}.service-map-point.map-marker-active{z-index:4;background:#c59042;box-shadow:0 6px 16px #c590425c;outline:none;transform:translate(-50%,-50%) scale(1.12)}.service-map-label{position:absolute;z-index:9;left:50%;bottom:calc(100% + 8px);display:block;width:max-content;max-width:340px;padding:5px 10px;border-radius:4px;background:var(--white);color:var(--blue-800);box-shadow:0 8px 18px #062b632e;font-size:15px;line-height:20px;font-weight:700;text-align:center;white-space:normal;overflow-wrap:break-word;opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .18s ease,transform .18s ease}.service-map-label:after{content:"";position:absolute;left:50%;top:100%;width:8px;height:8px;background:var(--white);transform:translate(-50%,-4px) rotate(45deg)}.service-map-point:hover .service-map-label,.service-map-point:focus .service-map-label,.service-map-point.map-marker-active .service-map-label{opacity:1;transform:translate(-50%)}:where(html[lang=en],html[lang=ru]) .service-map-label{font-size:13px;line-height:18px}.country-info{display:flex;min-height:0;padding:48px 40px 48px 0;flex-direction:column;background:transparent}.country-info h3{font-size:32px}.country-info-name{display:flex;align-items:center;gap:12px;margin:0}.country-info-flag{width:42px;height:28px;border-radius:4px;object-fit:cover;box-shadow:0 0 0 1px #062b631a}.country-info-intro{min-height:80px;margin:28px 0 0;font-size:20px;line-height:2}.cooperation-panel.is-abroad .country-info-intro{font-size:18px}.country-info-directions-title{margin:24px 0 0;color:var(--ink);font-size:16px;line-height:24px;font-weight:600}.direction-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;height:230px;margin-top:24px;padding-right:6px;overflow-y:auto;scrollbar-color:rgba(11,99,206,.32) transparent;scrollbar-width:thin}.direction-grid[hidden],.country-info-directions-title[hidden]{display:none!important}.direction-grid::-webkit-scrollbar{width:6px}.direction-grid::-webkit-scrollbar-thumb{border-radius:999px;background:#0b63ce47}.direction-grid span{display:flex;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:8px}.direction-grid b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:var(--blue-600);color:var(--white)}.service-country-directions{display:flex;flex-wrap:wrap;align-content:flex-start;height:230px;margin-top:24px;padding-right:6px;gap:10px;overflow-y:auto;scrollbar-color:rgba(11,99,206,.32) transparent;scrollbar-width:thin}.service-country-directions::-webkit-scrollbar{width:6px}.service-country-directions::-webkit-scrollbar-thumb{border-radius:999px;background:#0b63ce47}.service-country-directions span{flex:0 0 auto;min-height:34px;padding:6px 14px;border:0;border-radius:6px;background:#f1f6fd;color:var(--blue-800);font-size:14px;line-height:22px}.ecosystem-visual-grid{display:grid;grid-template-columns:minmax(0,720fr) minmax(0,696fr);gap:var(--ecosystem-gap);width:min(var(--ecosystem-design-width),100%);margin:0 auto}.ecosystem-side-list{display:grid;grid-template-rows:repeat(2,minmax(var(--ecosystem-side-min-height),auto));gap:var(--ecosystem-gap)}.ecosystem-visual-card{position:relative;display:block;overflow:hidden;min-height:var(--ecosystem-side-min-height);border-radius:8px;background:var(--white);transition:transform .2s ease,box-shadow .2s ease}.ecosystem-visual-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover)}.ecosystem-visual-card.is-featured{min-height:var(--ecosystem-feature-height)}.ecosystem-visual-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.ecosystem-visual-copy{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;max-width:560px;padding:50px 52px}.ecosystem-side-card .ecosystem-visual-copy{justify-content:center;max-width:520px;min-height:168px;margin-left:36px;padding:20px 44px 18px 0}.ecosystem-tag{display:inline-flex;align-items:center;min-height:30px;width:fit-content;padding:5px 12px;border-radius:4px;background:#c59042;color:#fff;font-size:16px;line-height:20px}.ecosystem-visual-card h3{margin:18px 0 12px;color:var(--blue-800);font-size:36px;line-height:1.35;font-weight:700}.ecosystem-side-heading{display:flex;align-items:center;gap:14px;margin-bottom:8px}.ecosystem-side-card h3{margin:0;color:var(--blue-600);font-size:26px;line-height:34px}.ecosystem-side-card.is-green h3{color:#279498}.ecosystem-visual-card p{margin:0;color:var(--muted);font-size:22px;line-height:36px}.ecosystem-side-card p{font-size:18px;line-height:30px}.ecosystem-side-text{--ecosystem-side-icon-size: 36px;--ecosystem-side-icon-gap: 14px;min-width:0;text-align:left}.ecosystem-side-text p,.ecosystem-side-text .ecosystem-link{margin-left:calc(var(--ecosystem-side-icon-size) + var(--ecosystem-side-icon-gap))}.ecosystem-side-text p{max-width:340px}.ecosystem-action,.ecosystem-link{display:inline-flex;align-items:center;gap:10px;color:var(--white);font-size:24px;line-height:24px}.ecosystem-action{min-height:50px;margin-top:52px;padding:0 24px;border-radius:54px;background:var(--blue-600)}.ecosystem-link{margin-top:12px;color:var(--blue-600);font-size:22px;font-weight:600}.ecosystem-side-card.is-green .ecosystem-link{color:#279498}.ecosystem-arrow{width:24px;height:24px;flex:0 0 24px;transition:transform .2s ease}.ecosystem-visual-card:hover .ecosystem-arrow{transform:translate(3px)}.ecosystem-side-icon{display:grid;place-items:center;flex:0 0 var(--ecosystem-side-icon-size);width:var(--ecosystem-side-icon-size);height:var(--ecosystem-side-icon-size);border-radius:50%;background:transparent}.ecosystem-side-icon img{width:var(--ecosystem-side-icon-size);height:var(--ecosystem-side-icon-size);object-fit:contain}.expert-section{--expert-decor-top: 412px;--expert-decor-height: min(20.104vw, 386px);position:relative;min-height:calc(var(--expert-decor-top) + var(--expert-decor-height));overflow:hidden;padding-bottom:0}.expert-section>.container{position:relative;z-index:1}.expert-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;overflow:visible;padding-bottom:10px}.expert-row .expert-resource-card,.expert-row .partner-unit-card{min-width:0}.expert-row .expert-resource-card{align-items:stretch;text-align:center}.expert-row .expert-resource-head{flex-direction:column;align-items:center;gap:0;margin-bottom:18px}.expert-row .expert-resource-photo{flex-basis:auto;margin:0 auto 16px}.expert-row .expert-resource-info{width:100%;padding-top:0;text-align:center}.expert-row .expert-resource-meta{display:flex;flex-wrap:nowrap;justify-content:center;gap:8px;margin-top:12px}.expert-row .expert-resource-meta span{min-width:0;margin:0;padding:4px 10px;border-radius:5px;background:#eef5ff;color:#244f9d;font-size:14px;line-height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expert-row .expert-resource-organization{max-width:120px;width:fit-content}.expert-row .expert-resource-summary{display:-webkit-box;text-align:left;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.expert-row .partner-unit-card{align-items:center;text-align:center}.expert-row .partner-unit-logo-box{margin-left:auto;margin-right:auto}.expert-row .partner-unit-body{width:100%;text-align:center}.expert-row .partner-unit-body p{display:-webkit-box;margin:0 0 22px;overflow:hidden;color:#4b5870;font-size:16px;line-height:28px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.expert-row .partner-unit-tags{justify-content:center}.expert-row .expert-resource-link,.expert-row .partner-unit-link{align-self:center;display:inline-flex;visibility:visible;opacity:1;color:#244f9d}.expert-row .expert-resource-link .tabler-icon,.expert-row .partner-unit-link .tabler-icon{display:inline-block;width:1em;height:1em;flex:0 0 1em;font-size:inherit;margin:0;padding:0;background-color:currentColor;color:inherit}.expert-intro,.expert-card{min-width:210px;min-height:258px;padding:24px}.expert-card{transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease}.expert-card:hover,.expert-card:focus-within{border-color:#13429252;background:#fbfdff;box-shadow:0 16px 34px #062b6324;transform:translateY(-4px)}.avatar{display:grid;place-items:center;width:88px;height:88px;border-radius:50%;background:#eaf4ff;color:var(--blue-600);font-size:28px;font-weight:700}.expert-card span{display:inline-flex;margin:10px 0;padding:4px 10px;background:#eef5ff;border-radius:4px;color:var(--blue-600);font-size:12px;font-weight:400}.expert-profile-card{display:flex;flex-direction:column;align-items:center;text-align:center}.expert-profile-card .avatar{margin-bottom:2px}.expert-profile-card h3{margin-bottom:8px;transition:color .22s ease}.expert-card:hover h3,.expert-card:focus-within h3{color:var(--blue-800)}.expert-profile-card .expert-tag{margin:0 0 12px}.expert-desc{display:-webkit-box;min-height:48px;margin:0 0 18px;overflow:hidden;color:var(--text);font-size:14px;line-height:24px;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .22s ease}.expert-card:hover .expert-desc,.expert-card:focus-within .expert-desc{color:#33425c}.expert-detail{display:inline-flex;align-items:center;gap:8px;margin-top:auto;color:var(--blue-600);font-size:14px;font-weight:400}.expert-detail-icon{width:var(--tabler-icon-size);height:var(--tabler-icon-size);flex:0 0 var(--tabler-icon-size);margin:0;padding:0;background:transparent;border-radius:0;transition:transform .22s ease}.expert-card:hover .expert-detail-icon,.expert-card:focus-within .expert-detail-icon{transform:translate(3px)}.expert-intro{align-items:flex-start;background:#ffffffdb;text-align:left}.expert-intro-more{margin-top:auto}.expert-row .expert-intro-more{margin-top:auto;margin-bottom:4px}.expert-row .expert-intro-more span{font-size:16px}.expert-bottom-decor{position:absolute;left:0;right:0;top:var(--expert-decor-top);z-index:0;height:var(--expert-decor-height);background:url(/decor/experts-bottom-decor.png) bottom center / 100% auto no-repeat;pointer-events:none}.lecture-feature{min-height:360px;padding:36px 42px;border-radius:8px;background:url(/decor/technology-trade-courses.jpg) center / cover no-repeat}.lecture-feature h3{font-size:32px}.lecture-more{gap:8px;margin-top:12px}.lecture-more span{color:var(--white);font-size:18px;line-height:1}.mini-stats{display:flex;gap:16px;margin:28px 0;color:var(--blue-600)}.course-list{display:grid;gap:16px}.course-list a{display:grid;grid-template-columns:58px 1fr 42px;align-items:center;min-height:109px;padding:18px 20px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow-card);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.course-list b{color:var(--blue-600);font-size:26px}.course-list strong,.course-list small{display:block}.course-list strong{margin-bottom:8px}.course-list i{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--blue-600);border-radius:50%;color:var(--blue-600);font-style:normal}.course-list a:hover,.course-list a:focus{border-color:#13429252;box-shadow:var(--shadow-hover);outline:none;transform:translateY(-3px)}.video-row{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.video-card{overflow:hidden;transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.video-card h3,.video-card p{padding:0 18px}.video-card h3{transition:color .24s ease}.video-cover{position:relative;display:grid;place-items:center;aspect-ratio:16 / 9;background:linear-gradient(135deg,#0b63ce,#062b63);color:var(--white)}.video-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.video-cover span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.72);background:#00000024;transition:transform .24s ease,background .24s ease,border-color .24s ease}.video-cover span,.video-cover small{position:relative;z-index:1}.video-cover small{position:absolute;right:10px;bottom:8px;padding:2px 8px;border-radius:4px;background:#00000073}.video-card:hover,.video-card:focus-within{border-color:#13429247;box-shadow:0 18px 38px #062b6324;transform:translateY(-4px)}.video-card:hover .video-cover img,.video-card:focus-within .video-cover img{transform:scale(1.04)}.video-card:hover .video-cover span,.video-card:focus-within .video-cover span{background:#134292b8;border-color:#ffffffe6;transform:scale(1.08)}.video-card:hover h3,.video-card:focus-within h3{color:var(--blue-700)}.interviews-more{display:flex;justify-content:center;margin-top:32px}.interviews-more-link{gap:8px;border-color:var(--blue-600);background:transparent;color:var(--blue-600)}.interviews-more-link:hover,.interviews-more-link:focus{background:var(--blue-600);color:var(--white);outline:none}.link-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.link-logo-card{display:grid;place-items:center;min-height:104px;padding:22px 28px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:0 8px 20px #062b630d;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.link-logo-card:hover,.link-logo-card:focus{border-color:#13429252;box-shadow:0 12px 28px #062b631a;outline:none;transform:translateY(-2px)}.link-logo-card img{display:block;width:auto;height:auto;max-width:82%;max-height:52px;object-fit:contain}.site-footer{padding:70px 0 26px;background:linear-gradient(180deg,#062b63,#041b3d)}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1.2fr .7fr;gap:56px}.footer-grid h3{margin-top:0;color:var(--white)}.footer-grid a,.footer-grid p{display:block;color:#ffffffb8;line-height:28px;font-size:14px}.footer-logo{display:block;width:329px;max-width:100%;height:auto}.footer-brand h2{margin:16px 0 8px;color:var(--white)}.qr{display:grid;place-items:center;width:132px;height:132px}.qr img{width:100%;height:100%;object-fit:contain}.copyright{margin-top:44px;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);color:#ffffff94;font-size:13px}@media (max-width: 1599px){:root{--container: 1200px}.nav-link{width:92px;font-size:16px}.language-btn,.language-dropdown span{font-size:16px}.brand{width:300px}.brand img{width:300px;height:auto}:where(html[lang=en],html[lang=ru]) .nav-links .nav-link{padding-inline:7px}.hero h1{font-size:50px;line-height:68px}.service-strip{gap:28px}.service-strip a i{right:-14px}.service-strip strong{font-size:22px}.service-strip small{font-size:15px}.ecosystem-visual-card h3{font-size:30px;line-height:42px}.ecosystem-visual-card p{font-size:18px;line-height:30px}.ecosystem-side-card h3{font-size:22px;line-height:30px}.ecosystem-side-card p{font-size:15px;line-height:25px}.ecosystem-side-text p{max-width:300px}.ecosystem-action{min-height:44px;margin-top:40px;font-size:18px}.ecosystem-link{margin-top:10px;font-size:18px}.ecosystem-side-card .ecosystem-visual-copy{padding-top:18px}}@media (max-width: 1240px){:where(html[lang=en],html[lang=ru]) .nav-links .nav-link{padding-inline:6px;font-size:14px}:where(html[lang=en],html[lang=ru]) .brand{width:260px}:where(html[lang=en],html[lang=ru]) .brand img{width:260px}}@media (max-width: 1100px){:root{--hero-pad-top: 130px;--hero-search-height: 52px;--hero-search-button-height: 42px;--hero-action-height: 48px;--hero-service-reserve: 64px;--hero-stage-bottom: 210px;--hero-stage-shift: 0px;--hero-service-controls-gap: 28px;--market-toolbar-cols: 1fr;--market-action-cols: repeat(2, minmax(0, 1fr))}.container{width:calc(100% - 48px)}.nav-links{display:none}.nav-toggle{display:inline-flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;background:transparent;border:0;box-shadow:none;cursor:pointer}.nav-toggle:hover{transform:none;box-shadow:none}.nav-toggle-line{display:block;width:22px;height:2px;border-radius:2px;background:#111827;transition:transform .24s ease,opacity .24s ease}.site-header.is-transparent .nav-toggle-line{background:#fff}.nav-toggle.is-open .nav-toggle-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-toggle.is-open .nav-toggle-line:nth-child(2){opacity:0}.nav-toggle.is-open .nav-toggle-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:block;position:absolute;top:100%;left:0;right:0;max-height:calc(100vh - 88px);overflow-y:auto;padding:8px 0 24px;background:#fff;box-shadow:0 24px 48px #062b6324;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.mobile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.mobile-item{border-bottom:1px solid var(--line)}.mobile-item:last-child{border-bottom:0}.mobile-link{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:52px;padding:0 24px;background:transparent;border:0;box-shadow:none;border-radius:0;color:var(--text);font-size:16px;font-weight:600;text-align:left}.mobile-link:hover,.mobile-link:focus{color:#134292;outline:none}.mobile-arrow{display:grid;place-items:center;width:24px;height:24px}.mobile-arrow .tabler-icon{width:20px;height:20px;transition:transform .2s ease}.mobile-item.is-expanded .mobile-arrow .tabler-icon{transform:rotate(180deg)}.mobile-submenu{display:none;padding:0 0 10px}.mobile-item.is-expanded .mobile-submenu{display:block}.mobile-submenu a{display:block;min-height:44px;padding:11px 24px 11px 40px;color:var(--muted);font-size:15px}.mobile-submenu a:hover,.mobile-submenu a:focus{color:#134292;font-weight:700;background:#f3f8ff;outline:none}.site-header.menu-open .main-nav{background:#fff;box-shadow:0 1px #062b6314,0 10px 26px #062b630d}.hero-inner,.news-card,.cooperation-panel,.lecture-layout,.platform-grid,.footer-grid{grid-template-columns:1fr}.news-card{height:auto}.news-standard{grid-template-columns:1fr;height:auto}.news-list{border-left:0;border-top:1px solid var(--line)}.four,.video-row,.link-grid{grid-template-columns:repeat(2,1fr)}.ecosystem-visual-grid{grid-template-columns:1fr}.ecosystem-side-list{grid-template-rows:auto}.ecosystem-visual-card.is-featured{min-height:320px}.ecosystem-side-card .ecosystem-visual-copy{max-width:560px}.hero{min-height:calc(100vh - 88px);background-position:58% top}.hero h1{font-size:40px;line-height:54px}:where(html[lang=en],html[lang=ru]) .hero p{min-height:68px}.hero p{font-size:20px;line-height:34px}.service-strip{grid-template-columns:repeat(2,1fr);gap:28px 36px}.service-strip a i{display:none}.market-toolbar{padding:24px}.market-panel{padding-inline:24px}}@media (max-width: 700px){:root{--hero-pad-top: 80px;--hero-search-height: 50px;--hero-search-button-height: 40px;--hero-action-height: 44px;--hero-service-reserve: 44px;--hero-stage-bottom: 168px;--hero-stage-shift: 0px;--hero-controls-size: 32px;--hero-service-controls-gap: 22px;--focus-news-height: 180px;--market-action-cols: 1fr;--stats-pad-block: 70px}.container{width:calc(100% - 32px)}.topbar{display:none}.site-header,.main-nav{height:64px}.mobile-menu{max-height:calc(100vh - 64px)}.brand{width:188px;min-width:0}.brand img{width:188px}.footer-logo{width:220px}.language-btn{min-height:36px;font-size:14px}.brand small{display:none}.brand strong{font-size:15px}.hero{min-height:calc(100vh - 64px);background-position:63% top}.hero h1{font-size:27px;line-height:38px}:where(html[lang=en],html[lang=ru]) .hero h1{width:100%;max-width:100%;white-space:normal;transform:none}:where(html[lang=en],html[lang=ru]) .hero p{min-height:0}.hero p{font-size:15px;line-height:25px}.hero-map{left:0;opacity:.28}.hero-search{height:var(--hero-search-height);margin-top:34px;padding:6px 6px 6px 14px}.search-icon{width:22px;height:22px;flex-basis:22px;margin-right:10px}.hero-search input{font-size:14px}.hero-search button{min-width:72px;height:var(--hero-search-button-height);font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions{gap:12px;margin-top:18px}.hero-actions .btn{width:100%;height:var(--hero-action-height);font-size:16px}.hero-controls{gap:12px;bottom:38px}.hero-arrow{width:32px;height:32px;min-height:32px;font-size:22px}.hero-dots{gap:10px;margin-top:0}.hero-dots button{width:28px;height:5px}.service-strip{grid-template-columns:repeat(2,1fr);gap:18px}.service-strip a{gap:12px;min-height:72px}.hero-service-icon{width:36px;height:36px;flex-basis:36px}.service-strip strong{font-size:16px;line-height:22px}.service-strip small{font-size:12px;line-height:17px}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat-item{border-bottom:1px solid var(--line);min-height:104px;gap:10px}.stat-icon{width:44px;height:44px}.stat-item strong{font-size:26px;line-height:34px}.section{padding:70px 0}.section-title h2{font-size:24px;line-height:34px}.title-decor{flex-basis:72px;width:72px;height:11px}.tabs-row{overflow-x:auto}.news-list.news-info-list{grid-template-rows:none;padding:0}.news-list .news-info-item{grid-template-columns:72px minmax(0,1fr);gap:16px;padding:18px 20px}.news-info-date strong{font-size:30px;line-height:34px}.news-info-title{font-size:16px;line-height:24px}.news-info-summary{font-size:14px;line-height:22px}.news-list a{grid-template-columns:1fr;gap:6px}.news-list time{text-align:left}.market-toolbar{padding:16px;gap:18px}.market-actions .btn{min-height:64px}html[lang=ru] .market-actions{grid-template-columns:1fr;justify-content:stretch}html[lang=ru] .market-actions .btn{width:100%;min-width:0}.market-panel{padding:0 16px 20px}.market-panel-head{min-height:58px}.market-panel .tabs-row button{min-height:58px;font-size:16px}.market-tools form{width:100%}.country-info{padding:36px 24px}.country-info-intro{margin-top:24px;font-size:18px;line-height:1.9}.cooperation-panel.is-abroad .country-info-intro{font-size:16px}.service-map-label{max-width:260px;font-size:13px;line-height:18px}.four,.video-row,.link-grid,.direction-grid,.platform-card{grid-template-columns:1fr}.expert-section{--expert-decor-top: 390px;--expert-decor-height: 118px}.expert-row{grid-template-columns:repeat(2,minmax(0,1fr))}.video-row{display:flex;overflow-x:auto}.expert-bottom-decor{top:390px;height:118px;background-size:auto 100%;opacity:.86}.video-card{min-width:82%}.ecosystem-visual-grid,.ecosystem-side-list{gap:16px}.ecosystem-visual-card,.ecosystem-visual-card.is-featured{min-height:240px}.ecosystem-side-card{min-height:210px}.ecosystem-visual-image{object-position:center bottom;opacity:.92}.ecosystem-visual-copy{max-width:none;padding:28px 22px}.ecosystem-side-card .ecosystem-visual-copy{min-height:220px;margin-left:0;padding:24px 22px;gap:12px}.ecosystem-tag{min-height:26px;padding:3px 9px;font-size:12px;line-height:18px}.ecosystem-visual-card h3{margin-top:14px;font-size:24px;line-height:34px}.ecosystem-side-heading{gap:10px}.ecosystem-side-text{--ecosystem-side-icon-size: 34px;--ecosystem-side-icon-gap: 10px}.ecosystem-side-text p{max-width:none}.ecosystem-side-card h3{margin-top:0;font-size:20px;line-height:28px}.ecosystem-visual-card p,.ecosystem-side-card p{font-size:15px;line-height:25px}.ecosystem-action{min-height:44px;margin-top:28px;padding:0 18px;font-size:16px}.ecosystem-link{margin-top:14px;font-size:16px}.ecosystem-arrow{width:18px;height:18px;flex-basis:18px}.footer-grid{gap:28px}}@media (max-width: 768px){.home-section-nav{display:none}}.contact-page{background:linear-gradient(180deg,#fff,#f6f9fd 84%,#fff)}.contact-page .page-hero{position:relative;overflow:hidden;background-position:center 53%}.contact-page .page-hero-inner{position:relative}.contact-shell{padding:58px 0 86px}.contact-info-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.contact-info-grid article{min-height:282px;padding:30px 20px;border:1px solid #edf1f7;border-radius:10px;background:#fff;text-align:center;box-shadow:0 10px 28px #062b630f}.contact-card-icon{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#f0f6ff;color:#0b63ce}.contact-card-icon .tabler-icon,.contact-callout .tabler-icon,.contact-location-pin .tabler-icon{width:35px;height:35px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.contact-card-icon .tabler-phone{fill:currentColor;stroke:none}.contact-card-icon .tabler-mail path:first-child{fill:currentColor;stroke:none}.contact-card-icon .tabler-mail path:last-child{fill:none;stroke:#fff;stroke-width:1.8}.contact-card-icon .tabler-map-pin path{fill:currentColor;stroke:none}.contact-card-icon .tabler-map-pin circle{fill:#fff;stroke:none}.contact-card-icon .tabler-clock circle{fill:currentColor;stroke:none}.contact-card-icon .tabler-clock path{fill:none;stroke:#fff;stroke-width:1.8}.contact-info-grid h2{margin:20px 0 15px;color:#173f7a;font-size:21px;line-height:30px}.contact-info-grid i{display:block;width:34px;height:3px;margin:0 auto 25px;background:#d8a344}.contact-info-grid a{display:block;color:#0b4fa8;font-size:19px;font-weight:700;line-height:29px;overflow-wrap:anywhere}.contact-info-grid p{margin:15px 0 0;color:#718097;font-size:15px;line-height:24px}.contact-map{position:relative;min-height:400px;margin-top:32px;overflow:hidden;border-radius:12px;background:#e9f0f5 url(/about/contact-map.png) center / cover no-repeat}.contact-map-panel{position:absolute;z-index:1;top:38px;left:38px;width:min(400px,calc(100% - 76px));padding:26px 28px;border-radius:8px;background:#fffffff2;box-shadow:0 12px 28px #062b631a}.contact-map-panel strong{color:#0b4fa8;font-size:20px;line-height:30px}.contact-map-panel p{margin:14px 0 22px;color:#56657b;font-size:16px;line-height:26px}.contact-map-panel div{display:flex;gap:28px;padding-top:16px;border-top:1px solid #e5edf6}.contact-map-panel a{color:#0b63ce;font-size:15px;font-weight:700}.contact-location-pin{position:absolute;z-index:1;top:55%;left:64%;display:flex;align-items:center;color:#0b63ce;transform:translate(-50%,-50%)}.contact-location-pin .tabler-icon{width:58px;height:58px;color:#0b63ce}.contact-location-pin span{margin-left:-4px;padding:12px 20px 12px 26px;border-radius:0 6px 6px 0;background:#fff;color:#0b4fa8;font-size:17px;font-weight:700;white-space:nowrap;box-shadow:0 8px 18px #062b631f}.contact-callout{display:flex;align-items:center;justify-content:center;gap:16px;min-height:80px;margin:30px 0 0;padding:18px 30px;border-radius:8px;background:#edf4fd;color:#315b99;font-size:18px;font-weight:700;line-height:28px;text-align:center}.contact-callout .tabler-icon{flex:0 0 auto;width:28px;height:28px;color:#0b63ce}@media (max-width: 1100px){.contact-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.contact-shell{width:calc(100% - 32px);padding:40px 0 64px}.contact-info-grid{grid-template-columns:1fr;gap:14px}.contact-info-grid article{min-height:0;padding:24px 18px}.contact-map{min-height:420px;margin-top:22px}.contact-map-panel{top:20px;left:16px;width:calc(100% - 32px);padding:20px}.contact-map-panel strong{font-size:17px}.contact-map-panel p{font-size:14px;line-height:23px}.contact-map-panel div{gap:16px}.contact-location-pin{top:72%;left:50%}.contact-location-pin .tabler-icon{width:46px;height:46px}.contact-location-pin span{padding:9px 12px 9px 20px;font-size:13px;white-space:normal}.contact-callout{align-items:flex-start;justify-content:flex-start;padding:18px;font-size:16px;text-align:left}}.core-competencies-page{background:linear-gradient(180deg,#fff,#f5f8fd 88%,#fff)}.core-competencies-page .page-hero{position:relative;overflow:hidden;background-position:center 53%}.core-competencies-page .page-hero-inner{position:relative}.core-competencies-shell{padding:62px 0 92px}.core-competencies-shell section+section{margin-top:70px}.core-section-heading{margin-bottom:32px;text-align:center}.core-section-heading h1,.core-section-heading h2{position:relative;display:inline-block;margin:0;padding-bottom:18px;color:#073e87;font-size:30px;line-height:40px}.core-section-heading h1:after,.core-section-heading h2:after{content:"";position:absolute;bottom:0;left:50%;width:44px;height:3px;background:#d8a344;transform:translate(-50%)}.core-section-heading p{margin:14px 0 0;color:#778399;font-size:16px;line-height:24px}.core-competencies-list{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.core-competencies-list article{position:relative;min-height:270px;padding:34px 20px 24px;overflow:hidden;border:1px solid #edf1f7;border-radius:10px;background:#fff;text-align:center;box-shadow:0 10px 26px #062b630f}.core-card-number{position:absolute;top:5px;left:16px;color:#edf3fb;font-size:54px;font-weight:700;line-height:1}.core-card-icon{position:relative;display:inline-grid;place-items:center;width:64px;height:64px;border-radius:50%;background:linear-gradient(145deg,#0d6bd9,#063c91);color:#fff;box-shadow:0 8px 16px #0b63ce38}.core-card-icon .tabler-icon,.core-service-audiences .tabler-icon,.core-service-fields .tabler-icon{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.core-competencies-list h2{position:relative;margin:22px 0 12px;color:#173f7a;font-size:18px;line-height:28px}.core-competencies-list p{position:relative;margin:0;color:#6e7b90;font-size:14px;line-height:23px;text-align:left}.core-service-audiences{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:16px}.core-service-audiences article{min-height:190px;padding:24px 12px 18px;border-radius:8px;background:#edf4fd;text-align:center}.core-service-audiences article>span{display:inline-grid;place-items:center;color:#0b63ce}.core-service-audiences article>span img{display:block;width:64px;height:64px;object-fit:contain}.core-service-audiences h3{margin:16px 0 9px;color:#174a91;font-size:18px;line-height:26px}.core-service-audiences p{margin:0;color:#708096;font-size:13px;line-height:21px}.core-service-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.core-service-fields article{position:relative;min-height:180px;padding:28px;overflow:hidden;border-radius:8px;background-position:center;background-size:cover;color:#fff;isolation:isolate}.core-service-fields article:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(110deg,#042761c2,#084c9185 55%,#2880c257)}.core-service-fields h3{margin:16px 0 7px;font-size:21px;line-height:30px}.core-service-fields p{margin:0;color:#ffffffe0;font-size:14px;line-height:23px}@media (max-width: 1100px){.core-competencies-list,.core-service-audiences{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 700px){.core-competencies-shell{width:calc(100% - 32px);padding:42px 0 64px}.core-competencies-shell section+section{margin-top:48px}.core-section-heading{margin-bottom:24px}.core-section-heading h1,.core-section-heading h2{font-size:25px;line-height:34px}.core-section-heading p{font-size:15px}.core-competencies-list,.core-service-audiences{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.core-competencies-list article{min-height:238px;padding:27px 14px 18px}.core-card-number{left:10px;font-size:42px}.core-card-icon{width:54px;height:54px}.core-competencies-list h2{margin:16px 0 8px;font-size:16px;line-height:24px}.core-competencies-list p{font-size:13px;line-height:21px}.core-service-audiences article{min-height:158px;padding:18px 10px}.core-service-audiences article>span img{width:54px;height:54px}.core-service-audiences h3{margin:10px 0 5px;font-size:16px}.core-service-audiences p{font-size:12px;line-height:19px}.core-service-fields{grid-template-columns:1fr;gap:14px}.core-service-fields article{min-height:152px;padding:22px}}.center-introduction-page{background:linear-gradient(180deg,#fff,#f6f9fd 88%,#fff)}.center-introduction-page .page-hero{position:relative;overflow:hidden;background-position:center 53%}.center-introduction-page .page-hero-inner{position:relative}.center-introduction-tabs{position:relative;z-index:2;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));min-height:80px;margin-top:-1px;background:#fff;box-shadow:0 12px 26px #15397017}.center-introduction-tabs a{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:80px;color:#1e519b;font-size:19px;font-weight:700;transition:color .2s ease,background .2s ease}.center-introduction-tabs a+a{border-left:1px solid #edf1f7}.center-introduction-tabs a:hover,.center-introduction-tabs a:focus{color:#fff;background:#0b63ce;outline:none}.center-introduction-tabs a.is-active{color:#fff;background:linear-gradient(110deg,#0b63ce,#074199)}.center-introduction-tabs .tabler-icon{width:30px;height:30px;flex:0 0 30px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.center-introduction-shell{padding:72px 0 92px}.center-introduction-shell h2{position:relative;margin:0;padding-bottom:23px;color:#073e87;font-size:29px;line-height:38px}.center-introduction-shell h2:after{content:"";position:absolute;bottom:0;left:0;width:38px;height:3px;background:#d8a344}.center-introduction-background{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.94fr);gap:72px;align-items:center}.center-section-copy p{margin:27px 0 0;color:#5e6c82;font-size:17px;line-height:2.05;text-align:justify}.center-introduction-background img{display:block;width:100%;min-height:310px;border-radius:12px;object-fit:cover;box-shadow:0 18px 35px #062b631f}.center-introduction-timeline{margin-top:72px}.center-timeline-list{position:relative;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:26px;margin-top:40px}.center-timeline-list:before{content:"";position:absolute;top:49px;left:0;right:18px;height:1px;background:#bfc9d8}.center-timeline-list:after{content:"";position:absolute;top:44px;right:0;width:11px;height:11px;border-top:1px solid #bfc9d8;border-right:1px solid #bfc9d8;transform:rotate(45deg)}.center-timeline-list article{position:relative;z-index:1}.center-timeline-list time{display:block;color:#0b63ce;font-size:19px;font-weight:700;line-height:28px}.center-timeline-list i{display:block;width:14px;height:14px;margin:15px 0 22px 12px;border:3px solid #e4effd;border-radius:50%;background:#0b63ce;box-shadow:0 2px 5px #062b6333}.center-timeline-list h3{margin:0 0 9px;color:#174a91;font-size:17px;line-height:26px}.center-timeline-list p{margin:0;color:#778399;font-size:14px;line-height:23px}.center-introduction-bottom-grid{display:grid;grid-template-columns:1.07fr .93fr;gap:42px;margin-top:74px}.center-introduction-significance,.center-introduction-positioning{min-height:322px;padding:34px 36px;border:1px solid #edf1f7;border-radius:10px;background:#ffffffe6;box-shadow:0 10px 28px #062b630d}.center-introduction-significance>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-top:34px}.center-introduction-significance article{padding:0 12px;text-align:center}.center-significance-icon{display:inline-grid;place-items:center;width:70px;height:70px;border-radius:50%;background:#f0f6ff;color:#0b63ce}.center-significance-icon .tabler-icon{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.center-introduction-significance h3{margin:15px 0 9px;color:#1d539d;font-size:16px;line-height:24px}.center-introduction-significance p{margin:0;color:#778399;font-size:13px;line-height:21px}.center-introduction-positioning blockquote{margin:32px 0 20px;padding:17px 20px;border-radius:5px;background:linear-gradient(90deg,#e8f1ff,#f4f8ff);color:#0b4fbb;font-size:22px;font-weight:700;line-height:1.58}.center-introduction-positioning>p{margin:0;color:#66748a;font-size:15px;line-height:1.9}@media (max-width: 1100px){.center-introduction-background{grid-template-columns:1fr;gap:30px}.center-introduction-background img{min-height:0;max-height:440px}.center-introduction-bottom-grid{grid-template-columns:1fr}}@media (max-width: 700px){.center-introduction-tabs{width:100%;min-height:62px}.center-introduction-tabs a{min-height:62px;gap:6px;font-size:15px}.center-introduction-tabs .tabler-icon{width:24px;height:24px;flex:0 0 24px}.center-introduction-shell{width:calc(100% - 32px);padding:42px 0 64px}.center-introduction-shell h2{padding-bottom:16px;font-size:24px;line-height:32px}.center-section-copy p{margin-top:20px;font-size:16px;line-height:1.9}.center-introduction-background{gap:24px}.center-introduction-background img{border-radius:8px}.center-introduction-timeline{margin-top:48px}.center-timeline-list{grid-template-columns:1fr;gap:0;margin-top:26px;padding-left:30px}.center-timeline-list:before{inset:8px auto 8px 6px;width:1px;height:auto}.center-timeline-list:after{display:none}.center-timeline-list article{padding:0 0 26px}.center-timeline-list article:last-child{padding-bottom:0}.center-timeline-list time{font-size:17px}.center-timeline-list i{position:absolute;top:5px;left:-30px;width:14px;height:14px;margin:0}.center-timeline-list h3{margin-bottom:5px;font-size:16px}.center-timeline-list p{font-size:14px}.center-introduction-bottom-grid{gap:22px;margin-top:48px}.center-introduction-significance,.center-introduction-positioning{min-height:0;padding:24px 18px}.center-introduction-significance>div{grid-template-columns:repeat(2,minmax(0,1fr));gap:26px 8px;margin-top:26px}.center-introduction-significance article{padding:0 5px}.center-significance-icon{width:58px;height:58px}.center-significance-icon .tabler-icon{width:30px;height:30px}.center-introduction-positioning blockquote{margin:24px 0 16px;padding:14px;font-size:18px}.center-introduction-positioning>p{font-size:15px;line-height:1.8}}.platform-nav{position:sticky;top:0;z-index:100;height:80px;background:var(--white)}.platform-nav-inner{width:100%;max-width:1920px;height:100%;margin:0 auto;padding:0 44px;display:flex;align-items:center}.platform-brand{display:inline-flex;align-items:center;flex-shrink:0}.platform-brand img{display:block;height:40px;width:auto}.platform-tabs{display:flex;gap:28px;margin-left:48px;align-items:stretch}.platform-tabs button,.platform-tab-static,.platform-tab-link{min-width:96px;padding:0 8px;white-space:nowrap}.platform-tabs button{position:relative;height:80px;border:0;background:none;color:var(--text);font-size:16px;font-weight:600;line-height:80px;text-align:center;cursor:pointer;transition:color .2s ease}.platform-tabs button:hover,.platform-tabs button.is-active{color:var(--blue-600)}.platform-tabs button.is-active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--blue-600)}.platform-tab-static,.platform-tab-link{display:inline-flex;align-items:center;justify-content:center;height:80px;border:0;background:none;color:var(--text);font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:color .2s ease}.platform-tab-static:hover,.platform-tab-link:hover,.platform-tab-static.is-active{color:var(--blue-600)}.platform-tab-static.is-active{position:relative}.platform-tab-static.is-active:after{content:"";position:absolute;left:8px;right:8px;bottom:0;height:4px;background:var(--blue-600)}.platform-toast{position:fixed;top:96px;left:50%;z-index:200;transform:translate(-50%) translateY(-8px);padding:10px 22px;border:1px solid var(--blue-400);border-radius:8px;background:var(--white);box-shadow:0 6px 20px #062b632e;color:var(--blue-800);font-size:14px;line-height:22px;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease}.platform-toast.is-show{opacity:1;transform:translate(-50%) translateY(0)}.platform-account{margin-left:auto;display:flex;align-items:center;gap:24px;flex-shrink:0}.platform-account-item{display:inline-flex;align-items:center;gap:6px;color:var(--text);font-size:14px}.platform-account-item .tabler-icon{width:18px;height:18px}.platform-account-item.is-certified{color:#18a875}.platform-account-dropdown{position:relative}.platform-company{display:inline-flex;align-items:center;gap:6px;padding:0 16px;border:0;background:none;color:var(--ink);font-size:14px;font-weight:600;cursor:pointer}.platform-company .tabler-icon{width:16px;height:16px;transition:transform .2s ease}.platform-account-dropdown.is-open .platform-company .tabler-icon{transform:rotate(180deg)}.platform-account-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:300;min-width:168px;padding:6px;border:1px solid var(--line);border-radius:8px;background:var(--white);box-shadow:var(--shadow-card)}.platform-account-menu button{display:block;width:100%;height:38px;padding:0 12px;border:0;border-radius:6px;background:none;color:var(--text);font-size:14px;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease}.platform-account-menu button:hover{background:#0b63ce14;color:var(--blue-600)}.platform-back{margin-left:28px;display:inline-flex;align-items:center;justify-content:center;height:40px;padding:0 20px;border:0;border-radius:8px;background:var(--blue-600);color:var(--white);font-size:14px;font-weight:600;text-decoration:none;transition:background .2s ease}.platform-back:hover{background:var(--blue-800)}.platform-main{background:var(--white)}.platform-stage{max-width:1920px;margin:0 auto}.platform-figure{margin:0;display:none}.platform-figure.is-active{display:block}.platform-figure img{display:block;width:100%;height:auto;cursor:pointer}.platform-empty-main{min-height:calc(100vh - 80px);background:linear-gradient(180deg,#f4f8fd,#eaf4ff)}.platform-empty{min-height:calc(100vh - 80px);display:grid;place-items:center;text-align:center}.platform-empty p{margin:0 0 14px;color:var(--blue-600);font-size:18px;font-weight:600}.platform-empty h1{margin:0;color:var(--ink);font-size:42px;line-height:1.25;font-weight:700}@media (max-width: 1600px){.platform-nav-inner{padding:0 24px}.platform-brand img{height:36px}.platform-tabs{gap:20px;margin-left:36px}.platform-account{gap:16px}}.platform-badge{position:absolute;top:20px;right:20px;z-index:2;height:26px;padding:0 10px;border:1px solid rgba(255,255,255,.45);border-radius:4px;background:#ffffff29;color:var(--white);font-size:12px;font-weight:500;line-height:24px}.site-header.is-inner .main-nav{background:#fff;box-shadow:0 1px #062b6314}.site-header.is-inner .brand-logo-white{opacity:0}.site-header.is-inner .brand-logo-black{opacity:1}.site-header.is-inner .nav-links,.site-header.is-inner .language-btn,.site-header.is-inner .language-btn .tabler-icon{color:#17233d}.supply-page{background:#fff}.page-hero{height:300px;margin-top:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#dfefff;background-position:center;background-size:cover;color:#244f9d;text-align:center}.page-hero h1{margin:0 0 24px;font-size:48px;line-height:44px;font-weight:700;letter-spacing:0}.page-hero p{margin:0;font-size:22px;line-height:24px;color:#244f9d}.page-hero-line{display:block;width:72px;height:3px;margin:28px auto 0;background:#d8a344}.search-page{background:#fff}.search-hero{min-height:400px;margin-top:88px;display:flex;align-items:center;background:#062b63 url(/search-hero.png) center / cover no-repeat;color:#fff;text-align:center}.search-hero-inner{display:flex;flex-direction:column;align-items:center;padding:54px 0 50px}.search-hero h1{margin:0;color:#fff;font-size:48px;line-height:1.3;font-weight:700;letter-spacing:.02em;text-shadow:0 4px 16px rgba(0,22,67,.25)}.search-hero-line{display:block;width:72px;height:3px;margin:20px 0 34px;background:#f1b52b}.search-hero-form{display:grid;grid-template-columns:30px minmax(0,1fr) 130px;align-items:center;width:min(860px,100%);min-height:64px;padding:5px 6px 5px 22px;border:1px solid rgba(119,174,255,.5);border-radius:10px;background:#fffffffa;box-shadow:0 14px 34px #0011383d;text-align:left}.search-hero-form .search-hero-icon{width:28px;height:28px;color:#345477}.search-hero-form input{width:100%;min-width:0;height:52px;padding:0 20px;border:0;outline:0;background:transparent;color:#17233d;font-size:20px}.search-hero-form input::placeholder{color:#7c879b}.search-hero-form button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:52px;border:0;border-radius:8px;background:#d99b16;color:#fff;font-size:19px;font-weight:700;box-shadow:none}.search-hero-form button:hover,.search-hero-form button:focus{background:#c98d12;transform:none;box-shadow:none}.search-hero-form button .tabler-icon{width:25px;height:25px}.search-hero-summary{margin:24px 0 0;color:#ffffffd1;font-size:18px;line-height:28px}.search-hero-summary strong{color:#fff;font-weight:700}.search-hero-summary em{color:#f2b52c;font-size:24px;font-style:normal;font-weight:700}.search-results-shell{padding:0 0 80px}.search-category-row{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:space-between;gap:0 16px;min-height:74px;border-bottom:1px solid #dfe5ee}.search-category-row button{position:relative;flex:0 0 auto;min-height:74px;padding:0 18px;border:0;border-radius:0;background:transparent;color:#4b5870;font-size:18px;box-shadow:none;white-space:nowrap}.search-category-row button:after{content:"";position:absolute;right:16px;bottom:-1px;left:16px;height:3px;background:#d99b16;opacity:0;transform:scaleX(.5);transition:opacity .2s ease,transform .2s ease}.search-category-row button:hover,.search-category-row button:focus,.search-category-row button.is-active{color:#073e87;font-weight:700;outline:none;transform:none;box-shadow:none}.search-category-row button.is-active:after{opacity:1;transform:scaleX(1)}.search-toolbar{display:flex;align-items:center;justify-content:space-between;min-height:74px;color:#7c879b;font-size:16px}.search-toolbar strong{color:#0b63ce;font-weight:700}.search-result-list{border-top:0}.search-result-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:0;padding:20px 0 22px;border-bottom:1px solid #e4e9f0;transition:background .2s ease,padding .2s ease}.search-result-item:hover,.search-result-item:focus{padding-right:16px;padding-left:16px;background:#f6f9fd;outline:none}.search-result-index{color:#073e87;font-size:24px;line-height:34px;font-weight:700}.search-result-body{min-width:0}.search-result-body>strong{display:block;overflow:hidden;color:#073e87;font-size:22px;line-height:34px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.search-result-meta{display:flex;align-items:center;gap:12px;margin-top:5px;color:#7c879b;font-size:15px;line-height:24px}.search-result-meta i{width:1px;height:14px;background:#c8d1de}.search-result-summary{display:block;margin-top:7px;overflow:hidden;color:#4b5870;font-size:16px;line-height:28px;text-overflow:ellipsis;white-space:nowrap}.search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:280px;border-bottom:1px solid #e4e9f0;color:#7c879b;text-align:center}.search-empty .tabler-icon{width:42px;height:42px;margin-bottom:16px;color:#9eabc0}.search-empty strong{color:#4b5870;font-size:20px;line-height:30px}.search-empty p{margin:8px 0 0;font-size:15px;line-height:24px}.search-pagination{display:flex;align-items:center;justify-content:center;gap:12px;padding-top:34px}.search-pagination button{min-width:44px;min-height:44px;padding:0 12px;border:1px solid #dce4ee;border-radius:5px;background:#fff;color:#4b5870;font-size:16px;box-shadow:none}.search-pagination button:hover,.search-pagination button:focus{border-color:#0b63ce;color:#0b63ce;outline:none;transform:none;box-shadow:none}.search-pagination button.is-active{border-color:#073e87;background:#073e87;color:#fff}.search-pagination button:disabled{color:#b0bac8;background:#f8fafc;cursor:not-allowed}.search-pagination span{color:#7c879b}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.supply-layout{width:min(var(--container),calc(100% - 48px));margin:46px auto 108px;display:grid;grid-template-columns:114px minmax(0,1318px);gap:8px;align-items:start}.supply-side-tabs{width:114px;display:grid;gap:12px}.supply-side-tab{position:relative;width:102px;min-height:525px;border:0;border-radius:0;background-color:#d9d9d9;color:#4b5870;background-position:center;background-size:cover;cursor:pointer;overflow:visible}.supply-side-tab.result{background-color:#244f9d}.supply-side-tab.result:not(.is-active){color:#4b5870}.supply-side-tab.demand{background-color:#31b6a1}.supply-side-tab span{display:block;white-space:pre-line;font-size:28px;line-height:34px;font-weight:500;letter-spacing:0}.supply-side-tab.is-active{color:#fff;background-image:none!important}.supply-side-tab.result.is-active{background:#244f9d}.supply-side-tab.demand.is-active{background:#31b6a1}.supply-side-tab.is-active:after{content:"";position:absolute;top:246px;right:-12px;width:12px;height:32px;background:#244f9d;clip-path:polygon(0 0,100% 50%,0 100%)}.supply-side-tab.demand.is-active:after{background:#31b6a1}.supply-panel{display:none}.supply-panel.is-active{display:block}.supply-tools{display:grid;grid-template-columns:minmax(560px,780px) auto;gap:20px;justify-content:space-between;align-items:center;margin-bottom:24px}.supply-search{height:72px;display:grid;grid-template-columns:32px minmax(0,1fr) 150px;align-items:center;gap:24px;padding:8px 10px 8px 32px;border:1px solid #dde6f2;border-radius:8px;background:#fff}.supply-search-icon .tabler-icon{display:block;width:32px;height:32px;color:#244f9d}.supply-search input{width:100%;min-width:0;border:0;outline:none;color:#17233d;font-size:20px;line-height:32px}.supply-search input::placeholder{color:#738bb4;opacity:1}.supply-search button{height:56px;border:1px solid #5b8ef9;border-radius:8px;background:linear-gradient(180deg,#134292,#062562);color:#fff;font-size:20px;line-height:28px;cursor:pointer}.supply-actions{display:flex;align-items:center;gap:24px}.supply-action{width:194px;height:56px;display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:8px;color:#fff;font-size:20px;line-height:30px;text-decoration:none}.supply-action.result{background:#224c98}.supply-action.demand{background:#31b6a1}.supply-action .tabler-icon{width:24px;height:24px}@media (min-width: 1101px){html[lang=ru] .supply-action{width:max-content;min-width:194px;padding-inline:16px;white-space:nowrap;overflow-wrap:normal}}.supply-filter-card{min-height:226px;padding:28px;border:1px solid #dde6f2;border-radius:8px;background:#fff;display:grid;gap:24px}.supply-filter-row{display:flex;align-items:center;gap:16px;min-height:40px}.supply-filter-row strong{flex:0 0 100px;color:#000;font-size:16px;line-height:20px;font-weight:400}.supply-filter-row div{display:flex;flex-wrap:wrap;gap:20px}.supply-filter-row button{min-width:80px;min-height:40px;padding:10px 20px;border:0;border-radius:8px;background:#f4f8fd;color:#17233d;font-size:16px;line-height:20px;cursor:pointer}.supply-filter-row button.is-active{background:#0b63ce;color:#fff}.supply-meta{height:27px;margin:20px 28px;display:flex;align-items:center;justify-content:space-between;color:#17233d;font-size:18px;line-height:27px}.supply-meta p{margin:0}.supply-meta strong{color:#0b63ce;font-weight:500}.supply-list-card{padding:16px 28px;border:1px solid #dde6f2;border-radius:8px;background:#fff}.supply-item{position:relative;z-index:0;min-height:112px;display:grid;grid-template-columns:minmax(360px,430px) minmax(480px,1fr) 40px;gap:24px;align-items:center;padding:16px 0;border-bottom:1px solid #dde6f2;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.supply-item:before{content:"";position:absolute;z-index:-1;inset:0 -28px;border-radius:4px;background:#f4f8fd;opacity:0;pointer-events:none;transition:opacity .2s ease}.supply-item:hover,.supply-item:focus-within{background:transparent;transform:translateY(-1px);box-shadow:0 8px 18px #062b630f}.supply-item:hover:before,.supply-item:focus-within:before{opacity:1}.supply-item:last-child{border-bottom:0}.supply-item-main h2{min-width:0;margin:0 0 8px;overflow:hidden;color:#0b63ce;font-size:18px;line-height:28px;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.supply-item-main p{margin:0;overflow:hidden;color:#4b5870;font-size:16px;line-height:25px;text-overflow:ellipsis;white-space:nowrap}.supply-item dl{margin:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;min-width:0}.supply-item dl>div{min-width:0}.supply-item dt{margin:0 0 8px;color:#7c879b;font-size:16px;line-height:25px;font-weight:400}.supply-item dd{display:block;min-width:0;margin:0;overflow:hidden;color:#000;font-size:16px;line-height:25px;text-overflow:ellipsis;white-space:nowrap}.supply-item-detail{justify-self:end;color:#244f9d;font-size:16px;line-height:25px;text-align:right;white-space:nowrap}.supply-pagination{margin-top:40px;display:flex;align-items:center;justify-content:center;gap:22px}.supply-pagination a,.supply-pagination span{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;color:#17233d;font-size:16px;line-height:18px;text-decoration:none}.supply-pagination a{border:1px solid #dde6f2;background:#f4f8fd}.supply-pagination a.is-active{border-color:#0b63ce;background:#0b63ce;color:#fff}.news-center-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff 46%,#f4f8fd)}.news-center-page:before{content:"";position:absolute;left:0;right:0;bottom:0;height:260px;pointer-events:none;opacity:.5;background:url(/decor/news-silk-road-footer.png) center bottom / cover no-repeat}.news-center-shell{position:relative;z-index:2;width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:34px 0 96px}.news-center-list-card{margin-top:34px;padding:22px 46px 28px;border:1px solid rgba(221,230,242,.86);border-radius:8px;background:#fffffff5;box-shadow:0 10px 28px #062b630d}.news-center-list{position:relative;display:grid}.news-center-list:before{content:"";position:absolute;top:39px;bottom:39px;left:153px;width:1px;background:#dde6f2}.news-center-item{position:relative;min-height:128px;display:grid;grid-template-columns:126px 54px minmax(0,1fr) 128px;gap:0;align-items:start;padding:28px 0;border-bottom:1px solid #e2e9f3;color:#17233d;text-decoration:none;transition:transform .2s ease}.news-center-item:before{content:"";position:absolute;inset:0 -46px;z-index:-1;background:#f4f8fd;opacity:0;transition:opacity .2s ease}.news-center-item:last-child{border-bottom:0}.news-center-item:hover,.news-center-item:focus{transform:translateY(-1px);outline:none}.news-center-item:hover:before,.news-center-item:focus:before{opacity:1}.news-center-date{display:grid;gap:4px;color:#0b63ce;line-height:1}.news-center-date span{font-size:16px;font-weight:400}.news-center-date strong{font-size:30px;line-height:36px;font-weight:500;letter-spacing:0}.news-center-line{position:relative;align-self:stretch;display:flex;align-items:flex-start;justify-content:center;padding-top:11px}.news-center-line:before{content:none}.news-center-dot{position:absolute;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#d8a344;box-shadow:0 0 0 2px #d8a3442e}.news-center-body{min-width:0;display:grid;gap:12px;padding-right:36px}.news-center-body strong{color:#17233d;font-size:20px;line-height:30px;font-weight:600;transition:color .2s ease}.news-center-body em{color:#4b5870;font-size:17px;line-height:30px;font-style:normal}.news-center-detail{align-self:center;justify-self:end;display:inline-flex;align-items:center;gap:8px;margin-top:0;color:#0b63ce;font-size:17px;line-height:26px;font-weight:400;white-space:nowrap}.news-center-detail .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.news-center-item:hover .news-center-detail .tabler-icon,.news-center-item:focus .news-center-detail .tabler-icon{transform:translate(3px)}.news-center-item:hover .news-center-body strong,.news-center-item:focus .news-center-body strong{color:#073f8e}.news-center-footer{display:flex;align-items:center;justify-content:center;padding-top:22px}.news-center-pagination{margin-top:0;justify-content:center}.news-center-footer p{margin:0;color:#4b5870;font-size:16px;line-height:24px;white-space:nowrap}.policy-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff 48%,#f4f8fd)}.policy-page:before{content:"";position:absolute;left:0;right:0;bottom:0;height:260px;pointer-events:none;opacity:.42;background:url(/decor/news-silk-road-footer.png) center bottom / cover no-repeat}.policy-shell{position:relative;z-index:2;width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:34px 0 96px}.policy-layout{display:grid;grid-template-columns:246px minmax(0,1fr);gap:24px;align-items:start;margin-top:34px}.policy-side-nav{position:sticky;top:96px;display:grid;gap:6px;padding:12px;border:1px solid rgba(221,230,242,.86);border-radius:8px;background:#fffffff7;box-shadow:0 10px 28px #062b630d}.policy-side-tab{position:relative;min-height:48px;padding:12px 14px 12px 20px;border:0;border-radius:6px;background:transparent;color:#33425c;font-family:inherit;font-size:15px;line-height:22px;font-weight:400;text-align:left;transition:background .2s ease,color .2s ease}.policy-side-tab:before{content:"";position:absolute;left:6px;top:50%;width:3px;height:0;border-radius:2px;background:#0b63ce;transform:translateY(-50%);transition:height .2s ease}.policy-side-tab:hover,.policy-side-tab:focus-visible{background:#f4f8fd;color:#0b63ce;outline:none}.policy-side-tab.is-active{background:#eef5ff;color:#0b63ce;font-weight:600}.policy-side-tab.is-active:before{height:24px}.policy-content{min-width:0}.policy-panel-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}.policy-panel-head h2{position:relative;margin:0;padding-bottom:12px;color:#17233d;font-size:24px;line-height:34px;font-weight:700}.policy-panel-head h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:#d8a344}.policy-panel-head p{margin:0;color:#7c879b;font-size:15px;line-height:22px;white-space:nowrap}.policy-list-card{padding:10px 46px 28px;border:1px solid rgba(221,230,242,.86);border-radius:8px;background:#fffffff7;box-shadow:0 10px 28px #062b630d}.policy-list{display:grid}.policy-item{position:relative;min-height:92px;display:grid;grid-template-columns:42px minmax(0,1fr) 34px;gap:26px;align-items:center;padding:22px 0;border-bottom:1px solid #e2e9f3;color:#17233d;text-decoration:none;transition:transform .2s ease}.policy-item:last-child{border-bottom:0}.policy-item:before{content:"";position:absolute;inset:0 -46px;z-index:-1;background:#f4f8fd;opacity:0;transition:opacity .2s ease}.policy-item:hover,.policy-item:focus{transform:translateY(-1px);outline:none}.policy-item:hover:before,.policy-item:focus:before{opacity:1}.policy-icon{display:inline-grid;place-items:center;width:34px;height:34px;color:#0b63ce}.policy-icon .tabler-icon{width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.policy-copy{min-width:0;display:grid;gap:10px}.policy-copy strong{color:#17233d;font-size:20px;line-height:30px;font-weight:700}.policy-meta{display:flex;flex-wrap:wrap;gap:10px 24px;color:#6e7888;font-size:15px;line-height:22px}.policy-date{display:inline-flex;align-items:center;gap:7px}.policy-date .tabler-icon{width:17px;height:17px;color:#4d638a}.policy-arrow{display:inline-grid;place-items:center;justify-self:end;width:30px;height:30px;color:#7c879b;transition:color .2s ease,transform .2s ease}.policy-arrow .tabler-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.policy-item:hover .policy-copy strong,.policy-item:focus .policy-copy strong{color:#073f8e}.policy-item:hover .policy-arrow,.policy-item:focus .policy-arrow{color:#0b63ce;transform:translate(3px)}.policy-pagination{margin-top:22px}.news-detail-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff,#f4f8fd)}.news-detail-page:before{content:"";position:absolute;left:0;right:0;bottom:0;height:260px;pointer-events:none;opacity:.45;background:url(/decor/news-silk-road-footer.png) center bottom / cover no-repeat}.news-detail-shell{position:relative;z-index:2}.news-detail-card{margin-top:34px;padding:42px 48px 82px;border:1px solid rgba(221,230,242,.78);border-radius:8px;background:#fffffffa;box-shadow:0 10px 28px #062b630d}.news-detail-head{text-align:center}.news-detail-title{position:relative;margin:0;padding-bottom:28px;color:#17233d;font-size:32px;line-height:46px;font-weight:700}.news-detail-title:after{content:"";position:absolute;left:50%;bottom:0;width:54px;height:3px;background:#d8a344;transform:translate(-50%)}.news-detail-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:16px 52px;width:calc(100% - 96px);margin:24px auto 0;padding-bottom:22px;border-bottom:1px solid #e2e9f3;color:#6e7888;font-size:15px;line-height:24px}.news-detail-meta span{display:inline-flex;align-items:center;gap:8px}.news-detail-meta .tabler-icon{width:18px;height:18px;color:#7c879b}.news-detail-cover{display:block;width:min(960px,100%);aspect-ratio:16 / 9;height:auto;margin:34px auto 30px;object-fit:cover;border-radius:6px;background:#dfefff}.news-detail-body{width:calc(100% - 96px);margin:0 auto}.policy-detail-body{padding-top:34px}.news-detail-body p{margin:0;color:#33425c;font-size:17px;line-height:34px;text-indent:2em}.news-detail-body p+p{margin-top:16px}.policy-doc-number{margin:16px 0 0;color:#0b63ce;font-size:16px;line-height:24px;font-weight:600;letter-spacing:.02em;text-align:center}.policy-detail-body .policy-block{margin:0;color:#33425c;font-size:17px;line-height:38px}.policy-detail-body .policy-block+.policy-block{margin-top:0}.policy-detail-body .policy-block.policy-paragraph+.policy-block.policy-paragraph{margin-top:12px}.policy-detail-body .policy-block.policy-paragraph{text-indent:2em}.policy-detail-body .policy-block.policy-title{margin-top:26px;color:#17233d;font-size:19px;line-height:36px;font-weight:600;text-align:center;text-indent:0}.policy-detail-body .policy-block.policy-chapter{margin-top:34px;color:#17233d;font-size:20px;line-height:38px;font-weight:700;text-align:center;text-indent:0}.policy-detail-body .policy-block.policy-heading{margin-top:28px;color:#17233d;font-size:20px;line-height:38px;font-weight:700;text-indent:2em}.policy-detail-body .policy-block.policy-subheading{margin-top:20px;color:#1f2f4d;font-size:18px;line-height:36px;font-weight:600;text-indent:2em}.policy-detail-body .policy-block.policy-subheading-sub{margin-top:16px;color:#26364f;font-size:17px;line-height:36px;font-weight:600;text-indent:2em}.policy-detail-body .policy-block.policy-signature{margin-top:30px;padding-right:1em;color:#17233d;font-size:17px;line-height:36px;text-align:right;text-indent:0}.policy-detail-body .policy-block.policy-attachment-note{margin-top:26px;color:#4b5870;font-size:16px;line-height:34px;text-indent:0}.policy-detail-body .policy-block:first-child{margin-top:0}.policy-detail-body .policy-summary{margin:0 0 28px;padding:18px 22px;border-left:3px solid #0b63ce;border-radius:0 6px 6px 0;background:#f4f8fd;color:#33425c;font-size:16px;line-height:34px;text-indent:0}.policy-detail-body .policy-summary span{display:block;margin-bottom:6px;color:#073f8e;font-size:14px;line-height:20px;font-weight:700;letter-spacing:.04em}.policy-signature-block{display:grid;justify-items:end;gap:4px;margin-top:30px;padding-right:1em;color:#17233d;font-size:17px;line-height:36px}.policy-detail-body .policy-source-note{margin:30px 0 0;padding-top:20px;border-top:1px dashed #e2e9f3;color:#7c879b;font-size:15px;line-height:28px;text-indent:0}.policy-attachments{width:calc(100% - 96px);margin:34px auto 0;padding-top:28px;border-top:1px solid #e2e9f3}.policy-attachments h2{display:flex;align-items:center;gap:10px;margin:0 0 18px;color:#073f8e;font-size:22px;line-height:30px;font-weight:700}.policy-attachments h2 .tabler-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.policy-attachment-list{display:grid;gap:12px}.policy-attachment-link{min-height:66px;display:grid;grid-template-columns:34px minmax(0,1fr) 76px;gap:16px;align-items:center;padding:14px 16px;border:1px solid #dde6f2;border-radius:6px;background:#f7fbff;color:#17233d;text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s ease}.policy-attachment-link:hover,.policy-attachment-link:focus{border-color:#0b63ce57;background:#f4f8fd;transform:translateY(-1px);outline:none}.policy-attachment-icon{display:inline-grid;place-items:center;width:34px;height:34px;color:#0b63ce}.policy-attachment-icon .tabler-icon{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.policy-attachment-copy{min-width:0;display:grid;gap:4px}.policy-attachment-copy strong{overflow:hidden;color:#17233d;font-size:17px;line-height:24px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.policy-attachment-copy em{color:#6e7888;font-size:14px;line-height:20px;font-style:normal}.policy-attachment-action{justify-self:end;min-height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:4px;background:#0b63ce;color:#fff;font-size:15px;line-height:20px}.news-detail-adjacent{position:relative;z-index:2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:calc(100% - 96px);padding:24px 28px;margin-inline:auto;margin-top:34px;border:1px solid #e2e9f3;border-radius:8px;background:#f7fbff;color:#073f8e;font-size:16px;line-height:24px}.news-detail-adjacent a,.news-detail-adjacent>span{min-width:0;display:flex;align-items:center;gap:8px;color:inherit}.news-detail-adjacent a:last-child,.news-detail-adjacent>span:last-child{justify-content:flex-end;text-align:right}.news-detail-adjacent a:hover,.news-detail-adjacent a:focus{color:#0b63ce;outline:none}.news-detail-adjacent span span,.news-detail-adjacent a span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.news-detail-adjacent .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.video-interviews-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff 45%,#f4f8fd)}.video-interviews-page:before{content:"";position:absolute;left:0;right:0;bottom:0;height:280px;pointer-events:none;opacity:.42;background:url(/decor/news-silk-road-footer.png) center bottom / cover no-repeat}.video-interviews-shell,.video-promotions-shell{position:relative;z-index:2;width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:34px 0 96px}.video-interviews-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:34px 0 28px}.video-promotions-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:64px 0 28px}.video-interviews-toolbar h2{position:relative;margin:0;padding-bottom:14px;color:#17233d;font-size:24px;line-height:34px;font-weight:700}.video-interviews-toolbar h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:#d8a344}.video-promotions-toolbar h2{position:relative;margin:0;padding-bottom:14px;color:#17233d;font-size:24px;line-height:34px;font-weight:700}.video-promotions-toolbar h2:after{content:"";position:absolute;left:0;bottom:0;width:52px;height:3px;background:#d8a344}.video-interviews-grid,.video-promotions-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.video-interview-card{overflow:hidden;border:1px solid rgba(221,230,242,.9);border-radius:8px;background:#fffffffa;box-shadow:0 10px 28px #062b630f;color:#17233d;text-decoration:none;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.video-interview-card:hover,.video-interview-card:focus{border-color:#0b63ce4d;box-shadow:0 16px 34px #062b631f;transform:translateY(-3px);outline:none}.video-interview-cover{position:relative;display:grid;place-items:center;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#0b63ce,#062b63)}.video-interview-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#0314360f,#0314363d);pointer-events:none}.video-interview-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .32s ease}.video-interview-play{position:relative;z-index:1;display:grid;place-items:center;width:56px;height:56px;border:2px solid rgba(255,255,255,.78);border-radius:50%;background:#062b6347;color:#fff;transition:transform .24s ease,background .24s ease,border-color .24s ease}.video-interview-play .tabler-icon{width:28px;height:28px;fill:currentColor;stroke:none;transform:translate(2px)}.video-interview-duration{position:absolute;right:10px;bottom:10px;z-index:1;padding:3px 8px;border-radius:4px;background:#00000094;color:#fff;font-size:14px;line-height:18px;font-weight:600}.video-interview-body{display:grid;gap:10px;padding:18px 18px 20px}.video-interview-body h3{margin:0 0 6px;color:#17233d;font-size:20px;line-height:30px;font-weight:700;transition:color .2s ease}html[lang=en] .video-interview-body h3,html[lang=ru] .video-interview-body h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.video-interview-body strong{color:#0b63ce;font-size:17px;line-height:24px;font-weight:700}.video-interview-body p{min-height:44px;margin:0;color:#4b5870;font-size:15px;line-height:22px}.video-interview-body time{color:#7c879b;font-size:15px;line-height:22px}.video-interview-card:hover .video-interview-cover img,.video-interview-card:focus .video-interview-cover img{transform:scale(1.04)}.video-interview-card:hover .video-interview-play,.video-interview-card:focus .video-interview-play{border-color:#fffffff0;background:#0b63cebd;transform:scale(1.08)}.video-interview-card:hover .video-interview-body h3,.video-interview-card:focus .video-interview-body h3{color:#073f8e}.video-interview-pagination{margin-top:40px}.video-promo-featured{position:relative;display:block;margin-top:34px;overflow:hidden;border-radius:12px;box-shadow:0 14px 36px #062b632e;color:#fff;text-decoration:none;transition:box-shadow .22s ease}.video-promo-featured:hover,.video-promo-featured:focus{box-shadow:0 18px 42px #062b6342;outline:none}.video-promo-cover{position:relative;display:grid;place-items:center;aspect-ratio:16 / 9;overflow:hidden;background:linear-gradient(135deg,#0b63ce,#062b63)}.video-promo-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#03143614,#03143633);pointer-events:none}.video-promo-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.video-promo-featured:hover .video-promo-cover img{transform:scale(1.03)}.video-promo-play{position:relative;z-index:1;display:grid;place-items:center;width:76px;height:76px;border:2px solid rgba(255,255,255,.85);border-radius:50%;background:#062b6352;color:#fff;transition:transform .24s ease,background .24s ease,border-color .24s ease}.video-promo-play .tabler-icon{width:36px;height:36px;fill:currentColor;stroke:none;transform:translate(2px)}.video-promo-featured:hover .video-promo-play,.video-promo-featured:focus .video-promo-play{border-color:#fffffff2;background:#0b63cecc;transform:scale(1.07)}.video-promo-overlay{position:absolute;z-index:1;right:0;bottom:0;left:0;display:grid;gap:10px;padding:26px 34px 30px;background:linear-gradient(180deg,#03143600,#031436c7)}.video-promo-tag{justify-self:start;padding:4px 12px;border-radius:4px;background:#c99a3d;color:#fff;font-size:13px;line-height:20px;font-weight:600}.video-promo-overlay h2{margin:0;color:#fff;font-size:30px;line-height:42px;font-weight:700}.video-promo-overlay p{max-width:760px;margin:0;color:#ffffffeb;font-size:16px;line-height:26px}.video-promo-meta{display:flex;align-items:center;gap:12px;color:#ffffffd1;font-size:14px;line-height:22px}.video-promo-card{display:flex;flex-direction:column}.video-promo-card .video-interview-body{display:flex;flex:1 1 auto;flex-direction:column}.video-promo-card .video-interview-body time{margin-top:auto}.project-results-page{background:#fff}.project-results-shell{width:min(var(--container),calc(100% - 48px));margin:0 auto 96px;padding-top:34px}.project-result-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:end;margin-bottom:34px;border-bottom:1px solid #d8dee8}.project-result-tabs button{position:relative;min-height:64px;border:0;background:transparent;color:#7c879b;font-size:28px;line-height:36px;font-weight:700;cursor:pointer;box-shadow:none;transform:none;transition:color .2s ease}.project-result-tabs button:hover,.project-result-tabs button:focus{color:#083c86;box-shadow:none;transform:none;outline:none}.project-result-tabs button:after{content:"";position:absolute;left:50%;bottom:-1px;width:188px;height:3px;transform:translate(-50%) scaleX(0);transform-origin:center;background:#d8a344;transition:transform .24s ease}.project-result-tabs button.is-active{color:#083c86}.project-result-tabs button.is-active:after{transform:translate(-50%) scaleX(1)}.project-result-panel{display:none}.project-result-panel.is-active{display:block}.project-result-list{display:grid;gap:28px}.project-result-item{min-height:174px;display:grid;grid-template-columns:360px minmax(0,1fr) 132px;gap:44px;align-items:center;padding:16px 42px 16px 16px;border:1px solid #edf2f8;border-radius:8px;background:#fff;box-shadow:0 10px 28px #062b6314;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.project-result-item:hover,.project-result-item:focus-within{transform:translateY(-2px);box-shadow:0 16px 34px #062b631f}.project-result-item img{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;border-radius:5px;background:#dfefff}.project-result-item-body{min-width:0}.project-result-item h2{margin:0 0 18px;overflow:hidden;color:#073f8e;font-size:24px;line-height:34px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.project-result-meta{display:flex;flex-wrap:wrap;gap:22px 48px;margin-bottom:18px;color:#33425c;font-size:16px;line-height:26px}.project-result-meta span{display:inline-flex;align-items:center;gap:10px}.project-result-meta .tabler-icon{width:20px;height:20px;color:#6e7888}.project-result-item p{display:-webkit-box;margin:0;overflow:hidden;color:#33425c;font-size:17px;line-height:32px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-card-detail{display:inline-flex;align-items:center;gap:8px;color:#073f8e;font-size:17px;line-height:26px;font-weight:400;text-decoration:none;white-space:nowrap}.project-detail-icon{width:24px;height:24px;display:inline-grid;place-items:center;border:1px solid rgba(7,63,142,.28);border-radius:50%;color:#073f8e;transition:transform .2s ease,border-color .2s ease,background .2s ease}.project-detail-icon .tabler-icon{width:15px;height:15px}.project-result-item:hover .project-detail-icon,.project-result-item:focus .project-detail-icon,.project-case-card:hover .project-detail-icon,.project-case-card:focus .project-detail-icon{border-color:#073f8e;background:#073f8e0f;transform:translate(3px)}.project-case-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.project-case-card{position:relative;min-height:472px;display:flex;flex-direction:column;border:1px solid #dde6f2;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 8px 22px #062b6314;text-decoration:none;transition:transform .22s ease,box-shadow .22s ease}.project-case-card:hover,.project-case-card:focus-within{transform:translateY(-3px);box-shadow:0 16px 34px #062b631f}.project-case-card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:#0b63ce;opacity:0}.project-case-card:hover:after,.project-case-card:focus-within:after{opacity:1}.project-case-card img{width:100%;aspect-ratio:16 / 9;height:auto;object-fit:cover;background:#dfefff}.project-case-body{min-width:0;flex:1;display:flex;flex-direction:column;padding:18px 22px 22px}.project-case-card h2{display:-webkit-box;margin:0 0 14px;overflow:hidden;color:#073f8e;font-size:21px;line-height:30px;font-weight:700;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-case-card dl{display:grid;gap:6px;margin:0 0 18px;color:#17233d;font-size:16px;line-height:26px}.project-case-card dl div{display:flex;min-width:0}.project-case-card dt{flex:0 0 auto;font-weight:700}.project-case-card dd{min-width:0;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-case-card p{display:-webkit-box;margin:0;overflow:hidden;color:#33425c;font-size:16px;line-height:30px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-case-card .project-card-detail{min-height:52px;margin-top:auto;align-self:flex-start;align-items:center}.project-results-pagination{margin-top:34px}.project-detail-page{background:#fff}.detail-shell{width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:48px 0 96px}.detail-content{margin-top:34px}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#6e7888;font-size:16px;line-height:24px}.breadcrumb a{display:inline-flex;align-items:center;gap:8px;color:#4b5870;text-decoration:none}.breadcrumb a:hover,.breadcrumb a:focus{color:#0b63ce;outline:none}.breadcrumb strong{color:#4b5870;font-weight:600}.breadcrumb .tabler-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.breadcrumb-separator{color:#8a94a6}.expert-resources-page{background:linear-gradient(180deg,#fff 0,#f7fbff 45%,#fff)}.expert-resources-shell{width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:32px 0 96px}.expert-resources-intro{margin-top:30px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:40px;align-items:center;padding:32px 36px;border:1px solid #dce7f6;border-radius:8px;background:linear-gradient(135deg,#fff,#edf6ff);box-shadow:0 16px 38px #062b630f}.expert-resources-intro span{display:block;margin-bottom:10px;color:#0b63ce;font-size:16px;line-height:22px;font-weight:600}.expert-resources-intro h2{margin:0 0 14px;color:#063575;font-size:30px;line-height:40px;font-weight:700}.expert-resources-intro p{max-width:760px;margin:0;color:#33425c;font-size:18px;line-height:32px}.expert-resources-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.expert-resources-stats strong{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(11,99,206,.16);border-radius:8px;background:#ffffffc2;color:#4b5870;font-size:14px;line-height:20px;font-weight:400}.expert-resources-stats strong span{color:inherit;font-size:14px;line-height:20px;font-weight:400}.expert-resources-stats b{color:#0b63ce;font-size:26px;line-height:34px;font-weight:600}.expert-resources-grid{margin-top:28px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.expert-resource-card{min-height:412px;display:flex;flex-direction:column;padding:26px;border:1px solid #dce7f6;border-radius:8px;background:#fff;box-shadow:0 12px 28px #062b630d;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.expert-resource-card:hover,.expert-resource-card:focus-within{transform:translateY(-3px);border-color:#0b63ce47;box-shadow:0 18px 34px #062b631a}.expert-resource-head{display:flex;align-items:flex-start;gap:22px;margin-bottom:20px}.expert-resource-photo{flex:0 0 132px;width:132px;height:164px;display:block;border-radius:8px;object-fit:cover;object-position:center top;background:#e8f2ff;box-shadow:0 8px 18px #062b631f}.expert-resource-info{min-width:0;flex:1;padding-top:4px}.expert-resource-head h3{margin:0 0 8px;color:#111827;font-size:22px;line-height:30px;font-weight:700}.expert-resource-head p{margin:0;color:#0b63ce;font-size:16px;line-height:24px;font-weight:400}.expert-resource-meta{margin:18px 0 0;display:grid;gap:12px}.expert-resource-meta span{color:#17233d;font-size:15px;line-height:24px}.expert-resource-field{display:grid;grid-template-columns:24px auto;gap:6px 8px;align-items:center;margin-bottom:14px;color:#244f9d}.expert-resource-field span{width:24px;height:24px;display:inline-grid;place-items:center}.expert-resource-field .tabler-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.expert-resource-field strong{color:#244f9d;font-size:16px;line-height:24px;font-weight:400}.expert-resource-field p{grid-column:1 / -1;margin:0;color:#17233d;font-size:17px;line-height:28px}.expert-resource-summary{display:-webkit-box;flex:1;margin:0 0 22px;overflow:hidden;color:#4b5870;font-size:16px;line-height:28px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.expert-resource-link{align-self:flex-start;min-height:38px;display:inline-flex;align-items:center;gap:8px;padding:0 20px;border:1px solid #9ab8e8;border-radius:999px;color:#244f9d;font-size:15px;line-height:22px;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.expert-resource-link:hover,.expert-resource-link:focus{border-color:#0b63ce;background:#0b63ce;color:#fff;outline:none}.expert-resource-link .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.expert-resources-cta{margin-top:36px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:32px 36px;border-radius:8px;background:linear-gradient(100deg,#eaf4ff,#f7fbff 58%,#dcecff);overflow:hidden}.expert-resources-cta h2{margin:0 0 12px;color:#063575;font-size:28px;line-height:38px;font-weight:700}.expert-resources-cta p{max-width:840px;margin:0;color:#17233d;font-size:17px;line-height:30px}.expert-resources-actions{display:flex;align-items:center;gap:16px}.expert-resources-actions a{min-width:160px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:8px;font-size:16px;line-height:24px;font-weight:600;text-decoration:none}.expert-resources-primary{border:1px solid #0b63ce;background:linear-gradient(180deg,#134292,#062562);color:#fff}.expert-resources-secondary{border:1px solid #9ab8e8;background:#ffffff7a;color:#244f9d}.technology-manager-page{background:linear-gradient(180deg,#fff 0,#f7fbff 48%,#fff)}.technology-manager-shell{width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:32px 0 96px}.technology-manager-services,.technology-manager-list{margin-top:44px}.technology-manager-section-title{text-align:center}.technology-manager-section-title span{display:block;margin-bottom:8px;color:#7692bc;font-size:13px;line-height:20px;font-weight:400;letter-spacing:.12em;text-transform:uppercase}.technology-manager-section-title h2{margin:0;color:#063575;font-size:30px;line-height:40px;font-weight:700}.technology-manager-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin-top:28px;border:1px solid #dce7f6;border-radius:8px;overflow:hidden;background:#dce7f6;box-shadow:0 12px 28px #062b630d}.technology-manager-service-card{display:flex;align-items:flex-start;gap:18px;min-height:168px;padding:28px;background:linear-gradient(135deg,#fff,#f4f8ff)}.technology-manager-service-icon{flex:0 0 54px;width:54px;height:54px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#1454ae,#062d6e);color:#fff;box-shadow:0 8px 18px #062b6329}.technology-manager-service-icon .tabler-icon{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.technology-manager-service-card h3{margin:3px 0 10px;color:#173a78;font-size:21px;line-height:30px;font-weight:700}.technology-manager-service-card p{margin:0;color:#53627a;font-size:16px;line-height:28px}.technology-manager-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:28px}.technology-manager-card{display:flex;flex-direction:column;min-width:0;padding:20px;border:1px solid #dce7f6;border-radius:8px;background:#fff;box-shadow:0 12px 28px #062b630d;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.technology-manager-card:hover{transform:translateY(-3px);border-color:#0b63ce47;box-shadow:0 18px 34px #062b631a}.technology-manager-card>img{width:132px;height:160px;display:block;margin:0 auto;border-radius:6px;object-fit:cover;object-position:center top;background:#e8f2ff}.technology-manager-card-body{min-width:0;display:flex;flex:1;flex-direction:column;padding-top:16px;text-align:center}.technology-manager-card h3{margin:0 0 6px;color:#17233d;font-size:21px;line-height:30px;font-weight:700}.technology-manager-summary{flex:1;margin:0 0 16px;color:#53627a;font-size:14px;line-height:24px}.technology-manager-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:14px}.technology-manager-tags span{min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:4px;background:#eef5ff;color:#244f9d;font-size:12px;line-height:18px;font-weight:400}.technology-manager-detail{min-height:38px;display:inline-flex;align-self:center;align-items:center;gap:8px;padding:0 20px;border:1px solid #9ab8e8;border-radius:999px;color:#244f9d;font-size:15px;line-height:22px;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.technology-manager-detail:hover,.technology-manager-detail:focus{border-color:#0b63ce;background:#0b63ce;color:#fff;outline:none}.technology-manager-detail .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.technology-manager-cta{display:grid;grid-template-columns:64px minmax(0,1fr) auto;gap:24px;align-items:center;margin-top:52px;padding:30px 36px;border-radius:8px;background:linear-gradient(100deg,#eaf4ff,#f7fbff 58%,#dcecff)}.technology-manager-cta-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(135deg,#67a6f4,#0b63ce);color:#fff;box-shadow:0 12px 24px #0b63ce33}.technology-manager-cta-icon .tabler-icon{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.technology-manager-cta h2{margin:0 0 8px;color:#063575;font-size:27px;line-height:36px;font-weight:700}.technology-manager-cta p{max-width:720px;margin:0;color:#33425c;font-size:16px;line-height:28px}.technology-manager-cta a{min-width:142px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;border-radius:8px;background:linear-gradient(180deg,#134292,#062562);color:#fff;font-size:16px;line-height:24px;font-weight:600;text-decoration:none}.technology-manager-cta a:hover,.technology-manager-cta a:focus{background:#0b63ce;outline:none}.technology-manager-cta a .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 1100px){.technology-manager-service-grid{grid-template-columns:1fr}.technology-manager-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.technology-manager-cta{grid-template-columns:64px minmax(0,1fr)}.technology-manager-cta a{grid-column:2;justify-self:start}}@media (max-width: 700px){.technology-manager-shell{width:calc(100% - 32px);padding:24px 0 70px}.technology-manager-services,.technology-manager-list{margin-top:32px}.technology-manager-section-title h2{font-size:24px;line-height:34px}.technology-manager-service-grid{margin-top:22px}.technology-manager-service-card{min-height:0;gap:14px;padding:20px 16px}.technology-manager-service-icon{flex-basis:46px;width:46px;height:46px}.technology-manager-service-icon .tabler-icon{width:24px;height:24px}.technology-manager-service-card h3{margin-top:0;font-size:19px;line-height:28px}.technology-manager-service-card p{font-size:15px;line-height:26px}.technology-manager-grid{grid-template-columns:1fr;gap:14px;margin-top:22px}.technology-manager-card{padding:16px}.technology-manager-card>img{width:118px;height:144px}.technology-manager-card-body{padding-top:16px}.technology-manager-card h3{font-size:20px;line-height:28px}.technology-manager-cta{grid-template-columns:52px minmax(0,1fr);gap:16px;margin-top:34px;padding:22px 16px}.technology-manager-cta-icon{width:52px;height:52px;border-radius:13px}.technology-manager-cta-icon .tabler-icon{width:28px;height:28px}.technology-manager-cta h2{font-size:22px;line-height:30px}.technology-manager-cta p{font-size:15px;line-height:26px}.technology-manager-cta a{width:100%;grid-column:1 / -1}}.expert-detail-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff 52%,#f4f8fd)}.expert-detail-shell{position:relative;z-index:1}.expert-detail-card{margin-top:34px;padding:36px 46px 44px;border:1px solid #dce7f6;border-radius:8px;background:#fffffffa;box-shadow:0 14px 34px #062b630f}.expert-detail-profile{display:grid;grid-template-columns:260px minmax(0,1fr);gap:56px;align-items:center;padding-bottom:34px;border-bottom:1px solid #e2e9f3}.expert-detail-photo{width:260px;aspect-ratio:1 / 1.16;display:block;border-radius:8px;object-fit:cover;object-position:center top;background:#dfefff;box-shadow:0 10px 24px #062b631f}.expert-detail-info{min-width:0}.expert-detail-info h1{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin:0 0 26px;color:#111827;font-size:38px;line-height:48px;font-weight:700}.expert-detail-info h1 span{min-height:34px;display:inline-flex;align-items:center;padding:0 12px;border-radius:6px;background:#eef5ff;color:#244f9d;font-size:18px;line-height:26px;font-weight:400}.expert-detail-meta{display:grid;gap:18px;margin-bottom:28px;color:#17233d;font-size:18px;line-height:28px}.expert-detail-meta span{display:flex;align-items:center;gap:14px;min-width:0}.expert-detail-meta .tabler-icon{flex:0 0 24px;width:24px;height:24px;color:#0b63ce}.expert-detail-tags{display:flex;flex-wrap:wrap;gap:16px}.expert-detail-tags span{min-height:36px;display:inline-flex;align-items:center;padding:0 22px;border-radius:6px;background:#f1f5fb;color:#244f9d;font-size:17px;line-height:24px;font-weight:400}.expert-detail-intro{padding-top:40px}.expert-detail-intro h2{position:relative;margin:0 0 30px;padding-left:18px;color:#073f8e;font-size:26px;line-height:34px;font-weight:700}.expert-detail-intro h2:before{content:"";position:absolute;left:0;top:4px;width:4px;height:26px;border-radius:2px;background:#0b63ce}.expert-detail-intro p{margin:0;color:#33425c;font-size:18px;line-height:36px}.expert-detail-intro p+p{margin-top:20px}.expert-detail-contact{margin-top:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 34px;border-radius:8px;background:linear-gradient(100deg,#eaf4ff,#f7fbff 58%,#dcecff)}.expert-detail-contact>div{display:flex;align-items:center;gap:22px;min-width:0}.expert-detail-contact>div>.tabler-icon{flex:0 0 44px;width:44px;height:44px;fill:none;stroke:#0b63ce;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.expert-detail-contact strong{display:block;margin-bottom:8px;color:#073f8e;font-size:24px;line-height:32px;font-weight:700}.expert-detail-contact p{margin:0;color:#33425c;font-size:17px;line-height:28px}.expert-detail-contact a{flex:0 0 auto;min-width:160px;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 28px;border:1px solid #0b63ce;border-radius:8px;background:linear-gradient(180deg,#134292,#062562);color:#fff;font-size:18px;line-height:26px;font-weight:700;text-decoration:none}.expert-detail-contact a .tabler-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.partner-units-page{background:linear-gradient(180deg,#fff 0,#f7fbff 45%,#fff)}.partner-units-shell{width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:32px 0 96px}.partner-units-intro{margin-top:30px;display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:40px;align-items:center;padding:32px 36px;border:1px solid #dce7f6;border-radius:8px;background:linear-gradient(135deg,#fff,#edf6ff);box-shadow:0 16px 38px #062b630f}.partner-units-intro span{display:block;margin-bottom:10px;color:#0b63ce;font-size:16px;line-height:22px;font-weight:600}.partner-units-intro h2{margin:0 0 14px;color:#063575;font-size:30px;line-height:40px;font-weight:700}.partner-units-intro p{max-width:760px;margin:0;color:#33425c;font-size:18px;line-height:32px}.partner-units-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.partner-units-stats strong{min-height:104px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;border:1px solid rgba(11,99,206,.16);border-radius:8px;background:#ffffffc2;color:#4b5870;font-size:14px;line-height:20px;font-weight:400}.partner-units-stats strong span{color:inherit;font-size:14px;line-height:20px;font-weight:400}.partner-units-stats b{color:#0b63ce;font-size:26px;line-height:34px;font-weight:600}.partner-units-grid{margin-top:28px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.partner-unit-card{min-height:318px;display:flex;flex-direction:column;padding:24px;border:1px solid #dce7f6;border-radius:8px;background:#fff;box-shadow:0 12px 28px #062b630d;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.partner-unit-card:hover,.partner-unit-card:focus-within{transform:translateY(-3px);border-color:#0b63ce47;box-shadow:0 18px 34px #062b631a}.partner-unit-logo-box{width:112px;height:76px;display:grid;place-items:center;margin-bottom:20px;border:1px solid #edf2fa;border-radius:8px;background:#fff}.partner-unit-logo{max-width:92px;max-height:54px;display:block;object-fit:contain}.partner-unit-logo-fallback{width:58px;height:58px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(145deg,#0b63ce,#062562);color:#fff;font-size:18px;line-height:22px;font-weight:700;letter-spacing:0;box-shadow:inset 0 0 0 1px #ffffff2e}.partner-unit-body{flex:1}.partner-unit-body h3{margin:0 0 10px;color:#111827;font-size:21px;line-height:30px;font-weight:700}.partner-unit-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.partner-unit-tags span{min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:5px;background:#eef5ff;color:#244f9d;font-size:14px;line-height:20px;font-weight:400}.partner-unit-body p{margin:0;color:#33425c;font-size:16px;line-height:28px}.partner-unit-link{align-self:flex-start;min-height:38px;display:inline-flex;align-items:center;gap:8px;margin-top:22px;padding:0 20px;border:1px solid #9ab8e8;border-radius:999px;color:#244f9d;font-size:15px;line-height:22px;font-weight:600;text-decoration:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.partner-unit-link:hover,.partner-unit-link:focus{border-color:#0b63ce;background:#0b63ce;color:#fff;outline:none}.partner-unit-link .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.expert-section .expert-resource-field span,.expert-section .expert-resource-meta span,.expert-section .partner-unit-tags span,.expert-section .partner-unit-logo-fallback{margin:0}.expert-section .partner-unit-logo-fallback{padding:0}.partner-units-cta{margin-top:36px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:32px;align-items:center;padding:32px 36px;border-radius:8px;background:linear-gradient(100deg,#eaf4ff,#f7fbff 58%,#dcecff);overflow:hidden}.partner-units-cta h2{margin:0 0 12px;color:#063575;font-size:28px;line-height:38px;font-weight:700}.partner-units-cta p{max-width:840px;margin:0;color:#17233d;font-size:17px;line-height:30px}.partner-units-actions{display:flex;align-items:center;gap:16px}.partner-units-actions a{min-width:176px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;padding:0 24px;border-radius:8px;font-size:16px;line-height:24px;font-weight:600;text-decoration:none}.partner-units-primary{border:1px solid #0b63ce;background:linear-gradient(180deg,#134292,#062562);color:#fff}.partner-units-secondary{border:1px solid #9ab8e8;background:#ffffff7a;color:#244f9d}.partner-detail-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff 52%,#f4f8fd)}.partner-detail-shell{position:relative;z-index:1}.partner-detail-card{margin-top:34px;padding:36px 46px 44px;border:1px solid #dce7f6;border-radius:8px;background:#fffffffa;box-shadow:0 14px 34px #062b630f}.partner-detail-profile{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,.86fr);gap:34px;align-items:center;padding-bottom:34px;border-bottom:1px solid #e2e9f3}.partner-detail-identity{display:flex;align-items:center;gap:28px;min-width:0}.partner-detail-logo-fallback{flex:0 0 108px;width:108px;height:108px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(145deg,#0b63ce,#062562);color:#fff;font-size:28px;line-height:34px;font-weight:700;letter-spacing:0;box-shadow:inset 0 0 0 1px #fff3,0 10px 24px #062b6324}.partner-detail-identity h1{margin:0 0 22px;color:#111827;font-size:34px;line-height:44px;font-weight:700}.partner-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:14px 28px;color:#33425c;font-size:16px;line-height:24px}.partner-detail-meta span{display:inline-flex;align-items:center;gap:8px}.partner-detail-meta .tabler-icon{width:18px;height:18px;color:#0b63ce}.partner-detail-directions{min-width:0;padding-left:34px;border-left:1px solid #e2e9f3}.partner-detail-directions h2,.partner-detail-intro h2,.partner-detail-achievements h2{position:relative;margin:0 0 30px;padding-left:18px;color:#073f8e;font-size:26px;line-height:34px;font-weight:700}.partner-detail-intro h2:before,.partner-detail-achievements h2:before,.partner-detail-directions h2:before{content:"";position:absolute;left:0;top:4px;width:4px;height:26px;border-radius:2px;background:#0b63ce}.partner-detail-directions div{display:flex;flex-wrap:wrap;gap:12px}.partner-detail-directions span{min-height:34px;display:inline-flex;align-items:center;padding:0 16px;border-radius:5px;background:#f1f5fb;color:#244f9d;font-size:15px;line-height:22px;font-weight:400}.partner-detail-intro,.partner-detail-achievements{padding-top:40px}.partner-detail-copy p{margin:0;color:#33425c;font-size:18px;line-height:36px}.partner-detail-copy p+p{margin-top:18px}.partner-detail-section-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:28px}.partner-detail-section-head h2{margin-bottom:0}.partner-detail-section-head a{color:#244f9d;font-size:16px;line-height:24px;font-weight:600;text-decoration:none}.partner-detail-achievement-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.partner-detail-achievement{overflow:hidden;border:1px solid #dde6f2;border-radius:8px;background:#fff;box-shadow:0 8px 22px #062b630f}.partner-detail-achievement img{width:100%;aspect-ratio:16 / 9;display:block;object-fit:cover;background:#dfefff}.partner-detail-achievement div{padding:18px 18px 20px}.partner-detail-achievement h3{margin:0 0 10px;color:#17233d;font-size:18px;line-height:28px;font-weight:700}.partner-detail-achievement p{min-height:56px;margin:0 0 16px;color:#4b5870;font-size:15px;line-height:28px}.partner-detail-achievement span{min-height:28px;display:inline-flex;align-items:center;padding:0 12px;border-radius:5px;background:#eef5ff;color:#244f9d;font-size:14px;line-height:20px;font-weight:400}.partner-detail-contact{margin-top:42px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:28px 34px;border-radius:8px;background:linear-gradient(100deg,#eaf4ff,#f7fbff 58%,#dcecff)}.partner-detail-contact>div{display:flex;align-items:center;gap:22px;min-width:0}.partner-detail-contact>div>.tabler-icon{flex:0 0 44px;width:44px;height:44px;color:#0b63ce;stroke-width:1.7}.partner-detail-contact strong{color:#073f8e;font-size:24px;line-height:32px;font-weight:700}.partner-detail-contact p{margin:0;color:#33425c;font-size:17px;line-height:28px}.partner-detail-contact a{flex:0 0 auto;min-width:150px;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 22px;border:1px solid #0b63ce;border-radius:8px;color:#fff;font-size:16px;line-height:24px;font-weight:600;text-decoration:none;background:#0b63ce}.partner-detail-contact .tabler-icon{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.transfer-apply-page{position:relative;overflow:hidden;background:linear-gradient(180deg,#f7fbff,#fff 42%,#f3f8ff)}.transfer-apply-shell{position:relative;z-index:1}.transfer-apply-layout{margin-top:34px;display:grid;grid-template-columns:minmax(0,1fr) var(--detail-sidebar-width);gap:var(--detail-column-gap);align-items:start}.transfer-apply-panel,.transfer-apply-side-card{border:1px solid #dce7f6;border-radius:8px;background:#fffffffa;box-shadow:0 14px 34px #062b630f}.transfer-apply-panel{padding:34px 40px 38px;border-radius:8px}.transfer-apply-section+.transfer-apply-section{margin-top:34px}.transfer-apply-section h2,.transfer-apply-side-card h2{position:relative;margin:0 0 24px;padding-left:18px;color:#073f8e;font-size:22px;line-height:30px;font-weight:700}.transfer-apply-section h2:before,.transfer-apply-side-card h2:before{content:"";position:absolute;left:0;top:3px;width:4px;height:24px;border-radius:2px;background:#0b63ce}.transfer-apply-section h2 span{margin-right:8px;color:#0b63ce}.transfer-apply-section h2 em{color:#7c879b;font-size:16px;line-height:24px;font-style:normal;font-weight:500}.transfer-apply-section>p{margin:-8px 0 18px;color:#4b5870;font-size:16px;line-height:28px}.transfer-apply-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.transfer-apply-type-card{position:relative;min-height:126px;display:grid;grid-template-columns:58px minmax(0,1fr);gap:18px;align-items:center;padding:22px;border:1px solid #e0e8f3;border-radius:8px;background:#fff;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.transfer-apply-type-card:hover,.transfer-apply-type-card:focus-within,.transfer-apply-type-card.is-active{border-color:#0b63ce;box-shadow:0 12px 28px #0b63ce1f;transform:translateY(-2px)}.transfer-apply-type-card input{position:absolute;inset:0;opacity:0;cursor:pointer}.transfer-apply-type-card.is-active:after{content:"";position:absolute;right:18px;top:50%;width:22px;height:22px;border-radius:50%;background:#0b63ce;box-shadow:inset 0 0 0 6px #fff,0 0 0 1px #0b63ce;transform:translateY(-50%)}.transfer-apply-type-icon{width:58px;height:58px;display:inline-grid;place-items:center;border-radius:50%;background:#eaf4ff;color:#0b63ce}.transfer-apply-type-card.demand .transfer-apply-type-icon{background:#e8fbf7;color:#17a58f}.transfer-apply-type-icon .tabler-icon{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.transfer-apply-type-card strong{display:block;margin-bottom:8px;color:#17233d;font-size:20px;line-height:28px;font-weight:700}.transfer-apply-type-card small{display:block;color:#4b5870;font-size:15px;line-height:24px}.transfer-apply-fields{display:grid;gap:18px}.transfer-apply-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 34px}.transfer-apply-field{display:grid;gap:10px;color:#17233d;font-size:16px;line-height:24px;font-weight:600}.transfer-apply-field span b{color:#d83434}.transfer-apply-field input,.transfer-apply-field select,.transfer-apply-field textarea{width:100%;min-height:46px;padding:0 16px;border:1px solid #dde6f2;border-radius:6px;background:#fff;color:#17233d;font:inherit;font-weight:400;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.transfer-apply-field select{appearance:none;-webkit-appearance:none;padding-right:48px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230b63ce' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;background-size:18px 18px;cursor:pointer}.transfer-apply-field select:hover{border-color:#b9cbea}.transfer-apply-field select:invalid{color:#7c879b}.transfer-apply-field select option:checked,.transfer-apply-field select option:hover{background-color:#0b63ce;color:#fff}.transfer-apply-custom-select{position:relative;min-width:0}.transfer-apply-custom-select .transfer-apply-native-select{position:absolute;width:1px;height:1px;min-height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.transfer-apply-select-trigger{width:100%;min-height:46px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border:1px solid #dde6f2;border-radius:6px;background:#fff;color:#17233d;font:inherit;font-weight:400;text-align:left;box-shadow:none}.transfer-apply-select-trigger:after{content:"";flex:0 0 18px;width:18px;height:18px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%230b63ce' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") center / contain no-repeat}.transfer-apply-select-trigger.is-placeholder{color:#7c879b}.transfer-apply-select-trigger:hover{border-color:#b9cbea;background:#fff;box-shadow:none;transform:none}.transfer-apply-custom-select.is-open .transfer-apply-select-trigger,.transfer-apply-select-trigger:focus-visible{border-color:#0b63ce8c;box-shadow:0 0 0 3px #0b63ce14;outline:none}.transfer-apply-select-options{position:absolute;top:calc(100% + 6px);right:0;left:0;z-index:30;display:grid;gap:2px;max-height:260px;overflow-y:auto;padding:6px;border:1px solid #cbdcf3;border-radius:8px;background:#fff;box-shadow:0 14px 30px #062b6329}.transfer-apply-select-options[hidden]{display:none}.transfer-apply-select-option{width:100%;min-height:38px;display:block;padding:8px 10px;border:0;border-radius:5px;background:transparent;color:#4b5870;font:inherit;font-weight:400;line-height:22px;text-align:left;white-space:normal}.transfer-apply-select-option:hover,.transfer-apply-select-option:focus-visible{background:#0b63ce;color:#fff;outline:none}.transfer-apply-field textarea{min-height:150px;padding-top:14px;resize:vertical}.transfer-apply-field input:focus,.transfer-apply-field select:focus,.transfer-apply-field textarea:focus{border-color:#0b63ce8c;box-shadow:0 0 0 3px #0b63ce14}.transfer-apply-field small{justify-self:end;margin-top:-38px;padding-right:14px;color:#8a94a6;font-size:14px;line-height:22px;font-weight:500;pointer-events:none}.transfer-apply-upload{min-height:104px;display:grid;place-items:center;gap:8px;padding:20px;border:1px dashed #b9cbea;border-radius:8px;background:#fbfdff;color:#4b5870;text-align:center;cursor:pointer}.transfer-apply-upload input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.transfer-apply-upload .tabler-icon{width:30px;height:30px;color:#0b63ce;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.transfer-apply-upload strong{color:#17233d;font-size:16px;line-height:24px}.transfer-apply-upload span{color:#7c879b;font-size:14px;line-height:22px}.transfer-apply-agreement{display:flex;align-items:flex-start;gap:10px;margin-top:28px;color:#33425c;font-size:15px;line-height:24px}.transfer-apply-agreement input{flex:0 0 auto;width:16px;height:16px;margin-top:4px;accent-color:#0b63ce}.transfer-apply-submit{width:min(100%,460px);min-height:52px;display:flex;align-items:center;justify-content:center;margin:28px auto 14px;border:0;border-radius:8px;background:linear-gradient(180deg,#176fe6,#0b4eb4);color:#fff;font-size:18px;line-height:26px;font-weight:700;cursor:pointer;box-shadow:0 12px 26px #0b63ce38}.transfer-apply-note{margin:0;color:#7c879b;font-size:15px;line-height:24px;text-align:center}.transfer-apply-sidebar{display:grid;gap:24px}.transfer-apply-side-card{padding:28px 26px}.transfer-apply-side-card p{margin:0 0 22px;color:#33425c;font-size:16px;line-height:28px}.transfer-apply-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.transfer-apply-service-item{min-height:82px;display:grid;align-content:center;justify-items:center;gap:5px;padding:10px 6px;border-radius:6px;background:#f2f7ff;color:#244f9d;font-size:14px;line-height:20px;font-weight:400;text-align:center}.transfer-apply-service-icon{display:grid;place-items:center;width:38px;height:38px;color:#0b63ce}.transfer-apply-service-icon img{display:block;width:30px;height:30px;object-fit:contain;filter:brightness(0) saturate(100%) invert(29%) sepia(98%) saturate(1896%) hue-rotate(202deg) brightness(91%) contrast(95%)}.transfer-apply-process{display:grid;gap:18px;margin:0;padding:0;list-style:none}.transfer-apply-process li{position:relative;display:grid;grid-template-columns:38px minmax(0,1fr);gap:0 14px}.transfer-apply-process li:not(:last-child):after{content:"";position:absolute;top:34px;left:17px;width:1px;height:calc(100% + 18px);background:#cfe0f7;transform:translate(-50%);pointer-events:none}.transfer-apply-process b{grid-row:1 / 3;width:34px;height:34px;display:inline-grid;place-items:center;border-radius:50%;background:#eaf4ff;color:#0b63ce;font-size:13px;line-height:18px}.transfer-apply-process strong{color:#17233d;font-size:16px;line-height:24px}.transfer-apply-process p{margin:4px 0 0;color:#7c879b;font-size:14px;line-height:22px}.transfer-apply-contact{display:grid;gap:16px}.transfer-apply-contact p{display:block;margin:0;color:#17233d;font-size:15px;line-height:24px}.transfer-apply-contact span{display:block;margin-bottom:4px;color:#0b63ce;font-weight:700}.project-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--detail-sidebar-width);gap:var(--detail-column-gap);align-items:start}.project-detail-main{min-width:0}.project-detail-head{padding-bottom:24px;margin-bottom:28px;border-bottom:1px solid #e2e9f3}.project-detail-head h1{margin:0 0 26px;color:#073f8e;font-size:34px;line-height:46px;font-weight:700}.project-detail-meta{display:flex;flex-wrap:wrap;align-items:center;gap:16px 48px;color:#33425c;font-size:16px;line-height:24px}.project-detail-meta span{display:inline-flex;align-items:center;gap:10px}.project-detail-meta .tabler-icon{width:20px;height:20px;color:#6e7888}.project-detail-cover{width:100%;aspect-ratio:16 / 9;height:auto;display:block;object-fit:cover;border-radius:6px;background:#dfefff}.project-detail-content{padding-top:30px}.project-detail-content p{margin:0;color:#33425c;font-size:18px;line-height:36px;text-indent:2em}.project-detail-content p+p{margin-top:28px}.project-detail-sidebar{min-width:0;padding-top:8px}.project-related-card{padding:28px 28px 10px;border:1px solid #e2e9f3;border-radius:6px;background:#fff}.project-detail-sidebar h2{margin:0;color:#073f8e;font-size:26px;line-height:34px;font-weight:700}.project-detail-side-line{width:48px;height:3px;display:block;margin:20px 0 18px;background:#d8a344}.project-related-list{display:grid;gap:0}.project-related-list a{min-height:116px;display:grid;grid-template-columns:112px minmax(0,1fr);gap:20px;align-items:center;padding:18px 0;border-bottom:1px solid #e2e9f3;color:#17233d;text-decoration:none}.project-related-list a:last-child{border-bottom:0}.project-related-list a:hover,.project-related-list a:focus{color:#0b63ce;outline:none}.project-related-list img{width:112px;aspect-ratio:16 / 9;height:auto;object-fit:cover;border-radius:5px;background:#dfefff}.project-related-list span{min-width:0;display:grid;gap:8px}.project-related-list strong{color:inherit;font-size:17px;line-height:26px;font-weight:400}.project-related-list em{color:#7c879b;font-size:15px;line-height:22px;font-style:normal}.project-detail-back{min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:34px;border:1px solid #0b63ce;border-radius:4px;color:#073f8e;font-size:18px;line-height:24px;font-weight:400;text-decoration:none;transition:background .2s ease,color .2s ease}.project-detail-back .tabler-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.project-detail-back:hover,.project-detail-back:focus{background:#0b63ce;color:#fff;outline:none}.cooperation-network-page{position:relative;overflow:hidden;background:#fff}.cooperation-base-page{overflow:hidden;background:linear-gradient(180deg,#fff 0,#f6faff 67%,#fff)}.cooperation-base-hero{position:relative;height:clamp(420px,36vw,560px);margin-top:88px;overflow:hidden;background:#ddecff}.cooperation-base-hero>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.cooperation-base-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ffffff6b,#ffffff0a 72%);pointer-events:none}.cooperation-base-hero-copy{position:relative;z-index:1;width:min(var(--container),calc(100% - 48px));height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-inline:auto;padding-bottom:10px;text-align:center}.cooperation-base-hero-copy>span,.base-section-heading>span,.base-eyebrow{display:block;color:#c7973b;font-size:13px;line-height:20px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.cooperation-base-hero h1{width:min(100%,1000px);max-width:100%;margin:10px 0 16px;color:#073f8e;font-size:clamp(30px,3.2vw,46px);line-height:1.22;letter-spacing:.02em;text-align:center;white-space:normal;overflow-wrap:anywhere;text-wrap:balance}.cooperation-base-hero p{width:min(100%,1100px);max-width:100%;margin:0;color:#33425c;font-size:18px;line-height:32px;text-align:center}.cooperation-base-hero h1,.cooperation-base-hero p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.base-section{width:min(var(--container),calc(100% - 48px));margin:0 auto;padding:68px 0 0}.base-overview-section{padding-top:52px}.base-overview-card{display:grid;grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);overflow:hidden;border:1px solid #e0eaf6;border-radius:10px;background:#fff;box-shadow:0 16px 42px #0a3d8214}.base-overview-image{min-height:430px;background:#edf6ff}.base-overview-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:75% center}.base-overview-content{padding:44px 48px}.base-overview-content h2{margin:8px 0 24px;color:#17233d;font-size:29px;line-height:40px}.base-details{display:grid;gap:13px;margin:0 0 22px;padding-bottom:22px;border-bottom:1px solid #e6edf6}.base-details div{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px}.base-details dt{color:#718099;font-size:14px;line-height:23px}.base-details dt:before{content:"◆";margin-right:8px;color:#0b63ce;font-size:10px}.base-details dd{margin:0;color:#33425c;font-size:14px;line-height:23px}.base-overview-content>p{margin:0 0 24px;color:#4b5870;font-size:16px;line-height:30px}.base-tags{display:flex;flex-wrap:wrap;gap:10px}.base-tags span{min-height:32px;display:inline-flex;align-items:center;padding:4px 13px;border:1px solid #e6c889;border-radius:4px;color:#a67825;font-size:13px;line-height:20px}.base-section-heading{margin-bottom:28px;text-align:center}.base-section-heading h2{margin:8px 0 0;color:#073f8e;font-size:30px;line-height:40px}.base-section-heading h2:after{content:"";display:block;width:28px;height:2px;margin:12px auto 0;background:#d5a348}.base-space-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.base-space-card{overflow:hidden;border:1px solid #e0eaf6;border-radius:8px;background:#fff;box-shadow:0 10px 28px #062b630f;transition:transform .22s ease,box-shadow .22s ease}.base-space-card:hover{box-shadow:0 18px 34px #062b631f;transform:translateY(-4px)}.base-space-card img{display:block;width:100%;height:156px;object-fit:cover}.base-space-card:nth-child(odd) img{object-position:75% center}.base-space-card div{min-height:174px;padding:20px 20px 22px;text-align:center}.base-space-card h3,.base-capability-card h3{margin:0 0 10px;color:#173d7a;font-size:19px;line-height:28px}.base-space-card p,.base-capability-card p{margin:0;color:#66758d;font-size:14px;line-height:24px}.base-capability-section{padding-bottom:6px}.base-capability-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;border:1px solid #e6d9be;border-radius:8px;background:#fff;overflow:hidden}.base-capability-card{position:relative;min-height:250px;padding:35px 20px 24px;border-right:1px solid #e6d9be;text-align:center}.base-capability-card:last-child{border-right:0}.base-capability-card>b{position:absolute;top:13px;left:16px;color:#e9f0fb;font-size:28px;line-height:32px;font-weight:700}.base-capability-card .tabler-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;margin-bottom:17px;color:#0b63ce;font-size:40px;line-height:1}.base-gallery-section{padding-bottom:82px}.base-gallery-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-auto-rows:168px;gap:14px}.base-gallery-grid figure{margin:0;overflow:hidden;border-radius:7px;background:#eaf4ff}.base-gallery-grid figure.is-large{grid-column:span 2;grid-row:span 2}.base-gallery-trigger{width:100%;height:100%;display:block;padding:0;border:0;background:transparent;cursor:zoom-in}.base-gallery-grid img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.base-gallery-grid figure:hover img,.base-gallery-trigger:focus-visible img{transform:scale(1.035)}.base-gallery-trigger:focus-visible{outline:3px solid #d5a348;outline-offset:-3px}.base-gallery-dialog{width:min(1180px,calc(100% - 40px));max-width:none;height:min(840px,calc(100dvh - 40px));margin:auto;padding:0;overflow:hidden;border:0;border-radius:10px;background:transparent;color:#fff;box-shadow:none}.base-gallery-dialog::backdrop{background:#050e1dcc;backdrop-filter:blur(3px)}.base-gallery-lightbox{position:relative;width:100%;height:100%;display:grid;place-items:center;padding:16px 32px 20px}.base-gallery-lightbox figure{width:100%;height:100%;min-height:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:14px;align-items:center;justify-items:center;margin:0}.base-gallery-lightbox figure img{width:auto;max-width:100%;height:auto;max-height:100%;min-width:0;min-height:0;align-self:center;justify-self:center;object-fit:contain}.base-gallery-lightbox figcaption{min-height:22px;padding:0;background:transparent;color:#ffffffe0;font-size:15px;line-height:22px;text-align:center;text-shadow:0 1px 4px rgba(0,0,0,.7)}.base-gallery-close,.base-gallery-nav{position:fixed;z-index:1;display:grid;place-items:center;padding:0;border:1px solid rgba(255,255,255,.32);background:#0a172abd;color:#fff;box-shadow:none;transform:none}.base-gallery-close{top:24px;right:24px;width:38px;height:38px;min-height:38px;border-radius:50%}.base-gallery-nav{top:50%;width:46px;height:46px;min-height:46px;border-radius:50%;transform:translateY(-50%)}.base-gallery-nav.is-prev{left:24px}.base-gallery-nav.is-next{right:24px}.base-gallery-close:hover,.base-gallery-close:focus-visible,.base-gallery-nav:hover,.base-gallery-nav:focus-visible{border-color:#fff;background:#0b63ce;color:#fff;outline:none}.base-gallery-close:hover,.base-gallery-close:focus-visible{transform:none}.base-gallery-nav:hover,.base-gallery-nav:focus-visible{transform:translateY(-50%)}.base-gallery-close .tabler-icon,.base-gallery-nav .tabler-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.network-shell,.network-section{position:relative;z-index:1;width:min(var(--container),calc(100% - 48px));margin:0 auto}.network-shell{padding:46px 0 36px}.network-overview-card{padding:28px;border:1px solid #dde6f2;border-radius:8px;background:#fff;box-shadow:0 10px 28px #062b630f}.network-overview{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:24px;align-items:start}.network-map-card,.network-country-card,.network-panel{border:1px solid #dde6f2;border-radius:8px;background:#fffffff5;box-shadow:0 10px 28px #062b630f}.network-map-card{height:520px;border:0;padding:12px 20px 8px;overflow:visible;border-radius:8px;background:linear-gradient(135deg,#f8fbff,#e8f2ff);box-shadow:none}.network-map-head{display:block;margin-bottom:8px}.network-map-head span,.network-section-head span{color:#c99a3d;font-size:13px;line-height:20px;font-weight:700;text-transform:uppercase}.network-map-head h2,.network-section-head h2{margin:4px 0 0;color:#073f8e;font-size:30px;line-height:40px;font-weight:700}.network-map-head h2{font-size:24px;line-height:32px}.network-service-map-canvas{position:relative;width:min(100%,calc(var(--service-map-width) * 1.18));aspect-ratio:var(--service-map-ratio);margin:40px auto 0}.network-service-map-image{display:block;width:100%;height:100%;object-fit:contain}.network-point{position:absolute;z-index:3;display:grid;place-items:center;width:18px;height:18px;min-height:18px;padding:0;border:3px solid #fff;border-radius:50%;background:#0b63ce;color:#073f8e;box-shadow:0 0 0 2px #0b63ce40,0 8px 18px #062b6329;transform:translate(-50%,-50%)}.network-point:hover,.network-point:focus,.network-point.is-active{background:#d8a344;box-shadow:0 0 0 3px #d8a3443d,0 10px 24px #062b632e;transform:translate(-50%,-50%);outline:none}.network-point span{position:absolute;left:14px;bottom:13px;min-width:max-content;padding:4px 8px;border:1px solid rgba(11,99,206,.16);border-radius:6px;background:#fffffff0;color:#17233d;font-size:13px;line-height:18px;white-space:nowrap;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .18s ease,transform .18s ease}.network-flag{width:22px;height:15px;display:inline-block;margin-right:7px;border-radius:2px;object-fit:cover;vertical-align:-2px;box-shadow:0 0 0 1px #062b631a}.network-point.is-priority span,.network-point.is-active span{color:#073f8e;font-weight:700}.network-point:hover span,.network-point:focus span,.network-point.is-active span{opacity:1;transform:translateY(0)}.network-country-card{height:520px;border:0;padding:18px 10px 18px 8px;display:flex;flex-direction:column;box-shadow:none;background:transparent}.country-card-head{display:flex;align-items:flex-start;gap:16px;margin-bottom:22px}.country-flag{flex:0 0 86px;width:86px;height:58px;border-radius:6px;object-fit:cover;background:#eef6ff;box-shadow:0 0 0 1px #062b631a,0 10px 20px #062b6314}.network-country-card h2{margin:0;color:#17233d;font-size:28px;line-height:38px}.country-en{margin:4px 0 0;color:#7c879b;font-size:15px;line-height:22px}.country-summary{margin:0 0 18px;color:#33425c;font-size:16px;line-height:30px}.country-fields-title{margin:0 0 10px;color:#17233d;font-size:16px;line-height:24px;font-weight:600}.country-fields{display:flex;flex-wrap:wrap;align-content:flex-start;gap:10px;max-height:184px;margin-bottom:20px;padding-right:6px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(11,99,206,.32) transparent}.country-fields::-webkit-scrollbar{width:6px}.country-fields::-webkit-scrollbar-thumb{border-radius:999px;background:#0b63ce47}.country-fields span{min-height:34px;padding:6px 14px;border-radius:6px;background:#f1f6fd;color:#073f8e;font-size:14px;line-height:22px}.country-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:auto}.country-stats strong{display:grid;gap:4px;padding:14px 8px;border-radius:8px;background:#f8fbff;text-align:center;font-weight:400}.country-stats b{display:inline-flex;align-items:baseline;justify-content:center;gap:2px;color:#0b63ce;font-weight:500}.country-stat-number{font-size:23px;line-height:30px;font-weight:600}.country-stat-unit{font-size:13px;line-height:18px;font-weight:400}.country-stats b span{color:#0b63ce}.country-stats strong>span{color:#4b5870;font-size:13px;line-height:18px}.network-country-tabs{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;padding:16px 0 0;border-top:1px solid #e3ebf6;background:transparent}.network-country-tabs button{min-height:40px;gap:8px;padding:0 14px;border:1px solid transparent;border-radius:6px;background:transparent;color:#33425c;box-shadow:none;transform:none}.network-country-tabs img{width:24px;height:16px;border-radius:2px;object-fit:cover;box-shadow:0 0 0 1px #062b631a}.network-country-tabs button:hover,.network-country-tabs button:focus,.network-country-tabs button.is-active{border-color:#0b63ce47;background:#eef6ff;color:#073f8e;box-shadow:none;transform:none;outline:none}.network-section{padding:34px 0 48px}.network-section-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:24px}.network-section-head a{display:inline-flex;align-items:center;gap:6px;color:#073f8e;font-size:15px;line-height:22px}.network-section-head a .tabler-icon{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.network-project-section{padding-top:34px}.network-project-panel{padding:0;border:0;background:transparent;box-shadow:none}.network-project-pager{display:flex;align-items:center;gap:12px}.network-project-pager button{width:36px;height:36px;min-height:36px;padding:0;border:1px solid #cfdcf1;border-radius:50%;background:#fff;color:#073f8e;box-shadow:none;transform:none}.network-project-pager button:hover,.network-project-pager button:focus{border-color:#0b63ce;background:#eef6ff;color:#0b63ce;box-shadow:none;transform:none;outline:none}.network-project-pager .tabler-icon{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.network-project-pager span{color:#111827;font-size:16px;line-height:24px;font-weight:400}.network-project-grid.project-case-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.network-project-grid[hidden],[data-network-country-filter][hidden],.network-empty-state[hidden]{display:none!important}.network-empty-state{margin:0;padding:34px 20px;border:1px dashed #cfdcf1;border-radius:8px;background:#f8fbff;color:#7c879b;font-size:15px;line-height:24px;text-align:center}.network-project-grid+.network-empty-state{margin-top:18px}.network-lower-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,.72fr);gap:24px;padding-bottom:86px}.network-panel{padding:28px}.network-section-head.compact{margin-bottom:20px}.network-unit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.network-unit-card{min-height:108px;display:flex;align-items:center;gap:16px;padding:18px;border:1px solid #e4ecf6;border-radius:8px;background:#fff;box-shadow:0 8px 20px #062b6300;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.network-unit-card:hover,.network-unit-card:focus-within{border-color:#b7d5ff;box-shadow:0 14px 28px #062b6314;transform:translateY(-3px)}.network-unit-card i{flex:0 0 48px;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#eef6ff;color:#0b63ce;font-style:normal;font-weight:800}.network-unit-card h3{margin:0 0 8px;color:#17233d;font-size:17px;line-height:25px;transition:color .22s ease}.network-unit-card:hover h3,.network-unit-card:focus-within h3{color:#0b63ce}.network-unit-card p{margin:0;color:#7c879b;font-size:14px;line-height:20px}.network-update-list{display:grid;gap:0}.network-update-item{display:grid;grid-template-columns:70px minmax(0,1fr);gap:20px;padding:18px 14px;border-bottom:1px solid #e4ecf6;border-radius:8px;background:#fff0;transition:transform .22s ease,background .22s ease,box-shadow .22s ease}.network-update-item:hover,.network-update-item:focus-within{background:#f8fbff;box-shadow:0 12px 24px #062b6312;transform:translate(4px)}.network-update-item:last-child{border-bottom:0}.network-update-item time{display:grid;align-content:start;color:#0b63ce}.network-update-item time strong{font-size:30px;line-height:34px}.network-update-item time span{color:#7c879b;font-size:13px;line-height:20px}.network-update-item h3{margin:0 0 8px;color:#17233d;font-size:18px;line-height:26px;transition:color .22s ease}.network-update-item:hover h3,.network-update-item:focus-within h3{color:#0b63ce}.network-update-item p{margin:0;color:#4b5870;font-size:15px;line-height:25px}.placeholder-page{min-height:620px;padding:188px 24px 100px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#f4f8fd}.placeholder-page h1{margin:0 0 16px;color:#134292;font-size:42px;line-height:54px}.placeholder-page p{margin:0 0 28px;color:#4b5870;font-size:18px;line-height:30px}.supply-detail-page{background:linear-gradient(180deg,#fff 0,#f6fbff 58%,#fff)}.supply-detail-hero{height:300px;margin-top:88px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#dfefff;background-position:center;background-size:cover;color:#244f9d;text-align:center}.supply-detail-hero h1{margin:0 0 16px;color:#0b63ce;font-size:56px;line-height:64px;font-weight:700}.supply-detail-hero p{margin:0;color:#244f9d;font-size:18px;line-height:24px;font-weight:600}.supply-detail-grid{display:grid;grid-template-columns:minmax(0,1fr) var(--detail-sidebar-width);gap:var(--detail-column-gap);align-items:stretch}.supply-detail-main,.supply-side-card,.supply-related{border:1px solid #cfdcf1;border-radius:8px;background:#fffffff0;box-shadow:0 10px 24px #062b630d}.supply-detail-main{padding:40px 32px 22px}.supply-detail-head{margin-bottom:22px}.supply-detail-head h2{margin:0 0 18px;color:#111827;font-size:32px;line-height:44px;font-weight:700}.supply-detail-head p{margin:0 0 22px;color:#4b5870;font-size:18px;line-height:32px;font-weight:400}.supply-side-tags{display:flex;flex-wrap:wrap;gap:14px}.supply-side-tags span{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:7px 18px;border:1px solid #dde6f2;border-radius:6px;background:#f8fbff;color:#0b63ce;font-size:16px;font-weight:400;line-height:20px}.supply-detail-card{padding:24px;border:1px solid #dde6f2;border-radius:8px;background:#fff}.supply-detail-card+.supply-detail-card{margin-top:16px}.supply-detail-card h3,.supply-side-card h3,.supply-related h2{position:relative;display:flex;align-items:center;gap:12px;margin:0 0 18px;padding-left:18px;color:#073f8e;font-size:22px;line-height:30px;font-weight:700}.supply-detail-card h3:before,.supply-side-card h3:before,.supply-related h2:before{content:"";position:absolute;left:0;top:3px;width:4px;height:24px;border-radius:2px;background:#0b63ce}.supply-detail-card p{margin:0;color:#33425c;font-size:18px;line-height:34px}.supply-detail-card p+p{margin-top:14px}.supply-requirements{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 40px;margin:0}.supply-requirements div{display:grid;grid-template-columns:104px minmax(0,1fr);gap:14px;align-items:start}.supply-requirements dt{color:#111827;font-size:17px;line-height:28px;font-weight:700}.supply-requirements dd{margin:0;color:#33425c;font-size:17px;line-height:28px}.supply-detail-sidebar{display:grid;gap:16px;align-content:start}.supply-side-card{padding:26px}.supply-side-card strong{display:block;margin-bottom:14px;color:#111827;font-size:20px;line-height:30px}.supply-side-card p{margin:8px 0 0;color:#4b5870;font-size:16px;line-height:28px}.detail-contact-button{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;background:linear-gradient(180deg,#0b63ce,#074199);color:#fff;font-size:18px;font-weight:700;box-shadow:0 10px 22px #0b63ce33;transition:transform .2s ease,box-shadow .2s ease}.detail-contact-button:hover,.detail-contact-button:focus{color:#fff;outline:none;transform:translateY(-1px);box-shadow:0 14px 28px #0b63ce42}.news-detail-card,.project-detail-main,.project-related-card,.supply-detail-main,.supply-side-card,.supply-related,.expert-detail-card,.partner-detail-card,.transfer-apply-panel,.transfer-apply-side-card{border:1px solid var(--detail-card-border);border-radius:var(--detail-card-radius);background:var(--detail-card-background);box-shadow:var(--detail-card-shadow)}.supply-detail-sidebar .supply-side-card{border-right:0}.project-detail-main{padding:36px}.supply-related{margin-top:16px;padding:20px 32px 30px}.supply-related h2{margin-bottom:18px}.supply-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.supply-related-grid a{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 18px;border:1px solid #dde6f2;border-radius:6px;background:#fff;color:#33425c;font-size:16px;line-height:24px;transition:border-color .2s ease,box-shadow .2s ease,color .2s ease}.supply-related-grid a:hover,.supply-related-grid a:focus{border-color:#0b63ce5c;color:#0b63ce;box-shadow:0 10px 22px #062b6314;outline:none}.supply-related-grid i{display:inline-grid;place-items:center;flex:0 0 24px;width:24px;height:24px;color:#0b63ce;font-style:normal}.supply-related-grid i .tabler-icon{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media (max-width: 1500px){.supply-layout{grid-template-columns:100px minmax(0,1fr)}.supply-item{grid-template-columns:minmax(300px,1fr) minmax(300px,342px) 72px;gap:28px}.project-result-item{grid-template-columns:320px minmax(0,1fr) 120px;gap:28px}.project-case-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.network-overview{grid-template-columns:minmax(0,1fr) 360px}}@media (min-width: 1101px){.supply-item{grid-template-columns:minmax(420px,1fr) 80px 88px 120px 64px 50px;gap:32px}html[lang=en] .supply-item{grid-template-columns:minmax(420px,1fr) 105px 84px 130px 64px 50px}html[lang=ru] .supply-item{grid-template-columns:minmax(360px,1fr) 92px 100px 120px 56px 92px}.supply-item dl{display:contents;transform:none}}@media (max-width: 1100px){.page-hero{margin-top:88px}.cooperation-base-hero{height:390px}.base-overview-card{grid-template-columns:minmax(300px,.8fr) minmax(0,1fr)}.base-overview-content{padding:34px}.base-space-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.base-capability-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.base-capability-card:nth-child(3){border-right:0}.base-capability-card:nth-child(-n+3){border-bottom:1px solid #e6d9be}.supply-layout{grid-template-columns:1fr;gap:20px}.supply-side-tabs{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.supply-side-tab{width:100%;min-height:72px;border-radius:8px}.supply-side-tab span{white-space:normal;font-size:24px;line-height:32px}.supply-side-tab.is-active:after{display:none}.supply-tools{grid-template-columns:1fr}.supply-actions{justify-content:flex-start;flex-wrap:wrap}.supply-item{grid-template-columns:1fr;gap:16px;align-items:start}.supply-item dl{grid-template-columns:repeat(4,minmax(0,1fr))}.supply-detail-grid{grid-template-columns:1fr}.supply-detail-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.news-center-item{grid-template-columns:110px 42px minmax(0,1fr);padding:18px 0}.news-center-list:before{top:29px;bottom:29px;left:131px}.news-center-detail{grid-column:3;justify-self:start;margin-top:0}.policy-item{grid-template-columns:38px minmax(0,1fr) 30px;gap:20px}.video-interviews-grid,.video-promotions-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-resources-intro{grid-template-columns:1fr;gap:24px}.expert-resources-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.expert-resources-cta{grid-template-columns:1fr}.expert-detail-profile{grid-template-columns:220px minmax(0,1fr);gap:34px}.expert-detail-contact{align-items:flex-start;flex-direction:column}.partner-units-intro{grid-template-columns:1fr;gap:24px}.partner-units-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-units-cta{grid-template-columns:1fr}.partner-detail-profile{grid-template-columns:1fr;gap:26px}.partner-detail-directions{grid-column:auto}.partner-detail-achievement-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-detail-contact{align-items:flex-start;flex-direction:column}.transfer-apply-layout{grid-template-columns:1fr}.transfer-apply-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.transfer-apply-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-promo-overlay{padding:22px 26px 26px}.video-promo-overlay h2{font-size:26px;line-height:36px}.news-detail-card{padding:36px 48px 52px}.project-result-tabs button{font-size:24px}.project-result-item{grid-template-columns:280px minmax(0,1fr);gap:22px;padding:16px}.project-result-item .project-card-detail{grid-column:2;justify-self:start}.project-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.network-overview,.network-lower-grid{grid-template-columns:1fr}.network-map-head{grid-template-columns:1fr;gap:14px}.network-project-grid.project-case-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-detail-layout{grid-template-columns:1fr;gap:var(--detail-column-gap)}.project-detail-sidebar{padding-top:0}.project-related-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}}@media (min-width: 701px){html[lang=ru] .base-details div{grid-template-columns:148px minmax(0,1fr);gap:12px}}@media (max-width: 700px){.page-hero{height:220px;margin-top:64px;padding:0 16px}.cooperation-base-hero{height:260px;margin-top:64px}.cooperation-base-hero>img{object-position:66% center}.cooperation-base-hero:after{background:linear-gradient(90deg,#ffffffbd,#ffffff29)}.cooperation-base-hero-copy{width:calc(100% - 32px);padding-bottom:0}.cooperation-base-hero h1{margin:8px 0 12px;font-size:clamp(20px,6.7vw,24px)}.cooperation-base-hero p{font-size:15px;line-height:25px}.base-section{width:calc(100% - 32px);padding-top:48px}.base-overview-section{padding-top:30px}.base-overview-card{grid-template-columns:1fr}.base-overview-image{min-height:230px}.base-overview-content{padding:28px 22px}.base-overview-content h2{font-size:23px;line-height:33px}.base-details div{grid-template-columns:72px minmax(0,1fr);gap:6px}html[lang=ru] .base-details div{grid-template-columns:106px minmax(0,1fr);gap:8px}.base-overview-content>p{font-size:15px;line-height:27px}.base-section-heading{margin-bottom:22px}.base-section-heading h2{font-size:25px;line-height:34px}.base-space-grid{grid-template-columns:1fr;gap:14px}.base-space-card{display:grid;grid-template-columns:130px minmax(0,1fr)}.base-space-card img{height:100%;min-height:140px}.base-space-card div{min-height:0;padding:18px 16px;text-align:left}.base-space-card h3{font-size:17px;line-height:24px}.base-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.base-capability-card{min-height:218px;padding:31px 14px 18px}.base-capability-card:nth-child(3){border-right:1px solid #e6d9be}.base-capability-card:nth-child(2n){border-right:0}.base-capability-card:nth-child(-n+4){border-bottom:1px solid #e6d9be}.base-capability-card .tabler-icon{width:34px;height:34px;margin-bottom:12px;font-size:34px}.base-capability-card h3{font-size:16px;line-height:24px}.base-capability-card p{font-size:13px;line-height:21px}.base-gallery-section{padding-bottom:54px}.base-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:130px;gap:8px}.base-gallery-grid figure.is-large{grid-column:span 2;grid-row:span 2}.base-gallery-dialog{width:calc(100% - 20px);height:min(680px,calc(100dvh - 20px))}.base-gallery-lightbox{padding:46px 12px 42px}.base-gallery-close{top:12px;right:12px}.base-gallery-nav{width:38px;height:38px;min-height:38px}.base-gallery-nav.is-prev{left:12px}.base-gallery-nav.is-next{right:12px}.page-hero h1{font-size:34px;line-height:42px}.page-hero p{font-size:17px;line-height:26px}.supply-layout{width:calc(100% - 32px);margin:28px auto 70px}.supply-search{height:auto;grid-template-columns:28px minmax(0,1fr);gap:12px;padding:14px}.supply-search button{grid-column:1 / -1;width:100%;font-size:18px}.supply-actions{display:grid;grid-template-columns:1fr}.supply-action{width:100%}.supply-filter-card{padding:18px;gap:18px}.supply-filter-row{align-items:flex-start;flex-direction:column;gap:12px}.supply-filter-row strong{flex-basis:auto}.supply-filter-row div{gap:10px}.supply-filter-row button{min-width:auto;font-size:16px}.supply-meta{margin-inline:0}.supply-list-card{padding:12px 16px}.supply-item:before{right:-16px;left:-16px}.supply-item dl{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px}.supply-pagination{gap:10px}.news-center-shell{width:calc(100% - 32px);padding:24px 0 70px}.news-center-list-card{margin-top:24px;padding:10px 16px 22px}.news-center-item{min-height:auto;grid-template-columns:1fr;gap:10px;padding:20px 0}.news-center-item:before{inset:0 -16px}.news-center-list:before{display:none}.news-center-date{display:flex;align-items:baseline;gap:8px}.news-center-date span{font-size:14px}.news-center-date strong{font-size:22px;line-height:28px}.news-center-line{display:none}.news-center-body{padding-right:0;gap:8px}.news-center-body strong{font-size:18px;line-height:28px}.news-center-body em{font-size:16px;line-height:28px}.news-center-detail{grid-column:auto;margin-top:0;justify-self:start;font-size:16px}.news-center-pagination{flex-wrap:wrap}.policy-shell{width:calc(100% - 32px);padding:24px 0 70px}.policy-list-card{margin-top:24px;padding:6px 16px 22px}.policy-item{min-height:auto;grid-template-columns:32px minmax(0,1fr) 24px;gap:14px;padding:18px 0}.policy-icon{width:30px;height:30px}.policy-icon .tabler-icon{width:28px;height:28px}.policy-copy strong{font-size:18px;line-height:28px}.policy-meta{gap:8px 16px;font-size:14px;line-height:22px}.policy-pagination{flex-wrap:wrap;margin-top:18px}.video-interviews-shell,.video-promotions-shell{width:calc(100% - 32px);padding:24px 0 70px}.video-interviews-toolbar{align-items:flex-start;flex-direction:column;gap:16px;margin:24px 0 22px}.video-promotions-toolbar{align-items:flex-start;flex-direction:column;gap:16px;margin:36px 0 22px}.video-interviews-toolbar h2,.video-promotions-toolbar h2{font-size:22px;line-height:30px}.video-interviews-grid,.video-promotions-grid{grid-template-columns:1fr;gap:18px}.expert-resources-shell{width:calc(100% - 32px);padding:24px 0 70px}.expert-resources-intro{margin-top:24px;padding:22px 16px}.expert-resources-intro h2{font-size:24px;line-height:34px}.expert-resources-intro p{font-size:16px;line-height:28px}.expert-resources-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.expert-resources-stats strong{min-height:84px;font-size:12px;line-height:18px;text-align:center}.expert-resources-stats strong span{font-size:12px;line-height:18px}.expert-resources-stats b{font-size:24px;line-height:30px}.expert-resources-grid{grid-template-columns:1fr;gap:18px}.expert-resource-card{min-height:auto;padding:20px 16px}.expert-resource-head{gap:16px}.expert-resource-photo{flex-basis:112px;width:112px;height:140px}.expert-resource-meta{gap:8px;margin-top:14px}.expert-resources-cta{margin-top:28px;padding:24px 16px;gap:20px}.expert-resources-cta h2{font-size:23px;line-height:32px}.expert-resources-cta p{font-size:16px;line-height:28px}.expert-resources-actions{display:grid;grid-template-columns:1fr}.expert-resources-actions a{width:100%}.expert-row{grid-template-columns:1fr}.expert-row .expert-intro,.expert-row .expert-resource-card,.expert-row .partner-unit-card{min-width:0}.expert-detail-card{margin-top:24px;padding:24px 16px 30px}.expert-detail-profile{grid-template-columns:1fr;gap:20px;align-items:start;padding-bottom:26px}.expert-detail-photo{width:min(220px,100%)}.expert-detail-info h1{gap:12px;margin-bottom:20px;font-size:28px;line-height:38px}.expert-detail-info h1 span{min-height:30px;font-size:16px;line-height:24px}.expert-detail-meta{gap:12px;font-size:16px;line-height:26px}.expert-detail-tags{gap:10px}.expert-detail-tags span{min-height:32px;padding:0 14px;font-size:15px;line-height:22px}.expert-detail-intro{padding-top:30px}.expert-detail-intro h2{margin-bottom:22px;font-size:23px;line-height:32px}.expert-detail-intro p{font-size:16px;line-height:30px}.expert-detail-contact{margin-top:30px;padding:24px 16px}.expert-detail-contact>div{align-items:flex-start;gap:16px}.expert-detail-contact strong{font-size:22px;line-height:30px}.expert-detail-contact p{font-size:16px;line-height:28px}.expert-detail-contact a{width:100%;min-height:48px;font-size:16px}.partner-units-shell{width:calc(100% - 32px);padding:24px 0 70px}.partner-units-intro{margin-top:24px;padding:22px 16px}.partner-units-intro h2{font-size:24px;line-height:34px}.partner-units-intro p{font-size:16px;line-height:28px}.partner-units-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.partner-units-stats strong{min-height:84px;font-size:12px;line-height:18px;text-align:center}.partner-units-stats strong span{font-size:12px;line-height:18px}.partner-units-stats b{font-size:24px;line-height:30px}.partner-units-grid{grid-template-columns:1fr;gap:18px}.partner-unit-card{min-height:auto;padding:20px 16px}.partner-unit-logo-box{width:104px;height:70px}.partner-unit-body h3{font-size:19px;line-height:28px}.partner-units-cta{margin-top:28px;padding:24px 16px;gap:20px}.partner-units-cta h2{font-size:23px;line-height:32px}.partner-units-cta p{font-size:16px;line-height:28px}.partner-units-actions{display:grid;grid-template-columns:1fr}.partner-units-actions a{width:100%}.partner-detail-card{margin-top:24px;padding:24px 16px 30px}.partner-detail-profile{padding-bottom:26px}.partner-detail-identity{align-items:flex-start;gap:16px}.partner-detail-logo-fallback{flex-basis:76px;width:76px;height:76px;font-size:21px;line-height:28px}.partner-detail-identity h1{margin-bottom:14px;font-size:24px;line-height:34px}.partner-detail-meta{gap:10px 16px;font-size:14px;line-height:22px}.partner-detail-directions{padding-left:0;border-left:0}.partner-detail-directions h2,.partner-detail-intro h2,.partner-detail-achievements h2{font-size:22px;line-height:30px}.partner-detail-directions span{font-size:14px}.partner-detail-copy p{font-size:16px;line-height:30px}.partner-detail-section-head{align-items:flex-start;flex-direction:column;gap:12px}.partner-detail-achievement-grid{grid-template-columns:1fr;gap:18px}.partner-detail-achievement p{min-height:auto}.partner-detail-contact{padding:24px 16px}.partner-detail-contact>div{align-items:flex-start}.partner-detail-contact strong{font-size:22px;line-height:30px}.partner-detail-contact p{font-size:16px;line-height:28px}.partner-detail-contact a{width:100%}.transfer-apply-layout{margin-top:24px;gap:20px}.transfer-apply-panel,.transfer-apply-side-card{padding:24px 16px}.transfer-apply-section+.transfer-apply-section{margin-top:28px}.transfer-apply-section h2,.transfer-apply-side-card h2{font-size:21px;line-height:30px}.transfer-apply-type-grid{grid-template-columns:1fr}.transfer-apply-fields.two-columns{grid-template-columns:1fr;gap:18px}.transfer-apply-type-card{min-height:112px;padding:18px}.transfer-apply-sidebar{grid-template-columns:1fr}.transfer-apply-service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.transfer-apply-submit{width:100%}.video-interview-body{padding:16px}.video-interview-body h3{font-size:19px;line-height:28px}.video-interview-body p{min-height:auto}.video-interview-pagination{flex-wrap:wrap;margin-top:28px}.video-promo-featured{margin-top:24px;border-radius:8px}.video-promo-play{width:56px;height:56px}.video-promo-play .tabler-icon{width:26px;height:26px}.video-promo-overlay{gap:8px;padding:16px 16px 18px}.video-promo-overlay h2{font-size:20px;line-height:28px}.video-promo-overlay p{display:none}.video-promo-meta{font-size:13px;line-height:20px}.news-detail-card{margin-top:24px;padding:26px 16px 36px}.news-detail-title{padding-bottom:22px;font-size:24px;line-height:34px}.news-detail-meta{justify-content:flex-start;gap:10px 18px;font-size:14px;text-align:left}.news-detail-cover{aspect-ratio:16 / 9;margin:24px auto 22px}.policy-detail-body{padding-top:24px}.news-detail-body p{font-size:16px;line-height:30px}.policy-layout{grid-template-columns:1fr;gap:18px;margin-top:24px}.policy-side-nav{position:static;grid-auto-flow:column;grid-auto-columns:max-content;gap:8px;overflow-x:auto;padding:10px}.policy-side-tab{min-height:40px;padding:9px 16px;white-space:nowrap;font-size:14px;line-height:20px}.policy-side-tab:before{display:none}.policy-panel-head{margin-bottom:14px}.policy-panel-head h2{font-size:20px;line-height:28px}.policy-panel-head p{font-size:14px;line-height:20px}.policy-list-card{padding:6px 16px 20px}.policy-item{grid-template-columns:30px minmax(0,1fr) 24px;gap:14px;padding:18px 0}.policy-item:before{inset:0 -16px}.policy-copy strong{font-size:17px;line-height:26px}.policy-detail-body .policy-source-note{margin-top:24px;font-size:14px;line-height:26px}.policy-doc-number{margin-top:12px;font-size:15px;line-height:22px}.policy-detail-body .policy-block.policy-paragraph{font-size:16px;line-height:34px}.policy-detail-body .policy-block.policy-paragraph+.policy-block.policy-paragraph{margin-top:10px}.policy-detail-body .policy-block.policy-title{margin-top:22px;font-size:17px;line-height:32px}.policy-detail-body .policy-block.policy-chapter{margin-top:28px;font-size:18px;line-height:34px}.policy-detail-body .policy-summary{margin-bottom:22px;padding:14px 16px;font-size:15px;line-height:30px}.policy-detail-body .policy-block.policy-heading{margin-top:24px;font-size:18px;line-height:34px}.policy-detail-body .policy-block.policy-subheading{margin-top:18px;font-size:17px;line-height:32px}.policy-detail-body .policy-block.policy-subheading-sub{margin-top:14px;font-size:16px;line-height:32px}.policy-detail-body .policy-block.policy-signature{margin-top:24px;font-size:16px;line-height:32px}.policy-detail-body .policy-block.policy-attachment-note{margin-top:22px;font-size:15px;line-height:28px}.policy-signature-block{margin-top:24px;font-size:16px;line-height:32px}.policy-attachments{width:100%;margin-top:26px;padding-top:22px}.policy-attachments h2{font-size:20px;line-height:28px}.policy-attachment-link{grid-template-columns:30px minmax(0,1fr);gap:12px;padding:12px}.policy-attachment-action{grid-column:2;justify-self:start}.policy-attachment-copy strong{white-space:normal}.news-detail-adjacent{grid-template-columns:1fr;gap:12px;padding:22px 0 0;margin-top:26px;font-size:14px}.news-detail-adjacent a:last-child,.news-detail-adjacent>span:last-child{justify-content:flex-start;text-align:left}.supply-detail-hero{height:220px;margin-top:64px;padding:0 16px}.supply-detail-hero h1{font-size:38px;line-height:48px}.detail-shell{width:calc(100% - 32px);padding:30px 0 70px}.breadcrumb{gap:8px;font-size:14px;line-height:22px}.supply-detail-main{padding:24px 16px 18px}.supply-detail-head h2{font-size:24px;line-height:34px}.supply-detail-head p,.supply-detail-card p{font-size:16px;line-height:28px}.supply-detail-card,.supply-side-card,.supply-related{padding:18px}.supply-detail-card h3,.supply-side-card h3,.supply-related h2{font-size:20px;line-height:28px}.supply-detail-card h3:before,.supply-side-card h3:before,.supply-related h2:before{top:2px;height:24px}.supply-requirements,.supply-related-grid,.supply-detail-sidebar{grid-template-columns:1fr}.supply-requirements div{grid-template-columns:92px minmax(0,1fr);gap:10px}.supply-side-tags span{font-size:14px}.page-hero h1{margin-bottom:12px}.page-hero-line{margin-top:18px}.project-results-shell{width:calc(100% - 32px);margin-bottom:70px;padding-top:22px}.network-shell,.network-section{width:calc(100% - 32px)}.network-shell{padding-top:28px}.network-overview-card{padding:16px}.network-map-card,.network-country-card,.network-panel{padding:18px}.network-map-card,.network-country-card{height:auto;min-height:420px}.network-point span{max-width:104px;min-width:0;white-space:normal}.network-country-tabs{padding:12px;gap:8px}.network-country-tabs button{min-height:38px;padding:0 10px;font-size:14px}.network-section-head{align-items:flex-start;flex-direction:column;gap:10px}.network-section-head h2,.network-map-head h2{font-size:24px;line-height:32px}.network-project-grid.project-case-grid,.network-unit-grid{grid-template-columns:1fr}.network-lower-grid{padding-bottom:70px}.network-update-item{grid-template-columns:54px minmax(0,1fr);gap:14px}.project-result-tabs{margin-bottom:24px}.project-result-tabs button{min-height:54px;font-size:21px;line-height:28px}.project-result-tabs button:after{width:112px}.project-result-list{gap:18px}.project-result-item{grid-template-columns:1fr;gap:16px}.project-result-item img{height:auto}.project-result-item h2{font-size:21px;line-height:30px}.project-result-meta{gap:8px 18px}.project-result-item .project-card-detail{grid-column:auto}.project-case-grid{grid-template-columns:1fr;gap:18px}.project-case-card{min-height:auto}.project-case-card img{height:auto}.project-detail-head{padding-bottom:18px;margin-bottom:22px}.project-detail-head h1{margin-bottom:18px;font-size:26px;line-height:36px}.project-detail-meta{gap:10px 18px;font-size:15px;line-height:24px}.project-detail-content{padding-top:24px}.project-detail-content p{font-size:16px;line-height:30px}.project-detail-content p+p{margin-top:18px}.project-detail-sidebar h2{font-size:24px;line-height:32px}.project-related-card{padding:22px 18px 8px}.project-detail-main{padding:24px 18px}.project-related-list{grid-template-columns:1fr}.project-related-list a{min-height:96px;grid-template-columns:104px minmax(0,1fr);gap:16px}.project-related-list img{width:104px}.project-related-list strong{font-size:17px;line-height:26px}.project-detail-back{min-height:48px;font-size:16px}}@media (max-width: 700px){.back-to-top{right:16px;bottom:24px}.search-hero{min-height:330px;margin-top:0;background-position:center}.search-hero-inner{padding:42px 0 38px}.search-hero h1{font-size:32px;line-height:42px}.search-hero-line{width:56px;margin:14px 0 24px}.search-hero-form{grid-template-columns:24px minmax(0,1fr) 76px;min-height:52px;padding-left:14px}.search-hero-form .search-hero-icon{width:22px;height:22px}.search-hero-form input{height:42px;padding:0 10px;font-size:15px}.search-hero-form button{min-height:42px;gap:4px;font-size:15px}.search-hero-form button .tabler-icon{width:18px;height:18px}.search-hero-summary{margin-top:18px;font-size:14px;line-height:22px}.search-hero-summary em{font-size:20px}.search-category-row{justify-content:flex-start;gap:4px;min-height:58px}.search-category-row button{min-height:58px;padding:0 12px;font-size:15px}.search-category-row button:after{right:12px;left:12px}.search-toolbar{align-items:flex-start;flex-direction:column;gap:8px;min-height:auto;padding:22px 0 10px;font-size:14px}.search-result-item{grid-template-columns:30px minmax(0,1fr);padding:17px 0 18px}.search-result-item:hover,.search-result-item:focus{padding-right:8px;padding-left:8px}.search-result-index{font-size:19px;line-height:28px}.search-result-body>strong{font-size:17px;line-height:27px;white-space:normal}.search-result-meta{gap:9px;margin-top:4px;font-size:13px;line-height:21px}.search-result-summary{margin-top:5px;font-size:14px;line-height:24px;white-space:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.search-pagination{flex-wrap:wrap;gap:8px;padding-top:26px}.search-pagination button{min-width:38px;min-height:38px;padding:0 8px;font-size:14px}}
