/**
HR
 */
hr {
    margin: 80px 0;
}


/**
Bonus
 */

.bonus-way {
    position: relative;
}
.bonus-way-section {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 60px 100px;
    background: #FF5555;
    border-radius: 10px;
    z-index: 1;
}
.bonus-way-bg-ng {
    mix-blend-mode: screen;
    opacity: 0.5;
    position: absolute;
    background-image: url(../images/way/Path-ng.svg);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom 50% left 55%;
    background-size: 824px 698px;
    background-clip: padding-box;
    z-index: -1;
}
.bonus-way-bg-soft {
    mix-blend-mode: screen;
    opacity: 0.5;
    position: absolute;
    background-image: url(../images/way/Path-dev.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-position: bottom 20% left 32%;
    background-size: 561px 520px;
    background-clip: padding-box;
    z-index: -1;
}
.bonus-way-section-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 3;
}
.bonus-way-section-img {
    border-radius: 50%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FF5555;
    width: 380px;
    height: 375px;
    text-align: center;
}
.bonus-way-section-img img{
    /*background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), #FF5555;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FF5555;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #FF5555;*/
    /*border-radius: 50%;*/
    width: 360px;
    height: 360px;
}
.bonus-way-text-box {
    margin-left: 40px;
    max-width: 521px;
}
.bonus-way-text-box h6 {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.bonus-way-text-box h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #FFFFFF;
    margin-top: 30px;
}
.bonus-way-text-box p {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    margin-top: 30px;
    max-width: 326px;
}
.bonus-way-section-content-session ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #FFFFFF;
    border-top: 1px solid #fff;
    padding: 10px 0 24px;
}
.bonus-way-section-content {
    max-width: 190px;
    margin: auto;
}
.m-content {
    margin-top: 10px;
}
.bonus-way-section-blue {
    background: #2A5AC2;
}
.bonus-section-img-blue {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #3E4ED7 !important;
}

.bonus-section-img-blue img {
    position: relative;
    bottom: 14px;
}

/**
Guarantee
 */

.completely-section {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 10px;
}
.completely-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 100px;
    -moz-column-gap: 100px;
    column-gap: 100px;
}

/**
CTA container
 */

.cta-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
    text-align: center;
}
.btn-width-large {
    width: 373px!important;
}

.bonus-partner-note {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
    color: #ffffff;
    opacity: 0.85;
    margin-top: 10px;
    max-width: 100% !important;
    width: 100%;
}
.bonus-partner-note i {
    font-size: 18px;
    margin-top: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
}

/**
Money-back Guarantee
 */

.mbg-section {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 40px 10px;
    text-align: center;
}
.mbg-heading {
    padding-bottom: 40px;
}
.mbg-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.mbg-steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
}
.mbg-step {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 300px;
    text-align: center;
}
.mbg-step-number {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FF5555;
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    line-height: 48px;
    text-align: center;
    margin: 0 auto 20px;
}
.mbg-step p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-align: center;
    max-width: 100%;
}
.mbg-legal {
    margin-bottom: 40px;
}
.mbg-legal p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-align: center;
}
.mbg-legal a {
    color: #FF5555;
    text-decoration: underline;
}
.mbg-refund {
    background: #F5F5F5;
    border-radius: 10px;
    padding: 40px;
    max-width: 700px;
    margin: 0 auto;
}
.mbg-refund h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #000000;
    margin-bottom: 16px;
}
.mbg-refund p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #000000;
    text-align: center;
}
.mbg-refund a {
    color: #FF5555;
    text-decoration: underline;
}

/**
Partners Block
 */

.partners-section {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 60px 20px;
    text-align: center;
}
.partners-heading {
    padding-bottom: 50px;
}
.partners-subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #555555;
    max-width: 700px;
    margin: 0 auto;
}
.partners-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 40px;
    margin-bottom: 60px;
}
.partners-card {
    background: #F9F9FB;
    border-radius: 16px;
    padding: 40px 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 460px;
    text-align: left;
    -webkit-transition: -webkit-box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    border: 1px solid #EEEEEE;
}
.partners-card:hover {
    -webkit-box-shadow: 0 8px 30px rgba(0,0,0,0.08);
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}
.partners-card-logo {
    width: 80px;
    height: 80px;
    margin-bottom: 24px;
}
.partners-card-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.partners-card h3 {
    font-weight: 700;
    font-size: 28px;
    line-height: 36px;
    color: #000000;
    margin-bottom: 8px;
}
.partners-card-tagline {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #FF5555;
    margin-bottom: 16px;
}
.partners-card-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 24px;
}
.partners-card-perks {
    list-style: none;
    padding: 0;
    margin: 0;
}
.partners-card-perks li {
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    color: #000000;
}
.partners-card-perks li i {
    color: #FF5555;
    margin-right: 10px;
}
.partners-cta {
    margin-top: 20px;
}
.partners-cta p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 24px;
}
.partners-cta .btn {
    width: 373px;
}

@media screen and (max-width: 768px) {
    .mbg-steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }
    .mbg-step {
        max-width: 100%;
    }
    .mbg-refund {
        padding: 30px 20px;
    }
    .partners-cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }
    .partners-card {
        max-width: 100%;
        padding: 30px 20px;
    }
    .partners-cta .btn {
        width: 100%;
    }
}