body {
    color: #070909;
    font-family: Gellix, sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
}

h1 {
    text-align: center;
    /*
    -webkit-text-fill-color: transparent;
    background-image: url('../images/heading-bg.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-clip: text;
    background-clip: text;
*/
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3.75rem;
    font-size: clamp(3.75rem, 0.75rem + 15vw, 18.75rem);
    line-height: 1;
    font-weight: 700;
}

#thanks_page {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 4fr auto;
    height: 100vh;
}

#thanks_page .container {
    background: #fff;
}

#thanks_page h1 {
    color: #070808;
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 1.875rem + 3.125vw, 5.625rem);
    margin: 0 auto 40px;
}

#thanks_page .banner {
    text-align: center;
    height: 100%;
}

#thanks_page .banner p {
    max-width: none;
    margin: 0 0 60px 0;
    color: #070808;
}

#thanks_page .main_content.banner_c {
    padding-top: 60px;
    padding-bottom: 60px;
}

.add_block a {
    transition: all 0.3s cubic-bezier(.75, .25, .13, .92) !important;
}

.add_block a:hover {
    color: #070808 !important;
    text-decoration: none !important;
}

.container-video {
    position: relative;
    margin: 0 0 40px 0;
}

.bg-video {
    width: 100%;
}

/* background-color and color should be the same as the below otherwise it won't work */
.container-video h1 {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    background-color: #070909;
    /* Mix Blend Mode does the all magic */
    mix-blend-mode: darken;
    user-select: none;
}

h2 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2.5rem;
    font-size: clamp(2.5rem, 2rem + 2.5vw, 5rem);
    line-height: 1.2;
    font-weight: 700;
}

h3 {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 2.1875rem;
    font-size: clamp(2.1875rem, 2.025rem + 0.8125vw, 3rem);
    line-height: 1.2;
    font-weight: 700;
}

