@charset "UTF-8";:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-horizontal>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}.swiper-css-mode.swiper-vertical>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;width:var(--swiper-navigation-size);height:var(--swiper-navigation-size);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}:is(.swiper-button-prev,.swiper-button-next).swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}:is(.swiper-button-prev,.swiper-button-next).swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled :is(.swiper-button-prev,.swiper-button-next){display:none!important}:is(.swiper-button-prev,.swiper-button-next) ::slotted(svg),:is(.swiper-button-prev,.swiper-button-next) svg{width:100%;height:100%;object-fit:contain;transform-origin:center;fill:currentColor;pointer-events:none}.swiper-button-lock{display:none}.swiper-button-prev,.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2))}.swiper-button-prev{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-button-prev ::slotted(.swiper-navigation-icon),.swiper-button-prev .swiper-navigation-icon{transform:rotate(180deg)}.swiper-button-next{right:var(--swiper-navigation-sides-offset, 4px);left:auto}.swiper-horizontal .swiper-button-prev,.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal~.swiper-button-next{top:var(--swiper-navigation-top-offset, 50%);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));margin-left:0}.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next{left:var(--swiper-navigation-sides-offset, 4px);right:auto}.swiper-horizontal .swiper-button-next,.swiper-horizontal~.swiper-button-next,.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev{right:var(--swiper-navigation-sides-offset, 4px);left:auto}:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal .swiper-button-prev,.swiper-horizontal~.swiper-button-prev,.swiper-horizontal.swiper-rtl .swiper-button-next,.swiper-horizontal.swiper-rtl~.swiper-button-next) .swiper-navigation-icon{transform:rotate(180deg)}:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-horizontal.swiper-rtl .swiper-button-prev,.swiper-horizontal.swiper-rtl~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(0)}.swiper-vertical .swiper-button-prev,.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-prev,.swiper-vertical~.swiper-button-next{left:var(--swiper-navigation-top-offset, 50%);right:auto;margin-left:calc(0px - (var(--swiper-navigation-size) / 2));margin-top:0}.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev{top:var(--swiper-navigation-sides-offset, 4px);bottom:auto}:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-prev,.swiper-vertical~.swiper-button-prev) .swiper-navigation-icon{transform:rotate(-90deg)}.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset, 4px);top:auto}:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) ::slotted(.swiper-navigation-icon),:is(.swiper-vertical .swiper-button-next,.swiper-vertical~.swiper-button-next) .swiper-navigation-icon{transform:rotate(90deg)}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.carousel-bg-video.svelte-1oeklul{inset:0;height:100%;object-fit:cover;opacity:0;pointer-events:none;position:fixed;transition:opacity .6s ease;width:100%;z-index:-1}.carousel-bg-video.carousel-bg-video--visible.svelte-1oeklul{opacity:1}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-Thin.ttf) format("truetype");font-style:normal;font-weight:100;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-ThinItalic.ttf) format("truetype");font-style:italic;font-weight:100;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-Light.ttf) format("truetype");font-style:normal;font-weight:300;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-LightItalic.ttf) format("truetype");font-style:italic;font-weight:300;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-Regular.ttf) format("truetype");font-style:normal;font-weight:400;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-RegularItalic.ttf) format("truetype");font-style:italic;font-weight:400;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-Medium.ttf) format("truetype");font-style:normal;font-weight:500;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-MediumItalic.ttf) format("truetype");font-style:italic;font-weight:500;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-Bold.ttf) format("truetype");font-style:normal;font-weight:700;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-BoldItalic.ttf) format("truetype");font-style:italic;font-weight:700;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-Black.ttf) format("truetype");font-style:normal;font-weight:900;font-display:swap}@font-face{font-family:Cera;src:url(../../../fonts/Cera/Cera-BlackItalic.ttf) format("truetype");font-style:italic;font-weight:900;font-display:swap}:root{--bg-card: #fff}.ledwall-root.svelte-17o9amy{align-items:flex-start;background:#fff;display:flex;justify-content:center;min-height:100vh;overflow:auto;position:fixed;inset:0;text-align:left;z-index:9999}.ledwall-root.ledwall-root--video.svelte-17o9amy{align-items:stretch;overflow:hidden;padding:0}.ledwall-root.ledwall-root--idle.svelte-17o9amy{background:transparent}.ledwall-root.svelte-17o9amy p:where(.svelte-17o9amy){font-size:clamp(1.125rem,2.55vw,3.4375rem);line-height:1.18182;letter-spacing:-.05em}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy){padding-left:15px;padding-right:15px;max-width:100%}@media(min-width:1024px){.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy){padding-left:0;padding-right:0}}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy){align-items:center;display:flex;flex-direction:column;gap:31.25rem;padding-bottom:3.125rem;padding-top:3.125rem;width:100%}@media(min-width:1024px){.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy){padding:45rem 4.1666666667vw 6.25rem 4.1666666667vw}}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .top-content:where(.svelte-17o9amy){display:flex;flex-direction:column;justify-content:space-between;gap:8.3333333333vw;width:100%}@media(min-width:768px){.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .top-content:where(.svelte-17o9amy){display:flex;flex-direction:row}}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .top-content:where(.svelte-17o9amy) .qr-box:where(.svelte-17o9amy){align-items:flex-start;background:#0000;display:flex;flex-direction:column}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .top-content:where(.svelte-17o9amy) .qr-box:where(.svelte-17o9amy) .qr-image:where(.svelte-17o9amy){aspect-ratio:1/1;display:block;margin-bottom:6.25rem;height:auto;width:100%}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .top-content:where(.svelte-17o9amy) .info-box:where(.svelte-17o9amy){display:flex;flex-direction:column;gap:8.75rem}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .top-content:where(.svelte-17o9amy) .info-box:where(.svelte-17o9amy) .info-text:where(.svelte-17o9amy) p:where(.svelte-17o9amy):not(:last-of-type){margin-bottom:1.875rem}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy){margin-top:auto;width:100%}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy){height:auto}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide.video-background-slide:where(.svelte-17o9amy){background:#ededed;height:100%;width:100%}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-title:where(.svelte-17o9amy){font-size:min(350px,16.2vw);height:fit-content;line-height:85.714%;letter-spacing:-.05em;margin:auto 0}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-label:where(.svelte-17o9amy){border:2px solid #161616;border-radius:13.5rem;text-align:center;font-size:3.125rem;line-height:100%;letter-spacing:-.04em;margin-bottom:4.0625rem;padding:.9375rem 3.75rem;text-transform:uppercase;width:fit-content}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy){border-top:5px solid #161616;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:4.0625rem;padding-top:4.0625rem}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy) .col-left:where(.svelte-17o9amy),.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy) .col-right:where(.svelte-17o9amy){display:flex;flex-direction:column;gap:2.5rem;height:100%;min-width:0}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy) .col-left:where(.svelte-17o9amy) .col-title:where(.svelte-17o9amy),.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy) .col-right:where(.svelte-17o9amy) .col-title:where(.svelte-17o9amy){font-size:min(45px,2.06vw);font-style:normal;font-weight:900;line-height:122.222%;letter-spacing:-.05em}.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy) .col-left:where(.svelte-17o9amy) .col-description:where(.svelte-17o9amy),.ledwall-root.svelte-17o9amy .qr-screen:where(.svelte-17o9amy) .bottom-content:where(.svelte-17o9amy) .swiper-slide:where(.svelte-17o9amy) .slide-texts:where(.svelte-17o9amy) .col-right:where(.svelte-17o9amy) .col-description:where(.svelte-17o9amy){font-size:min(45px,2.06vw);line-height:122.222%;letter-spacing:-.05em}.ledwall-root.svelte-17o9amy .intro-screen:where(.svelte-17o9amy){align-items:center;background:url(../../../images/welcome_bg.png) center center/cover no-repeat;display:flex;flex-direction:column;justify-content:flex-start;height:100%;padding-top:10vh;position:relative;width:100%}.ledwall-root.svelte-17o9amy .intro-screen:where(.svelte-17o9amy) .big-title:where(.svelte-17o9amy){font-size:15vw}.ledwall-root.svelte-17o9amy .quiz-active-screen:where(.svelte-17o9amy){background-color:#ededed;display:flex;align-items:stretch;justify-content:stretch;width:100%;height:100%;padding:0;box-sizing:border-box}.ledwall-root.svelte-17o9amy .quiz-active-screen:where(.svelte-17o9amy) .quiz-active-content:where(.svelte-17o9amy){display:flex;align-items:stretch;justify-content:center;width:100%;height:100%}.ledwall-root.svelte-17o9amy .quiz-active-screen:where(.svelte-17o9amy) .quiz-active-content:where(.svelte-17o9amy) .video-panel:where(.svelte-17o9amy){flex:1 1 auto;background:#ededed;border:0;border-radius:0;overflow:hidden;min-height:100%;box-shadow:none}.ledwall-root.svelte-17o9amy .quiz-active-screen:where(.svelte-17o9amy) .quiz-active-content:where(.svelte-17o9amy) .video-panel:where(.svelte-17o9amy) .guide-video:where(.svelte-17o9amy){display:block;width:100%;height:100%;object-fit:contain;background:#ededed}@media(min-width:1024px){.ledwall-root.svelte-17o9amy .quiz-active-screen:where(.svelte-17o9amy) .quiz-active-content:where(.svelte-17o9amy) .video-panel:where(.svelte-17o9amy){width:100%;min-height:100%}}.ledwall-root.svelte-17o9amy .result-video-screen:where(.svelte-17o9amy){display:flex;align-items:stretch;justify-content:stretch;width:100%;height:100%}.ledwall-root.svelte-17o9amy .result-video-screen:where(.svelte-17o9amy) .result-video:where(.svelte-17o9amy){display:block;width:100%;height:100%;object-fit:contain;background:#fff}.ledwall-root.svelte-17o9amy .result-screen:where(.svelte-17o9amy){display:flex;flex-direction:column;align-items:center;gap:32px;text-align:center}.ledwall-root.svelte-17o9amy .result-screen:where(.svelte-17o9amy) .result-label:where(.svelte-17o9amy){margin-bottom:3.125rem}.ledwall-root.svelte-17o9amy .result-screen:where(.svelte-17o9amy) .mascot-emoji:where(.svelte-17o9amy){font-size:clamp(7.5rem,18vw,16.25rem);line-height:1;filter:drop-shadow(0 0 40px currentColor)}.ledwall-root.svelte-17o9amy .result-screen:where(.svelte-17o9amy) .mascot-name:where(.svelte-17o9amy){font-size:clamp(2.25rem,6vw,6rem);font-weight:900;letter-spacing:.5rem;text-transform:uppercase}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy){position:fixed;bottom:1rem;left:1rem;z-index:99999;background:#000000d1;color:#fff;font-family:monospace;font-size:.875rem;line-height:1.5;padding:.625rem .875rem;border-radius:.5rem;max-width:32.5rem;pointer-events:none}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy) .debug-title:where(.svelte-17o9amy){font-size:.625rem;font-weight:700;letter-spacing:.125rem;color:#aaa;margin-bottom:.375rem}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy) .debug-row:where(.svelte-17o9amy){display:grid;grid-template-columns:5.625rem 10rem 7.5rem 5rem;gap:.375rem;padding:.125rem 0;border-bottom:1px solid rgba(255,255,255,.06)}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy) .debug-row.debug-drift:where(.svelte-17o9amy){color:#ff6b6b}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy) .debug-expected:where(.svelte-17o9amy){color:#aad4ff}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy) .debug-actual:where(.svelte-17o9amy){color:#afc}.ledwall-root.svelte-17o9amy .debug-overlay:where(.svelte-17o9amy) .debug-delta:where(.svelte-17o9amy){color:#ffe082;font-weight:700}
