/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2019, 1:23:39 PM
    Author     : Roojie
*/

@font-face {
  font-family: THSarabunNew;
  src: url(../fonts/THSarabunNew.ttf);
}
@font-face {
  font-family: THSarabunNew_Bold;
  src: url(../fonts/THSarabunNew_Bold.ttf);
}

.flexible-image {
    display: block;
    width: 100%;
    height: auto
}

.text-indent {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0
}

.button-style-mobile {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 234px
}


/*! _mixins.css.scss */

@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.flexible-image {
    display: block;
    width: 100%;
    height: auto
}

.text-indent {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0
}

.button-style-mobile {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 234px
}


/*! _mixins.css.scss */

@-moz-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-o-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-webkit-keyframes fadeout {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.flexible-image {
    display: block;
    width: 100%;
    height: auto
}

.text-indent {
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    height: 0
}

.button-style-mobile {
    font-size: 20px;
    line-height: 46px;
    height: 46px;
    width: 234px
}

@-webkit-keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes mcAnimateFadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.mc-breadcrumb a,
.mc-breadcrumb a:focus,
.mc-breadcrumb a:hover,
.mc-header__login-link,
.mc-header__login-link:focus,
.mc-header__login-link:hover {
    color: #fff;
    text-decoration: none
}

.mobile-nav-active {
    position: fixed;
    overflow: hidden
}

.mobile-nav-active .mc-header__sign-out {
    display: block
}

.mc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 120
}

.mc-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -1
}

.mc-header:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    right: 0;
    top: -300px;
    background: #000;
    z-index: 9999
}

.mc-header .mc-container {
    padding: 0
}

.mc-header__sign-out {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
    color: rgba(255, 255, 255, 0.5);
    padding: 32px 16px;
    z-index: 120
}

.mc-header__inner {
    position: relative;
    padding: 11px 10px;
    text-transform: uppercase;
    max-width: 1200px;
    margin: 0 auto
}

.mc-header__dropdowns {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 130
}

.mc-header__right-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    padding: 0 10px
}

.mc-header .mc-breadcrumb,
.mc-header__logo {
    display: none
}

.mc-header__wordmark {
    position: relative;
    z-index: 1;
    display: block;
    margin: 0 auto;
    width: 124px
}

.mc-header__wordmark img {
    display: block;
    width: 100%;
    max-width: 100%
}

.mc-header__login-link {
    position: relative;
    display: inline-block;
    margin-top: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.6
}

.mc-header__login-link:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -.5em;
    left: auto;
    width: 0;
    height: 2px;
    background: #c83232;
    -webkit-transition: width 250ms ease;
    -o-transition: width 250ms ease;
    -moz-transition: width 250ms ease;
    transition: width 250ms ease
}

.mc-header.logged-out .mc-header__wordmark {
    margin: 0
}

.mc-header.logged-out .mc-header__inner {
    padding: 17px 17px 18px
}

.mc-header.logged-out .mc-header__right-col {
    left: auto;
    height: 48px;
    padding: 7px 17px 0
}

.mc-header .mobile-only .avatar {
    margin-right: 1em
}

.mc-header .desktop-only .avatar {
    margin-left: 1em
}

.mc-header .comment-content {
    display: block;
    position: relative;
    padding-left: -webkit-calc(1em + 45px);
    padding-left: -moz-calc(1em + 45px);
    padding-left: calc(1em + 45px)
}

.mc-header .comment-content .chapter-marker {
    margin-bottom: .5em
}

.mc-header .comment-content .user {
    font-weight: 700;
    margin-right: .25em;
    color: #fff
}

.mc-header .comment-content .timestamp {
    text-transform: uppercase;
    font-size: .8em;
    margin-top: 1em;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 768px) {
    .mobile-nav-active {
        position: static;
        overflow: auto
    }
    .mobile-nav-active .mc-header__sign-out {
        display: none
    }
    .mc-header {
        max-height: 90px;
        -webkit-transition: background 450ms cubic-bezier(0.25, 0.1, 0.25, 1), max-height 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: background 450ms cubic-bezier(0.25, 0.1, 0.25, 1), max-height 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: background 450ms cubic-bezier(0.25, 0.1, 0.25, 1), max-height 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: background 450ms cubic-bezier(0.25, 0.1, 0.25, 1), max-height 450ms cubic-bezier(0.25, 0.1, 0.25, 1)
    }
    .mc-header__right-col {
        left: auto;
        padding: 0 10px;
        height: 34px
    }
    .mc-header__dropdowns {
        z-index: auto
    }
    .mc-header__logo {
        position: relative;
        display: block;
        width: 124px;
        height: 56px;
        margin: 0 auto;
        -webkit-transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1)
    }
    .mc-header__logo img {
        width: 100%;
        height: auto
    }
    .mc-header__wordmark {
        margin: 0 auto;
        float: none
    }
    .mc-header .mc-breadcrumb {
        position: absolute;
        top: 11px;
        left: 10px;
        display: block;
        font-size: .75em;
        font-weight: 600;
        line-height: 1;
        letter-spacing: .0833em
    }
    .mc-header .mc-breadcrumb:before {
        content: "<";
        display: inline-block;
        vertical-align: middle;
        margin-right: .5em;
        color: #c83232
    }
    .no-touch .mc-header__login-link:hover:after {
        left: 0;
        right: auto;
        width: 100%
    }
    .mc-header.logged-out {
        background: -webkit-gradient(linear, left top, left bottom, from(black), to(transparent));
        background: -webkit-linear-gradient(top, #000 0, transparent 100%);
        background: -moz-linear-gradient(top, #000 0, transparent 100%);
        background: -o-linear-gradient(top, #000 0, transparent 100%);
        background: linear-gradient(to bottom, #000 0, transparent 100%);
        background-repeat: repeat-x;
        background-position: 0 -50px;
        padding: 0
    }
    .mc-header.logged-out .mc-header__inner {
        padding: 11px 10px
    }
    .mc-header.logged-out .mc-header__right-col {
        padding: 0 10px
    }
    .mc-header.logged-out:before {
        opacity: 0;
        -webkit-transition: opacity 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: opacity 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: opacity 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: opacity 450ms cubic-bezier(0.25, 0.1, 0.25, 1)
    }
    .mc-header.condensed {
        max-height: 34px
    }
    .mc-header.condensed:before {
        opacity: 1
    }
    .mc-header.condensed .mc-container:not(.cm-sticky-ctas) {
        background: #000;
        -webkit-transition: background 0s 450ms ease;
        -o-transition: background 0s 450ms ease;
        -moz-transition: background 0s 450ms ease;
        transition: background 0s 450ms ease
    }
    .mc-header.condensed #logo-primary {
        margin-top: -44px;
        -webkit-transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        -moz-transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: margin 450ms cubic-bezier(0.25, 0.1, 0.25, 1)
    }
    .mc-nav-class-link {
        position: absolute;
        top: 8px;
        left: 8px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 1.5px
    }
    .mc-nav-class-link .mc-arrow-thin-red--left {
        margin-right: 7px
    }
    .mc-nav-class-link .mc-arrow-thin-red--right {
        margin: 0 7px
    }
    .mc-nav-class-link.breadcrumbs>* {
        display: inline-block;
        vertical-align: middle
    }
    .mc-nav-class-link.breadcrumbs a {
        color: #fff;
        -webkit-transition: color 250ms ease;
        -o-transition: color 250ms ease;
        -moz-transition: color 250ms ease;
        transition: color 250ms ease
    }
    .mc-nav-class-link.breadcrumbs a:hover {
        color: rgba(255, 255, 255, 0.75)
    }
    .mc-nav-class-link.breadcrumbs .instructor-name {
        color: #fff
    }
    .mc-header.logged-out #logo-wordmark {
        display: none
    }
    .mc-header.nav-open {
        overflow: visible
    }
    .mc-header.nav-open .mc-nav-items {
        margin-top: 0
    }
    .mc-header .mc-nav-items {
        display: block;
        position: absolute;
        top: .45em;
        right: .5em;
        overflow: visible
    }
    .mc-header .mc-nav-items .mc-nav-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 .4em
    }
    .mc-header .mc-nav-items .mc-nav-item.comments .comments-dropdown {
        display: block
    }
    .mc-header .mc-nav-items .mc-nav-item.comments .comments-dropdown.unread:after {
        content: "";
        position: absolute;
        top: .8em;
        right: -.1em;
        display: block;
        width: 6px;
        height: 6px;
        background: #c83232;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px
    }
    .mc-header .mc-nav-items .mc-nav-item.comments .mc-subnav-item .comment {
        color: rgba(77, 87, 104, 0.8)
    }
    .mc-header .mc-nav-items .mc-nav-item.cart {
        padding: 0
    }
    .mc-header .mc-subnav-items {
        position: absolute;
        top: 3.5em;
        right: -16px;
        margin-top: 0;
        width: 350px;
        background: #fff;
        color: #4d5768;
        opacity: 0;
        visibility: hidden
    }
    .mc-header .mc-subnav-items:before {
        content: "";
        display: block;
        position: absolute;
        top: -30px;
        right: 10px;
        height: 15px;
        border: 15px solid transparent;
        border-bottom: 15px solid #fff
    }
    .mc-header .mc-subnav-items:after {
        content: "";
        display: block;
        position: absolute;
        top: -24px;
        left: 0;
        width: 100%;
        height: 24px;
        background: 0 0
    }
    .mc-header .mc-subnav-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1)
    }
    .mc-header .mc-subnav-item:first-child {
        border-top: 0
    }
    .mc-header .mc-subnav-item a {
        color: rgba(77, 87, 104, 0.8);
        -webkit-transition: color 150ms ease;
        -o-transition: color 150ms ease;
        -moz-transition: color 150ms ease;
        transition: color 150ms ease
    }
    .mc-header .mc-subnav-item .mc-btn.clear {
        color: #4d5768;
        border: 1px solid rgba(0, 0, 0, 0.5);
        margin-bottom: 0;
        -webkit-transition: border 250ms ease, color 250ms ease;
        -o-transition: border 250ms ease, color 250ms ease;
        -moz-transition: border 250ms ease, color 250ms ease;
        transition: border 250ms ease, color 250ms ease
    }
    .mc-header .mc-subnav-item .mc-btn.clear:hover {
        color: rgba(77, 87, 104, 0.8);
        border: 1px solid rgba(0, 0, 0, 0.25)
    }
    .mc-header .comment-content .user {
        color: #4d5768
    }
    .mc-header .comment-content .timestamp {
        color: rgba(77, 87, 104, 0.5)
    }
}

.mobile-nav-button {
    position: absolute;
    top: 6px;
    right: 10px;
    width: 22px;
    height: 22px;
    z-index: 30
}

.mobile-nav-button__lines {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff
}

.mobile-nav-button__lines:after,
.mobile-nav-button__lines:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: top 125ms ease 125ms, -webkit-transform 125ms ease 0s;
    transition: top 125ms ease 125ms, -webkit-transform 125ms ease 0s;
    -o-transition: top 125ms ease 125ms, -o-transform 125ms ease 0s;
    -moz-transition: top 125ms ease 125ms, transform 125ms ease 0s, -moz-transform 125ms ease 0s;
    transition: top 125ms ease 125ms, transform 125ms ease 0s;
    transition: top 125ms ease 125ms, transform 125ms ease 0s, -webkit-transform 125ms ease 0s, -moz-transform 125ms ease 0s, -o-transform 125ms ease 0s
}

.mobile-nav-button__lines:before {
    top: -6px
}

.mobile-nav-button__lines:after {
    top: 6px
}

.nav-open .mobile-nav-button__lines {
    top: 50%;
    left: 0;
    background: 0 0;
    -webkit-transition: background 0s 125ms ease;
    -o-transition: background 0s 125ms ease;
    -moz-transition: background 0s 125ms ease;
    transition: background 0s 125ms ease
}

.nav-open .mobile-nav-button__lines:after,
.nav-open .mobile-nav-button__lines:before {
    -webkit-transition: top 125ms ease, -webkit-transform 125ms ease 125ms;
    transition: top 125ms ease, -webkit-transform 125ms ease 125ms;
    -o-transition: top 125ms ease, -o-transform 125ms ease 125ms;
    -moz-transition: top 125ms ease, transform 125ms ease 125ms, -moz-transform 125ms ease 125ms;
    transition: top 125ms ease, transform 125ms ease 125ms;
    transition: top 125ms ease, transform 125ms ease 125ms, -webkit-transform 125ms ease 125ms, -moz-transform 125ms ease 125ms, -o-transform 125ms ease 125ms
}

.nav-open .mobile-nav-button__lines:before {
    top: 50%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav-open .mobile-nav-button__lines:after {
    top: 50%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mc-btn {
    background: #c83232;
    display: inline-block;
    vertical-align: middle;
    font-size: .9em;
    font-weight: 400;
    text-transform: uppercase;
    margin: .55em;
    padding: 10px 20px;
    border: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    letter-spacing: .05em;
    color: #fff;
    -webkit-transition: background 250ms ease, color 250ms ease, border 250ms ease;
    -o-transition: background 250ms ease, color 250ms ease, border 250ms ease;
    -moz-transition: background 250ms ease, color 250ms ease, border 250ms ease;
    transition: background 250ms ease, color 250ms ease, border 250ms ease
}

.mc-btn:focus,
.mc-btn:hover {
    background: #c83e3d;
    color: #fff;
    text-decoration: none
}

.mc-btn.no-margins {
    margin: 0
}

.mc-btn.mc-btn-transparent {
    background: rgba(255, 255, 255, 0);
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.mc-btn.mc-btn-transparent:hover {
    background: rgba(255, 255, 255, 0.1)
}

.mc-btn.mc-btn-transparent.invert {
    background: transparent;
    border: 1px solid rgba(77, 87, 104, 0.2);
    color: rgba(0, 0, 0, 0.6)
}

.mc-btn.mc-btn-transparent.invert:hover {
    border: 1px solid rgba(77, 87, 104, 0.5);
    color: rgba(0, 0, 0, 0.7)
}

.mc-btn.neutral {
    background: #292929
}

.mc-btn.neutral:hover {
    background: #303131
}

.mc-btn.facebook,
.mc-btn.login-with-facebook,
.mc-btn.signup_fb {
    background: #3a5998;
    margin: 1em 0 .5em;
    text-transform: none
}

.mc-btn.facebook:hover,
.mc-btn.login-with-facebook:hover,
.mc-btn.signup_fb:hover {
    color: #fff;
    background: #4971c2
}

.mc-btn.facebook .mc-icon-facebook,
.mc-btn.login-with-facebook .mc-icon-facebook,
.mc-btn.signup_fb .mc-icon-facebook {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.1em;
    margin: -.1em 1em 0 0
}

.mc-button {
    display: inline-block;
    vertical-align: middle;
    min-width: 223px;
    margin: 0;
    padding: 16px;
    background-color: #c83232;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background .3s ease, border .3s ease;
    -o-transition: background .3s ease, border .3s ease;
    -moz-transition: background .3s ease, border .3s ease;
    transition: background .3s ease, border .3s ease;
    cursor: pointer;
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}

.mc-button:active,
.mc-button:focus,
.mc-button:hover {
    color: #fff;
    text-decoration: none
}

.mc-button:hover {
    background-color: #c83e3d
}

.mc-button:focus {
    outline: 0
}

.mc-button--small {
    padding: 8px 16px;
    min-width: 119px
}

.mc-button--has-icon {
    min-width: 254px;
    padding: 12px 28px
}

.mc-button--large {
    min-width: 278px;
    padding: 16px 28px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 400
}

.mc-button--secondary {
    background-color: #333
}

.mc-button--secondary:hover {
    background-color: #444
}

.mc-button--outline {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.2)
}

.mc-button--outline:hover {
    background-color: rgba(255, 255, 255, 0.05)
}

.mc-button--outline-light {
    background-color: transparent;
    color: #4d5767;
    border-color: #949aa4
}

.mc-button--outline-light:active,
.mc-button--outline-light:focus {
    color: #4d5767
}

.mc-button--outline-light:hover {
    background-color: transparent;
    color: #4d5767;
    border-color: #4d5767
}

.mc-button__wrapper {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mc-button__icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 22px;
    margin-right: 19px
}

.mc-arrow {
    border: 14px solid transparent;
    overflow: hidden;
    text-indent: -100%;
    z-index: 100;
    -webkit-transition: border 150ms ease;
    -o-transition: border 150ms ease;
    -moz-transition: border 150ms ease;
    transition: border 150ms ease
}

.mc-arrow.mc-arrow-right {
    border-left: 14px solid #c83232;
    border-right: 0;
    width: 14px;
    height: 28px
}

.mc-arrow.mc-arrow-right:hover {
    border-left: 14px solid #c83e3d
}

.mc-arrow.mc-arrow-left {
    border-right: 14px solid #c83232;
    border-left: 0;
    width: 14px;
    height: 28px
}

.mc-arrow.mc-arrow-left:hover {
    border-right: 14px solid #c83e3d
}

.mc-arrow-thin-red {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 11px;
    background: center/contain no-repeat
}

.mc-arrow-thin-red.mc-arrow-thin-red--right {
    background-image: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/global/arrows/caret/arrow-red-right.svg)
}

.mc-arrow-thin-red.mc-arrow-thin-red--down {
    background-image: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/global/arrows/caret/arrow-red-down.svg)
}

.mc-arrow-thin-red.mc-arrow-thin-red--left {
    background-image: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/global/arrows/caret/arrow-red-left.svg)
}

.mc-arrow-thin-white {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 6px;
    background: center/100% auto no-repeat
}

.mc-arrow-thin-white--down {
    background-image: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/global/arrows/caret/arrow-white-down.svg)
}

.mc-arrow-thin-white--left {
    background-image: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/global/arrows/caret/arrow-white-down.svg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.mc-progress-bar-parent {
    position: relative
}

.mc-progress-bar-parent .mc-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, 0.2)
}

.mc-progress-bar-parent .mc-progress-bar-indicator {
    display: block;
    background: #c83232;
    width: 0%;
    height: 100%;
    -webkit-transition: width .1s ease;
    -o-transition: width .1s ease;
    -moz-transition: width .1s ease;
    transition: width .1s ease
}

.cm-lessons {
    background: #fff;
    padding: 0 1.25em
}

.cm-lessons.expanded .show-more-lessons {
    max-height: 0;
    opacity: 0;
    padding: 0
}

.cm-lessons.expanded .more-lessons {
    max-height: 5000px
}

.cm-lessons.expanded .more-lessons .cm-lesson {
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1
}

.cm-lessons>.cm-lesson:last-child {
    border-bottom: 0
}

.cm-lessons .cm-lesson {
    position: relative;
    padding: 1.1em 1em 1.75em 3.75em;
    border-bottom: 1px solid rgba(77, 87, 104, 0.2)
}

.cm-lessons .cm-lesson:after {
    content: "";
    display: block;
    clear: both
}

.cm-lessons .cm-lesson .cm-lesson-marker {
    position: absolute;
    top: .5em;
    left: .1em;
    display: block;
    font-size: 2em;
    font-weight: 300;
    color: rgba(77, 87, 104, 0.4)
}

.cm-lessons .cm-lesson .lesson-title {
    font-size: 1.5em;
    color: #4d5768;
    margin-bottom: .3em
}

.cm-lessons .cm-lesson p {
    color: rgba(77, 87, 104, 0.6);
    line-height: 1.2
}

.cm-lessons .show-more-lessons {
    position: relative;
    color: #4d5768;
    text-align: center;
    border-bottom: 1px solid rgba(77, 87, 104, 0.2);
    padding: .44em;
    opacity: 1;
    max-height: 200px;
    overflow: hidden;
    cursor: pointer
}

.cm-lessons .show-more-lessons:after,
.cm-lessons .show-more-lessons:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background: rgba(77, 87, 104, 0.2);
    width: 100%;
    height: 1px
}

.cm-lessons .show-more-lessons:before {
    top: 25%
}

.cm-lessons .show-more-lessons:after {
    top: 75%
}

.cm-lessons .show-more-lessons p:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(77, 87, 104, 0.2);
    width: 100%;
    height: 1px
}

.cm-lessons .show-more-lessons a {
    position: relative;
    background: #fff;
    font-size: .9375em;
    display: inline-block;
    text-transform: uppercase;
    padding: .5em 1em;
    color: #4d5768;
    z-index: 1
}

.cm-lessons .more-lessons {
    max-height: 0;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px
}

