.jw-flag-no-focus:focus {
    outline: 0
}

.jw-expand-animation {
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.jw-playlist-remove-animation {
    -moz-animation: jw-playlist-remove-animation 1s forwards 0s;
    -webkit-animation: jw-playlist-remove-animation 1s forwards 0s;
    animation: jw-playlist-remove-animation 1s forwards 0s
}

.jw-playlist-add-animation {
    -moz-animation: jw-playlist-add-animation .4s forwards 0s;
    -webkit-animation: jw-playlist-add-animation .4s forwards 0s;
    animation: jw-playlist-add-animation .4s forwards 0s
}

.jw-rotate-animation {
    -moz-animation: jw-rotate-animation 2s linear infinite;
    -webkit-animation: jw-rotate-animation 2s linear infinite;
    animation: jw-rotate-animation 2s linear infinite;
    width: 100%;
    height: 100%
}

@-moz-keyframes jw-playlist-remove-animation {
    0% {
        margin-top: 0;
        margin-left: 0;
        opacity: 1
    }
    50% {
        margin-top: 0;
        margin-left: -100%;
        opacity: 0
    }
    51% {
        margin-top: 10px;
        margin-left: 0;
        opacity: 0
    }
    100% {
        margin-top: 0;
        opacity: 1
    }
}

@-webkit-keyframes jw-playlist-remove-animation {
    0% {
        margin-top: 0;
        margin-left: 0;
        opacity: 1
    }
    50% {
        margin-top: 0;
        margin-left: -100%;
        opacity: 0
    }
    51% {
        margin-top: 10px;
        margin-left: 0;
        opacity: 0
    }
    100% {
        margin-top: 0;
        opacity: 1
    }
}

@keyframes jw-playlist-remove-animation {
    0% {
        margin-top: 0;
        margin-left: 0;
        opacity: 1
    }
    50% {
        margin-top: 0;
        margin-left: -100%;
        opacity: 0
    }
    51% {
        margin-top: 10px;
        margin-left: 0;
        opacity: 0
    }
    100% {
        margin-top: 0;
        opacity: 1
    }
}

@-moz-keyframes jw-playlist-add-animation {
    0% {
        -moz-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    75% {
        -moz-transform: scale(1.4);
        transform: scale(1.4)
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes jw-playlist-add-animation {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    75% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes jw-playlist-add-animation {
    0% {
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }
    75% {
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes jw-rotate-animation {
    from {
        -moz-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes jw-rotate-animation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jw-rotate-animation {
    from {
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.jw-button {
    display: inline-block;
    position: relative;
    padding: .7rem 10px;
    color: inherit;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden
}

.jw-button-block {
    display: block;
    width: 100%;
    white-space: nowrap
}

.jw-button-disabled {
    cursor: default;
    opacity: .3;
    pointer-events: none
}

.jw-button-link {
    padding: 0
}

.jw-button-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    line-height: 19px
}

.jw-button-icon {
    min-width: 40px
}

.jw-button-label {
    display: inline-block;
    vertical-align: middle
}

.jw-button .jwy-icon {
    display: inline-block;
    vertical-align: middle
}

.jw-button-play {
    width: 3em;
    height: 3em;
    border: .2em solid;
    border-radius: 50%
}

.jw-button-play .jwy-icon {
    font-size: 1.4em
}

.jw-button-play .jwy-icon.jwy-icon-play {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 54%
}

.jw-button-play .jwy-icon.jwy-icon-pause {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.jw-button-watchlist>.jwy-icon {
    -moz-transition: color .1s ease;
    -o-transition: color .1s ease;
    -webkit-transition: color .1s ease;
    transition: color .1s ease
}

.jw-button-share .jwy-icon-stack {
    display: inline-block
}

.jw-button-share .jwy-icon-stack .jwy-icon {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: .7em
}

.jw-button-effect {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border-radius: 50%;
    opacity: 0;
    z-index: 99999;
    pointer-events: none
}

.jw-button-effect.active {
    animation: button-click-feedback .4s forwards
}

@keyframes button-click-feedback {
    0% {
        transform: scale3d(.3, .3, 1)
    }
    40%,
    60% {
        opacity: 1
    }
    100% {
        transform: scale3d(1.5, 1.5, 1);
        opacity: 0
    }
}

.jw-card {
    position: relative;
    font-size: .9375rem
}

body:not(.jw-flag-touch) .jw-card .jw-card-container:focus .jw-card-controls,
body:not(.jw-flag-touch) .jw-card.jw-card-flag-active .jw-card-controls,
body:not(.jw-flag-touch) .jw-card:hover .jw-card-controls {
    opacity: 1
}

.jw-card-flag-menu-open .jw-card-watchlist-button,
.jw-card-flag-toast-open .jw-card-watchlist-button {
    -moz-transform: scale(0)!important;
    -ms-transform: scale(0)!important;
    -webkit-transform: scale(0)!important;
    transform: scale(0)!important
}

.jw-card-flag-hide-text .jw-card-description,
.jw-card-flag-hide-text .jw-card-title {
    display: none!important
}

.jw-card.jw-lazy-load .jw-card-poster {
    display: none!important;
    background: 0 0!important
}

.jw-card .jw-button-watchlist {
    -moz-transition: -moz-transform .2s cubic-bezier(.48, .76, .39, 1.15) 0s;
    -o-transition: -o-transform .2s cubic-bezier(.48, .76, .39, 1.15) 0s;
    -webkit-transition: -webkit-transform .2s cubic-bezier(.48, .76, .39, 1.15);
    -webkit-transition-delay: 0s;
    transition: transform .2s cubic-bezier(.48, .76, .39, 1.15) 0s;
    position: absolute;
    top: -14px;
    left: 2px
}

.jw-card .jw-button-watchlist:hover {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.jw-card .jw-button-watchlist.ng-enter,
.jw-card .jw-button-watchlist.ng-leave.ng-leave-active {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0)
}

.jw-card .jw-button-watchlist.ng-enter.ng-enter-active,
.jw-card .jw-button-watchlist.ng-leave {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.jw-card .jw-button-watchlist .jwy-icon {
    font-size: 1.625rem
}

.jw-card .jw-card-aspect {
    position: relative;
    padding-bottom: 56.25%
}

.jw-card .jw-card-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-transition: background .2s ease 0s;
    -o-transition: background .2s ease 0s;
    -webkit-transition: background .2s ease;
    -webkit-transition-delay: 0s;
    transition: background .2s ease 0s;
    background: rgba(0, 0, 0, .1);
    cursor: pointer
}

.jw-card .jw-card-controls {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-transition: opacity .2s ease 0s;
    -o-transition: opacity .2s ease 0s;
    -webkit-transition: opacity .2s ease;
    -webkit-transition-delay: 0s;
    transition: opacity .2s ease 0s;
    position: relative;
    opacity: 0
}

.jw-card .jw-card-controls-align {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    align-self: center;
    text-align: center
}

.jw-card .jw-card-info {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto
}

.jw-card .jw-card-duration {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 5px 8px;
    font-size: .875rem
}

.jw-card .jw-card-text-now-playing {
    display: none;
    font-size: 1rem
}

.jw-card .jw-card-title {
    display: inline-block;
    width: 100%;
    padding: 0 10px;
    font-weight: 700;
    line-height: 39px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.jw-card .jw-card-description {
    padding: 0 10px;
    font-size: .875rem;
    line-height: 1rem;
    overflow: hidden
}

.jw-card .jw-card-play-button {
    -moz-transition: opacity 50ms ease-out 0s;
    -o-transition: opacity 50ms ease-out 0s;
    -webkit-transition: opacity 50ms ease-out;
    -webkit-transition-delay: 0s;
    transition: opacity 50ms ease-out 0s;
    opacity: .5
}

.jw-card .jw-card-play-button:hover {
    opacity: 1
}

.jw-card .jw-card-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px 0 10px;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    cursor: pointer
}

.jw-card .jw-card-menu-button .jwy-icon {
    vertical-align: middle
}

.jw-card .jw-card-toast-container.ng-enter,
.jw-card .jw-card-toast-container.ng-leave {
    -moz-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.jw-card .jw-card-toast-container.ng-enter {
    opacity: 0
}

.jw-card .jw-card-toast-container.ng-enter.ng-enter-active {
    opacity: 1
}

.jw-card .jw-card-toast-container.ng-leave {
    opacity: 1
}

.jw-card .jw-card-toast-container.ng-leave.ng-leave-active {
    opacity: 0
}

.jw-card .jw-card-toast {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jw-card .jw-card-toast .jw-card-toast-container {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 1rem;
    text-align: center
}

.jw-card .jw-card-toast .jw-card-toast-container .jw-card-toast-icon {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 3em
}

.jw-card .jw-card-toast .jw-card-toast-container .jw-rotate-animation {
    width: 42px;
    height: 42px;
    font-size: 42px
}

.jw-card.jw-card-flag-default {
    padding-bottom: 39px
}

body:not(.jw-flag-touch) .jw-card.jw-card-flag-default .jw-card-container:focus,
body:not(.jw-flag-touch) .jw-card.jw-card-flag-default:hover .jw-card-container {
    background-color: rgba(0, 0, 0, .6)
}

body:not(.jw-flag-touch) .jw-card.jw-card-flag-default .jw-card-container:focus .jw-card-info .jw-card-info-mask,
body:not(.jw-flag-touch) .jw-card.jw-card-flag-default:hover .jw-card-container .jw-card-info .jw-card-info-mask {
    height: 100px
}

.jw-card.jw-card-flag-default.jw-card-flag-hide-text {
    padding-bottom: 0
}

.jw-card.jw-card-flag-default.jw-card-flag-hide-text .jw-card-info {
    display: none!important
}

.jw-card.jw-card-flag-default .jw-card-info-mask {
    -moz-transition: height .2s ease;
    -o-transition: height .2s ease;
    -webkit-transition: height .2s ease;
    transition: height .2s ease;
    height: 39px;
    overflow: hidden
}

.jw-card.jw-card-flag-default .jw-card-info {
    position: relative
}

.jw-card.jw-card-flag-default .jw-card-description {
    display: block;
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.jw-card.jw-card-flag-default .jw-card-watch-progress {
    position: absolute;
    top: -4px;
    left: 0;
    width: 0;
    height: 4px
}

.jw-card.jw-card-flag-featured {
    font-size: 32px
}

.jw-card.jw-card-flag-featured .jw-card-container:focus,
.jw-card.jw-card-flag-featured:hover .jw-card-container {
    background-color: transparent
}

.jw-card.jw-card-flag-featured .jw-card-duration,
.jw-card.jw-card-flag-featured .jw-card-menu-button {
    display: none
}

.jw-card.jw-card-flag-featured .jw-card-info {
    padding-bottom: 10px
}

.jw-card.jw-card-flag-featured .jw-card-title {
    padding: 0 50px 15px;
    line-height: normal
}

.jw-card.jw-card-flag-featured .jw-card-description {
    display: block;
    display: -webkit-box;
    max-height: 54px;
    padding: 0 50px;
    line-height: 18px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.jw-card.jw-card-flag-featured .jw-card-controls-align {
    margin-top: 4%
}

.jw-card.jw-card-flag-featured .jw-card-container {
    background-color: rgba(0, 0, 0, 0)
}

.jw-card.jw-card-flag-featured .jw-button-watchlist {
    display: none
}

@media screen and (max-width:767px) {
    .jw-card.jw-card-flag-featured .jw-card-title {
        margin-bottom: 10px;
        padding: 0 20px
    }
    .jw-card.jw-card-flag-featured .jw-card-description {
        max-height: 36px;
        padding: 0 20px;
        -webkit-line-clamp: 2
    }
}

@media screen and (max-width:991px) {
    .jw-card.jw-card-flag-featured {
        font-size: 21px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .jw-card.jw-card-flag-featured .jw-card-title {
        padding: 0 30px 10px
    }
    .jw-card.jw-card-flag-featured .jw-card-description {
        max-height: 54px;
        padding: 0 30px;
        -webkit-line-clamp: 3
    }
}

.jw-card-grid {
    position: relative;
    margin: 0 80px
}

.jw-card-grid .jw-card-grid-cards {
    margin: 30px 0 0
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-1>.jw-card {
    width: calc(100% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-2>.jw-card {
    width: calc(50% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-3>.jw-card {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-4>.jw-card {
    width: calc(25% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-5>.jw-card {
    width: calc(20% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-6>.jw-card {
    width: calc(16.6666666667% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-7>.jw-card {
    width: calc(14.2857142857% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-8>.jw-card {
    width: calc(12.5% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-9>.jw-card {
    width: calc(11.1111111111% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card-grid-cards.jw-card-grid-10>.jw-card {
    width: calc(10% - 20px);
    margin: 0 10px 20px
}

.jw-card-grid .jw-card {
    display: inline-block;
    margin-bottom: 12px
}

@media screen and (max-width:767px) {
    .jw-card-grid {
        margin: 0 15px
    }
    .jw-card-grid .jw-card-grid-cards {
        margin-top: 20px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-1>.jw-card {
        width: calc(100% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-2>.jw-card {
        width: calc(50% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-3>.jw-card {
        width: calc(33.3333333333% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-4>.jw-card {
        width: calc(25% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-5>.jw-card {
        width: calc(20% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-6>.jw-card {
        width: calc(16.6666666667% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-7>.jw-card {
        width: calc(14.2857142857% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-8>.jw-card {
        width: calc(12.5% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-9>.jw-card {
        width: calc(11.1111111111% - 10px);
        margin: 0 5px 5px
    }
    .jw-card-grid .jw-card-grid-cards.jw-card-grid-10>.jw-card {
        width: calc(10% - 10px);
        margin: 0 5px 5px
    }
}

.jw-card-list .jw-card:not(:last-child) {
    margin-bottom: 8px
}

.jw-card-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.jw-card-menu .jw-card-menu-container {
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 1rem
}

.jw-card-menu .jw-card-menu-item {
    margin: 5px 0;
    text-align: center
}

.jw-card-menu .jw-card-menu-item .jw-button {
    min-width: 80%
}

.jw-card-menu .jw-card-menu-item:last-child .jw-button {
    font-weight: 400
}

@media screen and (max-width:767px) {
    .jw-card-menu .jw-card-menu-item+.jw-card-menu-item~.jw-card-menu-item {
        display: none
    }
}

.jw-card-poster {
    -moz-transition: opacity .5s ease 0s;
    -o-transition: opacity .5s ease 0s;
    -webkit-transition: opacity .5s ease;
    -webkit-transition-delay: 0s;
    transition: opacity .5s ease 0s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.jw-card-poster.is-active {
    opacity: 1
}

.jw-card-poster.is-loading {
    background-color: #999
}

.jw-card-slider {
    position: relative;
    overflow: hidden
}

.jw-card-slider.is-sliding .jw-card-play-button,
.jw-card-slider.is-sliding .jw-card-poster,
.jw-card-slider.is-sliding .jw-card-slider-container .jw-card-slider-list,
.jw-card-slider.is-sliding .jw-card-slider-slide,
.jw-card-slider.is-sliding .jw-card.jw-card-flag-default {
    -moz-transition: none 0s!important;
    -o-transition: none 0s!important;
    -webkit-transition: none 0s!important;
    transition: none 0s!important
}

.jw-card-slider-flag-loading .jw-card-slider-title {
    opacity: .2
}

.jw-card-slider-flag-hide-title .jw-card-slider-title {
    display: none
}

.jw-card-slider-flag-now-playing .jw-card-slider-slide.first .jw-card-container {
    background-color: rgba(0, 0, 0, .6)
}

.jw-card-slider-flag-now-playing .jw-card-slider-slide.first .jw-card-controls {
    opacity: 1
}

.jw-card-slider-flag-now-playing .jw-card-slider-slide.first .jw-card-play-button {
    display: none
}

.jw-card-slider-flag-now-playing .jw-card-slider-slide.first .jw-card-text-now-playing {
    display: block
}

.jw-card-slider-916 .jw-card .jw-card-aspect {
    padding-bottom: 177.7777777778%
}

.jw-card-slider-23 .jw-card .jw-card-aspect {
    padding-bottom: 150%
}

.jw-card-slider-11 .jw-card .jw-card-aspect {
    padding-bottom: 100%
}

.jw-card-slider-43 .jw-card .jw-card-aspect {
    padding-bottom: 75%
}

.jw-card-slider-53 .jw-card .jw-card-aspect {
    padding-bottom: 60%
}

.jw-card-slider-21 .jw-card .jw-card-aspect {
    padding-bottom: 50%
}

.jw-card-slider.jw-lazy-load .jw-card-poster {
    display: none!important;
    background: 0 0!important
}

.jw-card-slider .jw-card-slider-container {
    position: relative
}

.jw-card-slider .jw-card-slider-title {
    margin: 0 90px 20px;
    font-size: 21px;
    font-weight: 700
}

.jw-card-slider .jw-card-slider-title>.jw-link {
    display: inline-block;
    text-decoration: none;
    cursor: pointer
}

.jw-card-slider .jw-card-slider-title>.jw-link>.jwy-icon,
.jw-card-slider .jw-card-slider-title>.jw-link>span {
    vertical-align: middle
}

.jw-card-slider .jw-card-slider-title .jw-card-slider-title-count {
    font-size: 1.125rem;
    font-weight: 400;
    display: none;
}

.jw-card-slider .jw-card-slider-align {
    padding: 0 90px
}

.jw-card-slider .jw-card-slider-list {
    position: relative;
    white-space: nowrap
}

.jw-card-slider .jw-card-slider-list .jw-card-slider-slide {
    display: inline-block;
    position: relative;
    white-space: normal;
    vertical-align: top
}

.jw-card-slider .jw-card-slider-button {
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    -webkit-transition: color .2s ease;
    -webkit-transition-delay: 0s;
    transition: color .2s ease 0s;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 1
}

.jw-card-slider .jw-card-slider-button-flag-left {
    left: 10px
}

.jw-card-slider .jw-card-slider-button-flag-right {
    right: 10px
}

.jw-card-slider .jw-card-slider-button.is-disabled {
    cursor: default;
    opacity: .3
}

.jw-card-slider .jw-card-slider-button .jwy-icon {
    font-size: 2em
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-button.jw-card-slider-button-flag-right {
    margin-left: 40px
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-button {
    color: #fff
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-button .jwy-icon {
    font-size: 3em
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-align {
    max-width: 900px;
    margin: 0 auto
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-title {
    display: none
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-1 .jw-card-slider-slide {
    width: 100%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-2 .jw-card-slider-slide {
    width: 50%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-3 .jw-card-slider-slide {
    width: 33.3333333333%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-4 .jw-card-slider-slide {
    width: 25%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-5 .jw-card-slider-slide {
    width: 20%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-6 .jw-card-slider-slide {
    width: 16.6666666667%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-7 .jw-card-slider-slide {
    width: 14.2857142857%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-8 .jw-card-slider-slide {
    width: 12.5%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-9 .jw-card-slider-slide {
    width: 11.1111111111%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-list.slides-10 .jw-card-slider-slide {
    width: 10%
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-slide {
    -moz-transition: opacity .2s ease-in 0s;
    -o-transition: opacity .2s ease-in 0s;
    -webkit-transition: opacity .2s ease-in;
    -webkit-transition-delay: 0s;
    transition: opacity .2s ease-in 0s
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-slide:not(.is-visible) {
    opacity: .3;
    pointer-events: none
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-slide:not(.is-visible) .jw-card-controls,
.jw-card-slider.jw-card-slider-flag-featured .jw-card-slider-slide:not(.is-visible) .jw-card-info {
    display: none
}

.jw-card-slider.jw-card-slider-flag-featured .jw-card-info {
    padding-bottom: 25px
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-container {
    padding: 20px 0
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-align {
    padding: 0 84px
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-1 .jw-card-slider-slide {
    width: calc(100% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-2 .jw-card-slider-slide {
    width: calc(50% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-3 .jw-card-slider-slide {
    width: calc(33.3333333333% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-4 .jw-card-slider-slide {
    width: calc(25% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-5 .jw-card-slider-slide {
    width: calc(20% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-6 .jw-card-slider-slide {
    width: calc(16.6666666667% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-7 .jw-card-slider-slide {
    width: calc(14.2857142857% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-8 .jw-card-slider-slide {
    width: calc(12.5% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-9 .jw-card-slider-slide {
    width: calc(11.1111111111% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-list.slides-10 .jw-card-slider-slide {
    width: calc(10% - 12px)
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-slide {
    -moz-transition: opacity .2s ease-in 0s;
    -o-transition: opacity .2s ease-in 0s;
    -webkit-transition: opacity .2s ease-in;
    -webkit-transition-delay: 0s;
    transition: opacity .2s ease-in 0s;
    margin: 0 6px
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-slide-flag-error {
    opacity: 1
}

.jw-card-slider.jw-card-slider-flag-default .jw-card-slider-slide-flag-error .jw-card-controls {
    padding-bottom: 40px;
    opacity: 1
}

@media screen and (max-width:767px) {
    .jw-card-slider .jw-card-slider-container .jw-card-slider-title {
        margin: 0 20px 20px
    }
    .jw-card-slider .jw-card-slider-container .jw-card-slider-align {
        padding: 0 125px 0 15px
    }
}

@media screen and (min-width:768px) {
    .jw-card-slider.jw-card-slider-flag-default .jw-card-slider-slide {
        opacity: .3
    }
    .jw-card-slider.jw-card-slider-flag-default .jw-card-slider-slide.is-visible {
        opacity: 1
    }
    .jw-card-slider.jw-card-slider-flag-default .jw-card-slider-slide:not(.is-visible) {
        pointer-events: none
    }
}

.jw-collapsible-text.expanded .jw-collapsible-text-toggle .jw-button {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.jw-collapsible-text.inactive .jw-collapsible-text-toggle {
    visibility: hidden;
    pointer-events: none
}

.jw-collapsible-text .jw-collapsible-text-content {
    -moz-transition: max-height .3s ease 0s;
    -o-transition: max-height .3s ease 0s;
    -webkit-transition: max-height .3s ease;
    -webkit-transition-delay: 0s;
    transition: max-height .3s ease 0s;
    position: relative;
    overflow: hidden
}

.jw-collapsible-text .jw-collapsible-text-content>:last-child {
    margin-bottom: 0
}

.jw-collapsible-text .jw-collapsible-text-toggle {
    height: 15px;
    line-height: 15px;
    text-align: center
}

.jw-collapsible-text .jw-collapsible-text-toggle .jw-button {
    -moz-transition: -moz-transform .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s;
    -webkit-transition: -webkit-transform .3s ease;
    -webkit-transition-delay: 0s;
    transition: transform .3s ease 0s;
    padding: 3px 10px
}

.jw-collapsible-text .jw-collapsible-text-toggle .jw-button .jwy-icon {
    font-size: 1.125rem
}

.jw-content .jw-content-title {
    margin: 20px 0;
    text-align: center
}

.jw-cookies {
    display: -webkit-flex;
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px
}

.jw-cookies-title {
    -webkit-flex: 0 0 200px;
    flex: 0 0 200px;
    padding-right: 30px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2rem
}

.jw-cookies-explanation {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto
}

@media screen and (max-width:767px) {
    .jw-cookies {
        -webkit-flex-direction: column;
        flex-direction: column;
        padding: 20px
    }
    .jw-cookies-title {
        -webkit-flex: 1 1 auto;
        flex: 1 1 auto;
        margin-bottom: 20px
    }
    .jw-cookies-button-bar {
        text-align: center
    }
}

.jw-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jw-footer {
    padding: 23px 20px;
    font-size: .75rem;
    text-align: center
}

.jw-container {
    position: relative
}

.jw-container-full {
    width: 100%;
    max-width: none
}

@media screen and (min-width:768px) and (max-width:991px) {
    .jw-container {
        max-width: 685px;
        margin: 0 auto
    }
}

@media screen and (min-width:992px) {
    .jw-container {
        max-width: 800px;
        margin: 0 auto
    }
}

.jw-header {
    height: 80px;
    padding: 0px;
    background-image: url(none);
    background-repeat: no-repeat;
    background-position: center top;
}

.jw-flag-loading-config .jw-header {
    display: none!important
}

.jw-header-fixed {
    -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    z-index: 15
}

.jw-header-static {
    position: static;
    width: 100%
}

.jw-header-static .jw-header-main .jw-header-title {
    white-space: normal;
    overflow: visible
}

.jw-header .jw-header-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative;
    height: 100%;
    border-bottom: 0px solid #00272b;
}

.jw-header .jw-header-nav {
    -webkit-flex: 0 0 100px;
    flex: 0 0 120px;
    -webkit-align-self: center;
    align-self: center;
    min-width: 120px
}

.jw-header .jw-header-nav:last-child {
    text-align: right
}

.jw-header .jw-header-main {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    align-self: center;
    text-align: center
}

.jw-header .jw-header-main .jw-header-logo {
    max-width: 100%;
    max-height: 100px;
    cursor: pointer;
    vertical-align: middle
}

.jw-header .jw-button {
    vertical-align: middle
}

.jw-header .jw-button.jw-button-menu .jwy-icon {
    -webkit-font-smoothing: none
}

.jw-header .jw-button .jw-button-label {
    padding: 0 3px;
    font-size: 1.2rem
}

.jw-header .jw-button>.jwy-icon {
    font-size: 1.5rem
}

.jw-header .jwy-icon.jwy-icon-search {
    font-size: 1.375rem
}

@media screen and (max-width:767px) {
    .jw-header {
        height: 100px
    }
    .jw-header .jw-header-main .jw-header-logo {
        max-height: 100px
    }
    .jw-header .jw-header-nav {
        -webkit-flex: 0 0 50px;
        flex: 0 0 50px;
        min-width: 50px
    }
    .jw-header .jw-header-nav .jw-button-label {
        display: none
    }
}

.jwy-icon-rotate-90 {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block
}

.jwy-icon-rotate-180 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block
}

.jwy-icon-stack {
    position: relative
}

.jwy-icon-stack>.jwy-icon {
    position: absolute;
    top: 0;
    left: 0
}

.jwy-icon-sm {
    font-size: .725em
}

.jwy-icon-lg {
    font-size: 1.275em
}

@font-face {
    font-family: jwyicons;
    src: url(../fonts/icons.eot);
    src: url(../fonts/icons.eot#iefix) format("embedded-opentype"), url(../fonts/icons.ttf) format("truetype"), url(../fonts/icons.woff) format("woff"), url(../fonts/icons.svg#icomoon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" jwy-icon-"],
[class^=jwy-icon-] {
    font-family: jwyicons!important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none;
    speak: none
}

.jwy-icon-pause:before {
    content: "\e912"
}

.jwy-icon-angle-down:before {
    content: "\e90e"
}

.jwy-icon-share:before {
    content: "\e910"
}

.jwy-icon-circle:before {
    content: "\e911"
}

.jwy-icon-menu:before {
    content: "\e90b"
}

.jwy-icon-search:before {
    content: "\e90c"
}

.jwy-icon-cross:before {
    content: "\e90d"
}

.jwy-icon-playlist-over:before {
    content: "\e90a"
}

.jwy-icon-playlist:before {
    content: "\e909"
}

.jwy-icon-check:before {
    content: "\e90f"
}

.jwy-icon-facebook:before {
    content: "\e905"
}

.jwy-icon-banner:before {
    content: "\e906"
}

.jwy-icon-min:before {
    content: "\e907"
}

.jwy-icon-plus:before {
    content: "\e908"
}

.jwy-icon-envelop:before {
    content: "\e903"
}

.jwy-icon-twitter:before {
    content: "\e904"
}

.jwy-icon-back:before {
    content: "\e902"
}

.jwy-icon-angle-left:before {
    content: "\e900"
}

.jwy-icon-angle-right:before {
    content: "\e901"
}

.jwy-icon-play:before {
    content: "\e60e"
}

.jwy-icon-more:before {
    content: "\e614"
}

.jwy-icon-buffer:before {
    content: "\e601"
}

.jw-loading {
    background-color: #fff;
    z-index: 10
}

.jw-loading.ng-hide-add {
    -moz-transition: opacity .2s linear 0s, -moz-transform .2s ease-in 0s;
    -o-transition: opacity .2s linear 0s, -o-transform .2s ease-in 0s;
    -webkit-transition: opacity .2s linear, -webkit-transform .2s ease-in;
    -webkit-transition-delay: 0s, 0s;
    transition: opacity .2s linear 0s, transform .2s ease-in 0s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.jw-loading.ng-hide-add-active {
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0
}

.jw-loading .jw-loading-icon {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.jw-loading .jw-loading-icon .jwy-icon-buffer {
    color: #999;
    font-size: 5em
}

.jw-markdown em {
    font-style: italic
}

.jw-markdown a {
    color: inherit;
    text-decoration: underline
}

.jw-modal {
    background-size: cover;
    z-index: 105
}

.jw-modal .jw-modal-container {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%
}

.jw-modal .jw-modal-image {
    margin-bottom: 10px;
    text-align: center
}

.jw-modal .jw-modal-message {
    padding: 10px 20px;
    font-size: 1.75rem;
    font-weight: 300;
    line-height: normal;
    text-align: center
}

.jw-flag-offline {
    padding-bottom: 45px
}

.jw-flag-offline .jw-card:not(.jw-card-flag-offline-available) {
    opacity: .6;
    pointer-events: none;
    filter: grayscale(.5)
}

.jw-flag-offline .jw-offline-message {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
}

.jw-flag-offline .jw-button-search {
    opacity: .2;
    pointer-events: none
}

.jw-offline-message {
    -moz-transition: -moz-transform .2s ease;
    -o-transition: -o-transform .2s ease;
    -webkit-transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 14px 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    visibility: hidden
}

.jw-offline-message a {
    font-weight: 700;
    text-decoration: underline
}

.jwplayer.jw-reset .jw-title {
    display: none!important
}

.jwplayer.jw-reset .jw-dock {
    margin: 30px;
    pointer-events: none
}

.jwplayer.jw-reset .jw-dock .jw-dock-button {
    pointer-events: all
}

@media screen and (min-width:768px) {
    .jwplayer.jw-reset.jw-flag-aspect-mode {
        height: 100%!important
    }
}

.jw-popups {
    position: fixed;
    z-index: 25
}

.jw-popups .jw-popups-backdrop {
    position: absolute
}

.jw-popups .jw-popups-backdrop {
    background: rgba(0, 0, 0, .4)
}

.jw-popup {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 30px
}

.jw-popup .jw-popup-title {
    margin-bottom: 15px;
    text-align: center
}

.jw-popup .jw-popup-buttons {
    text-align: center
}

.jw-popup .jw-popup-buttons:not(:last-child) {
    margin-bottom: 15px
}

.jw-popup-share {
    width: 240px;
    padding-top: 35px;
    padding-bottom: 35px
}

.jw-popup-share .jw-share-buttons {
    margin-bottom: 15px;
    text-align: center
}

.jw-popup-confirm {
    width: 240px
}

.jw-popup-confirm .jw-button {
    min-width: 65px
}

.jw-popup-cookies {
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
    width: 100%
}

.jw-popups,
.jw-popups .jw-popups-backdrop {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jw-side-rail {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 12px
}

.jw-side-rail-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 800
}

.jw-side-rail-scroll-wrapper {
    display: block;
    position: relative;
    width: 100%;
    height: calc(100% - 40px);
    overflow: hidden
}

.jw-side-rail-items {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.jw-side-rail-item {
    display: block;
    cursor: pointer
}

.jw-side-rail-item:first-child {
    display: none
}

.jw-side-rail-item:focus .jw-side-rail-item-overlay,
.jw-side-rail-item:hover .jw-side-rail-item-overlay {
    background-color: transparent
}

.jw-side-rail-item-aspect {
    position: relative;
    padding-top: 56.25%
}

.jw-side-rail-item-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jw-side-rail-item-overlay {
    -moz-transition: background-color .15s ease-in;
    -o-transition: background-color .15s ease-in;
    -webkit-transition: background-color .15s ease-in;
    transition: background-color .15s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .25)
}

.jw-side-rail-item-title {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 20px;
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.0625rem
}

@media screen and (max-width:991px) {
    .jw-side-rail-item-title {
        font-size: .875rem
    }
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

img {
    border: 0
}

*,
::after,
::before {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: inherit;
    text-decoration: none
}

a,
button,
input {
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    margin-bottom: 1rem
}

.jw-scroll {
    width: 100%;
    height: 100%
}

.jw-flag-mobile .jw-scroll {
    overflow-x: hidden;
    overflow-y: scroll
}

body:not(.jw-flag-mobile) .jw-scroll {
    overflow: hidden
}

body:not(.jw-flag-mobile) .jw-scroll .jw-scroll-content {
    width: 100%;
    padding-right: 12px
}

body:not(.jw-flag-mobile) .jw-scroll .iScrollHorizontalScrollbar,
body:not(.jw-flag-mobile) .jw-scroll .iScrollVerticalScrollbar {
    z-index: 5!important
}

body:not(.jw-flag-mobile) .jw-scroll .iScrollVerticalScrollbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%
}

body:not(.jw-flag-mobile) .jw-scroll .iScrollVerticalScrollbar .iScrollIndicator {
    position: relative;
    left: 0;
    width: 12px;
    min-height: 80px;
    border-radius: 6px
}

.jw-search .jw-search-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.jw-search .jw-search-container.ng-hide-add,
.jw-search .jw-search-container.ng-hide-remove {
    -moz-transition: width .5s ease;
    -o-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.jw-search .jw-search-container.ng-hide-add .jw-search-align,
.jw-search .jw-search-container.ng-hide-remove .jw-search-align {
    -moz-transition: border .3s ease .2s;
    -o-transition: border .3s ease .2s;
    -webkit-transition: border .3s ease;
    -webkit-transition-delay: .2s;
    transition: border .3s ease .2s
}

.jw-search .jw-search-container.ng-hide-remove:not(.ng-hide-remove-active) {
    width: 47px;
    border-color: transparent
}

.jw-search .jw-search-container.ng-hide-remove:not(.ng-hide-remove-active) .jw-button-close-search {
    opacity: 0
}

.jw-search .jw-search-container.ng-hide-add {
    display: block!important
}

.jw-search .jw-search-container.ng-hide-add.ng-hide-add-active {
    width: 47px
}

.jw-search .jw-search-container.ng-hide-add.ng-hide-add-active .jw-button-close-search {
    opacity: 0
}

.jw-search .jw-search-container.ng-hide-add .jw-search-align {
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    border-color: transparent
}

.jw-search .jw-search-container.ng-hide-add .jw-button:last-child {
    display: none
}

.jw-search .jw-search-container .jw-search-align {
    position: relative;
    height: 50px;
    margin: 10px
}

.jw-search .jw-search-container .jw-search-input {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 35px;
    width: calc(100% - 70px);
    height: 38px;
    margin: 6px 0;
    background: 0 0;
    font-size: 1rem
}

.jw-search .jw-search-container .jw-search-icon {
    position: absolute;
    left: 0;
    padding: 15px 5px;
    font-size: 1.375rem
}

.jw-search .jw-search-container .jw-button-close-search {
    -moz-transition: opacity .2s ease .1s;
    -o-transition: opacity .2s ease .1s;
    -webkit-transition: opacity .2s ease;
    -webkit-transition-delay: .1s;
    transition: opacity .2s ease .1s;
    position: absolute;
    right: 0;
    padding: 15px 5px;
    text-align: right
}

.jw-search .jw-search-container .jw-button-close-search .jwy-icon {
    font-size: 1rem
}

@media screen and (max-width:767px) {
    .jw-search .jw-search-container .jw-search-align {
        height: 38px;
        margin: 2px 10px
    }
    .jw-search .jw-search-container .jw-search-icon {
        padding: 8px 5px
    }
    .jw-search .jw-search-container .jw-button-close-search {
        padding: 8px 5px
    }
    .jw-search .jw-search-container .jw-search-input {
        margin: 0
    }
}

.jw-sidebar-layout-flag-opened-add-active .jw-sidebar,
.jw-sidebar-layout-flag-opened-remove-active .jw-sidebar {
    visibility: visible!important
}

.jw-sidebar-layout-flag-opened-add,
.jw-sidebar-layout-flag-opened-remove {
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.jw-sidebar-layout-flag-opened .jw-sidebar {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.jw-sidebar-layout-flag-opened .jw-sidebar-backdrop {
    display: block
}

.jw-flag-touch .jw-sidebar-layout-flag-opened .jw-sidebar {
    overflow-x: scroll;
    overflow-y: hidden
}

.jw-flag-touch.jw-flag-sidebar-opened {
    overflow: hidden
}

.jw-sidebar-backdrop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 19
}

.jw-sidebar {
    -moz-transition: -moz-transform .2s cubic-bezier(.52, .51, .2, 1);
    -o-transition: -o-transform .2s cubic-bezier(.52, .51, .2, 1);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.52, .51, .2, 1);
    transition: transform .2s cubic-bezier(.52, .51, .2, 1);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    position: fixed;
    top: 0;
    width: 370px;
    max-width: 100%;
    height: auto;
    max-height: 100vh;
    visibility: hidden;
    z-index: 20;
    overflow-x: hidden;
    overflow-y: auto
}

.jw-sidebar-content {
    padding: 0 22px 40px 46px
}

.jw-sidebar-content .jw-button {
    height: 32px;
    padding: 3px 0;
    font-weight: 700;
    text-align: left
}

.jw-sidebar-content .jw-button.active>.jwy-icon,
.jw-sidebar-content .jw-button:hover>.jwy-icon {
    display: block
}

.jw-sidebar-content .jw-button.jw-button-disabled {
    font-weight: 400
}

.jw-sidebar-content .jw-button .jwy-icon {
    display: none;
    position: absolute;
    top: 5px;
    right: -2px;
    font-size: 1.25rem
}

.jw-sidebar-group {
    margin-bottom: 25px
}

.jw-sidebar-row {
    display: -webkit-flex;
    display: flex;
    height: 32px
}

.jw-sidebar-row .jw-sidebar-label {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: center;
    align-self: center;
    color: inherit;
    font-weight: 700
}

.jw-sidebar-row .jw-sidebar-action {
    -webkit-flex: 0 0 42px;
    flex: 0 0 42px;
    -webkit-align-self: center;
    align-self: center;
    margin-left: 22px
}

.jw-toggle {
    display: inline-block;
    position: relative;
    width: 45px;
    height: 23px;
    cursor: pointer;
    vertical-align: middle
}

.jw-toggle-track {
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
    height: 100%;
    border-radius: 11.5px
}

.jw-toggle-button {
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .3);
    -moz-transition: left .1s ease-out;
    -o-transition: left .1s ease-out;
    -webkit-transition: left .1s ease-out;
    transition: left .1s ease-out;
    position: absolute;
    top: -1px;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid;
    border-radius: 50%
}

.jw-toggle-flag-checked .jw-toggle-button {
    left: calc(100% - 25px)
}

.jw-toolbar {
    height: 50px;
    min-height: 50px;
    padding: 0 0 0 10px
}

.jw-toolbar-subheader {
    position: fixed;
    top: 90px;
    width: 100%;
    z-index: 12
}

.jw-toolbar-video .jw-toolbar-nav:last-child {
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.jw-toolbar .jw-toolbar-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    position: relative
}

.jw-toolbar .jw-toolbar-nav {
    -webkit-flex: 0 0 60px;
    flex: 0 0 60px;
    -webkit-align-self: center;
    align-self: center;
    min-width: 60px;
    max-height: 50px
}

.jw-toolbar .jw-toolbar-nav:last-child {
    text-align: right
}

.jw-toolbar .jw-toolbar-title {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    align-self: center;
    padding: 5px 0;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1em;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.jw-toolbar .jw-toolbar-title.left {
    text-align: left
}

.jw-toolbar .jw-button {
    height: 50px;
    line-height: 25px
}

.jw-toolbar .jw-button>.jwy-icon {
    font-size: 1.5rem
}

.jw-toolbar .jw-button>.jw-button-label {
    opacity: .65
}

.jw-toolbar .jw-toolbar-nav {
    -webkit-flex: 0 0 60px;
    flex: 0 0 60px;
    min-width: 60px;
    white-space: nowrap
}

@media screen and (max-width:767px) {
    .jw-toolbar-subheader {
        top: 60px
    }
    .jw-toolbar-video {
        padding-right: 0
    }
    .jw-toolbar-video .jw-toolbar-nav:first-child .jw-button {
        margin: 0
    }
    .jw-toolbar-video .jw-toolbar-nav:last-child {
        padding-right: 0
    }
    .jw-toolbar .jw-toolbar-title {
        font-size: 1rem
    }
}

@media screen and (min-width:768px) {
    .jw-toolbar-video .jw-toolbar-nav:first-child .jw-button {
        margin-left: -10px
    }
}

.jw-video-container {
    position: relative;
    width: 100%
}

.jw-video-container.is-loading .jw-video-loading {
    display: block
}

.jw-video-container.is-loading .jw-video-container-player {
    opacity: 0
}

.jw-video-container .jw-video-container-aspect {
    padding-top: 56.25%;
    background: #000
}

.jw-video-container .jw-video-container-player {
    -moz-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.jw-video-container .jw-video-loading {
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 1em;
    color: #fff;
    font-size: 3.25rem;
    line-height: 1em
}

@media screen and (max-width:767px) and (orientation:landscape) {
    .jw-video-container {
        max-height: calc(100vh - 60px);
        overflow: hidden
    }
    .jw-video-container .jwplayer.jw-flag-aspect-mode {
        height: 100%!important
    }
}

.jw-video-details {
    padding: 20px 0;
    color: #fff;
    line-height: 1.4em;
    white-space: normal
}

.jw-video-details .jw-video-duration {
    display: inline-block;
    line-height: 19px;
    vertical-align: bottom
}

.jw-video-details .jw-video-duration>span {
    display: inline-block;
    position: relative;
    top: -1px;
    padding: 0 8px;
    background-color: #fff;
    color: #000;
    font-size: .6875rem;
    font-weight: 400
}

.jw-video-details .jw-video-title {
    margin-bottom: 15px;
    font-size: 1.375rem;
    font-weight: 700;
    line-height: 1.625rem
}

.jw-video-details .jw-video-tags {
    margin: 0;
    padding: 0;
    list-style: none
}

.jw-video-details .jw-video-tags>li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px
}

.jw-video-details .jw-video-tags>li .jw-video-tag {
    padding: 3px 7px
}

.jw-video-layout {
    padding: 0 90px
}

.jw-video-layout .jw-video-layout-row {
    max-width: 800px;
    margin: 0 auto
}

.jw-video-layout-flag-right-rail .jw-video-layout-row {
    max-width: 1320px
}

.jw-video-layout-flag-right-rail .jw-video-layout-row {
    display: -webkit-flex;
    display: flex
}

.jw-video-layout-flag-right-rail .jw-video-layout-row .jw-video-layout-player {
    -webkit-flex: 1 0;
    flex: 1 0
}

.jw-video-layout-flag-right-rail .jw-video-layout-row .jw-video-layout-rail {
    position: relative;
    width: 30%
}

.jw-video-layout-flag-right-rail .jw-video-details .jw-video-description,
.jw-video-layout-flag-right-rail .jw-video-details .jw-video-title {
    padding-right: 30%
}

@media screen and (max-width:767px) {
    .jw-video-layout {
        padding: 0
    }
    .jw-video-layout-row:not(:first-child) {
        padding: 0 20px
    }
}

.jw-flag-no-header .has-jw-subheader {
    padding-top: 100px
}

.jw-flag-no-header .jw-toolbar-subheader {
    top: 0
}

body:not(.jw-flag-no-header) .has-jw-header {
    padding-top: 100px
}

body:not(.jw-flag-no-header) .has-jw-subheader {
    padding-top: 100px
}

@media screen and (max-width:767px) {
    body:not(.jw-flag-no-header) .has-jw-header {
        padding-top: 100px
    }
    body:not(.jw-flag-no-header) .has-jw-subheader {
        padding-top: 100px
    }
}

@media screen and (max-width:767px) {
    .is-hidden-mobile {
        display: none!important
    }
}

@media screen and (min-width:768px) {
    .is-visible-mobile {
        display: none!important
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .is-hidden-tablet {
        display: none!important
    }
}

@media screen and (max-width:767px) {
    .is-visible-tablet {
        display: none!important
    }
}

@media screen and (min-width:992px) {
    .is-visible-tablet {
        display: none!important
    }
}

@media screen and (min-width:992px) {
    .is-hidden-desktop {
        display: none!important
    }
}

@media screen and (max-width:991px) {
    .is-visible-desktop {
        display: none!important
    }
}

.jw-flag-cordova .is-hidden-hybrid-app {
    display: none!important
}

.jw-flag-mobile .is-hidden-mobile-device {
    display: none!important
}

.jw-theme-light {
    background-color: #d6dbe5;
    color: #363636;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.jw-theme-light .jw-button.is-active .jwy-icon-stack {
    color: #f42957
}

.jw-theme-light .jw-button.is-active .jwy-icon-stack .jwy-icon {
    color: #fff
}

.jw-theme-light .jw-button:not(.is-active) .jwy-icon-stack .jwy-icon {
    color: #fff
}

.jw-theme-light .jw-button-default.active,
.jw-theme-light .jw-button-default:not(.is-disabled):hover {
    color: #f42957
}

.jw-theme-light .jw-button-primary {
    background-color: #f42957;
    color: #fff
}

.jw-theme-light .jw-button-secondary {
    background-color: #2b3b57;
    color: #fff
}

.jw-theme-light .jw-button-light {
    background-color: #eee;
    color: #4a4a4a
}

.jw-theme-light .jw-button-dark {
    background-color: #363636;
    color: #fff
}

.jw-theme-light .jw-button-border-light {
    border: 1px solid #eee
}

.jw-theme-light .jw-button-facebook {
    background-color: #3b5998
}

.jw-theme-light .jw-button-twitter {
    background-color: #55acee
}

.jw-theme-light .jw-button-mail {
    background-color: #363636
}

.jw-theme-light .jw-button-play {
    border-color: #fff
}

.jw-theme-light .jw-button-play .jwy-icon {
    color: #f42957
}

.jw-theme-light .jw-button-facebook {
    background-color: #3b5998
}

.jw-theme-light .jw-button-twitter {
    background-color: #55acee
}

.jw-theme-light .jw-button-effect {
    background-color: rgba(43, 59, 87, .1)
}

.jw-theme-light .jw-card.jw-card-flag-default {
    color: #fff
}

.jw-theme-light .jw-card.jw-card-flag-default:hover .jw-card-info {
    background-color: #fff;
    color: #4a4a4a
}

.jw-theme-light .jw-card.jw-card-flag-default .jw-card-info {
    background-color: #fff;
    color: #4a4a4a
}

.jw-theme-light .jw-card.jw-card-flag-default .jw-card-watch-progress {
    background: #f42957
}

.jw-theme-light .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-primary {
    background-color: #f42957;
    color: #fff
}

.jw-theme-light .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-success {
    background-color: #393;
    color: #fff
}

.jw-theme-light .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-success .jwy-icon-stack .jwy-icon {
    color: #393
}

.jw-theme-light .jw-card.jw-card-flag-featured .jw-card-info {
    color: #fff
}

.jw-theme-light .jw-row:nth-child(2n+3) .jw-card-slider {
    background-color: #d6dbe5
}

.jw-theme-light .jw-card-slider-flag-default {
    border-bottom: 1px solid rgba(51, 51, 51, .2)
}

.jw-theme-light .jw-card-slider-flag-default .jw-card-slider-controls {
    color: #fff
}

.jw-theme-light .jw-card-slider-flag-default .jw-card-slider-controls .jw-card-slider-button:hover:not(.is-disabled) {
    color: #f42957
}

.jw-theme-light .jw-card-slider-flag-featured {
    background-color: #111
}

.jw-theme-light .jw-card-slider-flag-featured .jw-card-slider-controls {
    color: #fff
}

.jw-theme-light .jw-card-slider-flag-featured .jw-card-slider-controls .jw-card-slider-button:hover:not(.is-disabled) {
    color: #f42957
}

.jw-theme-light .jw-card-slider-flag-error .jw-card-slider-title {
    color: #979797
}

.jw-theme-light .jw-card-slider .jw-card-slider-title {
    color: #2b3b57
}

.jw-theme-light .jw-card-slider .jw-card-slider-slide-flag-loading {
    background: #000
}

.jw-theme-light .jw-card-slider .jw-card-slider-slide-flag-loading .jw-card-aspect {
    background: #2b3b57
}

.jw-theme-light .jw-card-slider .jw-card-slider-slide-flag-error {
    background: #000
}

.jw-theme-light .jw-card-slider .jw-card-slider-slide-flag-error .jw-card-aspect {
    background: #2b3b57
}

.jw-theme-light .jw-card-menu {
    background-color: #fff
}

.jw-theme-light .jw-cookies {
    background-color: #fff
}

.jw-theme-light .jw-cookies-title {
    color: #f42957
}

.jw-theme-light .jw-cookies-explanation {
    color: #363636
}

.jw-theme-light .jw-footer {
    color: #000
}

.jw-theme-light .jw-header {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-video-layout {
    background-color: #e2e5ec
}

.jw-theme-light .jw-side-rail .jw-side-rail-header {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-side-rail .jw-side-rail-item {
    color: #fff
}

.jw-theme-light .jw-loading .jw-loading-icon .jwy-icon {
    color: #f42957
}

.jw-theme-light .jw-modal {
    background-color: #eee;
    color: #000
}

.jw-theme-light .jw-offline-message {
    background: #f42957;
    color: #fff
}

.jw-theme-light .jw-popups-backdrop {
    background-color: rgba(0, 0, 0, .4)
}

.jw-theme-light .jw-popup {
    background-color: #fff
}

.jw-theme-light .jw-popup .jw-popup-title {
    color: #4a4a4a
}

.jw-theme-light .jw-scroll .iScrollVerticalScrollbar {
    background: #fff
}

.jw-theme-light .jw-scroll .iScrollVerticalScrollbar .iScrollIndicator {
    border: 2px solid #fff;
    background-color: rgba(43, 59, 87, .75)
}

.jw-theme-light .jw-search-container {
    background-color: #fff
}

.jw-theme-light .jw-search-container .jw-search-align {
    border-bottom: 1px solid #eee
}

.jw-theme-light .jw-search-container .jw-search-input {
    color: inherit
}

.jw-theme-light .jw-sidebar {
    background: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-sidebar .jw-header {
    background: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-text-primary {
    color: #f42957
}

.jw-theme-light .jw-text-secondary {
    color: #2b3b57
}

.jw-theme-light .jw-text-success {
    color: #393
}

.jw-theme-light .jw-toggle-track {
    background: #d7dce5
}

.jw-theme-light .jw-toggle-button {
    border-color: #d7dce5;
    background: #fff
}

.jw-theme-light .jw-toggle-flag-checked .jw-toggle-track {
    background: #2b3b57
}

.jw-theme-light .jw-toggle-flag-checked .jw-toggle-button {
    border-color: #2b3b57
}

.jw-theme-light .jw-toolbar {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-toolbar .jw-toolbar-nav:last-child .jw-button {
    border-right: 1px solid #fff
}

.jw-theme-light .jw-toolbar .jw-toolbar-nav:last-child .jw-button:first-child {
    border-left: 1px solid #fff
}

.jw-theme-light .jw-toolbar .jw-button-label {
    color: rgba(43, 59, 87, .65)
}

.jw-theme-light .jw-toolbar-row-bg {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-toolbar-row-bg {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-toolbar-row-bg {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-toolbar-row-bg {
    background-color: #fff;
    color: #2b3b57
}

.jw-theme-light .jw-row-inverse {
    background-color: #444;
    color: #fff
}

.jw-theme-light .jw-video-details {
    background-color: transparent;
    color: #2b3b57
}

.jw-theme-light .jw-video-details .jw-video-tag {
    -moz-box-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000;
    background-color: #363636;
    color: #fff
}

.jw-theme-light .jw-video-details .jw-video-tag:hover {
    background-color: #292929;
    color: #fff
}

.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-background-color {
    background-color: rgba(54, 54, 54, .9)
}

.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-controlbar {
    background-color: rgba(0, 0, 0, .2)
}

.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-progress {
    background-color: #f42957
}

.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-button-color,
.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off {
    color: #fff
}

.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-button-color:focus,
.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-button-color:hover,
.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off:focus,
.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off:hover {
    color: #f42957
}

.jw-theme-light .jwplayer.jw-skin-jw-showcase .jw-toggle {
    color: #f42957
}

.jw-theme-dark {
    background-color: #181818;
    color: #363636;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.jw-theme-dark .jw-button.is-active .jwy-icon-stack {
    color: #f42957
}

.jw-theme-dark .jw-button.is-active .jwy-icon-stack .jwy-icon {
    color: #fff
}

.jw-theme-dark .jw-button:not(.is-active) .jwy-icon-stack .jwy-icon {
    color: #333
}

.jw-theme-dark .jw-button-default.active,
.jw-theme-dark .jw-button-default:not(.is-disabled):hover {
    color: #f42957
}

.jw-theme-dark .jw-button-primary {
    background-color: #f42957;
    color: #fff
}

.jw-theme-dark .jw-button-secondary {
    background-color: #2b3b57;
    color: #fff
}

.jw-theme-dark .jw-button-light {
    background-color: #5b6064;
    color: #fff
}

.jw-theme-dark .jw-button-dark {
    background-color: #363636;
    color: #fff
}

.jw-theme-dark .jw-button-border-light {
    border: 1px solid #eee
}

.jw-theme-dark .jw-button-facebook {
    background-color: #3b5998
}

.jw-theme-dark .jw-button-twitter {
    background-color: #55acee
}

.jw-theme-dark .jw-button-mail {
    background-color: #363636
}

.jw-theme-dark .jw-button-play {
    border-color: #fff
}

.jw-theme-dark .jw-button-play .jwy-icon {
    color: #f42957
}

.jw-theme-dark .jw-button-facebook {
    background-color: #3b5998
}

.jw-theme-dark .jw-button-twitter {
    background-color: #55acee
}

.jw-theme-dark .jw-button-effect {
    background-color: rgba(43, 59, 87, .1)
}

.jw-theme-dark .jw-card.jw-card-flag-default {
    color: #fff
}

.jw-theme-dark .jw-card.jw-card-flag-default:hover .jw-card-info {
    background-color: #000;
    color: #fff
}

.jw-theme-dark .jw-card.jw-card-flag-default .jw-card-info {
    background-color: #000;
    color: #fff
}

.jw-theme-dark .jw-card.jw-card-flag-default .jw-card-watch-progress {
    background: #f42957
}

.jw-theme-dark .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-primary {
    background-color: #f42957;
    color: #fff
}

.jw-theme-dark .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-success {
    background-color: #393;
    color: #fff
}

.jw-theme-dark .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-success .jwy-icon-stack .jwy-icon {
    color: #393
}

.jw-theme-dark .jw-card.jw-card-flag-featured .jw-card-info {
    color: #fff
}

.jw-theme-dark .jw-row:nth-child(2n+3) .jw-card-slider {
    background-color: #181818
}

.jw-theme-dark .jw-card-slider-flag-default {
    border-bottom: 1px solid #333
}

.jw-theme-dark .jw-card-slider-flag-default .jw-card-slider-controls {
    color: #fff
}

.jw-theme-dark .jw-card-slider-flag-default .jw-card-slider-controls .jw-card-slider-button:hover:not(.is-disabled) {
    color: #f42957
}

.jw-theme-dark .jw-card-slider-flag-featured {
    background-color: #111
}

.jw-theme-dark .jw-card-slider-flag-featured .jw-card-slider-controls {
    color: #fff
}

.jw-theme-dark .jw-card-slider-flag-featured .jw-card-slider-controls .jw-card-slider-button:hover:not(.is-disabled) {
    color: #f42957
}

.jw-theme-dark .jw-card-slider-flag-error .jw-card-slider-title {
    color: #979797
}

.jw-theme-dark .jw-card-slider .jw-card-slider-title {
    color: #fff
}

.jw-theme-dark .jw-card-slider .jw-card-slider-slide-flag-loading {
    background: #000
}

.jw-theme-dark .jw-card-slider .jw-card-slider-slide-flag-loading .jw-card-aspect {
    background: #2b3b57
}

.jw-theme-dark .jw-card-slider .jw-card-slider-slide-flag-error {
    background: #000
}

.jw-theme-dark .jw-card-slider .jw-card-slider-slide-flag-error .jw-card-aspect {
    background: #2b3b57
}

.jw-theme-dark .jw-card-menu {
    background-color: #000
}

.jw-theme-dark .jw-cookies {
    background-color: #fff
}

.jw-theme-dark .jw-cookies-title {
    color: #f42957
}

.jw-theme-dark .jw-cookies-explanation {
    color: #363636
}

.jw-theme-dark .jw-footer {
    color: #fff
}

.jw-theme-dark .jw-header {
    background-color: #000;
    color: #fff
}

.jw-theme-dark .jw-video-layout {
    background-color: #000
}

.jw-theme-dark .jw-side-rail .jw-side-rail-header {
    background-color: #3c3c3c;
    color: #fff
}

.jw-theme-dark .jw-side-rail .jw-side-rail-item {
    color: #fff
}

.jw-theme-dark .jw-loading .jw-loading-icon .jwy-icon {
    color: #f42957
}

.jw-theme-dark .jw-modal {
    background-color: #eee;
    color: #000
}

.jw-theme-dark .jw-offline-message {
    background: #f42957;
    color: #fff
}

.jw-theme-dark .jw-popups-backdrop {
    background-color: rgba(0, 0, 0, .4)
}

.jw-theme-dark .jw-popup {
    background-color: #fff
}

.jw-theme-dark .jw-popup .jw-popup-title {
    color: #4a4a4a
}

.jw-theme-dark .jw-scroll .iScrollVerticalScrollbar {
    background: #292929
}

.jw-theme-dark .jw-scroll .iScrollVerticalScrollbar .iScrollIndicator {
    border: 2px solid #292929;
    background-color: #7f899a
}

.jw-theme-dark .jw-search-container {
    background-color: #000
}

.jw-theme-dark .jw-search-container .jw-search-align {
    border-bottom: 1px solid #eee
}

.jw-theme-dark .jw-search-container .jw-search-input {
    color: inherit
}

.jw-theme-dark .jw-sidebar {
    background: #333;
    color: #fff
}

.jw-theme-dark .jw-sidebar .jw-header {
    background: #333;
    color: #fff
}

.jw-theme-dark .jw-text-primary {
    color: #f42957
}

.jw-theme-dark .jw-text-secondary {
    color: #2b3b57
}

.jw-theme-dark .jw-text-success {
    color: #393
}

.jw-theme-dark .jw-toggle-track {
    background: #000
}

.jw-theme-dark .jw-toggle-button {
    border-color: #000;
    background: #fff
}

.jw-theme-dark .jw-toggle-flag-checked .jw-toggle-track {
    background: #000
}

.jw-theme-dark .jw-toggle-flag-checked .jw-toggle-button {
    border-color: #000
}

.jw-theme-dark .jw-toolbar {
    background-color: #333;
    color: #fff
}

.jw-theme-dark .jw-toolbar .jw-toolbar-nav:last-child .jw-button {
    border-right: 1px solid #404040
}

.jw-theme-dark .jw-toolbar .jw-toolbar-nav:last-child .jw-button:first-child {
    border-left: 1px solid #404040
}

.jw-theme-dark .jw-toolbar .jw-button-label {
    color: rgba(255, 255, 255, .65)
}

.jw-theme-dark .jw-toolbar-row-bg {
    background-color: #333;
    color: #fff
}

.jw-theme-dark .jw-toolbar-row-bg {
    background-color: #333;
    color: #fff
}

.jw-theme-dark .jw-toolbar-row-bg {
    background-color: #333;
    color: #fff
}

.jw-theme-dark .jw-toolbar-row-bg {
    background-color: #333;
    color: #fff
}

.jw-theme-dark .jw-row-inverse {
    background-color: #444;
    color: #fff
}

.jw-theme-dark .jw-video-details {
    background-color: #000;
    color: #fff
}

.jw-theme-dark .jw-video-details .jw-video-tag {
    -moz-box-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000;
    background-color: #363636;
    color: #fff
}

.jw-theme-dark .jw-video-details .jw-video-tag:hover {
    background-color: #292929;
    color: #fff
}

.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-background-color {
    background-color: rgba(54, 54, 54, .9)
}

.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-controlbar {
    background-color: rgba(0, 0, 0, .2)
}

.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-progress {
    background-color: #f42957
}

.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-button-color,
.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off {
    color: #fff
}

.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-button-color:focus,
.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-button-color:hover,
.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off:focus,
.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off:hover {
    color: #f42957
}

.jw-theme-dark .jwplayer.jw-skin-jw-showcase .jw-toggle {
    color: #f42957
}

.jw-theme-blue {
    background-color: #2a374c;
    color: #363636;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}

.jw-theme-blue .jw-button.is-active .jwy-icon-stack {
    color: #f42957
}

.jw-theme-blue .jw-button.is-active .jwy-icon-stack .jwy-icon {
    color: #fff
}

.jw-theme-blue .jw-button:not(.is-active) .jwy-icon-stack .jwy-icon {
    color: #2a374c
}

.jw-theme-blue .jw-button-default.active,
.jw-theme-blue .jw-button-default:not(.is-disabled):hover {
    color: #f42957
}

.jw-theme-blue .jw-button-primary {
    background-color: #f42957;
    color: #fff
}

.jw-theme-blue .jw-button-secondary {
    background-color: #1e273f;
    color: #fff
}

.jw-theme-blue .jw-button-light {
    background-color: #354560;
    color: #fff
}

.jw-theme-blue .jw-button-dark {
    background-color: #363636;
    color: #fff
}

.jw-theme-blue .jw-button-border-light {
    border: 1px solid #eee
}

.jw-theme-blue .jw-button-facebook {
    background-color: #3b5998
}

.jw-theme-blue .jw-button-twitter {
    background-color: #55acee
}

.jw-theme-blue .jw-button-mail {
    background-color: #363636
}

.jw-theme-blue .jw-button-play {
    border-color: #fff
}

.jw-theme-blue .jw-button-play .jwy-icon {
    color: #f42957
}

.jw-theme-blue .jw-button-facebook {
    background-color: #3b5998
}

.jw-theme-blue .jw-button-twitter {
    background-color: #55acee
}

.jw-theme-blue .jw-button-effect {
    background-color: rgba(43, 59, 87, .1)
}

.jw-theme-blue .jw-card.jw-card-flag-default {
    color: #fff
}

.jw-theme-blue .jw-card.jw-card-flag-default:hover .jw-card-info {
    background-color: #1e273f;
    color: #fff
}

.jw-theme-blue .jw-card.jw-card-flag-default .jw-card-info {
    background-color: #1e273f;
    color: #fff
}

.jw-theme-blue .jw-card.jw-card-flag-default .jw-card-watch-progress {
    background: #f42957
}

.jw-theme-blue .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-primary {
    background-color: #f42957;
    color: #fff
}

.jw-theme-blue .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-success {
    background-color: #393;
    color: #fff
}

.jw-theme-blue .jw-card.jw-card-flag-default .jw-card-toast.jw-card-toast-success .jwy-icon-stack .jwy-icon {
    color: #393
}

.jw-theme-blue .jw-card.jw-card-flag-featured .jw-card-info {
    color: #fff
}

.jw-theme-blue .jw-row:nth-child(2n+3) .jw-card-slider {
    background-color: #354560
}

.jw-theme-blue .jw-card-slider-flag-default {
    border-bottom: 1px solid rgba(51, 51, 51, .2)
}

.jw-theme-blue .jw-card-slider-flag-default .jw-card-slider-controls {
    color: #fff
}

.jw-theme-blue .jw-card-slider-flag-default .jw-card-slider-controls .jw-card-slider-button:hover:not(.is-disabled) {
    color: #f42957
}

.jw-theme-blue .jw-card-slider-flag-featured {
    background-color: #111
}

.jw-theme-blue .jw-card-slider-flag-featured .jw-card-slider-controls {
    color: #fff
}

.jw-theme-blue .jw-card-slider-flag-featured .jw-card-slider-controls .jw-card-slider-button:hover:not(.is-disabled) {
    color: #f42957
}

.jw-theme-blue .jw-card-slider-flag-error .jw-card-slider-title {
    color: #979797
}

.jw-theme-blue .jw-card-slider .jw-card-slider-title {
    color: #fff
}

.jw-theme-blue .jw-card-slider .jw-card-slider-slide-flag-loading {
    background: #000
}

.jw-theme-blue .jw-card-slider .jw-card-slider-slide-flag-loading .jw-card-aspect {
    background: #2b3b57
}

.jw-theme-blue .jw-card-slider .jw-card-slider-slide-flag-error {
    background: #000
}

.jw-theme-blue .jw-card-slider .jw-card-slider-slide-flag-error .jw-card-aspect {
    background: #2b3b57
}

.jw-theme-blue .jw-card-menu {
    background-color: #2c374a
}

.jw-theme-blue .jw-cookies {
    background-color: #fff
}

.jw-theme-blue .jw-cookies-title {
    color: #f42957
}

.jw-theme-blue .jw-cookies-explanation {
    color: #363636
}

.jw-theme-blue .jw-footer {
    color: #fff
}

.jw-theme-blue .jw-header {
    background-color: #1e273f;
    color: #fff
}

.jw-theme-blue .jw-video-layout {
    background-color: #354560
}

.jw-theme-blue .jw-side-rail .jw-side-rail-header {
    background-color: #2c374a;
    color: #fff
}

.jw-theme-blue .jw-side-rail .jw-side-rail-item {
    color: #fff
}

.jw-theme-blue .jw-loading .jw-loading-icon .jwy-icon {
    color: #f42957
}

.jw-theme-blue .jw-modal {
    background-color: #eee;
    color: #000
}

.jw-theme-blue .jw-offline-message {
    background: #f42957;
    color: #fff
}

.jw-theme-blue .jw-popups-backdrop {
    background-color: rgba(0, 0, 0, .4)
}

.jw-theme-blue .jw-popup {
    background-color: #fff
}

.jw-theme-blue .jw-popup .jw-popup-title {
    color: #4a4a4a
}

.jw-theme-blue .jw-scroll .iScrollVerticalScrollbar {
    background: #292929
}

.jw-theme-blue .jw-scroll .iScrollVerticalScrollbar .iScrollIndicator {
    border: 2px solid #292929;
    background-color: #7f899a
}

.jw-theme-blue .jw-search-container {
    background-color: #1e273f
}

.jw-theme-blue .jw-search-container .jw-search-align {
    border-bottom: 1px solid #eee
}

.jw-theme-blue .jw-search-container .jw-search-input {
    color: inherit
}

.jw-theme-blue .jw-sidebar {
    background: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-sidebar .jw-header {
    background: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-text-primary {
    color: #f42957
}

.jw-theme-blue .jw-text-secondary {
    color: #2b3b57
}

.jw-theme-blue .jw-text-success {
    color: #393
}

.jw-theme-blue .jw-toggle-track {
    background: #000
}

.jw-theme-blue .jw-toggle-button {
    border-color: #000;
    background: #fff
}

.jw-theme-blue .jw-toggle-flag-checked .jw-toggle-track {
    background: #000
}

.jw-theme-blue .jw-toggle-flag-checked .jw-toggle-button {
    border-color: #000
}

.jw-theme-blue .jw-toolbar {
    background-color: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-toolbar .jw-toolbar-nav:last-child .jw-button {
    border-right: 1px solid #33435c
}

.jw-theme-blue .jw-toolbar .jw-toolbar-nav:last-child .jw-button:first-child {
    border-left: 1px solid #33435c
}

.jw-theme-blue .jw-toolbar .jw-button-label {
    color: rgba(255, 255, 255, .65)
}

.jw-theme-blue .jw-toolbar-row-bg {
    background-color: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-toolbar-row-bg {
    background-color: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-toolbar-row-bg {
    background-color: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-toolbar-row-bg {
    background-color: #2a374c;
    color: #fff
}

.jw-theme-blue .jw-row-inverse {
    background-color: #444;
    color: #fff
}

.jw-theme-blue .jw-video-details {
    background-color: #354560;
    color: #fff
}

.jw-theme-blue .jw-video-details .jw-video-tag {
    -moz-box-shadow: 0 1px 0 #000;
    -webkit-box-shadow: 0 1px 0 #000;
    box-shadow: 0 1px 0 #000;
    background-color: #363636;
    color: #fff
}

.jw-theme-blue .jw-video-details .jw-video-tag:hover {
    background-color: #292929;
    color: #fff
}

.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-background-color {
    background-color: rgba(54, 54, 54, .9)
}

.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-controlbar {
    background-color: rgba(0, 0, 0, .2)
}

.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-progress {
    background-color: #f42957
}

.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-button-color,
.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off {
    color: #fff
}

.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-button-color:focus,
.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-button-color:hover,
.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off:focus,
.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-toggle.jw-off:hover {
    color: #f42957
}

.jw-theme-blue .jwplayer.jw-skin-jw-showcase .jw-toggle {
    color: #f42957
}

html {
    height: 100%;
    min-height: 100%
}

body {
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    min-width: 320px;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll
}

.ath-container {
    background-color: #fff;
    box-shadow: none
}

.ath-container.ath-icon::before {
    background-color: #fff;
    background-size: 40%
}

.ath-container.ath-ios.ath-phone::after {
    background: #fff;
    box-shadow: none
}

.ath-container .ath-application-icon {
    width: 4em;
    height: 4em
}

.ath-container p {
    font-size: 1em
}