.password-top-header {
    padding: 10px 0;
    background: #fff;
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
.password-socials {
    margin: 0;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
    text-align: right;
}
.password-socials li {
    display: inline-block;
    padding: 0 25px 0 0;
    margin: 0;
    line-height: 1;
    font-size: 0;
}
.password-socials li:last-child {
    padding: 0;
}
.password-socials li a {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    color: #f46f72;
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    padding-left: 20px;
}
.password-socials li a:hover {
    color: #619e9f;
}
.password-header {
    padding: 30px 0 30px 0;
    background: #f46f72;
    font-size: 0;
    line-height: 1;
}
.password-header h1 {
    font-size: 60px;
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    padding: 0 250px;
    margin: 0;
    text-align: center;
}
.password-content {
    padding: 140px 0 350px;
    text-align: center;
}
.password-form-wrapper {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    min-width: 400px;
    display: inline-block;
    padding: 50px;
    border-radius: 3px;
    border: 1px solid #f46f72;
    background: #fff;
}
.password-form-wrapper h4 {
    color: #F46F72;
    font-size: 36px;
    line-height: 1;
    margin: 0 0 25px 0;
    text-align: center;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
.password-form-wrapper input {
    padding: 15px 10px;
    line-height: 1;
    color: #595F6B;
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-size: 24px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f46f72;
    margin: 0 0 10px;
}
.pass-error {
    display: none;
    color: red;
    font-family: "OpenSans-CondensedLight", sans-serif;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    padding-top: 10px;
    line-height: 0;
    font-size: 18px;
}
.password-form-wrapper input::placeholder {
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-size: 24px;
    line-height: 1;
    color: #595F6B;
}
.password-form-wrapper a {
    color: #fff;
    border-radius: 2px;
    background: #F46F72;
    font-size: 36px;
    font-family: "OpenSans-CondensedLight", sans-serif;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
}
.password-form-wrapper a:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 26px;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/link-btn-wan.png);
}
.video-player-sec {
    padding: 50px 0 0 0;
}
.columns.right-side {
    padding-left: 0;
}
.main-title p {
    font-size: 36px;
    line-height: 1;
    margin: 0 0 15px 0;
    font-family: "OpenSans-CondensedLight", sans-serif;
    color: #f46f72;
}
.video-player-sec .tabs {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    height: 100%;
}
.video-player-sec .tabs li {
    cursor: pointer;
    transition: 0.3s;
    display: block;
    opacity: 0.5;
}
.video-player-sec .tabs li:hover {
    opacity: 0.8;
}
.video-player-sec .tabs li:not(:last-of-type) {
    margin-bottom: 30px;
}
.video-player-sec .tabs li.current {
    color: #222;
    transition: 0.3s;
    opacity: 1;
}
.video-player-sec .tab-content {
    display: none;
}
.video-player-sec .tab-content.curr {
    display: block;
}
.video-player-sec .arr p {
    font-size: 30px !important;
    line-height: 1;
    animation: MoveUpDown1 2s ease-out infinite;
    margin: 0;
    color: #619e9f;
    margin: 15px 0 0 0;
}
.video-player-sec .video {
    font-size: 12px;
}
.video-player-sec .video a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: left;
    text-decoration: none;
    color: #010101;
}
.video-player-sec .video a p {
    flex: 1;
    margin: 0 0 0 10px;
    color: #000;
    font-size: 19px;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 1px;
    font-family: 'Open Sans Condensed';
}
.video-player-sec .video div {
    position: relative;
}
.video-player-sec .video div .play {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}
.video-resp-wrap {
    border: 10px solid #f46f72;
}
.inner-bottom-container {
    position: relative;
    padding: 40px 0 0 0;
    text-align: center;
}
.inner-bottom-button-wrap {
    width: 460px;
    display: inline-block;
    line-height: 1;
    font-size: 0;
}
.inner-bottom-button-wrap a {
    display: block;
    padding: 10px 0;
    line-height: 1;
    color: #fff;
    background: #F46F72;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.inner-bottom-container h3 {
    line-height: 1;
    font-size: 36px;
    color: #595F6B;
    font-family: "OpenSans-CondensedLight", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}
