:root {
    --main-color: #9c64f4;
    --white-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.42857143;
    background-attachment: scroll !important;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-attachment: fixed !important;
    background-repeat: repeat repeat !important;
    background-position: center center;
    background-color: rgba(35, 35, 35, 0);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji,
        Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    background-color: var(--white-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-position: center center;
}


.header .top-info {
    color: #fff;
    text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0px;
    margin-bottom: 20px;
}

.header .logo h1 {
    color: var(--white-color);
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 34px;
    font-weight: bold;
    margin: 0px;
}

.header .logo h1 img {
    max-width: 200px;
    max-height: 100px;
    object-fit: contain;
}

.button-cta {
    font-family: "Open Sans", Sans-serif;
    font-size: 18px;
    font-weight: bold !important;
    line-height: 22px;
    fill: var(--white-color) !important;
    color: var(--white-color) !important;
    background-color: var(--main-color);
    padding: 10px 40px 10px 40px;
    border-radius: 0px;
    display: inline-block;
    /* border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 20%); */
    text-transform: uppercase;
}

.container {
    width: 1170px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}

@media (max-width: 1170px) {
    .container {
        width: 100% !important;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px 20px 0px;
}

header img.logo {
    width: 240px;
    padding: 10px;
}

/* Replay Page */

.section-replay {
    margin-bottom: 0px;
    padding: 60px 0px 95px 0px;
}
.section-replay h2 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-weight: bold;
}
.section-replay h3 {
    font-size: 26px;
    margin-bottom: 30px;
    font-weight: normal;
    line-height: 1.4;
}
.section-replay p {
    font-size: 26px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0px !important;
}
@media only screen and (max-width: 600px) {
    .section-replay {
        padding: 20px;
        padding-bottom: 60px;
        padding-top: 30px;
    }
}

.section-replay video {
    width: 100%;
    border-radius: 5px;
    background-color: #262626;
}


.section-replay .button-cta {
    font-size: 28px;
    line-height: 42px;
    margin-top: 30px !important;
}

.section-replay {
    text-align: center;
}

.footer-replay {
    padding: 40px 0px 40px 0px;
}

.section-footer .container,
.footer-bottom .container {
    max-width: 1000px;
    padding: 20px 0px 20px 0px;
}

.footer-bottom {
    padding: 20px 0px;
}

.section-footer {
    padding: 45px 0px 45px 0px;
}

.section-footer p {
    color: #9c64f4;
    font-family: "Open Sans", Sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
}

.section-footer h2 {
    color: #fff;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: 0px;
}

.footer-bottom {
    text-align: center;
    color: #000;
}

.footer-logo {
    padding: 0px 0px 40px 0px;
    width: 140px;
}

.footer-bottom .footer-link {
    list-style: none;
    padding: 0px;
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer-bottom .footer-text {
    line-height: 30px;
}

.footer-bottom .footer-link li {
    position: relative;
    margin-right: calc(30px / 2);
    margin-left: calc(30px / 2);
    font-family: "Open Sans", Sans-serif;
    font-size: 13px;
    color: #fff;
}

.footer-bottom .footer-link li:last-child::after {
    display: none;
}

.footer-bottom .footer-link li:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -15px;
    content: "";
    border-color: #ddd;
}

.footer-bottom p {
    line-height: 1.5;
    text-align: center;
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.header .logo img {
    max-width: 240px;
    max-height: 240px;
}

.footer-bottom .logo img {
    max-width: 200px;
    max-height: 150px;
}

@media all and (max-width: 767px) {
    .header .logo img {
        max-width: 150px;
        max-height: 150px;
    }

    .header .button-cta {
        display: none;
        /*margin-top: 20px;*/
    }

    .header {
        display: block;
        text-align: center;
    }

    .footer-bottom {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.fit-aspect-ratio {
    position: relative;
    padding-bottom: 56.25%;
}
.fit-aspect-ratio iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
    margin-bottom: 20px;
}
.fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    width: 100%;
    border-radius: 5px;
    background-color: #262626;
}
@media only screen and (max-width: 768px) {
    .header .logo h1 {
        font-size: 24px;
        text-align: center;
        display: block !important;
    }
    .section-replay .button-cta {
        font-size: 18px !important;
    }
}


header * {
    z-index: 1
}



.header .logo img {
    max-width: 240px;
    max-height: 240px;
}


.header .support {
    color: #000;
    display: flex;
    gap: 20px;
    align-items: center;
}

.header a.button-cta {
    margin-left: 20px;
}
.header .support span {
    display: block;
    font-size: 18px;
    text-align: right;
    color: #fff;
}

.header .support span b {
    color: #9c64f4;
}

section.testimonials h3 {
    text-align: center;
    color: #000;
    font-size: 48px;
}

.course-testimonial .button-cta {
    margin-top: 50px;
    font-size: 28px;
    padding: 25px 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 510px;
    text-align: center;
    margin-bottom: 50px;
}

.testimonial .testimonial-content {
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: justify;
}

.testimonial .testimonial-footer {
    padding-top: 0 !important;
    display: flex;
    align-items: center;
}

.testimonial .testimonial-footer .author-img {
    padding: 0;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-size: cover;
    border-radius: 100%;
    box-shadow: 0 0 0 4px #333;
    background-color: #000;
}

.testimonial .testimonial-footer .author-name {
    padding: 0 0 0 20px;
    font-size: 18px;
    font-weight: bold;
    width: calc(100% - 50px);
}

.course-testimonial .box-border img {
    margin: 50px 0px 30px 0px !important;
}

section.about {
    padding: 65px 0;
    position: relative;
    background-color: transparent;
}

section.about .user-headshot {
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

section.about .user-bio {
    width: 74%;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    position: relative;
    z-index: 2;
    padding-left: 60px;
}

section.about .user-bio h2 {
    font-size: 36px;
    line-height: 1.5;
}

section.about .user-bio p {
    font-size: 20px;
    font-weight: normal;
}

section.about .button-cta {
    margin-top: 20px;
}

section.testimonials {
    background-color: #fff;
    padding: 10px 0;
}

section.footer-cta {
    text-align: center;
    padding: 80px 20px;
}

section.footer-cta h3 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    font-weight: bold;
}

section.footer-cta p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: normal;
    line-height: 1.4;
}

section.footer-cta a.button-cta,
section.about .button-cta,
.section .button-cta {
    padding: 20px 40px;
    font-size: 22px;
    line-height: 22px;
}

@media all and (max-width: 1024px) {
    section.about {
        padding: 65px 20px;
    }
}

@media all and (max-width: 820px) {
    section.about .user-headshot {
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
        padding: 0 20px;
    }

    section.about .user-bio {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .course-testimonial {
        padding-bottom: 60px;
    }
}
.section-testimonial {
    padding-bottom: 100px !important;
}
@media only screen and (max-width: 768px) {
    .section-testimonial h2 {
        font-size: 18px !important;
    }
    .header {
        padding-left: 15px;
        padding-right: 15px;
    }
    .header .support span {
        text-align: center;
        font-size: 16px !important;
    }
    .header .support {
        margin-top: 20px;
        display: block;
    }
    .section-replay h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .section-replay h3,
    .section-replay p {
        font-size: 18px;
    }
	.footer-bottom .footer-link {
        list-style: none;
        padding: 0px;
        display: flex;
        justify-content: flex-start;
        align-content: space-around;
        flex-direction: row;
	}
	.footer-bottom .footer-link {
        list-style: none;
        padding: 0px;
        display: flex;
        justify-content: space-around;
        color: white;
        align-content: flex-start;
        flex-direction: row;
        align-items: center;
        font-size: 11px;
	}
	.footer-bottom .footer-link li {
        position: relative;
        margin-right: calc(30px / 2);
        margin-left: calc(30px / 2);
        font-family: "Open Sans", Sans-serif;
        font-size: 12px;
    }
}
@media only screen and (max-width: 768px) {
    .header {
        display: block;
        text-align: center;
    }
    section.footer-cta p {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    section.footer-cta h3 {
        font-size: 36px !important;
        line-height: 36px !important;
    }
	.header .logo h1 {
		display: block;
        text-align: center;
	}
    .header .support span {
        text-align: center;
    }
    .testimonial-text .testimonial {
        margin-bottom: 20px;
    }
    .testimonial .testimonial-content {
        font-size: 16px;
        line-height: 26px;
    }
    .testimonial .testimonial-footer {
        padding-top: 10px !important;
    }
    section.testimonials h3 {
        font-size: 45px !important;
        font-weight: bold !important;
        padding-left: 30px;
        padding-right: 30px;
    }
    .course-testimonial .button-cta {
        width: 100%;
        font-size: 22px;
        line-height: 22px;
        padding: 18px 10px;
        width: 95%;
        text-align: center;
    }
    .course-testimonial {
        padding-left: 15px !important;
        padding-right: 15px !important;
        padding-bottom: 30px !important;
    }
    .course-testimonial p.testimoial-title {
        margin-top: 30px;
        line-height: 34px !important;
    }
    section.about .user-bio {
        padding: 10px !important;
    }
    section.about .user-bio p {
        font-size: 18px;
    }
 
}
.lw-testimonials {
    margin-bottom: 30px;
}
@media all and (max-width: 820px) {
    .lw-testimonials {
        display: flex;
        flex-direction: column;
    }
    .lw-testimonials .testimonial-item {
        flex-grow: 1;
        margin: 0px;
        margin-bottom: 15px;
        background-color: #fff;
        padding: 30px 40px;
        border-radius: 8px;
        position: relative;
        width: auto;
    }
    section.footer-cta a.button-cta,
    section.about .button-cta,
    .section .button-cta,
    .section-replay .button-cta {
        font-size: 16px !important;
        line-height: 26px !important;
        padding: 10px 30px 10px 30px;
    }
    .section-testimonial h3 {
        color: #000000;
        font-family: "Source Sans Pro", Sans-serif;
        font-size: 36px;
        font-weight: 700;
    }
}