@keyframes fade-in{0%{opacity:var(--animation-opacity-start-value);transform:var(--animation-transform-start-value)}50%{opacity:var(--animation-opacity-end-value)}100%{opacity:var(--animation-opacity-end-value);transform:var(--animation-transform-end-value)}}.video-iframe__wrapper{aspect-ratio:16/9;margin-block-end:calc(1 * clamp(3.2rem,2.6174757282rem + 0.0155339806 * 100vw,5.6rem));margin-block-start:calc(1 * clamp(3.2rem,2.6174757282rem + 0.0155339806 * 100vw,5.6rem));max-height:calc(100vh - var(--fixed-elements-on-top-height));max-width:113.6rem}.video-iframe__wrapper:where(:first-child){margin-block-start:0}.video-iframe__wrapper:where(:last-child){margin-block-end:0}.ginlined-content .video-iframe__wrapper{max-width:unset}.video-iframe__container{aspect-ratio:16/9;margin-inline:auto;max-height:calc(100vh - var(--header-height));position:relative}.video-iframe__container:has(.consent-info:not(.--hidden)){background-color:#b5c2d1;border:1px solid #003c3c}.video-iframe__container iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.consent-info{left:50%;margin:0;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1;font-size:1.2rem;font-weight:300;line-height:1.8rem}