* {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
html {
    font-size: 18pt;
}

@media (max-width:1680px) {

    body,
    html {
        font-size: 13pt;
    }
}

@media (max-width:1280px) {

    body,
    html {
        font-size: 13pt;
    }
}

@media (max-width:980px) {

    body,
    html {
        font-size: 11pt;
    }
}


*,
:after,
:before {
    box-sizing: border-box;
}

body {
    -webkit-text-size-adjust: none;
    min-width: 320px;
    min-height: 100vh;
    line-height: 1;
    word-wrap: break-word;
    overflow-x: hidden;
}

strong {
    color: inherit;
    font-weight: bolder;
}

em {
    font-style: italic;
}

a {
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    color: inherit;
    text-decoration: underline;
}

body:before {
    content: '';
    display: block;
    background-attachment: scroll;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    transform: scale(1);
    background-image: linear-gradient(135deg, #ff4b24 0, #540000 100%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
}

body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    transform: scale(1);
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.main {
    display: flex;
    position: relative;
    max-width: 100%;
    z-index: 1;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
    text-align: center;
    padding: 6.5rem 5rem;
    width: 74rem;
}

.my-account {
    display: flex;
    align-items: center;
    position: fixed;
    top: 50px;
    right: 50px;
    padding: 5px;
    border-radius: 5px;
    z-index: 99;
    background: #fff;
    color: #000;
    text-decoration: none;
    box-shadow: 1px 1px 20px 10px #00000038;
    font-family: Montserrat;
}

.my-account__logo {
    width: 40px
}

.my-account__title {
    margin: 0 10px;
    transition: margin .3s;
}


.hero-section {
    display: flex;
    flex-wrap: wrap;
    padding: 7.5rem 0;
}

.hero-section .img-wrapper {
    width: 25%;
}

.hero-section .content-wrapper {
    width: 75%;
    text-align: left;
}

.hero-section .img-wrapper img {
    width: 246px;
}

@media (max-width:1100px) and (min-width:768px) {
    .hero-section .img-wrapper img {
        width: 100%;
    }
}

.main-heading {
    text-transform: uppercase;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 4.25em;
    line-height: 1.375;
    font-weight: 900;
    margin-bottom: 1rem;
}

.intro-text {
    color: rgba(255, 255, 255, .769);
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1.125em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 1rem;
}

.section-heading {
    text-align: center;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 3.5em;
    line-height: 1.125;
    font-weight: 700;
    margin-top: 3rem;
}

.course-box {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1.125rem 0 rgba(0, 0, 0, .471);
    border-radius: 1rem;
    overflow: hidden;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    margin-top: 2rem;
}

.course-box .image-wrapper {
    width: calc(30% + 1.62rem);
}

.course-box .image-wrapper-2 {
    width: calc(40% + 1.62rem);
}

.course-box .image-wrapper img {
    display: block;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 1131px) {
    .course-box .image-wrapper img {
        height: 215px;
    }
}

@media (min-width: 1131px) {
    .course-box .image-wrapper-2 img {
        height: 405px;
    }
}

@media (max-width: 1130px) and (min-width: 768px) {
    .course-box .image-wrapper img {
        height: 203px;
    }
}

.course-box .content-wrapper {
    text-align: left;
    width: calc(70% - 1.62rem);
    padding: 1.5rem 1.5rem;
}

.course-box .content-wrapper-2 {
    text-align: left;
    width: calc(60% - 1.62rem);
    padding: 1.5rem 1.5rem;
}

.course-title {
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 1.75em;
    line-height: 1.125;
    font-weight: 700;
}

.course-description {
    text-align: justify;
    color: #000;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
}

.membership-section {
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
}

.membership-section img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.membership-section .content-wrapper,
.membership-section .image-wrapper {
    width: 50%;
}

.membership-section .title {
    text-align: justify;
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem;
}

.membership-section .description {
    text-align: justify;
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 1rem;
}

.instructor-section {
    padding: 1.5rem 3rem;
    background: #fff;
    border-radius: 24px;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
    margin-top: 2rem;
}

.instructor-section img {
    display: block;
    width: 15.25rem;
    margin: auto;
    border-radius: 50%;
}

.instructor-section .title {
    text-transform: uppercase;
    color: #000;
    font-family: Montserrat, sans-serif;
    font-size: 2.5em;
    line-height: 1.125;
    font-weight: 900;
    text-align: center;
    margin-bottom: 1.25rem;
}

.instructor-section .description {
    text-align: justify;
    color: #000;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
}

.instructor-section .image-wrapper {
    width: 40%;
}

.instructor-section .content-wrapper {
    width: 60%;
}

.bio-text {
    margin: 2rem 0;
    text-align: center;
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1.75em;
    line-height: 1.5;
    font-weight: 700;
}

.brand-logos {
    padding: 1.5rem 3rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 1rem;
}

.brand-logos div {
    width: 33.3333%;
}

.brand-logos img {
    display: block;
    max-width: 100%;
    width: 8rem;
    margin: auto;
}

.review-wrapper .header {
    width: 44rem;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 1rem;
}

.reviewer-img {
    width: 25%;
}

.reviewer-details {
    width: 75%;
    text-align: center;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-size: 1.25em;
    line-height: 1.125;
    font-weight: 700;
}

.reviewer-img img {
    max-width: 100%;
    width: 68px;
    border-radius: 3rem;
}

.review-text {
    text-align: justify;
    color: #fff;
    font-family: Montserrat, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
}

.mail-icon {
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    font-size: 3.75em;
    border: solid 1px #d9d9d9;
    color: #d9d9d9;
    margin: 2rem auto;
}

.mail-icon:hover {
    border-color: #f29db1;
}

.mail-icon svg {
    width: 60%;
    height: 60%;
    fill: #d9d9d9;
}

.mail-icon:hover svg {
    fill: #f29db1;
}

.about-link {
    text-align: center;
}

.about-link a {
    color: #fff;
    text-decoration: none;
    font-family: Montserrat, sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.5;
}

.about-link a:hover {
    text-decoration: underline;
}

.copyright-text {
    color: #d9d9d9;
    font-family: Arial, sans-serif;
    letter-spacing: -.025rem;
    width: 100%;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 2rem;
}

.student-link {
    text-decoration: none;
}

.student-link:hover {
    text-decoration: underline;
}

@media (max-width:767.98px) {

    .brand-logos div,
    .course-box .content-wrapper,
    .course-box .content-wrapper-2,
    .course-box .image-wrapper,
    .course-box .image-wrapper-2,
    .hero-section .content-wrapper,
    .hero-section .img-wrapper,
    .instructor-section .content-wrapper,
    .instructor-section .image-wrapper,
    .membership-section .content-wrapper,
    .membership-section .image-wrapper,
    .reviewer-details,
    .reviewer-img {
        width: 100%;
    }

    .instructor-section .image-wrapper {
        margin-bottom: 2rem;
    }

    .brand-logos img.logo-img-2 {
        margin: 1.5rem auto;
    }

    .reviewer-details br {
        display: none;
    }

    .review-wrapper .header {
        width: 100%;
    }

    .my-account {
        top: 0;
        left: 0;
        right: 0;
        border-radius: 0;
    }
}