.inner-bottom-container h4 {
    line-height: 1;
    font-size: 26px;
    color: #F46F72;
    font-family: "OpenSans-CondensedLight", sans-serif;
    text-align: center;
    margin-bottom: 25px;
}
.inner-bottom-button-wrap a:hover {
    color: #F46F72;
    background: #fff;
    border: 1px solid #F46F72;
}
.password-inner-button-wrap {
    position: absolute!important;
    right: 0px;
    top: 0px;
    font-size: 0;
    line-height: 1;
}
.password-inner-button-wrap a {
    color: #f46f72!important;

    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-bottom: 1px dotted #F46F72;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
.password-inner-pdf-link {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 0;
    line-height: 1;
}
.inner-bottom-button-wrap .mejs-horizontal-volume-slider {
    background: transparent;
    border: none!important;
}
.audio-inner-wrapper {
    position: relative;
    padding-right: 30px;
}
.audio-inner-wrapper .download-link {
    border: none!important;
    position: absolute;
    top: 50%;
    background: transparent;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
}
.audio-inner-wrapper .download-link i {
    background: transparent;
    color: #f46f72;
}
.audio-title-gambit {
    font-size: 24px;
    margin: 0;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    color: #000;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
.gambit-button-wrapper {
    text-align: center;
}
.video-gambit-wrapper {
    margin: 40px 0 20px;
    border: 10px solid #F46F72;
}
.gambit-button-wrapper a:after {
    content: "";
    position: absolute;
    width: 13px;
    height: 26px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    background-image: url(../images/link-btn-wan.png);
}
.gambit-bottom-links {
    margin: 20px 0;
    text-align: center;
}
.gambit-button-wrapper a {
    position: relative;
    display: inline-block;
    padding: 10px 70px 15px;
    line-height: 1;
    color: #fff;
    background: #F46F72;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out!important;
    -o-transition: all 0.3s ease-in-out!important;
    -moz-transition: all 0.3s ease-in-out!important;
    -webkit-transition: all 0.3s ease-in-out!important;
    -ms-transition: all 0.3s ease-in-out!important;
    font-family: "OpenSans-CondensedLight", sans-serif;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
}
.password-inner-pdf-link a {
    color: #f46f72!important;
    font-size: 16px;
    line-height: 1;
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-bottom: 1px dotted #F46F72;
    font-family: "OpenSans-CondensedLight", sans-serif;
}
.inner-image-gambit-wrapper {
    padding-top: 25px;
    text-align: center;
}
.password-inner-button-wrap a:hover {
    color: #F46F72!important;
}
/*  */
@media only screen and (max-width: 1200px){
    .password-header h1 {
        padding: 0 200px;
        font-size: 48px;
    }
}
/*  */
@media only screen and (max-width: 800px){
    .password-header h1 {
        padding: 0 50px;
        font-size: 24px;
    }
}
/*  */
/*  */
@media only screen and (max-width: 800px){
    .tab-link,.tab-link .video,.tab-link .video .play-video,.cover-div {
        min-height: 200px;
    }
    .columns.right-side {
        padding-left: 15px;
    }
    .video .play-video.play-video-button {
        padding: 10px 0;
        min-height: auto;
        height: auto;
        font-size: 24px;
    }
    .tab-link.tab-link-button, .tab-link.tab-link-button .video  {
        height: auto!important;
        min-height: auto;
    }
}
@media only screen and (max-width: 640px){
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .password-inner-button-wrap {
        position: static!important;
        text-align: center;
    }
    .inner-bottom-button-wrap {
        width: 100%;
        max-width: 450px;
    }
    .inner-bottom-button-wrap a {
        margin-bottom: 10px;
        font-size: 26px;
    }
    .inner-bottom-container h3 {
        font-size: 30px;
    }
    .inner-bottom-container h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .video-player-sec .password-inner-button-wrap a {
        display: inline-block;
        font-size: 14px;
        padding-top: 10px;
    }
    .passlogo-wrap {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }
    .password-content {
        padding: 30px 0 50px;
    }
    .password-form-wrapper h4 {
        font-size: 24px;
        margin: 0 0 15px 0;
    }
    .password-form-wrapper input {
        padding: 10px;
        font-size: 18px;
    }
    .password-form-wrapper a {
        font-size: 24px;
    }
    .password-socials {
        position: static;
        top: inherit;
        transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }
    .password-socials li {
        padding: 5px 0px;
        display: block;
    }
    .password-header h1 {
        padding: 0 20px;
        font-size: 20px;
    }
    .video-player-sec .tabs {
        margin-top: 15px;
    }
    .tab-link,.tab-link .video,.tab-link .video .play-video,.cover-div {
        min-height: 150px;
    }
    .columns.right-side {
        padding-left: 15px;
    }
    .tab-link.tab-link-button, .tab-link.tab-link-button .video  {
        height: auto!important;
        min-height: auto;
    }
    .video .play-video.play-video-button {
        padding: 10px 0;
        min-height: auto;
        height: auto;
        font-size: 24px;
    }
    .password-header {
        padding: 15px 0;
    }
    .video-player-sec {
        padding: 15px 0 0 0;
    }
    .main-title p {
        font-size: 24px;
        text-align: center;
    }
}
/*  */
@media only screen and (max-width: 450px){
    .password-form-wrapper {
        width: 100%;
        padding: 15px 20px;
        min-width: inherit;
    }
}