@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

html, body { margin: 0; padding: 0; scroll-behavior: smooth;}
body {
    font-family: 'Lato', Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    color: #394259;
    background: #FFFFFF;
}
p {
    margin-bottom:20px;
}
h1, h2, h3, h4, h5, h6 {
    margin-bottom:0;
}
.flip-vertical {
    transform: rotateX(180deg);
}
.flip-horizontal {
    transform: rotateY(180deg);
}
.purple {
    color: #8A46A3;
}
.btn-cta-wrapper {
    text-align: center;
}
.btn-cta {
    padding: 16px 40px;
    background: linear-gradient(153.77deg, #FFA300 21.41%, #FF7A00 86.48%);
    box-shadow: 0px 2px 0px #EC5500;
    border-radius: 8px;
    font-weight: 800;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
    text-align:center;
    text-decoration:none;
    display: inline-block;
}

.btn-cta:hover {
    color: #FFFFFF;
    text-decoration:none;
}
.btn-cta-outline {
    padding: 12px 32px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #000000;
    text-decoration:none;
    display: inline-block;
}
.btn-cta-outline:hover {
    color: #000000;
    text-decoration:none;
}
.carousel-indicators {
    bottom: -56px;
}
.carousel-indicators li {
    background-color: #BDBDBD;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}
.carousel-indicators li.active {
    background-color: #A85DEF;
}
.phases-table {
    background: #FFFFFF;
    border: 1px solid #8A46A3;
    box-shadow: 0px 5px 10px rgba(122, 156, 73, 0.1);
    border-radius: 16px;
    padding: 8px 0;
    overflow: hidden;
}
.phases-table .phase {
    border-bottom: 1px solid rgba(138, 70, 163, 0.3);
    padding:20px 32px;
}
.phases-table .phase:last-child {
    border-bottom: none;
}
.phases-table .phase h1 {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1F1F1F;
    opacity: 0.7;
    margin-bottom: 3px;
}
.phases-table .phase h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #1F1F1F;
}
header {

}
header section.navigation {
    padding-top:18px;
}
header section.navigation .navigation-wrapper {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom:18px;
}
header section.navigation a {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #1F1F1F;
    margin-right:32px;
}
header section.navigation a:hover {
    color: #1F1F1F;
    text-decoration: none;
}
header section.navigation a.btn-cta-outline {
    margin-right:0;
    margin-left:2px;
}
header section.navigation .menu-mobile {
    display: none;
}
header section.hero {
    padding-top:100px;
    padding-bottom:100px;
}
header section.hero h2 {
    font-weight: 700;
    font-size: 18px;
    line-height: 132%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:8px;
}
header section.hero h3 {
    font-weight: 400;
    font-size: 18px;
    line-height: 132%;
    text-align: center;
    color: #1F1F1F;
    opacity: 0.8;
    margin-bottom:16px;
}
header section.hero h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #1F1F1F;
    margin-bottom:24px;
}
header section.hero .when {
    font-weight: 700;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:48px;
}
header section.hero .separator {
    margin-left:36px;
    margin-right:36px;
}