.cm-lessons .more-lessons .cm-lesson {
    position: relative;
    background: #fff;
    opacity: 0;
    -webkit-transform: scale(0.95) translate(0, -10%);
    -moz-transform: scale(0.95) translate(0, -10%);
    -ms-transform: scale(0.95) translate(0, -10%);
    -o-transform: scale(0.95) translate(0, -10%);
    transform: scale(0.95) translate(0, -10%);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s ease, -webkit-transform 375ms ease;
    transition: opacity .3s ease, -webkit-transform 375ms ease;
    -o-transition: opacity .3s ease, -o-transform 375ms ease;
    -moz-transition: transform 375ms ease, opacity .3s ease, -moz-transform 375ms ease;
    transition: transform 375ms ease, opacity .3s ease;
    transition: transform 375ms ease, opacity .3s ease, -webkit-transform 375ms ease, -moz-transform 375ms ease, -o-transform 375ms ease
}

.cm-lessons .more-lessons .cm-lesson:nth-child(1) {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    z-index: 49
}

.cm-lessons .more-lessons .cm-lesson:nth-child(2) {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    z-index: 48
}

.cm-lessons .more-lessons .cm-lesson:nth-child(3) {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 47
}

.cm-lessons .more-lessons .cm-lesson:nth-child(4) {
    -webkit-transition-delay: .6s;
    -moz-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
    z-index: 46
}

.cm-lessons .more-lessons .cm-lesson:nth-child(5) {
    -webkit-transition-delay: .7s;
    -moz-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    z-index: 45
}

.cm-lessons .more-lessons .cm-lesson:nth-child(6) {
    -webkit-transition-delay: .8s;
    -moz-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
    z-index: 44
}

.cm-lessons .more-lessons .cm-lesson:nth-child(7) {
    -webkit-transition-delay: .9s;
    -moz-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
    z-index: 43
}

.cm-lessons .more-lessons .cm-lesson:nth-child(8) {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    z-index: 42
}

.cm-lessons .more-lessons .cm-lesson:nth-child(9) {
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
    z-index: 41
}

.cm-lessons .more-lessons .cm-lesson:nth-child(10) {
    -webkit-transition-delay: 1.2s;
    -moz-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    z-index: 40
}

.cm-lessons .more-lessons .cm-lesson:nth-child(11) {
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    z-index: 39
}

.cm-lessons .more-lessons .cm-lesson:nth-child(12) {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
    z-index: 38
}

.cm-lessons .more-lessons .cm-lesson:nth-child(13) {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    z-index: 37
}

.cm-lessons .more-lessons .cm-lesson:nth-child(14) {
    -webkit-transition-delay: 1.6s;
    -moz-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
    z-index: 36
}

.cm-lessons .more-lessons .cm-lesson:nth-child(15) {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    z-index: 35
}

.cm-lessons .more-lessons .cm-lesson:nth-child(16) {
    -webkit-transition-delay: 1.8s;
    -moz-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
    z-index: 34
}

.cm-lessons .more-lessons .cm-lesson:nth-child(17) {
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
    -o-transition-delay: 1.9s;
    transition-delay: 1.9s;
    z-index: 33
}

.cm-lessons .more-lessons .cm-lesson:nth-child(18) {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
    z-index: 32
}

.cm-lessons .more-lessons .cm-lesson:nth-child(19) {
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
    -o-transition-delay: 2.1s;
    transition-delay: 2.1s;
    z-index: 31
}

.cm-lessons .more-lessons .cm-lesson:nth-child(20) {
    -webkit-transition-delay: 2.2s;
    -moz-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
    z-index: 30
}

.cm-lessons .more-lessons .cm-lesson:nth-child(21) {
    -webkit-transition-delay: 2.3s;
    -moz-transition-delay: 2.3s;
    -o-transition-delay: 2.3s;
    transition-delay: 2.3s;
    z-index: 29
}

.cm-lessons .more-lessons .cm-lesson:nth-child(22) {
    -webkit-transition-delay: 2.4s;
    -moz-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
    z-index: 28
}

.cm-lessons .more-lessons .cm-lesson:nth-child(23) {
    -webkit-transition-delay: 2.5s;
    -moz-transition-delay: 2.5s;
    -o-transition-delay: 2.5s;
    transition-delay: 2.5s;
    z-index: 27
}

.cm-lessons .more-lessons .cm-lesson:nth-child(24) {
    -webkit-transition-delay: 2.6s;
    -moz-transition-delay: 2.6s;
    -o-transition-delay: 2.6s;
    transition-delay: 2.6s;
    z-index: 26
}

.cm-lessons .more-lessons .cm-lesson:nth-child(25) {
    -webkit-transition-delay: 2.7s;
    -moz-transition-delay: 2.7s;
    -o-transition-delay: 2.7s;
    transition-delay: 2.7s;
    z-index: 25
}

.cm-lessons .more-lessons .cm-lesson:nth-child(26) {
    -webkit-transition-delay: 2.8s;
    -moz-transition-delay: 2.8s;
    -o-transition-delay: 2.8s;
    transition-delay: 2.8s;
    z-index: 24
}

.cm-lessons .more-lessons .cm-lesson:nth-child(27) {
    -webkit-transition-delay: 2.9s;
    -moz-transition-delay: 2.9s;
    -o-transition-delay: 2.9s;
    transition-delay: 2.9s;
    z-index: 23
}

.cm-lessons .more-lessons .cm-lesson:nth-child(28) {
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
    z-index: 22
}

.cm-lessons .more-lessons .cm-lesson:nth-child(29) {
    -webkit-transition-delay: 3.1s;
    -moz-transition-delay: 3.1s;
    -o-transition-delay: 3.1s;
    transition-delay: 3.1s;
    z-index: 21
}

.cm-lessons .more-lessons .cm-lesson:nth-child(30) {
    -webkit-transition-delay: 3.2s;
    -moz-transition-delay: 3.2s;
    -o-transition-delay: 3.2s;
    transition-delay: 3.2s;
    z-index: 20
}

.cm-lessons .more-lessons .cm-lesson:nth-child(31) {
    -webkit-transition-delay: 3.3s;
    -moz-transition-delay: 3.3s;
    -o-transition-delay: 3.3s;
    transition-delay: 3.3s;
    z-index: 19
}

.cm-lessons .more-lessons .cm-lesson:nth-child(32) {
    -webkit-transition-delay: 3.4s;
    -moz-transition-delay: 3.4s;
    -o-transition-delay: 3.4s;
    transition-delay: 3.4s;
    z-index: 18
}

.cm-lessons .more-lessons .cm-lesson:nth-child(33) {
    -webkit-transition-delay: 3.5s;
    -moz-transition-delay: 3.5s;
    -o-transition-delay: 3.5s;
    transition-delay: 3.5s;
    z-index: 17
}

.cm-lessons .more-lessons .cm-lesson:nth-child(34) {
    -webkit-transition-delay: 3.6s;
    -moz-transition-delay: 3.6s;
    -o-transition-delay: 3.6s;
    transition-delay: 3.6s;
    z-index: 16
}

.cm-lessons .more-lessons .cm-lesson:nth-child(35) {
    -webkit-transition-delay: 3.7s;
    -moz-transition-delay: 3.7s;
    -o-transition-delay: 3.7s;
    transition-delay: 3.7s;
    z-index: 15
}

.cm-lessons .more-lessons .cm-lesson:nth-child(36) {
    -webkit-transition-delay: 3.8s;
    -moz-transition-delay: 3.8s;
    -o-transition-delay: 3.8s;
    transition-delay: 3.8s;
    z-index: 14
}

.cm-lessons .more-lessons .cm-lesson:nth-child(37) {
    -webkit-transition-delay: 3.9s;
    -moz-transition-delay: 3.9s;
    -o-transition-delay: 3.9s;
    transition-delay: 3.9s;
    z-index: 13
}

.cm-lessons .more-lessons .cm-lesson:nth-child(38) {
    -webkit-transition-delay: 4s;
    -moz-transition-delay: 4s;
    -o-transition-delay: 4s;
    transition-delay: 4s;
    z-index: 12
}

.cm-lessons .more-lessons .cm-lesson:nth-child(39) {
    -webkit-transition-delay: 4.1s;
    -moz-transition-delay: 4.1s;
    -o-transition-delay: 4.1s;
    transition-delay: 4.1s;
    z-index: 11
}

.cm-lessons .more-lessons .cm-lesson:nth-child(40) {
    -webkit-transition-delay: 4.2s;
    -moz-transition-delay: 4.2s;
    -o-transition-delay: 4.2s;
    transition-delay: 4.2s;
    z-index: 10
}

.cm-lessons .more-lessons .cm-lesson:nth-child(41) {
    -webkit-transition-delay: 4.3s;
    -moz-transition-delay: 4.3s;
    -o-transition-delay: 4.3s;
    transition-delay: 4.3s;
    z-index: 9
}

.cm-lessons .more-lessons .cm-lesson:nth-child(42) {
    -webkit-transition-delay: 4.4s;
    -moz-transition-delay: 4.4s;
    -o-transition-delay: 4.4s;
    transition-delay: 4.4s;
    z-index: 8
}

.cm-lessons .more-lessons .cm-lesson:nth-child(43) {
    -webkit-transition-delay: 4.5s;
    -moz-transition-delay: 4.5s;
    -o-transition-delay: 4.5s;
    transition-delay: 4.5s;
    z-index: 7
}

.cm-lessons .more-lessons .cm-lesson:nth-child(44) {
    -webkit-transition-delay: 4.6s;
    -moz-transition-delay: 4.6s;
    -o-transition-delay: 4.6s;
    transition-delay: 4.6s;
    z-index: 6
}

.cm-lessons .more-lessons .cm-lesson:nth-child(45) {
    -webkit-transition-delay: 4.7s;
    -moz-transition-delay: 4.7s;
    -o-transition-delay: 4.7s;
    transition-delay: 4.7s;
    z-index: 5
}

.cm-lessons .more-lessons .cm-lesson:nth-child(46) {
    -webkit-transition-delay: 4.8s;
    -moz-transition-delay: 4.8s;
    -o-transition-delay: 4.8s;
    transition-delay: 4.8s;
    z-index: 4
}

.cm-lessons .more-lessons .cm-lesson:nth-child(47) {
    -webkit-transition-delay: 4.9s;
    -moz-transition-delay: 4.9s;
    -o-transition-delay: 4.9s;
    transition-delay: 4.9s;
    z-index: 3
}

.cm-lessons .more-lessons .cm-lesson:nth-child(48) {
    -webkit-transition-delay: 5s;
    -moz-transition-delay: 5s;
    -o-transition-delay: 5s;
    transition-delay: 5s;
    z-index: 2
}

.cm-lessons .more-lessons .cm-lesson:nth-child(49) {
    -webkit-transition-delay: 5.1s;
    -moz-transition-delay: 5.1s;
    -o-transition-delay: 5.1s;
    transition-delay: 5.1s;
    z-index: 1
}

.cm-lessons .more-lessons .cm-lesson:nth-child(50) {
    -webkit-transition-delay: 5.2s;
    -moz-transition-delay: 5.2s;
    -o-transition-delay: 5.2s;
    transition-delay: 5.2s;
    z-index: 0
}

@media (min-width: 480px) {
    .cm-lessons .cm-lesson {
        padding: 1.75em 1em 1.75em 5em
    }
    .cm-lessons .cm-lesson .cm-lesson-marker {
        font-size: 3em
    }
}

@media (min-width: 768px) {
    .cm-lessons .show-more-lessons a {
        padding: .5em 3em
    }
    .cm-lessons .cm-lesson {
        padding: 2.25em 1em 2.25em 6em
    }
    .cm-lessons .cm-lesson .cm-lesson-marker {
        top: .7em;
        left: .3em
    }
    .three-ups .three-up {
        float: left;
        width: 30%;
        padding: 2.5em 2em
    }
    .three-ups .three-up.middle {
        margin: 0 5%
    }
}

.three-ups:after {
    content: "";
    display: block;
    clear: both
}

.three-ups .three-up {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 350px;
    padding: 2.5em 2em;
    text-align: center
}

.mc-list-classes-section-title {
    font-size: 1.4em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: 1.5em 0;
    text-align: center;
    color: #fff
}

.mc-list-classes {
    text-align: center
}

.mc-list-classes:after {
    content: "";
    display: block;
    clear: both
}

.mc-list-classes.orphan .mc-list-class:first-child .class-poster {
    width: 200%;
    margin-left: -50%;
    max-height: none
}

.mc-list-classes.promos .mc-list-class {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    margin-bottom: 4em
}

.mc-list-classes.promos .mc-list-class .class-poster {
    position: static;
    display: block
}

.mc-list-classes .mc-list-class {
    display: inline-block;
    float: none;
    width: 100%;
    height: 0;
    margin: .5em 0;
    padding-bottom: 59.4%;
    text-align: left;
    position: relative;
    overflow: hidden;
    -webkit-transition: background-image 150ms ease;
    -o-transition: background-image 150ms ease;
    -moz-transition: background-image 150ms ease;
    transition: background-image 150ms ease
}

.mc-list-classes .mc-list-class:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(45%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%)
}

.mc-list-classes .mc-list-class:hover .class-poster {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -webkit-transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -o-transition: -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -moz-transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1)
}

.mc-list-classes .mc-list-class:hover .caption {
    -webkit-transform: translateY(-0.75em);
    -moz-transform: translateY(-0.75em);
    -ms-transform: translateY(-0.75em);
    -o-transform: translateY(-0.75em);
    transform: translateY(-0.75em)
}

.mc-list-classes .mc-list-class:hover .link-wrapper:before {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    -webkit-transition: box-shadow 250ms ease;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    -o-transition: box-shadow 250ms ease;
    -moz-transition: box-shadow 250ms ease, -moz-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease, -moz-box-shadow 250ms ease
}

.mc-list-classes .mc-list-class .link-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2
}

.mc-list-classes .mc-list-class .link-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9;
    -webkit-transition: box-shadow 250ms ease;
    -webkit-transition: -webkit-box-shadow 250ms ease;
    transition: -webkit-box-shadow 250ms ease;
    -o-transition: box-shadow 250ms ease;
    -moz-transition: box-shadow 250ms ease, -moz-box-shadow 250ms ease;
    transition: box-shadow 250ms ease;
    transition: box-shadow 250ms ease, -webkit-box-shadow 250ms ease, -moz-box-shadow 250ms ease
}

.mc-list-classes .mc-list-class .class-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 1px;
    max-height: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 8s ease;
    -webkit-transition: -webkit-transform 8s ease;
    transition: -webkit-transform 8s ease;
    -o-transition: -o-transform 8s ease;
    -moz-transition: transform 8s ease, -moz-transform 8s ease;
    transition: transform 8s ease;
    transition: transform 8s ease, -webkit-transform 8s ease, -moz-transform 8s ease, -o-transform 8s ease
}

.mc-list-classes .caption {
    position: absolute;
    bottom: 1em;
    left: 1em;
    z-index: 1;
    text-transform: uppercase;
    text-shadow: 0 0 10px #000;
    -webkit-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -o-transition: -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1)
}

.mc-list-classes .caption-title {
    font-size: 1.3em
}

.mc-list-classes .caption-title img {
    max-width: 175px
}

.mc-list-classes .caption-subtitle {
    font-size: .9em;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 480px) {
    .mc-list-classes .mc-list-class {
        width: 447px;
        height: 265px;
        padding: 0
    }
    .mc-list-classes .caption {
        bottom: 1.5em;
        left: 1.5em;
        width: -webkit-calc(100% - 3em);
        width: -moz-calc(100% - 3em);
        width: calc(100% - 3em)
    }
    .mc-list-classes .caption-title {
        font-size: 1.5em
    }
    .mc-list-classes .caption-subtitle {
        font-size: 1.1em
    }
}

@media (min-width: 768px) {
    .mc-list-classes.orphan .mc-list-class:nth-child(odd) {
        margin-left: 1.7em;
        clear: none
    }
    .mc-list-classes.orphan .mc-list-class:nth-child(even) {
        margin-left: 0;
        clear: both
    }
    .mc-list-classes.orphan .mc-list-class:first-child {
        width: 100%;
        margin: 0 0 .85em;
        padding-bottom: 36.04%
    }
    .mc-list-classes.orphan .mc-list-class:first-child .class-poster {
        width: 100%;
        margin: 0
    }
    .mc-list-classes .mc-list-class {
        display: block;
        float: left;
        width: -webkit-calc(50% - .85em);
        width: -moz-calc(50% - .85em);
        width: calc(50% - .85em);
        height: auto;
        margin: .85em 0 .85em 1.7em;
        padding-bottom: 29.7%
    }
    .mc-list-classes .mc-list-class:nth-child(odd) {
        clear: both;
        margin-left: 0
    }
    .mc-list-classes .mc-list-class.hp_featured_tile {
        float: none;
        width: 100%;
        margin: .85em 0;
        padding-bottom: 36.04%
    }
    .mc-list-classes .mc-list-class.hp_featured_tile .class-poster {
        width: 100%;
        left: 0
    }
}

@media (min-width: 992px) {
    #mc-header .class-switcher li {
        margin-right: 4em
    }
    .mc-list-classes .caption {
        bottom: 2em;
        left: 2em;
        width: -webkit-calc(100% - 4em);
        width: -moz-calc(100% - 4em);
        width: calc(100% - 4em)
    }
    .mc-list-classes .caption-title {
        font-size: 1.6em
    }
    .mc-list-classes .caption-subtitle {
        font-size: 1.1em
    }
}

.mc-banner {
    background: #fff;
    border-left: 4px solid #c83232;
    border-right: 4px solid #c83232;
    color: #4d5768;
    text-align: center;
    padding: 1.875em 1em
}

.mc-banner .mc-banner-title {
    text-transform: uppercase;
    font-size: 1.5em;
    line-height: 1.2;
    letter-spacing: .02em
}

.mc-banner .mc-banner-description {
    color: rgba(77, 87, 104, 0.6);
    font-size: .9375em;
    letter-spacing: .02em;
    margin: .7em 0
}

.mc-banner .mc-banner-ctas {
    margin-top: 2em
}

.mc-banner .mc-banner-ctas .mc-banner-cta {
    display: inline-block;
    vertical-align: middle
}

.mc-banner .mc-banner-ctas .mc-banner-cta .mc-btn {
    margin: 0 1em
}

.socials-wrapper {
    font-size: 15px;
    padding: 2.75em 1em 3em;
    text-align: center
}

.socials-wrapper .section-title {
    font-size: .933em;
    margin-bottom: 2.3em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3)
}

.mc-socials .mc-social {
    display: inline-block;
    margin: 0 1em 1em;
    vertical-align: middle
}

.mc-socials .mc-social:hover a {
    color: #fff;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.2)
}

.mc-socials .mc-social:hover a:after {
    border-color: #fff
}

.mc-socials .mc-social a {
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.5em;
    padding: .5em
}

.mc-socials .mc-social a:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2.15em;
    height: 2.15em;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: border 150ms ease, text-shadow 150ms ease;
    -o-transition: border 150ms ease, text-shadow 150ms ease;
    -moz-transition: border 150ms ease, text-shadow 150ms ease;
    transition: border 150ms ease, text-shadow 150ms ease
}

@media (min-width: 480px) {
    .socials-wrapper {
        font-size: 18px
    }
}

@font-face {
    font-family: mc-socials;
    src: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/mc-icons/mc-socials/mc-socials.eot?qzecmk);
    src: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/mc-icons/mc-socials/mc-socials.eot?qzecmk#iefix) format("embedded-opentype"), url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/mc-icons/mc-socials/mc-socials.ttf?qzecmk) format("truetype"), url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/mc-icons/mc-socials/mc-socials.woff?qzecmk) format("woff"), url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/mc-icons/mc-socials/mc-socials.svg?qzecmk#mc-socials) format("svg");
    font-weight: 400;
    font-style: normal
}

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

.mc-icon-facebook:before {
    content: "\e900"
}

.mc-icon-mail:before {
    content: "\e901"
}

.mc-icon-twitter:before {
    content: "\e902"
}

.mc-hero {
    max-width: 1440px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.mobile-device .mc-hero__ambient-video,
.tablet .mc-hero__ambient-video {
    display: none
}

.mc-hero__wrapper {
    position: relative;
    height: 100%
}

.mc-hero__gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    overflow: hidden
}

.mc-hero__gradient:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0, 0, 0, 0.1)), to(#000)), -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0, 0, 0, 0.1)), color-stop(90%, #000));
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1) 70%, #000 100%), -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, #000 90%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.1) 70%, #000 100%), -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, #000 90%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.1) 70%, #000 100%), -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 60%, #000 90%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 70%, #000 100%), linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 60%, #000 90%)
}

