@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@100..900&display=swap";.header_content{display:flex;justify-content:space-between;align-items:center}.header_content .navigation{display:flex;align-items:center;gap:10px}.menu_wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;transform:translateY(-100%);z-index:-1000;opacity:0;transition:opacity .2s linear,.3s ease-in-out}.menu_wrapper .menu_header{display:flex;justify-content:space-between;align-items:center;gap:40px;margin:30px 0 50px}.menu_wrapper .menu_header .search_bar{width:100%;max-width:500px;padding:10px 16px;outline:none;font-size:18px;border:none;border-bottom:1px solid gray}.menu_wrapper .menu_header .close_btn{width:30px;height:30px;font-size:24px;background:none;display:flex;justify-content:center;align-items:center;border:none;cursor:pointer;font-weight:700}.menu_wrapper .menu_list{list-style:none;display:flex;flex-direction:column;gap:20px;max-height:calc(100vh - 140px);overflow:auto}.menu_wrapper .menu_list::-webkit-scrollbar{width:0;height:4px}.menu_wrapper .menu_list::-webkit-scrollbar-track{background:#fff}.menu_wrapper .menu_list::-webkit-scrollbar-thumb{background:gray;border-radius:20px}.menu_wrapper .menu_list li{font-size:18px;line-height:20px;cursor:pointer}.menu_wrapper .menu_list li a{position:relative;transition:padding .3s ease,color .3s ease;color:inherit}.menu_wrapper .menu_list li a:before{content:"";position:absolute;left:0;bottom:0;width:10px;height:2px;background-color:#333;opacity:0;transition:opacity .3s ease}.menu_wrapper .menu_list li a:focus-visible,.menu_wrapper .menu_list li a:hover{padding-left:20px;outline:none}.menu_wrapper .menu_list li a:focus-visible:before,.menu_wrapper .menu_list li a:hover:before{opacity:1}.menu_wrapper .menu_list .no_results{font-size:18px;color:#676767}.menu_wrapper.open{transform:translateY(0);z-index:1000;opacity:1;transition:opacity .2s linear}body.menu-open,html.menu-open{overflow:hidden}.header_skeleton{margin:16px 0}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.skeleton_description,.skeleton_image,.skeleton_lang_switcher,.skeleton_logo,.skeleton_menu,.skeleton_title{background-color:#e0e7eb;border-radius:4px;animation:skeleton-loading 1.5s ease-in-out infinite}.skeleton_logo{width:100px;height:30px;margin-right:16px}.skeleton_group,.skeleton_navigation{display:flex;align-items:center;gap:20px}.skeleton_lang_switcher,.skeleton_menu{width:40px;height:30px}.skeleton_title{max-width:250px;width:100%;height:30px;margin-bottom:20px}.skeleton_description{width:100%;height:30px;margin-bottom:5px}.skeleton_description:nth-child(2){width:80%}.skeleton_description:nth-child(3n+1){width:60%}.skeleton_image{width:100%;height:100px;margin-bottom:5px}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:system-ui,sans-serif}body{min-height:100vh}a{text-decoration:none}.container{max-width:900px;width:100%;height:100%;margin:0 auto;padding:0 16px}.main-content{position:relative}h1,h2,h3,h4,h5,h6{margin:0}img{max-width:100%;width:100%}.content-block.divider-block,.content-block.spacer-block{margin:0!important}.custom-unmute-button{display:flex;flex-direction:column!important;align-items:center;justify-content:center;gap:10px;cursor:pointer;background-color:#000;color:#fff;font-size:14px;height:auto!important;left:50%;margin:12px 0;opacity:.8;padding:12px;position:absolute;top:0;transform:translateX(-50%);transition:visibility .5s linear,opacity .5s linear,font-size .1s ease;opacity:0;z-index:-1}.custom-unmute-button svg{width:24px;height:24px}.custom-unmute-button.show-unmute{opacity:1;z-index:203}.rotate_phone{max-height:100vh;width:100%;object-fit:contain;background:#000;position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:11;overflow:hidden}.vjs-subs-caps-button{display:inline-block!important}.vjs-big-play-button{border:none!important;box-shadow:none!important;background-color:#4d4d4f!important;width:50px!important;height:50px!important;border-radius:50%!important;transform:translateX(50%)}.vjs-icon-placeholder:before{top:2px!important}.no-found__page{display:flex;justify-content:center;align-items:center;height:100vh;color:#484848;padding:16px}.no-found__page h1{font-weight:700;font-size:72px;margin-bottom:20px}@media(max-width:768px){.no-found__page h1{font-size:48px;margin-bottom:16px}}.no-found__page h2{font-size:32px;font-weight:400;max-width:500px;line-height:35px}@media(max-width:768px){.no-found__page h2{font-size:20px;line-height:28px;max-width:350px}}.vjs-text-track-display *{font:unset!important}