@charset "UTF-8";@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i");@import url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,100..900;1,100..900&display=swap");.body-stories{max-width:none}.main-content{display:flex;flex-direction:column;align-items:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never}.main-content .section-heading{font-smoothing:auto;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto}.main-content a{text-decoration:underline}.main-content p{margin:0;padding:0}.main-content h2{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0 0 1em 0;padding:0}@media (min-width:1025px){.main-content h2{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content h2:not(:first-child){margin:.5em 0 1em 0}.main-content h3{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0;padding:0}@media (min-width:801px){.main-content h3{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0}}.main-content h3:not(:first-child){margin:.5em 0 1em 0}.main-content h4{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0;padding:0}.main-content h4:not(:first-child){margin:.5em 0 1em 0}.main-content .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#5F5E5E}@media (min-width:801px){.main-content .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0}}.main-content .rich-text li{margin-left:2em;margin-bottom:0.5em}.main-content .rich-text li::marker{color:#0e0e0e}.main-content .rich-text li:last-child{margin-bottom:1em}.main-content .rich-text ul{list-style-type:disc}.main-content .rich-text ol{list-style-type:decimal}.main-content .rich-text b{font-family:inherit;font-size:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;font-weight:600}.main-content .rich-text strong{font-family:inherit;font-size:inherit;font-style:inherit;line-height:inherit;letter-spacing:inherit;font-weight:600}.main-content .rich-text a{text-decoration:underline}.main-content .rich-text p{margin:0;padding:0}.main-content .rich-text h2{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0 0 1em 0;padding:0}@media (min-width:1025px){.main-content .rich-text h2{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .rich-text h2:not(:first-child){margin:.5em 0 1em 0}.main-content .rich-text h3{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0;padding:0}@media (min-width:801px){.main-content .rich-text h3{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0}}.main-content .rich-text h3:not(:first-child){margin:.5em 0 1em 0}.main-content .rich-text h3 b,.main-content .rich-text h3 strong{font-weight:inherit}.main-content .rich-text h4{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0;padding:0}.main-content .rich-text h4:not(:first-child){margin:.5em 0 1em 0}.main-content .rich-text h4 b,.main-content .rich-text h4 strong{font-weight:inherit}.main-content .rich-text h2 b,.main-content .rich-text h2 strong{font-weight:inherit}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.spacer{height:30px}@media (min-width:801px){.spacer{height:60px}}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}@media print,(prefers-reduced-motion:reduce){.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*='Out']{opacity:0}}@-webkit-keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fadeInUp{from{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}.heading-badge{display:flex;padding:7px 8px 8px 8px;justify-content:center;align-items:center;gap:16px;background-color:#101D40;color:white;border-radius:6px}.heading-badge:hover{background-color:#1a2f69}.heading-badge__text{color:#FFF;text-align:center;font-family:"Open Sans",sans-serif;font-size:14px;font-style:normal;font-weight:600;line-height:100%;letter-spacing:-0.21px}.heading-badge .heading-badge__text a{color:white;text-decoration:none}.hero-image{display:flex;flex-direction:column;align-items:stretch;height:Min(calc(100vh - 142.9px),calc(1080px - 142.9px));overflow:hidden;gap:18px}@media screen and (min-width:801px){.hero-image{height:Min(calc(100vh - 191.58px),calc(1080px - 191.58px))}}@media screen and (min-width:1261px){.hero-image{height:Min(calc(100vh - 152.5px),calc(1080px - 152.5px))}}@media screen and (min-width:801px){.hero-image{flex-direction:row;justify-content:space-between;gap:32px}}@media screen and (min-width:801px){.hero-image--image-right{flex-direction:row-reverse}}.hero-image__media{display:flex;flex-direction:column;width:100%;align-items:stretch;position:relative;flex-grow:1;overflow:hidden}@media screen and (min-width:801px){.hero-image__media{width:50%}}.hero-image__img{width:100%;height:100%;object-fit:cover;display:block}.hero-image__media-caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;background-color:#101D40;padding:6px 8px;line-height:1.2;position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:rgba(16,29,64,0.8)}.hero-image__text{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:32px 24px;gap:16px}@media screen and (min-width:801px){.hero-image__text{width:50%;padding:0 24px;gap:32px}}.hero-image__text .heading-badge{margin:0}.hero-image__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;color:white;text-align:center;padding:0;margin:0!important}@media (min-width:801px){.hero-image__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image__title .rich-text{color:white;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}@media (min-width:801px){.hero-image__title .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;display:table;margin:0 auto;background-color:#3662E3;color:white;padding:12px 20px;border-radius:12px}@media (min-width:801px){.hero-image__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image__title .rich-text b br{display:none}.hero-image__title .rich-text>p:first-child{padding-bottom:14px}.hero-image__title .rich-text>p:not(:first-child){padding-top:8px}.hero-image__article-info{display:flex;flex-direction:column;gap:14px}.hero-image__article-info .article-attribution{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:#333;text-align:center;flex-wrap:wrap}.hero-image__article-info .article-attribution .attribution-label{color:rgba(51,51,51,0.7)}.hero-image__article-info .article-last-updated{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:#333;text-align:center}.hero-image__article-info .article-last-updated .article-last-updated-label{color:rgba(51,51,51,0.7)}.hero-image--dark-heading .hero-image__title{color:#0e0e0e}.hero-image--dark-heading .hero-image__title .rich-text{color:#0e0e0e}.hero-image--fullscreen{position:relative;flex-direction:column;gap:0}.hero-image--fullscreen .hero-image__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-image--fullscreen .hero-image__background-img{width:100%;height:100%;object-fit:cover;display:block}.hero-image--fullscreen .hero-image__text{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;gap:16px;height:Min(calc(100vh - 142.9px),calc(1080px - 142.9px));background:linear-gradient(180deg,rgba(5,15,41,0) 43.5%,#050F29 100%),linear-gradient(0deg,rgba(16,29,64,0.3) 0%,rgba(16,29,64,0.3) 100%);padding-bottom:63px}@media screen and (min-width:801px){.hero-image--fullscreen .hero-image__text{height:Min(calc(100vh - 191.58px),calc(1080px - 191.58px))}}@media screen and (min-width:1261px){.hero-image--fullscreen .hero-image__text{height:Min(calc(100vh - 152.5px),calc(1080px - 152.5px))}}@media screen and (min-width:801px){.hero-image--fullscreen .hero-image__text{gap:32px;padding-left:13%;padding-right:13%}}.hero-image--fullscreen .hero-image__text--center-mobile{justify-content:center;padding-bottom:0}@media screen and (min-width:801px){.hero-image--fullscreen .hero-image__text--center-mobile{justify-content:flex-end;padding-bottom:63px}}.hero-image--fullscreen .hero-image__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;color:white;text-align:center}@media (min-width:801px){.hero-image--fullscreen .hero-image__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image--fullscreen .hero-image__title .rich-text{color:white;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}@media (min-width:801px){.hero-image--fullscreen .hero-image__title .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image--fullscreen .hero-image__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;display:table;margin:0 auto;background-color:#3662E3;color:white;padding:12px 20px;border-radius:12px}@media (min-width:801px){.hero-image--fullscreen .hero-image__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image--fullscreen .hero-image__title .rich-text b br{display:none}.hero-image--fullscreen .hero-image__title .rich-text>p:first-child{padding-bottom:14px}.hero-image--fullscreen .hero-image__title .rich-text>p:not(:first-child){padding-top:8px}.hero-image--fullscreen .hero-image__article-info{display:flex;flex-direction:column;gap:14px}.hero-image--fullscreen .hero-image__article-info .article-attribution{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;text-align:center;flex-wrap:wrap}.hero-image--fullscreen .hero-image__article-info .article-attribution .attribution-label{color:rgba(255,255,255,0.7)}.hero-image--fullscreen .hero-image__article-info .article-last-updated{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;text-align:center}.hero-image--fullscreen .hero-image__article-info .article-last-updated .article-last-updated-label{color:rgba(255,255,255,0.7)}.hero-image--fullscreen .hero-image__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;background-color:#101D40;padding:6px 8px;line-height:1.2;position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:rgba(16,29,64,0.8);width:100%;padding-left:5%;padding-right:5%}@media screen and (min-width:801px){.hero-image--fullscreen .hero-image__caption{padding-left:7%;padding-right:7%}}.hero-video{position:relative;height:Min(calc(100vh - 142.9px),calc(1080px - 142.9px));width:100%}@media screen and (min-width:801px){.hero-video{height:Min(calc(100vh - 191.58px),calc(1080px - 191.58px))}}@media screen and (min-width:1261px){.hero-video{height:Min(calc(100vh - 152.5px),calc(1080px - 152.5px))}}.hero-video__background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.hero-video__background video{display:none;width:100%;height:100%;object-fit:cover}.hero-video__background .video-fallback{width:100%;height:100%;object-fit:cover;background-color:#101D40}.hero-video__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;background-color:#101D40;padding:6px 8px;line-height:1.2;position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:rgba(16,29,64,0.8);width:100%;padding-left:5%;padding-right:5%}@media screen and (min-width:801px){.hero-video__caption{padding-left:7%;padding-right:7%}}.hero-video__text{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;padding-left:5%;padding-right:5%;gap:16px;height:Min(calc(100vh - 142.9px),calc(1080px - 142.9px));background:linear-gradient(180deg,rgba(5,15,41,0) 43.5%,#050F29 100%),linear-gradient(0deg,rgba(16,29,64,0.3) 0%,rgba(16,29,64,0.3) 100%);padding-bottom:68px}@media screen and (min-width:801px){.hero-video__text{height:Min(calc(100vh - 191.58px),calc(1080px - 191.58px))}}@media screen and (min-width:1261px){.hero-video__text{height:Min(calc(100vh - 152.5px),calc(1080px - 152.5px))}}.hero-video__text--center-mobile{justify-content:center;padding-bottom:0}@media screen and (min-width:801px){.hero-video__text--center-mobile{justify-content:flex-end;padding-bottom:68px}}@media screen and (min-width:801px){.hero-video__text{padding-left:7%;padding-right:7%}}.hero-video__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;color:white;text-align:center;max-width:1440px}@media (min-width:801px){.hero-video__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-video__title .rich-text{color:white;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}@media (min-width:801px){.hero-video__title .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-video__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;display:table;margin:0 auto;background-color:#3662E3;color:white;padding:12px 20px;border-radius:12px}@media (min-width:801px){.hero-video__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-video__title .rich-text b br{display:none}.hero-video__title .rich-text>p:first-child{padding-bottom:14px}.hero-video__title .rich-text>p:not(:first-child){padding-top:8px}.hero-video__article-info{display:flex;flex-direction:column;gap:14px}.hero-video__article-info .article-attribution{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:14px;font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;text-align:center;flex-wrap:wrap}.hero-video__article-info .article-attribution .attribution-label{color:rgba(255,255,255,0.7)}.hero-video__article-info .article-last-updated{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;text-align:center}.hero-video__article-info .article-last-updated .article-last-updated-label{color:rgba(255,255,255,0.7)}.hero-image-branding{position:relative;height:Min(calc(100vh - 142.9px),calc(1080px - 142.9px));width:100%;overflow:hidden;display:flex;justify-content:center}@media screen and (min-width:801px){.hero-image-branding{height:Min(calc(100vh - 191.58px),calc(1080px - 191.58px))}}@media screen and (min-width:1261px){.hero-image-branding{height:Min(calc(100vh - 152.5px),calc(1080px - 152.5px))}}.hero-image-branding__background{position:absolute;inset:0;z-index:0}.hero-image-branding__background--desktop{display:none}@media screen and (min-width:801px){.hero-image-branding__background--desktop{display:block}}.hero-image-branding__background--mobile{display:block}@media screen and (min-width:801px){.hero-image-branding__background--mobile{display:none}}.hero-image-branding__img{width:100%;height:100%;object-fit:cover;display:block;object-position:bottom}@media screen and (min-width:801px){.hero-image-branding__img{object-position:right}}@media screen and (min-width:1025px){.hero-image-branding__img{object-position:right 75%}}.hero-image-branding__content{position:relative;max-width:1440px;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:0}@media screen and (min-width:801px){.hero-image-branding__content{align-items:flex-start;justify-content:flex-end;padding:0 120px 80px 120px;margin:0;width:100%}}.hero-image-branding__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;color:white;text-align:center;margin:0;padding:0}@media (min-width:801px){.hero-image-branding__title{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image-branding__title .rich-text{color:white;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}@media (min-width:801px){.hero-image-branding__title .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image-branding__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;display:table;margin:0 auto;background-color:#3662E3;color:white;padding:12px 20px;border-radius:12px}@media (min-width:801px){.hero-image-branding__title .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0}}.hero-image-branding__title .rich-text b br{display:none}.hero-image-branding__title .rich-text>p:first-child{padding-bottom:14px}.hero-image-branding__title .rich-text>p:not(:first-child){padding-top:8px}@media screen and (min-width:801px){.hero-image-branding__title{text-align:left}}.hero-image-branding__title .rich-text b{margin:0 auto 20px}@media screen and (min-width:801px){.hero-image-branding__title .rich-text b{margin:0 0 20px}}.introduction-block{display:flex;align-items:center;justify-content:center;background-color:#F8F6F4;width:100%;padding:40px 20px}@media screen and (min-width:1025px){.introduction-block{padding:80px 120px}}.introduction-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0;width:100%;max-width:550px;position:relative}@media (min-width:801px){.introduction-block__text{display:flex}}.introduction-block__text .rich-text{color:#0e0e0e}.introduction-block__text .rich-text li{margin-left:1.5em}.introduction-block__text .rich-text b{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:18px;line-height:1.5;letter-spacing:0}.introduction-block__text>div{position:relative;display:flex;align-items:flex-start}.introduction-block__first-letter{color:#033399;flex-shrink:0;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:64px;line-height:1.2;letter-spacing:0;line-height:0.8;padding-right:8px}@media screen and (min-width:801px){.introduction-block__first-letter{font-size:40px;font-style:normal;font-weight:600;line-height:120%;display:flex;align-items:flex-end;justify-content:flex-end;width:60px;margin-top:-12px}}.introduction-block__remaining{flex:1}.introduction-block__remaining.rich-text>* + *{margin-top:20px}.youtube-block{width:100%;max-width:1440px;padding:40px 20px}@media (min-width:1025px){.youtube-block{padding:80px 120px}}.youtube-block:has(+ .paragraph-block){padding-bottom:0}.youtube-block:has(+ .figures-block){padding-bottom:0}.youtube-block:has(+ .connect-block){padding-bottom:0}.youtube-block:has(+ .page-links-highlight-block){padding-bottom:0}.youtube-block:has(+ .page-card-highlight-block){padding-bottom:0}.youtube-block:has(+ .spacer.content-end){padding-bottom:0}.youtube-block:has(+ .timeline-block){padding-bottom:0}.youtube-block:has(+ .live-stream-block){padding-bottom:0}.youtube-block:has(+ .people-block){padding-bottom:0}.youtube-block:has(+ .quote-image){padding-bottom:0}.youtube-block:has(+ .connect-block-container){padding-bottom:0}.youtube-block:has(+ .image-block){padding-bottom:0}.youtube-block:has(+ .youtube-block){padding-bottom:0}.youtube-block:has(+ .fullwidth-video){padding-bottom:0}.youtube-block:has(+ .paragraph-image){padding-bottom:0}.youtube-block:has(+ .agenda-block){padding-bottom:0}.youtube-block:has(+ .people-block){padding-bottom:0}.youtube-block__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;text-align:center;color:#333;width:100%;margin-top:10px}.paragraph-block{max-width:1440px;padding:40px 20px}@media (min-width:1025px){.paragraph-block{padding:80px 120px}}.paragraph-block:has(+ .paragraph-block){padding-bottom:0}.paragraph-block:has(+ .figures-block){padding-bottom:0}.paragraph-block:has(+ .connect-block){padding-bottom:0}.paragraph-block:has(+ .page-links-highlight-block){padding-bottom:0}.paragraph-block:has(+ .page-card-highlight-block){padding-bottom:0}.paragraph-block:has(+ .spacer.content-end){padding-bottom:0}.paragraph-block:has(+ .timeline-block){padding-bottom:0}.paragraph-block:has(+ .live-stream-block){padding-bottom:0}.paragraph-block:has(+ .people-block){padding-bottom:0}.paragraph-block:has(+ .quote-image){padding-bottom:0}.paragraph-block:has(+ .connect-block-container){padding-bottom:0}.paragraph-block:has(+ .image-block){padding-bottom:0}.paragraph-block:has(+ .youtube-block){padding-bottom:0}.paragraph-block:has(+ .fullwidth-video){padding-bottom:0}.paragraph-block:has(+ .paragraph-image){padding-bottom:0}.paragraph-block:has(+ .agenda-block){padding-bottom:0}.paragraph-block:has(+ .people-block){padding-bottom:0}@media (min-width:1025px){.paragraph-block{display:flex;flex-direction:column;align-items:center;justify-content:center}}.paragraph-block__body{width:100%}@media (min-width:801px){.paragraph-block__body{width:726px}}.paragraph-block__body .rich-text p{margin-bottom:1em}.paragraph-block__body .rich-text p:last-child{margin-bottom:0}.paragraph-image{max-width:1440px;padding:40px 20px}@media (min-width:1025px){.paragraph-image{padding:80px 120px}}.paragraph-image:has(+ .paragraph-block){padding-bottom:0}.paragraph-image:has(+ .figures-block){padding-bottom:0}.paragraph-image:has(+ .connect-block){padding-bottom:0}.paragraph-image:has(+ .page-links-highlight-block){padding-bottom:0}.paragraph-image:has(+ .page-card-highlight-block){padding-bottom:0}.paragraph-image:has(+ .spacer.content-end){padding-bottom:0}.paragraph-image:has(+ .timeline-block){padding-bottom:0}.paragraph-image:has(+ .live-stream-block){padding-bottom:0}.paragraph-image:has(+ .people-block){padding-bottom:0}.paragraph-image:has(+ .quote-image){padding-bottom:0}.paragraph-image:has(+ .connect-block-container){padding-bottom:0}.paragraph-image:has(+ .image-block){padding-bottom:0}.paragraph-image:has(+ .youtube-block){padding-bottom:0}.paragraph-image:has(+ .fullwidth-video){padding-bottom:0}.paragraph-image:has(+ .paragraph-image){padding-bottom:0}.paragraph-image:has(+ .agenda-block){padding-bottom:0}.paragraph-image:has(+ .people-block){padding-bottom:0}.paragraph-image__content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0}@media (min-width:801px){.paragraph-image__content{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0;flex-direction:row;gap:0}}@media (min-width:801px){.paragraph-image__content--right{flex-direction:row-reverse}}.paragraph-image__media{flex-shrink:0;position:relative}@media (min-width:801px){.paragraph-image__media{width:42.86%}}.paragraph-image__img{width:100%;aspect-ratio:auto;object-fit:cover;display:block}.paragraph-image__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;background-color:#101D40;padding:6px 8px;line-height:1.2;position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:rgba(16,29,64,0.8)}.paragraph-image__text{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0}@media (min-width:801px){.paragraph-image__text{padding:0 40px 0 0}}@media (min-width:1025px){.paragraph-image__text{padding:0 80px 0 0}}.paragraph-image__text .rich-text p{margin-bottom:1em}.paragraph-image__text .rich-text p:last-child{margin-bottom:0}.quote-block{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:40px 20px;color:#101D40;background-color:#E0F2FF}@media (min-width:1025px){.quote-block{padding:80px 120px}}.quote-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0}@media (min-width:801px){.quote-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;width:726px}}.quote-block__author{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;margin-top:18px}@media (min-width:801px){.quote-block__author{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;margin-top:24px}}.quote-block__author:before{content:"— "}.quote-block--gradient{background:linear-gradient(269.203deg,rgba(54,98,227,0.15) 0%,rgba(255,255,255,0.15) 100%)}@media (min-width:801px){.quote-block--gradient{background:linear-gradient(235.667deg,rgba(54,98,227,0.15) 30.962%,rgba(255,255,255,0.15) 62.211%),linear-gradient(90deg,white 0%,white 100%)}}.quote-block--normal-text{border:1px solid #B5B8C1;border-radius:12px;box-shadow:0px 3px 5px 0px rgba(0,0,0,0.04);color:#0e0e0e;margin-left:auto;margin-right:auto;max-width:1440px;width:100%;padding:40px 20px}@media (min-width:1025px){.quote-block--normal-text{border:1px solid #D9DDE9;border-radius:20px;box-shadow:none;padding:80px 120px}}.quote-block--normal-text .quote-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e}@media (min-width:801px){.quote-block--normal-text .quote-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.quote-block--normal-text .quote-block__author{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#0e0e0e}.quote-image{max-width:1440px;padding:40px 20px}@media (min-width:1025px){.quote-image{padding:80px 120px}}.quote-image:has(+ .paragraph-block){padding-bottom:0}.quote-image:has(+ .figures-block){padding-bottom:0}.quote-image:has(+ .connect-block){padding-bottom:0}.quote-image:has(+ .page-links-highlight-block){padding-bottom:0}.quote-image:has(+ .page-card-highlight-block){padding-bottom:0}.quote-image:has(+ .spacer.content-end){padding-bottom:0}.quote-image:has(+ .timeline-block){padding-bottom:0}.quote-image:has(+ .live-stream-block){padding-bottom:0}.quote-image:has(+ .people-block){padding-bottom:0}.quote-image:has(+ .quote-image){padding-bottom:0}.quote-image:has(+ .connect-block-container){padding-bottom:0}.quote-image:has(+ .image-block){padding-bottom:0}.quote-image:has(+ .youtube-block){padding-bottom:0}.quote-image:has(+ .fullwidth-video){padding-bottom:0}.quote-image:has(+ .paragraph-image){padding-bottom:0}.quote-image:has(+ .agenda-block){padding-bottom:0}.quote-image:has(+ .people-block){padding-bottom:0}.quote-image__inner{display:flex;flex-direction:column;color:#101D40;background-color:#E0F2FF}@media (min-width:801px){.quote-image__inner{flex-direction:row;align-items:stretch}}.quote-image__inner--right{flex-direction:column-reverse}@media (min-width:801px){.quote-image__inner--right{flex-direction:row-reverse}}.quote-image__media{position:relative;flex-shrink:0}@media (min-width:801px){.quote-image__media{width:42.86%;display:flex;align-items:center;justify-content:center}}.quote-image__media img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.quote-image__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;background-color:#101D40;padding:6px 8px;line-height:1.2;position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:rgba(16,29,64,0.8)}.quote-image__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;display:flex;flex-direction:column;justify-content:center;padding:40px 24px}.quote-image__text--with-author{justify-content:space-between}@media (min-width:801px){.quote-image__text{padding:48px 40px}}@media (min-width:1280px){.quote-image__text{padding:64px 56px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.quote-image__author{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;margin-top:18px}.quote-image__author:before{content:"— "}.quote-image__inner--gradient{background:linear-gradient(269.203deg,rgba(54,98,227,0.15) 0%,rgba(255,255,255,0.15) 100%)}@media (min-width:801px){.quote-image__inner--gradient{background:linear-gradient(235.667deg,rgba(54,98,227,0.15) 30.962%,rgba(255,255,255,0.15) 62.211%),linear-gradient(90deg,white 0%,white 100%)}}.quote-image__inner--normal-text{border:1px solid #B5B8C1;border-radius:12px;box-shadow:0px 3px 5px 0px rgba(0,0,0,0.04);color:#0e0e0e;overflow:hidden}@media (min-width:1025px){.quote-image__inner--normal-text{border:1px solid #D9DDE9;border-radius:20px;box-shadow:none;align-items:center}}.quote-image__inner--normal-text .quote-image__media img{border-radius:0;aspect-ratio:5/6}@media (min-width:1025px){.quote-image__inner--normal-text .quote-image__media img{aspect-ratio:1/1}}.quote-image__inner--normal-text .quote-image__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;justify-content:center}@media (min-width:801px){.quote-image__inner--normal-text .quote-image__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;justify-content:center}}.quote-image__inner--normal-text .quote-image__author{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#0e0e0e}.image-block{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:1440px;padding:40px 20px}@media (min-width:1025px){.image-block{padding:80px 120px}}.image-block:has(+ .paragraph-block){padding-bottom:0}.image-block:has(+ .figures-block){padding-bottom:0}.image-block:has(+ .connect-block){padding-bottom:0}.image-block:has(+ .page-links-highlight-block){padding-bottom:0}.image-block:has(+ .page-card-highlight-block){padding-bottom:0}.image-block:has(+ .spacer.content-end){padding-bottom:0}.image-block:has(+ .timeline-block){padding-bottom:0}.image-block:has(+ .live-stream-block){padding-bottom:0}.image-block:has(+ .people-block){padding-bottom:0}.image-block:has(+ .quote-image){padding-bottom:0}.image-block:has(+ .connect-block-container){padding-bottom:0}.image-block:has(+ .image-block){padding-bottom:0}.image-block:has(+ .youtube-block){padding-bottom:0}.image-block:has(+ .fullwidth-video){padding-bottom:0}.image-block:has(+ .paragraph-image){padding-bottom:0}.image-block:has(+ .agenda-block){padding-bottom:0}.image-block:has(+ .people-block){padding-bottom:0}@media (min-width:801px){.image-block img{width:50%;padding:0}}.image-block--full-width img{width:100%}.image-block__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;text-align:center;color:#333;width:100%;margin-top:10px}.fullwidth-video{width:100%;max-width:1440px;padding:40px 20px}@media (min-width:1025px){.fullwidth-video{padding:80px 120px}}.fullwidth-video:has(+ .paragraph-block){padding-bottom:0}.fullwidth-video:has(+ .figures-block){padding-bottom:0}.fullwidth-video:has(+ .connect-block){padding-bottom:0}.fullwidth-video:has(+ .page-links-highlight-block){padding-bottom:0}.fullwidth-video:has(+ .page-card-highlight-block){padding-bottom:0}.fullwidth-video:has(+ .spacer.content-end){padding-bottom:0}.fullwidth-video:has(+ .timeline-block){padding-bottom:0}.fullwidth-video:has(+ .live-stream-block){padding-bottom:0}.fullwidth-video:has(+ .people-block){padding-bottom:0}.fullwidth-video:has(+ .quote-image){padding-bottom:0}.fullwidth-video:has(+ .connect-block-container){padding-bottom:0}.fullwidth-video:has(+ .image-block){padding-bottom:0}.fullwidth-video:has(+ .youtube-block){padding-bottom:0}.fullwidth-video:has(+ .fullwidth-video){padding-bottom:0}.fullwidth-video:has(+ .paragraph-image){padding-bottom:0}.fullwidth-video:has(+ .agenda-block){padding-bottom:0}.fullwidth-video:has(+ .people-block){padding-bottom:0}.fullwidth-video__player{width:100%;position:relative}.fullwidth-video__player video{width:100%;height:100%;object-fit:cover;display:none}.fullwidth-video__player .video-fallback{width:100%;height:100%;object-fit:cover}.fullwidth-video__caption{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:12px;line-height:1.5;letter-spacing:0;color:white;background-color:#101D40;padding:6px 8px;line-height:1.2;position:absolute;bottom:0;left:0;right:0;z-index:1;background-color:rgba(16,29,64,0.8)}.main-content .figures-block{display:flex;flex-direction:column;gap:24px;padding:40px 20px;background-color:white;max-width:1440px}.main-content .figures-block:has(+ .paragraph-block){padding-bottom:0}.main-content .figures-block:has(+ .figures-block){padding-bottom:0}.main-content .figures-block:has(+ .connect-block){padding-bottom:0}.main-content .figures-block:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .figures-block:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .figures-block:has(+ .spacer.content-end){padding-bottom:0}.main-content .figures-block:has(+ .timeline-block){padding-bottom:0}.main-content .figures-block:has(+ .live-stream-block){padding-bottom:0}.main-content .figures-block:has(+ .people-block){padding-bottom:0}.main-content .figures-block:has(+ .quote-image){padding-bottom:0}.main-content .figures-block:has(+ .connect-block-container){padding-bottom:0}.main-content .figures-block:has(+ .image-block){padding-bottom:0}.main-content .figures-block:has(+ .youtube-block){padding-bottom:0}.main-content .figures-block:has(+ .fullwidth-video){padding-bottom:0}.main-content .figures-block:has(+ .paragraph-image){padding-bottom:0}.main-content .figures-block:has(+ .agenda-block){padding-bottom:0}.main-content .figures-block:has(+ .people-block){padding-bottom:0}@media (min-width:1025px){.main-content .figures-block{gap:40px;padding:80px 120px}}.main-content .figures-block__heading-scope{height:calc(var(--heading-height,0px) + var(--stack-distance,0px));margin-bottom:calc(-1 * var(--stack-distance,0px))}@media (min-width:801px){.main-content .figures-block__heading-scope{height:auto;margin-bottom:0}}.main-content .figures-block__sticky-wrapper{position:sticky;top:20px;z-index:2;background-color:white}@media (min-width:801px){.main-content .figures-block__sticky-wrapper{position:static;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;z-index:auto;background-color:transparent;padding-bottom:0}}.main-content .figures-block__header{display:flex;flex-direction:column;gap:0}@media (min-width:801px){.main-content .figures-block__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px}}.main-content .figures-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .figures-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .figures-block__header-link{display:none;font-family:"Inter","Open Sans",sans-serif;font-weight:600;font-size:14px;line-height:1.5;letter-spacing:0;align-items:center;gap:10px;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:801px){.main-content .figures-block__header-link{display:flex}}.main-content .figures-block__header-link:hover{text-decoration:underline}.main-content .figures-block__footer-link{display:flex;align-items:center;gap:10px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;color:#033399;text-decoration:none;padding-bottom:8px;padding-top:40px}@media (min-width:801px){.main-content .figures-block__footer-link{display:none}}.main-content .figures-block__footer-link:hover{text-decoration:underline}.main-content .figures-block__cards{display:grid;grid-template-rows:repeat(var(--cards-count,1),var(--card-height,auto));gap:24px 0}@media (min-width:801px){.main-content .figures-block__cards{display:flex;flex-direction:row;gap:16px}}.main-content .figures-block .figures-card{position:sticky;top:calc(20px + var(--heading-height,0px) + 32px);z-index:1;flex:1;display:flex}@media (min-width:801px){.main-content .figures-block .figures-card{position:static;z-index:auto}}.main-content .figures-block .figures-card .card__inner{background-color:#F8F6F4;border-radius:20px;display:flex;width:100%;height:100%;border:1px solid rgba(14,14,14,0.25);transform:translateY(var(--card-stack-offset,0));transform-origin:center top;will-change:transform}@media (min-width:801px){.main-content .figures-block .figures-card .card__inner{transform:none;transform-origin:unset;will-change:auto;border:1px solid transparent}.main-content .figures-block .figures-card .card__inner--link:hover{border:1px solid #B5B8C1}}.main-content .figures-block .figures-card .figures-card__content-wrapper{display:flex;flex-direction:column;gap:24px;padding:20px;width:100%;height:100%}@media (min-width:801px){.main-content .figures-block .figures-card .figures-card__content-wrapper{padding:24px}}.main-content .figures-block .figures-card__stats{display:flex;flex-direction:column;gap:8px}@media (min-width:801px){.main-content .figures-block .figures-card__stats{gap:16px}}.main-content .figures-block .figures-card__number{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0;color:#033399;margin:0}.main-content .figures-block .figures-card__label{font-family:"Inter","Open Sans",sans-serif;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#033399;margin:0;min-height:2lh}@media (min-width:801px){.main-content .figures-block .figures-card__label{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0}}.main-content .figures-block .figures-card__content{display:flex;flex-direction:column;gap:32px;flex:1;justify-content:space-between}.main-content .figures-block .figures-card__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#0e0e0e;margin:0}.main-content .figures-block .figures-card__link{display:flex;align-items:center;gap:6px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;color:#033399;text-decoration:none}.main-content .figures-block .figures-card__link:hover{text-decoration:underline}.timeline-block{position:relative;display:flex;flex-direction:row;align-items:stretch;max-width:1440px;padding:40px 20px;background-color:white}.timeline-block:has(+ .paragraph-block){padding-bottom:0}.timeline-block:has(+ .figures-block){padding-bottom:0}.timeline-block:has(+ .connect-block){padding-bottom:0}.timeline-block:has(+ .page-links-highlight-block){padding-bottom:0}.timeline-block:has(+ .page-card-highlight-block){padding-bottom:0}.timeline-block:has(+ .spacer.content-end){padding-bottom:0}.timeline-block:has(+ .timeline-block){padding-bottom:0}.timeline-block:has(+ .live-stream-block){padding-bottom:0}.timeline-block:has(+ .people-block){padding-bottom:0}.timeline-block:has(+ .quote-image){padding-bottom:0}.timeline-block:has(+ .connect-block-container){padding-bottom:0}.timeline-block:has(+ .image-block){padding-bottom:0}.timeline-block:has(+ .youtube-block){padding-bottom:0}.timeline-block:has(+ .fullwidth-video){padding-bottom:0}.timeline-block:has(+ .paragraph-image){padding-bottom:0}.timeline-block:has(+ .agenda-block){padding-bottom:0}.timeline-block:has(+ .people-block){padding-bottom:0}@media (min-width:1025px){.timeline-block{padding:80px 120px}}.timeline-block__desktop{display:none}.timeline-block__line--mobile{position:absolute;left:16px;top:5vh;width:4px;background-color:#D9D9D9;border-radius:10px;z-index:1;height:100%;overflow:visible}.timeline-block__line-fill{position:absolute;top:0;left:0;width:100%;height:var(--timeline-fill-height,0%);background-color:#3662E3;border-radius:10px;transition:height 0.4s cubic-bezier(0.4,0,0.2,1)}.timeline-block__indicator{position:absolute;left:50%;top:var(--timeline-indicator-position,0%);transform:translate(-50%,-50%);width:16px;height:16px;background-color:white;border:4px solid #3662E3;border-radius:50%;box-shadow:0px 0px 20.8px 0px #5f81ff;z-index:2;transition:top 0.4s cubic-bezier(0.4,0,0.2,1)}.timeline-block__mobile{display:flex;flex-direction:column;flex:1;min-width:0;margin-left:calc(4px + 16px)}@media (min-width:801px){.timeline-block__mobile,.timeline-block__line--mobile{display:none}.timeline-block__desktop{display:block;position:relative;width:100%}.timeline-block__line--desktop{position:absolute;left:50%;top:0;height:100%;transform:translateX(-50%);width:4px;background-color:#D9D9D9;border-radius:10px;z-index:1;overflow:visible}.timeline-block__rows{display:flex;flex-direction:column}}.timeline-card-mobile{flex-shrink:0;display:flex;justify-content:center;align-items:center;padding-top:10vh;padding-bottom:10vh}.timeline-card-mobile:last-child{padding-bottom:0}.timeline-card-mobile__inner{display:flex;flex-direction:column;width:100%;background-color:#F8F6F4;border-radius:12px;box-shadow:0px 3px 5px 0px rgba(0,0,0,0.04);overflow:hidden}.timeline-card-mobile__image-container{flex-shrink:0;width:100%;aspect-ratio:32 / 21;overflow:hidden}.timeline-card-mobile__image{width:100%;height:100%;object-fit:cover;display:block}.timeline-card-mobile__content{display:flex;flex-direction:column;gap:8px;padding:20px;flex-grow:1}.timeline-card-mobile__header{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}.timeline-card-mobile__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0;color:#0e0e0e;margin:0}.timeline-row{display:none}@media (min-width:801px){.timeline-row{display:flex;gap:48px;flex-direction:row-reverse;align-items:center;justify-content:space-between;padding:10vh 0}.timeline-row:nth-child(even){flex-direction:row}.timeline-row:last-child{padding:0}}@media (min-width:1025px){.timeline-row{padding:10vh 0;gap:96px}.timeline-row:last-child{padding:10vh 0 0 0}}.timeline-row__text{display:flex;flex-direction:column;gap:8px;padding:32px;background-color:#F8F6F4;border-radius:12px}@media (min-width:801px){.timeline-row__text{width:48%;gap:12px}}@media (min-width:1025px){.timeline-row__text{padding:32px;border-radius:20px}}.timeline-row__header{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}.timeline-row__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0;color:#0e0e0e;margin:0}.timeline-row__image{aspect-ratio:32 / 21;border-radius:20px;border:1px solid rgba(0,0,0,0.25);overflow:hidden;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07),0px 2px 4px 0px rgba(0,0,0,0.07),0px 4px 8px 0px rgba(0,0,0,0.07),0px 8px 16px 0px rgba(0,0,0,0.07),0px 16px 32px 0px rgba(0,0,0,0.07),0px 32px 64px 0px rgba(0,0,0,0.07)}@media (min-width:801px){.timeline-row__image{width:48%}}@media (min-width:1025px){.timeline-row__image{border-radius:20px}}.timeline-row__img{width:100%;height:100%;object-fit:cover;display:block}@media (prefers-reduced-motion:reduce){.timeline-block__line-fill{transition:none}.timeline-block__indicator{transition:none}}.timeline-scroll-marker{visibility:hidden;pointer-events:none;opacity:0;width:1px;height:1px;margin:0;padding:0;border:0}.timeline-scroll-marker--mobile,.timeline-scroll-marker--desktop{position:relative;width:100%;height:0}.main-content .agenda-block{width:100%;display:flex;flex-direction:column;max-width:1440px;padding:40px 20px;background-color:white}@media (min-width:1025px){.main-content .agenda-block{padding:80px 120px}}.main-content .agenda-block:has(+ .paragraph-block){padding-bottom:0}.main-content .agenda-block:has(+ .figures-block){padding-bottom:0}.main-content .agenda-block:has(+ .connect-block){padding-bottom:0}.main-content .agenda-block:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .agenda-block:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .agenda-block:has(+ .spacer.content-end){padding-bottom:0}.main-content .agenda-block:has(+ .timeline-block){padding-bottom:0}.main-content .agenda-block:has(+ .live-stream-block){padding-bottom:0}.main-content .agenda-block:has(+ .people-block){padding-bottom:0}.main-content .agenda-block:has(+ .quote-image){padding-bottom:0}.main-content .agenda-block:has(+ .connect-block-container){padding-bottom:0}.main-content .agenda-block:has(+ .image-block){padding-bottom:0}.main-content .agenda-block:has(+ .youtube-block){padding-bottom:0}.main-content .agenda-block:has(+ .fullwidth-video){padding-bottom:0}.main-content .agenda-block:has(+ .paragraph-image){padding-bottom:0}.main-content .agenda-block:has(+ .agenda-block){padding-bottom:0}.main-content .agenda-block:has(+ .people-block){padding-bottom:0}.main-content .agenda-block__header{display:flex;flex-direction:column;gap:0}@media (min-width:801px){.main-content .agenda-block__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px}}.main-content .agenda-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .agenda-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .agenda-block__header-link{display:none;font-family:"Inter","Open Sans",sans-serif;font-weight:600;font-size:14px;line-height:1.5;letter-spacing:0;align-items:center;gap:10px;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:801px){.main-content .agenda-block__header-link{display:flex}}.main-content .agenda-block__header-link:hover{text-decoration:underline}.main-content .agenda-block__footer-link{display:flex;align-items:center;gap:10px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;color:#033399;text-decoration:none;padding-bottom:8px;padding-top:8px}@media (min-width:801px){.main-content .agenda-block__footer-link{display:none}}.main-content .agenda-block__footer-link:hover{text-decoration:underline}.main-content .agenda-block__days{display:flex;flex-direction:column;gap:24px;width:100%}.main-content .agenda-day-block{display:flex;flex-direction:column;margin-top:24px;color:#0e0e0e}@media (min-width:801px){.main-content .agenda-day-block{margin-top:64px}}.main-content .agenda-day-block__heading{font-weight:540;font-size:20px;line-height:1.1;letter-spacing:-0.3px;margin:0}@media (min-width:801px){.main-content .agenda-day-block__heading{font-size:28px;letter-spacing:-0.56px}}@media (min-width:801px){.main-content .agenda-day-block__heading{font-size:24px;line-height:1.2;letter-spacing:-0.56px}}.main-content .agenda-day-block__text{display:flex;flex-direction:column;font-weight:400;font-size:16px;line-height:1.6;letter-spacing:-0.08px;color:#333;margin-bottom:24px;margin-top:12px}@media (min-width:801px){.main-content .agenda-day-block__text{font-size:20px;line-height:1.7;letter-spacing:-0.28px;margin-bottom:48px;margin-top:20px}}.main-content .agenda-day-block__panels{display:flex;flex-direction:column;gap:16px;width:100%}@media (min-width:801px){.main-content .agenda-day-block__panels{gap:24px}}.main-content .agenda-panel-block{display:flex;flex-direction:column;gap:24px;width:100%;padding:20px;border-radius:12px;background-color:#F8F6F4;line-height:1.5}.main-content .agenda-panel-block .rich-text{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0}.main-content .agenda-panel-block .rich-text h3{padding:0;margin:0 0 4px 0;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:18px;line-height:1.5;letter-spacing:0;color:#0e0e0e}@media (min-width:801px){.main-content .agenda-panel-block .rich-text h3{margin:0 0 8px 0}}.main-content .agenda-panel-block .rich-text h3:not(:first-child){margin-top:10px}@media (min-width:801px){.main-content .agenda-panel-block .rich-text h3:not(:first-child){margin-top:12px}}.main-content .agenda-panel-block .rich-text b{color:#0e0e0e}.main-content .agenda-panel-block .rich-text li{margin-bottom:0px}@media (min-width:801px){.main-content .agenda-panel-block{gap:32px;padding:32px;border-radius:20px}}.main-content .agenda-panel-block__header{display:flex;flex-direction:column-reverse;align-items:flex-start;gap:16px;width:100%}@media (min-width:801px){.main-content .agenda-panel-block__header{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:24px}}@media (min-width:801px){.main-content .agenda-panel-block--simple .agenda-panel-block__header{align-items:center}}.main-content .agenda-panel-block__heading{flex:1 1 auto;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .agenda-panel-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;max-width:860px}}.main-content .agenda-panel-block__hours{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;display:block;align-self:flex-start;width:fit-content;min-width:0;max-width:100%;overflow:hidden;padding:3px 8px;background-color:#3662E3;border-radius:8px;color:#fff;white-space:nowrap;text-overflow:ellipsis;flex-shrink:0}@media (min-width:640px){.main-content .agenda-panel-block__hours{max-width:350px}}.main-content .agenda-panel-block__description{display:flex;flex-direction:column;font-size:16px;gap:8px;margin-left:8px}@media (min-width:801px){.main-content .agenda-panel-block__description{gap:12px;font-size:18px;max-width:760px;margin-left:12px}}.main-content .agenda-panel-block__description .rich-text{display:flex;flex-direction:column;gap:8px}@media (min-width:801px){.main-content .agenda-panel-block__description .rich-text{gap:12px}}.main-content .agenda-panel-block__description .rich-text ul{display:flex;flex-direction:column;gap:8px}@media (min-width:801px){.main-content .agenda-panel-block__description .rich-text ul{gap:12px}}.main-content .page-links-highlight-block{display:flex;flex-direction:column;gap:32px;max-width:1440px;padding:40px 20px;background-color:white}@media (min-width:1025px){.main-content .page-links-highlight-block{padding:80px 120px}}.main-content .page-links-highlight-block:has(+ .paragraph-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .figures-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .connect-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .spacer.content-end){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .timeline-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .live-stream-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .people-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .quote-image){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .connect-block-container){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .image-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .youtube-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .fullwidth-video){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .paragraph-image){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .agenda-block){padding-bottom:0}.main-content .page-links-highlight-block:has(+ .people-block){padding-bottom:0}@media (min-width:1025px){.main-content .page-links-highlight-block{gap:40px}}.main-content .page-links-highlight-block__header{display:flex;flex-direction:column;gap:0}@media (min-width:801px){.main-content .page-links-highlight-block__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px}}.main-content .page-links-highlight-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .page-links-highlight-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .page-links-highlight-block__header-link{display:none;font-family:"Inter","Open Sans",sans-serif;font-weight:600;font-size:14px;line-height:1.5;letter-spacing:0;align-items:center;gap:10px;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:801px){.main-content .page-links-highlight-block__header-link{display:flex}}.main-content .page-links-highlight-block__header-link:hover{text-decoration:underline}.main-content .page-links-highlight-block__footer-link{display:flex;align-items:center;gap:10px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:801px){.main-content .page-links-highlight-block__footer-link{display:none}}.main-content .page-links-highlight-block__footer-link:hover{text-decoration:underline}.main-content .page-links-highlight-block__cards{display:flex;flex-direction:column;gap:16px}@media (min-width:801px){.main-content .page-links-highlight-block__cards{flex-direction:row;gap:20px}}.main-content .page-links-highlight-block__card{position:relative;display:flex;flex-direction:column;height:300px;border:1px solid rgba(0,0,0,0.25);border-radius:12px;overflow:hidden;text-decoration:none;box-shadow:0px 3px 5px 0px rgba(0,0,0,0.04);transition:transform 0.2s ease,box-shadow 0.2s ease}@media (min-width:801px){.main-content .page-links-highlight-block__card{flex:1}}.main-content .page-links-highlight-block__card:hover{transform:translateY(-2px);box-shadow:0px 5px 10px 0px rgba(0,0,0,0.1)}.main-content .page-links-highlight-block__card:hover .page-links-highlight-block__card-arrow{opacity:1}.main-content .page-links-highlight-block__card-background{position:absolute;inset:0;z-index:0}.main-content .page-links-highlight-block__card-image-wrapper{position:relative;width:100%;height:100%;background-color:#F8F6F4}.main-content .page-links-highlight-block__card-image{width:100%;height:100%;object-fit:cover}.main-content .page-links-highlight-block__card-gradient{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(14,14,14,0) 50%,#0e0e0e 100%);z-index:1}.main-content .page-links-highlight-block__card-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:flex-end;height:100%;padding:24px;gap:16px}.main-content .page-links-highlight-block__card-text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:white;margin:0;max-width:80%}.main-content .page-links-highlight-block__card-arrow{position:absolute;bottom:24px;right:24px;width:40px;height:40px;background-color:#3662E3;border-radius:99px;display:flex;align-items:center;justify-content:center;z-index:3;opacity:0;transition:opacity 0.2s ease;pointer-events:none}.main-content .page-links-highlight-block__card-arrow .icon{color:white;font-size:16px}.main-content .page-card-highlight-block{display:flex;flex-direction:column;gap:24px;max-width:1440px;padding:40px 20px;background-color:white}@media (min-width:1025px){.main-content .page-card-highlight-block{padding:80px 120px}}.main-content .page-card-highlight-block:has(+ .paragraph-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .figures-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .connect-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .spacer.content-end){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .timeline-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .live-stream-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .people-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .quote-image){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .connect-block-container){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .image-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .youtube-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .fullwidth-video){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .paragraph-image){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .agenda-block){padding-bottom:0}.main-content .page-card-highlight-block:has(+ .people-block){padding-bottom:0}@media (min-width:1025px){.main-content .page-card-highlight-block{gap:40px}}.main-content .page-card-highlight-block__header{display:flex;flex-direction:column;gap:0}@media (min-width:801px){.main-content .page-card-highlight-block__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px}}.main-content .page-card-highlight-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .page-card-highlight-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .page-card-highlight-block__header-link{display:none;font-family:"Inter","Open Sans",sans-serif;font-weight:600;font-size:14px;line-height:1.5;letter-spacing:0;align-items:center;gap:10px;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:801px){.main-content .page-card-highlight-block__header-link{display:flex}}.main-content .page-card-highlight-block__header-link:hover{text-decoration:underline}.main-content .page-card-highlight-block__footer-link{display:flex;align-items:center;gap:10px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:801px){.main-content .page-card-highlight-block__footer-link{display:none}}.main-content .page-card-highlight-block__footer-link:hover{text-decoration:underline}.main-content .page-card-highlight-block__cards{display:flex;flex-direction:column;gap:16px}@media (min-width:1025px){.main-content .page-card-highlight-block__cards{gap:20px}}.main-content .page-card-highlight-block .page-card-block{display:flex;flex-direction:column;background-color:#F8F6F4;border-radius:12px;overflow:hidden}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block{flex-direction:row;border-radius:20px}}.main-content .page-card-highlight-block .page-card-block__content{display:flex;flex-direction:column;gap:20px;padding:20px}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__content{width:50%;padding:32px;gap:40px;justify-content:space-between;min-width:0;order:-1}}.main-content .page-card-highlight-block .page-card-block__text{display:flex;flex-direction:column;gap:8px;text-wrap:balance;max-width:460px}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__text{gap:16px}}.main-content .page-card-highlight-block .page-card-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .page-card-highlight-block .page-card-block__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#5F5E5E;margin:0}.main-content .page-card-highlight-block .page-card-block__button{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;height:50px;padding:12px 18px;background-color:#3662E3;border:1px solid #3662E3;border-radius:99px;color:#f9f9f9;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;white-space:nowrap;text-decoration:none;cursor:pointer}.main-content .page-card-highlight-block .page-card-block__button:hover{background-color:#6385e9;border-color:#84a4ff}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__button{width:auto;align-self:flex-start;height:auto;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0}}.main-content .page-card-highlight-block .page-card-block__button-icon{width:16px;height:16px;flex-shrink:0}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__button-icon{width:24px;height:24px}}.main-content .page-card-highlight-block .page-card-block__image-container{position:relative;flex-shrink:0;overflow:hidden}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__image-container{width:50%;border-radius:20px}}.main-content .page-card-highlight-block .page-card-block__image{width:100%;display:block}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__image{height:100%;object-fit:cover;object-position:right bottom}}.main-content .page-card-highlight-block .page-card-block__image-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0.5) -9.67%,rgba(0,0,0,0) 92.55%);pointer-events:none}.main-content .page-card-highlight-block .page-card-block__tags{position:absolute;top:16px;left:16px;display:flex;flex-wrap:wrap;gap:12px;z-index:1}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__tags{top:32px;left:32px}}.main-content .page-card-highlight-block .page-card-block__tags>*:last-child{margin-right:32px}.main-content .page-card-highlight-block .page-card-block__tag{display:flex;align-items:center;gap:10px;padding:6px 12px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.1);border-radius:99px;backdrop-filter:blur(3px);color:white;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:14px;line-height:1.5;letter-spacing:0;white-space:nowrap}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__tag{padding:8px 16px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0}}.main-content .page-card-highlight-block .page-card-block__tag-icon{width:16px;height:16px;flex-shrink:0}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__tag-icon{width:18px;height:18px}}.main-content .page-card-highlight-block .page-card-block__tag-icon--map{width:16px;height:16px}@media (min-width:801px){.main-content .page-card-highlight-block .page-card-block__tag-icon--map{width:20px;height:20px}}.main-content .connect-block-container{width:100%;max-width:1440px;padding:40px 20px}@media (min-width:1025px){.main-content .connect-block-container{padding:80px 120px}}.main-content .connect-block-container:has(+ .paragraph-block){padding-bottom:0}.main-content .connect-block-container:has(+ .figures-block){padding-bottom:0}.main-content .connect-block-container:has(+ .connect-block){padding-bottom:0}.main-content .connect-block-container:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .connect-block-container:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .connect-block-container:has(+ .spacer.content-end){padding-bottom:0}.main-content .connect-block-container:has(+ .timeline-block){padding-bottom:0}.main-content .connect-block-container:has(+ .live-stream-block){padding-bottom:0}.main-content .connect-block-container:has(+ .people-block){padding-bottom:0}.main-content .connect-block-container:has(+ .quote-image){padding-bottom:0}.main-content .connect-block-container:has(+ .connect-block-container){padding-bottom:0}.main-content .connect-block-container:has(+ .image-block){padding-bottom:0}.main-content .connect-block-container:has(+ .youtube-block){padding-bottom:0}.main-content .connect-block-container:has(+ .fullwidth-video){padding-bottom:0}.main-content .connect-block-container:has(+ .paragraph-image){padding-bottom:0}.main-content .connect-block-container:has(+ .agenda-block){padding-bottom:0}.main-content .connect-block-container:has(+ .people-block){padding-bottom:0}.main-content .connect-block{display:flex;flex-direction:column;background-color:white}.main-content .connect-block__card{width:100%;position:relative;border-radius:12px;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;box-shadow:0px 1px 2px 0px rgba(0,0,0,0.07),0px 2px 4px 0px rgba(0,0,0,0.07),0px 4px 8px 0px rgba(0,0,0,0.07),0px 8px 16px 0px rgba(0,0,0,0.07),0px 16px 32px 0px rgba(0,0,0,0.07)}@media (min-width:801px){.main-content .connect-block__card{border-radius:24px;box-shadow:0px 0px 20px 2px rgba(0,0,0,0.05),0px 0px 24px 21px rgba(0,0,0,0.05)}}.main-content .connect-block__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(15,38,84,0.5) 0%,#0f2654 100%);z-index:1;pointer-events:none}.main-content .connect-block__content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:40px 20px}@media (min-width:801px){.main-content .connect-block__content{gap:36px;padding:80px 24px}}.main-content .connect-block__text{display:flex;flex-direction:column;gap:10px;text-align:center;max-width:772px}@media (min-width:801px){.main-content .connect-block__text{gap:16px}}.main-content .connect-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:white;margin:0}@media (min-width:801px){.main-content .connect-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .connect-block__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:14px;line-height:1.5;letter-spacing:0;color:white;margin:0}@media (min-width:801px){.main-content .connect-block__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0;max-width:600px;align-self:center}}.main-content .connect-block__form{display:flex;flex-direction:column;gap:8px;width:100%}@media (min-width:801px){.main-content .connect-block__form{flex-direction:row;align-items:stretch;gap:12px;width:100%;max-width:740px;justify-content:center}}.main-content .connect-block__input-wrapper{width:100%}@media (min-width:801px){.main-content .connect-block__input-wrapper{flex:1 1 auto;min-width:0}}.main-content .connect-block__email-input{box-sizing:border-box;width:100%;height:48px;margin:0;padding:14px 16px;border:1px solid rgba(255,255,255,0.4);border-radius:12px;background:linear-gradient(rgba(247,245,242,0.035) 0%,rgba(247,245,242,0.12) 100%),linear-gradient(90deg,#0f172a 0%,#0f172a 100%);color:rgba(255,255,255,0.75);font-family:"Inter","Open Sans",sans-serif;font-size:14px;line-height:1.5;outline:none;transition:border-color 0.2s ease}@media (min-width:801px){.main-content .connect-block__email-input{height:54px;padding:16px;font-size:16px}}.main-content .connect-block__email-input::placeholder{color:rgba(255,255,255,0.75)}.main-content .connect-block__email-input:focus{border-color:#517eff}.main-content .connect-block__submit-button{box-sizing:border-box;display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:48px;padding:10px 22px 10px 12px;margin:0;border:1px solid #7e8eb1;border-radius:12px;background:linear-gradient(90deg,rgba(54,98,227,0.3) 0%,rgba(54,98,227,0.3) 100%),linear-gradient(rgba(247,245,242,0.035) 0%,rgba(247,245,242,0.12) 100%),linear-gradient(90deg,#0f172a 0%,#0f172a 100%);color:rgba(255,255,255,0.9);font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:14px;line-height:1.5;cursor:pointer;white-space:nowrap;transition:background 0.2s ease,transform 0.2s ease}@media (min-width:801px){.main-content .connect-block__submit-button{width:auto;flex:0 0 auto;height:54px;padding:12px 22px 12px 12px;font-size:16px}}.main-content .connect-block__submit-button:hover{background:linear-gradient(90deg,rgba(54,98,227,0.4) 0%,rgba(54,98,227,0.4) 100%),linear-gradient(rgba(247,245,242,0.035) 0%,rgba(247,245,242,0.12) 100%),linear-gradient(90deg,#0f172a 0%,#0f172a 100%);transform:translateY(-1px)}.main-content .connect-block__submit-button:active{transform:translateY(0)}.main-content .connect-block__button-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-content .connect-block__button-icon svg{width:16px;height:16px}.main-content .connect-block__button-text::first-letter {text-transform:uppercase}.main-content .connect-block__social{display:flex;flex-direction:row;gap:12px;align-items:center;justify-content:center;width:100%}@media (min-width:801px){.main-content .connect-block__social{max-width:740px}}.main-content .connect-block__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:12px;border:none;border-radius:99px;background:#3662E3;color:rgba(255,255,255,0.9);text-decoration:none;transition:background 0.2s ease,transform 0.2s ease}@media (min-width:801px){.main-content .connect-block__social-link{width:auto;height:auto;gap:10px;padding:12px 18px;font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5}}.main-content .connect-block__social-link:hover{background:rgba(54,98,227,0.8);transform:translateY(-1px)}.main-content .connect-block__social-link:active{transform:translateY(0)}.main-content .connect-block__social-link .icon{font-size:24px;color:white;display:flex;align-items:center;justify-content:center}.main-content .connect-block__social-text{display:none}@media (min-width:801px){.main-content .connect-block__social-text{display:inline;color:white}}.main-content .live-stream-block{width:100%;display:flex;flex-direction:column;background-color:white;max-width:1440px;padding:40px 20px}@media (min-width:1025px){.main-content .live-stream-block{padding:80px 120px}}.main-content .live-stream-block:has(+ .paragraph-block){padding-bottom:0}.main-content .live-stream-block:has(+ .figures-block){padding-bottom:0}.main-content .live-stream-block:has(+ .connect-block){padding-bottom:0}.main-content .live-stream-block:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .live-stream-block:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .live-stream-block:has(+ .spacer.content-end){padding-bottom:0}.main-content .live-stream-block:has(+ .timeline-block){padding-bottom:0}.main-content .live-stream-block:has(+ .live-stream-block){padding-bottom:0}.main-content .live-stream-block:has(+ .people-block){padding-bottom:0}.main-content .live-stream-block:has(+ .quote-image){padding-bottom:0}.main-content .live-stream-block:has(+ .connect-block-container){padding-bottom:0}.main-content .live-stream-block:has(+ .image-block){padding-bottom:0}.main-content .live-stream-block:has(+ .youtube-block){padding-bottom:0}.main-content .live-stream-block:has(+ .fullwidth-video){padding-bottom:0}.main-content .live-stream-block:has(+ .paragraph-image){padding-bottom:0}.main-content .live-stream-block:has(+ .agenda-block){padding-bottom:0}.main-content .live-stream-block:has(+ .people-block){padding-bottom:0}.main-content .live-stream-block__header{display:flex;flex-direction:column;gap:0}@media (min-width:801px){.main-content .live-stream-block__header{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px}}.main-content .live-stream-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .live-stream-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .live-stream-block__header-link{display:none;font-family:"Inter","Open Sans",sans-serif;font-weight:600;font-size:14px;line-height:1.5;letter-spacing:0;align-items:center;gap:10px;color:#033399;text-decoration:none;padding-bottom:8px}@media (min-width:1280px){.main-content .live-stream-block__header-link{display:flex}}.main-content .live-stream-block__header-link:hover{text-decoration:underline}.main-content .live-stream-block__footer-link{display:flex;align-items:center;gap:10px;font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0;color:#033399;text-decoration:none;padding-bottom:8px;padding-top:8px}@media (min-width:1280px){.main-content .live-stream-block__footer-link{display:none}}.main-content .live-stream-block__footer-link:hover{text-decoration:underline}.main-content .live-stream-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#333;margin-top:12px}@media (min-width:801px){.main-content .live-stream-block__text{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0;margin-top:16px}}.main-content .live-stream-block__links{display:flex;flex-direction:column;gap:12px;margin-top:24px}@media (min-width:801px){.main-content .live-stream-block__links{margin-top:40px}}.main-content .live-stream-block .live-stream-link{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 20px;border-radius:12px;background:#283246;min-width:0}@media (min-width:801px){.main-content .live-stream-block .live-stream-link{padding:24px;border-radius:20px}}.main-content .live-stream-block .live-stream-link__info{display:flex;align-items:center;gap:10px;min-width:0}@media (min-width:801px){.main-content .live-stream-block .live-stream-link__info{gap:20px}}.main-content .live-stream-block .live-stream-link__icon{width:21px;height:21px;flex-shrink:0}@media (min-width:801px){.main-content .live-stream-block .live-stream-link__icon{width:32px;height:32px}}.main-content .live-stream-block .live-stream-link__text{font-family:Inter;font-size:16px;font-style:normal;font-weight:540;line-height:100%;color:white;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (min-width:801px){.main-content .live-stream-block .live-stream-link__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0}}.main-content .live-stream-block .live-stream-link__button{display:flex;align-items:center;justify-content:center;align-self:center;flex-shrink:0;gap:8px;padding:8px 16px 8px 14px;margin:0;border:1px solid white;border-radius:66px;background:none;text-decoration:none;text-transform:none;font-variant:normal;cursor:pointer;transition:background 0.2s ease}@media (min-width:801px){.main-content .live-stream-block .live-stream-link__button{gap:10px;padding:12px 18px;border-radius:99px}}.main-content .live-stream-block .live-stream-link__button--live:hover{background:rgba(255,255,255,0.15)}.main-content .live-stream-block .live-stream-link__button--soon{border-color:rgba(255,255,255,0.4);cursor:not-allowed;opacity:0.6}.main-content .live-stream-block .live-stream-link__button--soon:hover{background:none;border-color:rgba(255,255,255,0.4)}.main-content .live-stream-block .live-stream-link__dot{width:8px;height:8px;border-radius:99px;background-color:#b52a2a;flex-shrink:0}@media (min-width:801px){.main-content .live-stream-block .live-stream-link__dot{width:12px;height:12px}}.main-content .live-stream-block .live-stream-link__button-text{font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:150%;color:white;white-space:nowrap}@media (min-width:801px){.main-content .live-stream-block .live-stream-link__button-text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:16px;line-height:1.5;letter-spacing:0}}.main-content .people-block{width:100%;max-width:1440px;padding:40px 20px;background-color:white}@media (min-width:1025px){.main-content .people-block{padding:80px 120px}}.main-content .people-block:has(+ .paragraph-block){padding-bottom:0}.main-content .people-block:has(+ .figures-block){padding-bottom:0}.main-content .people-block:has(+ .connect-block){padding-bottom:0}.main-content .people-block:has(+ .page-links-highlight-block){padding-bottom:0}.main-content .people-block:has(+ .page-card-highlight-block){padding-bottom:0}.main-content .people-block:has(+ .spacer.content-end){padding-bottom:0}.main-content .people-block:has(+ .timeline-block){padding-bottom:0}.main-content .people-block:has(+ .live-stream-block){padding-bottom:0}.main-content .people-block:has(+ .people-block){padding-bottom:0}.main-content .people-block:has(+ .quote-image){padding-bottom:0}.main-content .people-block:has(+ .connect-block-container){padding-bottom:0}.main-content .people-block:has(+ .image-block){padding-bottom:0}.main-content .people-block:has(+ .youtube-block){padding-bottom:0}.main-content .people-block:has(+ .fullwidth-video){padding-bottom:0}.main-content .people-block:has(+ .paragraph-image){padding-bottom:0}.main-content .people-block:has(+ .agenda-block){padding-bottom:0}.main-content .people-block:has(+ .people-block){padding-bottom:0}.main-content .people-block__container{width:100%;display:flex;flex-direction:column;gap:40px}@media (min-width:801px){.main-content .people-block__container{gap:80px}}.main-content .people-block__group{display:flex;flex-direction:column;gap:24px}@media (min-width:801px){.main-content .people-block__group{gap:40px}}.main-content .people-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .people-block__heading{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:36px;line-height:1.2;letter-spacing:0}}.main-content .people-block__speakers{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width:801px){.main-content .people-block__speakers{grid-template-columns:repeat(3,1fr);gap:40px}}.main-content .people-block .person-block{display:flex;gap:16px;align-items:flex-start;min-width:0}@media (min-width:801px){.main-content .people-block .person-block{gap:24px}}.main-content .people-block .person-block__image-wrapper{flex-shrink:0;width:80px;height:80px;border-radius:50%;border:2px solid #3662E3;overflow:hidden}@media (min-width:801px){.main-content .people-block .person-block__image-wrapper{width:100px;height:100px;border-width:4px}}.main-content .people-block .person-block__image{width:100%;height:100%;object-fit:cover;display:block}.main-content .people-block .person-block__info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}@media (min-width:801px){.main-content .people-block .person-block__info{gap:10px}}.main-content .people-block .person-block__name{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:18px;line-height:1.5;letter-spacing:0;color:#0e0e0e;margin:0}@media (min-width:801px){.main-content .people-block .person-block__name{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:24px;line-height:1.2;letter-spacing:0}}.main-content .people-block .person-block__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:16px;line-height:1.5;letter-spacing:0;color:#5F5E5E;margin:0}@media (min-width:801px){.main-content .people-block .person-block__description{font-family:"Inter","Open Sans",sans-serif;font-weight:400;font-size:18px;line-height:1.5;letter-spacing:0}}.audio-block .audio-button{display:inline-flex;padding:12px 26px 12px 20px;margin:0;justify-content:center;align-items:center;gap:8px;border-radius:99px;background-color:#3662E3;border:1px solid #3662E3;cursor:pointer}.audio-block .audio-button:hover{background-color:#6385e9;border-color:#84a4ff}.audio-block .audio-button .audio-button__icon{background-image:url('data:image/svg+xml,<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.25 6.56699C11.5833 6.75944 11.5833 7.24056 11.25 7.43301L0.749998 13.4952C0.416665 13.6876 -6.31502e-07 13.4471 -6.14677e-07 13.0622L-8.47049e-08 0.937821C-6.78803e-08 0.552921 0.416667 0.312359 0.75 0.504809L11.25 6.56699Z" fill="white"/></svg>');width:16px;height:16px;background-size:contain;background-repeat:no-repeat;background-position:center}.audio-block .audio-button.is-paused .paused-text{display:block!important}.audio-block .audio-button.is-paused .playing-text{display:none!important}.audio-block .audio-button.is-playing .audio-button__icon{background-image:url('data:image/svg+xml,<svg width="12" height="14" viewBox="0 0 12 14" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="2" y="1" width="2.5" height="12" fill="white"/><rect x="7.5" y="1" width="2.5" height="12" fill="white"/></svg>')}.audio-block .audio-button.is-playing .paused-text{display:none!important}.audio-block .audio-button.is-playing .playing-text{display:block!important}.audio-block .audio-button .audio-button__text{font-family:"Inter","Open Sans",sans-serif;font-weight:570;font-size:20px;line-height:1.2;letter-spacing:0;color:white;text-align:center;letter-spacing:normal;text-transform:none}#hero-audio-player{display:flex;justify-content:center;position:fixed;top:calc(142.9px + 20px);right:0;z-index:99;width:100%;max-width:1920px}#hero-audio-player.hidden{opacity:0;transform:translate3d(0,100%,0)}#hero-audio-player.sticky{top:20px}@media (min-width:801px){#hero-audio-player{width:100vw;position:fixed;bottom:20px;right:0;top:auto;justify-content:flex-end;margin-right:7%}}@media (min-width:1920px){#hero-audio-player{margin-right:calc(134.4px + (100vw - 1920px)/2)}}.player{width:100%}#player-widget{width:90%;display:flex;justify-content:center;align-items:center;--plyr-color-main:#101D40;--plyr-audio-control-background-hover:#101D40;--plyr-range-fill-background:rgba(0,0,0,0.15)}#player-widget media-player{width:100%;margin-left:8px;margin-right:8px}@media (min-width:801px){#player-widget media-player{margin-left:0;margin-right:0}}@media (min-width:801px){#player-widget{width:480px;align-items:flex-end}}.share-container-wrapper{width:100%;display:flex;justify-content:flex-start;align-items:center;padding-left:5%;padding-right:5%}@media (min-width:801px){.share-container-wrapper{padding-left:0;padding-right:0;justify-content:center}}@media (min-width:801px){.share-container-wrapper .share-container{width:50%}}.last-updated-wrapper{padding-left:5%;padding-right:5%}.related-content-wrapper-stories{width:100%;display:flex;flex-direction:row;justify-content:flex-start;padding-left:5%;padding-right:5%}@media screen and (min-width:801px){.related-content-wrapper-stories{padding-left:0;padding-right:0;justify-content:center}}@media screen and (min-width:801px){.related-content-wrapper-stories .related-content-stories{display:flex;flex-direction:row;gap:16px;width:50%}}.related-publications-wrapper-stories{width:100%;display:flex;flex-direction:row;justify-content:flex-start;padding-left:5%;padding-right:5%}@media screen and (min-width:801px){.related-publications-wrapper-stories{padding-left:0;padding-right:0;justify-content:center}}@media screen and (min-width:801px){.related-publications-wrapper-stories .related-publications-stories{width:50%}}