.mc-hero__ambient-video {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-width: 71.112em;
    width: 100%;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.mc-hero__ambient-video--ready {
    opacity: 1
}

.mc-hero__background-image {
    position: relative;
    height: 160px;
    width: 100%;
    text-align: center
}

.mc-hero__background-image img {
    max-width: 100%;
    width: 100%
}

.mc-hero__content-wrapper {
    position: relative;
    z-index: 2;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media (min-width: 768px) {
    .mc-hero__background-image {
        height: 360px
    }
}

@media (min-width: 992px) {
    .mc-hero {
        height: 40em
    }
    .mc-hero__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
    .mc-hero__gradient {
        position: absolute;
        z-index: 0;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        padding-bottom: 0
    }
    .mc-hero__gradient:before {
        background: -webkit-gradient(linear, left top, right top, color-stop(15%, #000), color-stop(55%, transparent));
        background: -webkit-linear-gradient(left, #000 15%, transparent 55%);
        background: -moz-linear-gradient(left, #000 15%, transparent 55%);
        background: -o-linear-gradient(left, #000 15%, transparent 55%);
        background: linear-gradient(90deg, #000 15%, transparent 55%)
    }
    .mc-hero__gradient:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, right top, left top, from(black), color-stop(15%, transparent));
        background: -webkit-linear-gradient(right, #000 0, transparent 15%);
        background: -moz-linear-gradient(right, #000 0, transparent 15%);
        background: -o-linear-gradient(right, #000 0, transparent 15%);
        background: linear-gradient(-90deg, #000 0, transparent 15%)
    }
    .mc-hero__background-image {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .mc-hero__background-image img {
        width: auto;
        height: 40em;
        max-width: none
    }
    .mc-hero__ambient-video {
        display: block;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }
    .mc-hero .wistia_embed {
        height: 100%
    }
}

.mc-hero-content {
    max-width: 550px;
    margin: -40px auto 0;
    text-align: center
}

.mc-hero-content__heading {
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: 1px;
    color: #fff
}

.mc-hero-content__text {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.33;
    letter-spacing: .5px;
    color: rgba(255, 255, 255, 0.7)
}

.mc-hero-content__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mc-hero-content__primary-cta {
    font-size: 20px;
    font-weight: 400
}

.mc-hero-content__secondary-cta {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
    padding: 16px;
    margin-top: 12px
}

@media (max-width: 385px) {
    .mc-hero-content__heading {
        font-size: 7.6vw
    }
}

@media (min-width: 480px) {
    .mc-hero-content {
        padding-bottom: 0
    }
    .mc-hero-content__text {
        display: inline-block;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 1.56;
        letter-spacing: .5px;
        color: rgba(255, 255, 255, 0.8)
    }
    .mc-hero-content__buttons {
        display: block
    }
    .mc-hero-content__primary-cta {
        font-size: 12px;
        font-weight: 700
    }
    .mc-hero-content__secondary-cta {
        margin-top: 0;
        margin-left: 24px;
        padding: 16px
    }
}

@media (min-width: 768px) {
    .mc-hero-content {
        margin-top: -120px
    }
    .mc-hero-content__heading {
        margin-bottom: 8px;
        font-size: 36px
    }
    .mc-hero-content__text {
        margin-bottom: 16px
    }
}

@media (min-width: 992px) {
    .mc-hero-content {
        text-align: left;
        max-width: 600px;
        margin: 0;
        padding-left: 48px
    }
    .mc-hero-content__heading {
        margin-bottom: 20px
    }
    .mc-hero-content__text {
        margin-bottom: 32px
    }
}

@media (min-width: 1100px) {
    .mc-hero__gradient:before {
        background: -webkit-linear-gradient(344deg, #000 28%, transparent 60%);
        background: -moz-linear-gradient(344deg, #000 28%, transparent 60%);
        background: -o-linear-gradient(344deg, #000 28%, transparent 60%);
        background: linear-gradient(106deg, #000 28%, transparent 60%)
    }
    .mc-hero-content {
        padding-left: 0
    }
}

.mc-layout.mc-forms {
    margin-right: -6px;
    margin-left: -6px
}

.mc-layout .mc-input {
    padding: 0 6px;
    margin-bottom: 12px
}

.mc-layout .mc-input label,
.mc-layout .mc-input__error {
    left: 14px
}

.mc-input {
    position: relative;
    line-height: 1.3
}

.mc-input textarea {
    min-height: 120px;
    resize: none
}

.mc-input input[type=email],
.mc-input input[type=number],
.mc-input input[type=password],
.mc-input input[type=search],
.mc-input input[type=tel],
.mc-input input[type=text],
.mc-input textarea {
    width: 100%;
    padding: 23px 8px 9px;
    font-family: lato;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgba(77, 87, 103, 0.2);
    font-weight: 400;
    font-size: 15px;
    color: #4d5767;
    -webkit-transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: border 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-appearance: none;
    -moz-appearance: none
}

.mc-input input[type=email]:focus,
.mc-input input[type=number]:focus,
.mc-input input[type=password]:focus,
.mc-input input[type=search]:focus,
.mc-input input[type=tel]:focus,
.mc-input input[type=text]:focus,
.mc-input textarea:focus {
    border-color: #4d5767;
    outline: 0
}

.mc-input input[type=email]::-webkit-input-placeholder,
.mc-input input[type=number]::-webkit-input-placeholder,
.mc-input input[type=password]::-webkit-input-placeholder,
.mc-input input[type=search]::-webkit-input-placeholder,
.mc-input input[type=tel]::-webkit-input-placeholder,
.mc-input input[type=text]::-webkit-input-placeholder,
.mc-input textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.mc-input input[type=email]:-moz-placeholder,
.mc-input input[type=number]:-moz-placeholder,
.mc-input input[type=password]:-moz-placeholder,
.mc-input input[type=search]:-moz-placeholder,
.mc-input input[type=tel]:-moz-placeholder,
.mc-input input[type=text]:-moz-placeholder,
.mc-input textarea:-moz-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.mc-input input[type=email]::-moz-placeholder,
.mc-input input[type=number]::-moz-placeholder,
.mc-input input[type=password]::-moz-placeholder,
.mc-input input[type=search]::-moz-placeholder,
.mc-input input[type=tel]::-moz-placeholder,
.mc-input input[type=text]::-moz-placeholder,
.mc-input textarea::-moz-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.mc-input input[type=email]:-ms-input-placeholder,
.mc-input input[type=number]:-ms-input-placeholder,
.mc-input input[type=password]:-ms-input-placeholder,
.mc-input input[type=search]:-ms-input-placeholder,
.mc-input input[type=tel]:-ms-input-placeholder,
.mc-input input[type=text]:-ms-input-placeholder,
.mc-input textarea:-ms-input-placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.mc-input input[type=email]::placeholder,
.mc-input input[type=number]::placeholder,
.mc-input input[type=password]::placeholder,
.mc-input input[type=search]::placeholder,
.mc-input input[type=tel]::placeholder,
.mc-input input[type=text]::placeholder,
.mc-input textarea::placeholder {
    font-size: 15px;
    color: rgba(77, 87, 103, 0.5)
}

.mc-input input[type=email].placeholder-shown,
.mc-input input[type=email]:placeholder-shown,
.mc-input input[type=number].placeholder-shown,
.mc-input input[type=number]:placeholder-shown,
.mc-input input[type=password].placeholder-shown,
.mc-input input[type=password]:placeholder-shown,
.mc-input input[type=search].placeholder-shown,
.mc-input input[type=search]:placeholder-shown,
.mc-input input[type=tel].placeholder-shown,
.mc-input input[type=tel]:placeholder-shown,
.mc-input input[type=text].placeholder-shown,
.mc-input input[type=text]:placeholder-shown,
.mc-input textarea.placeholder-shown,
.mc-input textarea:placeholder-shown {
    padding: 16px 8px
}

.mc-input input[type=email].placeholder-shown+label,
.mc-input input[type=email]:placeholder-shown+label,
.mc-input input[type=number].placeholder-shown+label,
.mc-input input[type=number]:placeholder-shown+label,
.mc-input input[type=password].placeholder-shown+label,
.mc-input input[type=password]:placeholder-shown+label,
.mc-input input[type=search].placeholder-shown+label,
.mc-input input[type=search]:placeholder-shown+label,
.mc-input input[type=tel].placeholder-shown+label,
.mc-input input[type=tel]:placeholder-shown+label,
.mc-input input[type=text].placeholder-shown+label,
.mc-input input[type=text]:placeholder-shown+label,
.mc-input textarea.placeholder-shown+label,
.mc-input textarea:placeholder-shown+label {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.mc-input label,
.mc-input__error {
    position: absolute;
    z-index: 1;
    top: 6px;
    left: 8px;
    font-size: 11px;
    pointer-events: none;
    -webkit-transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 350ms cubic-bezier(0.25, 0.1, 0.25, 1)
}

.mc-input label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    color: rgba(77, 87, 103, 0.5)
}

.mc-input__checkbox label {
    position: static;
    top: auto;
    left: auto;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    pointer-events: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 10px;
    line-height: 1.6;
    letter-spacing: .2px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer
}

.mc-input__checkbox input[type=checkbox] {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: 0 0;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 16px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin: 0 8px 0 0;
    -webkit-transition: background 250ms ease;
    -o-transition: background 250ms ease;
    -moz-transition: background 250ms ease;
    transition: background 250ms ease
}

.mc-input__checkbox input[type=checkbox]:focus {
    outline: 0
}

.mc-input__checkbox input[type=checkbox]:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: url(https://node-module-assets.masterclass.com/mc-fe-styles/0.6.1/mc-icons/forms/checkmark.svg) center/10px 10px no-repeat;
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transition: opacity 250ms ease, -webkit-transform 250ms ease;
    transition: opacity 250ms ease, -webkit-transform 250ms ease;
    -o-transition: opacity 250ms ease, -o-transform 250ms ease;
    -moz-transition: opacity 250ms ease, transform 250ms ease, -moz-transform 250ms ease;
    transition: opacity 250ms ease, transform 250ms ease;
    transition: opacity 250ms ease, transform 250ms ease, -webkit-transform 250ms ease, -moz-transform 250ms ease, -o-transform 250ms ease
}

.mc-input__checkbox input[type=checkbox]:active,
.mc-input__checkbox input[type=checkbox]:checked {
    background: #333;
    outline: 0
}

.mc-input__checkbox input[type=checkbox]:active:after,
.mc-input__checkbox input[type=checkbox]:checked:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.mc-input--has-error .mc-input__error {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.mc-input--has-error input[type=email],
.mc-input--has-error input[type=number],
.mc-input--has-error input[type=password],
.mc-input--has-error input[type=search],
.mc-input--has-error input[type=tel],
.mc-input--has-error input[type=text],
.mc-input--has-error textarea {
    border-color: #cf3434;
    padding: 23px 8px 9px
}

.mc-input--has-error input[type=email].placeholder-shown,
.mc-input--has-error input[type=email]:placeholder-shown,
.mc-input--has-error input[type=number].placeholder-shown,
.mc-input--has-error input[type=number]:placeholder-shown,
.mc-input--has-error input[type=password].placeholder-shown,
.mc-input--has-error input[type=password]:placeholder-shown,
.mc-input--has-error input[type=search].placeholder-shown,
.mc-input--has-error input[type=search]:placeholder-shown,
.mc-input--has-error input[type=tel].placeholder-shown,
.mc-input--has-error input[type=tel]:placeholder-shown,
.mc-input--has-error input[type=text].placeholder-shown,
.mc-input--has-error input[type=text]:placeholder-shown,
.mc-input--has-error textarea.placeholder-shown,
.mc-input--has-error textarea:placeholder-shown {
    padding: 23px 8px 9px
}

.mc-input--has-error input[type=email]:focus,
.mc-input--has-error input[type=number]:focus,
.mc-input--has-error input[type=password]:focus,
.mc-input--has-error input[type=search]:focus,
.mc-input--has-error input[type=tel]:focus,
.mc-input--has-error input[type=text]:focus,
.mc-input--has-error textarea:focus {
    border-color: #cf3434
}

.mc-input--has-error label {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px)
}

.mc-input__error {
    opacity: 0;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    color: #cf3434;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: -webkit-calc(100% - 24px);
    width: -moz-calc(100% - 24px);
    width: calc(100% - 24px)
}

.mc-instructor-tile {
    position: relative;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer
}

.mc-instructor-tile:hover .mc-instructor-tile__captions {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px)
}

.mc-instructor-tile:hover .mc-instructor-tile__image {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.mc-instructor-tile__image-wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 60.606%
}

.mc-instructor-tile__image-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), color-stop(25%, rgba(0, 0, 0, 0.6)), color-stop(45%, transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0, rgba(0, 0, 0, 0.6) 25%, transparent 45%)
}

.mc-instructor-tile__image-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 99.9%
}

.mc-instructor-tile__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -o-transition: -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    -moz-transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1);
    transition: transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -webkit-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -moz-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1), -o-transform 15s cubic-bezier(0.02, 0.075, 0.42, 1)
}

.mc-instructor-tile__captions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 14px 14px;
    z-index: 1;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -o-transition: -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    -moz-transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1);
    transition: transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -webkit-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -moz-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1), -o-transform 0.75s cubic-bezier(0.29, 1.185, 1, 1)
}

.mc-instructor-tile__link-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer
}

.mc-instructor-tile__title {
    color: #fff;
    font-size: 19px;
    line-height: 1.3;
    margin-bottom: 2px;
    letter-spacing: 2px;
    text-transform: uppercase
}

.mc-instructor-tile__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 1.2px;
    text-transform: uppercase
}

@media (min-width: 480px) {
    .mc-input__checkbox label {
        font-size: 13px;
        line-height: 1.4
    }
    .mc-input__checkbox input[type=checkbox] {
        margin: 0 12px 0 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
    .mc-instructor-tile__captions {
        padding: 0 24px 18px
    }
}

.mc-instructor-grid {
    margin: 0 -10px
}

.mc-instructor-grid__tile {
    max-width: 420px;
    padding: 0 10px;
    margin-bottom: 20px
}

.mc-instructor-grid-overlay {
    position: relative;
    width: 100%;
    text-align: center
}

.mc-instructor-grid-overlay--opened .mc-instructor-grid-overlay__button {
    opacity: 0
}

.mc-instructor-grid-overlay--opened .mc-instructor-grid-overlay__wrapper {
    margin-bottom: 0
}

.mc-instructor-grid-overlay--opened .mc-instructor-grid-overlay__wrapper:after {
    opacity: 0
}

.mc-instructor-grid-overlay .mc-instructor-grid__tile:nth-child(-n+4) {
    display: block;
    opacity: 1
}

.mc-instructor-grid-overlay .mc-instructor-grid__tile {
    display: none;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    transition: opacity 1s linear
}

.mc-instructor-grid-overlay__wrapper {
    position: relative;
    overflow: hidden;
    width: 100%
}

@media (min-width: 600px) {
    .mc-instructor-grid__tile {
        max-width: none
    }
    .mc-instructor-grid-overlay__wrapper:after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 75%;
        background: -webkit-gradient(linear, left bottom, left top, from(black), to(transparent));
        background: -webkit-linear-gradient(bottom, #000, transparent);
        background: -moz-linear-gradient(bottom, #000, transparent);
        background: -o-linear-gradient(bottom, #000, transparent);
        background: linear-gradient(-360deg, #000, transparent);
        -webkit-transition: opacity .2s linear;
        -o-transition: opacity .2s linear;
        -moz-transition: opacity .2s linear;
        transition: opacity .2s linear;
        z-index: 12;
        pointer-events: none
    }
    .mc-instructor-grid-overlay__button {
        margin-top: 32px
    }
    .mc-instructor-grid-overlay .mc-instructor-grid {
        margin-bottom: -85px
    }
    .mc-instructor-grid-overlay .mc-instructor-grid__tile:nth-child(-n+6) {
        display: block;
        opacity: 1
    }
}

.feature-block {
    padding-bottom: 48px
}

.feature-block .mc-container {
    max-width: 480px
}

.feature-block--has-background {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#111), to(#000));
    background-image: -webkit-linear-gradient(bottom, #111, #000);
    background-image: -moz-linear-gradient(bottom, #111, #000);
    background-image: -o-linear-gradient(bottom, #111, #000);
    background-image: linear-gradient(to top, #111, #000);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.feature-block__col {
    padding: 0 20px;
    margin-bottom: 32px;
    text-align: center
}

.feature-block__col:last-child {
    margin-bottom: 0
}

.feature-block__icon {
    margin-bottom: 24px;
    width: 100%;
    max-width: 80px
}

.feature-block__primary-heading {
    text-align: center;
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: 1px;
    margin: 24px 0 48px;
    color: #fff
}

.feature-block__heading {
    margin-bottom: 16px;
    font-size: 26px;
    line-height: .85;
    letter-spacing: .6px;
    color: #fff
}

.feature-block__text {
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: .2px;
    color: rgba(255, 255, 255, 0.5)
}

@media (min-width: 480px) {
    .feature-block {
        padding-bottom: 48px
    }
    #mc-footer .nav-footer-item {
        border-left: 1px solid rgba(255, 255, 255, 0.2)
    }
    #mc-footer .nav-footer-item:first-child,
    #mc-footer .nav-footer-item:nth-child(4) {
        border-left: 0
    }
}

@media (min-width: 768px) {
    .feature-block {
        padding-bottom: 64px
    }
    .feature-block__layout {
        margin: 0 -32px
    }
    .feature-block__col {
        padding: 0 32px;
        margin-bottom: 48px
    }
    .feature-block__primary-heading {
        font-size: 26px;
        line-height: 1.22;
        letter-spacing: 1px
    }
}

#mc-footer {
    background: #000;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1em;
    font-size: .9em;
    clear: both;
    text-align: center
}

#mc-footer .mc-container {
    padding: 1em 0
}

#mc-footer .copyright {
    font-size: .87em;
    margin-bottom: -1em;
    color: rgba(255, 255, 255, 0.2)
}

#mc-footer #logo-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.5em 1em 2.5em;
    width: 135px;
    height: 128px
}

#mc-footer #ssl-badge {
    display: none;
    max-width: 140px
}

#mc-footer .nav-footer {
    padding: 2em 0
}

#mc-footer .nav-footer-items {
    margin: 0 auto;
    max-width: 350px
}

#mc-footer .nav-footer-items a {
    color: #fff
}

#mc-footer .nav-footer-item {
    display: inline-block;
    vertical-align: middle;
    font-size: .87em;
    text-transform: uppercase;
    margin: .75em 0;
    padding: 0 7px 0 8px
}

#mc-footer.footer-full {
    position: relative;
    z-index: 2
}

#mc-footer.footer-full #ssl-badge {
    display: inline-block
}

#mc-footer.footer-full #logo-footer {
    background: #000;
    border: 0;
    padding: 1em 2em;
    width: auto;
    height: auto
}

#mc-footer.footer-full .footer-cols {
    padding: 0
}

#mc-footer.footer-full .footer-cols:after {
    content: "";
    display: block;
    clear: both
}

#mc-footer.footer-full .footer-col {
    display: inline-block;
    vertical-align: top;
    max-width: 325px;
    margin: 1.5em 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.5)
}

#mc-footer.footer-full .footer-col:first-child {
    display: none
}

#mc-footer.footer-full .footer-col p {
    line-height: 1.5385;
    margin: 1em 0 1.5em
}

#mc-footer.footer-full .footer-col-title {
    font: 1.5em Lato, Helvetica, Arial, sans-serif;
    letter-spacing: .04167em;
    color: #fff;
    text-transform: uppercase
}

#mc-footer.footer-full .nav-footer {
    border: 0
}

#mc-footer.footer-full .nav-footer-items {
    max-width: 350px
}

#mc-footer.footer-full .copyright {
    margin: 1em 0 0
}

@media (min-width: 768px) {
    #mc-footer .mc-container {
        padding: 1em
    }
    #mc-footer.footer-full .nav-footer-items {
        max-width: none
    }
    #mc-footer.footer-full .footer-col {
        padding: 0 1.5em
    }
}

