@charset "UTF-8";:root{--color-gold-1: #948066;--color-gold-2: #bdab92;--color-gold-3: #cec6be;--color-blue-1: #111e46;--color-blue-2: #283c8d;--color-blue-3: #647aa8;--color-blue-4: #a7c2df;--color-blue-5: #d5dee8;--color-grey-1: #535e73;--color-grey-2: #8b99ae;--color-grey-3: #dde1e7;--color-grey-4: #f4f8fd;--color-text: #436076;--color-white: #ffffff;--gradient-soft: linear-gradient(180deg, #fcf4f1 0%, #edf3f9 100%);--font-primary: "Inter Tight", Arial, sans-serif;--font-secondary: "TT Quaris", "Inter Tight", Arial, sans-serif;--page-background: var(--color-white);--page-text: var(--color-blue-1);--page-border: var(--color-grey-3);--preview-background: var(--color-grey-4);--control-background: var(--color-white);--control-background-hover: var(--color-grey-3);--control-border: var(--color-grey-3);--control-content: var(--color-grey-2);--header-background: var(--color-white);--header-border: var(--color-grey-3);--header-text: var(--color-grey-2);--header-language-active: var(--color-gold-1);--footer-background: var(--color-white);--footer-border: var(--color-grey-3);--footer-text: var(--color-grey-2);--footer-social: var(--color-blue-4);--footer-social-hover: var(--color-blue-1);--floating-controls-background: rgb(255 255 255 / 65%);--floating-controls-content: var(--color-grey-2);--floating-controls-hover: var(--color-gold-1);--menu-background: var(--gradient-soft);--menu-heading: var(--color-blue-1);--menu-link: var(--color-grey-1);--menu-hover: var(--color-gold-1);--menu-separator: var(--color-grey-3);--site-loader-background: linear-gradient(180deg, #8090a7 0%, #bfccdd 100%);--motion-hover-duration: .1s;--motion-hover-easing: ease-in-out}@media (prefers-reduced-motion: reduce){:root{--motion-hover-duration: 0ms}}@font-face{font-family:TT Quaris;src:url(/our2025/assets/fonts/tt-quaris/woff2/TT_Quaris_Light.woff2) format("woff2"),url(/our2025/assets/fonts/tt-quaris/woff/TT_Quaris_Light.woff) format("woff");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:TT Quaris;src:url(/our2025/assets/fonts/tt-quaris/woff2/TT_Quaris_Regular.woff2) format("woff2"),url(/our2025/assets/fonts/tt-quaris/woff/TT_Quaris_Regular.woff) format("woff");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:TT Quaris;src:url(/our2025/assets/fonts/tt-quaris/woff2/TT_Quaris_Medium.woff2) format("woff2"),url(/our2025/assets/fonts/tt-quaris/woff/TT_Quaris_Medium.woff) format("woff");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:TT Quaris;src:url(/our2025/assets/fonts/tt-quaris/woff2/TT_Quaris_DemiBold.woff2) format("woff2"),url(/our2025/assets/fonts/tt-quaris/woff/TT_Quaris_DemiBold.woff) format("woff");font-style:normal;font-weight:600;font-display:swap}*,*:before,*:after{box-sizing:border-box}html{color:var(--page-text);font-family:var(--font-primary);background:var(--page-background)}html:not(.landing_root){scrollbar-gutter:stable}@media (max-width: 839px){html.landing_root{scrollbar-gutter:stable}}body{display:flex;flex-direction:column;min-width:320px;min-height:100vh;min-height:100svh;margin:0}html.site_loader_active,html.site_loader_active body{overflow:hidden}.site_loader{position:fixed;z-index:10000;display:none;align-items:center;justify-content:center;background:var(--site-loader-background);top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity 1s ease-in-out}.site_loader_active .site_loader{display:flex}.site_loader.is_finished{opacity:0;pointer-events:none}.site_loader_inner{position:relative;display:flex;width:230px;height:230px;align-items:center;justify-content:center}.site_loader_circle{width:231px;height:231px;max-width:none;animation:site_loader_rotate 1.8s linear infinite;transform-origin:50% 50%;will-change:transform}.site_loader_logo{position:absolute;top:43.815px;left:58.995px;width:112.013px;height:131.752px;max-width:none}.site_loader_progress{position:absolute;top:calc(50% + 145px);left:50%;margin:0;color:var(--color-grey-4);font-family:var(--font-secondary);font-size:32px;font-weight:500;line-height:.9;letter-spacing:-.64px;text-align:center;white-space:nowrap;transform:translate(-50%)}@keyframes site_loader_rotate{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.site_loader{transition:none}.site_loader_circle{animation:none}}.page-content{position:relative;flex:1 0 auto;min-width:0}.twin-sticky{position:sticky;top:84px}.font-regular{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.gold-1{color:var(--color-gold-1)!important}.blue-1{color:var(--color-blue-1)!important}.blue-2{color:var(--color-blue-2)!important}.blue-3{color:var(--color-blue-3)!important}.white{color:var(--color-white)!important}.grey-1{color:var(--color-grey-1)!important}.grey-2{color:var(--color-grey-2)!important}@media (max-width: 1100px){.twin-sticky{position:static}}@media (max-width: 579px){.twin-sticky{top:68px}}.has_scroll_reveal .scroll_reveal_item{opacity:0;transform:translate3d(0,42px,0);transition:opacity 1.5s cubic-bezier(.16,1,.3,1) var(--scroll_reveal_delay, 0ms),transform 1.5s cubic-bezier(.16,1,.3,1) var(--scroll_reveal_delay, 0ms);will-change:opacity,transform}.has_scroll_reveal .scroll_reveal_item.is_revealed{opacity:1;transform:translateZ(0);will-change:auto}[data-content-number-counter]{position:relative;color:transparent!important;-webkit-text-fill-color:transparent}[data-content-number-counter]:after{position:absolute;top:0;left:0;color:var(--content-number-counter-color);content:attr(data-content-number-counter-display);text-box-trim:trim-both;text-box-edge:cap alphabetic;-webkit-text-fill-color:var(--content-number-counter-color);white-space:nowrap}@media (prefers-reduced-motion: reduce){.has_scroll_reveal .scroll_reveal_item{opacity:1;transform:none;transition:none}}button,input,textarea,select{font:inherit}button{color:inherit}img{display:block;max-width:100%}.ui-catalog{width:min(1180px,100%);margin-inline:auto;padding:64px 32px 96px}.ui-catalog__header{max-width:720px;margin-bottom:48px}.ui-catalog__eyebrow{margin:0 0 8px;color:var(--color-gold-1);font-size:14px;font-weight:600;letter-spacing:.08em;line-height:1.4;text-transform:uppercase}.ui-catalog__title{margin:0;font-size:clamp(36px,6vw,64px);font-weight:500;letter-spacing:-.04em;line-height:1}.ui-catalog__intro{margin:20px 0 0;color:var(--color-grey-1);font-size:18px;line-height:1.5}.catalog-section{padding-block:40px;border-top:1px solid var(--page-border)}.catalog-section__header{max-width:680px;margin-bottom:32px}.catalog-section__title{margin:0;font-size:28px;font-weight:500;line-height:1.2}.catalog-section__description{margin:10px 0 0;color:var(--color-grey-1);font-size:16px;line-height:1.5}.swatch-grid{display:grid;grid-template-columns:repeat(4,110px);gap:28px 20px}.swatch{width:110px;margin:0}.swatch__sample{width:110px;height:110px;border-radius:50%;background:var(--swatch-color)}.swatch__sample--outlined{border:1px solid var(--color-grey-3)}.swatch__meta{display:grid;gap:2px;margin-top:12px}.swatch__name{font-size:14px;font-weight:500;line-height:1.4}.swatch__value{color:var(--color-grey-2);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.4;text-transform:uppercase}.component-preview{display:grid;gap:28px;padding:28px;overflow:hidden;border-radius:20px;background:var(--preview-background)}.component-preview__group{display:grid;gap:10px}.component-preview__name{margin:0;color:var(--color-grey-1);font-size:12px;font-weight:600;letter-spacing:.06em;line-height:1.4;text-transform:uppercase}.component-preview__variants{display:flex;flex-wrap:wrap;gap:14px;align-items:center}@media (max-width: 640px){.ui-catalog{padding:40px 20px 64px}.swatch-grid{grid-template-columns:repeat(2,110px)}.component-preview{margin-inline:-20px;padding:20px;border-radius:0}}.page-content>main:not(.landing){overflow:clip;color:var(--color-blue-1)}.page-content :where(main:not(.landing) h1,main:not(.landing) h2,main:not(.landing) h3,main:not(.landing) h4,main:not(.landing) h5,main:not(.landing) p,main:not(.landing) figure,main:not(.landing) ul,main:not(.landing) ol){margin:0}.page-content>main:not(.landing) h1,.page-content>main:not(.landing) h2,.case-title,.rating,.list-number{font-family:var(--font-secondary);font-weight:500}.page-content>main:not(.landing) h1{width:100%;font-size:60px;line-height:1.1;letter-spacing:-.03em}.page-content>main:not(.landing) h2{font-size:40px;line-height:1.2;letter-spacing:-.03em}.page-content>main:not(.landing) h3{font-size:22px;font-weight:500;line-height:1.3}.page-content>main:not(.landing) h4{font-size:18px;font-weight:500;line-height:1.2}.page-content>main:not(.landing) h5{font-size:16px;font-weight:600;line-height:1.2;text-transform:uppercase}.page-content :where(main:not(.landing) p,main:not(.landing) li,main:not(.landing) td,main:not(.landing) th){font-size:16px;line-height:1.4}.content-fl-col-g60,.container-grey>.content-fl-col-g60,.container-blue>.content-fl-col-g60,.container-photo>.content-fl-col-g60,.container-gradient>.content-fl-col-g60{margin-inline:auto}.content-fl-col-g60{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:1600px;padding:60px;gap:60px}.fl-row-g80,.fl-row-g60,.fl-row-g40-text{display:flex;align-items:flex-start;width:100%;min-width:0}.fl-row-g80{gap:80px}.fl-row-g60{gap:60px}.grid-3-2-1,.grid-4-2-1,.grid-3-1,.grid-2-1{display:grid;width:100%;min-width:0;align-items:stretch;gap:60px}.grid-3-2-1,.grid-3-1{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-4-2-1{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-2-1{grid-template-columns:repeat(2,minmax(0,1fr))}.fl-row-g40-text{gap:40px}.grid-4-2-1-qr{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;width:100%;min-width:0;gap:60px}.fl-row-g80>.fl-col-g60,.fl-row-g60>.fl-col-g32,.fl-row-g40-text>.fl-col-g32{flex:1 1 0;min-width:0}.fl-col-g60,.fl-col-g60-mw400,.fl-col-mw400-g60,.fl-col-g48,.fl-col-g40,.fl-col-g32,.fl-col-g20,.fl-col-g12,.fl-col-g8,.fl-col-g4{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-width:0}.fl-col-g60,.fl-col-g60-mw400,.fl-col-mw400-g60{gap:60px}.fl-col-g48{gap:48px}.fl-col-g40{gap:40px}.fl-col-g32{gap:32px}.fl-col-g20{gap:20px}.fl-col-g12{gap:12px}.fl-col-g8{gap:8px}.fl-col-g4{gap:4px}.fl-col-g60-mw400,.fl-col-mw400-g60{flex:0 0 400px;max-width:400px}.fl-col-g32-mw1000{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:32px}.gri{display:flex;flex-wrap:wrap;gap:12px;color:var(--color-grey-2)}.lead{font-family:var(--font-secondary);font-size:22px;font-weight:400;line-height:26px;letter-spacing:-.02em}.fl-row-g40-text p+p,.content-bottom .fl-col-g32 p+p{margin-top:20px}.separator,.separator-grey,.separator-light-grey,.separator-blue{--separator-color: var(--color-grey-3);position:relative;width:100%;height:0;border:0}.separator-grey,.separator-blue{--separator-color: var(--color-grey-2)}.separator:after,.separator-grey:after,.separator-light-grey:after,.separator-blue:after{position:absolute;top:-.5px;right:0;left:0;border-top:1px solid var(--separator-color);content:""}.photo-small,.photo-medium,.photo-big,.photo-mw480,.infogra-wrapper-small,.infogra-wrapper-big,.chart-wrapper-small{overflow:hidden;width:100%}.photo-small{max-width:480px;border-radius:20px}.photo-small img,.photo-big img,.photo-mw480 img{height:100%;-o-object-fit:cover;object-fit:cover}.photo-medium{border-radius:20px}.photo-medium img{height:auto;-o-object-fit:contain;object-fit:contain}.photo-big{width:100%;max-width:none}.infogra-wrapper-small,.infogra-wrapper-big,.chart-wrapper-small{display:flex;flex-direction:column;align-items:flex-start;gap:32px}.infogra-wrapper-small figcaption,.chart-wrapper-small figcaption{font-size:22px;font-weight:500;line-height:1.3}.infogra-wrapper-big{padding-top:20px}.infogra-wrapper-big figcaption{font-size:30px;font-weight:500;line-height:1.3}.typography-example>h2,.typography-example>h3,.typography-example>h4,.typography-example>h5{width:100%}.ul,.ol{width:100%;padding:0;list-style-position:inside}.ul{list-style:none}.ul .li{position:relative;padding-left:17px}.ul .li:before{position:absolute;top:9px;left:0;width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.ol{padding-left:28px;list-style-position:outside}.footnotes{color:var(--color-grey-1)}.footnotes .li+.li{margin-top:6px}.cities-fl-row-wrap-g20-4{display:flex;flex-wrap:wrap;gap:20px}.city{display:inline-flex;align-items:center;gap:8px;color:var(--color-gold-1);white-space:nowrap}.city img{width:10px;height:13px;flex:0 0 auto}.rating-container{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:480px;height:200px;padding:28px;border:1px solid var(--color-grey-2);border-radius:20px;background:var(--color-white)}.rating{color:var(--color-grey-2);font-size:68px;font-weight:400;line-height:.9;letter-spacing:-.02em}.logo-status{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px}.logo-status img{width:auto;max-width:110px;max-height:24px;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.logo-status span{padding:8px 14px;border-radius:100px;background:var(--color-grey-4);font-weight:500;line-height:1.2}.container-grey,.container-blue,.container-photo,.container-gradient{width:100%}.container-grey{background:var(--color-grey-4)}.container-blue{color:var(--color-white);background:var(--color-blue-1)}.container-photo{background:url(/our2025/assets/images/template-container-photo.jpg) center/cover no-repeat}.frame-grey{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:30px;gap:32px;border-radius:20px;background:var(--color-grey-4);color:var(--color-grey-1)}.frame-grey-2{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0;gap:32px;border-radius:20px;background:var(--color-grey-4)}.frame-grey h3,.frame-grey h4{color:var(--color-blue-1)}.frame-grey .fl-col-g12>strong{font-size:14px;line-height:1.2}.icons{display:block;width:40px;height:40px;flex:0 0 40px;-o-object-fit:contain;object-fit:contain}.container-gradient{background:var(--gradient-soft)}.marker-gold{padding:8px 20px;border-radius:50px;background:var(--color-gold-3);white-space:nowrap}.case-title em{color:var(--color-gold-1);font-style:normal}.sector-grid h5{min-height:38px}.frame-white{width:100%;padding:40px;border-radius:15px;background:var(--color-white);font-family:var(--font-secondary);font-size:22px;line-height:26px;letter-spacing:-.02em}.frame-blue-1,.frame-blue-2{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:40px;gap:32px;border-radius:20px;background:#131e54;color:var(--color-white)}.frame-blue-1 p{line-height:1.4}.photo-mw480{border-radius:15px}.content-bottom .chart-wrapper-small{flex:0 0 480px;max-width:480px}.chart-wrapper-small figcaption span,.table-container h3 span{color:var(--color-grey-2);font-size:16px;font-weight:400}.frame-blue-2{background:var(--color-blue-1)}.frame-blue-2 .fl-col-g4>span,.frame-blue-2 small{color:var(--color-grey-2);font-size:16px;line-height:1.4}.frame-blue-2 .fl-col-g4>strong{font-size:18px;font-weight:500;line-height:1.2}.project-grid .separator-blue{background:var(--color-blue-3)}.project-grid h5{color:var(--color-gold-1)}.section-intro{font-weight:500;line-height:1.2}.icon-kpi{display:flex;align-items:center;width:100%;padding-bottom:20px;gap:20px;border-bottom:1px solid var(--color-grey-3)}.numbered-lists{align-items:stretch}.numbered-lists section{min-width:0}.list-number{display:block;margin-bottom:4px;color:var(--color-blue-2);font-size:60px;font-weight:400;line-height:.9}.technology-list{margin-top:24px!important;padding:0;list-style:none}.technology-list li{padding:10px 0;border-bottom:1px solid var(--color-grey-3);font-size:14px}.table-container{width:100%}.table-container h3{margin-bottom:32px}.table-scroll{overflow-x:auto;width:100%}.table{width:100%;min-width:550px;border-collapse:collapse;table-layout:fixed}.table th,.table td{min-height:32px;padding:7px 10px;border-bottom:1px solid var(--color-grey-3);color:var(--color-blue-1);font-size:14px;line-height:1.1}.th-first-min250,.td-min250-grey,.td-min250,.td-min250-bold{width:auto;min-width:250px;text-align:left}.th-min100,.td-min100-grey,.td-min100,.td-min100-green{width:100px;min-width:100px;text-align:right}.th-first-min250,.th-min100{border-color:var(--color-grey-2)!important;font-weight:700}.td-min250-grey,.td-min100-grey{background:var(--color-grey-4)}.td-min250-grey,.td-min250,.td-min250-bold{font-weight:600}.td-min250-bold,.td-min100-green{border-color:var(--color-grey-2)!important}@media (max-width: 1399px){.fl-row-g40-text{flex-direction:column;gap:24px}.fl-row-g60{flex-direction:column}.grid-3-2-1,.grid-4-2-1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1199px){.grid-2-1{display:grid;grid-template-columns:1fr}.grid-4-2-1-qr{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1099px){.fl-row-g80{flex-direction:column}.fl-col-g60-mw400,.fl-col-mw400-g60{flex-basis:auto;max-width:none}.grid-3-1{display:grid;grid-template-columns:1fr;gap:40px}.photo-big{height:400px}.content-bottom .chart-wrapper-small{flex-basis:auto}}@media (max-width: 799px){.grid-3-2-1,.grid-4-2-1{grid-template-columns:1fr}}@media (max-width: 767px){.content-fl-col-g60{padding:60px 30px}.page-content>main:not(.landing) h1{font-size:39px;letter-spacing:-.03em}.page-content>main:not(.landing) h2{font-size:30px}.lead{font-size:20px;letter-spacing:-.02em}.photo-small,.rating-container,.container-gradient .fl-col-mw400-g60,.content-bottom .fl-col-mw400-g60{max-width:none}.photo-big{height:300px}.frame-blue-1{padding:30px}}@media (max-width: 639px){.grid-4-2-1-qr{grid-template-columns:1fr}}.dir-message-container{display:flex;flex:1 1 0;flex-direction:column;align-items:flex-start;width:100%;max-width:500px;background:var(--color-grey-4)}.dir-message-container .dir-name{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:30px 30px 20px;gap:16px}.dir-message-container .dir-name h3{width:100%}.dir-message-container .image-69{position:relative;overflow:hidden;width:100%}.dir-message-container .image-69 img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-position:bottom;object-position:bottom}.content-fl-col-g60-fill{margin-inline:auto}.key-figures-frame{display:flex;align-items:flex-start;width:100%;padding:30px;gap:40px;border:1px solid var(--color-blue-4);border-radius:20px}.key-figures-frame .name{display:flex;flex:0 0 200px;flex-direction:column;align-items:flex-start;width:200px;gap:40px}.key-figures-frame .name h2{width:100%;font-size:22px;font-weight:500;line-height:1.3}.key-figures-frame .chart-list{display:grid;flex:1 1 0;grid-template-columns:repeat(4,minmax(0,1fr));align-items:flex-start;min-width:0;gap:28px}.key-figures-frame .chart{display:flex;min-width:0;padding-left:28px;flex-direction:column;align-items:flex-start;gap:28px;border-left:1px solid var(--color-grey-3);color:inherit}.key-figures-frame .chart__title{width:100%;height:44px;font-size:16px;font-weight:400;line-height:1.4}@media (max-width: 768px){.key-figures-frame .chart__title{height:auto}}.key-figures-frame .chart__title span{color:var(--color-grey-2)}.key-figures-frame .chart-image{position:relative;display:block;overflow:hidden;width:100%;height:auto;color:inherit;text-decoration:none;cursor:pointer}.key-figures-frame .chart-image:focus-visible{outline:2px solid var(--color-blue-4);outline-offset:4px}a[href].is-lightbox-focus-restored:focus{outline:none}.key-figures-frame .chart-image img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.content-fl-col-g60-fill{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:1920px;padding:60px;gap:60px}.pswp.report_photoswipe{--pswp-bg: rgba(17, 30, 70, .94);--pswp-icon-color: var(--color-white);--pswp-icon-color-secondary: var(--color-blue-1);--pswp-icon-stroke-color: var(--color-blue-1)}@media (max-width: 1599px){.key-figures-frame{height:auto}.key-figures-frame .chart-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1199px){.key-figures-frame .chart-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 939px){.key-figures-frame .chart-list{grid-template-columns:minmax(0,1fr)}}@media (max-width: 767px){.content-fl-col-g60-fill{padding:60px 30px}.key-figures-frame{padding:20px;flex-direction:column}.key-figures-frame .name{width:100%;flex-basis:auto}.key-figures-frame .chart-list{display:grid;grid-template-columns:minmax(0,1fr);width:100%;gap:40px}.key-figures-frame .chart{width:100%;max-width:480px;padding-left:0;border-left:0}}.lead{font-size:22px}.gri p{font-size:16px;line-height:1.3}.directors_date{width:100%;font-size:18px;font-weight:500;line-height:1.2}.directors_date span{color:var(--color-grey-2)}.dir-frame{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:0 20px 0 30px;border-left:1px solid var(--color-grey-3);gap:16px}@media (max-width: 1200px){.dir-frame{padding-right:0}}.directors_list .dir-frame{align-self:stretch;height:auto}.dir-frame .face,.dir-frame .info{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:32px}.dir-frame .dir-photo{width:120px;height:120px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.dir-frame .dir-name{width:100%;font-size:22px;font-weight:500;line-height:1.3}.dir-frame .dir-name span{display:block}.dir-frame .info{color:var(--color-blue-1);font-size:16px;line-height:1.4}.dir-frame .info p{width:100%;font-size:inherit;line-height:inherit}.dir-frame .info strong{display:block;font-weight:600}.dir-frame .director_badges{display:flex;flex:0 0 auto;align-items:flex-start;width:100%;height:auto;border-radius:0;background:transparent;color:inherit}.director_badge_icon{display:block;flex:0 0 30px;width:30px;height:30px;-o-object-fit:contain;object-fit:contain}.dir-legend{display:flex;align-items:center;width:100%;gap:12px}.dir-legend p{flex:1 1 auto;min-width:0;color:var(--color-grey-2);font-size:12px;line-height:1.2}.directors_notes{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:0;gap:6px}.directors_notes .li{display:flex;align-items:flex-start;width:100%;gap:4px}.directors_notes .li__number{flex:0 0 16px;width:16px;color:var(--color-gold-1);font-size:10px;line-height:1}.directors_notes p{flex:1 1 auto;min-width:0;color:var(--color-grey-2);font-size:12px;line-height:1.2}@media (max-width: 1099px){.directors_legend{order:-1}}.ai-levels-container,.ai-projects-container{display:flex;align-items:stretch;width:100%;min-width:0}.levels,.projects{display:flex;flex:1 1 0;flex-direction:column;align-items:flex-start;justify-content:space-between;min-width:0;padding:24px 0 60px}.levels__lead,.levels .item h2,.levels .item>p,.projects .item h3{width:100%;max-width:450px}.levels .item,.projects .item{display:flex;flex-direction:column;align-items:flex-start;width:100%}.levels .item{gap:16px}.levels .item h2,.ai-projects-title{font-size:22px;font-weight:500;line-height:1.3}.levels .item>p{font-size:16px;line-height:1.4}.levels .num-line{display:flex;align-items:center;width:100%;gap:10px}.levels .num-line__number{flex:0 0 auto;color:var(--color-gold-3);font-family:var(--font-secondary);font-size:32px;line-height:1.1;letter-spacing:-.02em}.levels .line{position:relative;flex:1 1 auto;min-width:0;height:8px}.levels .line:before{position:absolute;top:50%;left:0;width:8px;height:8px;border-radius:50%;background:var(--color-gold-1);transform:translateY(-50%);content:""}.levels .line:after{position:absolute;top:50%;right:0;left:8px;height:1px;background-image:radial-gradient(circle,var(--color-gold-3) 0 1px,transparent 1px);background-position:left center;background-size:5px 1px;background-repeat:repeat-x;transform:translateY(-50%);content:""}.trio-upd{position:relative;flex:0 0 720px;width:720px;height:-moz-fit-content;height:fit-content;overflow:hidden}.trio-upd--levels img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:multiply}.trio-upd--projects img{position:absolute;top:0;left:-35.31%;width:164.41%;height:103.93%;max-width:none}.projects .item{gap:32px}.projects{justify-content:flex-start;gap:60px}.projects .separator-grey{height:1px;background:var(--color-grey-2)}.projects h3{font-size:18px;font-weight:500;line-height:1.2}.projects .fl-row-g40-wrap{display:flex;flex-wrap:wrap;align-items:flex-start;width:100%;gap:40px}.projects .fl-row-g40-wrap>.indicator{flex:1 1 250px;min-width:250px}.indicator--fixed{width:350px}.indicator--accent .num_zone{color:var(--color-blue-2)}.num_zone .indicator__percent{font-size:40px;font-weight:400;line-height:17px}@media (max-width: 1099px){.ai-levels-container,.ai-projects-container{flex-direction:column}.levels,.projects{flex:0 0 auto;justify-content:flex-start;width:100%;padding-top:0;gap:48px}.trio-upd{flex:0 0 auto;width:100%}}@media (max-width: 767px){.levels__lead,.content-fl-col-g60 .lead{font-size:20px;letter-spacing:-.02em}}.content-fl-col-g60,.container-gradient>.content-fl-col-g60{margin-inline:auto}.water-table,.water-table-color,.fl-col-g0{display:flex;flex-direction:column;width:100%;min-width:0}:is(.water-table,.water-table-color) .row-first,:is(.water-table,.water-table-color) .row,.water-table-color .row-super{display:flex;align-items:stretch;width:100%;min-width:0}:is(.water-table,.water-table-color) .head-first,:is(.water-table,.water-table-color) .head,:is(.water-table,.water-table-color) .body-first,:is(.water-table,.water-table-color) .body{min-width:0;font-size:16px;line-height:1.4}:is(.water-table,.water-table-color) .head-first,:is(.water-table,.water-table-color) .head{padding:0 0 12px 12px;border-bottom:1px solid var(--color-grey-2);font-weight:600}:is(.water-table,.water-table-color) .head-first,:is(.water-table,.water-table-color) .body-first{flex:0 0 300px;width:300px}:is(.water-table,.water-table-color) .head,:is(.water-table,.water-table-color) .body{flex:1 1 0}:is(.water-table,.water-table-color) .body-first,:is(.water-table,.water-table-color) .body{display:flex;flex-direction:column;align-items:flex-start;padding:12px 0 12px 12px;gap:8px;border-bottom:1px solid var(--color-grey-3)}:is(.water-table,.water-table-color) .body-first{color:var(--color-blue-1)}:is(.water-table,.water-table-color) .body-first strong,:is(.water-table,.water-table-color) .cell-label,:is(.water-table,.water-table-color) .water-sector-label{font-weight:600}:is(.water-table,.water-table-color) .body-first span:not(.water-sector-label),:is(.water-table,.water-table-color) .body .li{font-weight:400}:is(.water-table,.water-table-color) .body-first strong+span{color:var(--color-grey-1)}:is(.water-table,.water-table-color) .water-sector-label,:is(.water-table,.water-table-color) .cell-label{display:none}:is(.water-table,.water-table-color) .ul{display:flex;flex-direction:column;width:100%;padding:0;list-style:none}:is(.water-table,.water-table-color) .ul .li{display:block;position:relative;padding-left:17px;color:var(--color-grey-1);font-size:16px;line-height:1.4}:is(.water-table,.water-table-color) .ul .li:before{display:block;position:absolute;top:9px;left:0;width:5px;height:5px;border-radius:50%;background:currentColor;content:""}.water-table-color .row-super{gap:24px}.water-table-color .empty-start,.water-table-color .sector-card{flex:0 0 200px;width:200px}.water-table-color .fl-col-g0{flex:1 1 auto}.water-table-color .row-first .head-first,.water-table-color .project-row .body-first{flex-basis:300px;width:300px}.water-table-color .project-row{flex:1 1 auto}.water-table-color .project-row:last-child{border-bottom:1px solid var(--color-grey-2)}.water-table-color .sector-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;min-height:160px;padding:20px;color:var(--color-white);font-size:18px;font-weight:500;line-height:1.2;overflow-wrap:anywhere}.water-table-color>.row-super:nth-child(2) .sector-card{border-radius:20px 20px 0 0}.water-table-color .row-super:last-child .sector-card{border-radius:0 0 20px 20px}.sector_icon{display:inline-grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;color:var(--color-blue-1)}.sector_icon img{width:18px;height:18px}.water-table-color .sector_icon{background:rgba(255,255,255,.1)}.water-table-color .color-start-1{background:var(--color-blue-4)}.water-table-color .color-start-2{background:var(--color-blue-3)}.water-table-color .color-start-3{background:var(--color-blue-1)}.water-table-color .color-start-4{background:var(--color-blue-2)}.water-table-color .color-start-5{background:var(--color-gold-2)}@media (max-width: 1099px){.water-table{gap:32px}.water-table>.row-first,.water-table-color>.water-table-color__head{display:none}.water-table>.row,.water-table-color .project-row{flex-direction:column}.water-table .body-first,.water-table .body,.water-table-color .body-first,.water-table-color .body{flex:0 0 auto;width:100%}.water-table .body-first,.water-table .body{padding:12px 0}.water-table .body-first{border-bottom-color:var(--color-blue-1)}:is(.water-table,.water-table-color) .water-sector-label,:is(.water-table,.water-table-color) .cell-label{display:block}.water-table-color .sector-card{align-self:stretch;height:auto}.water-table-color .project-row .body-first,.water-table-color .project-row .body{flex-basis:auto;width:100%}}@media (max-width: 767px){section.water_table_section>h1.water_table_title{font-size:39px}.water-table-color{gap:40px}.water-table-color .row-super{flex-direction:column;gap:24px}.water-table-color .row-super .sector-card{flex:0 0 160px;width:100%;min-height:160px;border-radius:20px}.water-table-color>.row-super:nth-child(2) .sector-card,.water-table-color>.row-super:last-child .sector-card{border-radius:20px}.water-table-color .project-row .body-first,.water-table-color .project-row .body{padding:12px 0}}.container-blue>.content-fl-col-g60-fill,.container-photo>.content-fl-col-g60-fill,.container-gradient>.content-fl-col-g60-fill,.content-fl-col-g60-fill{margin-inline:auto}.container-blue{color:var(--color-white)}.strategy-title{color:var(--color-white);font-family:var(--font-secondary);font-weight:500}.strategy-title h1{width:100%;font-size:40px;font-weight:500;line-height:1.2;letter-spacing:-.03em}.strategy-title p{width:100%;font-size:60px;line-height:1.1;letter-spacing:-.03em}.strategy-stats{display:flex;width:100%;min-width:0;align-items:flex-start;gap:60px}.strategy-stats>.indicator{flex:1 1 0;max-width:480px;color:var(--color-white)}.strategy-stats .num_zone{color:var(--color-white)}.strategy-separator{background:var(--color-blue-3)}.strategy-copy{color:var(--color-white);font-family:var(--font-secondary);font-size:22px;line-height:26px;letter-spacing:-.02em;text-box-edge:cap alphabetic;text-box-trim:trim-both}.strategy-cards{align-items:stretch;gap:60px}.strategy-cards>.frame-grey{align-self:stretch}.strategy-cards h3{width:100%;color:var(--color-blue-1);font-size:22px;font-weight:500;line-height:1.3}.strategy-cards h4{width:100%;color:var(--color-blue-1);font-size:18px;font-weight:500;line-height:1.2}.strategy-cards .fl-col-g12>span{width:100%;color:var(--color-grey-1);font-size:16px;line-height:1.4}.strategy-cards .separator-grey,.strategy-cards .separator-light-grey{position:relative;height:0;flex:0 0 0;background:transparent}.strategy-cards .separator-grey:after,.strategy-cards .separator-light-grey:after{position:absolute;top:-.5px;right:0;left:0;height:1px;background:var(--color-grey-3);content:""}.strategy-cards .separator-grey:after{background:var(--color-grey-2)}.strategic-efficiency-fl-row-g40{display:flex;align-items:flex-start;width:100%;min-width:0;gap:40px}.strategic-efficiency-frame{display:flex;flex:1 1 0;flex-direction:column;align-items:flex-start;min-width:0;padding:30px;gap:40px;border:0;border-radius:20px;background:var(--color-white);box-shadow:inset 0 0 0 1px var(--color-grey-3)}.strategic-efficiency-frame .name{display:flex;flex-direction:column;align-items:flex-start;width:100%;height:60px;gap:4px}.strategic-efficiency-frame h3{width:100%;font-size:22px;font-weight:500;line-height:1.3}.strategic-efficiency-frame .name p{width:100%;color:var(--color-grey-2);font-size:18px;font-weight:500;line-height:1.2}.strategic-efficiency-frame figure,.strategic-efficiency-frame img{width:100%}.strategic-efficiency-frame img{height:100%;-o-object-fit:cover;object-fit:cover}.strategic-goals-layout{align-items:flex-start}.strategic-goals-main{flex:1 1 0;min-width:0}.strategic-goals .legend,.strategic-goals .legend-item{display:flex;align-items:center}.strategic-goals .legend{gap:20px}.strategic-goals .legend-item{gap:6px;color:var(--color-grey-2);font-size:16px;line-height:1.4;white-space:nowrap}.strategic-goals .legend-bullet{display:block;width:8px;height:8px;flex:0 0 8px;border-radius:50%}.strategic-goals .legend-bullet--progress{background:var(--color-blue-4)}.strategic-goals .legend-bullet--goal{background:var(--color-gold-3)}.strategic-goals-grid-3-2-1{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;width:100%;gap:60px}.strategic-goals-grid-3-2-1 figure{width:100%}.strategic-goals-grid-3-2-1 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.strategic-goals-note{width:100%;font-size:16px;line-height:1.4}.strategic-goals-aside{flex:0 0 400px;width:400px}.strategic-goals-aside .indicator{width:346px;max-width:100%}.strategic-goals-aside .num_zone span{font-size:40px;font-weight:400;line-height:17px}.strategic-goals-aside .indicator--award{min-height:93px}@media (max-width: 1799px){.strategic-goals-grid-3-2-1{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1099px){.strategic-efficiency-fl-row-g40{flex-direction:column}.strategic-efficiency-frame{flex:0 0 auto;width:100%}.strategic-goals-layout,.strategic-goals-main,.strategic-goals-aside{width:100%}.strategic-goals-main,.strategic-goals-aside{flex-basis:auto;max-width:none}.strategic-goals .legend{display:none}.strategic-goals-grid-3-2-1{grid-template-columns:minmax(0,1fr)}}@media (min-width: 768px) and (max-width: 1099px){.strategy-stats>.indicator:nth-child(3){display:none}}@media (max-width: 767px){.strategy-title h1{font-size:30px}.strategy-title p{font-size:42px}.strategy-stats{flex-direction:column}.strategy-stats>.indicator{flex:0 0 auto;width:100%;max-width:none}.strategy-copy{font-size:20px;letter-spacing:-.02em}.strategic-efficiency-frame{padding:20px}}.content-fl-col-g60,.green_finance_summary>.content-fl-col-g60,.planet-container{margin-inline:auto}.section_title_large{width:100%;font-family:var(--font-secondary);font-size:60px;font-weight:500;line-height:1.1;letter-spacing:-.03em}.planet-container{position:relative;display:flex;isolation:isolate;align-items:center;width:100%;max-width:1600px;padding-left:60px}.planet{position:absolute;z-index:1;top:0;left:320px;width:auto;height:690px}.planet img{width:auto;max-width:none;height:100%;-o-object-fit:cover;object-fit:cover}.planet-indicators{position:relative;z-index:2;display:flex;flex:0 0 350px;flex-direction:column;align-items:flex-start;width:350px;min-width:350px;padding-block:150px;gap:100px}.planet-indicator{max-width:350px}.planet-indicator .num_zone strong{font-size:130px}.planet-indicator .num_zone span{font-size:76px;font-weight:400}.finance_details{padding-top:0}.finance-indicators .indicator{max-width:none}.indicator--irec .num_zone{align-items:center}.irec_icon{width:48px;height:48px;flex:0 0 48px}.investment_projects .fl-row-g40-text>*{flex:1 1 0;min-width:0}.investment-projects-portfolio{display:block;width:100%;max-width:1100px}.investment-projects-portfolio img,.investment-projects-chart img{width:100%;height:auto}.investment-projects-photos{display:flex;width:100%;overflow:hidden}.investment-projects-photos figure{height:100%;flex:0 0 43.7%}.investment-projects-photos figure:last-child{flex-basis:13.54%}.investment-projects-photos img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.investment-projects-chart{display:block;width:100%}@media (max-width: 1399px){.planet{left:160px}}@media (max-width: 1099px){.planet{left:80px}.investment-projects-photos{flex-direction:column}.investment-projects-photos figure{width:100%;height:auto;flex:0 0 auto}.investment-projects-photos figure:last-child{display:none}}@media (max-width: 767px){.section_title_large{font-size:39px}.planet-container{align-items:flex-start;min-height:0;padding:330px 0 100px 30px}.planet{top:0;left:50%;height:300px;transform:translate(-50%)}.planet-indicators{padding-block:0;gap:60px}.finance_details{padding-top:0}}.content-fl-col-g60,.container-water-resources>.content-fl-col-g60,.container-key-priorities>.content-fl-col-g60{margin-inline:auto}.fl-col-g60-mw1000{display:flex;flex-direction:column;align-items:flex-start;width:100%;max-width:1000px;gap:60px}.gri{row-gap:4px}.health-container{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;width:100%;height:900px;padding:60px;overflow:hidden;gap:32px;border-radius:20px}.health-container__photo{position:absolute;top:0;left:0;width:100%}.health-container__photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.health-container__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(17,30,70,.6) 41.188%,rgba(17,30,70,0) 60.598%)}.health-container__lead,.health-items{position:relative;z-index:1}.health-container__lead{width:100%;max-width:300px;color:var(--color-white);font-family:var(--font-secondary);font-size:22px;font-weight:400;line-height:26px;letter-spacing:-.02em;text-box-edge:cap alphabetic;text-box-trim:trim-both}.health-items{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;width:100%;overflow:hidden;gap:32px;border-radius:20px;background:var(--color-white)}.health-items .item{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:32px;-webkit-backdrop-filter:blur(29.35px);backdrop-filter:blur(29.35px)}.health-items .item:first-child{border-radius:20px 0 0 20px}.health-items .item:last-child{border-radius:0 20px 20px 0}.health-items .item:not(:first-child){border-left:1px solid var(--color-grey-3)}.container-water-resources{display:flex;flex-direction:column;align-items:center;width:100%;padding-block:60px;background:#d3dfeb}.container-water-resources>.content-fl-col-g60{padding:0 60px}.container-water-resources h3{width:100%;font-size:22px;font-weight:500;line-height:1.3}.container-water-resources h3 span{color:var(--color-grey-2);font-size:inherit}.water-resources-infographic{display:block;width:100%}.water-resources-infographic img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.water-resources-note-container{gap:0}.water-resources-note{display:flex;flex-wrap:wrap;align-items:center;width:100%;padding:12px 30px;gap:32px;border-radius:12px;background:rgba(255,255,255,.7)}.water-resources-note .ol{width:auto;padding:0;flex:0 0 auto}.water-resources-note .li{display:flex;align-items:flex-start;min-height:16px;gap:4px;white-space:nowrap}.water-resources-note sup{width:16px;flex:0 0 16px;color:var(--color-gold-1);font-size:10px;line-height:1}.water-resources-note span{color:var(--color-grey-2);font-size:12px;line-height:1.2}.container-key-priorities{position:relative;isolation:isolate;display:flex;flex-direction:column;align-items:center;width:100%;padding-block:60px;overflow:hidden;background:linear-gradient(22deg,#fcf4f1 2.8896%,#edf3f9 62.498%)}.container-key-priorities>.content-fl-col-g60{position:relative;z-index:1;padding:0 60px}.p70-city{position:absolute;z-index:0;top:180px;left:0;width:100%}.p70-city img,.p70-bayterek img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.priorities{position:relative;display:flex;align-items:flex-end;padding-top:200px;gap:20px}.p70-bayterek{position:absolute;z-index:0;top:-25px;right:-270px;width:500px;height:460px}.priorities__year{position:absolute;z-index:0;top:100px;left:0;color:var(--color-gold-3);font-family:var(--font-secondary);font-size:520px;font-weight:300;line-height:.9;letter-spacing:-.02em;white-space:nowrap;text-box-edge:cap alphabetic;text-box-trim:trim-both}.priority-card{position:relative;z-index:1;display:flex;flex:1 1 0;flex-direction:column;align-items:flex-start;min-width:0;padding:24px 28px;gap:28px;border:1px solid var(--color-gold-3);border-radius:20px;background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.priority-card>p,.priority-card__text p{font-size:14px;line-height:1.4}.priority-card__text p+p{margin-top:20px}.priority-card__icon{position:relative;display:flex;align-items:center;justify-content:center;width:60px;height:60px;flex:0 0 60px;border-radius:50%;background:rgba(147,164,202,.2)}.priority-card__icon img{width:auto;height:auto}.priority-card--projects .priority-card__icon img{width:23px;height:21px}.priority-card--digital .priority-card__icon img{width:25px;height:25px}.priority-card--markets .priority-card__icon img{width:31px;height:31px}.priority-card--social .priority-card__icon img{width:29px;height:29px}.indicator--priorities{--indicator-width: 300px;--indicator-max-width: 480px;position:absolute;z-index:2;top:0;right:0;padding:28px;gap:20px;border:0;border-radius:20px;color:var(--color-white);background:var(--color-gold-1)}.indicator--priorities .num_zone,.indicator--priorities .text strong{color:var(--color-white)}@media (max-width: 1399px){.health-container{height:auto}.health-items{gap:0}.container-water-resources{gap:16px}.priorities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.priority-card{height:100%}.priorities__year{top:0;font-size:300px}}@media (max-width: 1199px){.health-items{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}.health-items .item{height:100%;border-radius:0}.health-items .item:nth-child(1){border-radius:20px 0 0}.health-items .item:nth-child(2){border-radius:0 20px 0 0}.health-items .item:nth-child(3){border-top:1px solid var(--color-grey-3);border-left:0;border-radius:0 0 0 20px}.health-items .item:nth-child(4){border-top:1px solid var(--color-grey-3);border-radius:0 0 20px}}@media (max-width: 999px){.health-container{height:auto;padding:0;overflow:visible}.health-container__photo{position:relative;width:100%;overflow:hidden;border-radius:20px}.health-container__overlay{display:none}.health-container__lead{color:var(--color-blue-1)}.health-items{border:1px solid var(--color-grey-3);background:var(--color-grey-4)}}@media (max-width: 799px){.health-items{grid-template-columns:1fr}.health-items .item{border-left:0;border-radius:0}.health-items .item:nth-child(2),.health-items .item:nth-child(3){border-radius:0}.health-items .item:first-child{border-radius:20px 20px 0 0}.health-items .item:last-child{border-radius:0 0 20px 20px}.health-items .item:not(:first-child){border-top:1px solid var(--color-grey-3)}.priorities{grid-template-columns:1fr;padding-top:0}.priorities__year{position:relative;top:auto;left:auto;order:0;width:100%;font-size:145px}.priority-card{height:auto}.priority-card--markets{order:1}.priority-card--social{order:2}.priority-card--projects{order:3}.priority-card--digital{order:4}.indicator--priorities{--indicator-width: 100%;--indicator-max-width: none;position:relative;top:auto;right:auto;order:5}}@media (max-width: 767px){.health-container__lead{font-size:20px}.container-water-resources>.content-fl-col-g60,.container-key-priorities>.content-fl-col-g60{padding-inline:30px}.water-resources-note{padding:12px 16px;gap:4px}}@media (max-width: 710px){.p70-city{left:50%;width:700px;height:189px;transform:translate(-50%)}}.content-fl-col-g60{margin-inline:auto}.contact-grid{gap:60px}.frame-outline{border:1px solid var(--color-grey-3);border-radius:20px;background:var(--color-white)}.contact-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:30px;gap:32px;color:var(--color-grey-1)}.contact-card__intro{font-weight:500}.contact-card__fields,.contact-card__groups{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:32px}.contact-card__fields p,.contact-card__groups p{width:100%}.contact-card strong,.contact-card span,.contact-card a.link{display:block}.contact-card strong{font-weight:500}.contact-card a.link{width:-moz-fit-content;width:fit-content}.qr-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-width:0;padding:30px;gap:32px;color:inherit;text-decoration:none}.qr-card__icon{display:block;width:40px;height:40px;flex:0 0 40px;-o-object-fit:contain;object-fit:contain}.qr-card__code{display:block;width:100%;max-width:200px;-o-object-fit:contain;object-fit:contain}.annex_download{height:120px;padding-inline:60px;color:var(--color-blue-1);text-decoration:none}.annex_download:focus-visible{color:var(--color-blue-1);text-decoration:none}@media (min-width: 768px){.annex_download:hover{color:var(--color-blue-1);text-decoration:none}}.annex_download .control-button__label{color:inherit;font-size:18px}.annex_download_icon{width:14px;height:14px}.annex_photo{width:100%;height:auto;border-radius:0}.annex_photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.search-wrapper{display:flex;align-items:center;width:100%;min-width:0;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--color-gold-1)}.search-wrapper__icon,.search-popup__icon{display:block;flex:0 0 20px;width:20px;height:20px}.search-wrapper__input,.search-popup__input{flex:1 1 0;min-width:0;padding:0;border:0;outline:0;background:transparent;font:inherit;font-size:16px;line-height:1.4}.search-wrapper__input{color:var(--color-grey-2)}.search-wrapper__input::-moz-placeholder,.search-popup__input::-moz-placeholder{color:inherit;opacity:1}.search-wrapper__input::placeholder,.search-popup__input::placeholder{color:inherit;opacity:1}.search-wrapper__input::-webkit-search-cancel-button,.search-popup__input::-webkit-search-cancel-button{display:none}.search-wrapper__clear,.search-popup__close{display:flex;flex:0 0 18px;width:18px;height:18px;align-items:center;justify-content:center;padding:0;border:0;background:transparent;cursor:pointer}.search-wrapper__clear img,.search-popup__close img{display:block;width:18px;height:18px}.search-results{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:20px}.search-results-item{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:10px;padding-bottom:20px;border-bottom:1px solid var(--color-grey-3)}.search-results-item__title,.search-results-item__description{width:100%}.search-results-item__title{color:var(--color-blue-1)}.search-results-item__description{color:var(--color-grey-2)}.search-popup{position:fixed;z-index:110;top:94px;right:max(32px,(100vw - 1600px) / 2 + 32px);display:flex;width:480px;padding:20px 32px;border-radius:20px;background:rgba(221,225,231,.4);opacity:0;visibility:hidden;transform:translateY(-6px);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);pointer-events:none;transition:opacity var(--motion-hover-duration) var(--motion-hover-easing),transform var(--motion-hover-duration) var(--motion-hover-easing),visibility 0s linear var(--motion-hover-duration)}.search-popup[aria-hidden=false]{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;transition-delay:0s}.search-popup__field{display:flex;align-items:center;width:100%;min-width:0;gap:15px;padding:7px 0 12px;border-bottom:1px solid var(--color-grey-2)}.search-popup__input{color:var(--color-blue-1)}@media (max-width: 767px){.search-popup{top:48px;right:0;width:100%;border-radius:0}}.indicator{display:flex;flex-direction:column;align-items:flex-start;width:var(--indicator-width, 100%);max-width:var(--indicator-max-width, 480px);padding-left:20px;gap:20px;border-left:1px solid var(--color-grey-3)}.num_zone{display:flex;align-items:flex-end;width:100%;gap:4px;color:var(--color-blue-1);white-space:nowrap}.num_zone strong{font-family:var(--font-secondary);font-size:68px;font-weight:400;line-height:.9;letter-spacing:-.02em}.num_zone span{font-size:22px;font-weight:600;line-height:1.1;letter-spacing:.01em;text-transform:uppercase}.num_zone strong,.num_zone span,.indicator .text strong,.indicator .text span{text-box-trim:trim-both;text-box-edge:cap alphabetic}.indicator_small{display:flex;flex-direction:column;align-items:flex-start;max-width:480px;gap:8px}.indicator_small .num_zone{display:flex;align-items:flex-end;width:100%;gap:4px;color:var(--color-blue-1);white-space:nowrap}.indicator_small .num_zone strong{font-family:var(--font-secondary);font-size:32px;font-weight:400;line-height:.9;letter-spacing:-.02em}.indicator_small .num_zone span{font-size:16px;font-weight:600;line-height:1.1;letter-spacing:.01em;text-transform:uppercase}.indicator_small .num_zone span.indicator_grid_percent{font-size:22px;font-weight:600;line-height:1.1;letter-spacing:.01em;text-transform:uppercase}.indicator_small .text{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-top:2px;gap:12px}.indicator_small .text strong{font-size:14px;font-weight:500;line-height:1.2}.indicator .text{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-top:2px;gap:12px}.indicator .text strong,.indicator .text span{font-size:16px;font-weight:500;line-height:1.2}.indicator .text span{color:var(--color-blue-3)}.indicator--default,.indicator--without-separator,.indicator--blue-bg{width:346px}.indicator--without-separator{padding-left:0;border-left:0}.indicator--blue-bg{min-height:162px;padding:28px;border:0;border-radius:20px;color:var(--color-white);background:var(--color-blue-1)}.indicator--blue-bg .num_zone,.indicator--blue-bg .text span{color:var(--color-white)}.indicator--big{width:383px;min-height:149px}.indicator--big .num_zone strong,.indicator--big-mob .num_zone strong,.indicator-big .num_zone strong{font-size:130px}.indicator--big .num_zone .indicator__percent{font-size:76px;font-weight:400}.indicator--big .num_zone .indicator__unit,.indicator--big-mob .num_zone .indicator__unit,.indicator-big .num_zone span{font-size:27px}.indicator--big-mob{width:221px;min-height:193px}.indicator--big-mob .num_zone{flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:24px}.hl-progress{position:relative;width:800px;height:396px;flex:0 0 800px;color:var(--color-blue-1)}.hl-progress p{margin:0}.hl-progress .hl{position:absolute;display:flex;flex-direction:column;align-items:flex-start}.hl-progress .num_zone{display:flex;align-items:flex-end;width:100%;color:inherit;white-space:nowrap}.hl-progress .wrapper{display:flex;align-items:center;flex:0 0 auto}.hl-progress .num,.hl-progress .percent,.hl-progress .text>p,.hl-progress .text__content,.hl-progress .hl-progress__badge{text-box-trim:trim-both;text-box-edge:cap alphabetic}.hl-progress .num{color:inherit;font-family:var(--font-secondary);font-weight:400;letter-spacing:-.02em;white-space:nowrap}.hl-progress .percent{color:inherit;font-weight:400;letter-spacing:.01em;text-transform:uppercase}.hl-progress .text{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding-top:2px}.hl-progress .text p{font-size:15.5px;font-weight:400;line-height:18px;letter-spacing:-.02em}.hl-progress .text__content{width:100%;font-size:0;line-height:0}.hl-progress .hl--large{top:91px;gap:26px}.hl-progress .hl--large .num_zone{height:91px;gap:5px}.hl-progress .hl--large .num{font-size:130px;line-height:.89}.hl-progress .hl--large .percent{font-size:76px;line-height:.89}.hl-progress .hl--large .text{gap:15px}.hl-progress .hl--large .text p{font-weight:500}.hl-progress .hl--small{top:308px;gap:15px}.hl-progress .hl--small .num_zone{height:42px;gap:4px}.hl-progress .hl--small .num{font-size:42px;line-height:.89}.hl-progress .hl--small .percent{font-size:32px;line-height:.89}.hl-progress .hl--small .text{gap:0}.hl-progress .hl--current{color:var(--color-blue-2)}.hl-progress .hl--target{color:var(--color-gold-1)}.hl-progress .hl .text{color:var(--color-grey-1)}.hl-progress .hl--large .text{color:var(--color-blue-1)}.hl-progress .hl--current .text__accent{color:var(--color-blue-2);font-weight:600}.hl-progress .hl--target .text__accent{color:var(--color-gold-1);font-weight:600}.hl-progress .text .text__value{color:var(--color-blue-1);font-weight:600}.hl-progress__scale{position:absolute;top:0;left:0;width:490px;height:31px}.hl-progress__badge{position:absolute;top:0;display:flex;align-items:center;justify-content:center;height:31px;padding-inline:14px;border:1px solid currentcolor;border-radius:20px;background:var(--color-white);font-size:15.5px;font-weight:400;line-height:18px;letter-spacing:-.02em;white-space:nowrap}.hl-progress__badge--current{left:0;width:146px;color:var(--color-blue-1)}.hl-progress__badge--target{left:425px;width:65px;color:var(--color-gold-1)}.hl-progress__line{position:absolute;top:15px;left:145px;width:249px;height:1px;max-width:none}.hl-progress--carbon .hl-progress__line{left:146px;width:248px}.hl-progress__arrow{position:absolute;top:10px;left:394px;display:flex;align-items:center;justify-content:center;width:17px;height:12px}.hl-progress__arrow img{width:12px;height:17px;max-width:none;transform:rotate(90deg)}.hl-progress__divider{position:absolute;top:278px;left:1px;width:799px;height:1px;max-width:none}.hl-progress--percentile .hl--current-small-second:before,.hl-progress .hl--target-small-second:before{position:absolute;top:12px;left:-20px;width:2px;height:76px;background-image:radial-gradient(circle,#808fa7 0 1px,transparent 1px);background-position:center top;background-size:2px 7px;background-repeat:repeat-y;transform:translate(-50%);content:""}.hl-progress--percentile .hl--current-large{left:0;width:464px}.hl-progress--percentile .hl--target-large{left:425px;width:327px}.hl-progress--percentile .hl--current-small-first{top:309px;left:1px;width:113px;gap:14px}.hl-progress--percentile .hl--current-small-second{left:154px;width:101px}.hl-progress--percentile .hl--target-small-first{left:425px;width:97px}.hl-progress--percentile .hl--target-small-second{left:595px;width:100px}.hl-progress--carbon .hl--current-large{left:0;width:420px}.hl-progress--carbon .hl--target-large{left:422px;width:327px}.hl-progress--carbon .hl--current-small-first{left:0;width:310px}.hl-progress--carbon .hl--target-small-first{left:422px;width:169px}.hl-progress--carbon .hl--target-small-second{left:619px;width:113px}.hl-progress--carbon .hl--target-small-second:before{height:75px}.hl-progress--carbon .hl--net-zero .num{font-size:32px}.section-name,.subsection-name{display:flex;align-items:flex-start;width:605px}.section-name{flex-direction:column;height:70px;padding-bottom:12px;gap:24px}.section-name__title,.subsection-name__title{width:100%;margin:0;font-style:normal;line-height:1.3}.section-name__title{color:var(--color-blue-1);font-family:var(--font-secondary);font-size:26px;font-weight:500}.section-name__separator{position:relative;width:100%;height:0;flex:0 0 0}.section-name__separator:before{position:absolute;inset:-.5px 0 auto;height:1px;background:var(--color-grey-3);content:""}.subsection-name{height:18px}.subsection-name__title{color:var(--color-grey-1);font-size:14px;font-weight:400}.control-button{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;min-width:0;margin:0;padding:0;overflow:hidden;border:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--control-background);color:var(--control-content);cursor:pointer;text-decoration:none;transition:background-color var(--motion-hover-duration) var(--motion-hover-easing)}.control-button.is-hover{background:var(--control-background-hover)}@media (min-width: 768px){.control-button:hover{background:var(--control-background-hover)}}.control-button:focus-visible{position:relative;z-index:1;outline:2px solid var(--color-blue-2);outline-offset:2px}.site-header__menu-toggle:focus,.site-header__menu-toggle:focus-visible{outline:none;box-shadow:none}.control-button--square{width:64px;height:64px}.control-button--edge-right{border-right:1px solid var(--control-border)}.control-button--edge-left{border-left:1px solid var(--control-border)}.control-button--burger.is-hover{box-shadow:inset 0 -1px 0 var(--control-border)}@media (min-width: 768px){.control-button--burger:hover{box-shadow:inset 0 -1px 0 var(--control-border)}}.control-button--pdf{height:64px;gap:8px;padding-inline:18px;border-left:1px solid var(--control-border)}.control-button--annex{height:64px;gap:8px;padding-inline:24px;border:1px solid var(--control-border);border-radius:20px}.control-button__label{color:var(--control-content);font-size:14px;font-weight:500;line-height:1.4;text-transform:uppercase;white-space:nowrap}.control-button__label--active{color:var(--header-language-active)}.control-button__icon{display:block;flex:0 0 auto}.control-button__icon--burger{width:21px;height:11px}.control-button__icon--close{width:19px;height:19px}.control-button__icon--search,.control-button__icon--download{width:20px;height:20px}.control-button__icon--download-small{width:12px;height:12px}.annexes-button{display:inline-flex;gap:8px;align-items:center;justify-content:center;border-radius:20px;padding:0 60px;height:120px;background:white;border:1px solid #DDE1E7;min-width:320px;cursor:pointer;text-decoration:none;transition:all .1s ease-in-out}.annexes-button span{font-weight:500;font-size:18px;line-height:140%;text-transform:uppercase;text-decoration:none;color:#111e46}@media (max-width: 500px){.annexes-button{padding:0 16px;width:100%;min-width:auto}}@media (hover: hover) and (pointer: fine){.annexes-button:hover{background:#DDE1E7}}.prepage-cover{position:relative;display:flex;width:100%;height:calc(100vh - 64px);height:calc(100svh - 64px);min-height:680px;max-height:1000px;overflow:hidden;background-color:var(--color-grey-2);background-image:var(--prepage-cover-image);background-position:center;background-size:cover;color:var(--color-white)}.prepage-cover__content{display:flex;width:100%;max-width:1600px;min-height:inherit;margin-inline:auto;padding:60px}.prepage-cover__info{display:flex;flex-direction:column;width:100%;max-width:1040px;gap:48px}.page-content>main:not(.landing) h1.prepage-cover__title{width:100%;color:var(--color-white);font-family:var(--font-secondary);font-size:64px;font-weight:400;line-height:1.1;letter-spacing:0;text-shadow:8px 8px 25px rgba(124,141,159,.5);text-transform:uppercase}@media (min-width: 1921px){.page-content>main:not(.landing) h1.prepage-cover__title{font-size:72px}}.prepage-cover__subsections{display:flex;flex-direction:column;width:100%;max-width:400px;padding:28px;gap:8px;border-radius:20px;background:rgba(83,94,115,.16);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.prepage-cover__number{padding-bottom:20px;font-family:var(--font-secondary);font-size:80px;font-weight:300;line-height:.9;text-transform:uppercase;white-space:nowrap}.prepage-cover__link{color:inherit;font-size:14px;font-weight:400;line-height:1.3;text-decoration:none}.prepage-cover__downloads{display:flex;flex-direction:column;width:100%;align-items:flex-start;padding-bottom:12px;gap:8px}.prepage-cover__download{display:inline-flex;min-width:215px;height:54px;align-items:center;justify-content:center;padding-inline:24px;gap:8px;overflow:hidden;border:1px solid var(--color-grey-3);border-radius:20px;background:var(--color-white);color:var(--color-grey-2);font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;text-transform:uppercase;white-space:nowrap;transition:background-color var(--motion-hover-duration) var(--motion-hover-easing)}.prepage-cover__download-icon{display:block;width:12px;height:12px;flex:0 0 12px}.prepage-cover__link:focus-visible,.prepage-cover__download:focus-visible{border-radius:2px;outline:2px solid currentColor;outline-offset:3px}.prepage-cover__download:focus-visible{border-radius:20px}@media (hover: hover) and (pointer: fine){.prepage-cover__link:hover{text-decoration:underline;text-underline-offset:2px}.prepage-cover__download:hover{background:var(--color-grey-3)}}@media (max-width: 1599px){.prepage-cover__number{display:none}}@media (max-width: 1439px){.page-content>main:not(.landing) h1.prepage-cover__title{font-size:54px}}@media (max-width: 1349px){.prepage-cover{height:auto;min-height:max(100svh - 64px,680px)}.prepage-cover__number{display:block;font-size:54px}}@media (max-width: 767px){.prepage-cover{height:auto;min-height:0}.prepage-cover__content{padding:60px 30px}.prepage-cover__info{gap:48px}.page-content>main:not(.landing) h1.prepage-cover__title{font-size:28px}.prepage-cover__subsections{gap:16px}}.site-header{position:sticky;z-index:100;top:0;display:flex;flex:0 0 auto;width:100%;height:64px;align-items:flex-start;overflow:hidden;border-bottom:1px solid var(--header-border);background:var(--header-background);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.site-header__brand{display:flex;flex:0 0 auto;height:100%;gap:32px;align-items:center;padding-right:20px}.site-header__logo{display:block;flex:0 0 auto;width:124px;height:52px}.site-header__logo img{width:100%;height:100%}.site-header__menu-icon--close,.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon--burger{display:none}.site-header__menu-toggle[aria-expanded=true] .site-header__menu-icon--close{display:block}.site-header__main{display:flex;flex:1 1 0;min-width:0;height:100%;align-items:center;justify-content:space-between;overflow:hidden}.site-header__report-title{flex:1 1 0;min-width:0;margin:0;color:var(--header-text);font-size:12px;font-weight:500;line-height:1.4;text-align:center;text-transform:uppercase}.site-header__actions{display:flex;flex:0 0 auto;height:100%;align-items:center;padding-left:20px}@media (max-width: 839px){.site-header__brand{gap:18px;padding-right:clamp(0px,(100vw - 580px) / 2,20px)}.site-header__main{justify-content:flex-end}.site-header__report-title{display:none}.site-header__actions{padding-left:clamp(0px,(100vw - 580px) / 2,20px)}}@media (max-width: 799px){.site-header{height:48px}.site-header__brand{gap:18px;padding-right:20px}.site-header__logo{width:100px;height:42px}.site-header__actions{padding-left:20px}.site-header__action--mobile-hidden{display:none}.site-header .control-button--square{width:48px;height:48px}.site-header .control-button--pdf{width:90px;height:48px}}@media (max-width: 359px){.site-header__brand{gap:10px;padding-right:8px}.site-header__logo{width:86px;height:36px}.site-header__actions{padding-left:0}}html.is-menu-active,body.is-menu-active{overflow:hidden}html.is-menu-active{scrollbar-gutter:auto}body.is-menu-active{position:fixed;top:calc(-1 * var(--page-scroll-position, 0px));right:0;left:0;width:100%;padding-top:64px;padding-right:var(--page-scrollbar-width, 0)}body.is-menu-active .site-header{position:fixed;right:var(--page-scrollbar-width, 0);left:0;width:auto}body.is-menu-active .site-footer{visibility:hidden;pointer-events:none}.page-content>main{transition:opacity .22s ease}.site-menu{--site-menu-panel-width: 640px;position:fixed;z-index:95;top:64px;right:0;bottom:0;left:0;width:100vw;overflow:hidden;overscroll-behavior:contain;background:rgba(255,255,255,.5);backdrop-filter:blur(5px);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);opacity:0;pointer-events:none;visibility:hidden;-webkit-backdrop-filter:blur(5px);transition:opacity .28s ease,visibility 0s linear .46s,-webkit-clip-path .46s cubic-bezier(.22,1,.36,1);transition:clip-path .46s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility 0s linear .46s;transition:clip-path .46s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility 0s linear .46s,-webkit-clip-path .46s cubic-bezier(.22,1,.36,1)}.is-menu-open .site-menu{-webkit-clip-path:inset(0);clip-path:inset(0);opacity:1;pointer-events:auto;visibility:visible;transition-delay:0s}.is-menu-open .page-content>main{pointer-events:none}.is-menu-open .floating-controls-boundary{opacity:0;pointer-events:none;visibility:hidden}.site-menu__dropdown{display:flex;width:-moz-max-content;width:max-content;height:100%;align-items:stretch}.site-menu__primary,.site-menu__secondary{width:var(--site-menu-panel-width);height:100%;padding:60px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;background:var(--menu-background);scrollbar-width:thin;-webkit-overflow-scrolling:touch}.site-menu__primary{display:flex;flex-direction:column;gap:60px}.site-menu__secondary{display:block;border-left:1px solid var(--menu-separator);-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);opacity:0;pointer-events:none;transform:translate(-24px);visibility:hidden;transition:opacity .22s ease,transform .36s cubic-bezier(.22,1,.36,1),visibility 0s linear .36s,-webkit-clip-path .36s cubic-bezier(.22,1,.36,1);transition:clip-path .36s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .36s cubic-bezier(.22,1,.36,1),visibility 0s linear .36s;transition:clip-path .36s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .36s cubic-bezier(.22,1,.36,1),visibility 0s linear .36s,-webkit-clip-path .36s cubic-bezier(.22,1,.36,1)}.site-menu__dropdown.has-secondary .site-menu__secondary{-webkit-clip-path:inset(0);clip-path:inset(0);opacity:1;pointer-events:auto;transform:translate(0);visibility:visible;transition-delay:0s}.site-menu__languages{display:none}.site-menu__intro,.site-menu__sections,.site-menu__secondary-list,.site-menu__mobile-children{display:flex;min-width:0;flex-direction:column}.site-menu__intro{gap:16px}.site-menu__intro-link,.site-menu__child-link,.site-menu__section-link{overflow-wrap:anywhere;text-decoration:none;transition:color var(--motion-hover-duration) var(--motion-hover-easing)}.site-menu__intro-link,.site-menu__child-link{color:var(--color-grey-2);font-size:14px;font-weight:400;line-height:1.3}.site-menu__intro-link.is-active,.site-menu__child-link.is-active{color:var(--color-blue-1)}.site-menu__section{padding-bottom:24px;border-bottom:1px solid var(--menu-separator)}.site-menu__section+.site-menu__section{padding-top:24px}.site-menu__section-heading{margin:0;font-family:var(--font-secondary);font-size:20px;font-weight:500;line-height:1.3}.site-menu__section-link{display:block;color:var(--color-grey-2)}.site-menu__section.is-active .site-menu__section-link{color:var(--color-blue-1)}.site-menu__secondary-list{gap:0}.site-menu__secondary-list[hidden]{display:none}.site-menu__secondary-list:not([hidden]){animation:site-menu-list-in .26s ease both}@keyframes site-menu-list-in{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.site-menu__secondary-list .site-menu__child-link:not(.site-menu__download){padding-bottom:18px;border-bottom:1px solid var(--menu-separator)}.site-menu__secondary-list .site-menu__child-link:not(.site-menu__download)+.site-menu__child-link:not(.site-menu__download){padding-top:18px}.site-menu__secondary-list .site-menu__child-link:not(.site-menu__download):last-child{padding-bottom:0;border-bottom:0}.site-menu__download{display:flex;width:-moz-fit-content;width:fit-content;min-width:215px;height:54px;align-items:center;justify-content:center;gap:8px;padding:0 24px;border:1px solid var(--menu-separator);border-radius:20px;background:var(--color-white);font-weight:500;text-transform:uppercase}.site-menu__secondary-list .site-menu__download+.site-menu__download{margin-top:18px}.site-menu__secondary-list .site-menu__download+.site-menu__child-link:not(.site-menu__download){margin-top:18px;padding-top:18px;border-top:1px solid var(--menu-separator)}.site-menu__download-icon{width:12px;height:12px;flex:0 0 auto}.site-menu__mobile-children{display:none}.site-menu__intro-link:focus-visible,.site-menu__child-link:focus-visible,.site-menu__section-link:focus-visible{border-radius:2px;outline:2px solid var(--color-blue-2);outline-offset:3px}@media (hover: hover) and (pointer: fine) and (min-width: 800px){.site-menu__intro-link:hover,.site-menu__child-link:hover,.site-menu__section.is-open:not(.is-active) .site-menu__section-link,.site-menu__section:not(.is-active) .site-menu__section-link:hover{color:var(--color-gold-1)}}@media (max-width: 1279px){.site-menu{--site-menu-panel-width: 500px}}@media (max-width: 999px){.site-menu{--site-menu-panel-width:50vw}}@media (max-width: 799px){body.is-menu-active{padding-top:48px}.site-menu{--site-menu-panel-width: 100vw;top:48px;background:var(--menu-background);backdrop-filter:none;-webkit-backdrop-filter:none}.site-menu__dropdown{width:100%}.site-menu__primary{padding:30px 30px 48px}.site-menu__secondary{display:none!important}.site-menu__languages{display:flex;align-items:center}.site-menu__languages .control-button--square{width:48px;height:48px}.site-menu__section.is-expanded .site-menu__mobile-children{display:flex;gap:18px;padding-top:24px}}@media (prefers-reduced-motion: reduce){.site-menu,.site-menu__secondary,.site-menu__secondary-list,.page-content>main{transition:none;animation:none}}.site-footer{display:flex;flex:0 0 auto;width:100%;gap:30px;align-items:center;padding:24px 30px;overflow:hidden;border-top:1px solid var(--footer-border);background:var(--footer-background)}.site-footer__copyright{flex:1 1 0;min-width:0;margin:0;color:var(--footer-text);font-size:14px;font-weight:500;line-height:1.4;text-transform:uppercase}.site-footer__content{display:flex;flex:0 0 auto;gap:48px;align-items:center}.site-footer__links{display:flex;flex:0 0 auto;gap:32px;align-items:center;justify-content:center}.site-footer__link{position:relative;color:var(--footer-text);font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;text-transform:uppercase;white-space:nowrap}.site-footer__link:after{position:absolute;right:0;bottom:-1px;left:0;height:1px;background:currentColor;content:"";opacity:1;transition:opacity var(--motion-hover-duration) var(--motion-hover-easing)}.site-footer__link:focus-visible{text-decoration:none}.site-footer__link:focus-visible:after{opacity:0}.site-footer__link:focus-visible,.site-footer__social-link:focus-visible{outline:2px solid var(--color-blue-2);outline-offset:3px}.site-footer__socials{display:flex;flex:0 0 auto;gap:8px;align-items:center}.site-footer__social-link{display:block;width:36px;height:36px;border-radius:7px;color:var(--footer-social);transition:color var(--motion-hover-duration) var(--motion-hover-easing)}.site-footer__social-link:focus-visible{color:var(--footer-social-hover)}@media (min-width: 768px){.site-footer__link:hover{text-decoration:none}.site-footer__link:hover:after{opacity:0}.site-footer__social-link:hover{color:var(--footer-social-hover)}}.site-footer__social-icon{display:block;width:100%;height:100%;background:currentColor;-webkit-mask:var(--social-icon) center/contain no-repeat;mask:var(--social-icon) center/contain no-repeat}.site-footer__social-icon--facebook{--social-icon: url(/our2025/assets/icons/social-facebook.svg)}.site-footer__social-icon--youtube{--social-icon: url(/our2025/assets/icons/social-youtube.svg)}.site-footer__social-icon--instagram{--social-icon: url(/our2025/assets/icons/social-instagram.svg)}.site-footer__social-icon--telegram{--social-icon: url(/our2025/assets/icons/social-telegram.svg)}@media (min-width: 768px){.site-footer{padding-block:23.5px}}@media (max-width: 767px){.site-footer{flex-direction:column;gap:30px}.site-footer__copyright{flex:0 0 auto;width:100%;text-align:center}.site-footer__content{order:-1;flex-direction:column;gap:32px;justify-content:center}}.floating-controls-boundary{--floating-controls-bottom: 30px;--floating-controls-footer-offset: 0px;--floating-controls-height: 37px;position:fixed;z-index:90;inset:auto 0 calc(var(--floating-controls-bottom) + var(--floating-controls-footer-offset));pointer-events:none}.floating-controls{position:static;display:flex;width:-moz-max-content;width:max-content;gap:20px;align-items:center;margin-top:0;margin-right:30px;margin-left:auto;padding:10px;border-radius:12px;background:var(--floating-controls-background);backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);pointer-events:auto}.floating-controls__button{display:flex;flex:0 0 auto;align-items:center;justify-content:center;padding:0;border:0;color:var(--floating-controls-content);background:transparent;cursor:pointer;transition:color var(--motion-hover-duration) var(--motion-hover-easing)}.floating-controls__button:focus-visible{border-radius:2px;outline:2px solid var(--floating-controls-hover);outline-offset:4px}.floating-controls__icon{display:block;width:20px;height:16px;background:currentColor;mask:var(--floating-control-icon) center/100% 100% no-repeat;-webkit-mask:var(--floating-control-icon) center/100% 100% no-repeat}.floating-controls__icon--previous{--floating-control-icon: url(/our2025/assets/icons/panel-arrow-prev.svg);transform:rotate(180deg)}.floating-controls__icon--up{--floating-control-icon: url(/our2025/assets/icons/panel-arrow-up.svg);width:16px;transform:rotate(-90deg)}.floating-controls__icon--next{--floating-control-icon: url(/our2025/assets/icons/panel-arrow-next.svg)}.floating-controls__icon--home{--floating-control-icon: url(/our2025/assets/icons/panel-home.svg);height:17px}.floating-controls__icon--download{--floating-control-icon: url(/our2025/assets/icons/panel-download.svg);height:17px}@media (hover: hover) and (pointer: fine) and (min-width: 768px){.floating-controls__button:hover{color:var(--floating-controls-hover)}}@media (max-width: 767px){.floating-controls-boundary{--floating-controls-bottom: 0px}.floating-controls{justify-content:space-between;width:100%;margin:0;padding:10px 20px;border-radius:0}.floating-controls__button,.floating-controls__button:active{color:var(--floating-controls-content)}}.landing-page{height:100%;min-height:0;overflow:hidden;background:var(--color-grey-2)}.landing-page.is-menu-active{padding-top:0}.landing-page .page-content{flex:0 0 auto;width:100%;height:100vh;height:100svh;min-height:0}.landing-header{--control-background: transparent;--control-background-hover: rgb(255 255 255 / 10%);--control-border: rgb(255 255 255 / 30%);--control-content: var(--color-white);--header-language-active: var(--color-white);position:fixed;z-index:100;top:0;left:0;align-items:flex-start;border-color:#ffffff4d;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.landing-header .site-header__logo img,.landing-header .control-button__icon{filter:brightness(0) invert(1)}.landing-header .site-header__report-title{color:var(--color-white)}.landing-header .control-button:focus-visible{outline-color:var(--color-white)}.landing-page .site-menu{top:64px;height:auto}.landing{position:relative;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.landing::-webkit-scrollbar{display:none}.landing-slide{position:relative;display:flex;width:100%;height:100vh;height:100svh;min-height:100vh;min-height:100svh;flex:0 0 auto;overflow:hidden;color:var(--color-white);isolation:isolate}.landing-slide__background,.landing-slide__video{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;width:100%;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;pointer-events:none}.landing-slide__background--mobile{display:none}.landing-hero__content{position:relative;z-index:1;display:flex;width:min(680px,48vw);flex-direction:column;align-items:flex-start;gap:40px;margin:0;padding:124px 0 0 5%}.landing-hero__title,.landing-hero__subtitle,.landing-hero__year,.section-info__title,.landing-section__number,.presection-card__title,.presection-card__text{margin:0}.landing-hero__title,.section-info__title{font-family:var(--font-secondary);font-weight:500;text-transform:uppercase}.landing-hero__title{font-size:52px;line-height:1.1;text-shadow:8px 8px 25px rgba(161,178,196,.5)}.landing-hero__subtitle{font-size:22px;font-weight:400;line-height:1.2;text-shadow:8px 8px 25px #a1b2c4}.landing-hero__year{position:absolute;z-index:1;right:5%;bottom:0;left:5%;display:flex;align-items:flex-end;justify-content:space-between;font-family:var(--font-secondary);font-size:min(20.5vw,400px);font-weight:300;line-height:1}.landing-next-button{position:absolute;z-index:2;top:124px;right:5%;display:flex;width:64px;height:64px;align-items:center;justify-content:center;padding:0 24px;overflow:hidden;border:1px solid rgba(255,255,255,.3);border-radius:20px;background:rgba(255,255,255,.1);cursor:pointer;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background-color var(--motion-hover-duration) var(--motion-hover-easing)}.landing-next-button img{width:11px;height:20px;max-width:none;flex:0 0 auto}.landing-next-button:focus-visible{background:rgba(255,255,255,.25)}@media (min-width: 768px){.landing-next-button:hover{background:rgba(255,255,255,.25)}}.landing-next-button:focus-visible,.landing-link-button:focus-visible{outline:2px solid var(--color-white);outline-offset:3px}.landing-slide--presections{align-items:center;justify-content:center;padding:124px 5% 80px}.presections-frame{position:relative;z-index:1;display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px;align-items:start}.presection-card{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:20px;padding:32px;border:1px solid var(--color-white);border-radius:20px;background:rgba(255,255,255,.5);color:var(--color-blue-1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.presection-card__title{width:100%;min-height:95px;font-family:var(--font-secondary);font-size:24px;font-weight:500;line-height:1.2}.presection-card__text{font-size:14px;font-weight:400;line-height:1.4}.landing-link-button{display:inline-flex;flex:0 0 auto;gap:8px;align-items:center;justify-content:center;padding:6px 12px;overflow:hidden;border:1px solid var(--color-white);border-radius:12px;background:rgba(255,255,255,.5);color:var(--color-grey-2);font-size:14px;font-weight:500;line-height:1.4;text-decoration:none;white-space:nowrap;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:background-color var(--motion-hover-duration) var(--motion-hover-easing),color var(--motion-hover-duration) var(--motion-hover-easing)}.landing-link-button__icon{display:flex;width:9.602px;height:8.239px;flex:0 0 auto;align-items:center;justify-content:center}.landing-link-button__icon img{width:8.239px;height:9.602px;max-width:none;flex:0 0 auto;transform:rotate(-90deg)}.landing-link-button:focus-visible{background:var(--color-white);color:var(--color-grey-2)}@media (min-width: 768px){.landing-link-button:hover{background:var(--color-white);color:var(--color-grey-2)}}.landing-slide--section{align-items:flex-start;padding:124px 5% 60px}.section-info{position:relative;z-index:1;display:flex;width:840px;max-width:100%;flex-direction:column;align-items:flex-start;gap:40px}.section-info__title{width:100%;font-size:80px;line-height:1.1;text-shadow:8px 8px 25px rgba(124,141,159,.5)}.landing-section__number{position:absolute;z-index:1;bottom:60px;left:5%;font-family:var(--font-secondary);font-size:200px;font-weight:300;line-height:.7;text-transform:uppercase}.landing-slide-counter{position:absolute;z-index:2;right:5%;bottom:60px;display:flex;height:64px;align-items:center;gap:20px;padding:0 20px;border:1px solid rgba(255,255,255,.3);border-radius:20px;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.landing-slide-counter__item{display:block;width:6px;height:30px;flex:0 0 auto;padding:0;border:0;border-radius:5px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(255,255,255,.3);cursor:pointer;transition:background-color var(--motion-hover-duration) var(--motion-hover-easing)}.landing-slide-counter__item.is-active{background:var(--color-white)}.landing-slide-counter__item:not(.is-active):focus-visible{background:var(--color-grey-1)}@media (min-width: 768px){.landing-slide-counter__item:not(.is-active):hover{background:var(--color-grey-1)}}@keyframes landing-reveal{0%{opacity:0;filter:blur(var(--landing-reveal-blur, 0));transform:translate3d(var(--landing-reveal-x, 0),var(--landing-reveal-y, 0),0) scale(var(--landing-reveal-scale, 1))}76%{opacity:1;filter:blur(0);transform:translateZ(0) scale(1.015)}to{opacity:1;filter:blur(0);transform:translateZ(0) scale(1)}}@keyframes landing-background-settle{0%{transform:translate3d(0,1.25%,0) scale(1.06)}to{transform:translateZ(0) scale(1)}}.has-js .landing-page .landing-slide__background,.has-js .landing-page .landing-slide__video{transform:translate3d(0,1.25%,0) scale(1.06)}.has-js .landing-page .landing-hero__title,.has-js .landing-page .landing-hero__subtitle,.has-js .landing-page .landing-hero__year,.has-js .landing-page .landing-next-button,.has-js .landing-page .presection-card,.has-js .landing-page .section-info__title,.has-js .landing-page .section-info>.landing-link-button,.has-js .landing-page .landing-section__number,.has-js .landing-page .landing-slide-counter{opacity:0}.landing-hero__title{--landing-reveal-x: -85px;--landing-reveal-scale: .96;--landing-reveal-blur: 7px;--landing-reveal-duration: .88s;--landing-reveal-delay: 80ms}.landing-hero__subtitle{--landing-reveal-x: -55px;--landing-reveal-scale: .98;--landing-reveal-blur: 4px;--landing-reveal-duration: .78s;--landing-reveal-delay: .21s}.landing-hero__year{--landing-reveal-y: 80px;--landing-reveal-scale: .92;--landing-reveal-blur: 5px;--landing-reveal-duration: 1.05s;--landing-reveal-delay: .32s}.landing-next-button{--landing-reveal-x: 36px;--landing-reveal-scale: .88;--landing-reveal-blur: 3px;--landing-reveal-duration: .72s;--landing-reveal-delay: .38s}.presection-card{--landing-reveal-y: 58px;--landing-reveal-scale: .95;--landing-reveal-blur: 7px;--landing-reveal-duration: .9s;--landing-reveal-delay: .1s}.presection-card:nth-child(2){--landing-reveal-delay: .21s}.presection-card:nth-child(3){--landing-reveal-delay: .32s}.presection-card:nth-child(4){--landing-reveal-delay: .43s}.section-info__title{--landing-reveal-x: -85px;--landing-reveal-scale: .96;--landing-reveal-blur: 7px;--landing-reveal-duration: .88s;--landing-reveal-delay: 80ms}.section-info>.landing-link-button{--landing-reveal-y: 30px;--landing-reveal-scale: .92;--landing-reveal-blur: 4px;--landing-reveal-duration: .72s;--landing-reveal-delay: .26s}.landing-section__number{--landing-reveal-y: 80px;--landing-reveal-scale: .9;--landing-reveal-blur: 5px;--landing-reveal-duration: 1s;--landing-reveal-delay: .24s}.landing-slide-counter{--landing-reveal-x: 46px;--landing-reveal-scale: .9;--landing-reveal-blur: 4px;--landing-reveal-duration: .72s;--landing-reveal-delay: .38s}.has-js .landing-page .landing-slide.is-active .landing-slide__background,.has-js .landing-page .landing-slide.is-active .landing-slide__video{animation:landing-background-settle 1.9s cubic-bezier(.22,1,.36,1) both}.has-js .landing-page .landing-slide.is-active .landing-hero__title,.has-js .landing-page .landing-slide.is-active .landing-hero__subtitle,.has-js .landing-page .landing-slide.is-active .landing-hero__year,.has-js .landing-page .landing-slide.is-active .landing-next-button,.has-js .landing-page .landing-slide.is-active .presection-card,.has-js .landing-page .landing-slide.is-active .section-info__title,.has-js .landing-page .landing-slide.is-active .section-info>.landing-link-button,.has-js .landing-page .landing-slide.is-active .landing-section__number,.has-js .landing-page .landing-slide.is-active .landing-slide-counter{animation:landing-reveal var(--landing-reveal-duration, .7s) cubic-bezier(.22,1,.36,1) var(--landing-reveal-delay, 0ms) both}@media (min-width: 840px){.landing{scroll-behavior:smooth;scroll-snap-type:y mandatory}.landing.is-section-scrolling{scroll-behavior:auto;scroll-snap-type:none}.landing-slide{scroll-snap-align:start;scroll-snap-stop:always}}@media (max-width: 1599px){.landing-slide--presections{padding:124px 60px}.presections-frame{gap:20px}.landing-slide-counter{right:60px}.landing-hero__content{width:min(600px,52vw);padding-top:124px}.landing-hero__title{font-size:40px}.landing-hero__subtitle{display:none}.section-info{width:640px}.section-info__title{font-size:54px}.landing-section__number{font-size:100px}}@media (max-width: 1299px) and (min-width: 840px){.landing-section__number{display:none}}@media (max-width: 1199px){.landing-slide--presections{padding-right:60px;padding-left:60px}.presections-frame{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.presection-card{padding:20px}.presection-card__title{min-height:0;font-size:16px}.presection-card__text{font-size:12px}.section-info{width:440px}.section-info__title{font-size:40px}}@media (max-width: 1199px) and (min-width: 840px){.presections-frame{align-items:stretch}}@media (max-width: 839px){.landing-page{height:auto;min-height:100%;overflow-x:hidden;overflow-y:auto}.landing-page .page-content{height:auto;min-height:0}.landing-page .site-menu{top:48px;height:auto}.landing-header{height:48px}.landing-header .site-header__brand{min-width:0;flex:1 1 auto;gap:18px;padding-right:20px}.landing-header .site-header__logo{width:100px;height:42px}.landing-header .site-header__main{flex:0 0 auto}.landing-header .site-header__actions{width:auto;gap:0;padding-left:20px}.landing-header .site-header__report-title{display:none}.landing-header .control-button--square{width:48px;height:48px}.landing-header .control-button--pdf{width:90px;height:48px;padding-inline:18px}.landing{height:auto;overflow:visible;overscroll-behavior-y:auto;scroll-behavior:auto}.landing-slide{height:auto;min-height:0;overflow:hidden}.landing-slide__video,.landing-slide__background--desktop{display:none}.landing-slide__background--mobile{display:block}.landing-slide--hero{height:100vh;height:100svh;padding-top:48px}.landing-hero__content{width:100%;gap:24px;padding:30px}.landing-hero__title{font-size:28px;line-height:1.1;white-space:nowrap}.landing-hero__subtitle{display:block;font-size:16px}.landing-hero__year{right:5%;bottom:60px;left:5%;font-size:80px}.landing-next-button{display:none}.landing-slide--presections{display:block;padding:40px 30px}.presections-frame{display:flex;width:100%;flex-direction:column;gap:20px}.presection-card{width:100%;gap:20px;padding:20px}.presection-card__title{min-height:95px;font-size:24px}.presection-card__text{display:none}.landing-slide--section{display:block;padding:62px 0 400px;background:var(--color-grey-2)}.landing-slide--section:after{position:absolute;z-index:1;right:0;bottom:0;left:0;height:400px;background:linear-gradient(180deg,var(--color-grey-2) 0%,rgba(139,153,174,.75) 20.391%,rgba(139,153,174,0) 47.125%);content:"";pointer-events:none}.landing-slide--section .landing-slide__background{z-index:0;top:auto;bottom:0;height:400px}.landing-slide--section:nth-of-type(3) .landing-slide__background{-o-object-position:68% center;object-position:68% center}.landing-slide--section:nth-of-type(5) .landing-slide__background{-o-object-position:87% center;object-position:87% center}.landing-slide--section:nth-of-type(6) .landing-slide__background{-o-object-position:66% center;object-position:66% center}.section-info{z-index:2;width:100%;gap:40px;padding:0 30px}.section-info__title{font-size:40px}.landing-section__number{z-index:3;bottom:30px;left:30px;display:block;font-size:120px}.landing-slide-counter{display:none}.has-js .landing-page .landing-slide__background,.has-js .landing-page .landing-slide__video,.has-js .landing-page .landing-hero__title,.has-js .landing-page .landing-hero__subtitle,.has-js .landing-page .landing-hero__year,.has-js .landing-page .landing-next-button,.has-js .landing-page .presection-card,.has-js .landing-page .section-info__title,.has-js .landing-page .section-info>.landing-link-button,.has-js .landing-page .landing-section__number,.has-js .landing-page .landing-slide-counter{opacity:1;animation:none;filter:none;transform:none}.has-js .landing-page .landing-slide.is-active .landing-slide__background,.has-js .landing-page .landing-slide.is-active .landing-slide__video,.has-js .landing-page .landing-slide.is-active .landing-hero__title,.has-js .landing-page .landing-slide.is-active .landing-hero__subtitle,.has-js .landing-page .landing-slide.is-active .landing-hero__year,.has-js .landing-page .landing-slide.is-active .landing-next-button,.has-js .landing-page .landing-slide.is-active .presection-card,.has-js .landing-page .landing-slide.is-active .section-info__title,.has-js .landing-page .landing-slide.is-active .section-info>.landing-link-button,.has-js .landing-page .landing-slide.is-active .landing-section__number,.has-js .landing-page .landing-slide.is-active .landing-slide-counter{animation:none}}@media (max-width: 499px){.section-info__title{font-size:28px}}@media (max-width: 359px){.landing-header .site-header__brand{gap:10px;padding-right:8px}.landing-header .site-header__logo{width:86px;height:36px}.landing-header .site-header__actions{width:138px;padding-left:0}.landing-hero__title{font-size:25px}}@media (prefers-reduced-motion: reduce){.landing{scroll-behavior:auto}.landing-next-button,.landing-link-button{transition:none}.has-js .landing-page .landing-slide__background,.has-js .landing-page .landing-slide__video,.has-js .landing-page .landing-hero__title,.has-js .landing-page .landing-hero__subtitle,.has-js .landing-page .landing-hero__year,.has-js .landing-page .landing-next-button,.has-js .landing-page .presection-card,.has-js .landing-page .section-info__title,.has-js .landing-page .section-info>.landing-link-button,.has-js .landing-page .landing-section__number,.has-js .landing-page .landing-slide-counter{opacity:1;animation:none;filter:none;transform:none}}.content_fl_col_g60{display:flex;width:100%;max-width:1600px;flex-direction:column;align-items:flex-start;gap:60px;margin-inline:auto;padding:60px}.fl_row_g80,.fl_row_g40_text{display:flex;width:100%;min-width:0;align-items:flex-start}.fl_row_g80{gap:80px}.fl_row_g40_text{gap:40px}.fl_row_g40_text_mw1000{display:flex;width:100%;min-width:0;align-items:flex-start;gap:40px}@media (max-width: 940px){.fl_row_g40_text_mw1000{flex-direction:column;gap:24px}}.fl_row_g40_list_mw1000{display:flex;width:100%;min-width:0;align-items:flex-start;gap:40px}@media (max-width: 940px){.fl_row_g40_list_mw1000{flex-direction:column;gap:0px}}.fl_row_g60_mw1000{display:flex;width:100%;min-width:0;align-items:flex-start;gap:60px}@media (max-width: 940px){.fl_row_g60_mw1000{flex-direction:column;gap:52px}}.grid_3_2_1,.grid_4_2_1,.grid_5_2_1{display:grid;width:100%;min-width:0;align-items:stretch;gap:60px}.grid_3_2_1{grid-template-columns:repeat(3,minmax(0,1fr))}.grid_4_2_1{grid-template-columns:repeat(4,minmax(0,1fr))}.grid_5_2_1{grid-template-columns:repeat(5,minmax(0,1fr))}.fl_row_g80>.fl_col_g60,.fl_row_g40_text>.fl_col_g32{min-width:0;flex:1 1 0}.fl_col_g60,.fl_col_g60_mw400,.fl_col_g32,.fl_col_g20,.fl_col_g8{display:flex;width:100%;min-width:0;flex-direction:column;align-items:flex-start}.fl_col_g60,.fl_col_g60_mw400{gap:60px}.fl_col_g32{gap:32px}.fl_col_g20{gap:20px}.fl_col_g8{gap:8px}.fl_col_g60_mw400{max-width:400px;flex:0 0 400px}.gri{display:flex;width:100%;flex-wrap:wrap;align-items:flex-start;gap:4px 12px;overflow:hidden;color:var(--color-grey-2);font-size:16px;line-height:1.3;white-space:nowrap}.gri span{font-size:16px;line-height:1.3}.lead,.lead p{width:100%;font-family:var(--font-secondary);font-size:22px;font-weight:400;line-height:26px;letter-spacing:-.02em;text-box-edge:cap alphabetic;text-box-trim:trim-both}.body_text{width:100%}.body_text,.body_text>p{line-height:22px}.photo_small,.photo_medium{width:100%;overflow:hidden;border-radius:15px}.photo_small{max-width:480px}.photo_small .photo{width:100%}.photo_small img,.photo_medium img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.num_zone .indicator_grid_percent{font-size:40px;font-weight:400;line-height:17px;letter-spacing:.01em}.indicator_sector{min-height:101px}.indicator_sector_compact{min-height:82px}.indicator_big{max-width:480px}.indicator_big .num_zone strong{font-size:130px}.indicator_big .num_zone .indicator_percent{font-size:76px;font-weight:400;line-height:1.1}.indicator_big .num_zone .indicator_unit{font-size:27px;font-weight:600;line-height:1.1}.indicator_blue{width:100%;max-width:400px;padding:28px;border:0;border-radius:20px;color:var(--color-white);background:var(--color-blue-1)}.indicator_blue .num_zone,.indicator_blue .text,.indicator_blue .text strong{color:var(--color-white)}.typography_example>h2,.typography_example>h3,.typography_example>h4,.typography_example>h5{width:100%}.typography_example>h5{color:var(--color-gold-1)}.page-content>main:not(.landing) .typography_example>h3{line-height:29px}.page-content>main:not(.landing) .typography_example>h4{line-height:22px}.page-content>main:not(.landing) .typography_example>h5{line-height:19px}.ul,.ol,.footnotes{width:100%;margin:0;padding:0}.ul{display:flex;flex-direction:column;list-style:none}.ul .li{position:static;display:flex;width:100%;align-items:flex-start;gap:12px;padding-left:0;color:var(--color-grey-1);line-height:22px}.ul .li:before{content:none}.ul .li>span:last-child,.city>span{line-height:22px}.marker{display:block;width:5px;height:15px;flex:0 0 5px}.marker img{display:block;width:5px;height:15px;max-width:none}.ol{padding-left:0;color:var(--color-grey-1);line-height:22px;list-style:none}ol.ol{counter-reset:list-item calc(attr(start type(<integer>),1) - 1)}ol.ol>.li{position:relative;padding-left:28px}ol.ol>.li[value]{counter-set:list-item attr(value type(<integer>))}.ol .li,.link_example{line-height:22px}ol.ol>.li:before{position:absolute;top:0;left:0;width:24px;color:var(--color-text);content:counter(list-item) "."}a.link{color:#0057e2;text-decoration:none!important}@media (min-width: 768px){a.link:hover{color:var(--color-gold-1);text-decoration:underline}}.footnotes{display:flex;padding-left:0;flex-direction:column;gap:6px;color:var(--color-grey-2);list-style:none;counter-reset:list-item calc(attr(start type(<integer>),1) - 1)}.footnote{position:relative;height:auto;min-height:0;padding-left:20px;color:var(--color-grey-2);font-size:12px;line-height:14px}.footnote[value]{counter-set:list-item attr(value type(<integer>))}.footnote:before{position:absolute;top:0;left:0;width:16px;color:var(--color-gold-1);content:counter(list-item);font-size:10.32px;line-height:1}.city_heading{width:100%;font-weight:400;line-height:22px}.cities_fl_row_wrap_g20_4{display:flex;width:100%;flex-wrap:wrap;align-items:center;gap:4px 20px}.city{display:inline-flex;flex:0 0 auto;align-items:center;gap:8px;color:var(--color-gold-1);line-height:22px;white-space:nowrap}.city_icon{display:block;width:10px;height:13px;max-width:none;flex:0 0 10px}.infogra_wrapper_small,.infogra_wrapper_big{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:32px;overflow:hidden}.infogra_wrapper_small figcaption{width:100%;font-size:18px;font-weight:500;line-height:22px}.infogra_wrapper_small>img{width:100%;-o-object-fit:cover;object-fit:cover}.infogra_wrapper_big{padding-block:20px}.infogra_wrapper_big figcaption{width:100%;font-size:22px;font-weight:500;line-height:29px}.infogra_wrapper_big>img{width:100%;-o-object-fit:cover;object-fit:cover}.rating_container{display:flex;width:100%;max-width:480px;height:200px;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:28px;border:1px solid var(--color-grey-2);border-radius:20px;background:var(--color-white)}.rating{color:var(--color-grey-2);font-family:var(--font-secondary);font-size:68px;font-weight:400;line-height:.9;letter-spacing:-.02em}.logo_status{display:flex;width:100%;align-items:center;justify-content:space-between}.rating_logo{display:block;max-width:none;-o-object-fit:fill;object-fit:fill}.rating_logo_moodys{width:108.163px;height:17.786px}.rating_logo_sp{width:51px;height:19px}.rating_logo_fitch{width:126.083px;height:26.349px}.rating_status{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:100px;background:var(--color-grey-4);color:var(--color-blue-1);font-size:16px;font-weight:500;line-height:1.2}@media (max-width: 1399px){.fl_row_g40_text{flex-direction:column;gap:24px}.grid_3_2_1,.grid_4_2_1,.grid_5_2_1{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1099px){.fl_row_g80{flex-direction:column;gap:60px}.fl_col_g60_mw400{max-width:none;flex-basis:auto}.indicator_blue{max-width:480px}}@media (min-width: 768px) and (max-width: 1099px){.indicator_grid>:nth-child(n+3){display:none}.icon_kpi_grid>:nth-child(n+3){display:none}}@media (max-width: 767px){.content_fl_col_g60{padding:60px 30px}.page-content>main:not(.landing) .content_fl_col_g60>h1{font-size:39px}.lead,.lead p{font-size:20px}.grid_3_2_1,.grid_4_2_1,.grid_5_2_1{grid-template-columns:1fr}.indicator_grid>.indicator{min-height:82px}.photo_small,.rating_container{max-width:none}.indicator_big .num_zone{flex-direction:column;align-items:flex-start;justify-content:flex-end;gap:24px}.indicator_big .indicator_percent{display:none}}.fl_row_g60,.grid_3_1,.grid_2_1{display:grid;width:100%;min-width:0;align-items:stretch;gap:60px}.fl_row_g60{display:flex;align-items:flex-start}.grid_3_1{grid-template-columns:repeat(3,minmax(0,1fr))}.grid_2_1{grid-template-columns:repeat(2,minmax(0,1fr))}.fl_row_g60>.fl_col_g32{min-width:0;flex:1 1 0}.fl_col_mw400_g60,.fl_col_g48,.fl_col_g40,.fl_col_g12,.fl_col_g4{display:flex;width:100%;min-width:0;flex-direction:column;align-items:flex-start}.fl_col_mw400_g60{max-width:400px;flex:0 0 400px;gap:60px}.fl_col_g48{gap:48px}.fl_col_g40{gap:40px}.fl_col_g12{gap:12px}.fl_col_g4{gap:4px}.fl_col_g32_mw1000{width:100%;max-width:1000px;display:flex;flex-direction:column;gap:32px}.separator_grey,.separator_light_grey,.separator_blue{position:relative;width:100%;height:0;border:0}.separator_grey,.separator_blue{--separator-color: var(--color-grey-2)}.separator_light_grey{--separator-color: var(--color-grey-3)}.separator_grey:after,.separator_light_grey:after,.separator_blue:after{position:absolute;top:-.5px;right:0;left:0;border-top:1px solid var(--separator-color);content:""}.photo_big,.photo_mw480,.chart_wrapper_small{width:100%;overflow:hidden}.photo_big{max-width:none}.photo_big img,.photo_mw480 img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.container_grey,.container_blue,.container_photo,.container_gradient{width:100%}.container_grey{background:var(--color-grey-4)}.container_blue{color:var(--color-white);background:var(--color-blue-1)}.container_photo{background:url(/our2025/assets/images/template-container-photo.jpg) center/cover no-repeat}.frame_grey{display:flex;width:100%;flex-direction:column;align-items:flex-start;gap:32px;padding:30px;border-radius:20px;background:var(--color-grey-4);color:var(--color-grey-1)}.frame_grey h3,.frame_grey h4{color:var(--color-blue-1)}.frame_grey .fl_col_g12>strong{font-size:14px;line-height:1.2}.container_gradient{background:var(--gradient-soft)}.marker_gold{padding:8px 20px;border-radius:50px;background:var(--color-gold-3);line-height:22px;white-space:nowrap}.case_title{font-family:var(--font-secondary);font-weight:500}.case_title em{color:var(--color-gold-1);font-style:normal}.sector_grid h5{min-height:38px;line-height:19px}.frame_white{width:100%;padding:40px;border-radius:15px;background:var(--color-white);font-family:var(--font-secondary);font-size:22px;line-height:26px;letter-spacing:-.02em;text-box-edge:cap alphabetic;text-box-trim:trim-both}.frame_blue_1,.frame_blue_2{display:flex;width:100%;max-width:480px;flex-direction:column;align-items:flex-start;gap:32px;padding:40px;border-radius:20px;background:#131e54;color:var(--color-white)}.frame_blue_1_text,.frame_blue_1_text p{line-height:22px}.frame_blue_1_text p+p{margin-top:20px}.photo_mw480{border-radius:15px}.content_bottom .fl_col_g32>p+p{margin-top:20px}.content_bottom .chart_wrapper_small{max-width:480px;flex:0 0 480px}.chart_wrapper_small{display:flex;flex-direction:column;align-items:flex-start;gap:32px;max-width:480px!important}.chart_wrapper_small figcaption{font-size:22px;font-weight:500;line-height:29px}.chart_wrapper_small figcaption span,.table_container h3 span{color:var(--color-grey-2);font-size:16px;font-weight:400}.frame_blue_2{background:var(--color-blue-1)}main .content_bottom .frame_blue_2 h4{line-height:22px}.frame_blue_2 .fl_col_g4>span,.frame_blue_2 small{color:var(--color-grey-2);font-size:16px;line-height:22px}.frame_blue_2 .fl_col_g4>strong{font-size:18px;font-weight:500;line-height:22px}.frame_blue_2 .compliance_link{color:inherit;text-decoration:none;cursor:pointer}.project_grid .separator_blue{--separator-color: var(--color-blue-2)}main .content_bottom .project_grid h5{color:var(--color-gold-1);line-height:19px}main .content_bottom .project_grid h3{line-height:29px}.project_grid .fl_col_g20>span{line-height:22px}.project_grid .li{color:var(--color-blue-1)}.project_item_text{min-width:0;flex:1 1 0;line-height:22px}.project_item_text strong{font-weight:600}.section_intro{font-weight:500;line-height:22px}.icon_kpi{position:relative;display:flex;width:100%;align-items:center;gap:20px;padding-bottom:20px}.icon_kpi:after{position:absolute;right:0;bottom:0;left:0;border-bottom:1px solid var(--color-grey-3);content:""}.icon_kpi p{line-height:22px}.numbered_lists{align-items:stretch}.numbered_list_item{display:flex;min-width:0;flex-direction:column;gap:40px}.numbered_list_item>.fl_col_g20{gap:20px}main .content_bottom .numbered_lists h4{font-family:var(--font-secondary);font-size:22px;font-weight:400;line-height:26px;letter-spacing:-.44px;text-box-edge:cap alphabetic;text-box-trim:trim-both}.numbered_list_item:first-child h4{min-height:15px}.list_number{display:block;min-height:48px;height:48px;color:var(--color-blue-2);font-family:var(--font-secondary);font-size:60px;font-weight:400;line-height:.9;text-box-edge:cap alphabetic;text-box-trim:trim-both}.technology_list{display:flex;flex-direction:column;gap:12px;margin:0!important;padding:0;list-style:none}.numbered_list_item:first-child .technology_list{min-height:224px}.technology_list li{padding:0 0 12px;border-bottom:1px solid var(--color-grey-3);font-size:16px;line-height:22px}.table_container{width:100%}.table_container h3{margin-bottom:32px}.table_scroll{width:100%;overflow-x:auto}.table_container .table{width:100%;min-width:550px;border-collapse:collapse;table-layout:fixed}.table_container .table th,.table_container .table td{height:32px;min-height:32px;padding:7px 10px;border-bottom:1px solid var(--color-grey-3);color:var(--color-blue-1);font-size:14px;line-height:1.1}.th_first_min250,.td_min250_grey,.td_min250,.td_min250_bold{width:auto;min-width:250px;text-align:left}.th_min100,.td_min100_grey,.td_min100,.td_min100_green{width:100px;min-width:100px;text-align:right}.th_first_min250,.th_min100{border-color:var(--color-grey-2)!important;font-weight:700}.td_min250_grey,.td_min100_grey{background:var(--color-grey-4)}.td_min250_white,.td_min100_white{background:white}.td_min250_grey,.td_min250_white,.td_min250,.td_min250_bold{font-weight:600}.td_min250_bold,.td_min100_green{border-color:var(--color-grey-2)!important}.td_glossary_first{width:100px;min-width:100px;text-align:left;font-weight:600}.td_glossary{min-width:150px;text-align:left;width:100%}.glossary_table tbody tr:hover{background:linear-gradient(247.92deg,#fcf4f1 14.15%,#edf3f9 61.17%)}@media (max-width: 1399px){.fl_row_g60{flex-direction:column}}@media (max-width: 1199px){.grid_2_1{display:grid;grid-template-columns:1fr}.grid_2_1-later{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 1099px){.fl_col_mw400_g60{max-width:none;flex-basis:auto}.grid_3_1{display:grid;grid-template-columns:1fr;gap:40px}.photo_big{height:400px}.content_bottom .chart_wrapper_small{flex-basis:auto}.project_grid>:nth-child(n+3){display:none}}@media (max-width: 900px){.grid_2_1-later{grid-template-columns:1fr}}@media (max-width: 767px){.photo_big{height:300px}.frame_blue_1,.frame_blue_2{padding:30px}.num_zone .indicator_grid_percent{font-size:27px}.numbered_list_item:nth-child(2) h4{min-height:67px}.numbered_list_item:nth-child(2) .technology_list{height:197px;min-height:197px}}.section_title{font-size:40px;line-height:1.2}.ai_levels_content{margin-inline:auto;padding-bottom:0;gap:0}@media (max-width: 767px){.section_title{font-size:30px}}