h4 {
    font-size: 1.875rem;
    font-size: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
    line-height: 1.2;
    margin: 0 0 20px 0;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.over-title {
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 15px 0 !important;
}

.cta {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #F54949;
    padding: 18px 45px;
    border-radius: 40px;
    border: 2px solid transparent;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
}

.cta:hover {
    background: #fff;
    color: #070909;
}

.header-right .cta {
    background: none;
    border-color: #fff;
    color: #fff;
}

.header-right .cta:hover {
    background: #fff;
    color: #070909;
}

.cta-white:hover {
    background: #070909;
    border-color: #070909;
    color: #fff;
}

.cta-center {
    text-align: center;
}

.container {
    background-color: #070909;
}

.content {
    width: 80%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
}

.content.header-c {
    padding-top: 40px;
    padding-bottom: 40px;
}

.content.banner-c {
    padding-top: 40px;
    padding-bottom: 120px;
}

.content.cover-c,
.content.hurry-c,
.content.agenda-c,
.content.trainers-c,
.content.feedback-c,
.content.faq-c,
.content.lessons-c,
.content.black-c {
    padding-top: 120px;
    padding-bottom: 120px;
}

.content.footer-c {
    padding-top: 60px;
    padding-bottom: 60px;
}

.header-wr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.logo-link {
    width: 342px;
}

.header-right {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.header-links {
    grid-column-gap: 40px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.header-links a:not(.cta) {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.header-links a:not(.cta):hover {
    text-decoration: underline;
}

.banner {
    color: #fff;
}

.sub-header {
    width: 100%;
    max-width: 810px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.sub-header p {
    margin: 0 0 40px 0;
}

.sub-header ul {
    margin: 60px 0 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    grid-gap: 40px;
}

.sub-header ul li {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.sub-header ul li:nth-of-type(2) {
    position: relative;
}

.sub-header ul li:nth-of-type(2):before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #7C7B7B;
    position: absolute;
    left: -20px;
    top: 5px;
}

.sub-header ul li:nth-of-type(2)::after {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    background: #7C7B7B;
    position: absolute;
    right: -20px;
    top: 5px;
}

.banner .single-box {
    border: 1px solid #7C7B7B;
    max-width: 960px;
    margin: 90px auto 0;
}

.single-box {
    padding: 40px 40px 40px 120px;
    border-radius: 24px;
    background: url(../images/quote.svg) no-repeat top 45px left 40px;
}

.name-box {
    color: #737373;
    font-size: 18px;
    line-height: 26px;
    margin: 25px 0 0;
}

.name-box p:first-of-type {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 5px 0;
}

.name-box p:last-of-type {
    font-weight: 500;
}

.center-block {
    text-align: center;
    margin-bottom: 90px;
}

.cover-wr {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.cover-box {
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    padding: 40px;
}

.cover-icon {
    width: 80px;
}

.cover-box p:first-of-type {
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    margin: 25px 0;
}

.cover-box p:last-of-type {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.section-hurry {
    color: #fff;
    background-color: #070909;
}

.hurry-wr {
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.hurry-left {
    width: 40%;
}

.hurry-left p {
    margin: 0 0 40px 0;
}

.hurry-right {
    width: 45%;
}

.hurry-right .single-box {
    border: 1px solid #7C7B7B;
}

.agenda-wr {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
    display: flex;
    position: relative;
    grid-gap: 40px;
}

.label {
    display: inline-block;
    background: #C2FFAC;
    padding: 10px 15px;
    border-radius: 26px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
}

.agenda-inner h3 {
    margin: 0 0 20px 0;
}

.agenda-inner ul li {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 15px 0;
}

.agenda-inner ul li:last-of-type {
    margin: 0;
}

.agenda-inner ul li::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #070909;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.session-box {
    margin: 0 0 60px 0;
}

.inner-list {
    color: #737373;
    list-style: none;
}

.inner-list li {
    padding: 0 !important;
}

.inner-list li:first-of-type {
    margin: 10px 0;
}

.inner-list li::before {
    content: none !important;
}

.section-agenda .single-box {
    background: #FDFBFB url(../images/quote-black.svg) no-repeat top 45px left 40px;
    background-size: 48px;
    max-width: 960px;
    margin: 0 auto 90px;
}

.section-trainers {
    background-color: #fdfbfb;
}

.trainer-wr {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    max-width: 1185px;
    margin: 0 auto 90px;
}

.trainer-text {
    background-color: #fff;
    border-radius: 40px;
    padding: 60px;
}

.trainer-text h3 {
    margin: 0 0 20px 0;
}

.trainer-text p {
    margin: 0 0 40px 0;
}

.trainer-text p:last-of-type {
    margin: 0;
}

.trainer-text p:first-of-type {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 40px 0;
}

.trainer-img {
    background-color: #fff;
    border-radius: 40px;
    justify-content: center;
    align-items: center;
    padding: 60px;
    display: flex;
}

.section-feedback {
    color: #fff;
    background-color: #070909;
}

.feedback-wr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    grid-gap: 25px;
    margin-bottom: 120px;
}

.feedback-column {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    flex: 1;
    grid-gap: 25px;
}

.feedback-box {
    flex: 1;
    border: 1px solid #7c7b7b;
    border-radius: 20px;
    padding: 40px 40px 40px 120px;
    background: url(../images/quote.svg) no-repeat top 45px left 40px;
}

.cta-box {
    text-align: center;
    max-width: 960px;
    margin: 0 auto;
}

.cta-box p {
    margin: 0 0 40px 0;
}

.section-faq {
    background-color: #fdfbfb;
}

.faq-wr {
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 120px;
    display: flex;
}

.faq-left {
    width: 40%;
}

.faq-left h2 {
    margin: 0;
}

.faq-right {
    width: 45%;
}

.faq_wr {
    text-align: center;
}

.faq_section_row {
    text-align: left;
    max-width: 1170px;
    margin: 0 auto;
}

.faq_answer {
    padding: 0 40px 40px 0;
}

.faq_row {
    cursor: pointer;
    border-bottom: 2px solid #D9D9D9;
    transition: all 0.5s ease;
}

.faq_row:hover {
    border-bottom-color: #070909;
}

.faq_question {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    padding: 40px 40px 40px 0;
    margin: 0;
    position: relative;
}

.faq_question::after {
    content: "";
    background-color: #C2FFAC;
    background-image: url(../images/arrow-down.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -20px 0 0 0;
    transition: all 0.5s cubic-bezier(.75, .25, .13, .92);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
}

.faq_row.faq_active .faq_question::after {
    transform: rotate(180deg);
}

.paragraph-hidden {
    margin: 0;
}

.lessons-inner {
    max-width: 1040px;
    margin: 0 auto;
}

.lessons-wr {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 90px;
    display: grid;
}

.lessons-box {
    border: 1px solid #d9d9d9;
    border-radius: 40px;
    padding: 60px 40px;
    font-size: 18px;
    line-height: 26px;
}

.lessons-box p:first-of-type {
    font-weight: 700;
    margin: 0 0 30px 0;
}

.lesson-img {
    max-width: 256px;
    width: 100%;
}

.lessons-box h3 {
    margin: 40px 0;
}

.lessons-box p:last-of-type {
    margin: 0;
}

.agenda-item {
    margin-bottom: 10px;
}

.overflow {
    z-index: 200;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.grey_w {
    position: absolute;
    top: 30%;
    left: -50%;
}

.case_inner {
    margin: 0 0 120px 0;
}

.agenda-left {
    width: 30%;
}

.agenda-right {
    width: 45%;
    padding: 60px 0 60px 100px;
    border-left: 1px solid #D9D9D9;
}

.agenda-images {
    margin-top: 60px;
    position: relative;
    height: 400px;
}

.agenda-img {
    width: 400px;
    position: absolute;
}

.agenda-img.agenda-img-2 {
    opacity: 0;
}

.cta-box-2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.cta-box-2 p {
    margin: 0 0 40px 0;
}

.cta-box-2 p:last-of-type {
    margin: 0;
}

.section-black {
    color: #fff;
    background-color: #070909;
}

.black-inner {
    width: 100%;
    max-width: 960px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.black-inner p {
    margin: 0 0 40px 0;
}

.footer-wr {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.footer-wr p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
}

.footer-wr p a {
    color: inherit;
}

.footer-wr p a:hover {
    text-decoration: none;
}


@media screen and (max-width: 1440px) {

    .logo-link {
        width: 280px;
    }

    .header-right {
        grid-column-gap: 30px;
    }

    .header-links {
        grid-column-gap: 30px;
    }

    .header-links a:not(.cta) {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-right {
        width: 50%;
    }

}


@media screen and (max-width: 1366px) {

    br {
        display: none;
    }

    .logo-link {
        width: 240px;
    }

    #thanks_page .content.banner-c {
        padding-top: 60px;
    }

    .content.banner-c {
        padding-top: 0;
    }

    .agenda-left {
        width: 50%;
    }

    .faq_question::after {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .faq_question {
        padding: 40px 60px 40px 0;
    }

}


@media screen and (max-width: 1180px) {

    .header-right {
        flex-direction: column;
    }

    .header-right .cta {
        display: none;
    }

    .agenda-right {
        padding: 40px 0 40px 60px;
    }

}


@media screen and (max-width: 1024px) {

    .content.banner-c {
        padding-bottom: 90px;
    }

    .content.cover-c,
    .content.hurry-c,
    .content.agenda-c,
    .content.trainers-c,
    .content.feedback-c,
    .content.faq-c,
    .content.lessons-c,
    .content.black-c {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .logo-link {
        width: 200px;
    }

    .center-block {
        margin-bottom: 60px;
    }

    .cover-wr {
        grid-template-columns: 1fr 1fr;
    }

    .agenda-wr {
        margin-bottom: 90px;
    }

    .trainer-text {
        padding: 40px;
    }

    .trainer-wr {
        grid-template-columns: 1fr;
        margin-bottom: 60px;
    }

    .trainer-img {
        padding: 40px;
    }

    .feedback-wr {
        margin-bottom: 90px;
    }

    .faq-wr {
        margin-bottom: 60px;
    }

    .lessons-wr {
        grid-column-gap: 25px;
        grid-row-gap: 25px;
        margin-bottom: 60px;
    }

    .overflow {
        height: auto;
    }

    .black_text.col-box-1 {
        width: 100%;
        position: static;
    }

    .grey_w {
        display: none;
    }

    .footer-wr {
        text-align: center;
        flex-direction: column;
    }
}

@media screen and (max-width: 844px) {
    body {
        font-size: 20px;
        line-height: 30px;
    }

    .header-wr {
        flex-direction: column;
    }

    .content.header-c {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .content.banner-c {
        padding-bottom: 60px;
    }

    .content.cover-c,
    .content.hurry-c,
    .content.agenda-c,
    .content.trainers-c,
    .content.feedback-c,
    .content.faq-c,
    .content.lessons-c,
    .content.black-c {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .content.footer-c {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .logo-link {
        width: 240px;
    }

    .banner .single-box {
        margin: 60px auto 0;
    }

    .single-box {
        padding: 100px 40px 40px;
        background-size: 35px;
    }

    .section-agenda .single-box {
        background-size: 35px;
        margin: 0 auto 40px;
    }

    .center-block {
        margin-bottom: 40px;
    }

    .cover-box {
        padding: 20px;
    }

    .agenda-wr {
        margin-bottom: 60px;
        flex-direction: column;
    }

    .agenda-images {
        display: none;
    }

    .agenda-right {
        width: 100%;
    }

    .agenda-left {
        width: 100%;
    }

    .case_inner {
        margin: 0 0 90px 0;
    }

    .trainer-wr {
        margin-bottom: 40px;
    }

    .feedback-wr {
        margin-bottom: 60px;
    }

    .feedback-box {
        padding: 20px;
        padding: 100px 20px 20px;
        background-size: 35px;
        background-position: top 40px left 20px;
    }

    .faq_question {
        font-size: 28px;
        line-height: 36px;
    }

    .lessons-wr {
        margin-bottom: 40px;
    }

    .lessons-box {
        padding: 40px 20px;
    }

    .black_text.col-box-1 h2 {
        margin-bottom: 20px;
    }

    .grey_w {
        display: none;
    }

}

@media screen and (max-width: 479px) {

    .header-wr {
        justify-content: center;
    }

    .logo-link {
        width: 220px;
    }

    .bg-video {
        position: relative;
        bottom: -5px;
    }

    .container-video {
        margin: 0 0 20px 0;
    }

    .content.banner-c {
        padding-top: 20px;
    }

    .over-title {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 1.5px;
    }

    .sub-header ul {
        flex-direction: column;
        margin: 40px 0 0;
    }

    .sub-header ul li:nth-of-type(2):before {
        width: 40px;
        height: 2px;
        left: 50%;
        top: -20px;
        margin: 0 0 0 -20px;
    }

    .sub-header ul li:nth-of-type(2)::after {
        width: 40px;
        height: 2px;
        right: 50%;
        top: unset;
        bottom: -20px;
        margin: 0 -20px 0 0;
    }

    .header-right {
        display: none;
    }

    .cover-wr {
        grid-template-columns: 1fr;
    }

    .hurry-wr {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-direction: column;
        align-items: stretch;
    }

    .hurry-left,
    .hurry-right {
        width: 100%;
    }

    .lessons-wr {
        grid-template-columns: 1fr;
    }

    .agenda-wr {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-direction: column;
    }

    .agenda-right {
        padding: 40px 0 40px 40px;
    }

    .case_inner {
        margin: 0 0 60px 0;
    }

    .trainer-text,
    .trainer-img {
        padding: 20px;
    }

    .feedback-box {
        width: 100%;
    }

    .faq-wr {
        flex-direction: column;
    }

    .faq-left {
        width: 100%;
    }

    .faq-right {
        width: 100%;
    }

}

@media screen and (max-width: 1024px) {
    #w-node-_1df71722-8ff4-c378-0d17-6ddbd64dcfb2-b460a1aa {
        grid-area: 1 / 1 / 3 / 2;
    }

    #w-node-_498aa3c9-efec-cbe0-4a20-2f777279c247-b460a1aa {
        grid-area: 4 / 1 / 6 / 2;
    }
}


@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Bold.woff2') format('woff2'),
        url('../fonts/Gellix-Bold.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Bold.woff') format('woff'),
        url('../fonts/Gellix-Bold.ttf') format('truetype'),
        url('../fonts/Gellix-Bold.svg') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Light.woff2') format('woff2'),
        url('../fonts/Gellix-Light.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Light.woff') format('woff'),
        url('../fonts/Gellix-Light.ttf') format('truetype'),
        url('../fonts/Gellix-Light.svg') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Medium.woff2') format('woff2'),
        url('../fonts/Gellix-Medium.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Medium.woff') format('woff'),
        url('../fonts/Gellix-Medium.ttf') format('truetype'),
        url('../fonts/Gellix-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-Regular.woff2') format('woff2'),
        url('../fonts/Gellix-Regular.eot') format('embedded-opentype'),
        url('../fonts/Gellix-Regular.woff') format('woff'),
        url('../fonts/Gellix-Regular.ttf') format('truetype'),
        url('../fonts/Gellix-Regular.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gellix';
    src: url('../fonts/Gellix-SemiBold.woff2') format('woff2'),
        url('../fonts/Gellix-SemiBold.eot') format('embedded-opentype'),
        url('../fonts/Gellix-SemiBold.woff') format('woff'),
        url('../fonts/Gellix-SemiBold.ttf') format('truetype'),
        url('../fonts/Gellix-SemiBold.svg') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