@media (min-width: 992px) {
    .mc-instructor-grid-overlay .mc-instructor-grid__tile:nth-child(-n+9) {
        display: block;
        opacity: 1
    }
    .feature-block .mc-container {
        max-width: 1070px;
        overflow: hidden
    }
    .feature-block {
        padding-top: 64px
    }
    .feature-block__col {
        margin-bottom: 0
    }
    .feature-block__primary-heading {
        margin-top: 0
    }
    #mc-footer {
        padding: 3em 1em
    }
    #mc-footer #logo-footer,
    #mc-footer #ssl-badge,
    #mc-footer .nav-footer {
        display: inline-block;
        vertical-align: middle
    }
    #mc-footer #logo-footer {
        width: 97px;
        height: 64px;
        border-bottom: 0;
        padding: 0
    }
    #mc-footer .nav-footer {
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin: 0 2.5em;
        padding: 0 2.5em;
        border-top: 0;
        border-bottom: 0
    }
    #mc-footer.footer-full #logo-footer {
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-top: 2px solid rgba(255, 255, 255, 0.4);
        border-bottom: 2px solid rgba(255, 255, 255, 0.4)
    }
    #mc-footer.footer-full .footer-cols {
        padding: 4em 0
    }
    #mc-footer.footer-full .footer-col {
        display: block;
        float: left;
        width: 33.33%;
        max-width: none;
        margin: 0
    }
    #mc-footer.footer-full .footer-col:first-child {
        display: block
    }
    #mc-footer.footer-full .footer-col:nth-child(2) {
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 0;
        border-bottom: 0
    }
}

.wistia_embed [data-handle=clickForSoundButton] {
    display: none !important
}

.mc-container {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px
}

.mc-contain-middle {
    max-width: 1200px
}

.mc-contain-inner {
    max-width: 1070px
}

.mc-layout .mc-col-1,
.mc-layout .mc-col-10,
.mc-layout .mc-col-11,
.mc-layout .mc-col-12,
.mc-layout .mc-col-2,
.mc-layout .mc-col-3,
.mc-layout .mc-col-4,
.mc-layout .mc-col-5,
.mc-layout .mc-col-6,
.mc-layout .mc-col-7,
.mc-layout .mc-col-8,
.mc-layout .mc-col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.mc-layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mc-layout .mc-col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0
}

