.hamburger-react{z-index:100}@keyframes showMobile{0%{opacity:0}to{opacity:1}}.navbar{display:flex;justify-content:center;align-items:center;padding:.5em}.navbar__nav{font-family:Europa Title,sans-serif;display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1600px;height:80px;padding:1.2em;background-color:#00000080;border-radius:8px}.navbar__logo{display:flex;justify-content:center;align-items:center;flex-direction:column;color:#fff}.navbar__logo-title{font-size:1.2rem}.navbar__logo-title--year{font-size:1rem}.navbar__links{display:none;justify-content:flex-end;align-items:center;gap:1.2em;font-size:1.2em}.navbar__links--mobile{position:absolute;top:0;right:0;width:100vw;min-width:150px;display:flex;justify-content:flex-start;flex-direction:column;background:linear-gradient(319deg,#122e78,#22449e);height:100vh;padding:100px 1.2em 1.2em;z-index:99;animation:showMobile .2s}.navbar__links a{text-decoration:none;color:#fff}@media (min-width: 768px){.hamburger-react{display:none}.navbar__links--desktop{display:flex}.navbar__links--mobile{display:none}}.footer{position:absolute;bottom:0;left:0;width:100%;margin-top:5em}.footer__box{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1em;background-color:#00000080}.footer__box a{color:#fff;text-decoration:underline}.footer__info{color:#fff;font-size:.8rem;text-align:center}@media (min-width: 768px){.footer__box{flex-direction:row;justify-content:space-between}}@media (min-width: 1024px){.footer__info{font-size:1rem}}.home__item{border-radius:8px;display:flex;align-items:center;justify-content:space-between;padding:1em;margin:1em}.home__title{margin-left:1em}.home__letter{display:block;position:relative;font-family:Europa Title,sans-serif;margin-right:.5em;width:50px}.home__letter:after{content:"";position:absolute;top:0;left:calc(100% + .5em);height:100%;width:3px;background-color:#fff}.home__description-box{display:flex;font-size:1rem}.home__expanded-box{display:flex;flex-wrap:wrap;width:100%;padding:1em;height:auto;border-radius:0 0 10px 10px;background-color:#1325548f;transition:.3s display}.home__expanded-item{margin:1em;width:100%;font-size:.8rem;background:linear-gradient(319deg,#122e78,#22449e);border-radius:8px;text-transform:uppercase;text-align:center;cursor:pointer}@media (min-width: 576px){.home__expanded-item{width:calc(30% - 2em)}}.header{position:relative;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;margin-bottom:1em}.header__link{display:flex;justify-content:center;align-items:center;padding:1em;color:#ddd;border-radius:8px}.header__link--icon{height:20px}.header__link--span{font-size:.8rem}.header__title{align-self:center;flex-grow:1;font-size:1.2rem}@media (min-width: 768px){.header{margin-bottom:2em}.header__link--span{font-size:1rem}.header__title{font-size:1.5rem}}.category-clips{font-family:Europa Title,sans-serif;background-color:#00000080;padding:.5em;border-radius:8px}.category-clips h1{font-size:1.5rem;text-align:center}.category-clips__loading-clip{position:relative;width:45%;height:200px;border-radius:8px;background-color:#e0e0e0;background-color:#00042c63;overflow:hidden}.category-clips__loading-clip:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,#fff0,#74747433,#fff0);animation:loadingShimmer 1.2s infinite}.category-clips__clip{position:relative;width:45%;height:200px;font-size:0;border:3px solid transparent;border-radius:8px;overflow:hidden;-webkit-user-select:none;user-select:none;transition:border .3s}.category-clips__clip:hover{border:3px solid #fff}.category-clips__clip:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:linear-gradient(0deg,#0b1466ad,#0000);z-index:1}.category-clips__clip img{border-radius:8px;width:100%;height:100%;object-fit:cover}.category-clips__clip span{z-index:10;position:absolute;bottom:0;left:0;padding:1em;font-size:1.5rem;color:#fff}.category-clips__container{display:flex;flex-wrap:wrap;justify-content:center;gap:1em;padding:.5em}@media (min-width: 912px){.category-clips__loading-clip{width:30%}.category-clips__clip{height:auto;width:30%}}@keyframes loadingShimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes showControls{0%{opacity:0;transform:translateY(-1em)}to{opacity:1;transform:translateY(0)}}.decision-box{position:absolute;top:0;left:0;bottom:0;right:0;background:#00000080;padding:2em}.decision-box img{object-fit:contain;text-align:center;width:100%}.decision-box p{z-index:1;font-size:.6rem;color:#fff;background-color:#00000080;padding:.5em;font-family:Inter,sans-serif}@media (min-width: 500px){.decision-box p{font-size:.8rem}}@media (min-width: 768px){.decision-box p{font-size:1.2rem}}.middle{display:none}@media (min-width: 500px){.middle{display:flex}}.controls__div{bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:flex-end;width:100%;padding:0 1em;background:linear-gradient(#fff0,#010230ce);font-size:.6rem;opacity:1;transition:opacity .1s,transform .1s}@media (min-width: 500px){.controls__div{position:absolute}}.controls__time{display:inline-block;padding-bottom:0;font-family:Inter,sans-serif;font-size:.8rem}.controls__slider span{padding:.5em}.controls__icons{color:#fff;transform:scale(.9)}.controls__icons:hover,.controls__icons:focus{color:#fff;transform:scale(.95);transition:transform .3s}.controls__icons:focus{outline:1px solid transparent}.controls__ios-decision{width:100%}.controls__ios-decision img{width:100%;height:100%}.controls__ios-decision p{font-family:Inter,sans-serif}.controls__buttons-container{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between}.MuiSlider-track{margin:0}.hidden{visibility:hidden;opacity:0;transform:translateY(1em);transition:opacity .1s}.left,.right{display:flex;justify-content:space-between}.loading{position:absolute;top:0;left:50%;transform:translate(-50%,-50%)}.duration{font-size:.8rem}.middle{position:absolute;left:50%;transform:translate(-50%);margin:0 auto}.middle-wrap{display:flex;justify-content:center;align-items:center}.middle-wrap p{pointer-events:none}.player{position:relative;font-size:0;overflow:hidden;background-color:#00042c63;border-radius:8px}.player__loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1;display:flex;justify-content:center;align-items:center}.clip{font-family:Europa Title,sans-serif;background-color:#00000080;border-radius:8px;padding:.5em;min-width:320px;width:100%}.clip__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:calc(50% + 2em);margin-bottom:1em}.clip__header-return{display:flex;justify-content:center;align-items:center;padding:.7em;color:#ddd;border:3px solid #fff;border-radius:8px}.clip__title{margin:.5em 0 1em}.clip__controls{display:flex;justify-content:center;align-items:center;margin-top:1em}.clip__controls--no-safari{justify-content:center}.clip__controls-safari{display:flex;justify-content:center;align-items:center}.clip__dictionary{display:flex;flex-direction:column;align-items:center;margin-top:1em;padding:1em}.clip__dictionary-table{border-collapse:separate;border-spacing:0;border:3px solid #ddd;border-radius:8px;overflow:hidden;width:100%}.clip__dictionary-item{font-family:Inter,sans-serif;text-transform:uppercase;font-size:.8rem}.clip__dictionary-item--english{font-weight:700}.clip .clip__dictionary-item td{padding:1em}.clip .clip__dictionary-item:last-child td{border-bottom:none}@media (min-width: 500px){.clip__controls--no-safari{display:none}}@media (min-width: 768px){.clip__dictionary-item{font-size:.8rem}}.test-setup{display:flex;justify-content:center;align-items:center;flex-direction:column;font-family:Europa Title,sans-serif;background-color:#00000080;padding:.5em;border-radius:8px;gap:.5em;text-align:center}.test-setup h2{font-size:1.5rem;margin-bottom:1em}.test-setup__letters{display:flex;flex-direction:row;flex-wrap:wrap}.test-setup__letters--clear-btn{padding:.5em}.test-setup__letters--clear-btn.disabled{opacity:.5;pointer-events:none}.test-setup__letters--labels{display:flex;flex-wrap:wrap;gap:1em;margin-bottom:1em;background-color:#1325548f;border-radius:8px;padding:1em}.test-setup__letters--labels label{display:flex;align-items:center;gap:.5em;background-color:#00042c63;padding:1.2em;border-radius:8px;cursor:pointer}.test-setup__letters--labels label input{cursor:pointer}.test-setup__letters--labels label:hover,.test-setup__letters--labels label.active{background:linear-gradient(319deg,#122e78,#22449e)}.test-setup__count{margin-bottom:1em}.test-setup__count select{margin-left:.5em;padding:.5em;border-radius:8px;font-size:1rem}.test-setup__count--amount{margin-left:.5em}.test-setup__start{background-color:#fff;color:#000;border:none;padding:.5em 1.5em;font-size:1rem;border-radius:8px;cursor:pointer;transition:background-color .3s,color .3s;margin-bottom:.5em}.test-setup__start:hover{background-color:#ddd}.error{display:flex;flex-direction:column;background-color:#ff3333a8;padding:1em;flex:1;border-radius:8px}.error__title{font-size:1.5rem}.error__message{font-size:1em;padding:1em}.error__link{margin-top:1em;flex:1;color:#fff;font-weight:700;text-transform:uppercase;text-decoration:underline}@font-face{font-family:Europa Title;src:url(/assets/europatitlebold-DLOJSdWe.ttf) format("truetype")}*{margin:0;box-sizing:border-box}.wrapper{margin:0 auto;max-width:1600px;padding:.5em .5em 5em}h1,h2,h3,p,td,span{color:#fff}.header__section{text-align:center;justify-content:center;align-items:center;height:40px;background-color:#4646ac}.header__text{color:#fff;font-size:28px;font-weight:800;padding-top:5px;padding-bottom:5px}.main__section{display:flex;flex-direction:column;justify-content:center;align-items:center}.MuiSlider-thumb{color:#004cbe}.MuiSlider-rail{color:#90a1ee}.MuiSlider-track{color:#054099}.MuiSlider-rail:before{width:var(--buffered-percentage)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{position:relative;margin:0;min-height:100vh;background-image:url(/assets/background-menu-ggFUvQNu.png);background-size:cover;background-position:center;background-attachment:fixed}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