main section.news {
    border-top:1px solid rgba(0, 0, 0, 0.1);
    padding-top:32px;
    padding-bottom:32px;
}
main section.news h1 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #394259;
    opacity: 0.6;
    margin-bottom:20px;
}
main section.brainathon {
    background: rgba(81, 11, 118, 0.91);
    padding-top:120px;
    padding-bottom:120px;
}
main section.brainathon .section-header {
    padding-bottom:48px;
}
main section.brainathon .section-header h1 {
    font-weight: 800;
    font-size: 64px;
    line-height: 130%;
    color: #FFFFFF;
}
main section.brainathon p {
    color: #FFFFFF;
}
main section.brainathon div p:last-child {
    margin-bottom:0;
}
main section.brainathon .experts {
    padding-top:68px;
}
main section.brainathon .experts > h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:48px;
}
main section.brainathon .experts h1 img {
    margin-left:16px;
}
main section.brainathon .experts .expert img {
    margin-bottom:24px;
}
main section.brainathon .experts .expert h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
}
main section.reasons {
    padding-top:120px;
    padding-bottom:120px;
}
main section.reasons .section-header {
    padding-bottom:64px;
}
main section.reasons .section-header h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1F1F1F;
    opacity: 0.7;
    margin-bottom: 16px;
}
main section.reasons .section-header h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 130%;
    color: #000000;
}
main section.reasons .reason {
    border-radius: 16px;
    padding: 32px 24px 16px;
}
main section.reasons .reason:hover {
    background: rgba(242, 243, 247, 0.6);
    border-radius: 16px;
    padding: 32px 24px 16px;
}
main section.reasons .reason img {
    margin-bottom:24px;
}
main section.reasons .reason h1 {
    font-weight: 800;
    font-size: 24px;
    line-height: 130%;
    color: #1F1F1F;
    margin-bottom:16px;
}
main section.reasons .reason p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1F1F1F;
    margin-bottom:0;
}
main section.reasons .btn-cta-wrapper {
    margin-top:64px;
}
main section.testimonials {
    background: #F2F3F7;
    padding-top:120px;
    padding-bottom:120px;
}

