
blockquote, q {
    quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

* {
    margin: 0;
    padding: 0; }

:root {
    --main-font: 'Poppins', sans-serif;
    --green: #3BB77F;
    --orange: #E76612;
    --black: #000000;
    --white: #FFFFFF; }

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


.heading {
    font-family: var(--main-font);
    font-size: 2em;
    font-weight: 700;
    line-height: 150%;
    text-align: left;
    color: var(--black); }

.box_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    min-height: 56px;
    background: var(--orange);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: var(--main-font);
    font-size: 1em;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: var(--white);
    padding: 16px 40px;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
.box_cta:hover {
    background: var(--black); }

/* -------------------------------------------------- */
@media screen and (max-width: 1279px) {
    .heading {
        font-size: 1.75em; }
    .box_cta {
        padding-right: 30px;
        padding-left: 30px; } }

@media screen and (max-width: 414px) {
    p {
        font-size: 1.25em; }
    .heading {
        font-size: 1.4375em; }
    .box_cta {
        display: block;
        min-width: 0;
        padding-right: 15px;
        padding-left: 15px; } }

#partners {
    width: 100%;
    max-width: 988px;
    margin: 0 auto 160px auto; }
#partners .intro {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 25px auto; }
#partners .intro .heading {
    text-align: center;
    margin-bottom: 30px; }
#partners .intro p {
    text-align: center; }
#partners .logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 50px 44px; }
#partners .logos .logo {
    line-height: 0; }

/* -------------------------------------------------- */
@media screen and (max-width: 1023px) {
    #partners {
        border-bottom: solid 10px #CED4DA;
        max-width: none;
        padding: 40px;
        margin-bottom: 0; } }

@media screen and (max-width: 767px) {
    #partners .logos {
        gap: 25px; } }

@media screen and (max-width: 414px) {
    #partners {
        padding-right: 10px;
        padding-left: 10px; }
    #partners .intro {
        max-width: 354px;
        padding: 0 10px;
        margin-bottom: 35px; }
    #partners .intro .heading, #partners .intro p {
        text-align: left; }
    #partners .intro .heading {
        margin-bottom: 20px; } }

@media screen and (max-width: 413px) {
    #partners .logos {
        gap: 10px; }
    #partners .logos .logo {
        -o-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform: scale(0.8); } }

#join_cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1015px;
    margin: 0 auto 0px auto; }
#join_cta .image {
    position: relative;
    line-height: 0;
    padding: 0 0 25px 25px;
    margin-right: 80px; }
#join_cta .image::before {
    content: '';
    position: absolute;
    top: 35px;
    right: 65px;
    bottom: 0;
    left: 0;
    background: var(--green); }
#join_cta .image img {
    position: relative;
    width: 512px; }
#join_cta .image::after {
    content: '';
    position: absolute;
    bottom: 100%;
    left: calc(100% + 10px);
    width: 50px;
    height: 48px;
    background-image: url("../images/join_lines.png");
    -webkit-background-size: 50px 48px;
    -moz-background-size: 50px 48px;
    -o-background-size: 50px 48px;
    background-size: 50px 48px; }
#join_cta .text {
    flex: 1;
    max-width: 400px; }
#join_cta .text .heading {
    margin-bottom: 10px; }
#join_cta .text .box_cta {
    margin-top: 30px; }

/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
    #join_cta .image img {
        width: 450px; } }

@media screen and (max-width: 1023px) {
    #join_cta {
        flex-direction: column;
        max-width: none;
        padding: 70px 40px 50px 40px;
        margin-bottom: 0; }
    #join_cta .image {
        padding: 0 15px 15px 0;
        margin-right: 0;
        margin-bottom: 30px; }
    #join_cta .image::before {
        top: 40px;
        right: 0;
        bottom: 0;
        left: 70px; }
    #join_cta .image img {
        width: 512px; }
    #join_cta .image::after {
        bottom: calc(100% + 5px);
        left: calc(100% - 20px);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
        width: 30px;
        height: 29px;
        -webkit-background-size: 30px 29px;
        -moz-background-size: 30px 29px;
        -o-background-size: 30px 29px;
        background-size: 30px 29px; }
}

@media screen and (max-width: 576px) {
    .mobile-divider {
        display: block;
        width: 100%;
        height: 8px;
        background-color: #ccc;
    }
}

@media screen and (max-width: 414px) {
    #join_cta {
        padding-right: 20px;
        padding-left: 20px; }
    #join_cta .text {
        max-width: 334px; }
    #join_cta .text .heading {
        margin-bottom: 20px; } }

._logo img{
    height: 50px;
}

span.strikethrough::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 28px;
    background-image: url(../images/header/strikethrough.png);
    -webkit-background-size: 120px 28px;
    -moz-background-size: 120px 28px;
    -o-background-size: 120px 28px;
    background-size: 120px 28px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 414px) {
    span.strikethrough::after {
        width: 60px;
        height: 70%;
        -webkit-background-size: 60px 20px;
        -moz-background-size: 60px 20px;
        -o-background-size: 60px 20px;
        background-size: 60px 20px;
    }
}

