:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;scroll-behavior:smooth;-webkit-scroll-behavior:smooth;--red:#ef3124;--red-hover:#db2d21;--black:#212023;--base-width:80rem;--gap:8.75rem;background:#fff;font-family:Styrene A LC,Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Avenir,Helvetica,Arial,sans-serif;font-size:calc(min(100vw,1440px)/90);font-weight:400;line-height:1.5}@font-face{font-family:Styrene A LC;src:url(/StyreneAWeb-Regular.woff2)format("woff2");font-style:normal;font-display:swap;font-weight:400}@font-face{font-family:Styrene A LC;src:url(/StyreneAWeb-Medium.woff2)format("woff2");font-style:normal;font-display:swap;font-weight:500}@font-face{font-family:Styrene A LC;src:url(/StyreneAWeb-Bold.woff2)format("woff2");font-style:normal;font-display:swap;font-weight:700}html{height:100%;overflow:hidden scroll}body{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin:0;display:flex}*{scroll-snap-align:center;scroll-margin:6.5rem}:focus{outline:none}a,button{color:inherit;font:inherit;cursor:pointer;background-color:#fff;border:none;outline:none;padding:0}p,h1,h2,h3,h4,h5,h6{margin:0}h1{font-size:3rem}@media (orientation:portrait){:root{--base-width:calc(100vw - 2rem);--gap:2.5rem;font-size:16px}h1{font-size:1.5rem}}body{--padding:5rem;margin-top:6.25rem}.language{cursor:pointer;border-radius:5rem;flex-direction:column;font-weight:700;display:flex;position:relative}.language button{justify-content:flex-end;align-items:center;height:2rem;transition-property:color;transition-duration:.3s;transition-timing-function:ease;display:flex}@media (hover:hover){.language button:hover{color:var(--red)}}.language .language-current:before,.language .language-current:after{content:"";background-repeat:no-repeat;background-size:contain;width:1.5rem;height:1.5rem;display:block}.language .language-current:before{background-image:url(/language.svg);margin-right:.25rem}.language .language-current:after{background-image:url(/arrow-down.svg);margin-left:.25rem;transition:rotate .3s}.language .language-other{opacity:0;height:0;transition:height .3s,opacity .3s;position:absolute;top:100%;right:1.75rem;overflow:hidden}.language[data-open=true] .language-other{opacity:1;height:1.5rem}.language[data-open=true] .language-current:after{rotate:180deg}.button{background:var(--red);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;padding:1rem 7.5rem;font-size:1rem;font-weight:700;line-height:1.25;transition:background-color .3s;display:flex}.button:hover{background-color:var(--red-hover)}.button img{object-fit:contain;object-position:center;width:1em;height:1em}.player{width:var(--base-width);height:calc(var(--base-width)/8*4.5);margin-bottom:var(--gap);background-color:#aaa;border-radius:1.25rem;overflow:hidden}.player iframe{width:100%;height:100%}.partner{display:flex}.partner-cover{border:.0625rem solid #4848484d;border-radius:1.25rem;flex-shrink:0;justify-content:center;align-items:center;width:31.25rem;height:18.375rem;margin-right:1.25rem;display:flex;position:relative}.partner-cover img{object-fit:contain;object-position:center;width:18.75rem;height:18.75rem}.partner-cover a{color:#4848484d;font-size:1.5rem;text-decoration:underline;position:absolute;bottom:1.25rem;left:1.25rem}.partner-description{flex-direction:column;justify-content:center;display:flex}.partner-description b{color:var(--black);font-size:1.5rem;font-weight:700;line-height:1}.partner-description p{margin-top:1.25rem;margin-bottom:2.5rem}@media (orientation:portrait){.partner{flex-direction:column}.partner-cover{width:var(--base-width);height:calc(var(--base-width)/355*140)}.partner-cover img{width:13.5rem;height:13.5rem}.partner-cover a{font-size:.75rem}.partner-description b{margin-top:.5rem;font-size:1rem;line-height:1.4}.partner-description p{margin-top:.5rem;margin-bottom:.5rem;font-size:.75rem;line-height:1.4}}.time{flex-direction:column;align-items:flex-start;display:flex}.time-current-offset{font-size:1.5rem;font-weight:500;line-height:140%}.time-current-schedule{color:var(--red);font-size:2rem;line-height:140%}.time-other{color:#9f9f9f;font-size:1.5rem;line-height:140%}@media (orientation:portrait){.time{width:7.5rem}.time-current-offset{font-size:.75rem;font-weight:500;line-height:140%}.time-current-schedule{color:var(--red);font-size:1rem;line-height:140%}.time-other{color:#9f9f9f;font-size:.75rem;line-height:140%}}.highlight{z-index:0;color:#fff;position:relative}.highlight:before{content:"";background:var(--red);z-index:-1;border-radius:.25em;width:100%;height:100%;padding:.1em;display:inline-block;position:absolute;top:-.1em;left:-.1em}.error{background-image:repeating-linear-gradient(45deg,var(--red)0 .5rem,darkred 0 1rem);color:#fff;background-position:50%;background-repeat:no-repeat;background-size:contain;padding:.1em;font-weight:700}.growable{flex-grow:1;flex-shrink:0;align-self:stretch}a.button{text-decoration:none}.header{padding:1.875rem var(--padding);box-sizing:border-box;z-index:1;background:#fff;justify-content:space-between;align-items:center;width:100%;display:flex;position:fixed;top:0;left:0}.header .logo+span{margin-left:3rem}.header .menu{display:none}.header>.text{text-align:center;color:var(--black);align-items:center;padding:.625rem;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.25rem;display:block}.header>.text a{text-decoration:none;position:relative}.header>.text a:before{content:"";background-color:var(--black);width:0;height:.1875rem;transition:width .3s,background-color .3s .15s;display:block;position:absolute;bottom:-.375rem;left:50%;transform:translate(-50%)}@media (hover:hover){.header>.text a:hover:before{background-color:var(--red);width:100%}}.header .logo{height:2.5625rem}.header .logo img{height:100%}@media (orientation:portrait){.header{width:100vw;padding:1rem}.header>.text{display:none}.header .logo{flex-shrink:0}.header .menu{margin-left:1rem;display:block;position:relative}.header .menu .overlay{z-index:0;opacity:0;background:0 0;width:100vw;height:100vh;position:fixed;top:0;left:0}.header .menu[data-open=false] .overlay{pointer-events:none}.header .menu-button{z-index:2;background:#fff;border-radius:100rem;width:2.5rem;height:2.5rem;position:relative;box-shadow:0 .138889rem 2.22223rem .416667rem #24242412}.header .menu-items{background:#fff;border-radius:1rem;flex-direction:column;max-height:10rem;padding:0 1.5rem 1rem;transition:max-height .3s;display:flex;position:absolute;top:calc(100% + 1rem);right:0;overflow:hidden;box-shadow:0 .138889rem 2.22223rem .416667rem #24242412}.header .menu-items .text{margin-top:1rem}.header .menu-items a{background:0 0}.header .menu[data-open=false] .menu-items{max-height:0;padding:0 1.5rem}}.footer{padding:0 var(--padding);box-sizing:border-box;margin-top:var(--gap);color:#666567;background:#e7e7e7;border-radius:1.25rem;justify-content:center;align-items:center;width:100%;padding-top:2.5rem;padding-bottom:2.5rem;font-size:1.25rem;line-height:140%;display:flex}.footer-content{width:var(--base-width)}.footer a{background:0 0}.footer-top{justify-content:space-between;align-items:flex-start;display:flex}.footer-links{flex-direction:column;display:flex}.footer-links>.text{margin:.2rem 0}.footer-location{justify-content:center;align-items:center;display:flex}.footer-resources{flex-direction:column;justify-content:space-between;align-self:stretch;align-items:flex-end;display:flex}.footer .mobile-bank{display:flex}.footer .mobile-bank p{width:14rem;font-size:1.25rem;line-height:1.2}.footer .mobile-bank img{width:4.5rem;height:4.5rem;margin-right:1.25rem}.footer .socials img{width:2.5rem;height:2.5rem;margin-left:.9375rem}.contact-phone{cursor:pointer}@media (hover:hover){.contact-phone{text-decoration:none}.contact-phone:hover{text-decoration:underline}}.legal{margin-top:4.5rem;font-size:.75rem;line-height:1.2}.legal br{line-height:.625rem}@media (orientation:portrait){.footer{padding:1.5rem}.footer-content{width:var(--base-width)}.footer-top{grid-template-areas:"a b""a c""d d";font-size:1rem;display:grid}.footer-links{grid-area:a}.footer-location{grid-area:b}.footer-resources{grid-area:c}.footer-phones{grid-area:d;margin-top:1rem}.footer .mobile-bank p{width:10rem;margin-top:-.3rem;font-size:.8rem}.footer .mobile-bank a{font-size:1rem;line-height:1.7}.footer .mobile-bank img{width:2.25rem;height:2.25rem;margin-right:.625rem}.footer .socials img{width:1.75rem;height:1.75rem;margin-left:.4rem}.footer .legal{margin-top:1rem;font-size:.5rem}}.materials{width:var(--base-width);box-sizing:border-box;background-color:var(--black);color:#fff;border-radius:1.25rem;justify-content:space-between;align-items:center;padding:3.75rem 6.25rem;font-size:1.5rem;font-weight:700;display:flex}.materials .button{margin-left:3.75rem}.materials .button img{margin-left:.5rem}@media (orientation:portrait){.materials{flex-direction:column;padding:1.25rem}.materials p{margin-bottom:1.25rem;font-size:1rem}.materials .button{align-self:stretch;margin:0}}.speakers{width:var(--base-width);background-color:#e7e7e7;border-radius:1.25rem;flex-direction:column;justify-content:space-between;margin-top:1.5rem;padding:5rem 0;display:flex}.speakers h1{margin-left:5rem}.speakers .carousel{box-sizing:border-box;flex-flow:column wrap;width:100%;height:31rem;margin-top:1.5rem;padding:0 5rem;display:flex;overflow-x:hidden}.speakers .carousel>:not(:last-child){margin-right:1.25rem}.speakers .carousel>:nth-child(odd){margin-bottom:1rem}.speakers .scroll-buttons{align-self:center;width:max-content;margin-top:1rem;display:flex}.speakers .scroll-buttons button{cursor:pointer;border-radius:3.125rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;display:flex;box-shadow:0 .138889rem 2.22223rem .416667rem #24242412}.speakers .scroll-buttons button img{display:block;translate:-10%}.speakers .scroll-buttons button[disabled]{cursor:pointer}.speakers .scroll-buttons button[disabled] img{opacity:.5}.speakers .scroll-buttons button:nth-child(2){margin-left:1rem}.speakers .scroll-buttons button:nth-child(2) img{translate:10%;rotate:180deg}.speaker{background:#fff;border-radius:.5rem;flex-direction:column;flex-shrink:0;align-items:flex-start;width:20rem;height:12.5rem;padding:1.25rem;display:flex}.speaker-company{color:var(--red);background-color:#f6f5f7;border-radius:.5rem;width:max-content;max-width:15rem;padding:.3125rem .75rem;font-size:.875rem;font-weight:500;line-height:140%}.speaker-name{color:var(--black);margin-top:.9375rem;margin-bottom:.625rem;font-size:1.125rem;font-weight:700;line-height:120%}.speaker-description{color:var(--black);font-size:.875rem;font-weight:500;line-height:140%}::webkit-scrollbar{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;height:0}@media (orientation:portrait){.speakers{padding:1rem 0}.speakers h1{margin-left:1rem}.speakers .carousel{box-sizing:border-box;flex-flow:column wrap;width:100%;height:29rem;padding:0 1rem;display:flex;overflow-x:hidden}.speakers .carousel .speaker{box-sizing:border-box;width:100%;height:14rem}.speakers .carousel .speaker:not(:last-child){margin-right:1rem}.speakers .carousel .speaker:nth-child(odd){margin-bottom:1rem}}.faq{width:var(--base-width);margin-top:var(--gap)}.faq h1{margin-bottom:1.5rem}.faq-question{border-bottom:.0625rem solid #4848484d;flex-direction:column;display:flex}.faq-question-header{color:#212023;cursor:pointer;justify-content:space-between;align-items:center;height:4.8125rem;font-size:1.5rem;font-weight:700;line-height:100%;display:flex}.faq-question-header *{cursor:pointer}.faq-question-content{color:#212023;max-height:0;padding:0;font-size:1.5rem;line-height:100%;transition-property:max-height,padding;transition-duration:.3s;transition-timing-function:ease-in-out;overflow:hidden}.faq-question[data-open=true] .faq-question-content{max-height:20rem;padding-top:1em;padding-bottom:1em}.faq-question[data-open=true] .open-button{rotate:45deg}.open-button{rotate:0;background-color:#fff;background-image:url(/plus.svg);background-position:50%;background-repeat:no-repeat;background-size:1.625rem;border-radius:100%;width:2.5rem;height:2.5rem;transition-property:rotate;transition-duration:.3s;transition-timing-function:ease;box-shadow:0 .138889rem 2.22223rem .416667rem #24242412}@media (orientation:portrait){.faq-question-header{height:4rem;font-size:1rem}.faq-question-content{font-size:1rem}.faq-question[data-open=true] .faq-question-content{max-height:15rem;padding-top:0;padding-bottom:1em}}.description{width:var(--base-width);margin-top:var(--gap);margin-bottom:var(--gap)}.description>p{font-size:2rem}.description-header{justify-content:space-between;align-items:flex-end;width:100%;display:flex}.description-header p{color:var(--red);font-size:1.5rem}@media (orientation:portrait){.description>p{font-size:1rem}.description-header{margin-bottom:.5rem}.description-header p{color:var(--red);font-size:.75rem;font-weight:500}}.timeline{width:var(--base-width);margin-top:var(--gap);flex-direction:column;align-items:flex-start;display:flex}.timeline-header{justify-content:space-between;width:100%;margin-bottom:2.5rem;display:flex}.timeline-header img{height:9.1875rem}.timeline-event{width:100%;padding:2.5rem 0;display:flex}.timeline-event:not(:nth-child(2)){border-top:1px solid #4848484d}.timeline-event .time{flex-shrink:0;margin-right:10rem}.timeline-event-content h1{color:var(--red);font-size:3rem;font-weight:500;line-height:140%}.timeline-event-content p{text-transform:uppercase;color:var(--black);font-size:1.5rem;line-height:140%}.timeline-event h1,.timeline .second-part{color:var(--red)}.timeline .second-part span[data-subtext]{position:relative}.timeline .second-part span[data-subtext]:after{content:attr(data-subtext);width:max-content;position:absolute;top:100%;left:0}.timeline-city{font-size:1.5rem;font-weight:700;line-height:1.2}@media (orientation:portrait){.timeline-header{margin-bottom:1rem}.timeline-header img{display:none}.timeline-event{padding:1rem 0}.timeline-event .time{margin-right:1.5rem}.timeline-event-content h1{font-size:1.5rem}.timeline-event-content p,.timeline-city{font-size:.75rem}}.main{width:var(--base-width);height:calc(var(--base-width)/2)}.external{width:var(--base-width);box-sizing:border-box;margin-bottom:var(--gap);flex-direction:column;display:flex}.external-point{justify-content:space-between;width:100%;display:flex}.external-point:not(:first-child){margin-top:5rem}.external-point>img{object-fit:contain;object-position:center;flex-shrink:0;width:15.625rem;height:15.625rem}.external-content{flex-direction:column;justify-content:space-between;align-items:flex-start;width:52.25rem;display:flex}.external-content .button img{margin-left:.5rem;transition:margin-left .3s}.external-content .button:hover img{margin-left:.75rem}.external-content p{font-size:1.125rem}.external-content .button{align-self:stretch}@media (orientation:portrait){.external-point:not(:first-child){margin-top:2rem}.external-point>img{display:none}.external-point .external-content .button{margin-top:1rem}}.partners{width:var(--base-width);margin-top:var(--gap)}.partners h1{margin-bottom:1.5rem}.partners .partner{margin-top:1.25rem}