.mc-layout .mc-col--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.mc-layout .mc-col--center {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.mc-layout .mc-col--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.mc-layout--top-right {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mc-layout--bottom-right {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mc-layout--right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.mc-layout--bottom-center {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mc-layout--center-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mc-layout--center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mc-layout--top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.mc-layout--top-center {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.mc-layout--bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.mc-layout--vcenter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mc-layout .mc-col-1 {
    width: 8.333%
}

.mc-layout .mc-col-2 {
    width: 16.667%
}

.mc-layout .mc-col-3 {
    width: 25%
}

.mc-layout .mc-col-4 {
    width: 33.333%
}

.mc-layout .mc-col-5 {
    width: 41.667%
}

.mc-layout .mc-col-6 {
    width: 50%
}

.mc-layout .mc-col-7 {
    width: 58.333%
}

.mc-layout .mc-col-8 {
    width: 66.667%
}

.mc-layout .mc-col-9 {
    width: 75%
}

.mc-layout .mc-col-10 {
    width: 83.333%
}

.mc-layout .mc-col-11 {
    width: 91.667%
}

.mc-layout .mc-col-12 {
    width: 100%
}

@media (min-width: 480px) {
    .mc-layout .mc-col-tiny-1,
    .mc-layout .mc-col-tiny-10,
    .mc-layout .mc-col-tiny-11,
    .mc-layout .mc-col-tiny-12,
    .mc-layout .mc-col-tiny-2,
    .mc-layout .mc-col-tiny-3,
    .mc-layout .mc-col-tiny-4,
    .mc-layout .mc-col-tiny-5,
    .mc-layout .mc-col-tiny-6,
    .mc-layout .mc-col-tiny-7,
    .mc-layout .mc-col-tiny-8,
    .mc-layout .mc-col-tiny-9,
    .mc-layout .mc-col-tiny-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .mc-layout .mc-col-tiny {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    .mc-layout .mc-col-tiny-auto {
        width: auto
    }
    .mc-layout .mc-col-tiny-1 {
        width: 8.333%
    }
    .mc-layout .mc-col-tiny-2 {
        width: 16.667%
    }
    .mc-layout .mc-col-tiny-3 {
        width: 25%
    }
    .mc-layout .mc-col-tiny-4 {
        width: 33.333%
    }
    .mc-layout .mc-col-tiny-5 {
        width: 41.667%
    }
    .mc-layout .mc-col-tiny-6 {
        width: 50%
    }
    .mc-layout .mc-col-tiny-7 {
        width: 58.333%
    }
    .mc-layout .mc-col-tiny-8 {
        width: 66.667%
    }
    .mc-layout .mc-col-tiny-9 {
        width: 75%
    }
    .mc-layout .mc-col-tiny-10 {
        width: 83.333%
    }
    .mc-layout .mc-col-tiny-11 {
        width: 91.667%
    }
    .mc-layout .mc-col-tiny-12 {
        width: 100%
    }
}

@media (min-width: 600px) {
    .mc-layout .mc-col-mini-1,
    .mc-layout .mc-col-mini-10,
    .mc-layout .mc-col-mini-11,
    .mc-layout .mc-col-mini-12,
    .mc-layout .mc-col-mini-2,
    .mc-layout .mc-col-mini-3,
    .mc-layout .mc-col-mini-4,
    .mc-layout .mc-col-mini-5,
    .mc-layout .mc-col-mini-6,
    .mc-layout .mc-col-mini-7,
    .mc-layout .mc-col-mini-8,
    .mc-layout .mc-col-mini-9,
    .mc-layout .mc-col-mini-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .mc-layout .mc-col-mini {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    .mc-layout .mc-col-mini-auto {
        width: auto
    }
    .mc-layout .mc-col-mini-1 {
        width: 8.333%
    }
    .mc-layout .mc-col-mini-2 {
        width: 16.667%
    }
    .mc-layout .mc-col-mini-3 {
        width: 25%
    }
    .mc-layout .mc-col-mini-4 {
        width: 33.333%
    }
    .mc-layout .mc-col-mini-5 {
        width: 41.667%
    }
    .mc-layout .mc-col-mini-6 {
        width: 50%
    }
    .mc-layout .mc-col-mini-7 {
        width: 58.333%
    }
    .mc-layout .mc-col-mini-8 {
        width: 66.667%
    }
    .mc-layout .mc-col-mini-9 {
        width: 75%
    }
    .mc-layout .mc-col-mini-10 {
        width: 83.333%
    }
    .mc-layout .mc-col-mini-11 {
        width: 91.667%
    }
    .mc-layout .mc-col-mini-12 {
        width: 100%
    }
}

@media (min-width: 768px) {
    .mc-layout .mc-col-sm-1,
    .mc-layout .mc-col-sm-10,
    .mc-layout .mc-col-sm-11,
    .mc-layout .mc-col-sm-12,
    .mc-layout .mc-col-sm-2,
    .mc-layout .mc-col-sm-3,
    .mc-layout .mc-col-sm-4,
    .mc-layout .mc-col-sm-5,
    .mc-layout .mc-col-sm-6,
    .mc-layout .mc-col-sm-7,
    .mc-layout .mc-col-sm-8,
    .mc-layout .mc-col-sm-9,
    .mc-layout .mc-col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .mc-layout .mc-col-sm {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    .mc-layout .mc-col-sm-auto {
        width: auto
    }
    .mc-layout .mc-col-sm-1 {
        width: 8.333%
    }
    .mc-layout .mc-col-sm-2 {
        width: 16.667%
    }
    .mc-layout .mc-col-sm-3 {
        width: 25%
    }
    .mc-layout .mc-col-sm-4 {
        width: 33.333%
    }
    .mc-layout .mc-col-sm-5 {
        width: 41.667%
    }
    .mc-layout .mc-col-sm-6 {
        width: 50%
    }
    .mc-layout .mc-col-sm-7 {
        width: 58.333%
    }
    .mc-layout .mc-col-sm-8 {
        width: 66.667%
    }
    .mc-layout .mc-col-sm-9 {
        width: 75%
    }
    .mc-layout .mc-col-sm-10 {
        width: 83.333%
    }
    .mc-layout .mc-col-sm-11 {
        width: 91.667%
    }
    .mc-layout .mc-col-sm-12 {
        width: 100%
    }
}

@media (min-width: 992px) {
    .mc-layout .mc-col-med-1,
    .mc-layout .mc-col-med-10,
    .mc-layout .mc-col-med-11,
    .mc-layout .mc-col-med-12,
    .mc-layout .mc-col-med-2,
    .mc-layout .mc-col-med-3,
    .mc-layout .mc-col-med-4,
    .mc-layout .mc-col-med-5,
    .mc-layout .mc-col-med-6,
    .mc-layout .mc-col-med-7,
    .mc-layout .mc-col-med-8,
    .mc-layout .mc-col-med-9,
    .mc-layout .mc-col-med-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .mc-layout .mc-col-med {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    .mc-layout .mc-col-med-auto {
        width: auto
    }
    .mc-layout .mc-col-med-1 {
        width: 8.333%
    }
    .mc-layout .mc-col-med-2 {
        width: 16.667%
    }
    .mc-layout .mc-col-med-3 {
        width: 25%
    }
    .mc-layout .mc-col-med-4 {
        width: 33.333%
    }
    .mc-layout .mc-col-med-5 {
        width: 41.667%
    }
    .mc-layout .mc-col-med-6 {
        width: 50%
    }
    .mc-layout .mc-col-med-7 {
        width: 58.333%
    }
    .mc-layout .mc-col-med-8 {
        width: 66.667%
    }
    .mc-layout .mc-col-med-9 {
        width: 75%
    }
    .mc-layout .mc-col-med-10 {
        width: 83.333%
    }
    .mc-layout .mc-col-med-11 {
        width: 91.667%
    }
    .mc-layout .mc-col-med-12 {
        width: 100%
    }
}

@media (min-width: 1200px) {
    #mc-footer .nav-footer-items {
        max-width: none
    }
    #mc-footer .nav-footer-items .nav-footer-item:nth-child(4) {
        border-left: 1px solid rgba(255, 255, 255, 0.2)
    }
    #mc-footer .nav-footer {
        margin: 0 20px;
        padding: 20px 10px
    }
    .mc-layout .mc-col-lg-1,
    .mc-layout .mc-col-lg-10,
    .mc-layout .mc-col-lg-11,
    .mc-layout .mc-col-lg-12,
    .mc-layout .mc-col-lg-2,
    .mc-layout .mc-col-lg-3,
    .mc-layout .mc-col-lg-4,
    .mc-layout .mc-col-lg-5,
    .mc-layout .mc-col-lg-6,
    .mc-layout .mc-col-lg-7,
    .mc-layout .mc-col-lg-8,
    .mc-layout .mc-col-lg-9,
    .mc-layout .mc-col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -moz-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
    .mc-layout .mc-col-lg {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -moz-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    }
    .mc-layout .mc-col-lg-auto {
        width: auto
    }
    .mc-layout .mc-col-lg-1 {
        width: 8.333%
    }
    .mc-layout .mc-col-lg-2 {
        width: 16.667%
    }
    .mc-layout .mc-col-lg-3 {
        width: 25%
    }
    .mc-layout .mc-col-lg-4 {
        width: 33.333%
    }
    .mc-layout .mc-col-lg-5 {
        width: 41.667%
    }
    .mc-layout .mc-col-lg-6 {
        width: 50%
    }
    .mc-layout .mc-col-lg-7 {
        width: 58.333%
    }
    .mc-layout .mc-col-lg-8 {
        width: 66.667%
    }
    .mc-layout .mc-col-lg-9 {
        width: 75%
    }
    .mc-layout .mc-col-lg-10 {
        width: 83.333%
    }
    .mc-layout .mc-col-lg-11 {
        width: 91.667%
    }
    .mc-layout .mc-col-lg-12 {
        width: 100%
    }
}

.mobile-only {
    display: block !important
}

.desktop-only {
    display: none !important
}

@media (min-width: 768px) {
    .mobile-only {
        display: none !important
    }
    .desktop-only {
        display: block !important
    }
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
    display: none !important
}

.small-caps {
    font-size: .909em
}

.screenreader {
    width: 0;
    height: 0;
    text-indent: -10000px;
    display: block;
    margin: 0
}

.mc-fixed-position {
    position: fixed;
    overflow: hidden
}

body {
    /*font-family: Lato, Helvetica, Arial, sans-serif;*/
    -webkit-font-smoothing: antialiased
}


/*!
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    from,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

@keyframes jello {
    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
        transform: skewX(0.39062deg) skewY(0.39062deg)
    }
    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@keyframes endscreen-fade {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.mc-brightcove-player-wrapper {
    position: relative;
    display: block;
    overflow: hidden
}

.mc-brightcove-player-ratio {
    padding-bottom: 56.25%
}

.mc-brightcove-player {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.mc-brightcove-player .vjs-overlay-buttons {
    position: absolute;
    z-index: 1;
    height: auto;
    bottom: 10px;
    left: 20px;
    text-align: left
}

.mc-brightcove-player .vjs-overlay-buttons .vjs-control {
    width: 35px;
    height: 35px;
    margin: 0
}

.mc-brightcove-player .vjs-overlay-buttons .vjs-control:before {
    font-size: 35px;
    line-height: 1
}

.mc-brightcove-player.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.mc-brightcove-player .vjs-duration.vjs-time-control.vjs-control,
.mc-brightcove-player .vjs-current-time.vjs-time-control.vjs-control {
    display: flex
}

.mc-brightcove-player .vjs-custom-endscreen-overlay {
    background-color: rgba(48, 48, 48, 0.91);
    background-image: radial-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.9));
    opacity: 0;
    animation: 700ms endscreen-fade ease-out;
    animation-fill-mode: forwards
}

.mc-brightcove-player .vjs-endscreen-overlay-content {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    height: 100%;
    background: transparent
}

.mc-post-roll-container,
.wistia-post-roll-container {
    display: none
}

.mc-post-roll {
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 3vw;
    font-weight: 300
}

.mc-post-roll * {
    box-sizing: border-box !important
}

.mc-post-roll h2 {
    margin: 0;
    font-family: 'Raleway', Arial, sans-serif;
    font-size: 2.7em;
    font-weight: 600;
    letter-spacing: .05em
}

.mc-post-roll h3 {
    margin: 0;
    letter-spacing: .05em;
    font-size: 2em;
    font-weight: 100;
    color: rgba(255, 255, 255, 0.5)
}

.mc-post-roll .mc-button {
    display: inline-block;
    max-width: 268px !important;
    letter-spacing: 0.15em;
    font-size: 1em;
    margin-top: 1.3em;
    padding: 1em 1.5em;
    cursor: pointer
}

.mc-post-roll .free-trial-post-roll {
    max-width: 350px;
    margin: 0 auto
}

.mc-post-roll .free-trial-post-roll .mc-button {
    max-width: none !important
}

@media (min-width: 576px) {
    .mc-post-roll {
        font-size: 14px
    }
}

@media (min-width: 768px) {
    .mc-post-roll {
        font-size: 17px
    }
    .mc-post-roll .mc-button {
        width: 100%
    }
}

@media (min-width: 960px) {
    .mc-post-roll {
        font-size: 19px
    }
}

.basic-modal {
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s
}

.basic-modal.active,
.basic-modal:target {
    opacity: 1;
    visibility: visible
}

.basic-modal__close {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 50px;
    font-weight: 100;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
    transition: all .2s;
    opacity: .5;
    z-index: 10000
}

.basic-modal__close:hover {
    opacity: 1;
    transform: scale(1.05)
}

.basic-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    padding: 60px 30px;
    opacity: 0;
    transition: all .3s .2s;
    transform: translate(-50%, -250%);
    height: 100vh
}

.basic-modal.active .basic-modal__content,
.basic-modal:target .basic-modal__content {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.circle-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.circle-icon__icon {
    position: relative;
    height: 64px;
    width: 64px;
    border-radius: 50%;
    display: block;
    border: 3px solid rgba(255, 255, 255, 0.75);
    transform: scale(1);
    transition: all .3s
}

.circle-icon__icon:hover {
    border-color: white
}

.circle-icon__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-36%, -50%);
    opacity: .75;
    transition: opacity .3s
}

.circle-icon:hover .circle-icon__icon .circle-icon__play {
    opacity: 1
}

.circle-icon--small {
    transform: translate(-50%, -50%) scale(0.75)
}

.circle-icon--big {
    transform: translate(-50%, -50%) scale(1.75)
}

.i-tile-four-by-three {
    position: relative
}

.i-tile-four-by-three:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 75%
}

.i-tile-four-by-three>.background {
    position: absolute;
    background-size: cover;
    background-repeat: cover;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.i-tile-four-by-three .content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.i-tile-sixteen-by-nine {
    position: relative
}

.i-tile-sixteen-by-nine:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%
}

.i-tile-sixteen-by-nine>.background {
    position: absolute;
    background-size: cover;
    background-repeat: cover;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.i-tile-sixteen-by-nine .content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.i-tile-small {
    position: relative
}

.i-tile-small:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 60.9%
}

.i-tile-small>.background {
    position: absolute;
    background-size: cover;
    background-repeat: cover;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.i-tile-small .content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.i-tile-four-by-three,
.i-tile-sixteen-by-nine,
.i-tile-small {
    overflow: hidden;
    cursor: pointer
}

.i-tile-four-by-three>.background,
.i-tile-sixteen-by-nine>.background,
.i-tile-small>.background {
    transform: scale(1);
    transition: transform 8s ease
}

.i-tile-four-by-three .content,
.i-tile-sixteen-by-nine .content,
.i-tile-small .content {
    border: 1px solid rgba(255, 255, 255, 0.15)
}

.i-tile-four-by-three:hover>.background,
.i-tile-sixteen-by-nine:hover>.background,
.i-tile-small:hover>.background {
    transform: scale(1.1)
}

.legacy-mc-components-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    -webkit-animation: backgroundFadeIn 250ms;
    animation: backgroundFadeIn 250ms;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 999
}

@-webkit-keyframes backgroundFadeIn {
    from {
        background-color: transparent
    }
    to {
        background-color: rgba(0, 0, 0, 0.8)
    }
}

@keyframes backgroundFadeIn {
    from {
        background-color: transparent
    }
    to {
        background-color: rgba(0, 0, 0, 0.8)
    }
}

@media (max-width: 576px) {
    .legacy-mc-components-modal {
        align-items: flex-start
    }
}

.legacy-mc-components-modal__container {
    max-width: 48rem;
    flex: 1;
    margin: auto
}

@media (max-width: 576px) {
    .legacy-mc-components-modal__container {
        max-width: calc(100% - 2.4rem);
        margin: 0 auto
    }
}

.legacy-mc-components-modal__rounded-box {
    padding: 3.6rem 4.8rem;
    position: relative;
    margin: 5rem 0
}

@media (max-width: 576px) {
    .legacy-mc-components-modal__rounded-box {
        padding: 3.6rem 1.6rem 1.6rem;
        margin: 1.2rem 0
    }
}

.legacy-mc-components-modal__close-icon {
    cursor: pointer;
    display: flex;
    position: absolute;
    top: 3.2rem;
    color: #fff
}

@media (max-width: 576px) {
    .legacy-mc-components-modal__close-icon {
        display: none
    }
}

.legacy-mc-components-modal__close-icon--outside-right {
    right: 3.2rem
}

.legacy-mc-components-modal__close-icon--outside-left {
    left: 3.2rem
}

.legacy-mc-components-modal__inner-close-icon {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 1.4rem
}

.legacy-mc-components-modal__inner-close-icon svg {
    opacity: 0.3
}

.legacy-mc-components-modal__inner-close-icon path {
    fill: #000;
    stroke: #000
}

@media (max-width: 576px) {
    .legacy-mc-components-modal__inner-close-icon {
        display: flex
    }
}

.legacy-mc-components-modal__inner-close-icon--inside-right {
    right: 1.4rem
}

.legacy-mc-components-modal__inner-close-icon--inside-left {
    left: 1.4rem
}

.legacy-mc-components-modal__inner-close-icon--desktop-active {
    display: flex
}

.legacy-mc-components-modal__paragraph {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: center;
    letter-spacing: 0.02rem;
    color: rgba(39, 44, 51, 0.8)
}

.legacy-mc-components-modal__body--open {
    overflow: hidden;
    height: 100vh
}

.modal-header__header {
    color: #000;
    font-weight: 700;
    line-height: 3.4rem;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
    margin: 1.6rem 0;
    text-align: center
}

.legacy-mc-components-modal-header__subheader {
    color: rgba(77, 87, 104, 0.3);
    font-weight: 700;
    line-height: 2rem;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    text-align: center;
    text-transform: uppercase
}

.legacy-mc-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 12px;
    opacity: 0;
    visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 130
}

.legacy-mc-modal:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 0;
    max-height: 0;
    background: transparent;
    transition: background 200ms ease, max-width 0ms 200ms, max-height 0ms 200ms
}

.legacy-mc-modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 450px;
    height: auto;
    padding: 1.6em 2.4em;
    background: #fff;
    opacity: 0;
    box-shadow: 1px solid rgba(0, 0, 0, 0.5);
    color: #000;
    transform: translate(-50%, calc(-50% + 10px));
    transition: none;
    transition-delay: 0ms
}

.legacy-mc-modal-dialog--scroll {
    top: 2em;
    transform: translate(-50%, 10px)
}

.legacy-mc-modal-close {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 5px;
    opacity: 0.2;
    z-index: 1;
    transition: opacity 150ms ease;
    -webkit-backface-visibility: hidden
}

.legacy-mc-modal-close:hover {
    opacity: 0.4
}

.legacy-mc-modal-title {
    text-align: center;
    font-size: 1.33em;
    margin-bottom: 1.25em;
    color: #596170
}

.modal-active {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100%
}

.modal-active .legacy-mc-modal:before {
    background: rgba(0, 0, 0, 0.8);
    max-width: 100%;
    max-height: 100%;
    transition: background 200ms ease, max-width 0ms 0ms, max-height 0ms 0ms
}

.modal-active.modal-blur:before {
    background: rgba(0, 0, 0, 0.2)
}

.modal-active.modal-blur>*:not(.legacy-mc-modal) {
    filter: blur(5px);
    backface-visibility: hidden;
    perspective: 1000;
    transition: filter 300ms ease
}

.modal-active.modal-blur>div:last-of-type,
.modal-active.modal-blur #lpformframesign-in-email,
.modal-active.modal-blur>iframe:last-of-type {
    filter: blur(0)
}

.modal-active .legacy-mc-modal.full .legacy-mc-modal-dialog {
    transform: translate(-50%, 0%)
}

.legacy-mc-modal.visible {
    width: 100%;
    height: 100%;
    visibility: visible;
    opacity: 1
}

.legacy-mc-modal.visible .legacy-mc-modal-dialog {
    max-width: calc(100% - 4em);
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: transform 300ms ease 450ms, opacity 200ms ease 450ms
}

.legacy-mc-modal.visible .legacy-mc-modal-dialog--scroll {
    transform: translate(-50%, 0)
}

@media (min-width: 960px) {
    .legacy-mc-modal {
        font-size: 15px
    }
}

.legacy-mc-modal.login .or {
    position: relative;
    margin: 0 0 0.4em 0;
    text-align: center;
    color: rgba(89, 97, 112, 0.8);
    text-transform: uppercase
}

.legacy-mc-modal.login .or:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(89, 97, 112, 0.2);
    z-index: -1
}

.legacy-mc-modal.login .or span {
    display: inline-block;
    vertical-align: middle;
    padding: 0.5em 1em;
    background: #fff
}

.legacy-mc-modal.login button {
    display: block;
    cursor: pointer;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    border: 0;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    font-size: 1.2em;
    letter-spacing: 0.035em;
    padding: 1.05em 0.5em;
    transition: background 200ms ease
}

.legacy-mc-modal.login .modal-subtext {
    font-size: 0.9333em;
    text-align: center;
    color: rgba(89, 97, 112, 0.6)
}

.legacy-mc-modal.login .modal-subtext.existing-fb {
    margin-bottom: 20px
}

.legacy-mc-modal.login .legacy-mc-modal-submit {
    margin: 0.75em 0 0;
    background: #c83232;
    text-transform: uppercase
}

.legacy-mc-modal.login .legacy-mc-modal-submit:hover {
    background: #d63636
}

.legacy-mc-modal.login .button_desc {
    width: 100%;
    font-size: 0.933em;
    margin-top: 0.8em;
    text-align: center;
    color: #596170
}

.legacy-mc-modal.login .button_desc a {
    color: #c83232;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0);
    transition: box-shadow 150ms ease
}

.legacy-mc-modal.login .button_desc a:hover {
    box-shadow: 0 1px 0 #c83232
}

.legacy-mc-modal.login input {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0.7em 0.5em;
    font-size: 1em;
    border: 1px solid rgba(0, 0, 0, 0.14);
    border-radius: 3px;
    box-shadow: none;
    appearance: none;
    transition: border 150ms ease
}

.legacy-mc-modal.login input#sign-in-password {
    margin-bottom: 0
}

.legacy-mc-modal.login input:focus {
    outline: none;
    border: 1px solid #596170
}

.legacy-mc-modal.login input.error {
    border: 1px solid rgba(200, 50, 50, 0.6)
}

.legacy-mc-modal.login label.error {
    display: block;
    color: rgba(200, 50, 50, 0.6);
    margin: 0 0 0.5em
}

.legacy-mc-modal.login #sign-in-forgot-password {
    margin: 0.3em 0 0;
    text-align: right;
    font-size: 0.9333em
}

.legacy-mc-modal.login #sign-in-forgot-password .forgot {
    color: rgba(89, 97, 112, 0.6)
}

.legacy-mc-modal.login #sign-in-forgot-password .forgot:hover {
    color: rgba(89, 97, 112, 0.8)
}

.legacy-mc-modal.chromeless:before {
    background: rgba(0, 0, 0, 0.95)
}

.legacy-mc-modal.chromeless .legacy-mc-modal-close {
    opacity: 0.5;
    color: #fff
}

.legacy-mc-modal.chromeless .legacy-mc-modal-close:hover {
    opacity: 1
}

.legacy-mc-modal.chromeless .legacy-mc-modal-dialog {
    background: transparent;
    padding: 0;
    color: #fff;
    box-shadow: none;
    width: 900px;
    height: auto;
    min-width: 200px;
    max-width: 100%
}

.legacy-mc-modal.chromeless .legacy-mc-modal-dialog .instructor-class {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 0 0.5em
}

.legacy-mc-modal.chromeless .modal-caption {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 0
}

.legacy-mc-modal.chromeless .modal-caption:after {
    content: "";
    display: block;
    clear: both
}

.legacy-mc-modal.chromeless .class-title {
    font-size: 1.07em;
    text-align: center;
    padding: 1em 0
}

.legacy-mc-modal.chromeless .ctas {
    display: block;
    float: none;
    text-align: center
}

.legacy-mc-modal.chromeless .ctas:after {
    content: "";
    display: block;
    clear: both
}

.legacy-mc-modal.chromeless .ctas .cta {
    margin: 0.55em 0 0.55em 1.1em
}

@media (min-width: 960px) {
    .legacy-mc-modal.chromeless .class-title {
        float: left
    }
    .legacy-mc-modal.chromeless .ctas {
        float: right
    }
}

.legacy-mc-modal.full .legacy-mc-modal-close {
    opacity: 0.5
}

.legacy-mc-modal.full .legacy-mc-modal-close:hover {
    opacity: 1
}

.legacy-mc-modal.full .modal-caption {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 0
}

.legacy-mc-modal.full .modal-caption:after {
    content: "";
    display: block;
    clear: both
}

.legacy-mc-modal.full .legacy-mc-modal-title {
    position: relative;
    font-size: 1.5em;
    margin: 1em auto;
    text-align: center;
    color: #fff
}

.legacy-mc-modal.full .legacy-mc-modal-dialog {
    top: 5.0625em;
    width: calc(100% - 2em);
    max-width: 1000px;
    height: auto;
    max-height: calc(100% - 9.375em);
    overflow: auto;
    transform: translate(-50%, 1.875em)
}

.legacy-mc-modal.full.visible .legacy-mc-modal-dialog {
    max-width: 1000px
}

.brightcove-popover.legacy-mc-modal.chromeless .legacy-mc-modal-dialog {
    margin: 0 auto;
    width: 90%
}

@media (min-width: 960px) {
    .brightcove-popover.legacy-mc-modal.chromeless .legacy-mc-modal-dialog {
        padding: 10%
    }
}

.brightcove-popover.legacy-mc-modal.chromeless.visible .legacy-mc-modal-dialog {
    transition: opacity 600ms ease
}

.u-margin-right-small {
    display: inline-block;
    margin-right: 12px
}

.u-margin-left-small {
    display: inline-block;
    margin-left: 12px
}

.u-margin-bottom-small {
    display: inline-block;
    margin-bottom: 15px
}

.popover-trailer__video {
    position: relative;
    width: calc(80vmin * 1.77);
    height: 80vmin;
    margin: 0 auto;
    max-width: 100%
}

.popover-trailer__cta-content {
    margin: 20px 0
}

.popover-trailer__cta-content:after {
    content: "";
    display: block;
    clear: both
}

.popover-trailer__title {
    text-transform: uppercase;
    float: none;
    font-size: 13px;
    margin: 15px 0;
    text-align: center
}

.popover-trailer__instructor-name {
    color: #fff
}

.popover-trailer__instructor-class {
    color: rgba(255, 255, 255, 0.5);
    margin: 0 0 0 .5em
}

.popover-trailer__ctas {
    float: none;
    text-align: center
}

.popover-trailer__popover-information {
    float: none;
    text-align: center
}

.popover-trailer__clip-name {
    color: white;
    margin: 0 0 -8px;
    float: none;
    font-size: 20px
}

.popover-trailer__button {
    padding: 12px 25px
}

@media (min-width: 960px) {
    .popover-trailer__title {
        float: left;
        font-size: 16px;
        text-align: left
    }
    .popover-trailer__popover-information {
        text-align: left;
        float: left
    }
    .popover-trailer__ctas {
        float: right
    }
}

.tile-caption {
    position: absolute;
    color: white
}

.tile-caption__title {
    font-size: 15px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

.tile-caption__subtitle {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0
}

.tile-caption--gem {
    bottom: 10px;
    left: 10px;
    width: 200px
}

.tile-caption--gem .tile-caption__title,
.tile-caption--gem .tile-caption__subtitle {
    text-transform: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    width: 100%
}

.tile-caption--gem .tile-caption__title {
    margin-bottom: 4px
}

.tile-caption--gem .tile-caption__subtitle {
    font-size: 11px
}

@media (min-width: 960px) {
    .tile-caption__title {
        font-size: 20px;
        line-height: 24px
    }
    .tile-caption--gem {
        bottom: 20px;
        left: 20px;
        width: 300px;
        height: 45px
    }
    .tile-caption--gem .tile-caption__title {
        margin-bottom: 7px
    }
    .tile-caption--gem .tile-caption__subtitle {
        font-size: 14px
    }
}

.checkbox {
    position: relative;
    padding: 0 0.6rem
}

.checkbox__input {
    visibility: hidden;
    position: absolute
}

.checkbox__label {
    display: inline-block;
    letter-spacing: 0.2px;
    color: #4D5768;
    text-align: left;
    width: 85%
}

.checkbox__mock {
    position: relative;
    display: inline-block;
    flex: none;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 0.1rem solid rgba(148, 154, 164, 0.5);
    margin-right: 1.6rem;
    vertical-align: top;
    top: 1px
}

.checkbox__mock:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0
}

.checkbox__mock--checked {
    background-color: #949AA4
}

.checkbox__mock--checked:before {
    opacity: 1
}

.site-footer-v3 {
    max-width: 320px;
    margin: 64px auto 0;
    padding: 48px 16px
}

.site-footer-v3 .checkbox {
    padding: 0
}

.site-footer-v3 .checkbox__mock {
    margin-top: 2px;
    margin-right: 8px
}

.site-footer-v3 .checkbox__mock:before {
    left: 4px;
    top: 0px
}

.site-footer-v3__checkbox--message {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.5px;
    color: #949AA4;
    margin-top: 0
}

.site-footer-v3__checkbox--false .checkbox__mock {
    border: 1px solid #C83232
}

.site-footer-v3__checkbox--false .site-footer-v3__checkbox--message {
    color: #C83232
}

.site-footer-v3__checkbox--success {
    display: none
}

.site-footer-v3__logo {
    display: block;
    height: 64px;
    width: 97px;
    opacity: 0.8
}

.site-footer-v3__columns {
    display: flex;
    text-align: left;
    flex-wrap: wrap
}

.site-footer-v3__column {
    width: 100%;
    flex-shrink: 0
}

.site-footer-v3__column--logo {
    order: -2
}

.site-footer-v3__column--socials {
    order: -1;
    margin-top: 8px;
    min-width: 205px
}

.site-footer-v3__column--download {
    display: none
}

.site-footer-v3__link-header {
    font-size: 12px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-top: 32px;
    line-height: 15px;
    color: #596170;
    font-weight: bold
}

.site-footer-v3__link {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.015em;
    margin-top: 16px;
    transition: opacity 250ms ease
}

.site-footer-v3__link a {
    color: #949AA4
}

.site-footer-v3__email-input {
    margin-top: 8px;
    position: relative
}

.site-footer-v3__email-input span {
    content: '';
    width: 32px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(//do6eyjibs3jse.cloudfront.net/assets/footer_refresh/chevron-right-86abbba525edee476063939f0b5301fc7a8d97cb3affbd60429e7b7f042770e6.png) center/24px 24px no-repeat
}

.site-footer-v3__email-input input {
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.04em;
    color: white;
    background-color: black;
    border-radius: 4px;
    padding: 5px;
    outline: none;
    border: 1px solid #949AA4;
    padding-right: 32px;
    width: 100%;
    height: 40px;
    transition: border 250ms ease
}

.site-footer-v3__email-input input:focus {
    border-color: white
}

.site-footer-v3__email-input--success span {
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/footer_refresh/check-c7a2ee4498c816ca352a3bf34d9c9c19d9ea64fbb4076ba899d2081c37473d7a.png)
}

.site-footer-v3__email-input--failure span {
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/footer_refresh/close-8da570f1ae21def1c86d14ef29c2ebe9c8b78723509bf7ad35c7b857ef1e1e62.png)
}

.site-footer-v3__email-input--submitted input {
    border: 1px solid #949AA4;
    color: #949AA4
}

.site-footer-v3__email-input--submitted input:focus {
    border-color: #949AA4
}

.site-footer-v3__email-input--message {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
    margin-top: 4px;
    margin-bottom: 4px
}

.site-footer-v3__tos {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.04em;
    margin-top: 16px;
    color: #949AA4
}

.site-footer-v3__tos a {
    color: #949AA4;
    text-decoration: underline
}

.site-footer-v3__tos--success {
    display: none
}

.site-footer-v3__socials {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 18px 0 16px
}

.site-footer-v3__social {
    transition: opacity 250ms ease;
    opacity: 0.6;
    width: 34px;
    height: 34px
}

.site-footer-v3__social:last-child {
    margin-right: 0
}

.site-footer-v3__legal {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.04em;
    color: #596170;
    text-align: left;
    margin-top: 60px
}

.site-footer-v3__legal span {
    display: block
}

.site-footer-v3__secured-with img {
    margin-right: 5px
}

.site-footer-v3__store-icons {
    display: flex;
    align-items: center;
    margin-top: 58px
}

.site-footer-v3__store-icon {
    margin: 0 14px 0 0
}

.site-footer-v3__store-icon:last-child {
    margin-right: 0
}

.site-footer-v3__store-icon img {
    display: block;
    width: 100%
}

@media (min-width: 768px) {
    .site-footer-v3 {
        max-width: 1072px;
        padding: 48px 30px
    }
    .site-footer-v3__columns {
        flex-wrap: nowrap;
        justify-content: space-between
    }
    .site-footer-v3__column {
        flex-shrink: 1
    }
    .site-footer-v3__column--socials {
        order: 0;
        margin-top: 0
    }
    .site-footer-v3__column--logo {
        padding-right: 40px;
        padding-top: 36px
    }
    .site-footer-v3__column--download {
        display: block
    }
    .site-footer-v3__links:hover .site-footer-v3__link:hover {
        opacity: 1
    }
    .site-footer-v3__links:hover .site-footer-v3__link:hover a {
        color: #fff
    }
    .site-footer-v3__link-header {
        margin-top: 0
    }
    .site-footer-v3__socials {
        margin: 72px 0 0
    }
    .site-footer-v3__socials:hover .site-footer-v3__social:hover {
        opacity: 1
    }
    .site-footer-v3__social {
        margin-right: 10px
    }
    .site-footer-v3__store-icons {
        display: none
    }
    .site-footer-v3__legal span {
        display: inline-block
    }
    .site-footer-v3__secured-with:after {
        content: "|";
        margin: 0 16px;
        color: #31333B
    }
}

#brightcove-carousel-player {
    min-width: 1024px;
    min-height: 768px
}

#mc-modal-trailer.disable-transitions .legacy-mc-modal-dialog {
    transition: none !important
}

#mc-modal-trailer .legacy-mc-modal-dialog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    padding: 3vh;
    overflow: hidden
}

#mc-modal-trailer .modal-caption {
    display: flex;
    align-items: center;
    padding: 2vh 0;
    border-top: 0;
    border-bottom: 2px solid #262626
}

#mc-modal-trailer .modal-caption .class-title {
    text-align: left;
    font-size: 1.2em;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 0
}

#mc-modal-trailer .modal-caption .instructor-name {
    display: block;
    margin-bottom: 0.25em
}

#mc-modal-trailer .modal-caption .instructor-class {
    margin-left: 0
}

#mc-modal-trailer .modal-caption .ctas {
    margin-left: auto;
    white-space: nowrap
}

#mc-modal-trailer .modal-caption .carousel-gift {
    display: none
}

#mc-modal-trailer .player-modal-wrapper {
    margin: 0 auto;
    width: 100%;
    max-width: 114vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    align-self: flex-start
}

#mc-modal-trailer .player-flex-wrapper {
    width: 100%
}

#mc-modal-trailer .popover-video-arrows {
    position: absolute;
    bottom: 3vh;
    height: 15.19415vh;
    left: 0;
    right: 0
}

#mc-modal-trailer .popover-video-arrows .arrow-left,
#mc-modal-trailer .popover-video-arrows .arrow-right {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0;
    height: 100%;
    width: 3em;
    color: white;
    font-size: 2em;
    z-index: 20;
    cursor: pointer
}

#mc-modal-trailer .popover-video-arrows .arrow-left.hidden,
#mc-modal-trailer .popover-video-arrows .arrow-right.hidden {
    opacity: 0;
    pointer-events: none
}

#mc-modal-trailer .popover-video-arrows .arrow-left:before,
#mc-modal-trailer .popover-video-arrows .arrow-right:before {
    padding: .2em;
    opacity: .5;
    transition: opacity 200ms ease
}

#mc-modal-trailer .popover-video-arrows .arrow-left:hover:before,
#mc-modal-trailer .popover-video-arrows .arrow-right:hover:before {
    opacity: 1
}

#mc-modal-trailer .popover-video-arrows .arrow-left {
    left: 0;
    padding-left: 4vh;
    background: linear-gradient(90deg, black, transparent)
}

#mc-modal-trailer .popover-video-arrows .arrow-left:before {
    content: url(//do6eyjibs3jse.cloudfront.net/assets/refresh/cm/icon-chevron-left-f5dccc903e2cd747352884a9e2f3b7ffb97b1f35d2fce8e37ba89fec098c61f0.svg)
}

#mc-modal-trailer .popover-video-arrows .arrow-right {
    right: 0;
    padding-right: 4vh;
    background: linear-gradient(-90deg, black, transparent);
    justify-content: flex-end
}

#mc-modal-trailer .popover-video-arrows .arrow-right:before {
    content: url(//do6eyjibs3jse.cloudfront.net/assets/refresh/cm/icon-chevron-right-bb011049cd8cf56198958935eedf02ff351ac0b1004dc0f336237739fc0edb73.svg)
}

#mc-modal-trailer .popover-video-thumbs {
    margin: 0 auto;
    width: 100%;
    max-width: 114vh;
    flex: none;
    align-self: flex-end;
    list-style: none;
    white-space: nowrap;
    margin-top: 4vh;
    height: 15.19415vh
}

#mc-modal-trailer .popover-video-thumbs:hover .popover-video-thumb {
    opacity: 0.5
}

#mc-modal-trailer .popover-video-thumbs:hover .popover-video-thumb:hover {
    opacity: 1
}

#mc-modal-trailer .popover-video-thumbs .popover-video-thumbs-scroll {
    position: relative;
    white-space: nowrap;
    transition: transform 280ms cubic-bezier(0.61, 0.24, 0.3, 1.045)
}

#mc-modal-trailer .popover-video-thumbs .popover-video-thumb {
    display: inline-flex;
    position: relative;
    margin-right: 2vh;
    background: transparent center top/cover no-repeat;
    cursor: pointer;
    transform: translate3d(0, 0, 0);
    transition: opacity 250ms ease;
    width: 27vh;
    height: 15.19415vh
}

#mc-modal-trailer .popover-video-thumbs .popover-video-thumb.active .thumb-caption {
    background: #c83232
}

#mc-modal-trailer .popover-video-thumbs .popover-video-thumb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9
}

#mc-modal-trailer .popover-video-thumbs .popover-video-thumb .thumb-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    text-align: left;
    background: rgba(0, 0, 0, 0.8);
    padding: 1em;
    letter-spacing: 0.04em
}

@media (min-width: 768px) {
    #mc-modal-trailer .modal-caption .instructor-name {
        display: inline-block;
        margin-bottom: 0
    }
    #mc-modal-trailer .modal-caption .instructor-class {
        margin-left: 0.5em
    }
}

@media (min-width: 960px) {
    #mc-modal-trailer .modal-caption .class-title {
        max-width: calc(100% - 350px)
    }
    #mc-modal-trailer .modal-caption .carousel-gift {
        display: inline-block
    }
}

.recommended-articles-v2 {
    margin: 32px 0
}

.recommended-articles-v2__clearfix {
    clear: both
}

.recommended-articles-v2__title {
    margin-bottom: 32px
}

.recommended-articles-v2__article {
    margin: 5px 0
}

.recommended-articles-v2__article:hover {
    text-decoration: underline
}

@keyframes animate-caption {
    0% {
        transform: translateY(45px);
        opacity: 0
    }
    100% {
        transform: translateY(0%);
        opacity: 1
    }
}

@-webkit-keyframes animate-caption {
    0% {
        -webkit-transform: translateY(45px);
        opacity: 0
    }
    100% {
        -webkit-transform: translateY(0%);
        opacity: 1
    }
}

.dm-cm-logo {
    height: 1em
}

.cm-page {
    background: #191c21
}

.cm-page a:hover {
    text-decoration: none
}

.cm-page .section-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 0
}

.cm-page .section-legal {
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.2px;
    opacity: 0.5;
    margin: 12px 0
}

.cm-page .section-legal__links {
    color: #FFFFFF;
    text-decoration: underline
}

.cm-page .contest-countdown {
    margin-top: 35px
}

.cm-page .contest-countdown__wording {
    display: inline-block;
    color: #596170;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.6px;
    margin-right: 15px
}

.cm-page .contest-countdown__wording::after {
    content: ":"
}

.cm-page .contest-countdown__clock {
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1.6px;
    white-space: pre
}

.cm-page .contest-countdown__timer {
    color: #596170;
    font-weight: 600
}

.cm-page .contest-countdown__unit {
    color: rgba(89, 97, 112, 0.6)
}

.cm-page #mc-footer {
    margin-top: 64px
}

.cm-page .mc-banner {
    margin-bottom: 1em
}

.cm-page .mc-banner .mc-btn {
    padding: 1.25em 4em
}

.cm-container {
    padding: 0;
    max-width: 1200px
}

.video-js.mc-brightcove-player .vjs-tech {
    height: auto
}

#cm-scrolling-cta {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: -20;
    transition: transform 250ms ease 0ms, opacity 250ms ease 0ms, z-index 0ms ease 0ms
}

#cm-scrolling-cta.active {
    opacity: 1;
    top: 48px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: transform 250ms ease 450ms, opacity 250ms ease 450ms, z-index 0ms ease 700ms
}

#cm-scrolling-cta .mc-btn {
    width: 100%;
    margin: 0;
    padding: 12px 20px;
    border: 1px solid transparent
}

#cm-scrolling-cta .mc-btn.dark {
    position: relative;
    background: #000;
    border: 1px solid rgba(255, 255, 255, 0.2)
}

#cm-scrolling-cta .cm-sticky-ctas {
    text-align: center;
    padding: 0.5em
}

#cm-scrolling-cta .cm-sticky-ctas:after {
    content: "";
    display: block;
    clear: both
}

#cm-scrolling-cta .cm-sticky-cta {
    display: block;
    float: left;
    width: 50%;
    padding: 0.5em;
    font-size: 13px
}

#cm-scrolling-cta .cm-sticky-cta.text {
    display: none
}

#cm-scrolling-cta .cm-sticky-cta.watch {
    float: left
}

#cm-scrolling-cta .cm-sticky-cta.take {
    float: right
}

.mc-btn.cta {
    padding: 12px 25px
}

#ambient-video,
.cm-hero-background {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: center center/cover no-repeat
}

#cm-hero {
    position: relative;
    background: #000;
    max-width: 100%;
    overflow: hidden;
    min-height: 100vh;
    
    max-width: 100%;
}

#cm-hero:hover .play-button {
    animation-name: none
}

#cm-hero #ambient-video,
#cm-hero .cm-hero-background {
    width: 568.88889px;
    height: 320px
}

#cm-hero.play-button-ready .play-button {
    opacity: 1;
    pointer-events: inherit
}

#cm-hero.ambient-capable .wistia_embed,
#cm-hero.ambient-capable .mc-brightcove-player-wrapper {
    opacity: 0;
    transition: opacity 400ms ease
}

#cm-hero.ambient-capable.ready .wistia_embed,
#cm-hero.ambient-capable.ready .mc-brightcove-player-wrapper {
    opacity: 1
}

#cm-hero.ambient-capable.ambient-finished .wistia_embed,
#cm-hero.ambient-capable.ambient-finished .mc-brightcove-player-wrapper {
    opacity: 0
}

#cm-hero .wistia-wrapper {
    width: 100%;
    height: auto
}

#cm-hero .play-button {
    opacity: 0;
    cursor: pointer;
    margin-bottom: 2em;
    max-width: 60px;
    animation-name: mcPulseAnimation;
    animation-duration: 5000ms;
    transform-origin: center;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    transition: transform 150ms ease, opacity 2s ease;
    pointer-events: none
}

#cm-hero .play-button:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

#cm-hero .caption {
    position: relative;
    width: 568.88889px;
    /*height: 320px;*/
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    /*padding: 0 2em;*/
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    z-index: 1
}

#cm-hero .caption .vignette-background {
    display: block;
    background: url(//do6eyjibs3jse.cloudfront.net/assets/refresh/cm/cm-overlay-c879f2cc8275a29de45ebba97fbf4897358105b0861198e38fbcc8633bce54a5.png) center/100% 100% no-repeat;
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 101%;
    height: 100%
}

#cm-hero .caption .caption-text {
    /*position: absolute;*/
    position: initial;
    bottom: 15px;
    left: 0;
    width: 100%;
    -webkit-animation: animate-caption 2.5s;
    -moz-animation: animate-caption 2.5s;
    -o-animation: animate-caption 2.5s;
    animation: animate-caption 2.5s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
    -moz-animation-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
    -o-animation-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
    animation-timing-function: cubic-bezier(0.2, 1, 0.5, 1);
    top: 470px;
}

#cm-hero .caption .class-header {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    margin-top: 15px;
}

#cm-hero .caption .instructor {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 2.2px;
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}

#cm-hero .caption .instructor img {
    max-width: 300px
}

#cm-hero .caption .class-title {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}

#cm-hero .caption .class-tagline {
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    letter-spacing: 1.5px;
    margin-top: 10px
}

