:root{--color-link: #003DD6}:root{--padding-horizontal-header: 2.5dvw;--padding-vertical-header: .8dvh;--nav-height: 8rem;--nav-height-mobile: 6rem;--nav-height-scrolled-scale: .65;--header-menu-left-distance: 2rem;--screen-hide-header-size: 1024px;--medium-logo-size: 64px;--large-logo-size: 76px;--larger-logo-size: 80px;--form-rotation-width: 62.5dvw;--form-rotation-pc-width: 70dvw;--form-rotation-tablet-width: 75dvw;--form-rotation-mobile-width: 85dvw;--form-rotation-chikito-width: 90dvw;--video-progress-bar-height: .9rem;--video-hidden-button-height: 3rem;--video-hidden-button-movile-height: 2.5rem}:root main{padding-top:calc(var(--nav-height) + var(--padding-vertical-header))}:root html,:root body{overscroll-behavior:none}.video-player-container{overflow:hidden}.video-progress-bar{position:absolute;bottom:0;left:0;height:var(--video-progress-bar-height);width:100%;background-color:#fff3;z-index:3;overflow-y:visible;overflow-x:hidden;transform:translateZ(0)}.video-progress-fill{position:absolute;bottom:0;left:0;height:var(--video-progress-bar-height);width:0;background:linear-gradient(90deg,#6300b2,#b245c5);outline:none;z-index:8;border-radius:0}.video-progress-thumb{top:0;left:0;position:absolute;height:var(--video-progress-bar-height);width:var(--video-progress-bar-height);background:#b245c5;border-radius:100%;transform-origin:center;transform:translate(-50%);z-index:9;transition:scale .3s ease}.video-progress-thumb:hover{scale:1.2}.play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:#fff;border:none;border-radius:50%;font-size:28px;padding:20px;cursor:pointer;box-shadow:0 0 15px #0006;transition:transform .2s ease}.play-button:hover{transform:translate(-50%,-50%) scale(1.1)}.video-hidden-button{position:absolute;bottom:-1%;right:1.3%;width:var(--video-hidden-button-height);height:var(--video-hidden-button-height);border-radius:100%;display:flex;opacity:0;background-color:#6300b2;padding:.75rem 1rem;font-size:1.25rem;line-height:1.75rem;color:#fff;border:none;transition:scale .3s ease,filter .3s ease;transform:translateZ(0)}.video-hidden-button span{width:36px;height:36px;align-self:center}.video-hidden-button:hover{scale:1.1;filter:brightness(1.2)}.unmute-button{visibility:hidden}.fullscreen-button.appear{animation:fs-button .6s forwards ease}.fullscreen-button.disappear{animation:fs-button .4s reverse forwards ease-out}.mute-button.appear,.unmute-button.appear{animation:mt-button .6s forwards ease}.mute-button.disappear,.unmute-button.disappear{animation:mt-button .4s reverse forwards ease-out}.reload-button.appear{animation:rl-button .6s forwards ease}.reload-button.disappear{animation:rl-button .4s reverse forwards ease-out}@keyframes fs-button{0%{opacity:0;bottom:-1%}to{opacity:1;bottom:calc(var(--video-progress-bar-height) + var(--video-hidden-button-height) / 6)}}@keyframes mt-button{0%{opacity:0;bottom:-1%}to{opacity:1;bottom:calc(var(--video-progress-bar-height) + var(--video-hidden-button-height) / 6 + var(--video-hidden-button-height) + var(--video-hidden-button-height) / 6)}}@keyframes rl-button{0%{opacity:0;bottom:-1%}to{opacity:1;bottom:calc(var(--video-progress-bar-height) + var(--video-hidden-button-height) / 6 + var(--video-hidden-button-height) * 2 + var(--video-hidden-button-height) / 6 * 2)}}@keyframes fs-button-mobile{0%{opacity:0;bottom:-1%}to{opacity:1;bottom:calc(var(--video-progress-bar-height) + var(--video-hidden-button-movile-height) / 6)}}@keyframes mt-button-mobile{0%{opacity:0;bottom:-1%}to{opacity:1;bottom:calc(var(--video-progress-bar-height) + var(--video-hidden-button-movile-height) / 6 + var(--video-hidden-button-movile-height) + var(--video-hidden-button-movile-height) / 6)}}@keyframes rl-button-mobile{0%{opacity:0;bottom:-1%}to{opacity:1;bottom:calc(var(--video-progress-bar-height) + var(--video-hidden-button-movile-height) / 6 + var(--video-hidden-button-movile-height) * 2 + var(--video-hidden-button-movile-height) / 6 * 2)}}@media screen and (max-width: 767px){.video-hidden-button{width:var(--video-hidden-button-movile-height);height:var(--video-hidden-button-movile-height);padding:.4rem .6rem}.video-hidden-button span{width:100%;height:100%}.fullscreen-button.appear{animation:fs-button-mobile .6s forwards ease}.fullscreen-button.disappear{animation:fs-button-mobile .4s reverse forwards ease-out}.mute-button.appear,.unmute-button.appear{animation:mt-button-mobile .6s forwards ease}.mute-button.disappear,.unmute-button.disappear{animation:mt-button-mobile .4s reverse forwards ease-out}.reload-button.appear{animation:rl-button-mobile .6s forwards ease}.reload-button.disappear{animation:rl-button-mobile .4s reverse forwards ease-out}}
