* {
    box-sizing: border-box
}
body {
    margin: 0;
    font: 400 1rem/1.5625rem sans-serif;
    word-wrap: break-word
}
.ads-banner {
    text-align: center;
    margin-bottom: 20px !important
}
.h1home h1 {
    font-size: 25px;
    text-align: center;
    margin: 0 auto 40px
}
.centradoFooter {
    margin: 0 auto 20px
}
img {
    vertical-align: middle;
    max-width: 100%
}
a {
    text-decoration: none
}
.TPost .Image:before,
.menu-item-has-children>a:after,
[class*=fa-]:before {
    font-family: font awesome\ 5 free;
    font-weight: 900;
    font-style: normal
}
.fab {
    font: inherit
}
.fab[class*=fa-]:before {
    font-family: font awesome\ 5 brands
}
.Title,
h1,
h2,
h3,
h4,
h5 {
    font-weight: 700
}
.MovieListSldCn .Title,
h1 {
    font-size: calc(1.25vw + 1.25vh + 1.8rem);
    line-height: 1.3
}
h2 {
    font-size: 2.05rem;
    line-height: 3.5rem
}
h3 {
    font-size: 1.4rem
}
h3,
h4,
h5 {
    line-height: 1.7rem
}
h4,
h5 {
    font-size: 1rem
}
#aa-wp {
    min-height: 100vh;
    display: flex;
    flex-direction: column
}
#aa-wp>.bd {
    flex: 1 0 auto
}
.cont {
    margin: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    width: 100%
}
h1,
h2,
h3,
h4,
h5,
ol,
p,
ul {
    margin: 0 0 1.25rem
}
.flatlang {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 5px
}
.widget-title {
    margin: 0 0 1.25rem;
    line-height: 1.7rem;
    font-size: 1.4rem;
    font-weight: 700
}
.block {
    display: block
}
.mb3 {
    margin-bottom: 3rem
}
.mb2 {
    margin-bottom: 1rem
}
[class*=List],
nav ul {
    margin: 0;
    padding: 0
}
[class*=List] li,
nav li {
    list-style-type: none
}
.tac {
    text-align: center
}
.jst-cr {
    justify-content: center
}
.jst-sb {
    justify-content: space-between
}
.alg-cr {
    align-items: center
}
.MovieList.Rows,
.dfx {
    display: flex
}
.MovieList.Rows {
    flex-wrap: wrap
}
.fg1 {
    flex-grow: 1
}
button,
input,
select {
    font: inherit;
    width: 100%;
    vertical-align: middle;
    line-height: normal;
    text-transform: none;
    overflow: visible;
    color: inherit
}
input,
select {
    display: block;
    padding: .5rem 1.5rem;
    width: 100%;
    line-height: calc(2rem - 2px);
    border-radius: 3rem
}
[type=number] {
    width: auto;
    min-width: 7rem
}
::-moz-placeholder {
    color: currentColor
}
:-ms-input-placeholder {
    color: currentColor
}
::placeholder {
    color: currentColor
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPScjMDA3QUZGJyB2aWV3Qm94PScwIDAgMjQgMjQnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcuNDEgNy44NEwxMiAxMi40Mmw0LjU5LTQuNThMMTggOS4yNWwtNiA2LTYtNnonLz48cGF0aCBkPSdNMC0uNzVoMjR2MjRIMHonIGZpbGw9J25vbmUnLz48L3N2Zz4=);
    background-position: right 1rem center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    padding-right: 3rem
}
.Button,
[type=button],
[type=submit],
button {
    border: 0;
    cursor: pointer;
    padding: .5rem 2rem;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 2rem;
    width: auto;
    border-radius: 3rem
}
.ic,
.ic svg {
    height: 1em;
    width: 1em
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translateZ(0)
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoom {
    0%,
    to {
        transform: scale(1)
    }
    50% {
        transform: scale(1.07)
    }
}
body {
    font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
    color: #8da0bc;
    background-color: #080f28
}
a {
    color: #fff
}
a:hover {
    color: #007aff
}
input,
select {
    border: 1px solid #1e2747;
    background-color: #1e2747;
    color: #8da0bc
}
input:focus,
select:focus {
    background-color: #233160;
    border-color: #233160;
    color: #fff
}
.Button,
[type=button],
[type=submit],
a.Button,
button {
    color: #fff;
    background-color: #007aff
}
.Button.fa-facebook-f {
    position: relative
}
.Button.fa-facebook-f:before {
    position: absolute;
    left: 1.5rem;
    top: .5rem;
    font-weight: 400;
    font-size: 1.2rem
}
.Header {
    position: relative;
    top: 0;
    z-index: 11;
    margin-bottom: 2.5rem
}
.Header:after {
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    pointer-events: none;
  
    height: 100%;
    opacity: 1
}
.slider .Header {
    margin-bottom: 0
}
.slider .Header:after {
    height: 160px;
    opacity: .9;
    background: linear-gradient(180deg, #141a32 1%, rgba(20, 26, 50, 0));
    box-shadow: none
}
.logo {
    margin-bottom: 0;
    margin-right: 1.5rem;
    padding: 1.5rem 0;
    position: relative;
    z-index: 2
}
.MenuBtn {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
    padding: .75rem .85rem 0;
    background-color: #007aff;
    border-radius: 3rem;
    z-index: 10
}
.MenuBtn>i {
    background-color: #fff;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    display: block;
    border-radius: 5px;
    cursor: pointer
}
#aa-wp.on {
    overflow: hidden
}
#aa-wp.on .Header {
    position: fixed;
    width: 100%
}
#aa-wp.on .MenuBtn>i:first-child {
    transform: translateY(200%) rotate(45deg)
}
#aa-wp.on .MenuBtn>i:nth-child(2) {
    opacity: 0
}
#aa-wp.on .MenuBtn>i:nth-child(3) {
    transform: translateY(-200%) rotate(135deg);
    position: relative;
    bottom: 2px
}
.menu-item>a {
    display: inline-block;
    padding: .5rem 0
}
.menu-item-has-children>a:after {
    content: url('data:image/svg+xml;charset=UTF-8, <svg  fill="blue" width="10" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M192 384c-8.188 0-16.38-3.125-22.62-9.375l-160-160c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L192 306.8l137.4-137.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-160 160C208.4 380.9 200.2 384 192 384z"/></svg>');
    font-size: .75rem;
    margin-left: .45rem;
    color: #007aff;
    padding-top: 5px
}
.menu-item[class*=fa-]:before {
    display: inline-block;
    width: 1.2rem;
    color: #007aff
}
.menu-item[class*=fa-]>a {
    margin-left: -1.2rem;
    padding-left: 1.5rem
}
.sub-menu {
    display: none
}
.Button.link,
button.link {
    background-color: transparent
}
.Search {
    position: relative
}
.Search .Form-Icon {
    position: relative;
    padding: 0;
    display: block
}
.Search .Form-Icon input {
    border: 1px solid rgba(61, 79, 145, .5);
    background-color: rgba(8, 15, 40, .5);
    color: inherit;
    padding: .25rem 1rem;
    border-radius: 2rem
}
.Header .Search .Form-Icon input {
    width: 11.5rem
}
.Search .Form-Icon input:focus {
    border-color: #3d4f91
}
.Search .Form-Icon button {
    background-color: transparent !important;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0 .5rem 0 0;
    color: #007aff
}
.Search .Form-Icon button:hover {
    transform: scale(1.1)
}
.TPost .Image {
    position: relative;
    background-color: #080f28;
    border-radius: 5px;
    margin-bottom: 0;
    height: 100%;
    display: flex
}
.Objf>span {
    width: 100% !important;
    height: 100% !important
}
.TPost .Image:before {
    content: url('data:image/svg+xml;charset=UTF-8, <svg fill="white" width="17" height="17" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path d="M361 215C375.3 223.8 384 239.3 384 256C384 272.7 375.3 288.2 361 296.1L73.03 472.1C58.21 482 39.66 482.4 24.52 473.9C9.377 465.4 0 449.4 0 432V80C0 62.64 9.377 46.63 24.52 38.13C39.66 29.64 58.21 29.99 73.03 39.04L361 215z"/></svg>');
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    text-align: center;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    border-radius: 50%;
    font-size: 1.25rem;
    display: none;
    color: #fff
}
.TPost:hover .Image:before {
    display: block
}
.TPost .Image:after {
    content: "";
    width: 1px;
    display: block;
    border-radius: 5px
}
.episodes .Image:after {
    padding-top: 56%
}
.TPost .Image>img,
.backdrop>.Image img {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    border-radius: 5px
}
.episodes .TPost .Image>img {
    position: absolute
}
.TPost:hover .Image>img {
    opacity: .5
}
.TPost .Title {
    font-weight: 400
}
.TPost.A {
    position: relative;
    padding-left: 100px
}
.TPost.A .Image {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0
}
.TPost.A .Image:after {
    padding-top: 100%
}
.Wdgt .MovieList.episodes .TPost.C:before,
.Wdgt .TPost.A .Image:before {
    transform: scale(.6)
}
.Wdgt .MovieList.episodes .TPost.C:hover .Year {
    display: none
}
.TPost.A .Image .TpTv,
.TPost.C .Image .TpTv {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    z-index: 2
}
.TPost.C .Image,
.TPostMv {
    position: relative
}
.TPost.C .Image {
    background-color: #000
}
.TPost.C .Image:before {
    z-index: 3
}
.TPost.C .Image img {
    z-index: 2
}
.TPost.C .Title {
    font-size: .875rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: .5rem
}
.TPost.C .Image+.Title+p {
    text-align: center;
    font-size: .75rem;
    color: #8da0bc;
    margin-bottom: 0
}
.TPost.C .Image+.Title+p span {
    font-weight: 700;
    color: #edb709
}
.TPost.C .TPMvCn {
    position: absolute;
    left: 60%;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 200%;
    background-color: #080f28;
    overflow: hidden;
    padding: 1rem;
    z-index: 10;
    border-radius: 5px;
    display: none;
    margin-top: -1rem;
    pointer-events: none;
    max-width: 345px;
    font-size: .875rem;
    line-height: 1.25rem
}
.TPost.C .TPMvCn .Description p .Button,
.TPost.C .TPMvCn .Description p:not(:first-child) {
    color: #8da0bc
}
.TPost.C .TPMvCn .Description p:not(:first-child)>span,
.TPost.C .TPMvCn .Title {
    color: #fff
}
.TPost.C .TPMvCn .Title {
    font-weight: 700;
    text-align: left;
    font-size: 1rem
}
.TPost.C .TPMvCn>* {
    position: relative;
    z-index: 2
}
.TPost.C .TPMvCn .Description>p:first-child,
.TPost.C .TPMvCn .Info {
    margin-bottom: .5rem
}
.TPost.C .TPMvCn p {
    margin-bottom: 0
}
.Year {
    position: absolute;
    bottom: .5rem;
    right: .5rem;
    z-index: 3;
    font-size: .75rem;
    font-weight: 700;
    background-color: #007aff;
    padding: 0 .5rem;
    line-height: 1.2rem;
    border-radius: 1rem;
    color: #fff
}
@keyframes premiere {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 183, 9, .7);
        background: rgba(237, 183, 9, .7)
    }
    80% {
        background: transparent
    }
    to {
        box-shadow: 0 0 0 10px transparent
    }
}
@keyframes lang {
    0% {
        box-shadow: 0 0 0 0 rgba(237, 63, 9, .7);
        background: rgba(237, 63, 9, .7)
    }
    80% {
        background: transparent
    }
    to {
        box-shadow: 0 0 0 10px transparent
    }
}
@keyframes quality {
    0% {
        box-shadow: 0 0 0 0 rgba(107, 237, 9, .7);
        background: rgba(107, 237, 9, .7)
    }
    80% {
        background: transparent
    }
    to {
        box-shadow: 0 0 0 10px transparent
    }
}
@keyframes pulse {
    0% {
        transform: scale(1)
    }
    3.3% {
        transform: scale(1.1)
    }
    16.5% {
        transform: scale(1)
    }
    33% {
        transform: scale(1.1)
    }
    to {
        transform: scale(1)
    }
}
.MovieListSld,
.MovieListSld .item {
    position: static !important
}
.MovieListSld .TPost,
.MovieListSld .item {
    display: flex;
    width: 100vw
}
.MovieListSld .TPost {
    align-items: flex-end
}
.MovieListSldCn {
    overflow: hidden
}
.Header .Search .Form-Icon input {
    -webkit-appearance: none
}
.MovieListSldCn {
    margin: -6.75rem 0 1.5rem;
    position: relative
}
.MovieListSldCn .TPostMv .Image,
.MovieListSldCn .TPostMv .Image img,
.backdrop>.Image,
.backdrop>.Image img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 15%;
    object-position: 50% 15%;
    top: 0
}
.MovieListSldCn .TPMvCn>a {
    display: inline-block;
    vertical-align: top
}
.MovieListSldCn .Title {
    color: #fff;
    font-weight: 700;
    letter-spacing: -1px
}
.MovieListSldCn .Title:hover {
    transform: scale(1.02)
}
.MovieListSldCn:after,
.backdrop>.Image:after {
    background: linear-gradient(180deg, rgba(8, 15, 40, 0) 0, #080f28);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    pointer-events: none
}
.MovieListSldCn .TPMvCn {
    padding: calc(5rem + 4%) 1.5rem 5rem;
    margin: 0 auto;
    position: relative;
    z-index: 2
}
.MovieListSldCn .TPost .Image {
    position: static
}
.MovieListSldCn .TPost .Image:after,
.MovieListSldCn .TPost .Image:before {
    display: none
}
.MovieListSldCn .TPost:hover .Image>img {
    opacity: 1
}
.Info {
    font-size: .875rem;
    padding-top: .5rem
}
.Info>span {
    display: inline-block;
    vertical-align: baseline;
    margin-right: .5rem
}
.Info .Vote {
    color: #edb709;
    font-size: 1.125rem
}
.Info .Vote:after {
    content: "/10";
    font-size: .875rem;
    vertical-align: baseline
}
.TpTv {
    color: #1a1818;
    background-color: #edb709;
    font-size: .65rem;
    font-weight: 700;
    height: 1.125rem;
    padding: 0 .3rem;
    line-height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: top
}
.TPlay {
    font-size: 1.125rem
}
.TPlay:before {
    margin-right: .75rem
}
.Title .TpTv {
    vertical-align: middle
}
.category-list-bx,
main>section {
    margin-bottom: 2.5rem
}
.MovieList.Rows {
    margin-left: -.5rem;
    margin-right: -.5rem
}
.MovieList.Rows>li {
    padding-left: .5rem;
    padding-right: .5rem;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 2rem
}
section>.Top {
    margin-bottom: 2rem
}
section>.Top>.Title,
section>.Top>.btnstp,
section>.Top>h1 {
    display: inline-block;
    vertical-align: top
}
section>.Top>.Title,
section>.Top>h1 {
    font-size: 2.05rem;
    line-height: 3.5rem;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px
}
section>.Top>h1:last-child {
    margin-right: 0
}
section>.Top>h1 span {
    color: #007aff
}
section>.Top>.btnstp>.Button.STPb {
    background-color: transparent;
    padding: .5rem 0;
    border-radius: 0;
    margin-right: 1.5rem;
    vertical-align: top;
    color: #4f6b95;
    border-bottom: 3px solid transparent
}
main>section {
    margin-bottom: 4rem
}
section>.Top>.btnstp>.Button.STPb:last-child {
    margin-right: .2rem
}
section>.Top>.btnstp>.Button.STPb.Current {
    color: #fff;
    border-bottom-color: #edb709;
    font-weight: 700
}
.btnstp {
    white-space: nowrap;
    overflow: auto;
    max-width: 100%
}
.Button.loadmore {
    width: 100%;
    background-color: #3d4f91
}
.Button.loadmore:hover {
    background-color: #007aff
}
.episodes.owl-carousel,
.movies.owl-carousel,
.series.owl-carousel {
    margin-top: -1rem
}
.Button.sm {
    padding: 0 1rem;
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 700
}
.Button.fa-facebook-f {
    background-color: #3b5199
}
.nosidebar .TpRwCont main {
    padding-right: 0;
    flex: 0 0 100%;
    max-width: 100%
}
.Title-404 {
    text-align: center;
    padding: 10vh 0;
    color: #fff;
    font-size: calc(.5rem + 1vw + 1vh);
    font-weight: 300
}
.Title-404:before {
    content: "";
    background: url(/_next/static/media/404.1d2aa1c3.png);
    width: 140px;
    height: 143px;
    display: block;
    margin: 0 auto 1rem
}
.Title-404 strong {
    color: #007aff;
    display: block;
    font-size: calc(4rem + 4vw + 4vh);
    line-height: 1;
    margin-bottom: 1rem
}
.meta {
    margin-bottom: .5rem
}
.meta>span:not(.Qlty) {
    display: inline-block;
    vertical-align: top;
    padding: .4rem 0;
    margin-right: 1rem
}
.meta>span:not(.Qlty):before {
    margin-right: .3rem;
    opacity: .5
}
.meta>span:not(.Qlty)>span {
    color: #fff
}
.VotesCn {
    position: relative;
    padding-left: 50px;
    min-height: 40px;
    margin-bottom: .5rem;
    padding-top: 3px
}
.VotesCn .Prct {
    position: absolute;
    left: 0;
    top: 5px
}
.backdrop>.Image {
    z-index: -1
}
.movtv-info>.Image {
    float: left;
    margin-right: 1rem;
    width: 120px;
    margin-bottom: 1rem
}
.movtv-info:after {
    clear: both;
    display: block;
    content: "";
    overflow: hidden
}
.movtv-info.TPost .Image:before {
    display: none
}
.movtv-info.TPost:hover .Image>img {
    opacity: 1
}
.movtv-info footer {
    overflow: hidden
}
.movtv-info .Description {
    clear: both;
    max-height: 100px;
    overflow: auto;
    margin-bottom: 1rem
}
.movtv-info .Description p:last-child {
    margin-bottom: 0
}
.movtv-info header .Title,
.video>.Title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.5rem
}
.movtv-info header .SubTitle,
.video>.SubTitle {
    font-size: 1rem;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    font-weight: 400
}
.movtv-info .meta {
    font-size: .875rem
}
.Title span:not([class]) {
    color: #edb709
}
.video>.SubTitle {
    margin-bottom: 1.5rem
}
.backdrop>.Image img {
    opacity: .5
}
.movtv-info {
    margin-bottom: 2.5rem
}
.InfoList {
    font-size: .875rem
}
.InfoList strong {
    font-weight: 400
}
.ListPOpt>li {
    font-size: .75rem;
    display: inline-block;
    vertical-align: middle;
    margin-right: .5rem;
    padding: .5rem 0
}
.ListPOpt>li:first-child {
    display: none
}
.ListPOpt>li:before {
    font-size: .75rem;
    color: #edb709;
    margin-right: .5rem
}
.ListPOpt>li>a {
    width: 3rem;
    height: 3rem;
    font-size: 1.25rem;
    text-align: center;
    line-height: 3rem;
    border-radius: 3rem;
    color: #fff
}
.ListPOpt>li>a:hover {
    opacity: .7
}
.ListPOpt>li>a.fa-facebook-f {
    background-color: #2049bb;
    box-shadow: 0 0 0 5px rgba(32, 73, 187, .2)
}
.ListPOpt>li>a.fa-twitter {
    background-color: #00bcff;
    box-shadow: 0 0 0 5px rgba(0, 188, 255, .2)
}
.lgtbx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    cursor: pointer
}
.lights-off .lgtbx {
    opacity: .7 !important;
    visibility: visible;
    z-index: 99
}
.lights-off .TPlayerCn {
    position: relative;
    z-index: 999
}
.TPlayerNv {
    background-color: rgba(61, 79, 145, .5);
    border-radius: 3px 3px 0 0;
    padding: .7rem .7rem 0;
    position: relative;
    margin-bottom: 0
}
.TPlayerNv>li {
    display: inline-block;
    vertical-align: top;
    margin-right: .3rem;
    position: relative;
    margin-bottom: .7rem
}
.TPlayerNv>li>div {
    padding: .5rem;
    position: relative;
    white-space: nowrap;
    line-height: 1rem;
    border-radius: 3px;
    cursor: pointer
}
.TPlayerNv>li>div:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: ""
}
.TPlayerNv>li>div+div {
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    margin-top: -3px
}
.TPlayerNv>li>div>.fa-chevron-down {
    float: right;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 3px;
    text-align: center;
    line-height: 1.4rem;
    background-color: #080f28;
    color: #fff;
    margin: .3rem .5rem 0 1rem;
    font-size: .75rem
}
.TPlayerNv>li>div:before,
.TPlayerNv>li>div>img {
    width: 1rem;
    height: auto;
    max-height: 1rem;
    float: left;
    margin-right: .5rem;
    color: #edb709;
    font-size: .75rem
}
.TPlayerNv>li>div>div {
    float: left
}
.TPlayerNv>li>div>div>span {
    font-size: .875rem;
    color: #fff;
    vertical-align: top
}
.TPlayerNv>li>div span span {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .65rem;
    color: #4f6b95
}
.hide {
    display: none
}
.hidden {
    display: none !important
}
.TPlayerCn,
.video {
    margin-bottom: 1.5rem
}
.TPlayerNv>li.actives>div {
    background-color: #007aff
}
.TPlayerNv>li:not(.actives)>div:first-of-type:hover {
    background-color: rgba(0, 0, 0, .3)
}
.TPlayerNv>li.actives>div>div>span span {
    color: #fff
}
.TPlayerNv>li.actives>div>.fa-chevron-down {
    background-color: rgba(8, 15, 40, .7)
}
.arrow-down {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 5px
}
.TPlayerNv>li.actives>div+div {
    min-width: 190px;
    border-bottom-right-radius: 3px
}
.TPlayerNv>li.actives>div+div>ul {
    list-style-type: none;
    padding: .5rem 0;
    margin-bottom: 0;
    z-index: 10
}
.TPlayerNv>li.actives>div+div>ul>li {
    border-bottom: 1px solid rgba(8, 15, 40, .1);
    padding: .5rem
}
.TPlayerNv>li.actives>div+div>ul>li img,
.TPlayerNv>li.actives>div+div>ul>li:before {
    margin-right: .3rem;
    width: 1rem
}
.TPlayerNv>li.actives>div+div>ul>li:last-child {
    border-bottom: 0
}
.TPlayerNv>li.actives>div+div>ul>li,
.TPlayerNv>li.actives>div+div>ul>li span {
    color: #fff
}
.TPlayerNv>li.actives>div+div>ul>li span {
    display: inline;
    vertical-align: top;
    font-weight: 400;
    text-transform: none;
    font-size: .75rem
}
.TPlayerNv>li.actives>div+div>ul>li span span span {
    font-weight: 700
}
.TPlayerNv>li.actives>div+div>ul>li.actives,
.TPlayerNv>li.actives>div+div>ul>li:hover {
    background-color: #0094ff
}
.TPlayer {
    position: relative;
    z-index: 8
}
.TPlayerTb {
    display: none
}
.TPlayerTb:before {
    content: "";
    display: block;
    padding-top: 56.55%
}
.TPlayerTb>iframe,
.TPlayerTb>video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}
.TPlayerTb.Current {
    display: block
}
.lgtbx-lnk {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 10;
    color: #fff;
    width: 3rem;
    height: 3rem;
    border-radius: 5rem;
    text-align: center;
    line-height: 3rem;
    background-color: #007aff;
    font-size: 1.25rem;
    box-shadow: 0 0 0 5px rgba(0, 122, 255, .4);
    cursor: pointer
}
.select-season {
    margin-bottom: 2.5rem
}
.select-season:after {
    clear: both;
    display: block;
    overflow: hidden;
    content: ""
}
.select-season>span {
    float: left;
    padding: .5rem 1.5rem .5rem 1.25rem;
    border-radius: 3px;
    background-color: #141a32;
    color: #4f6b95;
    margin-right: -.5rem;
    line-height: calc(2rem - 2px)
}
.select-season>select {
    float: left;
    width: auto;
    border-radius: 3px;
    background-color: #1e2747;
    border: 0
}
.TPlayerCn {
    background-color: #000
}
.episodes-nav .Button.list {
    padding: .5rem;
    background-color: #edb709;
    color: #000;
    font-size: 1.25rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px rgba(237, 183, 9, .2)
}
.episodes-nav .Button:not(.list) {
    padding-top: .6rem;
    padding-bottom: .2rem;
    line-height: 1rem;
    position: relative
}
.episodes-nav .Button.prev {
    padding-left: 1.5rem;
    text-align: left;
    padding-right: 1.5rem;
    display: flex
}
.episodes-nav .Button.prev:before {
    position: absolute;
    left: 1rem;
    font-size: 1.25rem;
    top: 1.1rem
}
.Button.next svg {
    width: 19px;
    fill: #fff;
    margin-left: 10px
}
.Button.prev svg {
    width: 19px;
    fill: #fff;
    margin-right: 10px
}
.Button.list svg {
    width: 19px;
    fill: #000
}
.episodes-nav .Button.next {
    padding-right: 1.5rem;
    text-align: right;
    padding-left: 1.5rem;
    display: flex
}
.episodes-nav .Button.next:before {
    position: absolute;
    right: 1rem;
    font-size: 1.25rem;
    top: 1.1rem
}
.episodes-nav .Button>span>span {
    display: block;
    font-size: .65rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #8da0bc
}
.episodes-nav .Button:not(.list):not(:hover) {
    background-color: #1e2747
}
.episodes-nav .Button:hover>span>span {
    color: #fff
}
.MovieListSldCn .TPMvCn p.Info {
    margin-bottom: .5
}
.MovieListSldCn .TPMvCn p:empty {
    display: none
}
.MovieListSldCn .TPMvCn p:not(.Info) {
    max-height: 250px;
    overflow: auto;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-bottom: 2rem
}
section .Top {
    margin-bottom: 2rem
}
section .Top .Title,
section .Top h1 {
    font-size: 2.05rem;
    line-height: 3.5rem;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0;
    margin-right: 1.5rem;
    color: #fff;
    letter-spacing: -1px
}
.hide {
    display: none !important
}
.ft {
    text-align: center;
    padding: 4rem 0;
    background: linear-gradient(180deg, rgba(20, 26, 50, 0) 0, rgba(20, 26, 50, .01) 1%, #141a32)
}
.ft .logo-ft {
    margin-bottom: .5rem
}
.mnft li,
.smft li {
    padding: .5rem
}
.smft a {
    color: #4f6b95;
    font-size: 1.875rem;
    min-width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem
}
.smft a:hover {
    color: #fff
}
.copy {
    color: #4f6b95;
    font-size: .75rem
}
.DescriptionArchive,
.Wdgt>.Title {
    color: #4f6b95;
    font-size: .75rem;
    text-align: center;
    background-color: #141a32;
    padding: .5rem;
    text-transform: uppercase;
    border-radius: 3px;
    margin-bottom: 1.25rem
}
.DescriptionArchive {
    font-size: .9rem;
    text-transform: none;
    color: #b9c4d5;
    text-align: left;
    white-space: pre-line;
    max-height: 100px;
    overflow: auto;
    margin-bottom: 1rem
}
.Wdgt {
    margin-bottom: 2.5rem
}
.Wdgt .MovieList>li {
    margin-bottom: 1.5rem
}
.Wdgt .MovieList>li:last-child {
    margin-bottom: 0
}
.Wdgt .TPost.A {
    min-height: 120px
}
.Wdgt .TPost.A .Image:after {
    padding-top: 150%
}
.Wdgt .TPost.A .Info {
    margin-bottom: 0;
    padding-top: .15rem
}
.Wdgt .MovieList.top>li {
    counter-increment: top;
    position: relative
}
.Wdgt .MovieList.top>li:before {
    content: "#" counter(top);
    min-width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    position: absolute;
    left: -.5rem;
    top: -.5rem;
    z-index: 5;
    background-color: #007aff;
    border: 5px solid #080f28;
    color: #fff;
    border-radius: 3rem;
    font-weight: 700
}
.aa-tb {
    display: none
}
.aa-tb.on {
    display: block
}
.aa-nv {
    list-style-type: none;
    padding-left: 0
}
.aa-nv>li>a {
    display: block;
    padding: .3rem .5rem 1rem;
    border-bottom: 3px solid transparent;
    color: #4f6b95
}
.aa-nv>li>a.on {
    border-bottom-color: #edb709;
    color: #fff
}
.Wdgt .MovieList.episodes {
    max-height: 350px;
    overflow: auto
}
.Wdgt .MovieList.episodes .TPost.C {
    padding-left: 100px;
    position: relative
}
.Wdgt .MovieList.episodes .TPost.C .Title,
.Wdgt .MovieList.episodes .TPost.C p {
    text-align: left
}
.Wdgt .MovieList.episodes .TPost.C .Image {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px
}
.Wdgt .MovieList.episodes .TPost.C .Image:after {
    padding-top: 80px
}
.Wdgt .MovieList.episodes>li {
    margin-bottom: 1rem;
    min-height: 80px
}
.owl-carousel {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: none;
    width: 100%;
    z-index: 1
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.MovieListSld>.TPostMv {
    display: none
}
.MovieListSld,
.MovieListSld>.TPostMv:first-child {
    display: block
}
.navigation {
    text-align: center
}
.nav-links,
.nav-links a,
.nav-links span {
    background-color: #1e2747;
    display: inline-block;
    vertical-align: top;
    border-radius: 5rem
}
.nav-links a {
    cursor: pointer
}
.nav-links {
    position: relative;
    padding: .5rem;
    font-size: 0;
    margin: 0 4rem 1rem
}
.nav-links a,
.nav-links span {
    font-size: 1rem;
    width: 2.5rem;
    height: 2.5rem;
    margin: .2rem;
    line-height: 1.9rem;
    font-weight: 700;
    padding: .3rem;
    color: #fff
}
.nav-links .current,
.nav-links a:hover {
    background-color: #007aff
}
.nav-links .next,
.nav-links .prev {
    position: absolute;
    top: 0;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 2.9rem;
    color: #4f6b95;
    font-size: 1.25rem
}
.nav-links .next:hover,
.nav-links .prev:hover {
    color: #fff
}
.nav-links .prev {
    left: -4.3rem
}
.nav-links .next {
    right: -4.3rem
}
.percircle.gt50 .slice {
    clip: rect(auto, auto, auto, auto)
}
.gt50 .fill,
.percircle .bar {
    position: absolute;
    border: 2px solid transparent;
    width: 40px;
    height: 40px;
    clip: rect(0, 20px, 40px, 0);
    border-radius: 50%;
    transform: rotate(0deg)
}
.bar {
    backface-visibility: hidden
}
.gt50 .bar:after,
.gt50 .fill {
    transform: rotate(180deg)
}
.percircle {
    position: relative;
    font-size: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%
}
.percircle>span {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 40px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    line-height: 40px;
    font-weight: 400;
    color: #edb709
}
.percircle>span:after {
    content: "%"
}
.percircle:after {
    top: 0;
    left: 0;
    display: block;
    content: " ";
    border-radius: 40%
}
.percircle .slice,
.percircle:after {
    position: absolute;
    width: 40px;
    height: 40px
}
.percircle .slice {
    clip: rect(0, 40px, 40px, 20px)
}
.percircle:hover {
    cursor: default
}
.gt50 .fill,
.percircle .bar {
    border-color: #edb709
}
.percircle {
    box-shadow: inset 0 0 0 2px rgba(141, 160, 188, .5)
}
@media(max-width:991px) {
    .Header .logo {
        max-width: 272px;
        z-index: 3;
        width: 100%;
        text-align: center
    }
    .Header .Rght,
    .Header:before {
        position: fixed;
        left: 0;
        top: 0;
        height: 100%;
        width: 320px;
        transform: translatex(-100%);
        background-color: #080f28;
        z-index: 2;
        padding: 7rem 1.5rem 1.5rem;
        overflow-y: auto;
        box-shadow: 0 0 60px rgba(0, 0, 0, .2)
    }
    .Header:before {
        z-index: 3;
        content: "";
        padding: 0;
        height: 7rem
    }
    #aa-wp.on .Header .Rght,
    #aa-wp.on .Header:before {
        transform: translatex(0);
        opacity: 1
    }
    .Header .cont {
        max-width: none !important
    }
    .Header .Menu {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
    .Header .Menu>ul>li {
        padding: .5rem 1.5rem;
        border-bottom: 1px solid #181f36
    }
    .Header .Menu>ul>li:last-child {
        border-bottom: 0
    }
    .Header .Menu .sub-menu {
        padding-bottom: .5rem;
        font-size: .875rem
    }
    .Header .Menu .sub-menu a {
        opacity: .5
    }
    .Header .Menu .sub-menu a:hover {
        opacity: 1
    }
    .Search {
        margin-bottom: 1rem
    }
    .Search .Form-Icon,
    .sub-menu {
        display: block
    }
    .sub-menu {
        padding-left: 1rem
    }
    .sub-menu>li {
        float: left;
        width: 50%
    }
    .sub-menu:after {
        clear: both;
        content: "";
        overflow: hidden;
        display: block
    }
    .MenuBtnClose {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        display: none;
        background-color: rgba(0, 0, 0, .75)
    }
    #aa-wp.on .MenuBtnClose {
        display: block
    }
    .Header .Search .Form-Icon input {
        width: 100%
    }
    .movtv-info header .Title {
        padding-top: 1.5rem
    }
}
@media(max-width:767px) {
    .lgtbx-lnk {
        display: none
    }
    .TPlayerNv>li {
        width: 100%;
        margin-right: 0
    }
    .vhMobile100 {
        min-height: 100vh
    }
}
@media(max-width:576px) {
    .MovieListSld {
        overflow: hidden
    }
}
@media(max-width:424px) {
    .meta>span:not(.Qlty) {
        padding: 0
    }
    .select-season>select {
        width: 100%
    }
    .episodes-nav .Button>span,
    .select-season>span {
        display: none
    }
    .episodes-nav .Button:not(.list) {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1.05rem
    }
    .episodes-nav .Button:not(.list):before {
        position: static
    }
}
@media(min-width:576px) {
    .cont {
        max-width: 540px
    }
    .MovieList.Rows>li,
    .Wdgt .MovieList.Rows>li {
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%
    }
    .movtv-info>.Image {
        width: 200px;
        margin-right: 1.5rem
    }
    .ListPOpt>li:first-child {
        display: inline-block;
        font-size: .875rem
    }
    .movtv-info .Description {
        clear: none
    }
}
@media(min-width:768px) {
    .cont {
        max-width: 100%
    }
    .TpRwCont,
    .dfxb {
        display: flex
    }
    .TpRwCont>main {
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: calc(100% - 300px);
        max-width: calc(100% - 300px);
        padding-right: 2rem
    }
    .TpRwCont>aside {
        flex: 0 0 300px;
        max-width: 300px
    }
    main .MovieList.Rows>li {
        flex: 0 0 50%;
        max-width: 50%
    }
    .ft .logo-ft {
        margin-right: 1.5rem;
        margin-bottom: 0
    }
    .mnft>li {
        margin-right: 1rem
    }
    .mnft>li:last-child {
        margin-right: 0
    }
    .copy {
        padding-top: 1.5rem
    }
    .nosidebar main .MovieList.Rows>li {
        flex: 0 0 25%;
        max-width: 25%
    }
    .movtv-info>.Image {
        margin-right: 1.5rem
    }
    .movtv-info .meta {
        margin-bottom: 0
    }
    .movtv-info footer {
        margin-bottom: 1rem
    }
    .movtv-info footer .VotesCn {
        float: left;
        margin-right: 1rem;
        padding-right: 1rem;
        border-right: 1px solid rgba(79, 107, 149, .3);
        min-height: 3rem
    }
    .movtv-info footer .meta {
        min-height: 2.8rem;
        padding-top: .2rem;
        float: left
    }
    .movtv-info .ListPOpt {
        clear: both
    }
    .movtv-info .MvTbCn {
        overflow: hidden
    }
    .movtv-info header .Title,
    .video>.Title {
        font-size: 2.25rem;
        line-height: 1.5
    }
    .movtv-info>.Image {
        margin-right: 2.5rem
    }
}
@media(min-width:992px) {
    .MovieListSldCn .TPMvCn,
    .cont {
        max-width: 1140px
    }
    .dfxc {
        display: flex
    }
    .Header .Menu {
        order: 2
    }
    .Header .Search {
        order: 3
    }
    .Menu>ul>li {
        margin-right: 1.5rem;
        float: left
    }
    .Menu>ul>li:last-child {
        margin-right: 0
    }
    .MenuBtn {
        display: none
    }
    .menu-item-has-children {
        position: relative
    }
    .menu-item-has-children:hover>ul {
        display: block
    }
    .sub-menu {
        position: absolute;
        left: -1rem;
        top: 100%;
        background-color: #1e2747;
        border-radius: 5px;
        width: 180px;
        padding: .5rem;
        box-shadow: 0 0 30px rgba(0, 0, 0, .2)
    }
    .sub-menu:before {
        content: "";
        position: absolute;
        left: 1rem;
        top: -5px;
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #1e2747
    }
    .sub-menu a {
        display: block;
        padding: .5rem 1rem;
        border-radius: 5px;
        font-size: .875rem
    }
    .sub-menu a:hover {
        background-color: rgba(0, 0, 0, .3)
    }
    main .MovieList.Rows>li {
        flex: 0 0 33.33333333333333%;
        max-width: 33.33333333333333%
    }
    .TPost.C:hover .TPMvCn {
        display: block
    }
    .nosidebar main .MovieList.Rows>li {
        flex: 0 0 20%;
        max-width: 20%
    }
    .movtv-info footer {
        padding-top: .5rem
    }
    .movtv-info .ListPOpt {
        float: right;
        clear: none;
        margin-top: -.5rem
    }
}
@media(min-width:1200px) {
    ::-webkit-scrollbar {
        width: .7rem;
        height: .7rem
    }
    ::-webkit-scrollbar-thumb {
        background: linear-gradient(180deg, #00bcff, #007aff)
    }
    ::-webkit-scrollbar-track {
        background-color: #1e2747
    }
    .logo {
        margin-right: 3rem
    }
    .Menu>ul>li {
        margin-right: 2.5rem
    }
    .Header .Search .Form-Icon input:focus {
        width: 14rem
    }
    main .MovieList.Rows>li {
        flex: 0 0 25%;
        max-width: 25%
    }
    .nosidebar main .MovieList.Rows>li {
        flex: 0 0 16.66666666666667%;
        max-width: 16.66666666666667%
    }
}
@media(min-width:1600px) {
    .TpRwCont>main {
        padding-right: 4rem
    }
    .MovieListSldCn .TPMvCn,
    .cont {
        max-width: 1540px
    }
    main .MovieList.Rows>li {
        flex: 0 0 20%;
        max-width: 20%
    }
    main .MovieList.Rows {
        margin-left: -1.25rem;
        margin-right: -1.25rem
    }
    main .MovieList.Rows>li {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
    .nosidebar main .MovieList.Rows>li {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}
@media print {
    *,
    :after,
    :before,
    :first-letter,
    :first-line {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: "("attr(href)")"
    }
    img {
        page-break-inside: avoid;
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
#menu-item-1953 .sub-menu {
    min-width: 300px
}
body {
    overflow-x: hidden
}
#menu-item-1953:hover .sub-menu {
    display: flex;
    display: -webkit-flex
}
#menu-item-1953 .sub-menu {
    flex-wrap: wrap;
    min-width: auto;
    width: 340px
}
#menu-item-1953 .sub-menu li {
    width: 50%
}
.lgtbx-lnk {
    right: -1rem;
    top: 0;
    bottom: 0;
    margin: auto
}
.lights-off .lgtbx-lnk {
    visibility: hidden
}
.center-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify
}
.gotbx+.got-dvr {
    margin-top: 1rem
}
.got-dvr {
    max-width: 300px;
    margin: 0 auto
}
.category-list-bx:after {
    content: "";
    clear: both;
    display: block;
    overflow: hidden
}
@media(min-width:768px) {
    .gotbx {
        width: 100%;
        padding-right: 0
    }
    .gotbx+.got-dvr {
        float: right;
        width: 300px;
        margin-top: 0
    }
}
@media(min-width:1600px) {
    .gotbx {
        padding-right: 0
    }
}
.DescriptionArchive p:last-child {
    margin-bottom: 0
}
@keyframes snowing {
    0% {
        fill-opacity: 1
    }
    to {
        fill-opacity: 0;
        transform: translateY(400px)
    }
}
.gotbx>.Top {
    margin-bottom: 0
}
.gotbx>.Top>.Title {
    line-height: 3rem
}
.TPost .Image>img,
.backdrop>.Image img {
    -o-object-position: 50% 50% !important;
    object-position: 50% 50% !important
}
.TPost.C .TPMvCn {
    z-index: 11
}
.ListPOpt>li>a:before {
    font-weight: 400
}
.ListPOpt>li:first-child {
    font-size: 1.25rem;
    color: #fff;
    margin-right: 1rem;
    display: inline-block;
    vertical-align: top;
    padding: 1rem 0;
    line-height: 1.5rem
}
.ListPOpt>li:first-child:before {
    font-size: 1.25rem
}
#aa-wp {
    overflow: hidden
}
.gotbx>.Top {
    margin-bottom: .5rem
}
@keyframes pulsex {
    0% {
        transform: scale(.5)
    }
    25% {
        transform: scale(1.9)
    }
    50% {
        transform: scale(2.1);
        background-color: #007aff
    }
    75% {
        transform: scale(2)
    }
    to {
        transform: scale(1)
    }
}
.movtv-info .ListPOpt .fa-share-alt {
    font-size: .875rem;
    margin-right: .25rem
}
.movtv-info .ListPOpt .fa-share-alt:before {
    display: inline-block;
    vertical-align: top
}
.movtv-info .ListPOpt li {
    margin-right: .25rem
}
.movtv-info .ListPOpt li:last-child {
    margin-right: 0
}
.movtv-info .ListPOpt li>a {
    width: 38px;
    height: 38px;
    line-height: 2.5rem;
    box-shadow: none;
    display: block
}
.movtv-info .ListPOpt li>a:before {
    font-size: 1rem
}
.Button.sm,
.nav-links {
    white-space: nowrap
}
.nav-links .page-link {
    display: none
}
.nav-links .extend+.page-link,
.nav-links .page-link.current {
    display: inline-block
}
.nav-links .extend {
    font-size: 0;
    margin-right: 0
}
.nav-links .extend:before {
    content: "de";
    font-size: 1rem
}
.ic {
    display: inline-flex;
    align-self: center;
    position: relative;
    font-size: inherit
}
.ic,
.ic svg {
    height: 16px;
    width: 16px
}
.ic svg {
    bottom: -.125em;
    position: absolute;
    fill: currentColor
}
.fg1 li a {
    display: flex
}
.btnstp {
    overflow: hidden
}
.Infowdgt {
    margin-bottom: 0
}
.dfic {
    display: flex !important;
    align-items: center
}
.dfic svg {
    margin-right: 4px
}
.ListPOpt {
    display: flex
}
.abf {
    fill: #007aff
}
.tad {
    fill: #edb709;
    width: 18px;
    height: 18px
}
.fill-white,
.ligt {
    fill: #fff
}
.ligt {
    width: 19px;
    height: 19px
}
.serieFig img {
    -o-object-fit: cover;
    object-fit: cover
}
.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}
.loader:after,
.loader:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 5px solid #fff;
    animation: prixClipFix 2s linear infinite
}
.loader:after {
    border-color: #ff3d00;
    animation: prixClipFix 2s linear infinite, rotate .5s linear infinite reverse;
    inset: 6px
}
@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}
@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }
    25% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }
    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
    75% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%)
    }
    to {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0)
    }
}
.loaders {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    margin-top: 60px
}
.mt-1 {
    margin-top: 10px
}
.Wdgt.Others .MovieList.top>li:before {
    display: none
}
@media(max-width:424px) {
    .episodes-nav .Button.next,
    .episodes-nav .Button.prev {
        padding-top: .2rem
    }
    .Button.prev svg {
        margin-right: 0
    }
    .Button.next svg {
        margin-left: 0
    }
}
.icof {
    justify-content: center
}
.icof svg {
    fill: #fff;
    width: auto;
    height: 24px
}
@media screen and (max-width:500px) {
    section .Top .Title.omt {
        font-size: 22px
    }
}
.w-med {
    width: 900px;
    margin: 0 auto;
    max-width: 100%
}
.mb-50 {
    margin-bottom: 50px
}
.h-60 .Image {
    height: 60px
}
.notices_cnt {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.notices_cnt img {
    filter: invert(7%) sepia(21%) saturate(2223%) hue-rotate(179deg) brightness(85%) contrast(72%)
}
.notices_cnt li a {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    width: 100%
}
.notices_cnt {
    padding-top: 4px
}
.mainNotice {
    width: calc(100% - 24px);
    padding-left: 5px
}
.notices_cnt li a:hover h3 {
    color: #3378ef
}
.notices_cnt li a h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 2px;
    color: #a8b1bf
}
.metaNotice {
    font-size: 12px;
    color: #fff;
    align-items: center
}
.metaNotice img {
    filter: invert(100%) sepia(33%) saturate(5544%) hue-rotate(6deg) brightness(98%) contrast(95%)
}
.dateNotice {
    margin-right: 15px
}
.commentNotice {
    margin-left: 5px
}
.icon-download {
    display: inline-block;
    float: left;
    padding: 0;
    margin: 0 7px 0 0
}
.icon-download img {
    width: 16px;
    height: 16px;
    color: transparent;
    filter: invert(85%) sepia(17%) saturate(2952%) hue-rotate(349deg) brightness(92%) contrast(103%);
    padding-top: 2px
}
.TPlayerNv>li.actives>div.pad-t {
    padding-left: 10px;
    padding-right: 15px
}
.modal.on {
    display: block
}
.mdl-ovr,
.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    padding: 1.5rem;
    overflow: auto;
    text-align: center;
    font-size: 0;
    white-space: nowrap
}
.anm-e,
.lgtbx-lnk:hover,
.sub-menu {
    animation-name: zoom
}
.TPost .Image figure:before,
.TPost .TPMvCn,
.lgtbx-lnk,
.sub-menu,
[class*=anm-] {
    animation-duration: .2s;
    animation-fill-mode: both
}
.modal:before {
    content: "";
    display: inline-block;
    width: 1px;
    margin-left: -1px;
    height: 100%;
    vertical-align: middle
}
#mdl-downloads .mdl-cn {
    max-width: 40rem
}
.mdl-cn .Button {
    color: #fff;
    background-color: #007aff;
    font-size: 18px
}
@media (min-width:992px) {
    .mdl-bd,
    .mdl-ft,
    .mdl-hd {
        padding: 20px 25px
    }
}
.modal p {
    margin-bottom: .7rem;
    font-size: 15px;
    line-height: 25px
}
.modal p:last-child {
    margin-bottom: 0
}
.mdl-bd,
.mdl-ft,
.mdl-hd {
    padding: 20px 30px
}
.mdl-cn .btn-block {
    width: 100%
}
.mdl-close svg {
    width: 16px
}
.mdl-cn {
    background-color: #fff;
    border-radius: .5rem;
    max-width: 95%;
    width: 100%;
    font-size: 1rem;
    text-align: left;
    white-space: normal;
    display: inline-block;
    vertical-align: middle
}
@media screen and (min-width:991px) {
    .mdl-cn {
        max-width: 70%
    }
}
.mdl-hd {
    position: relative
}
.mdl-bd,
.mdl-ft,
.mdl-hd {
    padding: 1rem;
    border-bottom: 1px solid rgba(141, 160, 188, .2)
}
@media (min-width:992px) {
    .mdl-bd,
    .mdl-ft,
    .mdl-hd {
        padding: 2rem
    }
}
.mdl-hd .Title {
    color: #1e2747;
    font-size: 1.5rem;
    letter-spacing: normal;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 1.5rem
}
.mdl-hd .Title:before {
    width: 3.75rem;
    height: 3.75rem;
    line-height: 3.75rem;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 122, 255, .1);
    border-radius: 4rem;
    color: #007aff;
    margin-right: 1rem
}
.mdl-hd .mdl-close {
    background-color: transparent;
    color: #8da0bc;
    padding: 0;
    position: absolute;
    right: 1rem;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 2.5rem;
    height: 2.5rem
}
#mdl-downloads .mdl-bd {
    padding-top: .5rem;
    padding-bottom: 1rem
}
.mdl-bd:last-child {
    margin-bottom: 0
}
.TPTblCn {
    max-width: 100%;
    overflow: auto;
    font-size: .875rem;
    color: #4f6b95
}
.TPTblCn>table {
    margin-bottom: 0;
    width: 100%;
    border: 0;
    border-spacing: 0
}
#mdl-downloads .TPTblCn th {
    font-weight: 400;
    color: #1e2747
}
.TPTblCn td,
.TPTblCn th {
    padding: 1rem;
    vertical-align: middle;
    white-space: nowrap
}
.TPTblCn .Button.STPb {
    color: #fff !important;
    font-size: .875rem;
    padding: 0 1rem
}
#mdl-downloads .TPTblCn .Num {
    font-weight: 700;
    color: #1e2747;
    display: inline-block;
    margin-right: .5rem;
    padding-top: 1px;
    vertical-align: top
}
.icon-close-download {
    height: auto;
    width: 12px
}
.movtv-info .meta>span.Qlty {
    vertical-align: top;
    margin-top: .2rem;
    margin-right: 5px
}
.movtv-info .meta>span.Qlty:last-child {
    margin-right: 0
}
.movtv-info .meta>span {
    margin-bottom: .5rem
}
.Qlty,
.TpTv {
    color: #1a1818;
    background-color: #edb709;
    font-size: .65rem;
    font-weight: 700;
    height: 1.125rem;
    padding: 0 .3rem;
    line-height: 1rem;
    border-radius: 1rem;
    display: inline-block;
    vertical-align: top
}
@media (min-width:425px) {
    .movtv-info .meta>span.Qlty {
        margin-top: .65rem
    }
}
.adang {
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #d2f1ba;
    color: #333;
    border: 1px solid #abe2ad
}
.msgk {
    margin-bottom: 5px
}
.message_d,
.message_k {
    border: 0 !important;
    background-color: #edb709;
    color: #000;
    font-size: .875rem;
    position: relative;
    margin-bottom: 0 !important;
    z-index: 1;
    padding: 0 3rem 0 0
}
.message_d div,
.message_k div {
    text-align: left !important;
    padding: .5rem 1rem;
    background-color: transparent !important;
    border: 0 !important
}
.close-message {
    padding: 0;
    background-color: transparent;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #000;
    font-size: 1rem;
    display: flex;
    align-items: center
}
.message_d:before,
.message_k:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #edb709;
    position: absolute;
    left: 1rem;
    top: -5px;
    z-index: 10
}
.close-message svg {
    height: 20px;
    width: 20px
}
.head-close-download {
    width: 30px;
    height: 30px;
    filter: invert(30%) sepia(72%) saturate(2461%) hue-rotate(199deg) brightness(100%) contrast(103%)
}
figure.cle {
    width: 3rem;
    height: 3rem;
    display: inline-block;
    text-align: center;
    background-color: rgba(0, 122, 255, .1);
    border-radius: 4rem;
    color: #007aff;
    margin: 0 1rem 0 0;
    justify-content: center
}
.arf,
figure.cle {
    display: flex;
    align-items: center
}
.arf {
    flex-wrap: wrap
}
@media screen and (min-width:500px) {
    figure.cle {
        width: 3.75rem;
        height: 3.75rem
    }
}
.player-alt {
    padding: 2rem 0 6rem;
    display: flex;
    justify-content: center
}
.player-alt svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    transition: transform .4s
}
.player-alt:hover svg {
    transform: scale(1.2)
}
@media screen and (min-width:991px) {
    .player-alt {
        padding: 10rem 0 12rem
    }
}
.bcp {
    position: relative
}
.mnb0 {
    margin-bottom: 15px !important
}
.got-dvr {
    cursor: pointer
}
.banpl {
    padding-bottom: 10px;
    text-align: center
}
@media (min-width:768px) {
    .banpl {
        position: absolute;
        top: 12px;
        right: 10px;
        padding-bottom: 0
    }
}
.relative {
    position: relative
}
.advpl {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 99
}
.advpl img {
    height: auto
}
.advpl a,
.advpl span {
    display: inline-block
}
.cladpl {
    position: absolute;
    top: -25px;
    right: -5px;
    padding: 0;
    background-color: transparent !important
}
.cladpl svg {
    width: 25px;
    height: 25px;
    fill: #a71e1e
}
.plifr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999999
}
.plifr svg {
    width: 50px;
    height: 50px;
    fill: #fff;
    transition: transform .4s
}
.abt {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #080f28;
    z-index: 9999999999999;
    display: flex;
    align-items: center;
    justify-content: center
}
.abt svg {
    width: 100px;
    height: 100px
}
.abt_sp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center
}
.abt_sp p {
    font-size: 20px
}
.loading {
    width: calc(4rem + 4vw + 4vh);
    height: calc(4rem + 4vw + 4vh);
    display: block;
    animation: ld 2s infinite;
    animation-delay: 1s;
    overflow: hidden;
    margin: 0 auto 30px;
    position: relative
}
.loading .ld-a {
    animation: ld-a 2s linear infinite
}
.loading .ld-b {
    animation: ld-b 2s linear infinite;
    animation-delay: .5s;
    left: -100%;
    opacity: 0
}
.loading i,
.loading svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
@keyframes ld {
    0% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.2)
    }
    20% {
        transform: scale(1.1)
    }
    30% {
        transform: scale(1.3)
    }
    50% {
        transform: scale(1)
    }
    to {
        transform: scale(1)
    }
}
@keyframes ld-a {
    0% {
        transform: rotate(1turn)
    }
    50% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(0deg)
    }
}
@keyframes ld-b {
    0% {
        left: -100%;
        opacity: 0
    }
    25% {
        left: 0;
        opacity: 1
    }
    75% {
        left: 0;
        opacity: 1
    }
    to {
        left: -100%;
        opacity: 0
    }
}
.ld-tx {
    color: #8da0bc;
    font-size: calc(.5rem + .5vw + .5vh);
    display: block;
    margin-top: calc(2rem + 1vh);
    padding: 1rem;
    margin-bottom: .5rem;
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.5;
    font-weight: 300
}
.ld-dot>i {
    display: inline-block;
    width: calc(.2rem + .2vw + .2vh);
    height: calc(.2rem + .2vw + .2vh);
    margin: .2rem;
    border-radius: 50%;
    background-color: #007aff
}
.ld-dot>i:last-child {
    animation: dot .7s linear .1s infinite
}
.ld-dot>i:nth-last-child(2) {
    animation: dot .7s linear .2s infinite
}
.ld-dot>i:nth-last-child(3) {
    animation: dot .7s linear .3s infinite
}
@keyframes dot {
    0% {
        transform: translate(0)
    }
    50% {
        transform: translateY(1rem);
        opacity: .2
    }
    to {
        transform: translate(0);
        opacity: 1
    }
}
.Homealt2_cnt__2Bd2o {
    padding-top: 60px;
}
.Homealt2_figure__GfrVw {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
}
.Homealt2_figure__GfrVw img {
    width: 280px;
    height: auto;
}
@media (min-width: 768px) {
    .Homealt2_figure__GfrVw img {
        width: 360px;
    }
}
.Homealt2_form__2uTc2 {
    position: relative;
    width: 620px;
    max-width: 100%;
    margin: 0 auto;
}
.Homealt2_isnp__cBxII {
    border-radius: 4px;
    padding-left: 35px;
}
.Homealt2_form__2uTc2 input {
    color: #8da0bc;
    font-size: 18px;
    border-radius: 50px;
    padding: 14px 20px;
}
.Homealt2_form__2uTc2 span {
    display: inline-block;
    background-color: #0f1323;
    width: 52px;
    height: 52px;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Homealt2_svg__eJgLQ {
    width: 15px;
    fill: #fff;
}
.Homealt2_abn__HV9EQ {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}
.Homealt2_abn__HV9EQ a {
    color: #fff;
    background-color: #007aff;
    display: inline-block;
    padding: 18px 36px;
    font-size: 19px;
    margin-top: 30px;
    border-radius: 5px;
    transition: all .2s ease;
    border-radius: 50px;
    font-weight: 700;
}
.Homealt2_hmt__jSPmK {
    margin-top: 50px;
    background: hsla(0, 0%, 100%, .1);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid hsla(0, 0%, 100%, .2);
    color: #b3d1ff;
    width: 618px;
    max-width: 100%;
    padding: 26px 30px;
    margin-left: auto;
    margin-right: auto;
}
.Homealt2_hmt__jSPmK h1 {
    line-height: 1.5;
    margin: 0;
    color: #fff;
    font-size: 2rem;
}
.Homealt2_hmt__jSPmK h2, .Homealt2_hmt__jSPmK h3, .Homealt2_hmt__jSPmK h4 {
    line-height: 1.5;
    margin: 0 0 1rem;
    color: #fff;
    font-size: .875rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.Homealt2_mtfaq__A6ps5 {
    margin-top: 30px;
}
.Faq_title__BQJPd {
    font-size: 36px;
    text-align: center;
    width: 100%;
}
.Faq_container__cI0GJ {
    margin-top: 30px;
}
.Faq_box__yeGTB {
    margin-bottom: 10px;
}
.Faq_question__LpKbN {
    background: #4f597f80;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    font-weight: 400;
    margin-bottom: 1px;
    padding: .8em 2.2em .8em 1.2em;
    position: relative;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    color: #e5dfdf;
}
@media screen and (min-width: 768px) {
    .Faq_question__LpKbN {
        font-size: 22px;
    }
}
.Faq_question__LpKbN img {
    filter: brightness(0) invert(1);
    width: 16px !important;
    height: 16px !important;
}
@media screen and (min-width: 768px) {
    .Faq_question__LpKbN img {
        width: 22px !important;
        height: 22px !important;
    }
}
.Faq_answer__JeyK6 {
    background: #20253a;
    font-weight: 400;
    margin-bottom: 1px;
    padding: 1em 2.2em 1em 1.2em;
    position: relative;
    width: 100%;
    font-size: 15px;
    color: #e5dfdf;
}
@media screen and (min-width: 768px) {
    .Faq_answer__JeyK6 {
        font-size: 18px;
    }
}