/*!* Picker.js v1.2.1
* https://fengyuanchen.github.io/pickerjs
*
* Copyright 2016-present Chen Fengyuan
* Released under the MIT license
*
* Date: 2019-02-18T13:08:09.658Z*/:root{--gray:#999;--blue:#0074d9;--color:#333;--background-color:#fff;--border:1px solid #eee}.picker{background-color:rgba(0,0,0,.5);color:#333;color:var(--color);direction:ltr;display:none;font-size:1rem;line-height:1.5;overflow:hidden;-ms-touch-action:none;touch-action:none;-webkit-transition:opacity .15s;transition:opacity .15s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.picker-fixed{bottom:0;left:0;position:fixed;right:0;top:0;z-index:1986}.picker-fixed>.picker-dialog{bottom:-100%;left:0;max-height:100%;position:absolute;right:0;-webkit-transition:bottom .3s;transition:bottom .3s}.picker-fixed .picker-header{display:block}.picker-fixed .picker-footer{display:table}.picker-open{display:block;opacity:0}.picker-opened{opacity:1}.picker-opened>.picker-dialog{bottom:0}.picker-dialog{background-color:#fff;background-color:var(--background-color);border:1px solid #eee;border:var(--border)}.picker-header{border-bottom:1px solid #eee;border-bottom:var(--border);display:none;padding:.875rem 1.25rem;position:relative}.picker-title{font-size:1.125rem;font-weight:500;line-height:1.25rem;margin:0}.picker-close{background-color:transparent;border-width:0;color:#999;color:var(--gray);cursor:pointer;font-size:1.75rem;height:3rem;opacity:.75;padding:0;position:absolute;right:0;top:0;width:3rem}.picker-close:focus,.picker-close:hover{opacity:1;outline:none}.picker-body{overflow:hidden}.picker-grid{display:table;table-layout:fixed;width:100%}.picker-cell{display:table-cell;position:relative}.picker-cell:after,.picker-cell:before{content:"";display:block;left:0;position:absolute;right:0;z-index:3}.picker-cell:before{background-image:-webkit-gradient(linear,left bottom,left top,from(transparent),to(rgba(0,0,0,.05)));background-image:linear-gradient(0deg,transparent,rgba(0,0,0,.05));bottom:50%;margin-bottom:1rem;top:0}.picker-cell:after{background-image:-webkit-gradient(linear,left top,left bottom,from(transparent),to(rgba(0,0,0,.05)));background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.05));bottom:0;margin-top:1rem;top:50%}.picker-cell+.picker-cell{border-left:1px solid #eee;border-left:var(--border)}.picker-headers .picker-cell:before{margin-bottom:0}.picker-headers .picker-cell:after{margin-top:2rem}.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell:after,.picker-single:not(.picker-controls):not(.picker-headers) .picker-cell:before{display:none}.picker-cell__header{color:#999;color:var(--gray);font-size:.875rem;font-weight:500;line-height:1.5rem;margin:0;overflow:hidden;padding:.25rem .5rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.picker-cell__control{cursor:pointer;height:2rem;padding:.25rem .5rem;position:relative;z-index:4}.picker-cell__control:before{border:0 solid #ccc;content:"";display:block;height:.5rem;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg);width:.5rem}.picker-cell__control:hover:before{border-color:var(--primary)}.picker-cell__control--prev:before{border-right-width:1px;border-top-width:1px;margin-top:2px}.picker-cell__control--next:before{border-bottom-width:1px;border-left-width:1px;margin-bottom:2px}.picker-cell__body{overflow:hidden;position:relative}.picker-cell__body:after,.picker-cell__body:before{content:"";height:2rem;left:0;position:absolute;right:0;z-index:1}.picker-cell__body:before{background-image:-webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),to(#fff));background-image:linear-gradient(0deg,hsla(0,0%,100%,0),#fff);top:0}.picker-cell__body:after{background-image:-webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));background-image:linear-gradient(180deg,hsla(0,0%,100%,0),#fff);bottom:0}.picker-single .picker-cell__body:after,.picker-single .picker-cell__body:before{display:none}.picker-list{list-style:none;margin:-2rem 0;padding:0;position:relative}.picker-item{color:#999;color:var(--gray);padding:.25rem .5rem;text-align:center;white-space:nowrap}.picker-picked{color:#0074d9;color:var(--blue);font-size:1.125em;line-height:1.5rem}.picker-footer{border-top:1px solid #eee;border-top:var(--border);display:none;width:100%}.picker-cancel,.picker-confirm{background-color:transparent;border-width:0;cursor:pointer;display:table-cell;font-size:1rem;padding:.75rem 1rem;width:50%}.picker-cancel:focus,.picker-cancel:hover,.picker-confirm:focus,.picker-confirm:hover{background-color:#fcfcfc;outline:none}.picker-confirm{color:#0074d9;color:var(--blue)}body,html{height:100%}body{font-family:Titillium Web,sans-serif;font-size:16px;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}ol,ul{padding:0}li,ol,ul{list-style:none}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,h6,li,ol,p,ul{margin:0}a:not([class]){text-decoration-skip-ink:auto}img{width:100%;display:block}a{text-decoration:none;color:inherit;display:inline-block}a:focus,a:hover{cursor:pointer}button,input,select,textarea{font:inherit}button{cursor:pointer}@media(prefers-reduced-motion:reduce){*{-webkit-animation-duration:.01ms!important;animation-duration:.01ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:.01ms!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}textarea{resize:none;border:none}section{position:relative}button,input,select{outline:none}button{background:0 0}button,input{border:none;padding:0}input{background:0 0;-webkit-filter:none;filter:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset;box-shadow:inset 0 0 0 30px #fff}table,td,th,tr{padding:0;margin:0}.hidden{display:none}.section+.section{margin-top:30px}.section-inner{max-width:1920px;width:100%;margin:0 auto;padding:0 20px}@media(min-width:768px){.section-inner{padding:0 25px}}@media(min-width:1024px){.section-inner{padding:0 50px}}@media(min-width:1920px){.section-inner{padding:0 80px}}.main_title{color:#fff;text-transform:capitalize;font-size:18px;line-height:22px;font-weight:600;margin-bottom:5px}@media(min-width:768px){.main_title{font-size:32px;line-height:40px;margin-bottom:10px}}.date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:rgba(38,40,56,.6);border-radius:11px;padding:5px}.date-icon{width:12px;height:12px;fill:#fff;opacity:.6;margin-right:3px}.date-time{font-size:13px;font-weight:600;color:hsla(0,0%,100%,.6)}.home_slider{position:relative}.home_slider-content{overflow:hidden}.home_slider-list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:auto;-ms-overflow-style:none;scrollbar-width:none;-ms-touch-action:pan-y;touch-action:pan-y}.home_slider-list::-webkit-scrollbar{display:none;scrollbar-width:none}.home_slider-item{-ms-flex-negative:0;flex-shrink:0;width:250px;margin:10px 5px}@media(min-width:768px){.home_slider-item{width:350px}}.home_slider-image{height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .25s linear;transition:-webkit-transform .25s linear;transition:transform .25s linear;transition:transform .25s linear,-webkit-transform .25s linear}.home_slider-image-wrapper{position:relative;height:205px;margin-bottom:10px;border:1px solid transparent;overflow:hidden}@media(max-width:767px){.home_slider-image-wrapper{height:135px}}.home_slider-image-wrapper:hover{border-color:#70bcff;-webkit-box-shadow:0 0 1em #71bdff;box-shadow:0 0 1em #71bdff}.home_slider-image-wrapper:hover .home_slider-image{-webkit-transform:scale(1.1);transform:scale(1.1)}.home_slider-image-link{height:100%;width:100%;overflow:hidden}.home_slider-date{position:absolute;bottom:5px;right:5px}.home_slider-actions,.home_slider-info{display:-webkit-box;display:-ms-flexbox;display:flex}.home_slider-actions{-ms-flex-item-align:start;align-self:flex-start}.home_slider-actions--center{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.home_slider-avatar-wrapper{width:30px;height:30px;border-radius:50%;overflow:hidden;margin-right:10px;-ms-flex-negative:0;flex-shrink:0}@media(min-width:768px){.home_slider-avatar-wrapper{width:50px;height:50px}}.home_slider-avatar-link{height:100%;width:100%}.home_slider-details{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px}.home_slider-name{margin-bottom:5px}.home_slider-name-link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600;font-size:18px;color:#fff}@media(min-width:768px){.home_slider-name-link{font-size:20px;line-height:24px}}.home_slider-title-link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-weight:600;font-size:18px;line-height:20px;color:hsla(0,0%,100%,.6);max-width:150px}@media(min-width:768px){.home_slider-title-link{max-width:220px}}.home_slider-favorite{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0}.home_slider-favorite-icon{width:14px;height:12px;-webkit-transition:-webkit-transform .25s linear;transition:-webkit-transform .25s linear;transition:transform .25s linear;transition:transform .25s linear,-webkit-transform .25s linear}.home_slider-favorite-icon:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.home_slider-favorite-icon--heart{fill:#71bdff}.home_slider-favorite-icon--heart-border{fill:#fff}.home_slider-button{width:20px;height:30px;position:absolute;top:150px;display:none}@media(min-width:1024px){.home_slider-button{display:-webkit-box;display:-ms-flexbox;display:flex}}.home_slider-button--prev{left:-40px}.home_slider-button--next{right:-40px}.home_slider-button-icon{width:10px;height:20px;fill:#fff;margin:auto}.home_slider-channel-image{border-radius:10px}.home_slider-channel-image-wrapper{position:relative;border-radius:10px;border:1px solid transparent}.home_slider-channel-image-wrapper:hover{-webkit-box-shadow:0 0 1em #fef52e;box-shadow:0 0 1em #fef52e;border-color:#fef52e}.home_slider-channel-image-link{border-radius:10px;border:10px solid #2130b4;background:#2130b4}.home_slider-channel-icon{position:absolute;top:0;left:10px;bottom:0;z-index:1}.home_slider-more{overflow:hidden}.home_slider-more,.home_slider-more-link{display:-webkit-box;display:-ms-flexbox;display:flex}.home_slider-more-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:5px auto;z-index:1;position:relative;padding:0 30px;line-height:40px;background:0 0;border-radius:5px;-webkit-transition:background-color .25s linear;transition:background-color .25s linear}@media(min-width:768px){.home_slider-more-link{padding:0 40px}}@media(min-width:1920px){.home_slider-more-link{padding:0 60px}}.home_slider-more-link:active,.home_slider-more-link:hover{background:#33398f}.home_slider-more-link:active{-webkit-box-shadow:0 0 6px #70bcff;box-shadow:0 0 6px #70bcff}.home_slider-more-link:after,.home_slider-more-link:before{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);height:2px;width:1000%;background:rgba(112,188,255,.2)}.home_slider-more-link:before{left:100%;margin-left:10px}.home_slider-more-link:after{right:100%;margin-right:10px}.home_slider-more-text{font-weight:600;font-size:20px;margin-right:10px;color:#70bcff}.home_slider-more-icon{width:15px;height:20px;fill:#70bcff;padding-top:5px}.liked-icon{display:none}.liked .liked-icon{display:block}.advertising-close{position:absolute;top:5px;right:5px}@media(min-width:769px){.advertising-close{top:15px}}.advertising-close-icon{fill:#fff;-webkit-transition:fill .25s linear;transition:fill .25s linear}.advertising-close-icon:hover{fill:#2e37fe}.hero{background:#1506a8}.hero-inner{padding:210px 20px 25px;position:relative}@media(min-width:768px){.hero-inner{padding:185px 30px 40px;min-height:380px}}@media(min-width:1920px){.hero-inner{max-width:1920px;width:100%;margin:0 auto;padding:270px 35px 55px;position:relative;min-height:540px}}.hero-image{height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 20%;object-position:50% 20%}.hero-image-wrapper{width:100%;position:absolute;right:0;top:0}@media(max-width:1023px){.hero-image-wrapper{left:0}}@media(min-width:768px){.hero-image-wrapper{bottom:0}}.hero-image-wrapper:after{content:"";position:absolute;right:0;bottom:0;top:0;left:-1px;background:-webkit-gradient(linear,left bottom,left top,from(#1406a8),to(rgba(20,6,168,0)));background:linear-gradient(0deg,#1406a8,rgba(20,6,168,0))}@media(min-width:768px){.hero-image-wrapper:after{background:linear-gradient(53.66deg,#1506a8 -1.33%,#1506a8 35.49%,rgba(21,6,168,0) 72.56%)}}@media(min-width:1024px){.hero-image-wrapper:after{background:-webkit-gradient(linear,left top,right top,color-stop(2.62%,#1506a8),color-stop(40.69%,rgba(21,6,168,0)),to(rgba(21,6,168,0)));background:linear-gradient(90deg,#1506a8 2.62%,rgba(21,6,168,0) 40.69%,rgba(21,6,168,0))}}.hero-info{position:relative;z-index:1}@media(min-width:1920px){.hero-info{max-width:550px}}.hero-title{color:#fff;font-size:16px;line-height:20px;margin-bottom:15px;max-width:475px}@media(min-width:768px){.hero-title{font-size:20px;line-height:25px}}@media(min-width:1920px){.hero-title{font-size:20px;line-height:30px;font-weight:500;margin-bottom:10px;max-width:550px}}.hero-actor{color:#fff;font-size:20px;line-height:30px;margin-bottom:15px;max-width:475px}@media(min-width:768px){.hero-actor{font-size:40px;line-height:45px}}@media(min-width:1920px){.hero-actor{font-size:50px;line-height:50px;font-weight:700;margin-bottom:10px;max-width:550px}}.hero-actions{margin-bottom:5px}@media(min-width:1920px){.hero-actions{margin-bottom:10px}}.hero-actions-list{display:-webkit-box;display:-ms-flexbox;display:flex}.hero-actions-item{min-height:20px;-ms-flex-item-align:center;align-self:center}.hero-actions-item+.hero-actions-item{margin-left:10px}@media(min-width:1920px){.hero-actions-item+.hero-actions-item{margin-left:20px}}.hero-button{background:-webkit-gradient(linear,left top,right top,color-stop(2.09%,#2130c8),color-stop(97.99%,#68acf9));background:linear-gradient(90deg,#2130c8 2.09%,#68acf9 97.99%);border-radius:8px;line-height:35px;color:#fff;text-transform:uppercase;padding:0 15px;font-size:18px;min-width:90px;font-weight:600;position:relative;-webkit-transition:color .25s linear,background-color .25s linear;transition:color .25s linear,background-color .25s linear;padding:0 40px;line-height:36px}.hero-button:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;border-radius:8px;border:2px solid transparent;-webkit-transition:border-color .25s linear;transition:border-color .25s linear}@media(min-width:768px){.hero-button{min-width:145px;line-height:45px}}@media(min-width:1920px){.hero-button{min-width:235px}}.hero-button:hover{color:#2e37fe;background:#fff}.hero-button:active:after,.hero-button:focus:after{border-color:#fff}@media(max-width:768px){.hero-title{margin-bottom:0}.hero-button{display:none}.hero-actor{font-size:4.2rem;font-weight:600;color:#fff}.hero-title{font-size:1.4rem;font-weight:400;opacity:.8;color:#fff}}.showContent{cursor:pointer}.artists{background:#fff}.artists-inner{padding:20px 25px}@media(min-width:1024px){.artists-inner{padding:20px 50px}}@media(min-width:1920px){.artists-inner{padding:20px 80px}}.artists-item{width:230px;height:230px;position:relative;border-radius:12px;overflow:hidden;border:1px solid transparent}.artists-item:hover{border-color:#70bcff;-webkit-box-shadow:0 0 1em #70bcff;box-shadow:0 0 1em #70bcff}.artists-item:hover .artists-image{-webkit-transform:scale(1.1);transform:scale(1.1)}@media(min-width:1024px){.artists-item{width:315px;height:315px}}.artists-main_title{color:#1406a8}.artists-button{top:250px}.artists-button-icon{fill:#1406a8}.artists-image-wrapper{height:100%;position:relative}.artists-image-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-webkit-gradient(linear,left top,left bottom,color-stop(60%,rgba(37,56,202,0)),to(#2538ca));background:linear-gradient(180deg,rgba(37,56,202,0) 60%,#2538ca)}.artists-link{height:100%}.artists-info{position:absolute;bottom:20px;left:15px;right:15px}.artists-title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;text-transform:uppercase;font-size:18px;font-weight:600;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:20px;-ms-flex-item-align:end;align-self:flex-end}@media(min-width:768px){.artists-title{-ms-flex-item-align:center;align-self:center}}@media(min-width:1024px){.artists-title{font-size:28px}}.artists-share{position:relative;z-index:1;-ms-flex-negative:0;flex-shrink:0}@media(min-width:768px){.artists-share{padding-right:5px}}.artists-favorite{position:relative;z-index:1}.artists-more-link:focus,.artists-more-link:hover{background:#f2f2f2}.artists-more-link:focus{-webkit-box-shadow:0 0 6px #001187;box-shadow:0 0 6px #001187}.artists-more-link:after,.artists-more-link:before{background:rgba(0,17,135,.2)}.artists-more-text{color:#001187}.artists-more-icon{fill:#001187}.meta_author{z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:15px}@media(min-width:1024px){.meta_author{opacity:0}}.meta_author:hover{opacity:1}.meta_author.show{opacity:1;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.meta_author-image-wrapper{width:40px;height:40px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}@media(min-width:768px){.meta_author-image-wrapper{width:50px;height:50px}}.meta_author-image-link{width:100%}.meta_author-name-link{font-size:14px;margin-bottom:3px;color:#fff;font-weight:600}@media(min-width:768px){.meta_author-name-link{font-size:16px;line-height:18px}}.meta_author-title-link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:hsla(0,0%,100%,.6);font-weight:600;font-size:14px;line-height:18px}@media(min-width:768px){.meta_author-title-link{font-size:16px;line-height:18px}}.meta_author.full{position:absolute;top:15px;left:15px;z-index:5}.video_recommended{padding:0 15px}.video_recommended-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.video_recommended-main_title{color:#fff;font-size:18px}@media(min-width:1024px){.video_recommended-main_title{font-size:24px}}.video_recommended-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto}.video_recommended-actions{height:20px}.video_recommended-actions,.video_recommended-actions-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video_recommended-actions-button{height:100%}.video_recommended-item{padding:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid hsla(0,0%,100%,.5);min-height:140px}.video_recommended-image-wrapper{width:140px;overflow:hidden;height:100px;-ms-flex-negative:0;flex-shrink:0;margin-right:10px}@media(min-width:768px){.video_recommended-image-wrapper{width:175px}}.video_recommended-image-link{width:100%;height:100%}.video_recommended-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;height:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.video_recommended-name-link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-weight:600;font-size:16px;line-height:20px;color:#fff}@media(min-width:768px){.video_recommended-name-link{font-size:20px}}.video_recommended-title-link{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:16px;line-height:20px;color:hsla(0,0%,100%,.6)}@media(min-width:768px){.video_recommended-title-link{font-size:18px}}.video_recommended-stats{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto}.video_recommended-date,.video_recommended-stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.video_recommended-date-icon{width:12px;height:12px;fill:#fff;margin-right:5px;-ms-flex-negative:0;flex-shrink:0}.video_recommended-date-time{color:#fff;font-weight:600;font-size:13px;line-height:16px}.repeat-button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:50}.repeat-button:hover>.repeat-icon{-webkit-filter:drop-shadow(0 0 10px hsla(0,0%,100%,.9));filter:drop-shadow(0 0 10px rgba(255,255,255,.9));opacity:1}.repeat-button:focus>.repeat-icon{-webkit-filter:drop-shadow(0 0 25px #2e37fe);filter:drop-shadow(0 0 25px #2E37FE);opacity:1;fill:#2e37fe}.repeat-icon{width:40px;height:34px;fill:#fff;opacity:.7;-webkit-transition:opacity .25s linear,fill .25s linear,-webkit-filter .25s linear;transition:opacity .25s linear,fill .25s linear,-webkit-filter .25s linear;transition:opacity .25s linear,filter .25s linear,fill .25s linear;transition:opacity .25s linear,filter .25s linear,fill .25s linear,-webkit-filter .25s linear}@media(min-width:768px){.repeat-icon{width:62px;height:54px}}@media(min-width:1920px){.repeat-icon{width:100px;height:88px}}.volume{width:100px;height:12px;display:none;position:absolute;bottom:100%;margin-bottom:90px;left:50%;-webkit-transform:translateX(-50%) rotate(-90deg);transform:translateX(-50%) rotate(-90deg);border-radius:8px;background:#fff;z-index:500}.volume.act{display:block}.volume-label{bottom:0;width:100%;background:#1912a4}.volume-label,.volume-label:after{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.volume-label:after{width:12px;height:12px;border-radius:50%;overflow:hidden;content:"";background:#2e37fe;top:0}.home{background:#000060;background-size:cover;background-repeat:no-repeat}.home-content{padding-bottom:30px}@media(min-width:768px){.home-content{padding-bottom:40px}}@media(min-width:1920px){.home-content{padding-bottom:100px}}.downloads{background:-webkit-gradient(linear,left top,left bottom,from(rgba(44,25,159,0)),color-stop(86.78%,#020aac)),url("/img/downloads/downloads-background-mobile.jpg");background:linear-gradient(180deg,rgba(44,25,159,0),#020aac 86.78%),url("/img/downloads/downloads-background-mobile.jpg");background-repeat:no-repeat;background-size:cover;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:500px}@media(min-width:768px){.downloads{min-height:680px}}@media(max-width:767px){.downloads{background-position:100%}}@media(min-width:1024px){.downloads{background:-webkit-gradient(linear,left top,left bottom,from(rgba(44,25,159,0)),color-stop(86.78%,#020aac)),url("/img/downloads/downloads-background.jpg");background:linear-gradient(180deg,rgba(44,25,159,0),#020aac 86.78%),url("/img/downloads/downloads-background.jpg");background-position-x:center}}.downloads-inner{max-width:320px;width:100%;margin:0 auto;padding:30px 20px;margin-top:auto;text-align:center}@media(min-width:768px){.downloads-inner{max-width:550px;padding:100px 20px 50px}}@media(min-width:1024px){.downloads-inner{max-width:900px;padding:330px 20px 70px}}@media(min-width:1920px){.downloads-inner{max-width:1370px;padding:400px 20px 100px}}.downloads-title{color:#fff;font-size:28px;line-height:32px;text-transform:uppercase;margin-bottom:10px;font-weight:700}@media(min-width:768px){.downloads-title{font-size:52px;line-height:65px}}@media(min-width:1024px){.downloads-title{font-size:66px;line-height:72px}}.downloads-title--highlight{display:block}@media(min-width:1024px){.downloads-title--highlight{display:inline}}.downloads-subtitle{color:#fff;font-size:14px;line-height:22px;margin-bottom:15px;font-weight:700}@media(min-width:768px){.downloads-subtitle{font-size:26px;line-height:40px;margin-bottom:30px}}@media(min-width:1920px){.downloads-subtitle{font-size:32px;line-height:49px}}.downloads-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-10px}@media(min-width:768px){.downloads-list{margin-top:-30px}}.downloads-list-wrapper{margin-bottom:15px}@media(min-width:768px){.downloads-list-wrapper{margin-bottom:30px}}@media(min-width:1920px){.downloads-list-wrapper{padding:0 165px}}.downloads-item{margin-top:10px}@media(min-width:768px){.downloads-item{margin-top:30px}}.downloads-link{display:inline-block}.downloads-icon--google{width:135px;height:40px}@media(min-width:768px){.downloads-icon--google{width:202px;height:60px}}.downloads-icon--appstore{width:135px;height:40px}@media(min-width:768px){.downloads-icon--appstore{width:202px;height:60px}}.downloads-icon--oculus{width:132px;height:30px}@media(min-width:768px){.downloads-icon--oculus{width:207px;height:45px}}.downloads-icon--vive{width:114px;height:30px}@media(min-width:768px){.downloads-icon--vive{width:177px;height:45px}}@media(min-width:1024px){.downloads-actions-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.downloads-actions-item+.downloads-actions-item{margin-top:20px}@media(min-width:768px){.downloads-actions-item+.downloads-actions-item{margin-top:35px}}@media(min-width:1024px){.downloads-actions-item+.downloads-actions-item{margin-top:0}}.downloads-actions-link{display:inline-block;color:#fff;font-size:16px;line-height:38px;font-weight:600;padding:0 5px;background:-webkit-gradient(linear,left top,right top,color-stop(2.09%,#2130c8),color-stop(97.99%,#68acf9));background:linear-gradient(90deg,#2130c8 2.09%,#68acf9 97.99%);border:1px solid #2e37fe;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:280px;text-transform:uppercase;-webkit-box-shadow:0 0 16px #70bcff;box-shadow:0 0 16px #70bcff}@media(min-width:768px){.downloads-actions-link{font-size:20px;line-height:58px}}@media(min-width:1024px){.downloads-actions-link{padding:0 25px;min-width:400px}}@media(min-width:1920px){.downloads-actions-link{font-size:24px;min-width:645px}}.downloads-actions-icon{display:none;margin-right:15px;-ms-flex-negative:0;flex-shrink:0}@media(min-width:768px){.downloads-actions-icon{display:block}}.downloads-actions-icon--headset{width:30px;height:15px}.downloads-actions-icon--headphones{width:25px;height:20px}.video_player{position:fixed;top:0;left:0;bottom:0;right:0;z-index:34;background:#000;-webkit-transition:all .7s ease;transition:all .7s ease}.video_player-player{position:relative;margin-bottom:25px;z-index:3}@media(min-width:1024px){.video_player-player{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}}@media(min-width:1024px) and (orientation:landscape){.video_player-player .video_player-image{-o-object-fit:cover;object-fit:cover;height:100%}}@media(min-width:1024px) and (orientation:landscape){.video_player-player .video_player-image-wrapper{margin-bottom:0;padding-top:0;height:100%}}@media(min-width:1024px) and (orientation:landscape){.video_player-player .video_player-actions{position:fixed;bottom:15px;left:0;right:0}}.video_player-player.full{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:0}@media(orientation:landscape){.video_player-player.full .video_player-image{-o-object-fit:cover;object-fit:cover;height:100%}}@media(orientation:landscape){.video_player-player.full .video_player-image-wrapper{margin-bottom:0;padding-top:0;height:100%}}@media(orientation:landscape){.video_player-player.full .video_player-actions{position:absolute;bottom:15px;left:0;right:0}}.video_player-player.full.clicked .video_player-meta_author{opacity:0}.video_player-image.repeat{opacity:.3}.video_player-image-wrapper{overflow:hidden;padding-top:56.25%;width:100%;margin-bottom:10px;position:relative}.video_player-image-wrapper>img{position:absolute;top:0;left:0;right:0;bottom:0}@media(min-width:1024px){.video_player-image-wrapper:after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background:-webkit-gradient(linear,left top,left bottom,from(#000),color-stop(19.6%,rgba(0,0,0,.08)),color-stop(39.58%,transparent),color-stop(89.47%,#000),color-stop(99.48%,#000));background:linear-gradient(180deg,#000,rgba(0,0,0,.08) 19.6%,transparent 39.58%,#000 89.47%,#000 99.48%);opacity:.8}}.video_player-meta_author{-webkit-transition:opacity .25s linear;transition:opacity .25s linear}.video_player-actions{width:100%}.video_player-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:opacity .25s linear;transition:opacity .25s linear}@media(min-width:1024px){.video_player-controls{margin-bottom:50px}}.video_player-controls-button{position:relative}@media(min-width:1024px){.video_player-controls-button{width:80px!important;height:80px!important;display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:8px;background:0 0;-webkit-transition:background-color .25s linear;transition:background-color .25s linear}}@media(min-width:1024px){.video_player-controls-button:hover{background:#fff}.video_player-controls-button:hover .video_player-controls-text{display:block;opacity:1}}.video_player-controls-button:hover .video_player-controls-icon{fill:#2e37fe}@media(min-width:1024px){.video_player-controls-button:focus{background:#71bdff}}.video_player-controls-button:focus .video_player-controls-icon{fill:#fff}.video_player-controls-button+.video_player-controls-button{margin-left:20px}@media(min-width:568px){.video_player-controls-button+.video_player-controls-button{margin-left:40px}}.video_player-controls-button--volume:after{content:"";bottom:100%;left:0;right:0;height:50px}@media(min-width:1024px){.video_player-controls-button--volume:hover .video_player-controls-volume{display:block}}.video_player-controls-button--pip{display:none}@media(min-width:1024px){.video_player-controls-button--pip{display:unset}}.video_player-controls-button--video:after{content:"";bottom:100%;left:0;right:0;height:50px}@media(min-width:1024px){.video_player-controls-button--video:hover .video_player-controls-video{display:block}}.video_player-controls-icon{fill:#fff;-webkit-transition:fill .25s linear;transition:fill .25s linear}@media(min-width:1024px){.video_player-controls-icon{margin:auto}}.video_player-controls-icon--back{width:16px;height:12px}@media(min-width:768px){.video_player-controls-icon--back{width:20px;height:15px}}.video_player-controls-icon--step_prev{width:16px;height:12px}@media(min-width:768px){.video_player-controls-icon--step_prev{width:20px;height:16px}}.video_player-controls-icon--prev{width:13px;height:13px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}@media(min-width:768px){.video_player-controls-icon--prev{width:20px;height:20px}}.video_player-controls-icon--play{width:17px;height:15px}@media(min-width:768px){.video_player-controls-icon--play{width:20px;height:20px}}.video_player-controls-icon--next{width:13px;height:13px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}@media(min-width:768px){.video_player-controls-icon--next{width:20px;height:20px}}.video_player-controls-icon--step_next{width:16px;height:12px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media(min-width:768px){.video_player-controls-icon--step_next{width:20px;height:16px}}.video_player-controls-icon--volume{width:17px;height:14px}@media(min-width:768px){.video_player-controls-icon--volume{width:20px;height:19px}}.video_player-controls-icon--full{width:19px;height:15px}@media(min-width:768px){.video_player-controls-icon--full{width:22px;height:17px}}.video_player-controls-icon--like{width:16px;height:14px}@media(min-width:768px){.video_player-controls-icon--like{width:20px;height:20px}}.video_player-controls-text{opacity:0;color:#fff;font-size:24px;text-transform:uppercase;font-weight:600;top:100%;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-transition:opacity .25s linear;transition:opacity .25s linear}.video_player-controls-text,.video_player-controls-video{display:none;position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.video_player-controls-video{width:320px;height:190px;bottom:100%;margin-bottom:40px;-webkit-box-shadow:0 8px 30px rgba(43,0,247,.8);box-shadow:0 8px 30px rgba(43,0,247,.8);overflow:hidden}@media(min-width:1920px){.video_player-controls-video{width:400px;height:235px}}.video_player-controls-video:after{position:absolute;top:0;left:0;right:0;bottom:0;content:"";background:-webkit-gradient(linear,left bottom,left top,from(rgba(43,0,247,.18)),to(rgba(43,0,247,.18)));background:linear-gradient(0deg,rgba(43,0,247,.18),rgba(43,0,247,.18))}.video_player-controls-video-link{width:100%;height:100%}.video_player-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;margin-bottom:10px;margin-top:15px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media(min-width:768px){.video_player-progress{padding:0 20px}}@media(min-width:1024px){.video_player-progress{margin-bottom:0;margin-top:0}}.video_player-progress-line{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:2px;background:#fff}@media(min-width:1024px){.video_player-progress-line{height:4px}}.video_player-progress-label{height:2px;background:#2e37fe;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(min-width:1024px){.video_player-progress-label{height:4px}}.video_player-progress-label:after{content:"";width:12px;height:12px;border-radius:50%;overflow:hidden;background:#0e0569;position:absolute;right:0;top:50%;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);cursor:pointer}@media(min-width:1024px){.video_player-progress-label:after{width:22px;height:22px}}.video_player-time{font-size:12px;font-weight:600;color:hsla(0,0%,100%,.9)}@media(min-width:768px){.video_player-time{font-size:16px}}@media(min-width:1024px){.video_player-time{font-size:30px}}.video_player-time--current{margin-right:10px}@media(min-width:768px){.video_player-time--current{margin-right:15px}}@media(min-width:1024px){.video_player-time--current{margin-right:40px}}.video_player-time--whole{margin-left:10px}@media(min-width:768px){.video_player-time--whole{margin-left:15px}}@media(min-width:1024px){.video_player-time--whole{margin-left:40px}}.video_player-slider{display:none;padding:0 25px}@media(min-width:768px){.video_player-slider{display:block}}.recommender-slider{margin:0 40px}