header {
    display: none !important;
}

.video-link-hide {
    display: none;
}

#primary {
    padding: 0 !important;
}

.imagen-logo-for-video {
    position: absolute;
    left: 25px;
    top: 72px;
    z-index: 99999;
    display: block;
}

h1 {
    color: #FFF;
    font-family: Prody, sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 105%;
    margin-top: 25px;
}

.hero-text {
    color: #FFF;
    font-family: Graphik, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    padding-top: 27px;
}

#myVideoWrapper {
    position: relative;
    height: 0;
    padding-bottom: 44.27%;
}

#myVideo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.compatible-with {
    color: #FFF;
    display: flex;
    justify-content: flex-start;
    gap: 12px;
    font-size: 18px;
    align-items: center;
    margin-top: 35px;
    font-weight: 300;
}
.video-top-bar {
    background: #E7FFB9;
    color: #030B19;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 24px;
}

.header-video-wrapper {
    z-index: 9999;
    position: absolute;
    width: 100%;
    height: 100%;
}

.header-video-inner {
    max-width: 1560px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-title {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: -0.8px;
}

label.error {
    width: 100%;
    text-align: left;
    color: #FF5470;
    font-size: 14px;
    margin: 10px 0;
    padding: 0;
    display: block;
    padding-left: 20px;
    
}

/**/
.video-logos {
    display: flex;
    justify-content: center;
    gap: 25px;
    padding: 75px 0;
}

.video-logos img {
    max-width: 70%;
}

.video-logos-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-cust {
    display: flex;
}

.logo-container {
    display: flex;
    min-width: 100%;
    justify-content: space-between;
}

.logo-item {
    padding: 0 20px;
}


.logo-containerb {
    margin-left: 50px;
}

.section-features {
    padding-top: 120px;
    min-height: 534px;
}

.gradient-bg {
    background: linear-gradient(180deg, #3F80E0 0%, #3F80E0 0%, #030B19 100%);
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-item-video {
    text-align: center;
    color: #fff;
    width: 100%;
    font-size: 16px;
    max-width: 325px;
    line-height: 1.5;
}

.flex-item-video-title {
    padding: 35px 0 15px;
    font-size: 24px;
}

.arrow-up-wrapper {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
    padding-top: 100px;
}

.arrow-up-wrapper img {
    margin-bottom: 33px;
}

.arrow-up-wrapper img:hover {
    opacity: .7;
}

.faq {
    margin-top: -2px;
    padding-top: 122px;
    color: #fff;
    overflow: hidden;
}

.faq .answer {
    line-height: 1.5;
}

.faq .answer a {
    color: #fff;
}

li.expanded button.question,
.answer {
    color: #fff;
}

.faq .qa-list {
    margin: 0;
}


.faq .qa-list li {
    padding-right: 5px;
    margin-bottom: 15px;
}

.faq-title {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -0.8px;
    font-family: Graphik, serif;
    padding: 0;
    margin: 0 0 70px;
}

.qa-list li {
    background: #132342;
}

.arrow-down {
    background-image: url(../img/down-white.svg);
}

.bg-dark-blue {
    background: #030B19;
}

.imagen-video-logo-wrapper {
    text-align: center;
    padding: 100px 0;
}

#form_wrapper {
    margin-top: 20px;
}

#form_wrapper .input-box {
    border-radius: 10px;
    width: 100%;
    height: 54px;
    display: block;
    box-shadow: none;
    border: 0;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 12px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(25px);
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

#form_wrapper .input-box.input-box-flex{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}

.flex-radio-wrapper{
    display: flex;
    align-items: center;
    gap: 4px;
}

#form_wrapper #submit_video {
    position: relative;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.396px;
    border-radius: 10px;
    border: 1px solid #CCE1FF;
    background: #3F80E0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    animation: all .3s ease;

    border-radius: 10px;
    width: 100%;
    height: 54px;
    display: block;
    box-shadow: none;
    border: 0;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 15px;
}

#form_wrapper #submit_video:hover {
    background: #3375D8;
}

#email-error {
    text-align: center;
    padding: 5px 0 10px;
    width: 100%;
    font-size: 14px;
    display: block;
    color: #fff;
}

#form_wrapper input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.48px;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-logos-slide-item {
    justify-content: center;
    align-items: center;
    display: flex;
}

.video-logos-slide-item img {
    max-width: 70%;
}

.splide__slide img {
    width: 100%;
}

.video-radio {
    appearance: none;
    width: 16px;
    height: 16px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    position: relative;

}

.answer-video input:hover,
.answer-video label:hover{
    cursor: pointer;
}

.video-radio:checked::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.question-text{
    width: 180px;
}

.answer-one{
    width: 100px;
}

 

.video-logos img.logos-mobile{
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1750px) {
    .marg-bot-50 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .header-video-inner {
        padding: 0 75px;
    }
}

@media screen and (max-width: 991px) {
    #myVideoWrapper {
        padding-bottom: 0;
    }

    .imagen-video-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
        z-index: 33;
        max-width: 200px;
    }

    .header-video-inner {
        flex-direction: column;
    }

    h1 {
        font-size: 32px;
    }

    .hero-text {
        font-size: 16px;
    }

    .marg-bot-50 {
        margin: 0;
    }

    .compatible-with {
        font-size: 14px;
    }

    .form-title {
        font-size: 17px;
    }

    .compatible-with {
        justify-content: center;
    }

    #myVideoWrapper {
        flex-direction: column-reverse;
        display: flex;
        height: auto;
    }

    .header-video-wrapper,
    #myVideo {
        position: relative;
    }

    .header-video-inner {
        padding: 0;
    }

    .header-video-inner h1 {
        width: 100%;

    }

    .h1-wrapper {
        background-repeat: repeat-x;
        width: 100%;
    }

    .text-cont-wrapper {
        width: 100%;
    }

    .marg-bot-50 {
        width: 100%;
    }

    .header-video-inner {
        margin-top: -105px;
        background-image: url(../img/video/bg.png);
        background-repeat: repeat-x;
        background-position: left top;
    }

    h1 {
        margin-top: 55px;
        text-align: center;
    }

    .hero-text {
        margin-top: 0;
        text-align: center;
    }

    .form-title {
        margin-top: 30px;
        text-align: center;
    }

    #form_wrapper {
        background: #030B19;
    }

    #form_wrapper {
        padding: 0 20px 60px;
    }

    .form-title br {
        display: none;
    }

    .extended-img {
        margin-top: -5px;
    }

    .video-top-bar {
        font-size: 16px;
    }

    .flex-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 53px;
    }

    .flex-item-video-text {
        max-width: 280px;
        margin: 0 auto;
    }

    #form_wrapper input::placeholder {
        opacity: .5;
    }

    .video-logos {
        flex-wrap: wrap;
        gap: 20px;
        padding: 45px 15px;
    }

    .video-logos-item {
        margin-bottom: 20px;
        width: calc(50% - 10px);
    }

    .video-logos-item:last-child:nth-child(odd) {
        width: 50%;
        margin: 0 auto;
    }

    .video-logos-slide-item img {
        max-width: 68%;
    }

    .imagen-logo-for-video {
        max-width: 55px;
        position: absolute;
        left: 15px;
        top: 51px;
        z-index: 99999;
        display: block;
    }

    .flex-radio-wrapper{
        flex-basis: 50%;
    }

    .answer-two{
        padding-left: 40px;;
    }

    .question-text{
        color: #fff;
        opacity: .5;
        font-size: 16px;
        padding-left: 10px;
        margin-bottom: 15px;
        width: 100%;
    }

    #form_wrapper #submit_video{
        margin-top: 33px;
    }
}