#cm-hero .caption .class-video-trailer {
    /*position: absolute; */
    top: 110px;
    margin: auto;
    width: 100%;
    /* height: 350px; */
    padding-top: 120px;
}

#cm-hero .caption .class-video-trailer .video-js {
    margin-bottom: 25px;
    width: 500px;
    max-width: 95%;
    margin: auto;
}

@media (max-width: 425px) {
    #cm-hero .caption .class-video-trailer .video-js {
        height: 225px;
    }
}

@media (max-width: 375px) {
    #cm-hero .caption .class-video-trailer {
        padding-top: 100px;
    }
}

@media (max-width: 320px) {
    #cm-hero .caption .class-video-trailer .video-js {
        height: 180px;
    }
}

.class-seasonal-start-date,
.class-early-access {
    font-size: 21px;
    font-weight: 600;
    margin-top: 0.75em;
    letter-spacing: 5px;
    color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}

.class-early-access {
    font-size: 16px;
    letter-spacing: 4px;
    color: rgba(255, 255, 255, 0.7)
}

.cm-page-gradient {
    position: relative;
    background: linear-gradient(to bottom, #000 0%, #191c21 100%)
}

.cm-hero-columns {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 1.5em 0;
    background: #000;
    text-align: center;
    z-index: 1
}

.cm-hero-columns li:last-child {
    align-self: center
}

.cm-hero-columns .cm-hero-column {
    max-width: 300px;
    padding: 1.25em;
    flex-grow: 1;
    display: inline-block;
}

.cm-hero-columns .cm-hero-column--lessons {
    order: 3
}

.cm-hero-columns .cm-hero-column--exclusive {
    order: 2
}

.cm-hero-columns .cm-hero-column--ctas {
    order: 1;
    width: 100%;
    max-width: none
}

.cm-hero-columns .column-icon {
    display: block;
    margin: 0 auto;
    width: 100px
}

.cm-hero-columns .column-title {
    font-size: 1.5em;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0.8em auto 0.5em;
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
}

.cm-hero-columns .column-description {
    line-height: 1.375;
    color: rgba(255, 255, 255, 0.5)
}

.cm-hero-column-consolidated {
    display: none
}

@media (min-width: 960px) {
    .cm-hero-column-consolidated {
        display: block
    }
}

.cm-hero-column-consolidated__container {
    padding: 8px 0
}

.cm-hero-column-consolidated h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 12px
}

.cm-hero-column-consolidated p {
    font-size: 16px;
    line-height: 24px;
    color: #949AA4
}

.cm-hero-column-consolidated--middle {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    border-bottom: 0
}

.cm-hero-column-consolidated .mobile-cm-merch__desktop-app-store-icon {
    width: 100%;
    margin-top: 12px
}

.cm-intro-block {
    position: relative;
    background: #fff;
    margin: 0 0 4em;
    color: #596170
}

.cm-intro-block .caption {
    padding: 2em 2.5em;
    width: 100%
}

.cm-intro-block .cm-intro-image {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 35.5%;
    height: 100%;
    background: none center left/cover no-repeat
}

.cm-intro-block .cm-intro-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9
}

.cm-intro-block .section-title {
    font-size: 1.8em;
    font-weight: 300;
    margin-bottom: 0.3em;
    text-transform: none
}

.cm-intro-block p {
    font-size: 1em;
    color: rgba(89, 97, 112, 0.6);
    line-height: 1.4em
}

.cm-info-blocks {
    position: relative;
    overflow: hidden;
    text-align: center
}

.cm-info-blocks:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    z-index: 9
}

.cm-info-blocks .cm-info-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none center/cover no-repeat;
    z-index: 0
}

.cm-info-blocks .mc-container {
    display: inherit;
    padding-top: 1em;
    padding-bottom: 1em
}

.cm-info-blocks .mc-container:after {
    content: "";
    display: block;
    clear: both
}

.cm-info-blocks .cm-info-block {
    background: #fff;
    margin: 1em;
    padding: 3em 2em;
    color: #596170;
    box-shadow: rgba(0, 0, 0, 0.15) 0 10px 20px 0, rgba(0, 0, 0, 0.3) 0 0 30px 0;
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum"
}

.cm-info-blocks .cm-info-block p {
    line-height: 1.375;
    color: rgba(89, 97, 112, 0.6)
}

.cm-info-blocks .class-feature {
    font-size: 1.07em;
    font-weight: bold;
    letter-spacing: 0.041764706em;
    margin: 1.25em 0;
    text-transform: uppercase
}

.brightcove_popover_overlay,
.wistia_popover_overlay {
    background-color: rgba(0, 0, 0, 0.9) !important
}

#brightcove-popover-caption,
#brightcove-gem-popover-caption,
#wistia-popover-caption,
#wistia-gem-popover-caption {
    font-family: "Lato", "Helvetica", "Arial", sans-serif
}

#brightcove-popover-caption .instructor-class,
#brightcove-gem-popover-caption .instructor-class,
#wistia-popover-caption .instructor-class,
#wistia-gem-popover-caption .instructor-class {
    color: rgba(255, 255, 255, 0.5);
    margin: 0
}

#brightcove-popover-caption .trailer-modal-caption,
#brightcove-gem-popover-caption .trailer-modal-caption,
#wistia-popover-caption .trailer-modal-caption,
#wistia-gem-popover-caption .trailer-modal-caption {
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1em 0;
    text-transform: uppercase
}

#brightcove-popover-caption .trailer-modal-caption:after,
#brightcove-gem-popover-caption .trailer-modal-caption:after,
#wistia-popover-caption .trailer-modal-caption:after,
#wistia-gem-popover-caption .trailer-modal-caption:after {
    content: "";
    display: block;
    clear: both
}

#brightcove-popover-caption .trailer-modal-caption form,
#brightcove-gem-popover-caption .trailer-modal-caption form,
#wistia-popover-caption .trailer-modal-caption form,
#wistia-gem-popover-caption .trailer-modal-caption form {
    display: inline-block
}

#brightcove-popover-caption .trailer-modal-caption form input,
#brightcove-gem-popover-caption .trailer-modal-caption form input,
#wistia-popover-caption .trailer-modal-caption form input,
#wistia-gem-popover-caption .trailer-modal-caption form input {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer
}

#brightcove-popover-caption .instructor-name,
#brightcove-gem-popover-caption .instructor-name,
#wistia-popover-caption .instructor-name,
#wistia-gem-popover-caption .instructor-name {
    display: block;
    margin-bottom: 0.25em
}

#brightcove-popover-caption .class-title,
#brightcove-gem-popover-caption .class-title,
#wistia-popover-caption .class-title,
#wistia-gem-popover-caption .class-title {
    font-size: 1.07em;
    padding: 1em 0
}

#brightcove-popover-caption .ctas,
#brightcove-gem-popover-caption .ctas,
#wistia-popover-caption .ctas,
#wistia-gem-popover-caption .ctas {
    white-space: nowrap;
    margin-left: auto;
    float: right
}

#brightcove-popover-caption .ctas .cta,
#brightcove-gem-popover-caption .ctas .cta,
#wistia-popover-caption .ctas .cta,
#wistia-gem-popover-caption .ctas .cta {
    margin: 0.55em 0 0.55em 1.1em
}

#brightcove-popover-caption .hero-gift,
#brightcove-gem-popover-caption .hero-gift,
#wistia-popover-caption .hero-gift,
#wistia-gem-popover-caption .hero-gift {
    display: none
}

.cm-lesson-wrapper {
    margin-top: 2em;
    padding-top: 1em;
    padding-bottom: 1em
}

.cm-lesson-wrapper .section-title {
    font-size: 1.4em;
    letter-spacing: 0.2em;
    margin-bottom: 1.5em;
    text-align: center;
    color: white;
    font-weight: normal
}

.affirmation {
    position: relative;
    background: none center top/auto 50% no-repeat
}

.affirmation>* {
    position: relative;
    z-index: 1
}

.affirmation:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent 0%, #191c21 100%)
}

.affirmation .guarantee-percentage {
    font-size: 3.125em;
    font-weight: 300;
    line-height: 0.95
}

.affirmation .section-title {
    font-size: 1.5em;
    margin: 1em 0 0.5em;
    letter-spacing: 0.04167em
}

.affirmation .cm-info-icon img {
    display: block;
    margin: 0 auto;
    height: 3em
}

.affirmation .three-ups {
    padding: 3em
}

.affirmation .three-ups .three-up {
    padding: 2em;
    max-width: 350px
}

.affirmation .three-ups .three-up.middle {
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 0;
    border-right: 0
}

.affirmation .three-ups p {
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.375
}

.quotes {
    margin-top: 5em;
    padding: 2em 1em
}

.quotes .quote {
    position: relative;
    background: #fff;
    margin: 0 0.5em;
    padding: 2em 2.5em
}

.quotes .quote:focus {
    outline: none
}

.quotes .quote blockquote {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    color: #596170;
    quotes: initial;
    text-indent: -0.75em
}

.quotes .quote blockquote:before,
.quotes .quote blockquote:after {
    position: relative;
    font-family: "Georgia", serif;
    font-size: 1.5em;
    display: inline;
    color: rgba(89, 97, 112, 0.4);
    bottom: -0.25em;
    line-height: 0
}

.quotes .quote blockquote:before {
    content: open-quote;
    margin-right: 0.1em
}

.quotes .quote blockquote:after {
    content: close-quote;
    margin-left: 0.1em
}

.quotes .quote .attribution {
    position: static;
    text-align: left;
    max-width: none
}

.quotes .quote .attribution .quote-logo {
    display: none
}

.quotes .quote .attribution strong {
    font-size: 1.1538em;
    display: block;
    margin-top: 1em;
    padding: 1em 0 0.25em;
    color: #596170;
    border-top: 1px solid rgba(89, 97, 112, 0.2)
}

.quotes .quote .attribution p {
    color: rgba(89, 97, 112, 0.5);
    font-size: 0.8125em;
    line-height: 1.4
}

.quotes .mc-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.quotes .mc-arrow.mc-arrow-right {
    right: 1em
}

.quotes .mc-arrow.mc-arrow-right:hover {
    border-left: 14px solid #d63636
}

.quotes .mc-arrow.mc-arrow-left {
    left: 1em
}

.quotes .mc-arrow.mc-arrow-left:hover {
    border-right: 14px solid #d63636
}

.mc-socials {
    text-align: center
}

.mc-socials .section-title {
    color: rgba(255, 255, 255, 0.3);
    margin: 3em 0 1.5em;
    letter-spacing: 0.0419em;
    font-weight: normal
}

#waitlist-sign-up {
    padding-top: 30px;
    text-align: center
}

#waitlist-sign-up .section-title {
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 1em;
    letter-spacing: 0.04167em;
    text-transform: none
}

#waitlist-sign-up input,
#waitlist-sign-up button {
    font-size: 1em;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px
}

#waitlist-sign-up input {
    background: #fff;
    border: 0;
    outline: none;
    margin: 0.75em 0;
    padding: 1em;
    width: 100%;
    max-width: 375px;
    color: #596170
}

#waitlist-sign-up button {
    background: #c83232;
    color: white;
    border: 0;
    color: #fff;
    margin: 0.75em 0;
    padding: 1.1em 2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background 250ms ease
}

#waitlist-sign-up button:hover {
    background: #d63636;
    cursor: pointer
}

@media (min-width: 576px) {
    .quotes .quote blockquote {
        font-size: 1.4em;
        line-height: 1.4
    }
    .cm-intro-block .caption {
        padding: 2em 3em
    }
    .cm-intro-block .section-title {
        font-size: 2.25em
    }
    .cm-intro-block p {
        font-size: 1.25em
    }
    .cm-info-blocks .cm-info-block {
        margin: 3em
    }
    #waitlist-sign-up {
        padding-top: 50px
    }
    #waitlist-sign-up input {
        margin: 0.75em 0.75em 0.75em 0
    }
    #waitlist-sign-up button {
        margin: 0.75em 0 0.75em 0.75em
    }
}

@media (min-width: 768px) {
    #cm-hero #ambient-video,
    #cm-hero .cm-hero-background {
        width: 853.33333px;
        height: 480px
    }
    #cm-hero .caption {
        width: 853.33333px;
        height: 480px
    }
    #cm-hero .caption .instructor {
        font-size: 56px
    }
    #cm-hero .caption .class-title {
        font-size: 40px
    }
    #cm-hero .play-button {
        max-width: 80px
    }
    #cm-scrolling-cta.active {
        top: 34px
    }
    #cm-scrolling-cta .mc-btn {
        min-width: 200px
    }
    #cm-scrolling-cta .cm-sticky-ctas {
        padding: 0.5em 1em
    }
    #cm-scrolling-cta .cm-sticky-cta {
        display: inline-block;
        vertical-align: middle;
        float: none;
        width: auto;
        font-size: 16px
    }
    #cm-scrolling-cta .cm-sticky-cta.text {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 40%;
        transform: translate(-50%, -50%);
        font-size: 1.1em;
        letter-spacing: 0.1em;
        text-transform: uppercase
    }
    #cm-scrolling-cta .instructor-name,
    #cm-scrolling-cta .class-title {
        display: inline-block;
        vertical-align: middle;
        color: #fff
    }
    #cm-scrolling-cta .instructor-name img {
        width: 150px;
        margin-right: 0.5em
    }
    #cm-scrolling-cta .class-title {
        color: rgba(255, 255, 255, 0.7);
        margin-left: 0.5em
    }
    .cm-intro-block .caption {
        padding: 3em 4em
    }
    .cm-intro-block .section-title {
        font-size: 3em
    }
    .cm-intro-block p {
        font-size: 1.25em;
        line-height: 1.7
    }
    .affirmation {
        background: none center top/cover no-repeat
    }
    .affirmation:after {
        height: 100%
    }
    .affirmation .three-ups .three-up {
        padding: 0em 1.5em 3em;
        width: 33.33%;
        max-width: none
    }
    .affirmation .three-ups .three-up.middle {
        margin: 0em auto;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 0;
        border-bottom: 0
    }
    .quotes {
        padding: 3.5em 4em
    }
    .quotes .quote {
        padding: 4em 5em 4em 5em
    }
    .quotes .quote blockquote {
        font-size: 1.75em;
        line-height: 1.4
    }
    .cm-info-blocks .cm-info-block h3,
    .cm-info-blocks .cm-info-block p {
        max-width: 400px;
        margin: 0 auto
    }
    .cm-info-blocks .cm-info-block h3 {
        margin: 1.25em auto
    }
}

