html {
    overflow-x: hidden;
}

.top-right-fuzz {
    height: 500px;
    width: 500px;
    position: absolute;
    background-color: #fe096c;
    content: "";
    top: -100px;
    right: -100px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(50px);
}

.bottom-left-fuzz {
    height: 500px;
    width: 500px;
    position: absolute;
    background-color: var(--primary);
    content: "";
    top: 200px;
    left: -300px;
    border-radius: 50%;
    z-index: -1;
    filter: blur(50px);
}

.vn-gs-section {
    padding: 100px 0;
}

.vn-gs-hero-section {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    padding: 200px 0 125px;
    backdrop-filter: blur(5px);
    background-position: center;
    background-size: cover;

}
.vn-gs-hero-section h1,
.vn-gs-hero-section p,
.vn-gs-hero-section li {
    color: #fff;
}
.vn-gs-hero-section .row {
    align-items: flex-start
}

#single_terms {
    margin: 0;
}

.terms-link {
    color: #fff;
    text-decoration: underline;
}

.terms-link:hover {
    color: #fff;
    opacity: .75;
    text-decoration: underline;
}

.terms-check label {
    color: #fff;
    margin-left: 5px;
}

.required-fields-text {
    color: #fff;
}

.vn-gs-form-wrapper {
    padding: 20px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .3);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.vn-gs-form-wrapper input,
.vn-gs-form-wrapper select {
    margin-bottom: 10px;
    border-radius: 50px;
    font-size: 18px;
    padding: 15px 15px 15px 25px;
    background: #f9f9f9;
    color: #181818;
}

.vn-gs-form-wrapper input::placeholder {
    font-size: 18px;
    color: #181818;
}

.vn-gs-form-wrapper select:hover,
.vn-gs-form-wrapper option:hover {
    cursor: pointer;
}

.vn-gs-form-wrapper .form-group {
    position: relative;
}

.vn-gs-form-wrapper .fa-chevron-down {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
}

.vn-gs-vid-wrapper {
    position: relative;
}


.vid-restart, .small-play, .vid-volume {
    z-index: 10;
}

.small-play:hover, .vid-restart:hover {
    cursor: pointer !important;
}

.vid-restart {
    position: absolute;
    left: 20px;
    top: inherit;
    bottom: 60px;
    font-size: 20px;
    padding: 10px 12px;
    width: 42px;
    text-align: center;
    box-shadow: none;
    background: var(--secondary);
    color: #fff;
    border-radius: 50px;
    transition: linear .15s;
}

.vid-volume {
    position: absolute;
    left: 20px;
    top: inherit;
    bottom: 105px;
    font-size: 20px;
    padding: 10px 12px;
    width: 42px;
    text-align: center;
    box-shadow: none;
    background: var(--secondary);
    color: #fff;
    border-radius: 50px;
    transition: linear .15s;
}

.vn-gs-vid-wrapper video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
}

.vn-gs-vid-wrapper img {
    border-radius: 10px;
    box-shadow: 0 1px 5px #ddd;
}

.vn-gs-form-wrapper .terms-check {
    margin: 15px 0;
    justify-content: space-around;
}

.vn-gs-form-wrapper .btn {
    width: 100%;
    font-size: 20px;
}

.vn-gs-hero-section iframe {
    border-radius: 8px;
}

.vn-banner-section {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    padding: 100px 0 85px;
}

.vn-banner-section .row {
    align-items: baseline;
}

.vn-banner-item {
    display: flex;
    align-items: flex-start;
}

.vn-banner-item  i {
    margin-right: 10px;
}

.vn-banner-section h2,
.vn-banner-section p,
.vn-banner-section i {
    color: #fff;
}

.vn-banner-section i {
    font-size: 30px;
}

.calc-img {
    border-radius: 30px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.vn-gs-section .about-scale-wrapper {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.vn-study-section .page-title {
    margin-bottom: 50px;
}

.quick-links {
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.vn-study-section .quick-links a {
    display: block;
    font-size: 16px;
    color: #000;
    padding: 15px 0;
}
.vn-study-section .quick-links a:hover {
    color: var(--secondary);
}

.vn-study-section .quick-links a:nth-child(2) {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.vn-study-content h3 {
    scroll-margin-top: 100px;
}

.vn-gs-hero-vid, .vid-mobile-play {
    display: none;
}

@media(max-width: 576px) {
    #hero-vid, .vid-volume, .vid-restart, .vid-icon {
        display: none;
    }
    .vid-mobile-play {
        display: block;
    }
    #lp-menu .lp-nav-btn {
        padding: 5px 20px;
        font-size: 10px;
    }
    .vn-gs-hero-section {
        padding: 100px 0 20px;
    }
    .vn-gs-hero-vid {
        position: relative;
        z-index: 1;
        margin-top: 50px;
    }
    .vn-gs-vid-wrapper img {
        margin-top: 50px;
    }
    .vn-gs-vid-wrapper .fa-play {
        font-size: 40px;
        padding: 15px 18px 15px 22px;
        top: 60%;
    }
    .vn-gs-section {
        padding: 30px 0;
    }
    .top-right-fuzz {
        display: none;
    }
    .vn-gs-hero-section {
        padding: 30px 0;
    }
    .quick-links {
        display: none;
    }
    .vn-banner-section {
        padding: 30px 0;
    }
}