main section.testimonials .testimonial {
    padding: 84px 48px 32px;
    background: #FFFFFF;
    box-shadow: 0px 12px 32px rgba(97, 33, 130, 0.05), 0px 1px 0px rgba(31, 31, 31, 0.1);
    border-radius: 16px;
    position:relative;
    width: 946px;
    margin:60px auto 0;
}
main section.testimonials .testimonial img {
    position:absolute;
    width: 120px;
    top:-60px;
    left:calc(50% - 60px);
}
main section.testimonials .testimonial h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 150%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom:16px;
}
main section.testimonials .testimonial p {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #394259;
    margin-bottom:50px;
}
main section.testimonials .testimonial h2 {
    font-weight: 800;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 12px;
}
main section.testimonials .testimonial h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    color: #1F1F1F;
}
main section.real-earnings {
    background-color: #612182;
    background-image: url("../images/launch2022/real-earnings-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top:120px;
    padding-bottom:120px;
}
main section.real-earnings .section-header {
    margin-bottom:10px;
}
main section.real-earnings .section-header h2 {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 8px;
}
main section.real-earnings .section-header h1 {
    font-weight: 700;
    font-size: 64px;
    line-height: 126%;
    color: #FFFFFF;
    margin-bottom:24px;
}
main section.real-earnings .section-header p {
    color: #FFFFFF;
    margin-bottom:16px;
}
main section.real-earnings .section-header p:last-child {
    margin-bottom:16px;
}
main section.real-earnings .section-header img {
    width: 446px;
}
main section.real-earnings .top-winners {
    padding-bottom:64px;
}
main section.real-earnings .top-winners > h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
main section.real-earnings .top-winners .prize {
    padding: 24px;
    background: #612182;
    border: 3px solid #FFFFFF;
    border-radius: 8px;
    min-height: 139px;
    margin-bottom:18px;
}
main section.real-earnings .top-winners .prize h1 {
    font-weight: 800;
    font-size: 20px;
    line-height: 140%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:12px;
}
main section.real-earnings .top-winners .prize p {
    font-weight: 700;
    font-size: 18px;
    line-height: 130%;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom:0;
}
main section.real-earnings .top-winners .prize img.bike {
    width: 117px;
}
main section.real-earnings .top-winners .prize img.tiffany {
    width: 200px;
}
main section.real-earnings .top-winners .prize img.ritz {
    width: 64px;
}
main section.real-earnings .top-winners .prize img.masterclass {
    width: 87px;
}

main section.real-earnings .overall-contest {

}
main section.real-earnings .overall-contest > h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 32px;
}
main section.real-earnings .overall-contest .prizes-table {
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
}
main section.real-earnings .overall-contest .prizes-header {
    background: #000000;
    padding: 20px 32px 24px;
    font-weight: 800;
    font-size: 21px;
    line-height: 133%;
    color: #FFFFFF;
}
main section.real-earnings .overall-contest .prizes-row {
    border-bottom:1px solid rgba(0, 0, 0, 0.15);
    padding-top:23px;
    padding-bottom:23px;
}
main section.real-earnings .overall-contest .prizes-row:last-child {
    border-bottom:none;
}
main section.real-earnings .overall-contest .prizes-col.position {
    padding-left: 22px;
    padding-right: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    font-weight: 700;
    font-size: 16px;
    line-height: 130%;
    color: rgba(0, 0, 0, 0.6);
    min-width: 71px;
}
main section.real-earnings .overall-contest .prizes-col.prize {
    padding-left:16px;
    padding-right:28px;
    font-weight: normal;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #000000;
}
main section.real-earnings .overall-contest .terms {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
    text-align: right;
    padding-top:32px;
}
main section.help {
    background: #F2F3F7;
    padding-top:120px;
    padding-bottom:120px;
}
main section.help .information {
    width: 465px;
}
main section.help .information > h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1F1F1F;
    opacity: 0.7;
    margin-bottom: 12px;
}
main section.help .information > h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #1F1F1F;
    margin-bottom: 16px;
}
main section.help .information > p {
    color: #000000;
    margin-bottom:32px;
}
main section.help .information .contacts {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
}
main section.help .information .contacts hr {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
main section.help .information .contacts hr:last-child {
    border-bottom: none;
}
main section.help .information .contacts .contact {
    padding:16px 26px;
    font-weight: 500;
    font-size: 18px;
    line-height: 155%;
    color: #394259;
}
main section.help .information .contacts .contact a {
    text-decoration: none;
    color: #394259;
}
main section.help .information .contacts .contact a:hover {
    color: #394259;
}
main section.help .information .contacts .contact img.icon {
    width: 23px;
    margin-right: 16px;
}
main section.help img.manager {
    width: 384px;
}
main section.launch-overview {
    padding-top:120px;
    padding-bottom:120px;
}
main section.launch-overview .section-header h2 {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1F1F1F;
    opacity: 0.7;
    margin-bottom: 8px;
}
main section.launch-overview .section-header h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    color: #1F1F1F;
    margin-bottom: 24px;
}
main section.launch-overview .section-header p {
    margin-bottom: 8px;
}
main section.launch-overview .section-header p:last-child {
    margin-bottom: 12px;
}
main section.launch-overview ul {
    list-style: none;
    margin:0;
    padding:0;
}
main section.launch-overview ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #1F1F1F;
    margin-bottom: 12px;
    background-image: url(../images/launch2022/list-double-check-green.svg);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: 0 7px;
    padding-left: 33px;
}
main section.launch-overview .btn-cta-wrapper {
    padding-top: 32px;
    text-align: left;
}
main section.launch-overview .btn-cta-outline {
    padding: 21px 32px;
    margin-left: 21px;
}
main section.launch-overview .phases-table {
    width: 544px;
}
main section.launch-overview img.calendar {
    margin-top:100px;
}