@media (min-width: 960px) {
    #cm-hero #ambient-video,
    #cm-hero .cm-hero-background {
        width: 960.0px;
        height: 540px
    }
    #cm-hero .caption {
        width: 960.0px;
        height: 540px
    }
    .cm-intro-block .caption {
        margin: 0 auto;
        width: 85%
    }
    #cm-scrolling-cta .cm-sticky-cta.text {
        width: 55%
    }
    .quotes .quote {
        padding: 4em 23em 4em 5em
    }
    .quotes .quote blockquote {
        font-size: 2.25em;
        line-height: 1.4
    }
    .quotes .quote .attribution {
        position: absolute;
        top: 50%;
        right: 4em;
        text-align: center;
        max-width: 250px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .quotes .quote .attribution .quote-logo {
        display: block;
        max-width: 75%;
        margin: 0 auto;
        border-radius: 100%
    }
    .cm-info-blocks {
        padding: 5% 0
    }
    .cm-info-blocks .mc-container {
        display: flex
    }
    .cm-info-blocks .cm-info-block {
        float: left;
        width: 30%;
        margin: 0;
        padding: 2em;
        min-height: 300px
    }
    .cm-info-blocks .cm-info-block.middle {
        margin: 0 5%
    }
    #brightcove-popover-caption,
    #brightcove-gem-popover-caption,
    #wistia-popover-caption,
    #wistia-gem-popover-caption {
        font-size: 15px
    }
    #brightcove-popover-caption .class-title,
    #brightcove-gem-popover-caption .class-title,
    #wistia-popover-caption .class-title,
    #wistia-gem-popover-caption .class-title {
        float: left;
        max-width: calc(100% - 350px)
    }
    #brightcove-popover-caption .instructor-name,
    #brightcove-gem-popover-caption .instructor-name,
    #wistia-popover-caption .instructor-name,
    #wistia-gem-popover-caption .instructor-name {
        display: inline-block
    }
    #brightcove-popover-caption .instructor-class,
    #brightcove-gem-popover-caption .instructor-class,
    #wistia-popover-caption .instructor-class,
    #wistia-gem-popover-caption .instructor-class {
        margin-left: 0.5em
    }
    #brightcove-popover-caption .ctas,
    #brightcove-gem-popover-caption .ctas,
    #wistia-popover-caption .ctas,
    #wistia-gem-popover-caption .ctas {
        float: right
    }
    #brightcove-popover-caption .hero-gift,
    #brightcove-gem-popover-caption .hero-gift,
    #wistia-popover-caption .hero-gift,
    #wistia-gem-popover-caption .hero-gift {
        display: inline-block
    }
}

@media (min-width: 1200px) {
    #cm-hero #ambient-video,
    #cm-hero .cm-hero-background {
        width: 1200.0px;
        /*height: 675px;*/
        height: 625px;
    }
    #cm-hero .caption {
        width: 1200.0px;
        height: 625px
    }
    #cm-hero .caption .caption-text {
        bottom: 40px
    }
    .cm-hero-columns {
        width: 1200.0px;
        margin: 0 auto;
        flex-wrap: nowrap
    }
    .cm-hero-columns li:last-child {
        align-self: center
    }
    .cm-hero-columns .cm-hero-column {
        width: 33%;
        max-width: none
    }
    .cm-hero-columns .cm-hero-column--lessons {
        order: 1
    }
    .cm-hero-columns .cm-hero-column--exclusive {
        order: 2;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2)
    }
    .cm-hero-columns .cm-hero-column--ctas {
        order: 3
    }
    .cm-hero-column-consolidated__wrapper {
        align-items: flex-start
    }
    .cm-intro-block .caption {
        margin: 0;
        width: 64.5%
    }
    .cm-intro-block .cm-intro-image {
        display: block
    }
    .affirmation .three-ups .three-up {
        padding: 1.5em 4em 1.5em
    }
}

@media (max-height: 850px) and (min-width: 768px) {
    #cm-hero #ambient-video,
    #cm-hero .cm-hero-background {
        height: 530px
    }
    #cm-hero .play-button {
        max-width: 65px
    }
    #cm-hero .caption {
        /*height: 530px;*/
        /*height: 600px;*/
        height: initial;
    }
    #cm-hero .caption .instructor {
        font-size: 50px
    }
    #cm-hero .caption .class-title {
        font-size: 34px
    }
    #cm-hero .caption .class-seasonal-start-date,
    #cm-hero .caption .class-early-access {
        font-size: 18px
    }
    #cm-hero .caption .caption-text {
        bottom: 30px
    }
    #cm-hero .play-button {
        margin-bottom: 1em
    }
}

.mobile-buttons {
    display: flex;
    margin: 60px 0;
    justify-content: center
}

.mobile-buttons a:nth-child(2) {
    margin-left: 16px
}

#sign-up-form .gdpr-opt-in {
    text-align: center
}

#sign-up-form .gdpr-opt-in__checkbox {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox
}

#sign-up-form .gdpr-opt-in__label {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
    margin: 10px 15px;
    color: rgba(0, 0, 0, 0.5);
    cursor: pointer
}

#sign-up-form #privacy-terms {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.2px;
    max-width: 270px;
    margin: 6px auto 18px;
    color: rgba(89, 97, 112, 0.6)
}

#sign-up-form #privacy-terms .info-links {
    color: rgba(89, 97, 112, 0.6);
    text-decoration: underline
}

#sign-up-form #privacy-terms .info-links:hover {
    box-shadow: none
}

.aap-exclusive-text {
    margin-bottom: 8px;
    font-style: italic;
    font-weight: 500;
    line-height: 15px;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: capitalize;
    color: #DBDDE1
}

.mobile-cm-merch {
    text-align: center;
    margin: 20px 16px;
    padding: 24px 8px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.mobile-cm-merch__title {
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 24px
}

.mobile-cm-merch__description {
    line-height: 18px;
    font-size: 13px;
    max-width: 272px;
    margin: 0 auto;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.5)
}

.mobile-cm-merch__logos {
    display: flex;
    margin-top: 25px;
    justify-content: center
}

.mobile-cm-merch__logos a:nth-child(2) {
    margin-left: 16px
}

.mobile-cm-merch__app-button {
    display: block
}

.mobile-cm-merch__app-button img {
    display: inline-block;
    width: 136px;
    height: 45px
}

.mobile-cm-merch__desktop-app-store-icon {
    display: inline-block;
    width: auto;
    height: 48px;
    margin-top: 25px
}

.mobile-legal {
    padding: 24px 0;
    margin: 0 16px;
    line-height: 16px;
    font-size: 11px;
    text-align: center;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.3);
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

.mobile-legal p {
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .mobile-legal {
        border: 0;
        color: rgba(255, 255, 255, 0.3)
    }
}

input[type=submit].cm-ctas-block__primary-button {
    border-radius: 4px
}

.cm-ctas-block {
    max-width: 300px;
    margin: 0 auto
}

.cm-ctas-block__title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px
}

.cm-ctas-block__primary-button {
    display: block;
    width: 100%;
    margin: 8px 0
}

.cm-ctas-block__lapsed {
    width: 100%
}

.cm-ctas-block__pricing-description {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.5)
}

.cm-ctas-block__separator {
    position: relative;
    line-height: 16px;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 9px 0;
    color: rgba(255, 255, 255, 0.5)
}

.cm-ctas-block__separator:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2)
}

.cm-ctas-block__separator span {
    position: relative;
    background: black;
    padding: 0 7px
}

.cm-ctas-block__more-info-icon {
    vertical-align: middle;
    display: inline-block;
    background: url(//do6eyjibs3jse.cloudfront.net/assets/annual-pass/question-mark-008f695eec7becc52e8d5600d967a4d525746aba46d1f2f0ac35c1bed545c184.svg) center/100% 100% no-repeat;
    opacity: 0.9;
    width: 16px;
    height: 16px;
    margin-left: 0.5em
}

.cm-ctas-block__non-aap-buttons {
    display: flex
}

.cm-ctas-block__non-aap-buttons .mc-button {
    min-width: 0;
    width: 100%
}

.cm-ctas-block__non-aap-button {
    flex-grow: 1
}

.cm-ctas-block__non-aap-button--single {
    margin-right: 12px
}

.cm-ctas-block__single-class-description {
    line-height: 22px;
    font-size: 14px;
    margin-top: 4px;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.5)
}

.homepage-container.ap-active {
    margin-top: 74px
}

.ap-upgrade {
    background-color: white;
    padding: 16px;
    padding-top: 24px;
    border-radius: 4px;
    text-align: left;
    width: 100%
}

.ap-upgrade .row:before {
    display: none
}

.ap-upgrade__text-wrapper {
    padding: 0 8px
}

.ap-upgrade__card-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 26px;
    margin: 0 0 10px
}

@media (min-width: 960px) {
    .ap-upgrade__card-title {
        font-size: 25px;
        margin: 0 0 20px;
        line-height: 34px
    }
}

.ap-upgrade__description {
    margin-bottom: 4px;
    letter-spacing: 0.04em;
    line-height: 15px;
    font-size: 12px
}

@media (min-width: 576px) {
    .ap-upgrade__description {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0.015em
    }
}

.ap-upgrade__description--offer {
    line-height: 1.5625;
    font-size: 18px;
    letter-spacing: 0.03em
}

.ap-upgrade__description--subscription-price {
    font-weight: normal;
    line-height: 1.5;
    font-size: 16px
}

.ap-upgrade__description--left {
    float: right
}

.ap-upgrade__description--price {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.4px;
    margin-bottom: 16px
}

.ap-upgrade__description--special-offer-sticky {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    letter-spacing: 0.24px
}

.ap-upgrade__description--bogo-free {
    color: #C83232;
    text-decoration: none
}

.ap-upgrade__description--strike {
    text-decoration: line-through
}

.ap-upgrade__description--line {
    border-bottom: 1px solid #DBDDE1;
    margin-bottom: 12px
}

.ap-upgrade__description--last {
    margin-bottom: 24px
}

.ap-upgrade__disclaimer {
    margin-bottom: 20px;
    font-size: 10px;
    line-height: 1.5;
    letter-spacing: 0.2px
}

.ap-upgrade__disclaimer a {
    color: #4d5767;
    text-decoration: underline
}

.ap-upgrade__upgrade-now,
.ap-upgrade__free-trial {
    position: relative;
    width: 100%
}

.ap-upgrade__loader {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 50px
}

.ap-upgrade__card-input {
    position: relative;
    padding: 16px;
    margin-bottom: 12px;
    font-size: 15px;
    height: 55px;
    color: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    background-color: rgba(77, 87, 103, 0.05);
    border: solid 1px rgba(77, 87, 103, 0.1)
}

.ap-upgrade__cc-brand {
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 18px;
    margin-right: 12px
}

.ap-upgrade__cc-brand--visa {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/credit_card_icons/visa-88eeb145cecfa2af74c54f353eda910f295403af9f7243f33fb88d40aad9d2fc.svg) no-repeat
}

.ap-upgrade__cc-brand--mastercard {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/credit_card_icons/mastercard-e6d3acc895f814a6385f2f29e5cbc90b3477d99ac361f9a169ba1c613d718379.svg) no-repeat
}

.ap-upgrade__cc-brand--american-express {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/credit_card_icons/amex-ff5f7e8c398c1fd84d20c2257dc4feb1f0957b90616f45476d6bd5ab24dc16e3.svg) no-repeat
}

.ap-upgrade__cc-brand--discover {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/credit_card_icons/discover-55f9bfade8da533dc2eace07fc2249a7a27751579a6121c2bb87e2f5f513b997.svg) no-repeat
}

.ap-upgrade__cc-brand--jcb {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/credit_card_icons/jcb-00a80f559f4cf72d145c7440dd01fad2e74f85671a0a46261c79a5cf6c17050f.svg) no-repeat
}

.ap-upgrade__cc-brand--diners-club {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/credit_card_icons/diners-1024983871fa37b103821ed6efbac6d75a76242059c3b670f362636c0dc7bfd8.svg) no-repeat
}

.ap-upgrade__edit {
    float: right;
    cursor: pointer
}

.ap-upgrade__close {
    position: absolute;
    right: 16px;
    top: 20px;
    opacity: 0.2;
    display: inline-block;
    width: 12px;
    height: 12px;
    cursor: pointer
}

.ap-upgrade__close svg {
    display: block;
    width: 11px;
    height: 11px
}

.ap-upgrade__close+#card-element {
    margin-right: 16px
}

.ap-upgrade__card-error {
    margin-bottom: 12px;
    font-size: 12px;
    text-align: center;
    color: #c63430
}

@media (min-width: 960px) {
    .ap-upgrade {
        padding: 24px;
        padding-top: 32px
    }
}

.ap-upgrade-price {
    margin: 0;
    margin-bottom: 8px;
    font-size: 16px;
    color: #000000
}

.ap-upgrade-price--first-year {
    font-size: 20px
}

.ap-upgrade-price--special-offer-sticky {
    margin-bottom: 8px
}

.ap-upgrade-price--free-trial .ap-upgrade-price__period {
    display: block;
    font-size: 20px;
    line-height: 1.4
}

.ap-upgrade-price__period {
    display: inline-block
}

.ap-upgrade-price__amount {
    display: inline-block;
    float: right
}

.mc-gradient-hero {
    position: relative;
    background: #000000
}

.mc-gradient-hero__gradient {
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/AAP_Banner_General_V2_A_Blur-203bc74877e8fe8f041d55db9a579de5146dace7154bfa80755778d62690a8e3.jpg);
    background-position: center;
    background-size: cover;
    transform: scale(1);
    transition: transform 800ms cubic-bezier(0.31, 0.325, 0.01, 1)
}

.mc-gradient-hero__gradient:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(black, transparent 70%)
}

@media (min-width: 960px) {
    .mc-gradient-hero__gradient:before {
        background: linear-gradient(90deg, black 0%, transparent 55%)
    }
    .mc-gradient-hero__gradient:after {
        content: '';
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(-90deg, black 0%, transparent 15%)
    }
}

@media (min-width: 1100px) {
    .mc-gradient-hero__gradient:before {
        background: linear-gradient(110deg, black 10%, transparent 60%)
    }
    .mc-gradient-hero.ap-drawer--category .mc-gradient-hero__gradient:before {
        background: linear-gradient(110deg, black 25%, transparent 75%)
    }
}

@media (max-width: 576px) {
    .ap-drawer-active {
        position: fixed;
        height: 100%;
        overflow: hidden
    }
}

.ap-drawer {
    position: relative
}

.ap-drawer__subtitle {
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
    font-weight: 400;
    letter-spacing: 0.3px
}

.ap-drawer--hidden .mc-container,
.ap-drawer--hidden .mc-gradient-hero,
.ap-drawer--hidden .ap-drawer__close,
.ap-drawer--hide .mc-container,
.ap-drawer--hide .mc-gradient-hero,
.ap-drawer--hide .ap-drawer__close {
    opacity: 0
}

.ap-drawer--hidden .mc-gradient-hero__gradient,
.ap-drawer--hide .mc-gradient-hero__gradient {
    transform: scale(1.1)
}

.ap-drawer--hidden .ap-drawer__overlay,
.ap-drawer--hide .ap-drawer__overlay {
    opacity: 0;
    pointer-events: none
}

.ap-drawer--hidden .ap-drawer__content,
.ap-drawer--hide .ap-drawer__content {
    transform: translateY(-100%) translateY(40px);
    overflow: hidden
}

@media (min-width: 768px) {
    .ap-drawer--hidden .ap-drawer__content,
    .ap-drawer--hide .ap-drawer__content {
        top: 56px
    }
    .ap-drawer--hidden .ap-drawer__content--bogo,
    .ap-drawer--hide .ap-drawer__content--bogo {
        top: 78px
    }
}

.ap-drawer--hidden .ap-drawer__text-wrapper,
.ap-drawer--hidden .ap-drawer__upgrade-wrapper,
.ap-drawer--hide .ap-drawer__text-wrapper,
.ap-drawer--hide .ap-drawer__upgrade-wrapper {
    transform: translateY(45px);
    opacity: 0
}

.ap-drawer--hidden .ap-drawer__introducing,
.ap-drawer--hide .ap-drawer__introducing {
    display: block
}

.ap-drawer--hidden .ap-drawer__introducing--special-offer-sticky,
.ap-drawer--hide .ap-drawer__introducing--special-offer-sticky {
    border-radius: 0;
    padding: 12px 0
}

.ap-drawer--hidden .ap-drawer__overlay,
.ap-drawer--hidden .ap-drawer__content,
.ap-drawer--hidden .mc-container {
    transition: none
}

.ap-drawer .mc-gradient-hero {
    height: 100%;
    padding: 20px 0
}

.ap-drawer--cooking .mc-gradient-hero__gradient {
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/annual-pass/ap-upsell-drawer/cooking-category-0247ea16381e9fe9b0e097010565eea57284b078aae0006a7df5dc62b7e89459.jpg)
}

.ap-drawer--writing .mc-gradient-hero__gradient {
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/annual-pass/ap-upsell-drawer/writing-category-09829428a99e3b26ae3849ff28b58af7758b1d02be97de676671f168af5964e2.jpg)
}

.ap-drawer--music .mc-gradient-hero__gradient {
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/annual-pass/ap-upsell-drawer/music-category-8b2ad149a8c2ee4021506c175c5386989335f1aec96fe026c000436da2883af1.jpg)
}

.ap-drawer--film .mc-gradient-hero__gradient {
    background-image: url(//do6eyjibs3jse.cloudfront.net/assets/annual-pass/ap-upsell-drawer/film-category-0c369c847fd0de38f672d54512790a869395d8d08647fc33f52c37a5305684d1.png)
}

.ap-drawer .mc-container,
.ap-drawer .mc-gradient-hero {
    transition: opacity 350ms
}

.ap-drawer .mc-arrow-thin-white {
    position: relative;
    top: -2px;
    margin-left: 12px
}

.ap-drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 300ms
}

.ap-drawer__content {
    position: fixed;
    z-index: 100;
    top: 34px;
    right: 0;
    left: 0;
    height: calc(100% - 34px);
    background-color: #222222;
    overflow-y: scroll;
    transform: translateY(0);
    transition: all 370ms cubic-bezier(0.545, 0.475, 0.25, 0.9)
}

.ap-drawer__content--bogo {
    top: 54px
}

.ap-drawer__close {
    position: absolute;
    z-index: 100;
    right: 12px;
    top: 20px;
    cursor: pointer
}

.ap-drawer__close:hover path {
    stroke: #ffffff
}

.ap-drawer__close path {
    stroke: #979797;
    transition: all 200ms
}

.ap-drawer__close--bogo {
    top: 0
}

.ap-drawer__introducing {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 14px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    line-height: 1.3;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
    backface-visibility: hidden;
    cursor: pointer
}

.ap-drawer__text-wrapper,
.ap-drawer__upgrade-wrapper {
    transform: translateY(0px);
    opacity: 1;
    transition: transform 500ms, opacity 900ms
}

.ap-drawer__text-wrapper {
    text-align: left;
    transition-delay: 190ms
}

@media (min-width: 576px) {
    .ap-drawer__text-wrapper {
        text-align: center
    }
}

.ap-drawer__upgrade-wrapper {
    max-width: 360px;
    transition-delay: 270ms
}

.ap-drawer__header {
    margin: 12px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.18;
    letter-spacing: 2.2px;
    color: #ffffff
}

.ap-drawer__header--half-off {
    padding: 0 20px
}

.ap-drawer__header--half-off br {
    display: none
}

.ap-drawer__header--nowrap {
    white-space: nowrap
}

.ap-drawer__text {
    margin: 0;
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.38;
    color: rgba(255, 255, 255, 0.8)
}

.ap-drawer__text--desktop {
    display: none
}

.ap-drawer__text--mobile {
    display: block;
    margin-bottom: 0
}

.ap-drawer__text--special-offer-sticky {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.18px
}

