@font-face{font-family:'Lynea Sans';src:url('assets/fonts/LyneaSans-ExtraLight.woff') format('woff');font-weight:200;font-style:normal;font-display:block}@font-face{font-family:'Lynea Sans';src:url('assets/fonts/LyneaSans-Light.woff') format('woff');font-weight:300;font-style:normal;font-display:block}@font-face{font-family:'Lynea Sans';src:url('assets/fonts/LyneaSans-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:block}@font-face{font-family:'Connext Sans';src:url('assets/fonts/ConnextSans-Regular.woff') format('woff');font-weight:400;font-style:normal;font-display:block}*,::after,::before{box-sizing:border-box;margin:0;padding:0}ol,ul{list-style:none}html{scroll-behavior:smooth}body{line-height:1.5;-webkit-font-smoothing:antialiased;background-color:#000;color:#fff;font-family:'Lynea Sans',sans-serif;display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden}.iframe-wrapper{background-color:#000;width:375px;max-width:375px;height:721px;position:relative;overflow:hidden;z-index:9;opacity:0;transition:opacity .5s;padding:16px}.iframe-wrapper.has-border{border:1px solid #fff}.content{display:flex;flex-direction:column;height:100%;width:100%;position:relative}@property --gradient-angle{syntax:'<angle>';initial-value:0deg;inherits:false}.slides-container{position:relative;width:100%;height:100%;border:1px solid transparent;border-radius:20px}.slides-container::before{content:"";position:absolute;inset:-1px;border-radius:20px;padding:1px;background:conic-gradient(from var(--gradient-angle),rgba(255,255,255,0),#fff,rgba(255,255,255,0));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none;animation:7s linear infinite border-rotate;z-index:5}@keyframes border-rotate{0%{--gradient-angle:0deg}100%{--gradient-angle:360deg}}.slide{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;background:#000;transition:opacity .5s ease-in-out;opacity:0;pointer-events:none;z-index:1;border-radius:20px;overflow:hidden}.slide.active{opacity:1;pointer-events:auto;z-index:10}.text-side{display:flex;flex-direction:column;align-items:flex-start;flex:0 0 auto;width:100%;padding:30px 30px 0;background:linear-gradient(to bottom,#000 0,rgba(0,0,0,0) 100%)}.visual-side{width:100%;flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 30px}.preliminary-results{font-family:'Lynea Sans',sans-serif;font-weight:400;font-size:12px;line-height:1.4;letter-spacing:.06em;text-transform:uppercase;color:#fff;margin-top:70px;text-align:left;width:100%;max-width:446px}.slide-icon{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.slide-icon-img{width:27px;height:27px;object-fit:contain}.title{font-family:'Lynea Sans',sans-serif;text-transform:uppercase;font-size:24px;font-weight:200;line-height:1.1;letter-spacing:.5px;margin:14px 0 27px}#intro-title{margin-top:0;margin-bottom:16px}.body-text{font-family:'Lynea Sans',sans-serif;font-weight:200;font-size:16px;line-height:1.2}.links-navigation{display:flex;flex-direction:column;gap:16px;width:100%}.button-link{border:none;background:0 0;padding:0;margin:0;cursor:pointer;display:flex;flex-direction:row;align-items:stretch;width:100%;gap:7px;height:48px;text-decoration:none;outline:0}.button-left{width:48px;height:48px;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.button-icon-img{width:30px;height:30px;object-fit:contain}.button-right{flex-grow:0;width:100%;height:48px;border-radius:24px;display:flex;justify-content:center;align-items:center;padding:0 10px;background-color:rgba(var(--group-color-rgb),.5);transition:background-color .3s}.button-link:hover .button-right{background-color:rgba(var(--group-color-rgb),1)}.button-text{color:#fff;font-family:'Lynea Sans',sans-serif;font-weight:400;font-size:16px;text-transform:uppercase;text-align:center;line-height:1.1}.control-button{height:43px;padding:11px 10px;border-radius:22px;background-color:rgba(255,255,255,.2);color:#fff;font-family:'Lynea Sans',sans-serif;text-transform:uppercase;font-weight:400;font-size:14px;line-height:1;letter-spacing:.02em;cursor:pointer;transition:background-color .5s;border:none;display:flex;align-items:center;justify-content:center;min-width:43px}.control-button:hover{background-color:rgba(255,255,255,.4)}.slide-controls{display:flex;width:100%}.slide-navigation{display:flex;gap:10px}.close-button{margin-left:24px}.chart-container{width:100%;max-width:446px;height:275px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;position:relative;padding:0;margin-top:30px}.grid-lines-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.grid-line{position:absolute;left:0;width:100%;height:.5px;background-color:#fff;opacity:.3}.bar-column{display:flex;flex-direction:column-reverse;align-items:center;gap:10px;height:100%;width:54px;z-index:1;position:relative}.bar-year{width:100%;text-align:center;font-family:'Lynea Sans',sans-serif;font-weight:400;font-size:15px;line-height:1.4;letter-spacing:.06em;color:#fff;text-transform:uppercase;position:absolute;top:100%;margin-top:20px;left:0}.bar-track{width:100%;flex-grow:1;display:flex;flex-direction:column-reverse;position:relative}.bar{width:100%;border-radius:13px;height:0;transition:height 1s ease-out}.bar-value{width:auto;text-align:center;font-family:'Connext Sans',sans-serif;font-weight:400;font-size:18px;line-height:1.1;color:#fff;margin-bottom:10px;white-space:nowrap;opacity:0;transition:opacity .5s}@media (min-width:768px){.iframe-wrapper{width:768px;max-width:none;height:754px;padding:20px 30px}.slide{flex-direction:column}.text-side{flex:0 0 auto;width:100%;padding:35px 70px 0}.visual-side{flex:1 1 auto;align-items:center;width:100%;padding:0}#intro-slide .visual-side{padding:60px}.title{font-size:45px;letter-spacing:.02em;margin-top:14px;margin-bottom:27px}#intro-slide .title{margin-top:35px}.body-text{font-size:22px}.control-button{height:47px;padding:12px 20px;border-radius:24px;font-size:16px}.slide-icon{width:60px;height:60px}.slide-icon-img{width:35px;height:35px}.chart-container{width:100%;max-width:446px;height:256px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:26px;position:relative;padding:0 20px;margin-top:0}.links-navigation{display:grid;grid-template-columns:1fr 1fr;gap:30px 50px;width:100%}.button-link{height:60px}.button-left{width:60px;height:60px}.button-right{height:60px;border-radius:30px;flex-grow:1;width:auto}.bar-value{font-size:25px}}@media (min-width:1440px){.iframe-wrapper{width:1440px;height:639px;padding:47px 73px}.slide{flex-direction:row}.text-side{flex:0 0 658px;width:658px;height:100%;padding:78px 60px 60px}.body-text{font-size:22px}.title{font-size:45px;margin-bottom:24px;margin-top:20px}.slide-icon{width:85px;height:85px}.slide-icon-img{width:42px;height:42px}.chart-container{width:100%;max-width:446px;height:300px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:15px;position:relative;padding:0 25px}}