.base-transition{animation-timing-function:cubic-bezier(0,0,.3,1)}.base-transition--fade-in-enter-active{animation:fadeIn;animation-timing-function:ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.base-transition--fade-in-zoom-in-enter-active{animation:fadeInZoomIn;animation-timing-function:ease-out}@keyframes fadeInZoomIn{0%{opacity:0;transform:scale3d(.9,.9,.9)}to{opacity:1;transform:scaleX(1)}}.base-transition--fade-in-zoom-out-enter-active{animation:fadeInZoomOut;animation-timing-function:ease-out}@keyframes fadeInZoomOut{0%{opacity:0;transform:scale3d(1.1,1.1,1.1)}to{opacity:1;transform:scaleX(1)}}.base-transition--fade-in-right-enter-active{animation:fadeInRight;animation-timing-function:ease-out}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(-1rem,0,0)}to{opacity:1}}.base-transition--fade-in-left-enter-active{animation:fadeInLeft;animation-timing-function:ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(1rem,0,0)}to{opacity:1}}.base-transition--fade-in-down-enter-active{animation:fadeInDown;animation-timing-function:ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-1rem,0)}to{opacity:1}}.base-transition--fade-in-up-enter-active{animation:fadeInUp;animation-timing-function:ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,1rem,0)}to{opacity:1}}.base-transition--slide-in-left-enter-active{animation:slideInLeft;animation-timing-function:ease-out}@keyframes slideInLeft{0%{transform:translate3d(100%,0,0)}}.base-transition--slide-in-right-enter-active{animation:slideInRight;animation-timing-function:ease-out}@keyframes slideInRight{0%{transform:translate3d(-100%,0,0)}}.base-transition--slide-in-down-enter-active{animation:slideInDown;animation-timing-function:ease-out}@keyframes slideInDown{0%{transform:translate3d(0,100%,0)}}.base-transition--slide-in-up-enter-active{animation:slideInUp;animation-timing-function:ease-out}@keyframes slideInUp{0%{transform:translate3d(0,-100%,0)}}.base-transition--fade-out-leave-active{animation:fadeOut;animation-timing-function:ease-out}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.base-transition--fade-out-zoom-in-leave-active{animation:fadeOutZoomIn;animation-timing-function:ease-out}@keyframes fadeOutZoomIn{0%{opacity:1}to{opacity:0;transform:scale3d(1.1,1.1,1.1)}}.base-transition--fade-out-zoom-out-leave-active{animation:fadeOutZoomOut;animation-timing-function:ease-out}@keyframes fadeOutZoomOut{0%{opacity:1}to{opacity:0;transform:scale3d(.9,.9,.9)}}.base-transition--fade-out-right-leave-active{animation:fadeOutRight;animation-timing-function:ease-out}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(1rem,0,0)}}.base-transition--fade-out-left-leave-active{animation:fadeOutLeft;animation-timing-function:ease-out}@keyframes fadeOutLeft{0%{opacity:1}to{transform:translate3d(-1rem,0,0);opacity:0}}.base-transition--fade-out-down-leave-active{animation:fadeOutDown;animation-timing-function:ease-out}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,1rem,0)}}.base-transition--fade-out-up-leave-active{animation:fadeOutUp;animation-timing-function:ease-out}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-1rem,0)}}.base-transition--slide-out-right-leave-active{animation:slideOutRight;animation-timing-function:ease-out}@keyframes slideOutRight{to{transform:translate3d(100%,0,0)}}.base-transition--slide-out-left-leave-active{animation:slideOutLeft;animation-timing-function:ease-out}@keyframes slideOutLeft{to{transform:translate3d(-100%,0,0)}}.base-transition--slide-out-down-leave-active{animation:slideOutDown;animation-timing-function:ease-out}@keyframes slideOutDown{to{transform:translate3d(0,100%,0)}}.base-transition--slide-out-up-leave-active{animation:slideOutUp;animation-timing-function:ease-out}@keyframes slideOutUp{to{transform:translate3d(0,-100%,0)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.base-icon{width:1em;height:1em;fill:currentColor}.base-icon--inline{position:relative;vertical-align:middle}.base-icon--spin{transform-origin:center;animation:spin .6s linear infinite;will-change:transform}.base-icon path:not([fill]){fill:currentColor}.base-popper{position:absolute;z-index:100}.base-tooltip{position:relative;z-index:9999;display:inline-block;padding-inline:.8em;font-size:.62em;font-weight:600;line-height:1.8em;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));cursor:default;-webkit-user-select:none;user-select:none;background-color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),15%)}.base-tooltip--elevation{box-shadow:var(--root-elevation-6dp,0 .375rem .625rem rgba(0,0,0,.14),0 .063rem 1.125rem rgba(0,0,0,.12),0 .188rem .313rem rgba(0,0,0,.2))}.base-button{display:inline-flex;align-items:center;justify-content:center;width:auto;height:var(--height,auto);padding-top:var(--padding-top);padding-bottom:var(--padding-bottom);overflow:visible;font-family:var(--button-font,var(--root-font-ui,"Roboto",arial,sans-serif));font-size:var(--fontsize);font-weight:var(--button-font-weight,700);line-height:1.4;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;user-select:none;border-color:transparent;border-radius:var(--base-button-border-radius,var(--button-border-radius-normal,.25rem));-webkit-font-smoothing:inherit;-moz-osx-font-smoothing:inherit;-webkit-appearance:none;padding-inline-start:var(--padding-left);padding-inline-end:var(--padding-right)}.base-button:not(.base-button--icon-only).base-button--icon-left{padding-inline-start:var(--icon-left-space-left)}.base-button:not(.base-button--icon-only).base-button--icon-left .base-button__icon{margin-inline-end:var(--icon-left-space-right)}.base-button:not(.base-button--icon-only).base-button--icon-right{padding-inline-end:var(--icon-right-space-left)}.base-button:not(.base-button--icon-only).base-button--icon-right .base-button__icon{margin-inline-start:var(--icon-right-space-right)}.base-button.base-button--icon-only{padding:var(--icon-only-space)}.base-button .base-button__icon{font-size:var(--icon-size)}.base-button--disabled,.base-button:disabled{pointer-events:none;cursor:not-allowed}.base-button--elevation{box-shadow:var(--button-elevation,var(--root-elevation-6dp,0 .375rem .625rem rgba(0,0,0,.14),0 .063rem 1.125rem rgba(0,0,0,.12),0 .188rem .313rem rgba(0,0,0,.2)))}.base-button--fullwidth{width:100%}.base-button--border-round{--base-button-border-radius:var(--button-border-radius-round,2.5rem)}.base-button--icon-only .base-button__text{display:none}.base-button__content{display:inline-flex;align-items:center;justify-content:center;line-height:1.4}.base-button__text{line-height:var(--icon-size)}.base-button--size-small{--padding-left:calc(var(--button-padding-left-small, 1rem)*var(--spacer, 1));--padding-right:calc(var(--button-padding-right-small, 1rem)*var(--spacer, 1));--padding-top:var(--button-padding-top-small,.25rem);--padding-bottom:var(--button-padding-bottom-small,.25rem);--fontsize:var(--button-fontsize-small,.75rem);--icon-left-space-left:var(--button-icon-left-space-left-small,.875rem);--icon-left-space-right:var(--button-icon-left-space-right-small,.3125rem);--icon-right-space-left:var(--button-icon-right-space-left-small,.875rem);--icon-right-space-right:var(--button-icon-right-space-right-small,.3125rem);--icon-only-space:var(--button-icon-only-space-small,.25rem);--icon-size:var(--button-icon-size-small,1.125rem);--height:var(--button-height-small,1.75rem)}.base-button--size-base{--padding-left:calc(var(--button-padding-left-base, 1.25rem)*var(--spacer, 1));--padding-right:calc(var(--button-padding-right-base, 1.25rem)*var(--spacer, 1));--padding-top:var(--button-padding-top-base,.3125rem);--padding-bottom:var(--button-padding-bottom-base,.3125rem);--fontsize:var(--button-fontsize-base,.8125rem);--icon-left-space-left:var(--button-icon-left-space-left-base,1.0625rem);--icon-left-space-right:var(--button-icon-left-space-right-base,.375rem);--icon-right-space-left:var(--button-icon-right-space-left-base,1.0625rem);--icon-right-space-right:var(--button-icon-right-space-right-base,.375rem);--icon-only-space:var(--button-icon-only-space-base,.3125rem);--icon-size:var(--button-icon-size-base,1.1875rem);--height:var(--button-height-base,1.938rem)}.base-button--size-large{--padding-left:calc(var(--button-padding-left-large, 1.75rem)*var(--spacer, 1));--padding-right:calc(var(--button-padding-right-large, 1.75rem)*var(--spacer, 1));--padding-top:var(--button-padding-top-large,0.5rem);--padding-bottom:var(--button-padding-bottom-large,0.5rem);--fontsize:var(--button-fontsize-large,0.875rem);--icon-left-space-left:var(--button-icon-left-space-left-large,1.5625rem);--icon-left-space-right:var(--button-icon-left-space-right-large,0.5rem);--icon-right-space-left:var(--button-icon-right-space-left-large,1.5625rem);--icon-right-space-right:var(--button-icon-right-space-right-large,0.5rem);--icon-only-space:var(--button-icon-only-space-large,0.5rem);--icon-size:var(--button-icon-size-large,1.25rem);--height:var(--button-height-large,2.405rem)}.base-button--size-custom{--height:var(--button-height-custom,auto);--padding-left:var(--button-padding-left-custom,1em);--padding-right:var(--button-padding-right-custom,1em);--padding-top:var(--button-padding-top-custom,.25em);--padding-bottom:var(--button-padding-bottom-custom,.25em);--fontsize:var(--button-fontsize-custom,.75em);--icon-left-space-left:var(--button-icon-left-space-left-custom,.875em);--icon-left-space-right:var(--button-icon-left-space-right-custom,.3125em);--icon-right-space-left:var(--button-icon-right-space-left-custom,.875em);--icon-right-space-right:var(--button-icon-right-space-right-custom,.3125em);--icon-only-space:var(--button-icon-only-space-custom,.25em);--icon-size:var(--button-icon-size-custom,1.125em);--base-button-border-radius:var(--button-border-radius-normal-custom,.25em)}.base-button--size-custom.base-button--border-round{--base-button-border-radius:var(--button-border-radius-round-custom,25em)}.base-button--color-mode-one{--base-button-border-color:var(--button-color-one-border,hsl(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%)));--base-button-border-color-hover:var(--button-color-one-border-hover,hsl(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%)));--base-button-background-color:var(--button-color-one-background,hsl(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%)));--base-button-background-color-hover:var(--button-color-one-background-hover,hsl(var(--root-color-primary-interaction-h,217),var(--root-color-primary-interaction-s,100%),var(--root-color-primary-interaction-l,54%)));--base-button-background-transparency:var(--button-color-one-transparency,hsla(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%),var(--root-opacity-low,12%)));--base-button-text-color:var(--button-color-one-text,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--base-button-text-color-hover:var(--button-color-one-text-hover,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)))}.base-button--color-mode-two{--base-button-border-color:var(--button-color-two-border,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)));--base-button-border-color-hover:var(--button-color-two-border-hover,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)));--base-button-background-color:var(--button-color-two-background,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)));--base-button-background-color-hover:var(--button-color-two-background-hover,hsl(var(--root-color-secondary-interaction-h,194),var(--root-color-secondary-interaction-s,82%),var(--root-color-secondary-interaction-l,44%)));--base-button-background-transparency:var(--button-color-two-transparency,hsla(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%),var(--root-opacity-low,12%)));--base-button-text-color:var(--button-color-two-text,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%));--base-button-text-color-hover:var(--button-color-two-text-hover,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%))}.base-button--color-mode-black{--base-button-border-color:var(--button-color-black-border,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),20%));--base-button-border-color-hover:var(--button-color-black-border-hover,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),20%));--base-button-background-color:var(--button-color-black-background,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),20%));--base-button-background-color-hover:var(--button-color-black-background-hover,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),30%));--base-button-background-transparency:var(--button-color-black-transparency,hsla(var(--root-color-shift,0),var(--root-color-shift,0%),20%,var(--root-opacity-low,12%)));--base-button-text-color:var(--button-color-black-text,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--base-button-text-color-hover:var(--button-color-black-text-hover,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)))}.base-button--color-mode-white{--base-button-border-color:var(--button-color-white-border,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),30%));--base-button-border-color-hover:var(--button-color-white-border-hover,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),30%));--base-button-background-color:var(--button-color-white-background,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--base-button-background-color-hover:var(--button-color-white-background-hover,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),90%));--base-button-background-transparency:var(--button-color-white-transparency,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),var(--root-opacity-low,12%)));--base-button-text-color:var(--button-color-white-text,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%));--base-button-text-color-hover:var(--button-color-white-text-hover,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%))}.base-button--color-mode-danger{text-transform:uppercase;--button-font:"Arial";--base-button-border-color:var(--root-ansi-color-danger,#e00);--base-button-border-color-hover:var(--root-ansi-color-danger-hover,#c00);--base-button-background-color:var(--root-ansi-color-danger,#e00);--base-button-background-color-hover:var(--root-ansi-color-danger-hover,#c00);--base-button-background-transparency:var(--root-ansi-color-danger,#e00);--base-button-text-color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));--base-button-text-color-hover:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.base-button--color-mode-warning{text-transform:uppercase;--button-font:"Arial";--base-button-border-color:var(--root-ansi-color-warning,#ffa000);--base-button-border-color-hover:var(--root-ansi-color-warning-hover,#e59000);--base-button-background-color:var(--root-ansi-color-warning,#ffa000);--base-button-background-color-hover:var(--root-ansi-color-warning-hover,#e59000);--base-button-background-transparency:var(--root-ansi-color-warning,#ffa000);--base-button-text-color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%));--base-button-text-color-hover:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.base-button--color-mode-caution{text-transform:uppercase;--button-font:"Arial";--base-button-border-color:var(--root-ansi-color-caution,#fbff00);--base-button-border-color-hover:var(--root-ansi-color-caution-hover,#d3d600);--base-button-background-color:var(--root-ansi-color-caution,#fbff00);--base-button-background-color-hover:var(--root-ansi-color-caution-hover,#d3d600);--base-button-background-transparency:var(--root-ansi-color-caution,#fbff00);--base-button-text-color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%));--base-button-text-color-hover:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.base-button--color-mode-notice{font-style:italic;text-transform:uppercase;--button-font:"Arial";--base-button-border-color:var(--root-ansi-color-notice,#246cf3);--base-button-border-color-hover:var(--root-ansi-color-notice-hover,#0c53da);--base-button-background-color:var(--root-ansi-color-notice,#246cf3);--base-button-background-color-hover:var(--root-ansi-color-notice-hover,#0c53da);--base-button-background-transparency:var(--root-ansi-color-notice,#246cf3);--base-button-text-color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));--base-button-text-color-hover:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.base-button--variant-fill{color:var(--base-button-text-color);background-color:var(--base-button-background-color)}@media (hover:hover){.base-button--variant-fill.base-button--hover,.base-button--variant-fill:hover{color:var(--base-button-text-color-hover);background-color:var(--base-button-background-color-hover)}}.base-button--variant-fill.base-button--active,.base-button--variant-fill:active{color:var(--base-button-text-color-hover);background-color:var(--base-button-background-color-hover)}.base-button--variant-fill:disabled,.base-button--variant-fillbase--disabled{opacity:.3}.base-button--variant-outline{--spacer:0.9;color:var(--base-button-background-color);background-color:initial;border-color:var(--base-button-border-color);border-style:solid;border-width:.1rem}@media (hover:hover){.base-button--variant-outline.base-button--hover,.base-button--variant-outline:hover{background-color:var(--base-button-background-transparency)}}.base-button--variant-outline.base-button--active,.base-button--variant-outline:active{background-color:var(--base-button-background-transparency)}.base-button--variant-outline:disabled,.base-button--variant-outlinebase--disabled{opacity:.3}.base-button--variant-ghost{color:var(--base-button-background-color);background-color:initial;border-color:transparent}@media (hover:hover){.base-button--variant-ghost.base-button--hover,.base-button--variant-ghost:hover{background-color:var(--base-button-background-transparency)}}.base-button--variant-ghost.base-button--active,.base-button--variant-ghost:active{background-color:var(--base-button-background-transparency)}.base-button--variant-ghost:disabled,.base-button--variant-ghostbase--disabled{opacity:.3}.base-text{font-family:var(--font,inherit);font-size:var(--size,inherit);font-weight:var(--weight,inherit);line-height:var(--lineheight,inherit);color:var(--color,inherit);text-align:start}.base-text--font-ui{--font:var(--root-font-ui,"Roboto",arial,sans-serif)}.base-text--font-video{--font:var(--root-font-video,"Roboto Condensed",arial,sans-serif)}.base-text--size-base{--size:0.75rem}.base-text--size-small{--size:0.7rem}.base-text--lineheight-base{--lineheight:140%}.base-text--color-primary{--color:hsl(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%))}.base-text--color-secondary{--color:hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%))}.base-text--color-white{--color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.base-text--color-black{--color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.base-text--weight-thin{font-weight:100}.base-text--weight-extra-light{font-weight:200}.base-text--weight-light{font-weight:300}.base-text--weight-regular{font-weight:400}.base-text--weight-medium{font-weight:500}.base-text--weight-semi-bold{font-weight:600}.base-text--weight-bold{font-weight:700}.base-text--weight-extra-bold{font-weight:800}.base-text--weight-black{font-weight:900}.base-text--weight-extra-black{font-weight:950}.base-text--italic{font-style:italic}.base-text--underline{text-decoration:underline}.base-text--uppercase{text-transform:uppercase}.base-text--lowercase{text-transform:lowercase}.label-intro{margin-top:2.3%;margin-bottom:2.3%}.label-intro__topline{margin-bottom:2.3%;font-size:.75em}.label-intro__headline{margin-bottom:2.3%;font-size:1.6em}.label-intro__text{font-size:.9em}.base-modal-elevation{position:absolute;z-index:100;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.base-modal-elevation--dark{background-color:hsla(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%),.4);-webkit-backdrop-filter:blur(.2rem);backdrop-filter:blur(.2rem)}.base-modal-elevation--light{background-color:hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),var(--root-opacity-high,80%))}.base-modal-elevation__fullscreen{position:absolute;right:.5rem;bottom:10px;font-size:1.4rem}.base-modal{position:relative;border-radius:.6rem;box-shadow:var(--root-elevation-24dp,0 1.5rem 2.375rem rgba(0,0,0,.14),0 .563rem 2.875rem rgba(0,0,0,.12),0 .688rem .938rem rgba(0,0,0,.2))}.base-modal__content{position:relative;width:100%;height:100%;overflow:hidden;text-align:left}.base-modal__close{position:absolute;top:10px;right:0;font-size:1.4rem;transform:translateY(-20%) translateX(120%)}@media (orientation:portrait){.base-modal__close{top:unset;bottom:0;left:50%;right:auto;transform:translate(-50%,150%)}}@media (orientation:portrait){.base-modal--size-s{height:Min(16rem,77%);width:Min(22rem,85%)}}@media (orientation:landscape){.base-modal--size-s{height:Min(13rem,90%);width:Min(21rem,80%)}}@media (orientation:portrait){.base-modal--size-m{width:Min(27rem,90%);height:Min(30rem,76%)}}@media (orientation:landscape){.base-modal--size-m{height:Min(28rem,92%);width:Min(33rem,80%)}}@media (orientation:portrait){.base-modal--size-l{height:Min(42rem,70%);width:Min(35rem,93%)}}@media (orientation:landscape){.base-modal--size-l{height:Min(30rem,95%);width:Min(45rem,80%)}}.base-modal--fit-content{height:auto}.base-modal--color-mode-light{--gradient-color:hsla(0,0%,100%,0) 0%,hsla(0,0%,100%,0.5) 33%,#fff 100%;background-color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%)}.base-modal--color-mode-dark{--gradient-color:hsla(var(--root-color-shift,0),var(--root-color-shift,0%),20%,0) 0%,hsla(var(--root-color-shift,0),var(--root-color-shift,0%),20%,0.5) 33%,hsla(var(--root-color-shift,0),var(--root-color-shift,0%),20%,1) 100%;background-color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),20%);color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.base-modal__fadeout-bottom{position:absolute;bottom:0;width:100%;height:4.375rem;pointer-events:none;background:linear-gradient(180deg,var(--gradient-color))}.base-modal--rounded,.base-modal--rounded.base-modal__content{border-radius:.6rem}.dialog-template{position:relative;display:flex;flex-direction:column;height:100%;color:inherit;text-align:start;font-size:1.1rem}.dialog-template__header{position:relative;padding:.4em .8em}.dialog-template__footer{position:absolute;bottom:0;left:0;width:100%;padding:.4em .8em;text-align:right;pointer-events:none;background-color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));box-shadow:0 -4px 12px rgba(0,0,0,.25)}.dialog-template__content{flex-grow:1;height:auto;overscroll-behavior:contain;overflow-x:hidden;overflow-y:overlay;scrollbar-width:thin;scrollbar-color:hsla(var(--root-color-shift,0),var(--root-color-shift,0%),50%,var(--root-opacity-high,80%)) transparent}.dialog-template__content::-webkit-scrollbar{width:.7em}.dialog-template__content::-webkit-scrollbar-track{background-color:initial}.dialog-template__content::-webkit-scrollbar-thumb{background-color:hsla(var(--root-color-shift,0),var(--root-color-shift,0%),50%,var(--root-opacity-high,80%));background-clip:content-box;border:.18em solid transparent;border-radius:.4em}.dialog-template__content *{-webkit-user-select:none;user-select:none}.dialog-template--danger{background-color:var(--root-ansi-color-danger,#e00);border-color:var(--root-ansi-color-danger,#e00);border-style:solid;border-width:.15em}.dialog-template--danger .dialog-template__content,.dialog-template--danger .dialog-template__footer,.dialog-template--danger .dialog-template__header{color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.dialog-template--danger .dialog-template__content{background-color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.dialog-template--danger .dialog-template__header{background-color:var(--root-ansi-color-danger,#e00)}.dialog-template--danger .dialog-template__footer{background:linear-gradient(180deg,hsla(0,0%,9%,0),#171717 80%,#171717);box-shadow:none}.dialog-template--warning{background-color:var(--root-ansi-color-warning,#ffa000);border-color:var(--root-ansi-color-warning,#ffa000);border-style:solid;border-width:.15em}.dialog-template--warning .dialog-template__content,.dialog-template--warning .dialog-template__footer,.dialog-template--warning .dialog-template__header{color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.dialog-template--warning .dialog-template__content{background-color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.dialog-template--warning .dialog-template__header{background-color:var(--root-ansi-color-warning,#ffa000)}.dialog-template--warning .dialog-template__footer{background:linear-gradient(180deg,hsla(0,0%,9%,0),#171717 80%,#171717);box-shadow:none}.dialog-template--notice{background-color:var(--root-ansi-color-notice,#246cf3);border-color:var(--root-ansi-color-notice,#246cf3);border-style:solid;border-width:.15em}.dialog-template--notice .dialog-template__content,.dialog-template--notice .dialog-template__footer,.dialog-template--notice .dialog-template__header{color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.dialog-template--notice .dialog-template__content{background-color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.dialog-template--notice .dialog-template__header{background-color:var(--root-ansi-color-notice,#246cf3)}.dialog-template--notice .dialog-template__footer{background:linear-gradient(180deg,hsla(0,0%,9%,0),#171717 80%,#171717);box-shadow:none}.dialog-template--caution{background-color:var(--root-ansi-color-caution,#fbff00);border-color:var(--root-ansi-color-caution,#fbff00);border-style:solid;border-width:.15em}.dialog-template--caution .dialog-template__content,.dialog-template--caution .dialog-template__footer,.dialog-template--caution .dialog-template__header{color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.dialog-template--caution .dialog-template__content{background-color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.dialog-template--caution .dialog-template__header{background-color:var(--root-ansi-color-caution,#fbff00)}.dialog-template--caution .dialog-template__footer{background:linear-gradient(180deg,hsla(0,0%,9%,0),#171717 80%,#171717);box-shadow:none}.dialog-block{padding:0 1rem}.block-dialog__blocks{padding-top:1em;padding-bottom:4.375em}.block-dialog__blocks--fit-content{padding-bottom:2em}.block-dialog__blocks .dialog-block{margin-bottom:2em}.block-dialog__blocks .dialog-block:last-child{margin-bottom:0}.block-dialog__blocks .dialog-block>*{margin-bottom:1em}.block-dialog__blocks .dialog-block>:last-child{margin-bottom:0}.block-dialog__blocks .dialog-block .dialog-headline{margin-bottom:.6em}.block-dialog__blocks .dialog-block .dialog-headline:last-child{margin-bottom:0}.iframe-dialog{position:relative;width:100%;height:100%}.iframe-dialog:before{position:absolute;top:50%;left:50%;display:block;color:#747474;content:"Loading...";transform:translate(-50%,-50%)}.iframe-dialog--loaded:before{content:" "}.iframe-dialog__iframe{position:relative;z-index:10;width:100%;height:100%;border:2px solid hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));border-radius:.6rem;outline:none}.iframe-dialog__button{position:absolute;right:0;bottom:0;z-index:10}.iframe-dialog__button.bottom-right{right:2%;bottom:2%}.iframe-dialog__button.bottom-left{bottom:2%;left:2%}.iframe-dialog__button.bottom-center{bottom:2%;left:50%;transform:translateX(-50%)}.iframe-dialog__button.middle-center{top:50%;left:50%;transform:translate(-50%,-50%)}.iframe-dialog__button.top-right{top:2%;right:2%}.iframe-dialog__button.top-left{top:2%;left:2%}.warning-headline{display:flex;align-items:center;justify-content:center;font-family:Arial;font-size:1.4rem;font-weight:700;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));text-transform:uppercase;gap:.3125rem}.warning-headline--caution,.warning-headline--warning{color:hsl(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%))}.warning-headline--danger,.warning-headline--notice{color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.warning-headline--notice{font-size:1.2rem;font-style:italic}.warning-dialog__blocks{padding-top:1em;padding-bottom:4.375em}.warning-dialog__blocks .dialog-block{margin-bottom:2em}.warning-dialog__blocks .dialog-block:last-child{margin-bottom:0}.warning-dialog__blocks .dialog-block>*{margin-bottom:1em}.warning-dialog__blocks .dialog-block>:last-child{margin-bottom:0}.warning-dialog__blocks .dialog-block .dialog-headline{margin-bottom:.6em}.warning-dialog__blocks .dialog-block .dialog-headline:last-child{margin-bottom:0}.warning-dialog__button{pointer-events:all}.sidebar-popout{position:absolute;top:0;right:0;max-width:100%}.sidebar-popout,.sidebar-popout--sub{height:100%;background-color:var(--sidebar-background,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),15%))}.sidebar-popout--sub{flex-direction:column}.sidebar-counter,.sidebar-popout--sub{display:flex;width:100%}.sidebar-counter__button{font-size:.875rem}.sidebar-counter__text{display:flex;flex:1;align-items:center;justify-content:center;font-size:.875rem;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.settings-video-speed{padding:1rem 1.875rem 0 1.875rem}.sidebar-slider[data-v-2fe58afc]{display:flex;width:100%;height:3.4375rem;padding:0 .625rem}.sidebar-slider__hitbox[data-v-2fe58afc]{flex:2;height:100%;padding-top:1.25rem;cursor:pointer}.sidebar-slider__hitbox[data-v-2fe58afc]:first-child{flex:1}.sidebar-slider__hitbox:first-child .sidebar-slider__marker-container[data-v-2fe58afc]{align-items:flex-start}.sidebar-slider__hitbox:first-child .sidebar-slider__marker-container .sidebar-slider__marker[data-v-2fe58afc]{left:-.0625rem}.sidebar-slider__hitbox[data-v-2fe58afc]:last-child{flex:1}.sidebar-slider__hitbox:last-child .sidebar-slider__marker-container[data-v-2fe58afc]{align-items:flex-end}.sidebar-slider__hitbox:last-child .sidebar-slider__marker-container .sidebar-slider__marker[data-v-2fe58afc]{right:-.0625rem}.sidebar-slider__hitbox:hover .sidebar-slider__marker[data-v-2fe58afc]{box-shadow:0 0 0 .1875rem #171717,0 0 0 .375rem var(--sidebar-slider-marker,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}.sidebar-slider__marker-container[data-v-2fe58afc]{position:relative;display:flex;flex-direction:column;align-items:center;height:.0625rem;background-color:#999}.sidebar-slider__marker[data-v-2fe58afc]{position:absolute;top:-.20312rem;display:flex;flex-direction:column;align-items:center;width:.5rem;height:.5rem;background-color:#fff;border-radius:.5rem}.sidebar-slider__marker--checked[data-v-2fe58afc]{background:var(--sidebar-slider-marker,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)));box-shadow:0 0 0 .1875rem #171717,0 0 0 .375rem var(--sidebar-slider-marker,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}.sidebar-slider__label[data-v-2fe58afc]{padding-top:1.0625rem;font-family:var(--root-font-ui,"Roboto",arial,sans-serif);font-size:.75rem;font-style:normal;font-weight:400;line-height:1.2;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));cursor:pointer}.settings-fontsize{padding:1rem 1.875rem 0 1.875rem}.sidebar-skeleton{display:flex;flex-direction:column;width:22.5rem;max-width:100%;height:100%}.sidebar-skeleton__top-bar{position:relative;display:flex;flex-direction:row;align-content:center;justify-content:flex-start;box-shadow:0 4px 12px rgba(0,0,0,.25)}.sidebar-skeleton__top-bar-center{display:flex;align-items:center;justify-content:center;width:100%;padding:.8em 1.2em;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.sidebar-skeleton__top-bar-center .base-icon{margin-right:.5rem}.sidebar-skeleton__button-back,.sidebar-skeleton__button-close{position:absolute;margin:.625rem 1.25rem;font-size:1rem}.sidebar-skeleton__button-close{right:0}.sidebar-skeleton__button-back{left:0}.sidebar-skeleton__headline{font-size:1rem;font-weight:700;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.sidebar-skeleton__body{height:100%;padding-bottom:2rem;overflow-y:auto;overscroll-behavior:contain}.sidebar-skeleton__body::-webkit-scrollbar{width:5px}.sidebar-skeleton__body::-webkit-scrollbar-track{padding-left:5px;background:0 0}.sidebar-skeleton__body::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.8);border-color:transparent;border-style:solid;border-width:2px;border-radius:10px;opacity:.4}.sidebar-entry{display:flex;justify-content:flex-end;padding:.75rem 0;margin:0 1.25rem;color:inherit;text-decoration:none;border-bottom:1px solid hsl(var(--root-color-shift,0),var(--root-color-shift,0%),20%)}.sidebar-entry__main{display:flex;flex:1;align-items:center;min-height:24px;padding-inline-start:.625rem}.sidebar-entry__icon{display:flex;align-items:center;padding:0 .9375rem;color:var(--sidebar-entry-icon,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}.sidebar-entry:hover:not(.sidebar-entry--no-hover){cursor:pointer;background-color:var(--sidebar-entry-hover,hsla(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%),var(--root-opacity-low,12%)))}.sidebar-entry:hover:not(.sidebar-entry--no-hover) .sidebar-entry__icon{color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.sidebar-label{display:flex;flex-direction:column;justify-content:center;width:100%;font-family:var(--root-font-ui,"Roboto",arial,sans-serif);font-weight:400}.sidebar-label__text{-webkit-user-select:none;user-select:none;font-size:.875rem;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));text-align:start}.sidebar-label__sub{font-size:.75rem;color:#999;text-align:start}.sidebar-label--right{align-items:flex-end;text-align:right}.sidebar-label--right .sidebar-label__text{text-align:right}.imprint-sidebar__info-block{padding-top:1.875rem;padding-right:1.25rem;padding-left:1.25rem;font-family:var(--root-font-ui,"Roboto",arial,sans-serif);font-size:.875rem;font-weight:400;line-height:1.4;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));text-align:start;margin-bottom:2em}.imprint-sidebar__info-block~.imprint-sidebar__info-block{border-top:1px solid hsla(0,0%,100%,.2)}.imprint-sidebar__info-block:last-child{margin-bottom:0}.imprint-sidebar__info-block>*{margin-bottom:1em}.imprint-sidebar__info-block>:last-child{margin-bottom:0}.imprint-sidebar__info-block .base-image__img{width:30%}.imprint-sidebar__info-block:last-of-type{margin-bottom:0}.settings-category{font-size:.875rem;font-weight:700;line-height:20px;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.sidebar-card{padding:1.25rem;-webkit-user-select:none;user-select:none;border-bottom:1px solid hsl(var(--root-color-shift,0),var(--root-color-shift,0%),20%)}.sidebar-card--clickable{cursor:pointer}.sidebar-card--clickable:hover{background-color:var(--sidebar-card-hover,hsla(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%),var(--root-opacity-low,12%)))}.sidebar-card__header{display:flex;justify-content:flex-end;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.sidebar-card__header-left{display:flex;flex:1;align-items:center}.sidebar-card__header-right{display:flex;flex:1}.sidebar-card__icon{display:flex;align-items:center;padding:0 0 0 15px;color:var(--sidebar-card-icon,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}.chapter-card{color:#fff;border-bottom:1px solid hsla(0,0%,100%,.2)}.chapter-card__headline{padding-inline:1.5em;margin-block-start:.8em;margin-block-end:.5em;font-size:.825em;font-weight:700;color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),50%);text-align:start}.chapter-step{display:flex;flex-direction:row;gap:1.25em;padding-inline:1.25em;cursor:pointer}.chapter-step:hover{background-color:var(--sidebar-chapter-step-hover,hsla(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%),var(--root-opacity-low,12%)))}.chapter-step--active{background-color:var(--sidebar-chapter-step-active,hsla(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%),var(--root-opacity-medium,24%)))}.chapter-step__image{flex:0.5;pointer-events:none;-webkit-user-select:none;user-select:none;min-width:140px}.chapter-step__image img{width:100%}.chapter-step__content{flex:1;text-align:start}.chapter-step__headline{margin-block:.2em 1em;font-size:.96em;display:flex;gap:.7em;font-weight:700}.chapter-step__timestamp{font-size:.72em;color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),60%)}.chapter-sidebar{width:38em}.chapter-sidebar .chapter-card:last-child{border:0}.chapter-sidebar__step{margin-block:.93em}.base-description-list{font-size:1em;line-height:1.3em;margin:0}.base-description-list:after{content:"";clear:both;display:table}.base-description-list__description{font-size:.875em;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));margin:0}.base-description-list__term{font-size:.875em;color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),60%);margin:0;float:left;margin-right:.2em}.base-description-list__term[dir=rtl]{float:right}.base-image--fill{width:100%;max-width:100%}.base-image__img{-webkit-user-select:none;user-select:none}.inventory-tile{overflow:hidden;width:5.2em;height:5.2em;background-color:var(--background);border-radius:.25em}.inventory-entry{-webkit-user-select:auto;user-select:auto;padding-left:1.25em;padding-right:1.25em;display:flex;flex-direction:row;gap:1em;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.inventory-entry__content{text-align:start;flex:1}.inventory-entry__title{font-size:.96em;font-weight:700}.inventory-entry__description,.inventory-entry__details{font-size:.72em;margin-top:.5em}.inventory-entry__button{margin-top:1.2em}.inventory-category{padding-inline:1.5em;font-size:.825em;text-transform:uppercase;font-weight:700;color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),50%);text-align:start}.inventory-sidebar{width:30em}.inventory-sidebar__category{margin-block-start:.8em;margin-block-end:2.5em}.inventory-sidebar__separator{margin-block-start:2.5em;border-block-start:.05em solid hsla(0,0%,100%,.2)}.inventory-sidebar__item{margin-block-end:2.2em}.inventory-sidebar__item--no-border{border:0}.sidebar[data-v-6569b0ba]{box-shadow:var(--root-elevation-24dp,0 1.5rem 2.375rem rgba(0,0,0,.14),0 .563rem 2.875rem rgba(0,0,0,.12),0 .688rem .938rem rgba(0,0,0,.2));font-size:1em}.sidebar-container[data-v-6569b0ba]{background-color:hsla(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%),.6);position:absolute;z-index:50;width:100%;height:100%}.base-ratio-box{justify-content:center;align-items:center;width:100vw;height:100%}.app-layout,.base-ratio-box{display:flex;background-color:initial}.app-layout{position:relative;width:100%;max-height:100%;overflow:hidden}.app-layout__ratio-box{width:100%}.app-layout__content{position:relative;height:100%;width:100%;pointer-events:none}.app-layout__controls{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;height:100%;overflow:hidden;text-align:center}.app-font-preload[data-v-a778156e]{position:absolute;top:0;z-index:-9999;font-family:var(--root-font-video,"Roboto Condensed",arial,sans-serif)}.app-font-preload__light[data-v-a778156e]{font-weight:300}.app-font-preload__regular[data-v-a778156e]{font-weight:400}.app-font-preload__bold[data-v-a778156e]{font-weight:700}.video-player{right:0;bottom:0;text-align:center}.video-player,.video-player__container{position:absolute;top:0;left:0;height:100%}.video-player__container{display:flex;align-items:center;width:100%;overflow:hidden}.utility-screen,.video-player__video{width:100%;height:100%}.utility-screen{position:absolute;top:0;z-index:2;pointer-events:none;font-size:1rem;-webkit-backdrop-filter:blur(.2em);backdrop-filter:blur(.2em)}.utility-screen__content{display:flex;align-items:center;justify-content:center;height:100%;padding:0 20px;font-family:var(--root-font-video,"Roboto Condensed",arial,sans-serif);background-color:var(--utility-screen-background)}.utility-screen--dark{--utility-screen-background:hsla(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%),60%);--chapter-color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),60%);color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.utility-screen--light{--utility-screen-background:hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),60%);--chapter-color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),40%);color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%)}.utility-screen__text{width:90%;max-width:1000px}.utility-screen__chapter{margin-block-end:.8em;font-weight:700;color:var(--chapter-color,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),50%));font-size:1.3em}.utility-screen__step{font-size:1.5em;font-weight:700}.utility-screen__step-number{margin-inline-end:.7em}.canvas-viewbox{position:absolute;display:flex}.canvas-viewbox--visible{background:rgba(0,255,204,.25)}.canvas-viewbox--top-left{align-items:flex-start;justify-content:flex-start}.canvas-viewbox--top-right{align-items:flex-start;justify-content:flex-end}.canvas-viewbox--top-center{align-items:flex-start;justify-content:center}.canvas-viewbox--middle-center{align-items:center;justify-content:center}.canvas-viewbox--middle-left{align-items:center;justify-content:flex-start}.canvas-viewbox--middle-right{align-items:center;justify-content:flex-end}.canvas-viewbox--bottom-left{align-items:flex-end;justify-content:flex-start}.canvas-viewbox--bottom-center{align-items:flex-end;justify-content:center}.canvas-viewbox--bottom-right{align-items:flex-end;justify-content:flex-end}.viewbox-label{--factor:56.25vw;--label-font-size:calc(var(--factor)*var(--scale, 1)*0.042);--label-padding-top:calc(var(--factor)*var(--scale, 1)*0.016);--label-padding-right:calc(var(--factor)*var(--scale, 1)*0.03);--label-padding-bottom:calc(var(--factor)*var(--scale, 1)*0.016);--label-padding-left:calc(var(--factor)*var(--scale, 1)*0.03);--label-highlight-size:calc(var(--factor)*var(--scale, 1)*0.008);--label-font:var(--root-font-video,"Roboto Condensed",arial,sans-serif);position:relative;width:var(--label-sizing-behaviour-width,auto);height:var(--label-sizing-behaviour-height,auto);padding-top:var(--label-padding-top,6px);padding-right:var(--label-padding-right,14px);padding-bottom:var(--label-padding-bottom,6px);padding-left:var(--label-padding-left,14px);font-family:var(--label-font);font-size:var(--label-font-size);color:var(--label-color-text);text-align:var(--label-text-align,start)}@media (min-aspect-ratio:16/9){.viewbox-label{--factor:var(--app-height,100vh)}}.viewbox-label--scale-s{--scale:1}.viewbox-label--scale-m{--scale:1.2}.viewbox-label--scale-l{--scale:1.5}.viewbox-label--scale-xl{--scale:2}.viewbox-label--scale-xxl{--scale:3}.viewbox-label--color-mode-dark{--label-color-text:var(--label-color-dark-text,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--label-color-background:var(--label-color-dark-background,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%));--label-color-background-transparency:var(--label-color-dark-background-transparency,hsla(var(--root-color-shift,0),var(--root-color-shift,0%),10%,var(--root-opacity-high,80%)));--label-color-highlight:var(--label-color-dark-highlight,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}.viewbox-label--color-mode-light{--label-color-text:var(--label-color-light-text,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%));--label-color-background:var(--label-color-light-background,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--label-color-background-transparency:var(--label-color-light-background-transparency,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),var(--root-opacity-high,80%)));--label-color-highlight:var(--label-color-light-highlight,hsl(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%)))}.viewbox-label--background-fill{background-color:var(--label-color-background)}.viewbox-label--background-transparent{background-color:var(--label-color-background-transparency)}.viewbox-label--background-blank{background-color:initial}.viewbox-label--text-align-start{--label-text-align:start}.viewbox-label--text-align-center{--label-text-align:center}.viewbox-label--sizing-behaviour-width-grow{--label-sizing-behaviour-width:auto}.viewbox-label--sizing-behaviour-width-fill{--label-sizing-behaviour-width:100%}.viewbox-label--sizing-behaviour-height-grow{--label-sizing-behaviour-height:auto}.viewbox-label--sizing-behaviour-height-fill{--label-sizing-behaviour-height:100%}.viewbox-label--has-highlight-bottom{margin-bottom:var(--label-hightlight-size)}.viewbox-label--has-highlight-top{margin-top:var(--label-hightlight-size)}.viewbox-label--has-highlight-left{margin-left:var(--label-hightlight-size)}.viewbox-label--has-highlight-right{margin-right:var(--label-hightlight-size)}.viewbox-label__highlight{position:absolute;background:var(--label-color-highlight)}.viewbox-label__highlight--vertical{top:0;width:var(--label-highlight-size);min-width:1px;height:0%;animation-name:highlight-vertical;animation-duration:0s;animation-fill-mode:forwards}.viewbox-label__highlight--horizontal{left:0;width:0;height:var(--label-highlight-size);min-height:1px;animation-name:highlight-horizontal;animation-duration:0s;animation-fill-mode:forwards}.viewbox-label__highlight--left{left:0;transform:translateX(-80%)}.viewbox-label__highlight--right{right:0;transform:translateX(80%)}.viewbox-label__highlight--top{top:0;transform:translateY(-80%)}.viewbox-label__highlight--bottom{bottom:0;transform:translateY(80%)}@keyframes highlight-vertical{0%{height:0}to{height:100%}}@keyframes highlight-horizontal{0%{width:0}to{width:100%}}.viewbox-label__highlight--animate{animation-duration:1s}.viewbox-label__block{--block-margin-bottom:calc(var(--factor)*0.032);-webkit-user-select:none;user-select:none}.viewbox-label__block-spacing{margin-bottom:var(--block-margin-bottom,1rem)}.viewbox-label__block .base-button{font-size:.85em;pointer-events:auto}.canvas-grid{position:absolute;top:0;bottom:0;left:0;width:100%}.canvas-grid__content{width:100%;height:100%;margin-top:1px;margin-right:1px;margin-bottom:1px;margin-left:1px}.canvas-grid--clickable{z-index:1}.controls-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.6),transparent 15%,transparent 80%,rgba(0,0,0,.7))}.controls-background--touch{background:linear-gradient(180deg,rgba(0,0,0,.6),rgba(0,0,0,.25) 20%,rgba(0,0,0,.25) 75%,rgba(0,0,0,.7))}.controls-bar{display:flex}.controls-bar__right{display:flex;font-size:1.7rem;gap:.5rem;align-items:flex-start}.controls-bar__left{flex:1}.controls-top{z-index:4;position:absolute;left:0;top:0;width:100%;opacity:1;padding-block:.5em 0;padding-inline:1em .5em}.controls-top__name{text-align:left;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.controls-top__video-title{font-size:1em;font-weight:700;line-height:1.4;margin-block:.2em .1em}.controls-top__video-hero{opacity:.75;font-size:.7em;font-weight:400;color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),80%)}.progressbar-thumbnail{position:absolute;bottom:50px;z-index:100;width:17.5rem;overflow:hidden;pointer-events:none;border-radius:.5rem;transform:translateX(-50%)}.progressbar-thumbnail--shadow{box-shadow:var(--root-elevation-16dp,0 1rem 1.5rem rgba(0,0,0,.14),0 .4rem 1.9rem rgba(0,0,0,.12),0 .5rem .6rem rgba(0,0,0,.2))}.progressbar-thumbnail__information{padding:.375rem;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));background-color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),15%);text-align:start}.progressbar-thumbnail__chapter{font-size:.875rem;font-weight:400}.progressbar-thumbnail__step{font-size:.875rem;font-weight:700}.progressbar-thumbnail__sprite{position:relative;width:100px;height:100px}.progressbar-thumbnail__timestamp{position:absolute;bottom:0;left:50%;padding:.375rem;font-size:.625rem;color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%));background-color:hsla(var(--root-color-black,0),var(--root-color-black,0%),var(--root-color-black,0%),70%);transform:translateX(-50%)}.progressbar-played-part{position:absolute;height:100%;width:100%;bottom:0;transform-origin:0 0;background-color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),70%)}.progressbar-step{cursor:pointer;bottom:-7.5px;position:absolute;z-index:12;padding:4px}.progressbar-step__inner{border-radius:6px;height:10px;width:4px;background-color:hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%))}.progressbar-step--hover{bottom:-6.5px}@media (hover:hover){.progressbar-step:hover{bottom:-8.5px}.progressbar-step:hover .progressbar-step__inner{height:14px}}.progressbar-section{height:100%;float:left;position:relative}.progressbar-section__list{position:relative;width:100%;height:100%;background-color:hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),30%);transition:background-color .3s ease-out;border-radius:5px}.progressbar-section--seeked{box-shadow:var(--root-elevation-4dp,0 .13rem .3rem rgba(0,0,0,.14),0 .3rem .3rem rgba(0,0,0,.12),0 .06rem .6rem rgba(0,0,0,.2));height:calc(100% + 2px);bottom:1px;border-radius:5px}.progressbar-section__padding{position:absolute;height:20px;width:100%;bottom:-5px;cursor:pointer;z-index:11}@media (hover:hover){.progressbar-section__padding:hover~.progressbar-section__list{cursor:pointer;box-shadow:var(--root-elevation-4dp,0 .13rem .3rem rgba(0,0,0,.14),0 .3rem .3rem rgba(0,0,0,.12),0 .06rem .6rem rgba(0,0,0,.2));height:5px;bottom:1px}}.progressbar-section__times{overflow:hidden;position:relative;width:100%;height:100%;border-radius:5px}.progressbar-section__current-time{transform-origin:0;width:100%;height:100%;position:absolute;left:0;background-color:var(--progressbar-current-time,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}.progressbar-scrubber__container{z-index:12;position:absolute;top:-5.5px;left:-7px;will-change:"transform";cursor:pointer}.progressbar-scrubber--seeking{box-shadow:0 0 0 8px var(--progressbar-scrubber-drag,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),var(--root-opacity-low,12%)))}.progressbar-scrubber__circle{width:14px;height:14px;border-radius:7px;background-color:var(--progressbar-scrubber,hsl(var(--root-color-secondary-h,194),var(--root-color-secondary-s,100%),var(--root-color-secondary-l,55%)))}@media (hover:hover){.progressbar-scrubber__circle:hover{box-shadow:0 0 0 8px var(--progressbar-scrubber-drag,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),var(--root-opacity-low,12%)))}}.video-progress{-webkit-user-select:none;user-select:none;touch-action:none;width:100%;height:3px;position:relative}.video-progress__markers{position:relative;height:clamp(14px,1rem,20px);font-size:clamp(14px,1rem,20px);margin-bottom:12px}.video-progress__marker{position:absolute;transform:translateX(-50%)}.video-progress__container{touch-action:none;margin-right:33px;margin-left:33px}.video-progress__sections{position:relative;width:100%;height:100%}.video-time{opacity:1!important}.video-time__text{font-weight:400}.video-time__duration{color:hsl(var(--root-color-shift,0),var(--root-color-shift,0%),60%)}.controls-bottom{z-index:4;position:absolute;bottom:0;left:0;width:100%;opacity:1;padding-bottom:.5rem}.controls-bottom__progressbar{margin-bottom:.8rem}.controls-bottom--left-margin{margin-left:20px}.controls-bottom__left{display:flex;font-size:1.2rem;align-items:center;justify-content:flex-start;height:100%;gap:.2rem}.controls-bottom__play-toggle{margin-inline:.3em}.controls-bottom__right{margin-right:.5rem;display:flex;font-size:1.7rem;gap:.5rem}.controls-center{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:4;display:none;width:100%;align-items:center;font-size:4.735vw;padding:0 .5rem;gap:.6rem;font-size:1.6rem;display:flex}.controls-center .base-button{opacity:.75;pointer-events:auto;filter:drop-shadow(.2rem .3rem .5rem rgba(0,0,0,.3))}.controls-center .base-button.controls-center__replay{opacity:1}.controls-center__center{font-size:2.7rem;display:flex;gap:3.5rem;height:100%;align-items:center;justify-content:space-between;margin-left:auto;margin-right:auto}.controls-center__play{font-size:1.7em}@media (max-width:21.875em){.controls-center__center{width:100%;justify-content:space-between}}.controls-feedback{display:flex;justify-content:center;align-items:center;font-size:3.5rem;z-index:100;position:absolute;border-radius:100%;background-color:rgba(0,0,0,.5);color:#fff;width:6.5rem;height:6.5rem}.subtitle[data-v-3de72520]{padding:.2rem .3rem;font-size:1rem;line-height:1.3;border-radius:.2rem;font-weight:400;color:var(--subtitle-color-text);-webkit-user-select:none;user-select:none}.subtitle-color-mode-light[data-v-3de72520]{--subtitle-color-text:var(--label-color-text-light,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%));--subtitle-color-background:var(--subtitle-color-background-light,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--subtitle-color-background-transparent:var(--subtitle-color-background-transparent-light,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),90%));--subtitle-color-background-transparent-low:var(--subtitle-color-background-transparent-low-light,hsla(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%),30%))}.subtitle-color-mode-dark[data-v-3de72520]{--subtitle-color-text:var(--label-color-text-dark,hsl(var(--root-color-white,0),var(--root-color-white,0%),var(--root-color-white,100%)));--subtitle-text-shadow:1px 1px 2px rgba(0,0,0,0.5);--subtitle-color-background:var(--subtitle-color-background-dark,hsl(var(--root-color-shift,0),var(--root-color-shift,0%),10%));--subtitle-color-background-transparent:var(--subtitle-color-background-transparent-dark,hsla(var(--root-color-shift,0),var(--root-color-shift,0%),10%,90%));--subtitle-color-background-transparent-low:var(--subtitle-color-background-transparent-low-dark,hsla(var(--root-color-shift,0),var(--root-color-shift,0%),10%,var(--root-opacity-medium,24%)))}.subtitle-background-fill[data-v-3de72520]{background-color:var(--subtitle-color-background)}.subtitle-background-transparent[data-v-3de72520]{background-color:var(--subtitle-color-background-transparent)}.subtitle-background-transparent-low[data-v-3de72520]{background-color:var(--subtitle-color-background-transparent-low)}.subtitle-background-blank[data-v-3de72520]{text-shadow:var(--subtitle-text-shadow);background-color:initial}.subtitle--italic[data-v-3de72520]{font-style:italic}.subtitle-area{position:absolute;display:flex;flex-direction:column;width:50%;pointer-events:none;opacity:1}.subtitle-area-top-center{top:0;left:50%;flex-direction:row;flex-wrap:wrap-reverse;justify-content:space-evenly;width:80%;max-width:40rem;text-align:center;transform:translateX(-50%)}.subtitle-area-top-left{top:0;left:1rem;flex-direction:column;align-items:flex-start;justify-items:center;text-align:start}.subtitle-area-top-right{top:0;right:1rem;flex-direction:column;align-items:flex-end;justify-content:center;text-align:start}.subtitle-area-bottom-left{bottom:0;left:1rem;flex-direction:column;align-items:flex-start;justify-items:center;text-align:start}.subtitle-area-bottom-center{bottom:0;left:50%;flex-direction:row;flex-wrap:wrap-reverse;justify-content:space-evenly;width:80%;max-width:40rem;text-align:center;transform:translateX(-50%)}.subtitle-area-bottom-right{right:1rem;bottom:0;flex-direction:column;align-items:flex-end;justify-content:center;text-align:start}.subtitle-areas{z-index:3;pointer-events:none;position:absolute;width:100%;left:0;bottom:1rem;top:1rem;transition:top .5s cubic-bezier(0,0,.3,1),bottom .5s cubic-bezier(0,0,.3,1)}.subtitle-areas--menu-active{top:3.7rem;bottom:calc(4.3rem + 28px)}.button[data-v-91573224]{pointer-events:auto}.media-area{position:absolute;display:flex;flex-direction:column;width:50%;pointer-events:none;opacity:1}.media-area--middle-center{left:10%;right:10%;width:auto;flex-direction:row;align-items:center;justify-content:space-evenly}.media-area--top-left{left:0;align-items:flex-start;justify-items:center}.media-area--top-right{right:0;align-items:flex-end;justify-content:center}.media-area--bottom-left{bottom:0;left:0;align-items:flex-start;justify-items:center}.media-area--bottom-center{bottom:0;right:10%;left:10%;width:auto;align-items:center;flex-wrap:wrap-reverse;justify-content:space-evenly}.media-area--bottom-right{bottom:0;right:0;align-items:flex-end;justify-content:center}.media-area-bottom{position:absolute;z-index:3;bottom:calc(4.3rem + 28px);left:1rem;right:1rem;transition:bottom cubic-bezier(0,0,.3,1);transition-duration:.3s}.media-area-bottom--touch{bottom:1rem}.media-area-top{position:absolute;z-index:3;top:3.85rem;left:1rem;right:.5rem;transition:top cubic-bezier(0,0,.3,1);transition-duration:.3s}.media-area-top--touch{top:1rem}.media-area-middle{position:absolute;z-index:3;left:1rem;right:1rem}#app{display:flex;justify-content:center;font-family:var(--root-font-ui,"Roboto",arial,sans-serif);text-align:center;background-color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app *{-webkit-tap-highlight-color:transparent}#app .play-button{font-size:3.5rem}#app .spinner{position:absolute;z-index:99;font-size:2rem;color:var(--spinner-color,hsl(var(--root-color-primary-h,217),var(--root-color-primary-s,84%),var(--root-color-primary-l,44%)))}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:300;src:url(../../yntro_software/fonts/RobotoCondensed-Light.77ee39ac.woff) format("truetype")}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:400;src:url(../../yntro_software/fonts/RobotoCondensed-Regular.6bf8eec4.woff) format("truetype")}@font-face{font-family:Roboto Condensed;font-style:normal;font-weight:700;src:url(../../yntro_software/fonts/RobotoCondensed-Bold.c25e8f38.woff) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:url(../../yntro_software/fonts/Roboto-Thin.6d562bfc.woff) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:url(../../yntro_software/fonts/Roboto-Light.b446c239.woff) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:url(../../yntro_software/fonts/Roboto-Regular.ec39515a.woff) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:url(../../yntro_software/fonts/Roboto-Medium.7c2fef29.woff) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:url(../../yntro_software/fonts/Roboto-Bold.2ad99072.woff) format("truetype")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:url(../../yntro_software/fonts/Roboto-Black.5ba73b5b.woff) format("truetype")}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{padding:0;margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:initial;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:initial}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:none}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{vertical-align:initial}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}::selection{text-shadow:none;background:#b3d4fc}hr{display:block;height:1px;padding:0;margin:1em 0;border:0;border-top:1px solid #ccc}audio,canvas,iframe,img,svg,video{vertical-align:middle}fieldset{padding:0;margin:0;border:0}textarea{resize:vertical}.browserupgrade{padding:.2em 0;margin:.2em 0;color:#000;background:#ccc}*{box-sizing:border-box}button,html,input,select,textarea{font-family:var(--root-font-ui,"Roboto",arial,sans-serif);line-height:1.4;color:#383838;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--factor:56.25vw;--font-size:clamp(12px,calc(var(--factor)*0.042),26px);font-size:var(--font-size)}@media (min-aspect-ratio:16/9){button,html,input,select,textarea{--factor:100vh}}button.small,html.small,input.small,select.small,textarea.small{font-size:calc(var(--font-size)*0.9)}button.big,html.big,input.big,select.big,textarea.big{font-size:calc(var(--font-size)*1.1)}body{margin:0 auto;background:#fff}h1,h2,h3,h4,h5,h6{margin:0;font-size:16px}p{margin:0}.no-block-spacing{margin-bottom:.2rem!important}