.ap-drawer__subtext {
    padding-top: 8px;
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    color: #fff
}

.ap-drawer__learn-more {
    margin: 0 0 24px 0
}

@media (max-height: 600px) {
    .ap-drawer--direct .mc-gradient-hero {
        height: auto
    }
}

@media (max-width: 960px) {
    .ap-drawer .mc-container {
        max-width: 450px
    }
}

@media (min-width: 576px) {
    .ap-drawer .mc-gradient-hero {
        padding: 64px 0;
        height: auto
    }
    .ap-drawer .mc-layout,
    .ap-drawer .mc-container {
        height: 100%
    }
    .ap-drawer__content {
        height: auto;
        overflow: hidden
    }
    .ap-drawer__header {
        margin-bottom: 16px;
        font-size: 34px;
        line-height: 1.29;
        letter-spacing: 1px
    }
    .ap-drawer__text {
        font-size: 18px;
        line-height: 1.56;
        margin-bottom: 8px
    }
    .ap-drawer__subtext {
        margin-bottom: 24px
    }
}

@media (min-width: 768px) {
    .ap-drawer__close {
        top: 30px;
        right: 30px
    }
    .ap-drawer__header--half-off {
        padding: 0
    }
    .ap-drawer__header--half-off br {
        display: inline
    }
}

@media (min-width: 960px) {
    .ap-drawer .mc-gradient-hero,
    .ap-drawer .mc-container,
    .ap-drawer .mc-layout,
    .ap-drawer__content {
        height: 580px
    }
    .ap-drawer .mc-gradient-hero {
        padding: 0
    }
    .ap-drawer__header {
        margin-bottom: 16px;
        font-size: 32px;
        line-height: 1.375;
        letter-spacing: 1.5px;
        max-width: 420px
    }
    .ap-drawer__text {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 1.55;
        max-width: 480px
    }
    .ap-drawer__text--desktop {
        display: block
    }
    .ap-drawer__text--mobile {
        display: none
    }
    .ap-drawer__text--pricing {
        margin-top: 20px
    }
    .ap-drawer__subtext {
        font-size: 22px
    }
    .ap-drawer__text-wrapper {
        text-align: left;
        padding-right: 110px
    }
}

.ap-upgrade-confirmation {
    text-align: center;
    pointer-events: none
}

.ap-upgrade-confirmation .legacy-mc-modal-dialog {
    padding: 32px;
    pointer-events: auto
}

.ap-upgrade-confirmation__title {
    margin: 12px 0 16px;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #4D5768
}

.ap-upgrade-confirmation__divider {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin: 10px 0
}

.ap-upgrade-confirmation__purchased {
    font-size: 16px;
    padding: 12px 0;
    color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase
}

.ap-upgrade-confirmation__purchased--title {
    color: #31333b
}

.ap-upgrade-confirmation__purchased--headline {
    font-size: 14px
}

.ap-upgrade-confirmation .mc-button {
    width: 100%;
    font-size: 130%;
    font-weight: 400
}

.bogo-gift-icon {
    bottom: 4px;
    left: 4px;
    position: relative
}

.offer-aap-upgrade .ap-upgrade {
    color: #000
}

.offer-aap-upgrade .ap-upgrade__text-wrapper {
    padding: 0;
    line-height: 17px;
    font-size: 14px;
    color: #596170;
    margin-bottom: 16px
}

.offer-aap-upgrade .ap-upgrade__description--price {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 8px
}

.offer-aap-upgrade .ap-upgrade__disclaimer {
    color: #949aa4;
    margin-bottom: 32px;
    font-size: 12px;
    line-height: 15px
}

.offer-aap-upgrade .ap-upgrade__card-input {
    margin-bottom: 4px;
    background-color: #fff
}

.offer-aap-upgrade .ap-upgrade-price--first-year {
    font-weight: bold;
    line-height: 24px;
    color: #191c21;
    margin-bottom: 8px
}

.offer-aap-upgrade .ap-drawer .mc-gradient-hero {
    padding: 32px 0
}

@media (min-width: 960px) {
    .offer-aap-upgrade .ap-drawer__header {
        line-height: 40px
    }
    .offer-aap-upgrade .ap-drawer__text {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        color: #dbdde1
    }
}

@media (max-width: 576px) {
    .offer-aap-upgrade .ap-drawer__header {
        font-size: 22px;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: center
    }
    .offer-aap-upgrade .ap-drawer__text {
        font-size: 14px;
        line-height: 17.5px;
        letter-spacing: 0;
        text-align: center
    }
}

.ustube-wrapper {
    width: 100%;
    background-color: black
}

.ustube {
    max-width: 1040px;
    margin: 88px auto 0;
    position: relative
}

.ustube a {
    color: white
}

@media (min-width: 1200px) {
    .ustube .cm-hero-columns .cm-hero-column:last-child {
        border-left: none
    }
}

.ustube-header {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2)
}

.ustube-header__video-wrapper {
    position: absolute;
    z-index: 2;
    width: 66.68%
}

.ustube-header__video {
    opacity: 1;
    transition: opacity 750ms
}

.ustube-header__video.fade-out-video {
    opacity: 0
}

.ustube-header__play-button {
    visibility: hidden;
    position: absolute;
    background: url(//do6eyjibs3jse.cloudfront.net/assets/phoenix/btn-play-sm-c6cf32e47a06ea1f873eec83033ec6ff7eef0e32c435512b633ffa19b9fc6450.svg) no-repeat;
    background-size: 50px 50px;
    background-position: center;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.ustube-header__play-button.button-visible {
    visibility: visible;
    cursor: pointer
}

.ustube-header__video-placeholder {
    padding-top: 56.25%;
    position: relative;
    align-self: left;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat;
    border-radius: 4px
}

.ustube-header__ctas {
    padding-top: 20px
}

.ustube-header__instructor {
    padding-bottom: 8px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ustube-header__title {
    margin-left: 8px;
    opacity: 0.5;
    font-weight: 300
}

.ustube-header__description {
    padding-bottom: 20px;
    opacity: 0.8;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px
}

.ustube-header__button {
    display: inline-block;
    width: 220px
}

.ustube-header__price {
    margin: 0 16px 0 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: 1px
}

.ustube-header__learn-more {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(//do6eyjibs3jse.cloudfront.net/assets/annual-pass/question-mark-008f695eec7becc52e8d5600d967a4d525746aba46d1f2f0ac35c1bed545c184.svg) center/100% 100% no-repeat;
    opacity: 0.9
}

.ustube-playlist {
    max-height: 562px;
    overflow-y: scroll;
    padding-left: 20px;
    border-right: solid 4px rgba(34, 34, 34, 0.75)
}

.ustube-playlist__header {
    font-size: 16px;
    font-weight: bold;
    line-height: 2.0;
    letter-spacing: 0.8px
}

.ustube-video {
    padding-bottom: 12px
}

.ustube-video__wrapper {
    width: 140px;
    height: 78px;
    border-radius: 4px;
    border: solid 1px rgba(255, 255, 255, 0.2)
}

.ustube-video__playlist-wrapper {
    padding-top: 12px
}

.ustube-video__excerpt {
    padding: 8px 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.ustube-video__thumbnail {
    padding-top: 56.25%;
    position: relative;
    align-self: left;
    background-size: cover;
    background-position-x: center;
    background-repeat: no-repeat
}

.ustube-video__thumbnail:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 30px;
    width: 100%;
    z-index: 100;
    background-image: linear-gradient(to bottom, transparent, black)
}

.ustube-video__play-icon {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/phoenix/btn-play-sm-c6cf32e47a06ea1f873eec83033ec6ff7eef0e32c435512b633ffa19b9fc6450.svg) no-repeat;
    background-size: 30px 30px;
    background-position: center;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.ustube-video__time {
    font-size: 12px;
    opacity: 0.8;
    line-height: 1.33;
    letter-spacing: 1px;
    position: absolute;
    right: 16px;
    bottom: 12px;
    z-index: 101
}

.ustube-video__title {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.47;
    letter-spacing: 1px;
    text-transform: uppercase
}

.ustube-video__captions-wrapper {
    display: flex;
    align-items: center
}

.ustube-video__captions {
    padding-left: 20px
}

.ustube-video__subtitle {
    opacity: 0.5;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: 0.2px
}

.ustube-ctas .mc-button {
    display: block
}

.ustube-ctas__single-title {
    padding-bottom: 24px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.5px
}

.ustube-ctas .ustube-ctas__single-cta {
    margin-bottom: 12px
}

.ustube-ctas__single-price {
    margin-left: 4px
}

.modal-active .wine-and-dine__modal:before {
    background: #000
}

.wine-and-dine__modal .legacy-mc-modal-dialog {
    transform: none
}

.wine-and-dine__modal.visible .legacy-mc-modal-dialog {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    transform: none;
    align-content: flex-start;
    justify-content: center;
    flex-wrap: wrap
}

.wine-and-dine__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 640px
}

.wine-and-dine__banner-image {
    position: relative;
    text-align: right;
    width: 100%;
    flex-grow: 1;
    padding-bottom: 56.25%;
    background: transparent center/cover no-repeat
}

.wine-and-dine__banner-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black 0%, transparent 40%, transparent 100%)
}

.wine-and-dine__text {
    position: relative;
    margin-top: -70px;
    padding: 24px;
    text-align: center;
    width: 100%
}

.wine-and-dine__heading {
    font-size: 24px;
    line-height: 1.42;
    letter-spacing: 0.5px;
    max-width: 220px;
    margin: 0 auto 12px
}

.wine-and-dine__subtitle {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: rgba(255, 255, 255, 0.5)
}

.wine-and-dine__checks {
    margin: 32px 0 16px;
    text-align: left
}

.wine-and-dine__check {
    background: url(//do6eyjibs3jse.cloudfront.net/assets/icons/checkmark-3252b35e63834a8020738f1cc63fa191909ab3906fb4d2ff631b4d12ac6951e0.svg) left center/16px 14px no-repeat;
    margin: 16px 0;
    padding-left: 36px;
    font-size: 15px;
    line-height: 1.47;
    letter-spacing: 0.2px
}

.wine-and-dine__cta {
    width: 100%;
    text-align: center;
    padding: 0 24px
}

.wine-and-dine__cta .mc-button {
    width: 100%;
    max-width: 500px;
    font-weight: 400
}

@media (min-width: 768px) {
    .wine-and-dine__modal.visible .legacy-mc-modal-dialog {
        align-content: center
    }
    .wine-and-dine__container {
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 4px
    }
    .wine-and-dine__banner-image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background: transparent 220px center/auto 100% no-repeat
    }
    .wine-and-dine__banner-image:after {
        background: linear-gradient(to right, black 0%, black 50%, transparent 100%)
    }
    .wine-and-dine__banner-image--aap {
        background: transparent center right/auto 100% no-repeat
    }
    .wine-and-dine__text {
        position: relative;
        margin: 0;
        padding: 64px;
        text-align: left;
        font-weight: 400
    }
    .wine-and-dine__heading {
        max-width: 100%;
        margin-bottom: 8px;
        line-height: 1.33
    }
    .wine-and-dine__subtitle {
        font-size: 16px
    }
    .wine-and-dine__cta {
        margin: 24px 0 0
    }
    .wine-and-dine__cta .mc-button {
        width: auto
    }
}

.mc-press__logo {
    opacity: 0.3;
    transition: opacity 250ms ease
}

.mc-press__logo:hover {
    opacity: 1
}

.gem-cm-block {
    height: 180px;
    background-repeat: no-repeat;
    background-size: 640px 350px;
    background-position-y: 10%;
    background-position-x: 95%;
    margin-top: 100px;
    margin-bottom: 60px;
    background-color: #010101
}

.gem-cm-title {
    font-family: Lato;
    font-size: 26px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.38;
    letter-spacing: 1px;
    text-align: left;
    color: #ffffff;
    margin: 0px auto 5px 80px;
    padding-top: 15px
}

.gem-cm-subtitle {
    color: rgba(255, 255, 255, 0.5);
    margin-left: 80px;
    padding-top: 30px;
    letter-spacing: 2px;
    font-size: 15px
}

.jg-gem-cm-subtitle {
    padding-top: 15px
}

.gem-cm-description {
    width: 480px;
    height: 48px;
    opacity: 0.5;
    font-family: Lato;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
    text-align: left;
    color: #ffffff;
    margin-left: 80px
}

.gem-cm-popover-trigger {
    max-width: 48px;
    float: right;
    position: relative;
    margin-right: 37%;
    margin-top: -6%
}

.jg-earth-day-gem-block {
    margin-top: -100px
}

/*------------------------*/

.history-list {
    padding: 0;
}
.history-list li {
    /*width: 49%;*/
    display: inline-block;
    color: gray;
    /*font-size: 16px;*/
    vertical-align: top;
    /*padding-right: 30px;*/
}
.history-list li span {
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
    color: black;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.history-list li .history-content {
    background-color: #ffffffd6;
    padding: 5px;
    margin-bottom: 15px;
}
.history-list li p {
    padding-left: 20px;
    position: relative;
    color: #2c2c2c;
    /*text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;*/
    margin-bottom: 10px;
}
.history-list li p:last-child {
    margin-bottom: 0;
}
.history-list li p:before {
    content: '•';
    position: absolute;
    left: 5px;
    color: red;
    text-shadow: none;
}
.social-list {
    padding: 0;
}
.social-list li {
    display: inline-block;
}
.social-list li .social-item {
    display: block;
    width: 35px;
    height: 35px;
    border: 2px solid #525252;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #525252;
}
.social-item:hover {
    color: white !important;
    background: #525252;
}
.social-item.facebook {
    border: 2px solid #3b5999 !important;
    color: #3b5999 !important;
}
.social-item.facebook:hover {
    color: white !important;
    background: #3b5999;
}
.social-item.twitter {
    border: 2px solid #55acee !important;
    color: #55acee !important;
}
.social-item.twitter:hover {
    color: white !important;
    background: #55acee;
}
.social-item.instagram {
    border: 2px solid #e4405f !important;
    color: #e4405f !important;
}
.social-item.instagram:hover {
    color: white !important;
    background: #e4405f;
}
.social-item.youtube {
    border: 2px solid #cd201f !important;
    color: #cd201f !important;
}
.social-item.youtube:hover {
    color: white !important;
    background: #cd201f;
}
.social-item.linkedin {
    border: 2px solid #0077B5 !important;
    color: #0077B5 !important;
}
.social-item.linkedin:hover {
    color: white !important;
    background: #0077B5;
}
.feature-box {
    margin: 20px;
    box-shadow: 0px 0px 10px #0000004d;
    padding: 20px;
    text-align: center;
    background: white;
}
.feature-box .feature-icon {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    margin: auto;
    line-height: 47px;
    font-size: 25px;
    border: 1px solid #cacaca;
    color: red;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 15px;
}
.feature-box .feature-title {
    text-transform: uppercase;
    font-weight: 700;
}
.feature-box .feature-desc {
    color: gray;
    margin: 0;
}
.feature-section {
    /*padding: 40px 0;*/
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
.feature-section:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000009e;
    display: block;
    top: 0;
    left: 0;
}
.lesson-list {
    padding: 0;
}
.lesson-list .lesson-item {
    display: table;
    border-bottom: 1px solid gainsboro;
    padding-top: 5px;
    width: 100%;
    padding-bottom: 0px;
}
.lesson-list .lesson-item.hide {
    padding-bottom: 10px;
}
.lesson-list .lesson-item .lesson-item {
    padding-bottom: 10px;
}
.lesson-item-body {
    width: 100%;
    display: table;
}
.lesson-list .lesson-item:last-child {
    border: none;
}
.lesson-item .lesson-number {
    vertical-align: middle;
    font-size: 50px;
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
    color: #bbbbbb;
    width: 80px;
    display: table-cell;
}
.lesson-item .lesson-item .lesson-number {
    font-size: 16px;
    width: 40px;
    vertical-align: top;
}
.lesson-item .lesson-item .lesson-item .lesson-number {
    font-size: 12px;
}
.lesson-item .lesson-text {
    display: table-cell;
    vertical-align: middle;
}
.lesson-item .lesson-text .lesson-title {
    margin-bottom: 5px;
    font-family: "Montserrat", "Prompt", "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}
.lesson-item .lesson-item .lesson-text .lesson-title {
    font-weight: normal;
}
.lesson-item .lesson-text .lesson-desc {
    color: #949494;
    font-size: 13px;
}
.lesson-item .lesson-action {
    color: gray;
    display: table-cell;
    width: 50px;
    text-align: right;
    vertical-align: middle;
    font-size: 26px;
}
.lesson-item .lesson-action i {
    transform: rotate(0deg);
    -webkit-transition: transform 0.2s; /* Safari prior 6.1 */
    transition: transform 0.2s;
}
.lesson-item.hide .lesson-list {
    display: none;
}
.lesson-item.hide .lesson-action i {
    transform: rotate(90deg);
}
.lesson-list .lesson-item .lesson-list {
    padding-left: 80px;
}
.lesson-list .lesson-item .lesson-item .lesson-list {
    padding-left: 40px;
}
.lesson-item .lesson-list .lesson-item {
    border: none;
    padding: 10px 15px;
}
.lesson-item .lesson-list .lesson-item:nth-child(odd) {
    background: #f3f3f3;
}
.lesson-item .lesson-list .lesson-item:nth-child(even) {
    background: #ffffff;
}
.share-class-title {
    padding-top: 0;
    margin-top: 0px;
    color: #828282;
    font-weight: normal;
    text-transform: uppercase;
}
.lesson-item[data-target="#preview_modal"] {
    cursor: pointer;
    position: relative;
}
.close-preview-modal {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
    background-color: white !important;
    opacity: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 0 !important;
    text-align: center;
    width: 30px;
    height: 30px;
    box-shadow: 2px 2px 4px #00000073;
}
.icon-play-preview {
    position: absolute;
    right: 10px;
    top: 5px;
    color: red;
    text-align: center;
    font-size: 11px;
    font-weight: 700;
}
.icon-play-preview i {
    font-size: 22px;
}
.icon-play-preview span {
    display: block;
}
.lesson-item .btn-play-preview {
    position: absolute;
    margin: 0;
    right: 10px;
    top: 30px;
    font-size: 12px;
    padding: 3px 7px;
}
.btn-play-preview i {
    margin-right: 5px;
}
.lesson-item .lesson-item .btn-play-preview {
    top: 15px;
}
@media (max-width: 768px) {
    .lesson-item .btn-play-preview {
        top: 20px;
    }
    .lesson-item .lesson-item .btn-play-preview {
        right: 7px;
        top: 7px;
    }
}
@media (max-width: 575px) {
    .lesson-item .lesson-number {
        font-size: 36px;
        width: 60px;
    }
    .lesson-item .lesson-item .lesson-item .lesson-number {
        font-size: 10px;
    }
    .lesson-item .lesson-item .lesson-text .lesson-title {
        font-size: 16px;
    }
    .lesson-item .lesson-item .lesson-number {
        font-size: 14px;
        width: 30px;
    }
    .lesson-list .lesson-item .lesson-list {
        padding-left: 60px;
    }
    .lesson-list .lesson-item .lesson-item .lesson-list {
        padding-left: 30px;
    }
    .lesson-item .lesson-list .lesson-item {
        padding: 5px 10px;
    }
}

.section {
    padding: 50px 0;
}
.section-image-white {
    position: relative;
}
.section-image-white:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}
.section-image-white .section-image-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.section-image-white .section-image-bg:after {
    content: "";
    display: block;
    position: absolute;
    width: 60%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.section-image-white.section-image-right .section-image-bg:after {
    background: rgba(255, 255, 255, 0);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    right: 0;
}
.section-image-white .section-image-bg .section-image-bg-img {
    width: 60%;
    height: 100%;
    position: absolute;
    background-size: cover;
}
.section-image-white.section-image-right .section-image-bg .section-image-bg-img {
    right: 0;
} 
.section-image-bg-mobile {
    display: none;
    max-width: 100%;
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
}
.section-thumbnail {
    width: 500px;
    max-width: 100%;
    margin-bottom: 20px;
}
.image-thumbnail-circle {
    width: 250px;
    height: 250px;
    display: inline-block;
    /* margin-right: 15px; */
    margin-bottom: 15px;
    background-position: center;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: inset 0 0 10px #000000;
    -webkit-box-shadow: inset 0 0 10px #000000;
    box-shadow: inset 0 0 10px #000000;
}
@media (max-width: 767px) {
    .section-image-white .section-image-bg {
        display: none;
    }
    .section-image-bg-mobile {
        display: block;
    }
    .section-image-white {
        padding-bottom: 0;
    }
}