main section.lbat-stats {
    background: #F2F3F7;
    padding-top:120px;
    padding-bottom:120px;
}
main section.lbat-stats .section-header h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin-bottom: 56px;
}
main section.lbat-stats .stat {
    width: 232px;
}
main section.lbat-stats .stat img {
    width: 64px;
    margin-bottom: 24px;
}
main section.lbat-stats .stat h1 {
    font-weight: 800;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 8px;
}
main section.lbat-stats .stat h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #1F1F1F;
    opacity: 0.7;
}
main section.from-john {
    padding-top:120px;
    padding-bottom:120px;
}
main section.from-john .letter {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 0px rgba(31, 31, 31, 0.1);
    border-radius: 16px;
    padding: 80px 97px;
}
main section.from-john .letter h1:first-child {
    font-weight: 700;
    font-size: 22px;
    line-height: 34px;
    text-align: left;
    color: #1F1F1F;
    padding-top:0;
    margin-bottom: 40px;
}
main section.from-john .letter h1 {
    font-weight: 800;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #1F1F1F;
    padding-top:16px;
    margin-bottom:32px;
}
main section.from-john .letter p {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #1F1F1F;
    margin-bottom: 16px;
}
main section.from-john .letter p.cheers {
    padding-top:8px;
    margin-bottom:23px;
}
main section.paid-commissions {
    background: #612182;
    padding-top:104px;
    padding-bottom:104px;
}
main section.paid-commissions h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
}
main section.paid-commissions .btn-cta-outline {
    background: #612182;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    padding: 16px 40px;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
}
main section.paid-commissions .btn-cta-outline:hover {
    color: #FFFFFF;
}
main section.about-host {
    padding-top:120px;
    padding-bottom:80px;
}
main section.about-host img.host {
    width: 544px;
}
main section.about-host h1 {
    font-weight: 800;
    font-size: 50px;
    line-height: 60px;
    color: #1A1A1A;
    margin-bottom: 16px;
}
main section.about-host p {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    color: #1F1F1F;
    margin-bottom:16px;
}
main section.about-host img.signature {
    padding-top:8px;
}
main section.thank-you {
    background: #000322;
    padding-top:120px;
    padding-bottom:120px;
}
main section.thank-you h1 {
    font-weight: 800;
    font-size: 40px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom:34px;
}
main section.thank-you p {
    font-weight: 400;
    font-size: 18px;
    line-height: 156%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom:32px;
}
main section.thank-you p:last-child {
    margin-bottom:0;
}
main section.thank-you img.signature {
    margin-bottom:24px;
}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
    body {
        font-size: 16px;
        line-height: 156%;
    }
    p {
        margin-bottom:16px;
    }
    .btn-cta {
        font-size: 18px;
        line-height: 136%;
    }
    .btn-cta-outline {
        padding: 16px 33px;
        font-size: 16px;
        line-height: 150%;
    }
    header section.navigation {
        padding-top:16px;
    }
    header section.navigation .navigation-wrapper {
        padding-bottom:16px;
    }
    header section.navigation img.logo {
        width: 172px;
    }
    header section.navigation img.menu-icon {
        cursor: pointer;
    }
    header section.navigation .menu-mobile {
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    header section.navigation .menu-mobile a {
        margin-right: 0;
        display: block;
        text-align: right;
        padding: 6px;
    }
    header section.navigation .menu-mobile a:first-child {
        padding-top: 12px;
    }
    header section.navigation .menu-mobile a:last-child {
        padding-bottom: 12px;
    }
    header section.hero {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    header section.hero h1 {
        font-size: 40px;
        line-height: 120%;
        text-align: left;
        margin-bottom: 16px;
    }
    header section.hero h2 {
        font-size: 16px;
        line-height: 150%;
        text-align: left;
    }
    header section.hero h3 {
        font-size: 16px;
        line-height: 150%;
        text-align: left;
        margin-bottom: 24px;
    }
    header section.hero .when {
        font-size: 16px;
        line-height: 156%;
        text-align: left;
        margin-bottom: 40px;
    }
    header section.hero .btn-cta-wrapper {
        text-align: left;
    }
    main section.news h1 {
        font-size: 13px;
        line-height: 156%;
        margin-bottom: 16px;
    }
    main section.brainathon {
        padding-top: 64px;
        padding-bottom: 30px;
    }
    main section.brainathon .section-header {
        padding-bottom: 16px;
    }
    main section.brainathon .section-header h1 {
        font-size: 36px;
        line-height: 130%;
    }
    main section.brainathon .video-container {
        padding-top: 32px;
    }
    main section.brainathon .experts {
        padding-top: 48px;
    }
    main section.brainathon .experts > h1 {
        font-weight: 700;
        margin-bottom: 32px;
        font-size: 24px;
        line-height: 140%;
    }
    main section.brainathon .experts .expert h1 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 24px;
    }
    main section.brainathon .experts .expert img {
        margin-bottom: 16px;
    }
    main section.reasons {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    main section.reasons .section-header {
        padding-bottom: 32px;
    }
    main section.reasons .section-header h2 {
        font-size: 15px;
        line-height: 156%;
        margin-bottom: 12px;
    }
    main section.reasons .section-header h1 {
        font-size: 30px;
        line-height: 130%;
    }
    main section.reasons .reason {
        padding: 24px;
        background: #F2F3F7;
        border-radius: 12px;
        margin-bottom:24px;
    }
    main section.reasons .reason img {
        width: 72px;
    }
    main section.reasons .reason h1 {
        margin-bottom: 12px;
        font-size: 22px;
        line-height: 130%;
    }
    main section.reasons .reason p {
        font-size: 16px;
        line-height: 150%;
    }
    main section.reasons .btn-cta-wrapper {
        margin-top: 24px;
    }
    main section.testimonials {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    main section.testimonials .testimonial img {
        width: 96px;
        top: -48px;
        left: calc(50% - 48px);
    }
    main section.testimonials .testimonial {
        width: 99%;
        margin: 48px auto 0;
        padding: 64px 24px 32px;
    }
    main section.testimonials .testimonial h1 {
        font-size: 18px;
        line-height: 140%;
    }
    main section.testimonials .testimonial p {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 150%;
    }
    main section.testimonials .testimonial h2 {
        margin-bottom: 0;
        font-size: 20px;
        line-height: 24px;
    }
    main section.testimonials .testimonial h3 {
        font-size: 16px;
        line-height: 24px;
    }
    main section.real-earnings {
        background-image: url(../images/launch2022/real-earnings-bg-mobile.png);
        background-size: auto;
        padding-top: 0;
        padding-bottom: 64px;
    }
    main section.real-earnings .section-header h2 {
        font-size: 18px;
        line-height: 130%;
    }
    main section.real-earnings .section-header h1 {
        font-size: 40px;
        line-height: 126%;
    }
    main section.real-earnings .top-winners > h1 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 140%;
    }
    main section.real-earnings .top-winners .prize {
        border: 2px solid #FFFFFF;
        min-height: 120px;
        margin-bottom: 16px;
        padding: 20px 24px;
    }
    main section.real-earnings .top-winners .prize h1 {
        font-size: 17px;
        line-height: 140%;
    }
    main section.real-earnings .top-winners .prize p {
        font-size: 15px;
        line-height: 130%;
    }
    main section.real-earnings .top-winners .prize img.bike {
        width: 102px;
    }
    main section.real-earnings .top-winners .prize img.tiffany {
        width: 167px;
    }
    main section.real-earnings .top-winners .prize img.ritz {
        width: 50px;
    }
    main section.real-earnings .top-winners .prize img.masterclass {
        width: 79px;
    }
    main section.real-earnings .top-winners {
        padding-bottom: 32px;
    }
    main section.real-earnings .overall-contest > h1 {
        margin-bottom: 16px;
        font-size: 22px;
        line-height: 140%;
    }
    main section.real-earnings .overall-contest .prizes-table {
        border-radius: 12px;
        margin-bottom: 24px;
    }
    main section.real-earnings .overall-contest .prizes-header {
        padding: 16px 20px 16px;
        font-size: 20px;
        line-height: 138%;
    }
    main section.real-earnings .overall-contest .prizes-col.position {
        padding-left: 16px;
        padding-right: 14px;
        min-width: 62px;
        font-size: 14px;
        line-height: 130%;
    }
    main section.real-earnings .overall-contest .prizes-row {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    main section.real-earnings .overall-contest .prizes-col.prize {
        padding-left: 16px;
        padding-right: 16px;
        font-size: 16px;
        line-height: 130%;
    }
    main section.real-earnings .overall-contest .terms {
        padding-top: 0;
    }
    main section.help {
        padding-top: 56px;
        padding-bottom: 64px;
    }
    main section.help .information > h2 {
        margin-bottom: 8px;
        text-align: center;
    }
    main section.help .information > h1 {
        margin-bottom: 8px;
        font-size: 24px;
        line-height: 29px;
        text-align: center;
    }
    main section.help .information > p {
        margin-bottom: 24px;
        text-align: center;
    }
    main section.help .information .contacts {
        margin-top: 32px;
    }
    main section.help .information .contacts .contact {
        padding: 14px 19px;
        font-size: 16px;
        line-height: 155%;
    }
    main section.help .information .contacts .contact img.icon {
        margin-right: 14px;
    }
    main section.help img.manager {
        width: 295px;
    }
    main section.launch-overview {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    main section.launch-overview .section-header h2 {
        margin-bottom: 9px;
        font-size: 15px;
        line-height: 18px;
    }
    main section.launch-overview .section-header h1 {
        margin-bottom: 26px;
        font-size: 30px;
        line-height: 36px;
    }
    main section.launch-overview ul li {
        background-size: auto 8px;
        padding-left: 24px;
        font-size: 16px;
        line-height: 150%;
    }
    main section.launch-overview .phases-table {
        margin-top: 20px;
        padding: 0;
    }
    .phases-table .phase {
        padding: 16px;
    }
    .phases-table .phase h1 {
        font-size: 16px;
        line-height: 150%;
        margin-bottom: 0;
    }
    .phases-table .phase h2 {
        font-size: 16px;
        line-height: 150%;
    }
    main section.launch-overview .btn-cta-wrapper {
        width: 247px;
        margin: 0 auto;
        padding-top: 48px;
        text-align: center;
    }
    main section.launch-overview .btn-cta-outline {
        padding: 16px 33px;
        margin-left: 0;
        margin-top:24px;
    }
    main section.launch-overview img.calendar {
        margin-top: 48px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
    }
    main section.lbat-stats {
        padding-top: 64px;
        padding-bottom: 28px;
    }
    main section.lbat-stats .section-header h1 {
        text-align: center;
        margin-bottom: 38px;
        font-size: 30px;
        line-height: 36px;
    }
    main section.lbat-stats .stat {
        width: 100%;
        margin-bottom: 36px;
    }
    main section.lbat-stats .stat img {
        width: 56px;
        margin-bottom: 12px;
    }
    main section.lbat-stats .stat h1 {
        margin-bottom: 6px;
        font-size: 28px;
        line-height: 34px;
    }
    main section.lbat-stats .stat h2 {
        font-size: 16px;
        line-height: 19px;
    }
    main section.from-john {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    main section.from-john .letter {
        box-shadow: none;
        border-radius: 16px;
        padding: 0 8px;
        border: none;
    }
    main section.from-john .letter h1 {
        text-align: left;
        padding-top: 0;
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 150%;
    }
    main section.from-john .letter p {
        font-size: 16px;
        line-height: 150%;
    }
    main section.from-john .letter h1:first-child {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    main section.from-john .letter p.cheers {
        padding-top: 0;
        margin-bottom: 16px;
    }
    main section.from-john .letter img.signature {
        width: 160px;
    }
    main section.paid-commissions {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    main section.paid-commissions h1 {
        margin-bottom: 32px;
        font-weight: 500;
        font-size: 24px;
        line-height: 150%;
    }
    main section.paid-commissions .btn-cta-outline {
        padding: 14px 48px;
        font-size: 20px;
        line-height: 32px;
        text-transform: none;
    }
    main section.about-host {
        padding-top: 64px;
        padding-bottom: 26px;
    }
    main section.about-host h1 {
        margin-bottom: 12px;
        font-size: 32px;
        line-height: 38px;
    }
    main section.about-host p {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 156%;
    }
    main section.about-host img.signature {
        padding-top: 12px;
        padding-bottom: 48px;
        width: 180px;
    }
    main section.thank-you {
        padding-top: 67px;
        padding-bottom: 64px;
    }
    main section.thank-you h1 {
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 34px;
    }
    main section.thank-you p {
        font-size: 16px;
        line-height: 156%;
        margin-bottom:28px;
    }
    main section.thank-you img.signature {
        margin-bottom: 32px;
        width: 180px;
    }
}
