:root{--red:#dd1a21;--dark-red:#8d0006;--yellow:#ffcf00;--dark-yellow:#e1bb04;--light-yellow:#ffdc3e;--blue:#006cb6;--dark-blue:#01548b;--blue-hover:#0979c4;--green:#00963e;--dark-green:#007e33;--orange:#f39a0a;--grey:#f8f8f8;--dark-grey:#ddd;--white:#fff;--body:#202020;--muted:#6b6b6b;--plyr-color-main:var(--yellow);--grid-gap:16px;--grid-offset:20px;--section-space:36px}@media (width>=600px){:root{--grid-gap:20px}}@media (width>=850px){:root{--section-space:52px;--grid-offset:48px}}@media (width>=1200px){:root{--grid-gap:40px;--grid-offset:64px}}:root{--type-display:clamp(34px, 5.6vw, 72px);--type-heading:24px;--type-heading-lead:27px;--type-subheading:18px;--type-body:16px;--type-body-small:14px;--type-caption:13px;--leading-body:1.5;--leading-heading:1.2}@media (width>=600px){:root{--type-heading:28px;--type-heading-lead:33px;--type-subheading:19px}}@media (width>=1200px){:root{--type-heading:34px;--type-heading-lead:38px;--type-subheading:20px;--type-body:17px;--type-body-small:15px;--type-caption:14px}}:root{--space-2xs:4px;--space-xs:8px;--space-sm:12px;--space-md:16px;--space-lg:24px;--space-xl:32px;--space-2xl:48px;--radius-small:8px;--radius-card:14px;--radius-media:20px;--radius-pill:999px;--radius-circle:50%;--shadow-card:0 2px 6px #00000014, 0 8px 24px #0000000f;--shadow-card-raised:0 4px 10px #0000001a, 0 16px 36px #0000001f;--duration-instant:70ms;--duration-fast:.16s;--duration-slow:.32s;--ease-standard:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.34, 1.56, .64, 1)}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:optional;src:url(/fonts/poppins-300.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:optional;src:url(/fonts/poppins-400.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:optional;src:url(/fonts/poppins-500.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:optional;src:url(/fonts/poppins-600.woff2)format("woff2")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;font-display:optional;src:url(/fonts/poppins-700.woff2)format("woff2")}@font-face{font-family:Poppins Fallback;src:local(Arial),local(Helvetica Neue),local(Liberation Sans);size-adjust:112%;ascent-override:93.75%;descent-override:31.25%;line-gap-override:8.93%}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{vertical-align:baseline;border:0;margin:0;padding:0}:where(article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section):where(:not([hidden])){display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:before,:after{box-sizing:border-box!important;outline:none!important}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + var(--space-md));text-rendering:geometricprecision;-webkit-touch-callout:none;-webkit-tap-highlight-color:#0003;-webkit-text-size-adjust:geometricPrecision;-ms-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--body);font-family:Poppins,Poppins Fallback,sans-serif;font-style:normal;font-weight:400}::selection{background:var(--yellow);color:var(--body);text-shadow:none}.text--nobr{white-space:nowrap}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--focus-ring:var(--body)}.hero,.visit-info,.newsletter{--focus-ring:var(--white)}:focus-visible{outline-offset:2px;outline:3px solid var(--focus-ring)!important}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link{top:-100px;left:var(--space-xs);z-index:10000;padding:var(--space-sm) var(--space-lg);background:var(--white);color:#000;font-size:var(--type-body);border-radius:var(--radius-small);transition:top var(--duration-fast) var(--ease-standard);font-weight:600;text-decoration:none;position:absolute;box-shadow:0 2px 8px #0000004d}.skip-link:focus{top:var(--space-xs)}.button{justify-content:center;align-items:center;gap:var(--space-xs);min-height:44px;padding:var(--space-sm) var(--space-lg);background:var(--blue);border-radius:var(--radius-small);box-shadow:0 3px 0 0 var(--dark-blue);color:var(--white);font-size:var(--type-body);text-align:center;appearance:none;cursor:pointer;-webkit-user-select:none;user-select:none;border:3px solid #0000;font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex;position:relative}.button img{filter:brightness(0)invert();width:20px;height:auto;display:block}.button--ghost{border-color:var(--white);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fff3;box-shadow:0 3px #f1f1f1}.button--yellow{background:var(--yellow);box-shadow:0 3px 0 0 var(--dark-yellow);color:var(--body)}.button--yellow img{filter:none}.button--small{padding:var(--space-xs) var(--space-md);font-size:var(--type-body-small)}.button--small img{width:18px}.button--large{padding:var(--space-md) var(--space-xl);font-size:var(--type-subheading)}.button--large img{width:22px}.button--block{width:100%;display:flex}.button[disabled],.button--loading{opacity:.6;pointer-events:none}@media (hover:hover){.button{transition:background var(--duration-fast) ease-out, transform var(--duration-fast) var(--ease-spring), box-shadow var(--duration-fast) var(--ease-spring), backdrop-filter var(--duration-fast) ease-out}.button:hover{background:var(--blue-hover);box-shadow:0 7px 0 0 var(--dark-blue);transform:translateY(-4px)}.button:active{background:var(--dark-blue);box-shadow:0 1px 0 0 var(--dark-blue);transition-duration:var(--duration-instant);transition-timing-function:ease-out;transform:translateY(2px)}.button--ghost:hover{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff59;box-shadow:0 7px #f1f1f1}.button--ghost:active{background:#fff3;box-shadow:0 1px #f1f1f1}.button--yellow:hover{background:var(--light-yellow);box-shadow:0 7px 0 0 var(--dark-yellow)}.button--yellow:active{background:var(--dark-yellow);box-shadow:0 1px 0 0 var(--dark-yellow)}}@media (hover:hover) and (prefers-reduced-motion:reduce){.button{transition:background var(--duration-fast) ease-out}.button:hover,.button:active{transform:none}}.anchor{color:var(--body);text-underline-offset:6px;font-weight:600;text-decoration:underline;text-decoration-thickness:1px}@media (hover:hover){.anchor{transition:color var(--duration-fast) var(--ease-standard), text-underline-offset var(--duration-fast) var(--ease-standard)}.anchor:hover{color:var(--blue);text-underline-offset:3px}}.breadcrumbs{margin-bottom:var(--space-xl)}.breadcrumbs__list{color:inherit;font-size:var(--type-body-small);flex-wrap:wrap;align-items:center;display:flex}.breadcrumbs__list__item{text-wrap:balance}.breadcrumbs__list__item--active{color:var(--breadcrumb-muted,#b8b8b8)}.breadcrumbs__list__item:not(:last-child):after{content:"/";margin:0 var(--space-xs);color:var(--breadcrumb-muted,#b8b8b8)}.breadcrumbs__link{color:inherit;text-decoration:none;display:inline-block}@media (hover:hover){.breadcrumbs__link{transition:color var(--duration-fast) ease-out}.breadcrumbs__link:hover{color:var(--breadcrumb-hover,var(--blue))}}.modal{z-index:2147483647;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;inset:0}.modal__background{background:#20202066;width:100%;height:100%;position:fixed;inset:0}.modal__box{background:var(--yellow) url(/layout/modal/flares.webp) top right 20% no-repeat;text-align:center;background-size:auto 350%;border:5px solid #ffd400;border-radius:14px;width:calc(100% - 40px);max-width:500px;padding:20px 40px;display:block;position:relative;box-shadow:0 1px 3px #20202066}.modal__close{background:var(--red);border-radius:var(--radius-circle);width:36px;height:36px;color:var(--white);cursor:pointer;z-index:1;border:2px solid #2020204d;justify-content:center;align-items:center;margin:-18px -18px 0 0;display:flex;position:absolute;top:0;right:0}.modal__close svg{width:16px;height:auto;display:block}.modal__picture{border:3px solid var(--white);border-radius:var(--radius-circle);width:150px;height:150px;margin:0 auto 30px;display:none;position:relative;overflow:hidden;transform:translate(0,0);box-shadow:0 1px 3px #20202033}.modal__picture__img{object-fit:cover;opacity:0;width:100%;height:100%;transition:opacity 1s;position:absolute;top:0;left:0}.modal__picture__img--active{opacity:1}.modal__title{margin-bottom:25px;font-size:24px;font-weight:700;line-height:1}.modal__subtitle{margin-bottom:20px;font-size:18px;font-weight:700;line-height:1}.modal__text{margin-bottom:20px;font-size:14px;line-height:1.4}.modal__form{text-align:left}.modal__form .newsletter__form__button-group,.modal__form .newsletter__form__confirmation{text-align:center}.modal__form .newsletter__form__input{border-color:var(--body);color:var(--body)}.modal__form .newsletter__form__input::placeholder{color:#000000b3}.modal__form .newsletter__form__checkbox{border-color:var(--body)}.modal__form .newsletter__form__checkbox:before{background:var(--white)}.modal__form .newsletter__form__checkbox:checked{background:var(--body)}.modal__form .newsletter__form__confirmation{background:var(--green);color:var(--white);border:none}.modal__form .newsletter__form__confirmation--error{background:#b81111}@media (width>=700px) and (height>=600px){.modal__picture{display:block}}@media (hover:hover){.modal__close{transition:background .3s ease-in-out}.modal__close:hover{background:var(--dark-red)}}.lightbox{width:100vw;max-width:100vw;height:100dvh;max-height:100dvh;padding:var(--space-lg);background:0 0;border:0;place-items:center;overflow:hidden}.lightbox:focus-visible{outline:none!important}.lightbox[open]{animation:lightbox-ground var(--duration-slow) var(--ease-standard);display:grid}.lightbox[open] .lightbox__frame{animation:lightbox-arrive var(--duration-slow) var(--ease-standard)}.lightbox::backdrop{animation:lightbox-ground var(--duration-slow) var(--ease-standard);background:#000000e0}.lightbox__frame{align-items:center;gap:var(--space-sm);flex-direction:column;max-width:100%;max-height:100%;display:flex}.lightbox__image{aspect-ratio:1;width:1000px;height:auto;max-width:min(100%, 100vw - var(--space-2xl), 100dvh - 9rem);border-radius:var(--radius-media);-webkit-user-select:none;user-select:none;display:block}.lightbox__count{color:#ffffffa6;font-size:var(--type-body-small);font-variant-numeric:tabular-nums;text-align:center;margin:0}.lightbox__close,.lightbox__step{border-radius:var(--radius-circle);width:48px;height:48px;color:var(--white);cursor:pointer;-webkit-tap-highlight-color:transparent;background:#0000008c;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute}.lightbox__close{top:var(--space-lg);right:var(--space-lg)}.lightbox__close__glyph{width:16px;height:16px;display:block;position:relative}.lightbox__close__glyph:before,.lightbox__close__glyph:after{content:"";background:currentColor;width:16px;height:2px;position:absolute;top:7px;left:0}.lightbox__close__glyph:before{transform:rotate(45deg)}.lightbox__close__glyph:after{transform:rotate(-45deg)}.lightbox__step{margin-top:-24px;top:50%}.lightbox__step__glyph{border-top:2px solid;border-right:2px solid;width:12px;height:12px;display:block}.lightbox__step--previous{left:var(--space-lg)}.lightbox__step--previous .lightbox__step__glyph{margin-left:4px;transform:rotate(-135deg)}.lightbox__step--next{right:var(--space-lg)}.lightbox__step--next .lightbox__step__glyph{margin-right:4px;transform:rotate(45deg)}@keyframes lightbox-ground{0%{opacity:0}}@keyframes lightbox-arrive{0%{opacity:0;scale:.96}}@media (hover:hover){.lightbox__close,.lightbox__step{transition:background var(--duration-fast) var(--ease-standard), scale var(--duration-fast) var(--ease-spring)}.lightbox__close:hover,.lightbox__step:hover{background:#000000d9;scale:1.08}.lightbox__close:active,.lightbox__step:active{background:#000;scale:.96}}@media (width<=599px){.lightbox__step{top:auto;bottom:var(--space-lg);margin-top:0}.lightbox__step--previous{left:calc(50% - 60px)}.lightbox__step--next{right:calc(50% - 60px)}.lightbox__image{max-width:min(100%, 100vw - var(--space-2xl), 100dvh - 11rem)}}@media (prefers-reduced-motion:reduce){.lightbox[open],.lightbox[open] .lightbox__frame,.lightbox::backdrop{animation:none}}.eyebrow{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-sm);color:currentColor;font-size:var(--type-body-small);letter-spacing:.12em;text-transform:uppercase;font-weight:600;line-height:1;display:flex}.eyebrow:before{content:"";opacity:.5;background:currentColor;width:28px;height:2px}@media (width>=850px){.headline--centred+*,.eyebrow--centred{justify-content:center}.eyebrow--centred:after{content:"";opacity:.5;background:currentColor;width:28px;height:2px}}.about__eyebrow,.whats-new__eyebrow,.faq__eyebrow{color:var(--red)}.build-along__eyebrow,.news-preview__eyebrow,.news-index__earlier__eyebrow{color:var(--blue)}.last-year__eyebrow{color:var(--green)}.headline{--reveal-delay:.15s;margin-bottom:var(--space-md);color:var(--red);font-size:var(--type-heading);font-weight:300;line-height:var(--leading-heading);text-transform:uppercase;text-wrap:balance}.headline strong{font-weight:700}@media (width>=850px){.headline--centred{text-align:center}}.headline--blue{color:var(--blue)}.headline--green{color:var(--green)}.headline--white{color:var(--white)}@media (width>=850px){.headline{margin-bottom:var(--space-lg)}}.carousel__track{gap:var(--grid-gap);scroll-snap-type:x mandatory;overscroll-behavior-x:contain;padding-inline:var(--grid-gap);margin-inline:calc(var(--grid-gap) * -1);scroll-padding-inline:var(--grid-gap);display:flex;overflow-x:auto}.carousel__track:focus-visible{outline-offset:4px}.carousel__track{scrollbar-width:none}.carousel__track::-webkit-scrollbar{display:none}.carousel__slide{scroll-snap-align:center;flex:0 0 100%}.carousel__controls{z-index:1;justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-sm);display:flex;position:relative}.carousel__arrow{border-radius:var(--radius-circle);width:44px;height:44px;color:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:flex}.carousel__arrow:active{transform:scale(.88)}.carousel__arrow__glyph{border-top:3px solid;border-right:3px solid;width:12px;height:12px;display:block}.carousel__arrow--previous .carousel__arrow__glyph{margin-left:var(--space-2xs);transform:rotate(-135deg)}.carousel__arrow--next .carousel__arrow__glyph{margin-right:var(--space-2xs);transform:rotate(45deg)}.carousel__dots{align-items:center;gap:0;display:flex}.carousel__dot{width:28px;height:28px;color:inherit;cursor:pointer;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex}.carousel__dot:before{content:"";border-radius:var(--radius-circle);opacity:.45;background:currentColor;width:14px;height:14px;display:block}.carousel__dot:active:before{opacity:1;scale:1.25}.carousel__dot[aria-current=true]:before{opacity:1}@media (hover:hover){.carousel__track{padding-block:var(--space-xl) var(--space-2xl);margin-block:calc(var(--space-xl) * -1) calc(var(--space-2xl) * -1)}.carousel__arrow{transition:transform var(--duration-fast) var(--ease-standard)}.carousel__arrow:hover{transform:scale(1.15)}.carousel__arrow:active{transform:scale(.95)}.carousel__dot:before{transition:opacity var(--duration-fast) ease-out, scale var(--duration-fast) var(--ease-standard)}.carousel__dot:hover:before{opacity:1;scale:1.2}}@media (prefers-reduced-motion:reduce){.carousel__arrow{transition:none}.carousel__arrow:hover{transform:none}.carousel__dot:before{transition:none}.carousel__dot:hover:before{scale:1}}.highlights .carousel__slide{container:highlight/inline-size}.highlights__card{align-items:center;gap:var(--space-xs);padding:var(--space-sm);background:var(--white);border:1px solid var(--dark-grey);border-radius:var(--radius-card);display:flex}.highlights__card__image{border-radius:var(--radius-circle);object-fit:cover;-webkit-user-select:none;user-select:none;flex-shrink:0;width:64px;height:64px}.highlights__card__text{min-width:0}.highlights__card__badge{margin-bottom:var(--space-xs);padding:var(--space-2xs) var(--space-xs);background:var(--blue);border-radius:var(--radius-pill);color:var(--white);font-size:var(--type-caption);letter-spacing:.02em;text-transform:uppercase;font-weight:700;display:inline-block}.highlights__card__body{color:var(--blue);font-size:var(--type-body-small);text-wrap:pretty;line-height:1.35}.highlights__card__body strong{font-weight:700}@container highlight (width>=380px){.highlights__card{gap:var(--space-sm);padding:var(--space-sm) var(--space-lg) var(--space-sm) var(--space-sm)}.highlights__card .highlights__card__image{width:116px;height:116px}.highlights__card .highlights__card__badge{font-size:var(--type-body-small);padding:var(--space-2xs) var(--space-sm)}}.news-card{background:var(--white);border:1px solid var(--dark-grey);border-radius:var(--radius-card);height:100%;color:var(--body);flex-direction:column;text-decoration:none;display:flex;overflow:hidden}.news-card__media{display:block;position:relative;overflow:hidden}.news-card__thumbnail{aspect-ratio:16/10;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.news-card__text{gap:var(--space-2xs);min-width:0;padding:var(--space-sm) var(--space-md) var(--space-md);flex-direction:column;flex:auto;display:flex}.news-card__title{font-size:var(--type-body);text-wrap:pretty;font-weight:700;line-height:1.25}.news-card__foot{justify-content:space-between;align-items:center;gap:var(--space-sm);margin-top:auto;display:flex}.news-card__tag{font-size:var(--type-body-small);font-weight:600;line-height:1.2}.news-card__tag--blue{color:var(--blue)}.news-card__tag--green{color:var(--green)}.news-card__tag--red{color:var(--red)}.news-card__arrow{background:var(--yellow);border-radius:var(--radius-circle);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.news-card__arrow img{object-fit:contain;width:20px;height:20px;display:block}@media (hover:hover){.news-card:hover .news-card__arrow{transform:translate(4px)}.news-card:hover .news-card__thumbnail{transform:scale(1.05)}.news-card__arrow{transition:transform var(--duration-fast) var(--ease-spring)}.news-card__thumbnail{transition:transform var(--duration-slow) var(--ease-standard)}}@media (prefers-reduced-motion:reduce){.news-card__arrow,.news-card__thumbnail{transition:none}.news-card:hover .news-card__arrow,.news-card:hover .news-card__thumbnail{transform:none}}.news-lead{column-gap:var(--grid-gap);align-items:center;row-gap:var(--space-lg);color:var(--body);grid-template-columns:repeat(12,minmax(0,1fr));text-decoration:none;display:grid}.news-lead__media{border-radius:var(--radius-media);grid-column:span 12;display:block;overflow:hidden}.news-lead__image{aspect-ratio:16/10;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.news-lead__copy{align-items:flex-start;gap:var(--space-sm);flex-direction:column;grid-column:span 12;display:flex}.news-lead__meta{align-items:baseline;gap:var(--space-sm);font-size:var(--type-body-small);flex-wrap:wrap;line-height:1.2;display:flex}.news-lead__tag{letter-spacing:.08em;text-transform:uppercase;font-weight:600}.news-lead__tag--blue{color:var(--blue)}.news-lead__tag--green{color:var(--green)}.news-lead__tag--red{color:var(--red)}.news-lead__date{color:var(--muted)}.news-lead__title{font-size:var(--type-heading);font-weight:700;line-height:var(--leading-heading);text-wrap:balance}.news-lead__standfirst{-webkit-line-clamp:3;max-width:48ch;font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.news-lead__more{align-items:center;gap:var(--space-xs);margin-top:var(--space-2xs);color:var(--blue);font-size:var(--type-body);font-weight:700;display:inline-flex}.news-lead__more:after{content:"";border-top:2px solid;border-right:2px solid;width:8px;height:8px;transform:rotate(45deg)}@media (hover:hover){.news-lead__image{transition:transform var(--duration-slow) var(--ease-standard)}.news-lead__title{transition:color var(--duration-fast) var(--ease-standard)}.news-lead__more:after{transition:translate var(--duration-fast) var(--ease-standard)}.news-lead:hover .news-lead__image{transform:scale(1.02)}.news-lead:hover .news-lead__title{color:var(--blue)}.news-lead:hover .news-lead__more:after{translate:4px}}@media (width>=850px){.news-lead__media{grid-column:1/span 6}.news-lead__copy{grid-column:8/span 5}.news-lead__title{font-size:var(--type-heading-lead)}}@media (prefers-reduced-motion:reduce){.news-lead__image,.news-lead__title,.news-lead__more:after{transition:none}.news-lead:hover .news-lead__image{transform:none}.news-lead:hover .news-lead__more:after{translate:0}}:root{--torn-edge-height:28px}@media (width>=600px){:root{--torn-edge-height:40px}}@media (width>=1200px){:root{--torn-edge-height:56px}}:is(:where(.section,.page-header):has(>.torn-edge),:where(.section):has(>.decor-brick)){overflow:clip visible}:where(.section):has(>.torn-edge){z-index:1}.torn-edge{height:var(--torn-edge-height);pointer-events:none;display:block;position:absolute;left:50%}.torn-edge--orange,.torn-edge--blue,.torn-edge--green{width:126%}.torn-edge--red{width:183%}.torn-edge--top{bottom:100%;transform:translate(-50%)translateY(40%)}.torn-edge--bottom{top:100%;transform:translate(-50%)translateY(-40%)rotate(180deg)}.page-header{padding-top:calc(var(--section-space) * .55);padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .6));color:var(--white);--focus-ring:var(--white);--breadcrumb-muted:#ffffffbf;--breadcrumb-hover:var(--white);position:relative}.page-header--green{background:var(--green)}.page-header--blue{background:var(--blue)}.page-header--red{background:var(--red)}.page-header__breadcrumbs{margin-bottom:var(--space-lg);grid-column:container}.page-header__title{--reveal-delay:.15s;line-height:var(--leading-heading);text-wrap:balance;grid-column:container}.page-header__title strong{font-weight:700}.page-header--label .page-header__title{font-size:var(--type-heading);text-transform:uppercase;font-weight:300}.page-header--headline{padding-bottom:calc(calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .85)) + var(--hero-overlap,0px))}.page-header--headline .page-header__breadcrumbs{margin-bottom:var(--space-md)}.page-header--headline .page-header__title{max-width:18ch;font-size:var(--type-display);letter-spacing:-.015em;font-weight:700;line-height:1.08}@media (width>=850px){.page-header--label .page-header__title{font-size:var(--type-heading-lead);text-align:center}}@keyframes reveal-rise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:no-preference){.has-reveal [data-reveal]:not(.is-in),.has-reveal [data-reveal-stagger]:not(.is-in)>*{opacity:0}[data-reveal].is-in{animation:1s cubic-bezier(.22,1,.36,1) backwards reveal-rise;animation-delay:var(--reveal-delay,0s)}[data-reveal-stagger].is-in>*{animation:1s cubic-bezier(.22,1,.36,1) backwards reveal-rise}[data-reveal-stagger].is-in>:first-child{animation-delay:calc(var(--reveal-delay,0s) + 0s)}[data-reveal-stagger].is-in>:nth-child(2){animation-delay:calc(var(--reveal-delay,0s) + .1s)}[data-reveal-stagger].is-in>:nth-child(3){animation-delay:calc(var(--reveal-delay,0s) + .2s)}[data-reveal-stagger].is-in>:nth-child(4){animation-delay:calc(var(--reveal-delay,0s) + .3s)}[data-reveal-stagger].is-in>:nth-child(5){animation-delay:calc(var(--reveal-delay,0s) + .4s)}[data-reveal-stagger].is-in>:nth-child(6){animation-delay:calc(var(--reveal-delay,0s) + .5s)}[data-reveal-stagger].is-in>:nth-child(7){animation-delay:calc(var(--reveal-delay,0s) + .6s)}[data-reveal-stagger].is-in>:nth-child(8){animation-delay:calc(var(--reveal-delay,0s) + .7s)}}@media print{[data-reveal],[data-reveal-stagger]>*{opacity:1!important;animation:none!important}}@keyframes drift-rise{0%{translate:0 26px}to{translate:0 -26px}}@keyframes drift-sink{0%{translate:0 -26px}to{translate:0 26px}}@keyframes drift-spread-left{0%{translate:14px 18px}to{translate:-18px -14px}}@keyframes drift-spread-right{0%{translate:-14px 22px}to{translate:18px -10px}}@media (prefers-reduced-motion:no-preference){@supports (animation-timeline:view()){[data-drift]{animation:linear both drift-rise;animation-timeline:view();animation-range:cover}[data-drift=sink]{animation-name:drift-sink}[data-drift=spread-left]{animation-name:drift-spread-left}[data-drift=spread-right]{animation-name:drift-spread-right}}}[data-lift]{translate:0 var(--lift,0)}@media (hover:hover){[data-lift]{transition:translate var(--duration-fast) var(--ease-standard), box-shadow var(--duration-slow) var(--ease-standard)}[data-lift]:hover{--lift:-6px;box-shadow:var(--shadow-card-raised)}}@media (prefers-reduced-motion:reduce){[data-lift]{transition:none}[data-lift]:hover{--lift:0}}.decor-brick{z-index:2;filter:drop-shadow(0 8px 12px #0000002e);pointer-events:none;-webkit-user-select:none;user-select:none;width:clamp(58px,5.4vw,92px);height:auto;display:none;position:absolute}.decor-brick--right{right:clamp(12px,4vw,90px)}.decor-brick--left{left:clamp(12px,4vw,90px)}.decor-brick--bottom{bottom:0;transform:translateY(34%)}.decor-brick--top{top:0;transform:translateY(-66%)}@media (width>=900px){.decor-brick{display:block}}:root{--nav-height:60px;--nav-rule:4px;--marquee-height:0px;--marquee-figure-drop:0px;--header-height:calc(var(--nav-height) + var(--nav-rule) + var(--marquee-height))}@media (width>=1150px){:root{--nav-height:90px}}:root:has(.marquee){--marquee-height:50px;--marquee-figure-drop:38px}.header{z-index:9999999;border-top:var(--nav-rule) solid var(--yellow);transition:transform .42s cubic-bezier(.4,0,.2,1),box-shadow .42s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.header.is-floating{box-shadow:0 2px 14px #0000001f}.header.is-hidden{transform:translateY(calc(-100% - var(--marquee-figure-drop)))}@media (prefers-reduced-motion:reduce){.header{transition:none}.header.is-hidden{transform:none}}.has-nav-open{overflow:hidden}.has-nav-resizing .nav__menu,.has-nav-resizing .nav__list__item,.has-nav-resizing .nav__toggle__bars span{transition:none!important}.nav{width:100%;height:var(--nav-height);padding-inline:var(--grid-offset);background:var(--white);-webkit-user-select:none;user-select:none;align-items:center;display:flex;position:relative}.nav__branding{margin-right:50px}.nav__branding__logo img{width:auto;max-width:100%;height:34px;display:block}.nav__actions{align-items:center;gap:var(--space-sm);flex-shrink:0;margin-left:auto;display:flex}.nav__actions__tickets__short{display:none}.nav__toggle{cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:flex}.nav__toggle__bars{width:24px;height:18px;display:block;position:relative}.nav__toggle__bars span{background:var(--body);border-radius:2px;width:100%;height:3px;transition:transform .26s cubic-bezier(.22,1,.36,1),opacity .12s linear;display:block;position:absolute;left:0}.nav__toggle__bars span:first-child{top:0}.nav__toggle__bars span:nth-child(2){top:7.5px}.nav__toggle__bars span:nth-child(3){top:15px}.nav--open .nav__toggle__bars span:first-child{transform:translateY(7.5px)rotate(45deg)}.nav--open .nav__toggle__bars span:nth-child(2){opacity:0;transform:scaleX(0)}.nav--open .nav__toggle__bars span:nth-child(3){transform:translateY(-7.5px)rotate(-45deg)}.nav--open .nav__menu{visibility:visible;transition-delay:0s;transform:translate(0)}.nav--open .nav__list__item{opacity:1;transform:translate(0)}.nav--open .nav__list__item:first-child{transition-delay:.165s}.nav--open .nav__list__item:nth-child(2){transition-delay:.21s}.nav--open .nav__list__item:nth-child(3){transition-delay:.255s}.nav--open .nav__list__item:nth-child(4){transition-delay:.3s}.nav--open .nav__list__item:nth-child(5){transition-delay:.345s}.nav--open .nav__list__item:nth-child(6){transition-delay:.39s}.nav--open .nav__list__item:nth-child(7){transition-delay:.435s}.nav--open .nav__list__item:nth-child(8){transition-delay:.48s}.nav__menu{top:calc(var(--nav-height) + var(--nav-rule));z-index:2;padding:8px env(safe-area-inset-right) calc(32px + env(safe-area-inset-bottom)) env(safe-area-inset-left);background:var(--white);overscroll-behavior:contain;visibility:hidden;flex-direction:column;transition:transform .36s cubic-bezier(.32,.72,0,1),visibility 0s linear .36s;display:flex;position:fixed;bottom:0;left:0;right:0;overflow-y:auto;transform:translate(100%)}.nav__menu:focus-visible{outline:none!important}@media (width<=1149px){.header.is-hidden .nav:not(.nav--open) .nav__menu{display:none}}.nav__list{flex-direction:column;display:flex}.nav__list__item{opacity:0;transition:opacity .28s cubic-bezier(.22,1,.36,1),transform .28s cubic-bezier(.22,1,.36,1);transform:translate(24px)}.nav__list__item:not(:last-child){border-bottom:1px solid var(--dark-grey)}.nav__list__item__link{text-align:center;color:var(--body);font-weight:700;font-size:var(--type-subheading);text-transform:uppercase;-webkit-tap-highlight-color:transparent;padding:24px 28px;text-decoration:none;transition:color .15s ease-in-out,background .15s ease-in-out;display:block}.nav__list__item__link:active{background:var(--dark-grey)}.nav__list__item__link--active{background:var(--grey);color:var(--red)!important}@media (width<=560px){.nav__branding{margin-right:var(--space-md)}.nav__actions{gap:var(--space-xs)}.nav__actions__tickets{padding-inline:var(--space-sm)}.nav__actions__tickets__long{display:none}.nav__actions__tickets__short{display:inline}}@media (hover:hover){.nav__list__item__link:hover{color:var(--blue)}}@media (hover:hover) and (width<=1149px){.nav__list__item__link:hover{background:var(--grey);color:var(--blue)}}@media (prefers-reduced-motion:reduce){.nav__menu,.nav__list__item{transition:none!important;transform:none!important}.nav__toggle__bars span{transition:none!important}.nav__menu{visibility:hidden}.nav__list__item{opacity:0}.nav--open .nav__menu{visibility:visible}.nav--open .nav__list__item{opacity:1}}@media (width>=1150px){.nav__branding__logo img{height:60px}.nav__toggle{display:none}.nav__menu{width:auto;box-shadow:none;visibility:visible;background:0 0;flex-direction:row;flex:1;align-items:center;padding:0;transition:none;position:static;overflow:visible;transform:none}.nav__list{flex-direction:row;justify-content:center;align-items:center}.nav__list__item{opacity:1;transition:none;transform:none}.nav__list__item:not(:last-child){border-bottom:0;margin-right:20px}.nav__list__item__link{font-size:var(--type-body-small);background:0 0;padding:0}.nav__list__item__link--active{background:0 0}.nav__list__item__link{text-align:left}.nav__actions__tickets__long{display:inline}.nav__actions__tickets__short{display:none}}.marquee{z-index:1;width:100%;position:relative}.marquee__box{width:100%;height:var(--marquee-height);background:var(--blue);text-decoration:none;display:block;overflow:hidden}.marquee__box:before,.marquee__box:after{content:"";z-index:99;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.marquee__box:before{background:linear-gradient(90deg, var(--blue) 0%, #fff0 100%);left:0}.marquee__box:after{background:linear-gradient(90deg, #fff0 0%, var(--blue) 100%);right:0}.marquee__content{align-items:center;height:100%;display:flex}.marquee__content__item{padding:0 var(--space-xl);color:var(--white);font-size:var(--type-body-small);text-transform:uppercase;white-space:nowrap;font-weight:500;text-decoration:none;position:relative}.marquee__content__item:after{content:"";width:8px;height:8px;margin-top:calc(var(--space-2xs) * -1);background:var(--white);border-radius:var(--radius-circle);position:absolute;top:50%;right:-4px}.marquee__minifigure{bottom:calc(var(--marquee-figure-drop) * -1);z-index:99;pointer-events:none;-webkit-user-select:none;user-select:none;width:auto;height:70px;display:block;position:absolute;left:20px}@media (width>=850px){.marquee__content__item{font-size:var(--type-body)}.marquee__minifigure{left:40px}}.section{position:relative}.section__container{grid-template-columns:[start] minmax(var(--grid-offset), 1fr) [wide-start container-start] repeat(12, minmax(0, 56px)) [container-end wide-end] minmax(var(--grid-offset), 1fr) [end];column-gap:var(--grid-gap);display:grid}.section__container>*{grid-column:container}.section__container--full{grid-template-columns:[start] var(--grid-offset) [wide-start container-start] minmax(0, 1fr) [container-end wide-end] var(--grid-offset) [end]}.section__h1{margin-bottom:var(--space-xl);color:var(--body);text-transform:uppercase;text-wrap:pretty;font-size:22px;font-weight:300;line-height:1}.section__h1 strong{font-size:160%;font-weight:700}.section__h1--red{color:var(--red)}.section__h1--white,.section__h1--white strong{color:var(--white)}.section__h2{margin-bottom:var(--space-lg);color:var(--dark-blue);text-transform:uppercase;font-size:18px;font-weight:700;line-height:1}.section__h3{margin-bottom:var(--space-2xs);color:var(--red);font-size:16px;font-weight:700;line-height:1}.section__p{margin-bottom:var(--space-xl);font-size:16px;line-height:1.4}.section__divider{width:100%;height:2px;margin:0 auto var(--space-lg) auto;background:#006cb633;display:block}.footer{background:var(--grey);margin-top:50px;padding:50px 0}.footer__container{margin:0 20px}.footer__top{flex-direction:column;display:flex}.footer__column{width:100%}.footer__links{margin-bottom:25px}.footer__links__item{padding:8px 0;display:block}.footer__link{color:var(--body);cursor:pointer;font-size:14px;text-decoration:none}.footer__link--title{font-weight:700}.footer__link:hover{text-decoration:underline}.footer__legal{margin-top:10px;font-size:10px}.footer__divider{background:var(--dark-grey);height:1px;margin:30px auto}@media (width>=850px){.footer__container{margin:0 40px}.footer__top{flex-direction:row}.footer__column{width:50%;display:flex}.footer__column__column{width:50%}.footer__links{margin:0}}.hero{background:var(--body);flex-direction:column;justify-content:flex-end;height:480px;display:flex;position:relative;overflow:hidden}.hero__media{position:absolute;inset:0}.hero__media__video{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.hero__media__scrim{pointer-events:none;background:linear-gradient(#0000 15%,#0009 55%,#000c 100%);position:absolute;inset:0}.hero__content{justify-items:start;row-gap:var(--space-lg);padding-bottom:var(--space-2xl);position:relative}.hero__badge{padding:var(--space-xs) var(--space-md);background:var(--red);border-radius:var(--radius-pill);color:var(--white);font-size:var(--type-body-small);font-weight:500;line-height:1;display:inline-block}.hero__badge strong{font-weight:700}.hero__title{max-width:15ch;color:var(--white);font-size:var(--type-display);letter-spacing:-.015em;text-wrap:balance;text-shadow:0 4px 18px #00000059;font-weight:700;line-height:1.04}.hero__subtitle{max-width:584px;color:var(--white);font-size:var(--type-subheading);text-shadow:0 0 8px #00000059;font-weight:700;line-height:1.3}.hero__actions{align-items:center;gap:var(--space-md) var(--space-xl);flex-wrap:wrap;display:flex}.hero__actions__secondary{color:var(--white);font-size:var(--type-body);text-underline-offset:6px;text-shadow:0 0 8px #00000073;font-weight:500;text-decoration:underline;text-decoration-thickness:1px}.hero__footage-toggle{margin-top:var(--space-2xs)}.hero__footage-toggle__control{align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md) var(--space-xs) var(--space-sm);border-radius:var(--radius-pill);color:var(--white);font-size:var(--type-body-small);cursor:pointer;background:#0000008c;border:0;font-weight:600;line-height:1;display:inline-flex}.hero__footage-toggle__glyph{background:linear-gradient(90deg,currentColor 0 3px,#0000 3px 6px,currentColor 6px 9px);width:9px;height:11px;display:block}.hero__footage-toggle__control.is-paused .hero__footage-toggle__glyph{clip-path:polygon(0 0,100% 50%,0 100%);background:currentColor;width:10px}@media (hover:hover){.hero__footage-toggle__control{transition:background var(--duration-fast) var(--ease-standard), translate var(--duration-fast) var(--ease-spring), scale var(--duration-fast) var(--ease-spring)}.hero__footage-toggle__control:hover{background:#000000d9;translate:0 -2px;scale:1.06}.hero__footage-toggle__control:active{background:#000;translate:0 1px;scale:.98}.hero__actions__secondary{transition:text-underline-offset var(--duration-fast) var(--ease-standard)}.hero__actions__secondary:hover{text-underline-offset:3px}}@media (width>=850px){.hero{height:720px}.hero__content{row-gap:var(--space-lg);padding-bottom:calc(var(--space-2xl) * 2)}.hero__badge{margin-bottom:calc(var(--space-xs) * -1)}.hero__footage-toggle{margin-top:var(--space-xs)}}.visit-info{padding-top:calc(var(--section-space) * .55);padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .4));background:var(--orange);position:relative}.visit-info__layout{column-gap:var(--grid-gap);row-gap:var(--space-md);grid-column:container;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.visit-info__plan{grid-column:span 12}.visit-info__eyebrow{color:var(--white)}.visit-info__facts{column-gap:var(--grid-gap);row-gap:var(--space-xs);grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.visit-info__facts__item{align-items:center;gap:var(--space-xs);padding:var(--space-xs);background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);grid-column:span 12;display:flex}.visit-info__facts__item__icon{background:var(--orange);border-radius:var(--radius-small);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.visit-info__facts__item__icon img{width:22px;height:auto;display:block}.visit-info__facts__item__text{gap:var(--space-2xs);flex-direction:column;min-width:0;display:flex}.visit-info__facts__item__label{color:var(--muted);font-size:var(--type-body-small);line-height:1.2}.visit-info__facts__item__value{color:var(--body);font-size:var(--type-body);text-wrap:balance;font-weight:700;line-height:1.2}.visit-info__action{--panel-inset:var(--space-md);--notch-radius:12px;padding:var(--panel-inset);background:var(--white);border-radius:var(--radius-media);box-shadow:var(--shadow-card-raised);text-align:center;flex-direction:column;grid-column:span 12;display:flex;position:relative;overflow:hidden}.visit-info__action__ribbon{background:var(--dark-green);width:150px;color:var(--white);font-size:var(--type-caption);letter-spacing:.06em;text-transform:uppercase;padding:0;font-weight:700;line-height:1.35;position:absolute;top:28px;right:-37px;transform:rotate(45deg)}.visit-info__action__price{justify-content:center;align-items:baseline;gap:var(--space-xs);margin:0 0 var(--space-sm);color:var(--body);display:flex}.visit-info__action__price__from{font-size:var(--type-body)}.visit-info__action__price__amount{font-size:var(--type-heading-lead);font-weight:700;line-height:1}.visit-info__action__note{margin:var(--space-md) calc(var(--panel-inset) * -1) calc(var(--panel-inset) * -1);padding:var(--space-md) var(--panel-inset);background:var(--grey);border-top:2px dashed var(--dark-grey);border-radius:0 0 var(--radius-media) var(--radius-media);color:var(--muted);font-size:var(--type-caption);text-wrap:balance;line-height:1.35;position:relative}.visit-info__action__note span{display:block}.visit-info__action__note:before,.visit-info__action__note:after{content:"";width:var(--notch-radius);height:calc(var(--notch-radius) * 2);background:var(--orange);position:absolute;top:-1px;transform:translateY(-50%);box-shadow:inset 0 2px 3px #0000001f}.visit-info__action__note:before{border-radius:0 var(--radius-pill) var(--radius-pill) 0;left:0}.visit-info__action__note:after{border-radius:var(--radius-pill) 0 0 var(--radius-pill);right:0}@media (width>=600px){.visit-info__facts{row-gap:var(--space-sm)}.visit-info__facts__item{grid-column:span 6}}@media (width>=850px){.visit-info__layout{align-items:center}.visit-info__plan{grid-column:1/span 6}.visit-info__action{--panel-inset:var(--space-lg);grid-column:8/span 5}.visit-info__eyebrow{margin-bottom:var(--space-sm)}}@media (width>=1200px){.visit-info__plan{grid-column:1/span 7}.visit-info__action{grid-column:9/span 4}}.about{padding-top:calc(var(--torn-edge-height) * .6 + var(--section-space));padding-bottom:calc(var(--section-space) * .85)}.about__layout{column-gap:var(--grid-gap);row-gap:var(--space-xl);grid-column:container;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.about__copy{grid-column:span 12}.about__copy .headline{font-size:var(--type-heading-lead)}.about__copy__lead{max-width:45ch;font-size:var(--type-subheading);line-height:var(--leading-body);text-wrap:pretty}.about__copy__lead strong{font-weight:700}.about__visual{border-radius:var(--radius-media);box-shadow:var(--shadow-card);grid-column:span 12;overflow:hidden}.about__visual img{aspect-ratio:16/10;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}@media (width>=850px){.about__layout{align-items:center}.about__copy{grid-column:1/span 5}.about__visual{grid-column:7/span 6}}.whats-new{padding-top:calc(var(--section-space) * .85);padding-bottom:calc(var(--section-space) * .85);background:var(--grey);position:relative}.whats-new__layout{column-gap:var(--grid-gap);row-gap:var(--space-lg);grid-column:container;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.whats-new__visual{border-radius:var(--radius-media);grid-column:span 12;overflow:hidden}.whats-new__visual img{-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.whats-new__copy{color:var(--blue);grid-column:span 12}.whats-new__copy__lead{max-width:45ch;margin-bottom:var(--space-lg);color:var(--body);font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty}.whats-new__copy__lead strong{font-weight:700}.whats-new__outro{max-width:62ch;margin:var(--space-xl) auto 0 auto;color:var(--body);font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty;grid-column:span 12}.whats-new__outro__link{color:var(--blue);text-underline-offset:6px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}@media (hover:hover){.whats-new__outro__link{transition:text-underline-offset var(--duration-fast) var(--ease-standard)}.whats-new__outro__link:hover{text-underline-offset:3px}}@media (width>=850px){.whats-new__layout{align-items:start}.whats-new__outro{text-align:center}.whats-new__visual{grid-area:1/1/auto/span 6;align-self:center}.whats-new__copy{grid-area:1/8/auto/span 5}}.build-along{padding-top:calc(var(--section-space) * .85);padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .85))}.build-along__layout{column-gap:var(--grid-gap);row-gap:var(--space-xl);grid-column:container;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.build-along__copy{grid-column:span 12}.build-along__copy__lead{max-width:45ch;font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty}.build-along__copy__lead strong{font-weight:700}.build-along__gallery{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl);grid-column:span 12;grid-template-columns:1fr 1fr;display:grid}.build-along__gallery__photo{aspect-ratio:1;object-fit:cover;border-radius:var(--radius-media);width:100%;height:auto;box-shadow:var(--shadow-card-raised);object-fit:cover;-webkit-user-select:none;user-select:none;display:block}.build-along__gallery__photo--first{rotate:-4deg}.build-along__gallery__photo--second{margin-top:calc(var(--space-lg) * -1);rotate:4deg}@media (width>=850px){.build-along__layout{align-items:center}.build-along__copy{grid-column:1/span 5}.build-along__gallery{gap:var(--space-lg);grid-column:7/span 6}.build-along__gallery__photo--second{margin-top:calc(var(--space-xl) * -1)}}@media (prefers-reduced-motion:reduce){.build-along__gallery__photo--first,.build-along__gallery__photo--second{rotate:none}}.news-preview{padding-top:calc(var(--torn-edge-height) * .6 + var(--section-space));padding-bottom:var(--section-space);background:var(--grey);position:relative}.news-preview__carousel{color:var(--blue);grid-column:container}.news-preview__item{display:flex}.news-preview__more{margin-top:var(--space-lg);text-align:center}.news-preview__more__link{color:var(--blue);font-size:var(--type-body);text-underline-offset:6px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}@media (hover:hover){.news-preview__more__link{transition:text-underline-offset var(--duration-fast) var(--ease-standard)}.news-preview__more__link:hover{text-underline-offset:3px}}@media (width>=700px){.news-preview__list{justify-content:center;row-gap:var(--space-md);scroll-snap-type:none;flex-wrap:wrap;overflow-x:visible}.news-preview__item{flex:0 1 calc((100% - var(--grid-gap)) / 2)}.news-preview__controls{display:none}}@media (width>=1000px){.news-preview__item{flex-basis:calc((100% - 3 * var(--grid-gap)) / 4)}}@media (width>=850px){.news-preview__more{margin-top:var(--space-xl)}}.last-year{padding-top:calc(var(--section-space) * .8);padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .8))}.last-year__video{grid-column:container}.last-year__caption{align-items:center;gap:var(--space-lg);margin-top:calc(var(--section-space) * 1.4);color:var(--body);font-size:var(--type-body-small);letter-spacing:.12em;text-transform:uppercase;grid-column:container;font-weight:600;line-height:1;display:flex}.last-year__caption:before,.last-year__caption:after{content:"";background:var(--dark-grey);flex:1 1 0;height:1px}.last-year__caption__text{text-align:center;flex:0 auto;min-width:0;line-height:1.4}.last-year__strip{padding-block:var(--space-xs);margin-top:calc(var(--space-xl) - var(--space-xs));margin-bottom:calc(var(--space-xs) * -1);overflow:hidden}.last-year__strip:focus-visible{outline-offset:-4px}.last-year__strip__track{gap:var(--space-sm);will-change:transform;width:max-content;display:flex}.last-year__strip__item{flex:none}.last-year__strip__item__open{border-radius:var(--radius-card);cursor:pointer;-webkit-tap-highlight-color:transparent;background:0 0;border:0;padding:0;display:block;overflow:hidden}.last-year__strip__item__open:focus-visible{outline-offset:3px}.last-year__strip__item img{border-radius:var(--radius-card);object-fit:cover;-webkit-user-select:none;user-select:none;width:168px;height:168px;display:block}@media (width>=850px){.last-year__video{justify-self:center;width:100%;max-width:660px}.last-year__strip__track{gap:var(--space-sm)}.last-year__strip__item img{width:180px;height:180px}}@media (hover:hover){.last-year__strip__item__open img{transition:scale var(--duration-slow) var(--ease-standard)}.last-year__strip__item__open:hover img{scale:1.06}}@media (prefers-reduced-motion:reduce){.last-year__strip{overscroll-behavior-x:contain;scrollbar-width:none;overflow-x:auto}.last-year__strip::-webkit-scrollbar{display:none}}.faq{padding-top:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .8));padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .8));background:var(--blue);color:var(--white);--focus-ring:var(--white);position:relative}.faq__eyebrow{color:var(--white)}.faq__list{justify-content:center;justify-self:center;gap:var(--space-sm);flex-wrap:wrap;grid-column:container;max-width:700px;display:flex}.faq__item{background:var(--white);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:0;flex:100%;overflow:hidden}.faq__item__link{justify-content:space-between;align-items:center;gap:var(--space-sm);min-height:48px;padding:var(--space-xs) var(--space-md);color:var(--body);font-size:var(--type-body-small);white-space:nowrap;font-weight:700;line-height:1.25;text-decoration:none;display:flex}.faq__item__glyph{width:9px;height:9px;margin-right:var(--space-2xs);border-top:2px solid var(--blue);border-right:2px solid var(--blue);flex-shrink:0;transform:rotate(45deg)}.faq__more{margin-top:var(--space-lg);text-align:center;grid-column:container}.faq__more__link{color:var(--white);font-size:var(--type-body);text-underline-offset:6px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}@media (hover:hover){.faq__item{transition:box-shadow var(--duration-fast) ease-out, translate var(--duration-fast) var(--ease-standard)}.faq__item:hover{box-shadow:var(--shadow-card-raised);translate:0 -3px}.faq__item__glyph{transition:translate var(--duration-fast) var(--ease-standard)}.faq__item__link:hover .faq__item__glyph{translate:4px}.faq__more__link{transition:text-underline-offset var(--duration-fast) var(--ease-standard)}.faq__more__link:hover{text-underline-offset:3px}}@media (width>=1200px){.faq__list{max-width:none}}@media (width>=700px){.faq__item{flex:0 auto}.faq__item__link{padding:var(--space-sm) var(--space-lg)}}@media (prefers-reduced-motion:reduce){.faq__item,.faq__item__glyph{transition:none}}.faq-page{padding-bottom:var(--section-space)}.faq-page__search{width:100%;max-width:504px;margin-top:var(--space-lg);grid-column:container;justify-self:center;align-items:center;display:flex;position:relative}.faq-page__search__glyph{left:var(--space-md);border-radius:var(--radius-circle);pointer-events:none;border:2px solid;width:15px;height:15px;position:absolute}.faq-page__search__glyph:after{content:"";background:currentColor;width:7px;height:2px;position:absolute;top:12px;left:12px;transform:rotate(45deg)}.faq-page__search__input{width:100%;min-height:56px;padding:var(--space-sm) var(--space-md) var(--space-sm) calc(var(--space-md) + 15px + var(--space-sm));border:2px solid var(--white);border-radius:var(--radius-small);color:var(--white);font-family:inherit;font-size:var(--type-body);appearance:none;background:#0000002e}.faq-page__search__input::placeholder{color:#fffc;font-style:italic}.faq-page__search__input::-webkit-search-cancel-button{appearance:none}.faq-page__search__clear{right:var(--space-xs);border-radius:var(--radius-circle);width:40px;height:40px;color:var(--white);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:0;display:flex;position:absolute}.faq-page__search__clear[hidden]{display:none}.faq-page__search__clear__glyph{width:14px;height:14px;display:block;position:relative}.faq-page__search__clear__glyph:before,.faq-page__search__clear__glyph:after{content:"";background:currentColor;width:14px;height:2px;position:absolute;top:6px;left:0}.faq-page__search__clear__glyph:before{transform:rotate(45deg)}.faq-page__search__clear__glyph:after{transform:rotate(-45deg)}.faq-page__body{padding-top:var(--section-space)}.faq-page__filters{justify-content:safe center;gap:var(--space-xs);overscroll-behavior-x:contain;padding-inline:max(var(--grid-offset) + var(--grid-gap), (100% - 1112px) / 2);scroll-padding-inline:max(var(--grid-offset) + var(--grid-gap), (100% - 1112px) / 2);margin-bottom:var(--space-xl);scrollbar-width:none;grid-column:start/end;display:flex;overflow-x:auto}.faq-page__filters::-webkit-scrollbar{display:none}.faq-page__filters__item{min-height:40px;padding:var(--space-xs) var(--space-lg);border:1px solid var(--white);border-radius:var(--radius-pill);color:var(--white);font-family:inherit;font-size:var(--type-body-small);cursor:pointer;background:#f39a0a99;flex-shrink:0;line-height:1.4}.faq-page__filters__item[aria-pressed=true]{background:var(--orange)}.faq-page__list{gap:var(--space-md);flex-direction:column;grid-column:container;justify-self:center;width:100%;max-width:712px;display:flex}.faq-page mark{background:var(--yellow);color:var(--body)}.faq-page__item{background:var(--white);border:1px solid var(--orange);border-radius:var(--radius-card)}.has-reveal .faq-page__item{opacity:0}.faq-page__item.is-entering{animation:faq-enter .45s var(--ease-standard) both;animation-delay:var(--faq-enter-delay,0s)}.faq-page__item:target{border-width:2px}.faq-page__item__question{justify-content:space-between;align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);color:var(--body);font-size:var(--type-subheading);text-wrap:pretty;cursor:pointer;-webkit-user-select:none;user-select:none;font-weight:700;line-height:1.3;list-style:none;display:flex}.faq-page__item__question::-webkit-details-marker{display:none}.faq-page__item__glyph{border-right:2px solid var(--body);border-bottom:2px solid var(--body);flex-shrink:0;width:11px;height:11px;transform:translateY(-25%)rotate(45deg)}.faq-page__item[open] .faq-page__item__glyph{transform:translateY(25%)rotate(-135deg)}.faq-page__item__answer{padding:var(--space-sm) var(--space-lg) var(--space-lg);font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty}.faq-page__item__answer strong{font-weight:700}.faq-page__item__answer p+p,.faq-page__item__answer p+ul{margin-top:var(--space-sm)}.faq-page__item__answer__heading{margin-top:var(--space-md);font-size:var(--type-body);font-weight:700;line-height:1.3}.faq-page__item__answer__heading+p,.faq-page__item__answer__heading+ul{margin-top:var(--space-2xs)}.faq-page__item__answer__list{padding-left:var(--space-md);list-style:outside}.faq-page__item__answer__list li+li{margin-top:var(--space-2xs)}.faq-page__item__answer__list::marker{color:var(--orange)}.faq-page__empty{margin-top:var(--space-lg);font-size:var(--type-body);text-align:center;grid-column:container}.faq-page__empty__link{color:var(--blue);text-underline-offset:6px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}@keyframes faq-enter{0%{opacity:0;translate:0 10px}to{opacity:1;translate:0}}@media (width>=850px){.faq-page__filters{flex-wrap:wrap;overflow:visible}}@media (hover:hover){.faq-page__search__clear{transition:background var(--duration-fast) ease-out}.faq-page__search__clear:hover{background:#00000040}.faq-page__filters__item{transition:background var(--duration-fast) ease-out}.faq-page__filters__item:hover{background:var(--orange)}.faq-page__item__question{border-radius:inherit;transition:background var(--duration-fast) ease-out}.faq-page__item__question:hover{background:#f39a0a0d}.faq-page__item__glyph{transition:transform var(--duration-fast) var(--ease-standard)}.faq-page__empty__link{transition:text-underline-offset var(--duration-fast) var(--ease-standard)}.faq-page__empty__link:hover{text-underline-offset:3px}}@media (prefers-reduced-motion:reduce){.faq-page__filters__item,.faq-page__item__question,.faq-page__item__glyph{transition:none}.faq-page__item.is-entering{animation:none}}.newsletter{width:100%;padding-top:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .55));padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .45));background:var(--green);color:var(--white);position:relative}.newsletter__content{justify-content:center;align-items:center;display:flex}.newsletter__lead{max-width:52ch;font-size:var(--type-body);line-height:var(--leading-body);text-wrap:balance}.newsletter__eyebrow{color:var(--white)}.newsletter__form{max-width:520px;margin:var(--space-lg) auto 0 auto;display:block}.newsletter__form__row{gap:var(--space-xs);flex-wrap:wrap;display:flex}.newsletter__form__row .button{flex:auto}.newsletter__form__fieldset{margin-bottom:var(--space-md);display:block}.newsletter__form__label{margin-bottom:var(--space-2xs);font-size:var(--type-body-small);font-weight:700;line-height:1.4;display:block}.newsletter__form__gdpr{align-items:flex-start;gap:var(--space-xs);font-size:var(--type-body-small);text-align:left;text-wrap:pretty;cursor:pointer;line-height:1.45;display:flex}.newsletter__form__input{width:100%;min-height:44px;padding:var(--space-xs) var(--space-md);border-radius:var(--radius-small);color:var(--white);font-family:Poppins,Poppins Fallback,sans-serif;font-style:normal;font-weight:400;font-size:var(--type-body-small);appearance:none;resize:none;background:#0000002e;border:1px solid #ffffff8c;flex:999 220px;display:block}.newsletter__form__input::placeholder{color:#ffffffb3}.newsletter__form__input[aria-invalid=true]{border-color:var(--white);box-shadow:0 0 0 2px #ffffff8c}.newsletter__form__checkbox{width:20px;min-width:20px;height:20px;min-height:20px;margin:var(--space-2xs) 0 0 0;border:1px solid var(--white);appearance:none;resize:none;cursor:pointer;border-radius:3px;padding:0;transition:background .1s ease-in-out;display:block;position:relative}.newsletter__form__checkbox:before{content:"";background:var(--body);clip-path:polygon(28% 44%,0 63%,50% 92%,100% 16%,80% 0%,43% 62%);width:14px;height:14px;transition:transform .12s ease-in-out;display:block;position:absolute;top:2px;left:2px;transform:scale(0)}.newsletter__form__checkbox:checked{background:var(--white)}.newsletter__form__checkbox:checked:before{transform:none}.newsletter__form__error{align-items:center;gap:var(--space-xs);width:fit-content;margin-top:var(--space-xs);padding:var(--space-2xs) var(--space-sm);border-radius:var(--radius-small);color:var(--white);font-size:var(--type-caption);background:#0000002e;line-height:1.35;display:flex}.newsletter__form__error:before{content:"";border-radius:var(--radius-circle);background:#ff8f8a;flex:none;width:6px;height:6px}.newsletter__form__confirmation{width:fit-content;margin:0 auto var(--space-lg) auto;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-small);color:var(--white);font-size:var(--type-body-small);text-align:center;background:#0000002e;font-weight:600;line-height:1.4;display:block}.newsletter__form__confirmation--error{border-left:3px solid #ff8f8a}@media (width>=850px){.newsletter{text-align:center}.newsletter__lead{margin-inline:auto}}.partners{padding-top:calc(var(--torn-edge-height) * .6 + var(--section-space));padding-bottom:var(--space-lg)}.partners__grid{grid-column-gap:32px;grid-row-gap:28px;grid-template-columns:repeat(4,1fr);align-items:center;width:100%;display:grid}.partners__grid__item{justify-content:center;align-items:center;height:56px;display:flex}.partners__grid__item a{justify-content:center;align-items:center;max-width:100%;height:100%;display:flex}.partners__grid__item img{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:66%;display:block}.partners__grid__item--lego img,.partners__grid__item--dc img{max-height:100%}.partners__grid__item--unicef img{max-height:86%}@media (width>=700px){.partners__grid{grid-template-columns:repeat(8,1fr)}}.news-index{position:relative}.news-index__lead{padding-top:var(--section-space);padding-bottom:var(--section-space)}.news-index__lead>*{grid-column:container}.news-index__earlier{padding-top:var(--section-space);padding-bottom:calc(var(--section-space) * .8);background:var(--grey);position:relative}.news-index__list{gap:var(--grid-gap);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));display:grid}.news-index__item{display:flex}.news-article{--hero-overlap:32px;padding-bottom:var(--section-space);position:relative}.news-article__meta{align-items:baseline;gap:var(--space-sm);margin-bottom:var(--space-md);font-size:var(--type-body-small);flex-wrap:wrap;grid-column:container;line-height:1.2;display:flex}.news-article__meta__tag{padding:var(--space-2xs) var(--space-sm);border-radius:var(--radius-pill);letter-spacing:.08em;text-transform:uppercase;background:#ffffff2e;font-weight:700}.news-article__meta__date{color:#ffffffd9}.news-article__hero{z-index:2;margin-top:calc(var(--hero-overlap) * -1);border-radius:var(--radius-media);box-shadow:var(--shadow-card-raised);grid-column:container;position:relative;overflow:hidden}.news-article__hero img{aspect-ratio:2.5;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.news-article__body{padding-top:var(--space-2xl)}.news-article__standfirst,.news-article__paragraph,.news-article__heading,.news-article__list{grid-column:container;justify-self:center;width:100%;max-width:660px}.news-article__standfirst{margin-bottom:var(--space-xl);font-size:var(--type-subheading);text-wrap:pretty;font-weight:500;line-height:1.6}.news-article__paragraph,.news-article__list{margin-bottom:var(--space-lg);font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty}.news-article__paragraph strong,.news-article__list strong{font-weight:700}.news-article__heading{margin-top:var(--space-xl);margin-bottom:var(--space-sm);color:var(--blue);font-size:var(--type-heading);font-weight:700;line-height:var(--leading-heading);text-wrap:balance}.news-article__list{padding-left:var(--space-lg);list-style:outside}.news-article__list__item{margin-bottom:var(--space-xs)}.news-article__list__item::marker{color:var(--blue)}.news-article__figure{column-gap:var(--grid-gap);align-items:center;row-gap:var(--space-md);margin-block:var(--space-2xl);grid-column:container;grid-template-columns:repeat(12,minmax(0,1fr));display:grid}.news-article__figure__image{border-radius:var(--radius-media);grid-column:span 12;overflow:hidden}.news-article__figure__image img{aspect-ratio:1;object-fit:cover;-webkit-user-select:none;user-select:none;width:100%;height:auto;display:block}.news-article__figure__content{grid-column:span 12}.news-article__figure__title{margin-bottom:var(--space-sm);font-size:var(--type-subheading);font-weight:700;line-height:var(--leading-heading);text-wrap:balance}.news-article__figure__text{font-size:var(--type-body);line-height:var(--leading-body);text-wrap:pretty}.news-article__figure__text strong{font-weight:700}.news-article__related{margin-top:calc(var(--torn-edge-height) * .6 + var(--space-2xl));padding-top:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .55));padding-bottom:calc(var(--torn-edge-height) * .6 + calc(var(--section-space) * .6));background:var(--blue);color:var(--white);--focus-ring:var(--white);position:relative}.news-article__related__list{gap:var(--grid-gap);margin-top:var(--space-lg);grid-template-columns:repeat(auto-fit,minmax(min(100%,300px),1fr));display:grid}.news-article__related__item{display:flex}@media (width>=700px){.news-article{--hero-overlap:64px}}@media (width>=850px){.news-article__figure__image{grid-column:1/span 5}.news-article__figure__content{grid-column:7/span 6}.news-article__figure--right .news-article__figure__image{order:1;grid-column:8/span 5}.news-article__figure--right .news-article__figure__content{grid-column:1/span 6}}.floorplan__container{-webkit-user-select:none;user-select:none;background:radial-gradient(circle,#fff 0%,#ffcf00 100%);border-radius:25px;position:relative;overflow:hidden;transform:translateZ(0)}.floorplan__map{width:100%;height:calc(100 * var(--vh) - 164px);min-height:350px;max-height:750px;display:block;position:relative;background:0 0!important}.floorplan__close{opacity:0;pointer-events:none;z-index:999;position:absolute;top:10px;right:10px}.floorplan__close__button{height:50px;color:var(--body);appearance:none;cursor:pointer;touch-action:manipulation;background:#fff8da;border:none;border-radius:25px;justify-content:center;align-items:center;padding:0 20px;text-decoration:none;display:flex}.floorplan__close__button__icon{margin-right:5px}.floorplan__close__button__text{font-weight:600;line-height:1}.floorplan__close__button svg{width:20px;height:auto;display:block}.floorplan__navigation{z-index:999;display:flex;position:absolute;bottom:0;right:0}.floorplan__navigation__button{height:72px;color:var(--body);text-align:center;appearance:none;cursor:pointer;touch-action:manipulation;background:#fff8da;border:none;border-top-left-radius:20px;justify-content:center;align-items:center;padding:0 30px;text-decoration:none;display:flex;position:relative}.floorplan__navigation__button svg{width:24px;height:auto;display:block}.floorplan__navigation__button--zoomout{margin-right:-24px;padding:0 50px 0 30px}.floorplan__navigation__button--zoomin{z-index:1;background:#ffe67d}.floorplan__overlay{width:100%;height:100%;color:var(--black);text-transform:uppercase;cursor:pointer;z-index:999;background:#ffcf00e6;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:flex;position:absolute;inset:0}.floorplan__marker{background:var(--white);border-radius:var(--radius-circle);border:2px solid var(--body);width:30px;height:30px;color:var(--body);text-transform:uppercase;cursor:pointer;justify-content:center;align-items:center;font-size:18px;font-weight:700;line-height:1;display:flex!important}.floorplan__marker--camera{background:var(--yellow);cursor:default}.floorplan__tooltip{font-family:Poppins,Poppins Fallback,sans-serif;font-style:normal;font-weight:400}.floorplan__tooltip__title{color:var(--body);margin:0 0 20px;font-size:18px;font-weight:700;line-height:1}.floorplan__tooltip__title--purple{color:#9d509a}.floorplan__tooltip__title--green{color:#44962b}.floorplan__tooltip__title--orange{color:#e37700}.floorplan__tooltip__title--grey{color:#516465}.floorplan__tooltip__text{margin:0;font-size:16px;line-height:1.4}.floorplan--standalone .floorplan__container{background:var(--yellow);border-radius:0}.floorplan--standalone .floorplan__map{height:calc(100 * var(--vh));max-height:none}.floorplan--active .floorplan__overlay{opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}.floorplan--active .floorplan__close{opacity:1;pointer-events:all}@media (hover:hover){.floorplan__close__button{transition:background .2s ease-in-out,color .2s ease-in-out}.floorplan__close__button:hover{background:var(--blue);color:var(--white)}.floorplan__navigation__button{transition:background .2s ease-in-out,color .2s ease-in-out}.floorplan__navigation__button:hover{background:var(--blue);color:var(--white)}.floorplan__marker{transition:background .2s ease-in-out,color .2s ease-in-out}.floorplan__marker:hover{background:var(--yellow);color:var(--white)}}.splash{height:calc(100 * var(--vh));background:var(--yellow) url(/layout/splash/flares.webp) top right 20% no-repeat;background-size:auto 150%;padding-top:75px;position:relative}.splash__content{max-width:400px;margin:0 auto;position:relative}.splash__logo{width:100%;height:auto;margin:0 auto 50px;display:block}.splash__nav{width:90%;margin:0 auto}.splash__nav__button{width:100%;color:var(--body);text-align:center;appearance:none;-webkit-user-select:none;user-select:none;border-radius:8px;padding:20px;font-size:16px;font-weight:600;text-decoration:none;display:block}.splash__nav__button--primary{background:var(--white);border:2px solid var(--white);margin-bottom:15px}.splash__nav__button--secondary{border:2px solid var(--body);background:0 0}.splash__characters{pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;max-width:320px;height:auto;margin:0 auto;display:none;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.splash__bricks{pointer-events:none;-webkit-user-select:none;user-select:none;height:auto;display:block;position:fixed}.splash__bricks--1{width:50px;top:20px;right:20px}.splash__bricks--2{width:70px;top:30%;left:-30px}.splash__bricks--3{width:70px;bottom:80px;left:-30px}.splash__bricks--4{width:60px;top:50%;right:-20px}@media (height>=650px){.splash__characters{display:block}}@media (width>=650px){.splash{background:var(--yellow)}.splash__characters,.splash__bricks{display:none}}.event{background:var(--yellow);min-height:100vh;padding-top:75px;position:relative}.event__content{max-width:400px;margin:0 auto;position:relative}.event__logo{width:200px;height:auto;margin:0 auto 50px;display:block}.event__title{color:var(--body);text-transform:uppercase;margin-bottom:35px;font-size:26px;font-weight:700;line-height:1}.event__floorplan{margin-bottom:50px}.event__floorplan__img{aspect-ratio:800/674;-webkit-user-select:none;user-select:none;width:100%;margin:0 auto;display:block}.event__floorplan__img img{object-fit:contain;width:100%;height:100%;display:block}.event__floorplan__button{color:var(--body);text-align:center;appearance:none;-webkit-user-select:none;user-select:none;background:#ffffff4d;border:none;border-radius:8px;padding:15px;font-size:16px;font-weight:600;text-decoration:none;display:block}.event__blocks{margin-bottom:50px}.event__blocks__item{border-bottom:2px solid var(--body);padding-bottom:30px}.event__blocks__item__title{color:var(--body);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:22px;font-weight:600;line-height:34px;text-decoration:none;display:flex}.event__blocks__item__title__icon{border:2px solid var(--body);border-radius:var(--radius-circle);pointer-events:none;width:34px;height:34px;margin-left:auto;display:flex;position:relative}.event__blocks__item__title__icon span{background:var(--body);border-radius:2px;width:16px;height:4px;margin-top:-2px;margin-left:-8px;transition:all .25s ease-in-out;display:block;position:absolute;top:50%;left:50%}.event__blocks__item__title__icon span:nth-child(2){transform:rotate(90deg)}.event__blocks__item__content{padding-top:25px;display:none}.event__blocks__item__content__title{margin-bottom:10px;font-size:16px;font-weight:700;line-height:1}.event__blocks__item__content__p{font-size:16px;line-height:1.4}.event__blocks__item__content__p:not(:last-child){margin-bottom:30px}.event__blocks__item__content__map{background:var(--white);border-radius:8px;width:100%;height:250px;margin:0 auto 30px;display:block;position:relative;overflow:hidden;transform:translateZ(0)}.event__blocks__item__content__map iframe{width:100%;height:100%;position:absolute;top:0;left:0}.event__blocks__item__content__icons{align-items:center;display:flex}.event__blocks__item__content__icons__button{border-radius:var(--radius-circle);width:42px;height:42px;margin-right:15px;display:block;position:relative;overflow:hidden}.event__blocks__item__content__icons__button__img{width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.event__blocks__item:not(:last-child){margin-bottom:30px}.event__blocks__item--open .event__blocks__item__title__icon span:nth-child(2){transform:rotate(0)}.event__blocks__item--open .event__blocks__item__content{display:block}.event__nav{margin-bottom:50px}.event__nav__button{color:var(--body);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;font-size:22px;font-weight:600;line-height:30px;text-decoration:none;display:flex}.event__nav__button__icon{pointer-events:none;width:30px;height:30px;margin-left:auto;display:block}.event__nav__button:not(:last-child){margin-bottom:30px}.event__footer{text-align:center;padding:50px 0;font-size:7px}.event__banner{background:var(--blue);width:80%;max-width:400px;color:var(--white);text-align:center;opacity:0;border-radius:8px;padding:20px 15px 15px;font-size:14px;display:none;position:fixed;bottom:30px;left:50%;transform:translate(-50%)}.event__banner__text__icon{margin:0 2px;display:inline-block}.event__banner__text__icon svg{width:auto;height:18px;display:block;position:relative;top:3px}.event__banner__close{background:var(--white);border-radius:var(--radius-circle);width:32px;height:32px;color:var(--body);-webkit-user-select:none;user-select:none;cursor:pointer;margin:0;padding:0;text-decoration:none;display:block;position:absolute;top:-10px;right:-10px}.event__banner__close svg{width:32px;height:auto;display:block}.event__banner--active{animation:1s ease-in-out forwards fadeIn;display:block}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
