body.bg-light {
    background: #f5f5ff !important;
    font-family: "Lato", sans-serif;
}

header {
    background: url('/assets/access/header_bg.png') center center no-repeat;
    min-height: 600px;
}

header img {
    border-radius: 8px;
}

header p {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.5em;
    color: #fff;
    text-align: left;
}

h1 {
    font-weight: 900;
    color: #fff;
    font-size: 4em;
    text-transform: capitalize;
    letter-spacing: -1px;
}

h1 span {
    color: #a183c0;
}

footer {
    background: #431782;
    color: #fff;
    width: 100%;
    height: 62px;
}

footer p {
    padding-top: 20px;
    font-size: 14px;
}

.premium-adv-carousel__template-wrapper .e-child {
    background: #fff;
    border-radius: 12px;
    max-height: 200px;
}

.premium-adv-carousel__template-wrapper img {
    width: 71px;
    height: 67px !important;
    object-position: center center;
    border-radius: 100px 100px 100px 100px !important;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.premium-adv-carousel__template-wrapper .test-number-wrap {
    background: #381D50;
    width: 127px;
    height: 74px;
    color: #fff;
    text-align: center;
    margin-top: -90px;
    margin-left: 105px;
}

.premium-adv-carousel__template-wrapper .test-number-wrap h2 {
    padding-top: 16px;
}

.premium-adv-carousel__template-wrapper .test-number-wrap .ab-tests-created-text {
    font-size: 0.8em;
    margin-top: -5px;
}

.premium-adv-carousel__template-wrapper .elementor-heading-title {
    line-height: 0;
}

.premium-adv-carousel__template-wrapper .authors-name {
    padding-top: 10px;
    padding-left: 20px;
}

.premium-adv-carousel__template-wrapper .authors-name h2 {
    font-size: 1.5em;
}

.premium-adv-carousel__template-wrapper .youtube-subs-number {
    font-size: 0.9em;
    margin-left: 20px;
}

iframe {
    margin-top: -50px;
    background-image: url('/assets/access/loading.svg');
    background-repeat: no-repeat;
    background-position: center 20%;
    background-size: 256px 256px;
}

#logo-slider .elementor-element.elementor-element-73872287.premium-adv-carousel__infinite.premium-adv-carousel__horizontal.elementor-widget.elementor-widget-premium-media-wheel {
    height: 140px;
}

#logo-slider .premium-adv-carousel__media-wrap {
    margin-top: -60px;
}

#logo-slider .elementor-element.elementor-element-73872287>.elementor-widget-container {
    margin: 0;
}

@media (max-width: 1200px) {
    header p {
        font-size: 1.2em
    }
}

@media (max-width: 992px) {
    header {
        background: #381e50 url('/assets/access/header_bg.png') top center no-repeat;
    }
}

@media (max-width: 798px) {
    iframe {
       margin-top: 0;
    }
    footer p {
        position: relative;
        top: -8px;
    }
    footer span {
        display: none;
    }
    footer span.copyright {
        display: block;
    }
}

@media (max-width: 767px) {
    h2#creators {
        line-height: 1.2em;
    }
}

@media (max-width: 576px) {
    header h1 {
        font-size: 3em;
    }
    header .mt-4 {
        margin-top: 0px !important;
    }
    header .mt-5 {
        margin-top: 10px !important;
    }
}