:root{--v-bg:#F7F5F0;--v-surface:#fff;--v-text:#25232B;--v-muted:#625D6C;--v-accent:#5846A6;--v-hover:#49388F;--v-soft:#E9E4F5;--v-border:#D3CEDC;--v-control:#817A8B;--v-error:#A32638;--v-success:#246447}html{scroll-padding-top:110px;scroll-behavior:smooth}body{background:var(--v-bg);color:var(--v-text);font-family:Arial,sans-serif}.v2-container{width:100%;max-width:1336px;margin:0 auto;padding-left:48px;padding-right:48px}.v2-header{position:relative;justify-content:space-between;gap:24px;padding:24px 48px;border-bottom:1px solid var(--v-border);max-width:1440px;margin:auto}.v2-brand,.v2-header{display:flex;align-items:center}.v2-brand{gap:14px;text-decoration:none;font-size:17px;font-weight:700;line-height:1.1}.v2-brand b{font:36px Georgia,serif;color:var(--v-accent)}.v2-nav{display:flex;gap:24px;align-items:center;font-size:14px}.v2-nav a{text-decoration:none}.v2-nav [aria-current=page],.v2-nav a:hover{color:var(--v-accent);text-decoration:underline}.v2-menu{display:none}.v2-button,.v2-menu{display:inline-flex;min-height:48px;padding:12px 20px;align-items:center;justify-content:center;gap:10px;border-radius:8px;background:var(--v-accent);color:white;border:1px solid var(--v-accent);font:600 16px/1.4 Arial,sans-serif;text-decoration:none;cursor:pointer;text-align:center}.v2-button:hover{background:var(--v-hover)}.v2-button.secondary{background:transparent;color:var(--v-accent)}.v2-button.secondary:hover{background:var(--v-soft)}.v2-button:disabled{opacity:.6;cursor:wait}.v2-header .v2-menu{display:none}.v2-crumbs{padding-top:24px;padding-bottom:16px;font-size:14px;color:var(--v-muted)}.v2-crumbs a{text-decoration:underline}.v2-skip{position:fixed;top:8px;left:8px;transform:translateY(-200%);padding:14px;background:white;color:var(--v-accent);z-index:100}.v2-skip:focus{transform:none}:focus-visible{outline:3px solid var(--v-accent);outline-offset:4px}.v2-dialog{margin:0 0 0 auto;width:min(440px,100%);height:100dvh;max-height:100dvh;max-width:100%;border:0;padding:24px;background:var(--v-bg);color:var(--v-text)}.v2-dialog::backdrop{background:#25232B80}.v2-dialog nav{display:flex;flex-direction:column;gap:12px;padding-top:36px}.v2-dialog nav a{padding:12px 4px;font:26px Georgia,serif}.v2-close{min-height:44px;padding:10px;border:1px solid var(--v-control);border-radius:8px;float:right}.v2{font:17px/1.55 Arial,sans-serif;color:var(--v-text)}.v2 h1,.v2 h2,.v2 h3,.v2-section h2{font-family:Georgia,serif;font-weight:400;letter-spacing:-.03em;line-height:1.1;margin:0 0 24px}.v2 h1{font-size:60px;max-width:1050px}.v2 h2,.v2-section h2{font-size:48px;max-width:900px}.v2 h3{font-size:30px}.v2 p{margin:0 0 20px}.v2 a:not(.v2-button){text-underline-offset:4px}.v2-section{padding-top:96px;padding-bottom:96px}.v2-kicker{font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--v-accent);margin-bottom:24px!important}.v2-lead{font-size:19px;line-height:1.55;max-width:820px}.v2 small,.v2-muted{color:var(--v-muted)}.v2-actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center;margin:28px 0 20px}.v2-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.v2-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-card{padding:32px;background:var(--v-surface);border:1px solid var(--v-border);border-radius:12px;display:flex;flex-direction:column;min-width:0}.v2-card h3{margin-bottom:20px}.v2-card .v2-actions{margin-top:auto;padding-top:16px}.v2-card dl{margin:4px 0 24px}.v2-card dt{font-size:14px;color:var(--v-muted);margin-top:12px}.v2-card dd{margin:2px 0 0}.v2-soft{background:var(--v-soft)}.v2-home-hero{display:grid;grid-template-columns:1.5fr 1fr;gap:48px;align-items:center;padding-top:64px;padding-bottom:80px}.v2-home-hero h1{font-size:64px}.v2-home-hero figure{margin:0;align-self:center}.v2-home-hero img{width:100%;height:auto;max-height:650px;object-fit:contain;border-radius:12px}.v2-home-hero figcaption{font-size:14px;color:var(--v-muted);margin-top:12px}.v2-photo{height:auto;border-radius:12px;background:var(--v-soft)}.v2-card img,.v2-photo{width:100%;object-fit:contain}.v2-card img{height:220px;margin:0 0 24px;border-radius:8px;background:var(--v-bg)}.v2-section-heading{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.v2-section-heading h2{margin:0}.v2-section-heading a{flex-shrink:0}.v2-list{padding-left:24px;display:grid;gap:16px}.v2-faq details{border-bottom:1px solid var(--v-border);padding:24px 0}.v2-faq summary{font:24px/1.4 Georgia,serif;cursor:pointer;padding-right:16px}.v2-faq details p{padding-top:16px;max-width:900px;margin-bottom:0}.v2-footer{border-top:1px solid var(--v-border);padding:64px 0 24px;font:15px/1.6 Arial,sans-serif}.v2-footer h2{font:22px Georgia,serif;margin-bottom:20px}.v2-footer a{display:block;margin-bottom:12px;text-underline-offset:3px}.v2-footer p{margin-bottom:20px}.v2-footer>.v2-muted{margin-top:36px}.v2-tags{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:32px}.v2-tags button{border:1px solid var(--v-control);border-radius:24px;min-height:44px;padding:8px 16px}.v2-tags [aria-pressed=true]{background:var(--v-accent);color:white}.v2-field{display:grid;gap:8px;margin-bottom:24px}.v2-field label,.v2-field legend{font-weight:600}.v2-field input:not([type=checkbox]):not([type=radio]),.v2-field select,.v2-field textarea{font:16px/1.55 Arial,sans-serif;background:white;border:1px solid var(--v-control);border-radius:8px;min-height:48px;width:100%;padding:12px;color:var(--v-text)}.v2-field textarea{resize:vertical;min-height:120px}.v2-field [aria-invalid=true]{border-color:var(--v-error)!important}.v2-check{display:flex;gap:12px;align-items:start;padding:12px 0;cursor:pointer}.v2-check input{width:20px;height:20px;flex-shrink:0;margin-top:3px;accent-color:var(--v-accent)}.v2-error{color:var(--v-error);padding:16px;border:1px solid var(--v-error);border-radius:8px;background:#fff7f8}.v2-success{padding:32px;border:1px solid var(--v-success);border-radius:12px;background:#f2faf5}.v2-form{max-width:820px}.v2-option{display:flex;gap:14px;border:1px solid var(--v-control);border-radius:8px;background:white;align-items:start;padding:16px;cursor:pointer;min-height:52px}.v2-option:has(input:checked){background:var(--v-soft);border-color:var(--v-accent);box-shadow:inset 0 0 0 1px var(--v-accent)}.v2-option input{width:20px;height:20px;flex-shrink:0;margin-top:2px;accent-color:var(--v-accent)}.v2-options{display:grid;gap:10px}.v2-question{border:0;padding:0;margin:0 0 40px;min-width:0}.v2-question legend{font:26px/1.3 Georgia,serif;margin-bottom:16px}.v2-progress{width:100%;height:8px;accent-color:var(--v-accent);margin-bottom:28px}.v2-note{border-left:3px solid var(--v-accent);padding:12px 20px;background:var(--v-soft);margin:24px 0}.v2-report li{margin-bottom:20px}.speaker-gallery .speaker-stage img,.speaker-gallery .speaker-thumbs img{object-fit:contain!important;background:var(--v-soft)}.speaker-gallery .speaker-controls button{min-width:44px;min-height:44px}.v2 [id]{scroll-margin-top:32px}#page-content{outline:none}.v2-honey{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}@media(min-width:1440px){.v2-home-hero h1{font-size:76px}}@media(max-width:1100px){.v2-container{padding-left:32px;padding-right:32px}.v2-header{padding:20px 32px;gap:16px}.v2-nav{gap:14px}.v2-home-hero{gap:32px}.v2-home-hero h1{font-size:56px}.v2-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.v2-section{padding-top:64px;padding-bottom:64px}}@media(max-width:980px){.v2-header-cta,.v2-nav{display:none}.v2-header .v2-menu{display:inline-flex}.v2-home-hero{grid-template-columns:1fr}.v2-home-hero figure{max-width:520px}.v2-home-hero h1{font-size:56px}.v2-section-heading{align-items:start;flex-direction:column}}@media(max-width:600px){.v2-container{padding-left:20px;padding-right:20px}.v2-header{padding:16px 20px}.v2{font-size:16px}.v2-section{padding-top:48px;padding-bottom:48px}.v2-home-hero{padding-top:32px;padding-bottom:48px;gap:24px}.v2-home-hero h1{font-size:40px}.v2 h1{font-size:36px}.v2 h2,.v2-section h2{font-size:30px}.v2 h3{font-size:26px}.v2-lead{font-size:17px}.v2-grid,.v2-grid.two{grid-template-columns:1fr}.v2-card{padding:24px}.v2-actions{align-items:stretch;flex-direction:column}.v2-faq summary,.v2-question legend{font-size:22px}.v2-footer{padding-top:48px}.v2-section-heading{gap:20px}.v2-card img{height:auto;max-height:300px}.v2-brand{font-size:15px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}}.v2-question legend{font-family:Arial,sans-serif}.v2-crumbs{overflow-wrap:anywhere}#page-content main:not(.v2) h1,#page-content main:not(.v2) h2,#page-content main:not(.v2) h3{letter-spacing:-.03em}#page-content main:not(.v2) input,#page-content main:not(.v2) select,#page-content main:not(.v2) textarea{font-size:16px}.v2 h1,.v2 h2,.v2 h3,.v2 p{overflow-wrap:break-word}@media(max-width:680px){.v2 h1{font-size:36px}.v2-home-hero h1{font-size:40px}.v2 h2,.v2-section h2{font-size:30px}.v2 h3{font-size:26px}.v2-question legend{font-size:22px}.v2-lead{font-size:17px}.v2{font-size:16px}#page-content main:not(.v2) h1{font-size:clamp(36px,10vw,54px)}#page-content main:not(.v2) h2{font-size:30px}#page-content main:not(.v2) h3{font-size:26px}}@media print{.v2-actions,.v2-crumbs,.v2-footer,.v2-header{display:none}.v2-container{padding:0}.v2-section{padding:16px 0}.v2 h1{font-size:30px}.v2 h2{font-size:24px}.v2-report{break-inside:avoid}}@media(min-width:1024px){.v2-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.v2-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:767px){.v2-grid,.v2-grid.two{grid-template-columns:1fr}}.v2-list,.v2-report ul{list-style:disc}.v2-report ul{padding-left:24px}.v2 a:not(.v2-button){text-decoration:underline}.v2 .v2-kicker{line-height:1.45}.v2 small{font-size:14px}.v2-home-hero h1{line-height:1.03}.v2 h1{line-height:1.08}.v2 h2{line-height:1.12}.v2 h3{line-height:1.16}@media(max-width:680px){.v2-home-hero h1{line-height:1.08}.v2 h1{line-height:1.12}.v2 h2{line-height:1.16}.v2 h3{line-height:1.2}}.v2-portrait-frame{position:relative;isolation:isolate;padding:24px 20px;overflow:hidden;border-radius:12px}.v2-portrait-frame img{position:relative;z-index:1;display:block}.v2-portrait-orbit{position:absolute;pointer-events:none;border:1px solid rgba(88,70,166,.5);border-radius:50%;z-index:0}.v2-portrait-orbit.one{inset:8% 0;transform:rotate(18deg)}.v2-portrait-orbit.two{inset:1% 5%;transform:rotate(-24deg)}@media(max-width:600px){.v2-portrait-frame{padding:20px 16px}}:root{--ink:#242321;--paper:#f1eee7;--cream:#faf8f3;--blue:#4c50cf;--acid:#d9ff43;--line:#24232130;--muted:#625f58;--v-bg:var(--paper);--v-text:var(--ink);--v-accent:var(--blue);--v-hover:#3e42b5;--v-soft:#e4e0f3;--v-border:#ccc6c1;--v-muted:#625f58}body{color:var(--ink)}.v2-header,body{background:var(--paper)}.v2-header{max-width:none;padding:22px 4vw;border-color:var(--line)}.v2-brand b{font:500 38px Georgia,serif;letter-spacing:-.08em;color:var(--ink)}.v2-button,.v2-menu{border-radius:2px;min-height:50px}.v2-button.secondary{border-color:var(--v-accent)}.v2-card{border-radius:2px;box-shadow:none;background:transparent;border:0;border-top:1px solid var(--line);padding:28px 0}.v2-form .v2-card,.v2-note{background:var(--cream);padding:24px;border:1px solid var(--line);border-radius:2px}.v2 h1{font-size:clamp(48px,5.8vw,88px);line-height:1.04}.v2 h2,.v2-section h2{font-size:clamp(36px,4.3vw,64px);line-height:1.08}.v2 h3{font-size:32px}.v2-form h1{font-size:clamp(34px,4vw,52px)}.v2-question legend{font-size:26px;line-height:1.25}.v2-form h2{font-size:32px}.v2-footer{background:var(--paper);color:var(--ink);border-top:1px solid var(--line)}.return-home{overflow:clip}.return-home h1,.return-home h2,.return-home h3{font-weight:400;font-family:Georgia,serif}.return-home h2{font-size:clamp(48px,4.5vw,68px);line-height:1.05;letter-spacing:-.035em;margin-bottom:24px}.return-home p{line-height:1.6}.return-home .eyebrow,.return-home .section-number{font-size:14px;line-height:1.5;letter-spacing:.08em}.return-home .hero{grid-template-columns:1.2fr 1fr;gap:4vw;padding:44px 4vw 56px;min-height:0;align-items:center}.return-home .hero h1{font-size:clamp(64px,6.35vw,92px);line-height:1.01;letter-spacing:-.04em;margin:22px 0 26px;max-width:780px}.return-home .hero h1 span{color:var(--blue);font-style:italic;display:block;margin-left:16px;letter-spacing:-.04em;line-height:1.01}.return-home .hero-lead{max-width:620px;font-size:18px;line-height:1.55;margin-bottom:22px}.return-home .hero-actions{gap:20px;flex-wrap:wrap;margin:24px 0 12px;align-items:center}.return-home .button{min-height:50px;font-size:16px;padding:14px 20px;border-radius:2px}.return-home .button-primary{background:var(--blue);color:#fff;border:1px solid var(--blue)}.return-home .button-primary:hover{background:#3e42b5}.return-home .text-link{font-size:16px;padding:12px 0;min-height:48px}.return-home .hero-checkup-note{font-size:14px;color:var(--muted);margin:0 0 24px}.return-home .hero-metrics{margin-top:26px}.return-home .hero-metrics strong{font-size:28px}.return-home .hero-metrics span{font-size:13px}.return-home .portrait-wrap{min-height:0;padding:32px 30px 42px;isolation:isolate;align-self:center;max-width:600px;width:100%}.return-home .portrait-card{width:100%;aspect-ratio:964/1280;background:transparent;border-radius:2px;z-index:1;overflow:hidden}.return-home .portrait-card img{position:static!important;width:100%;height:auto!important;display:block;filter:none;object-fit:fill}.return-home .portrait-orbit{border:1px solid rgba(49,85,255,.45);pointer-events:none;z-index:0;max-width:none;left:50%;top:50%}.return-home .orbit-one{width:122%;height:auto;aspect-ratio:1;transform:translate(-50%,-50%) rotate(20deg)}.return-home .orbit-two{width:102%;height:110%;transform:translate(-50%,-50%) rotate(-35deg)}.return-home .portrait-note{background:var(--acid);color:var(--ink);right:0;bottom:-6px;width:185px;font:600 16px/1.4 Arial,sans-serif;padding:19px;transform:rotate(3deg);z-index:2}.return-home .ticker{background:var(--cream);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:21px 4vw;overflow:hidden}.return-home .ticker>div{width:100%;display:flex;justify-content:space-between;gap:20px;white-space:nowrap;font-size:13px;letter-spacing:.08em}.return-home .ticker i{color:var(--blue)}.return-home>.about-section,.return-home>.business-section,.return-home>.final-cta,.return-home>.projects-section,.return-home>.proof-section,.return-home>.route-section,.return-home>.speaker-section{padding:92px 4vw}.return-home .route-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;border:1px solid var(--line)}.return-home .route-card{min-height:0;display:flex;flex-direction:column;padding:28px 24px;border:0;border-right:1px solid var(--line);border-radius:0;box-shadow:none}.return-home .route-card:last-child{border-right:0}.return-home .route-card h3{font-size:32px;line-height:1.08;letter-spacing:-.025em;margin:26px 0 22px}.return-home .route-card p{font-size:16px;line-height:1.55;margin:0 0 16px}.return-home .route-top{font-size:13px;gap:12px}.return-home .route-dark{background:#e4e0f3;color:var(--ink)}.return-home .route-blue{background:var(--blue);color:#fff}.return-home .route-checkup,.return-home .route-company{background:var(--cream);color:var(--ink)}.return-home .route-card .route-result span{font-size:13px;text-transform:uppercase;letter-spacing:.06em}.return-home .route-card .route-result{margin-top:10px}.return-home .route-card .route-format{font-size:14px}.return-home .route-card .price{margin-top:auto;padding-top:24px;color:inherit}.return-home .route-card small{font-size:13px}.return-home .route-card .price strong{font-size:26px;color:inherit}.return-home .route-card>a{font-size:15px;min-height:48px;color:inherit;margin-top:20px;display:flex;align-items:center;justify-content:space-between;gap:10px}.return-home .support-note{max-width:850px;margin:26px 0 0;font-size:15px;line-height:1.6}.return-home .method-section{background:#e4e0f3;color:var(--ink);padding:92px 4vw;gap:8vw;grid-template-columns:1fr 1fr}.return-home .method-intro p{font-size:18px;color:inherit;max-width:540px}.return-home .method-list li{border-color:var(--line);padding:24px 0;gap:24px}.return-home .method-list h3{font-size:28px;color:var(--ink);margin-bottom:14px}.return-home .method-list p{font-size:16px;color:var(--muted)}.return-home .method-list>li>span{color:var(--blue)}.return-home .business-grid{gap:0;border-color:var(--line)}.return-home .business-grid article{border-radius:0;min-height:0}.return-home .business-feature{background:#e4e0f3}.return-home .business-grid h3{font-size:32px}.return-home .business-grid p{font-size:16px}.return-home .case-links a,.return-home .service-overview{font-size:15px;min-height:44px}.return-home .service-overview{display:inline-flex;align-items:center;margin-bottom:18px}.return-home .all-cases{margin:24px 0 32px;font-size:16px}.return-home .project-row{padding:32px 0;border-color:var(--line)}.return-home .project-row h3{font-size:34px}.return-home .project-result,.return-home .project-row p{font-size:16px;line-height:1.6}.return-home .project-result span,.return-home .project-title small{font-size:13px}.return-home .strong-example{background:var(--blue);color:#fff;padding:80px 4vw}.return-home .strong-hero{grid-template-columns:.82fr 1.18fr;gap:6vw;align-items:center}.return-home .strong-mark-photo{aspect-ratio:854/1280;height:auto;min-height:0;background:transparent;border-radius:0;align-self:center;max-width:440px;width:100%}.return-home .strong-mark-photo img{object-fit:contain}.return-home .strong-copy h2{margin-bottom:24px}.return-home .strong-copy p{font-size:18px;color:#fff}.return-home .strong-copy .section-number{font-size:14px}.return-home .strong-stats{justify-content:center}.return-home .strong-stats>div{text-align:center}.return-home .strong-next{background:var(--acid);color:var(--ink);font-size:15px}.return-home .strong-link{min-height:50px;font-size:16px;background:var(--acid);color:var(--ink)}.return-home .about-intro p{font-size:18px;line-height:1.6}.return-home .timeline p{font-size:16px}.return-home .timeline>article>span{font-size:14px}.return-home .biotech-section{background:#203d36;color:#fff;padding:90px 4vw;gap:4vw}.return-home .bio-main h2{margin-bottom:28px}.return-home .bio-main>p{font-size:18px;line-height:1.6;color:#f5f4ee}.return-home .bio-main .section-number{font-size:14px}.return-home .bio-contact{display:inline-flex;align-items:center;gap:12px;color:var(--cream);font-size:16px;min-height:48px;margin-top:20px}.return-home .bio-values{margin-top:24px}.return-home .bio-values span{font-size:14px}.return-home .bio-symbol{color:var(--cream)}.return-home .topics summary p{font-size:clamp(24px,2.5vw,36px)}.return-home .topic-detail p{font-size:17px}.return-home .speaker-credentials p,.return-home .topic-detail dd,.return-home .topic-detail dt{font-size:15px}.return-home .proof-quote blockquote{font-size:32px;line-height:1.25}.return-home .proof-list>div,.return-home .proof-quote>p,.return-home .recognition{font-size:15px}.return-home .telegram-section{background:var(--blue);color:white;padding:80px 4vw}.return-home .telegram-copy>p{font-size:19px}.return-home .telegram-copy>a{font-size:17px}.return-home .final-cta{background:var(--paper)}.speaker-gallery .speaker-stage{height:auto;background:transparent;aspect-ratio:1280/719;border-radius:0}.speaker-gallery .speaker-stage img{object-fit:contain}.speaker-gallery .speaker-thumbs{gap:10px}.speaker-gallery .speaker-thumbs button{border-radius:0;min-height:64px}.speaker-gallery .speaker-controls button{min-width:48px;min-height:48px}.speaker-gallery .speaker-controls{position:relative;inset:auto;background:var(--paper);color:var(--ink);padding:12px 0}.mbm{--ink:#242321;--red:#a82e51;--pink:#e8c0cb;--paper:#f1eee7}.mbm .mbmHero{min-height:0;display:grid;grid-template-columns:1fr 1fr;background:#e8c0cb;color:#242321;align-items:center;padding:64px 4vw;gap:5vw}.mbm .mbmHero>div:first-child{padding:0;min-width:0}.mbm .mbmHero h1{font-size:clamp(48px,5.8vw,84px);line-height:1.03;letter-spacing:-.035em;margin:24px 0}.mbm .mbmHero h1 em{color:#a82e51;white-space:normal}.mbm .mbmHero>div>p{font-size:14px;letter-spacing:.06em;color:#242321}.mbm .mbmHero .mbmHeroLead{font-size:18px;line-height:1.6;letter-spacing:0;max-width:620px}.mbm .mbmHeroPhoto{height:auto;min-height:0;aspect-ratio:4/3;align-self:center;background:transparent;border-radius:0}.mbm .mbmHeroPhoto img{object-fit:contain!important}.mbm .mbmImage{aspect-ratio:4/3;height:auto;max-height:none;background:transparent}.mbm .mbmMetrics{grid-template-columns:repeat(3,1fr);text-align:center}.mbm .mbmMetrics span{font-size:14px}.mbm h2{font-size:clamp(36px,4.4vw,64px);line-height:1.08}.mbm .mbmLogic h3{margin-top:32px}.mbm .mbmLogic article{min-height:0}.mbm .mbmIntro>p,.mbm .mbmLogic>p,.mbm .mbmOutcome>p,.mbm .mbmRole>div>p,.mbm .mbmStandard>div>p{font-size:14px}@media(min-width:1200px) and (max-height:820px){.return-home .hero{padding-top:28px;padding-bottom:34px}.return-home .hero h1{font-size:84px}.return-home .hero-metrics{display:none}.return-home .portrait-wrap{max-width:490px;justify-self:center}.return-home .hero-lead{font-size:18px}}@media(max-width:1150px){.return-home .route-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.return-home .route-card:nth-child(2){border-right:0}.return-home .route-card:nth-child(-n+2){border-bottom:1px solid var(--line)}.return-home .hero h1{font-size:64px}.return-home .hero{gap:24px}.return-home .portrait-wrap{padding-left:16px;padding-right:16px}.return-home .hero-metrics{gap:16px}}@media(max-width:800px){.return-home .hero{grid-template-columns:1fr;padding:32px 24px 56px}.return-home .hero h1{font-size:56px;max-width:700px}.return-home .hero h1 span{margin-left:10px}.return-home .hero-lead{font-size:18px}.return-home .portrait-wrap{max-width:500px;justify-self:center;margin-top:16px;padding-bottom:70px}.return-home .portrait-note{bottom:0;right:12px}.return-home .hero-actions{align-items:flex-start}.return-home .hero-metrics{margin-left:0}.return-home .ticker>div{justify-content:flex-start}.return-home .method-section,.return-home .strong-hero{grid-template-columns:1fr}.return-home .strong-mark-photo{max-width:460px;justify-self:center}.return-home .business-grid{grid-template-columns:1fr 1fr}.return-home .biotech-section{grid-template-columns:1fr}.return-home .bio-label,.return-home .bio-symbol{display:none}.mbm .mbmHero{grid-template-columns:1fr;padding:48px 24px;gap:32px}.mbm .mbmHeroPhoto{min-height:0}.mbm .mbmHero h1{font-size:56px}.mbm .mbmMetrics b{font-size:42px}.mbm .mbmMetrics div{padding:24px 12px}.mbm .mbmMetrics span{font-size:13px}}@media(max-width:600px){.return-home h2{font-size:36px;line-height:1.08}.return-home .hero h1{font-size:46px;line-height:1.04;letter-spacing:-.035em}.return-home .hero h1 span{line-height:1.04}.return-home .hero-lead{font-size:17px}.return-home .hero-actions{gap:12px}.return-home .hero-actions .button,.return-home .hero-actions .text-link{width:100%;justify-content:center}.return-home .hero-checkup-note{font-size:14px;text-align:center}.return-home .hero-metrics{display:flex;justify-content:space-between}.return-home .hero-metrics strong{font-size:26px}.return-home .hero-metrics span{font-size:13px}.return-home .route-grid{grid-template-columns:1fr}.return-home .route-card{padding:28px 24px;border-right:0;border-bottom:1px solid var(--line)}.return-home .route-card:last-child{border-bottom:0}.return-home .route-card h3{font-size:30px}.return-home>.about-section,.return-home>.biotech-section,.return-home>.business-section,.return-home>.final-cta,.return-home>.method-section,.return-home>.projects-section,.return-home>.proof-section,.return-home>.route-section,.return-home>.speaker-section,.return-home>.strong-example,.return-home>.telegram-section{padding:56px 24px}.return-home .business-grid{grid-template-columns:1fr}.return-home .business-grid h3{font-size:28px}.return-home .project-row{display:block}.return-home .project-index{display:block;margin-bottom:16px}.return-home .project-title{margin-bottom:20px}.return-home .project-title h3{font-size:30px}.return-home .project-result{margin-top:20px}.return-home .split-heading{display:block}.return-home .method-list h3{font-size:26px}.return-home .method-list li{gap:16px}.return-home .strong-copy p{font-size:17px}.return-home .strong-stats strong{font-size:28px}.return-home .strong-stats span{font-size:13px}.return-home .proof-quote blockquote{font-size:28px}.v2 h1{font-size:42px}.v2 h2,.v2-section h2{font-size:34px}.v2 h3{font-size:27px}.v2-question legend{font-size:25px}.v2-form h1{font-size:36px}.v2-form h2{font-size:30px}.mbm .mbmHero h1{font-size:48px}.mbm .mbmHero .mbmHeroLead{font-size:17px}}@media(prefers-reduced-motion:reduce){.return-home *{animation:none!important;transition:none!important}}.speaker-gallery .speaker-stage{aspect-ratio:auto!important;height:auto!important;min-height:0;overflow:visible}.speaker-full-photo{display:block;max-width:100%;margin:auto}.speaker-full-photo img{display:block;width:100%;height:auto;max-height:none;object-fit:fill}.speaker-full-photo:has(img[src$="07.jpg"]){max-width:480px}.speaker-gallery .speaker-controls{display:flex;justify-content:space-between;align-items:center;position:static;background:transparent;font-size:14px;min-height:64px;color:inherit}.speaker-gallery .speaker-controls button{color:#fff;background:var(--blue)}.strong-media .strong-photo-stage{height:auto;min-height:0;max-height:none;padding:0;background:transparent}.camp-full-photo{display:block;max-width:100%;margin:auto}.camp-full-photo img{width:100%;height:auto;display:block}.camp-full-photo:has(img[src$="01.jpeg"]),.camp-full-photo:has(img[src$="02.jpeg"]){max-width:560px}.strong-media .strong-photo-controls{position:static;padding:16px 4vw;min-height:64px;background:transparent}.strong-photo-controls button{min-width:48px;min-height:48px}.strong-photo-thumbs button{min-height:70px}.camp-page{--camp:#4c50cf;--sun:#d9ff43;--soft:#e4e0f3;background:var(--paper)}.camp-page .camp-hero{min-height:640px;gap:48px}.camp-page .camp-hero h1{font-size:clamp(80px,13vw,186px);line-height:.95;letter-spacing:-.055em}.camp-page .camp-hero h1 em{font-size:clamp(80px,12vw,172px);line-height:.95}.camp-page .camp-facts div{text-align:center;align-items:center}.camp-page .camp-apply span,.camp-page .camp-facts span,.camp-page .camp-hero-bottom span,.camp-page .camp-hero-top{font-size:14px}.camp-page .camp-apply h2{font-size:clamp(48px,6vw,88px);line-height:1.06;letter-spacing:-.035em}.camp-page .camp-apply>a{font-size:15px;min-height:50px}.camp-page .camp-program-grid p{font-size:16px}.camp-page .camp-program-grid article{min-height:0}.camp-page h2{font-size:clamp(36px,4.5vw,68px);line-height:1.08;margin-bottom:24px}.checkup-system-map{margin:36px 0}.checkup-system-map>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--line)}.checkup-system-map article{padding:22px 18px 22px 0;border-bottom:1px solid var(--line)}.checkup-system-map h3{font:400 25px/1.2 Georgia,serif;margin:12px 0}.checkup-system-map span{font-size:13px;color:var(--v-muted)}.checkup-system-map span.priority{color:#76561b;background:#f3ebc9;padding:4px 8px}.checkup-system-map p{font-size:16px}.v2-report h2{font-size:clamp(28px,3vw,38px)}.v2-report li{padding-bottom:18px;margin-bottom:18px;line-height:1.65}.v2-report details{font-size:14px;margin-top:12px}.v2-report details p{font-size:14px}@media(max-width:600px){.checkup-system-map>div{grid-template-columns:1fr}.camp-page .camp-hero{min-height:0;gap:40px;padding:40px 24px 48px}.camp-page .camp-hero h1,.camp-page .camp-hero h1 em{font-size:66px!important;line-height:1;letter-spacing:-.035em}.camp-page .camp-hero h1 em{margin-left:0}.camp-page .camp-hero-bottom>p{font-size:25px}.camp-page .camp-apply{min-height:0;padding:56px 24px;gap:24px}.camp-page .camp-apply h2{font-size:44px!important}.camp-page .camp-hero-top{font-size:13px}}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/01.jpeg"]){aspect-ratio:1280/853;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/02.jpeg"]){aspect-ratio:1280/853;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/03.jpeg"]){aspect-ratio:1280/853;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/expert-01.jpeg"]){aspect-ratio:721/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/expert-02.jpeg"]){aspect-ratio:721/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/expert-03.jpeg"]){aspect-ratio:721/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/expert-04.jpeg"]){aspect-ratio:721/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/expert-05.jpeg"]){aspect-ratio:721/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/expert-06.jpeg"]){aspect-ratio:721/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/review-01.jpeg"]){aspect-ratio:1080/1080;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/review-02.jpeg"]){aspect-ratio:1080/1080;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/review-03.jpeg"]){aspect-ratio:1080/1080;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/review-04.jpeg"]){aspect-ratio:1080/1080;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-crimea/review-05.jpeg"]){aspect-ratio:1080/1080;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-zero/anna.jpg"]){aspect-ratio:1200/1800;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-zero/review-01.png"]){aspect-ratio:398/522;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-zero/review-02.png"]){aspect-ratio:432/416;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-zero/review-03.png"]){aspect-ratio:474/476;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/ai-zero/review-04.png"]){aspect-ratio:426/398;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/01.jpg"]){aspect-ratio:1280/853;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/02.jpg"]){aspect-ratio:1280/974;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/03.jpg"]){aspect-ratio:1048/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/04.jpg"]){aspect-ratio:853/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/05.jpg"]){aspect-ratio:853/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/poster.jpg"]){aspect-ratio:1280/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/creative-lab/review-01.png"]){aspect-ratio:635/573;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/moderator-school/01.jpeg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/moderator-school/02.jpeg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/moderator-school/03.jpeg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/education/moderator-school/poster.jpg"]){aspect-ratio:960/540;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/01.jpg"]){aspect-ratio:1536/2048;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/02.jpg"]){aspect-ratio:1536/2048;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/03.jpg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/04.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/05.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/06.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/07.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/08.jpg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/09.jpg"]){aspect-ratio:1280/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/10.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/11.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/12.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/13.jpg"]){aspect-ratio:622/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/14.jpg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/15.jpg"]){aspect-ratio:1280/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/16.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/buryatia-russia/17.jpg"]){aspect-ratio:1280/838;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/01.jpg"]){aspect-ratio:1365/2048;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/02.jpg"]){aspect-ratio:1365/2048;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/03.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/04.jpg"]){aspect-ratio:1365/2048;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/05.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/06.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/coffee-fest/07.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/01.jpg"]){aspect-ratio:720/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/02.jpg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/03.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/04.jpg"]){aspect-ratio:960/1280;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/clips/01.jpg"]){aspect-ratio:406/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/clips/02.jpg"]){aspect-ratio:406/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/clips/03.jpg"]){aspect-ratio:406/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/clips/04.jpg"]){aspect-ratio:406/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/clips/05.jpg"]){aspect-ratio:406/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/creative-festival/clips/06.jpg"]){aspect-ratio:406/720;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/01.jpg"]){aspect-ratio:1365/2047;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/02.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/03.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/04.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/05.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/06.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/07.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/08.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/09.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/10.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/11.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/12.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/13.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/kaliningrad-conference/14.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/01.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/02.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/03.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/04.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/05.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/06.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/07.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/08.jpg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/events/operation-i/09.jpg"]){aspect-ratio:1280/852;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/mbm/team.jpeg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/opora/team.jpeg"]){aspect-ratio:1280/960;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A1987.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A2047.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A3844.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A3903.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A3932.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A4162.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A4198.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo):has(>img[src="/assets/strategy/rfb/2P9A4292.jpg"]){aspect-ratio:2048/1365;height:auto;min-height:0;align-self:center;background:transparent}#page-content :is(.event-gallery-main,.rfbStage,.galleryStage,.modStage,.stage,.rfbHeroPhoto,.oporaHeroPhoto,.oporaPhoto,.modHeroPhoto,.heroPhoto,.coffee-experts-photo,.buryatia-culture-photo,.creative-speakers-photo,.event-role-photo)>img{object-fit:contain;object-position:center}.return-home .proof-quote{background:#e4e0f3}.return-home .telegram-section .section-number.light{color:#fff}.mobile-swipe-hint{display:none}@media(max-width:767px){.mobile-swipe-hint{display:flex!important;align-items:center;justify-content:space-between;gap:16px;font:14px/1.4 Arial,sans-serif!important;color:var(--muted);margin:16px 0 12px!important}.mobile-swipe-hint span{font-size:24px;color:var(--blue)}.return-home .mobile-cards,.v2 .mobile-cards{display:flex;flex-wrap:nowrap;gap:14px;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scroll-padding-inline:0;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;padding:0 0 16px;margin-inline:0;border:0;scrollbar-width:thin;scrollbar-color:var(--blue) transparent;align-items:stretch}.return-home .mobile-cards>*,.v2 .mobile-cards>*{flex:0 0 calc(100% - 28px);min-width:0;max-width:none;scroll-snap-align:start;box-sizing:border-box;margin:0;overflow-wrap:anywhere}.return-home .business-grid>article,.return-home .projects-list>.project-row,.return-home .route-grid>.route-card{padding:26px 22px;border:1px solid var(--line)}.return-home .projects-list>.project-row{background:var(--cream)}.return-home .method-list>li{padding:24px 20px;border:1px solid var(--line);display:block}.return-home .method-list>li>span{display:block;margin-bottom:20px}.return-home .timeline>article{padding:24px 20px;border:1px solid var(--line)}.return-home .about-section{display:block}.return-home .about-sticky{position:static}.return-home .method-section{display:block}.return-home .method-intro{margin-bottom:28px}.v2 .mobile-cards>.v2-card{padding:24px 20px;border:1px solid var(--line);background:var(--cream)}.v2 .mobile-cards .v2-card img{height:auto;max-height:none;object-fit:contain}.return-home .all-cases .button{width:100%;justify-content:space-between}.camp-page .camp-program-grid,.strong-videos{display:flex;gap:16px;overflow-x:auto;scroll-snap-type:x proximity;overscroll-behavior-x:contain;scrollbar-width:thin}.camp-page .camp-program-grid>article,.strong-videos>.strong-video{flex:0 0 calc(100% - 28px);min-width:0;scroll-snap-align:start}}.return-home .business-grid>article:first-child{background:#7662b0;color:#fff}.return-home .business-grid>article:nth-child(2),.return-home .business-grid>article:nth-child(3){background:#eee5d6;color:#242321}.return-home .business-grid>article:nth-child(4){background:#35234f;color:#fff}.return-home .business-grid>article :is(h3,p,a,span){color:inherit}.return-home .business-grid>article:first-child a:focus-visible,.return-home .business-grid>article:nth-child(4) a:focus-visible{outline-color:#fff}#page-content .return-home .biotech-section{position:relative;display:grid;grid-template-columns:220px minmax(0,1fr) .7fr;gap:5vw;min-height:680px;padding:90px 4vw;background:#172d29;color:#fff;overflow:hidden}#page-content .return-home .bio-label{display:block;writing-mode:vertical-rl;transform:rotate(180deg);font:14px/1.5 Arial,sans-serif;letter-spacing:.18em;color:#a9c2ba}#page-content .return-home .bio-main{position:relative;z-index:2;max-width:830px;min-width:0}#page-content .return-home .bio-main h2{font:400 clamp(48px,5.8vw,88px)/.96 Georgia,serif;letter-spacing:-.055em;margin:0 0 28px}#page-content .return-home .bio-main>p{max-width:720px;font-size:17px;line-height:1.65;color:#c4d1cc}#page-content .return-home .bio-main>.section-number{color:#a9c2ba;font-size:14px;margin-bottom:28px}#page-content .return-home .bio-values{display:flex;flex-wrap:wrap;gap:10px;margin-top:38px}#page-content .return-home .bio-values span{padding:9px 13px;border:1px solid #ffffff4d;border-radius:50px;font-size:14px;text-transform:uppercase;letter-spacing:.1em}#page-content .return-home .bio-contact{color:#c4d1cc}#page-content .return-home .bio-symbol{display:flex;align-items:center;justify-content:center;position:relative;pointer-events:none}#page-content .return-home .bio-symbol span{font:italic 260px/.8 Georgia,serif;color:#ffffff0a}#page-content .return-home .bio-symbol i{position:absolute;width:230px;height:230px;border:1px solid #79cbb0;border-radius:50%;box-shadow:0 0 0 60px #79cbb00f,0 0 0 120px #79cbb008}@media(max-width:980px){#page-content .return-home .biotech-section{grid-template-columns:70px minmax(0,1fr)}#page-content .return-home .bio-symbol{display:none}}@media(max-width:680px){#page-content .return-home .biotech-section{grid-template-columns:minmax(0,1fr);gap:28px;padding:70px 24px;min-height:0}#page-content .return-home .bio-label{writing-mode:initial;transform:none}#page-content .return-home .bio-main h2{font-size:clamp(38px,10vw,48px);line-height:1.03}}@media(max-width:767px){.return-home .topics.mobile-cards{margin-top:0;margin-bottom:28px}.return-home .topics.mobile-cards>details,.v2 .speaker-topics.mobile-cards>details{padding:24px 20px;border:1px solid var(--line);background:var(--cream);align-self:flex-start}.return-home .topics.mobile-cards summary{grid-template-columns:1fr 24px;gap:16px;padding:0;min-height:130px;align-items:start}.return-home .topics.mobile-cards summary>span{grid-column:1/-1}.return-home .topics.mobile-cards summary p{font-size:26px;line-height:1.15;margin:0}.return-home .topics.mobile-cards summary svg{margin-top:4px}.return-home .topics.mobile-cards .topic-detail{display:block;padding:24px 0 0}.return-home .topics.mobile-cards .topic-detail>p{font-size:16px}.return-home .topics.mobile-cards dl{margin-top:22px}.v2 .speaker-topics.mobile-cards summary{font-size:26px;line-height:1.2;min-height:140px;padding:0}.v2 .speaker-topics.mobile-cards p{font-size:16px}.v2 .speaker-topics.mobile-cards dl{margin-top:24px}.v2 .speaker-topics.mobile-cards dt{font-weight:700;margin-top:16px}.v2 .speaker-topics.mobile-cards dd{margin:4px 0 0}}