/* what_is_lawpact */

.member_benefits {
    padding: 54px 0 205px 0;
    background: #f3f8fc;
    position: relative;
    margin: 0 0 10px 0;
}

.member_benefits::after {
    content: "";
    background: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 130px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.member_benefits .member_benefits_inner_title,
.client_benefits_inner_title,
.global_footprint_heading,
.how_to_join_section_heading {
    font-size: 44px;
    line-height: 58px;
    letter-spacing: 0;
    color: #00346a;
    font-weight: 300;
    text-align: center;
    font-family: supria-sans, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.member_benefits .inner_section {
    margin: 105px 0 0 0;
}

.member_benefits .inner_section_inner,
.client_benefits_inner,
.global_footprint_inner__left_right_content_image_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.member_benefits .section_inner_left,
.global_footprint_content_left {
    width: 50%;
    max-width: 525px;
    margin-right: auto;
    padding: 15px 50px 15px 0;
    box-sizing: content-box;
}

.member_benefits .section_inner_right,
.global_footprint_right_image {
    width: 50%;
    max-width: 412px;
    margin-left: auto;
    display: flex;
}

.member_benefits .left_content_heading,
.client_benefits .right_inner_heading,
.global_footprint .left_heading,
.global_footprint .heading_below_slider,
.how_to_join_heading {
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0;
    color: #5e1b39;
    margin-bottom: 17px;
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.member_benefits .left_content_content p,
.client_benefits .right_inner_content p,
.global_footprint .left_content p {
    letter-spacing: 0;
    margin-bottom: 18px;
    padding: 0;
}

.global_footprint .left_content p {
    margin-bottom: 20px;
}

.member_benefits .left_content_content p:last-child,
.client_benefits .right_inner_content p:last-child,
.global_footprint .left_content p:last-child {
    margin: 0;
}

.member_benefits .right_section_inner {
    position: relative;
}

.member_benefits .right_inner_image {
    border-radius: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.member_benefits .right_inner_image_bg {
    display: flex;
}

.member_benefits .right_inner_image_bg .image {
    border-radius: 19px;
}

.left_content_btn {
    margin-top: 26px;
}

.member_benefits .white_box {
    border-radius: 19px;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    position: absolute;
    bottom: -22px;
    left: -45px;
}

.member_benefits .white_box_inner {
    padding: 18px 24px 21px 25px;
}

.member_benefits .white_box_heading {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.1em;
    color: #1f1f1f;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
}

.member_benefits .white_box_title_logo {
    display: flex;
    justify-content: center;
    margin: 0 7px 0 9px;
}

.member_benefits .white_box_content {
    margin-bottom: 10px;
}

.member_benefits .white_box_content:last-child {
    margin-bottom: 0;
}

.member_benefits .white_box_content.white_box_content-1 .white_box_content_number {
    color: #00346a;
    align-items: flex-start;
    justify-content: center;
}

.member_benefits .white_box_content.white_box_content-3 .white_box_content_number {
    align-items: flex-start;
    justify-content: center;
}

.member_benefits .white_box_content.white_box_content-3 .white_box_content_number .suffix,
.member_benefits .white_box_content.white_box_content-3 .white_box_content_number .prefix {
    font-size: 21px;
    line-height: 25px;
}

.member_benefits .white_box_content .white_box_content_number .prefix,
.member_benefits .white_box_content .white_box_content_number .suffix {
    font-size: 32px;
    line-height: 39px;
    margin: 10px 0;
}

.member_benefits .white_box_content.white_box_content-1 .white_box_content_text {
    color: #00346a;
}

.member_benefits .white_box_content.white_box_content-3 .white_box_content_number,
.white_box_content.white_box_content-3 .white_box_content_text {
    color: #6c6c6c;
}

.member_benefits .white_box_content_number {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 52px;
    line-height: 64px;
    letter-spacing: 0;
    color: #5e1b39;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 -6px 0;
}

.member_benefits .white_box_content_text {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    color: #5e1b39;
    text-align: center;
    text-transform: uppercase;
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
}


/* client benefits section */

.client_benefits {
    margin: 10px 0 67px 0;
}

.client_benefits_section {
    margin-top: 78px;
}

.client_benefits_list_section {
    padding: 44px 0;
}

.client_benefits .client_benefits_inner.right .client_benefits_inner_left {
    order: 2;
    margin: 0 0 0 auto;
}

.client_benefits .client_benefits_inner.right .client_benefits_inner_right {
    order: 1;
    margin: 0 auto 0 0;
    padding: 15px 50px 15px 0;
}

.client_benefits .client_benefits_inner_left {
    width: 50%;
    max-width: 412px;
    margin-right: auto;
    display: flex;
    position: relative;
}

.client_benefits .inner_left_image {
    display: flex;
    border-radius: 19px;
}

.client_benefits .inner_left_image img {
    border-radius: 19px;
}

.client_benefits .client_benefits_inner_right {
    width: 50%;
    max-width: 525px;
    margin-left: auto;
    padding: 15px 0 15px 50px;
    box-sizing: content-box;
}

.client_benefits .left_content_btn {
    margin-top: 21px;
}


/* Cost Section */

.cost_section {
    padding: 57px 0 144px 0;
    margin: 112px 0 19px 0;
}

.cost_section::after {
    height: 70px;
}

.cost_section .white_box {
    border-radius: 4px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: fit-content;
    left: -29%;
}

.cost_section .inner_section {
    margin: 63px 0 0 0;
}

.cost_section .white_box_inner {
    padding: 12px 13px 10px 11px;
}

.cost_section .white_box_content {
    padding: 16px 26px 6px 26px;
    margin-bottom: 8px;
}

.cost_section .white_box_content_text {
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}

.cost_section .white_box_content_number {
    font-size: 74px;
    line-height: 91px;
}

.cost_section .white_box_content_number {
    align-items: flex-start;
    margin: -10px 0 0 0 !important;
}

.cost_section .white_box_content .white_box_content_number .prefix {
    font-size: 37px;
    line-height: 45px;
    margin: 10px 4px 0 0;
}

.cost_section .white_box_content .white_box_content_number .suffix {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.1em;
    margin: auto 0 15px 4px;
}

.cost_section .white_box_content-1 .white_box_content_text,
.cost_section .white_box_content-1 .white_box_content_number {
    color: #771845 !important;
}

.cost_section .white_box_content-2 .white_box_content_text,
.cost_section .white_box_content-2 .white_box_content_number {
    color: #00346a !important;
}

.cost_section .white_box_content-1 {
    border-radius: 4px;
    background: rgba(119, 24, 69, 0.07);
}

.cost_section .white_box_content-2 {
    border-radius: 4px;
    background: #f3f8fc;
}

.cost_section .left_content_btn {
    margin-top: 50px;
}


/* Global footprint section */

.global_footprint_inner__left_right_content_image {
    max-width: 1090px;
    margin: 80px auto 0 auto;
}

.global_footprint_inner {
    position: relative;
    z-index: 3;
}

.global_footprint .footprint_images_with_slider {
    margin: 78px 0 0 0;
}

.global_footprint .content_below_slider_image {
    margin: 49px 0 0 0;
}

.global_footprint .content_below_icon_list {
    margin: 23px 0 0 0;
}

.global_footprint {
    padding: 68px 0 0 0;
    background: #f3f8fc;
    position: relative;
    margin: 0 0 112px 0;
}

.global_footprint::after {
    content: "";
    background: #fff;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 180px;
    width: 100%;
    position: absolute;
    bottom: 37.94%;
    left: 0;
    z-index: 0;
}

.global_footprint::before {
    content: "";
    background: #fff;
    height: 38%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.global_footprint_sub_heading {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #00346a;
    margin-top: 9px;
    text-transform: uppercase;
}

.global_footprint_right_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 19px;
    height: 100%;
    min-height: 452px;
    justify-content: center;
    align-items: center;
}

.global_footprint_inner .right_image_content {
    /* min-width: 153px; */
    background: #1f1f1f;
    padding: 7px 20px 7px 21px;
    max-width: 162px;
}

.global_footprint_inner .right_image_title {
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    word-break: break-all;
}

.global_footprint_inner .right_image_sub_title {
    font-family: supria-sans, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    word-break: break-all;
}

.footprint_images_with_slider_inner {
    display: flex;
    flex-wrap: wrap;
}

.footprint_left_two_images {
    display: flex;
    flex-wrap: wrap;
}

.footprint_left_image_1,
.footprint_left_image_2 {
    width: 50%;
    min-height: 199px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footprint_left_image_1 {
    border-top-left-radius: 19px;
}

.footprint_left_image_3 {
    min-height: 286px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-left-radius: 19px;
}

.footprint_left_images {
    width: 50%;
}

.footprint_image_slider {
    width: 50%;
    position: relative;
}

.footprint_image_slider::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 134px;
    border-radius: 0px 0px 19px 0px;
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
}

.global_footprint .slider_image {
    min-height: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.global_footprint .footprint_image_slider_inner_wrapper {
    padding: 0;
    height: 100%;
}

.footprint_image_slider_inner {
    background: #f3f8fc;
    opacity: 1 !important;
}

.global_footprint .slick-list.draggable {
    border-radius: 0 19px 19px 0;
}

.global_footprint .heading_below_slider,
.how_to_join_heading {
    text-align: center;
}

.small_content_below_heading,
.content_below_icon_list p,
.content_below_icon_list p a {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #6c6c6c;
    padding: 0;
    margin: 0;
}

.content_below_icon_list p a {
    text-decoration: underline;
    color: #0088cc;
    transition: all 0.3s ease;
}

.content_below_icon_list p a:hover {
    color: #6c6c6c;
}

.global_footprint .footprint_icons_with_title {
    display: flex;
    flex-wrap: wrap;
    max-width: 966px;
    margin: 22px auto 0 auto;
    padding: 7px 7px 11px 3px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
}

.footprint_icons_with_title_inner {
    width: calc(100% / 2);
    padding: 8px 10px;
}

.global_footprint .icons_and_title {
    background: rgba(0, 136, 204, 0.07);
    padding: 8px 16px 8px 8px;
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    height: 100%;
}

.global_footprint .icons_and_title .link {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: space-between;
}

.global_footprint .icons_and_title .link:hover .icons_and_title__title {
    color: #5e1b39;
}

.global_footprint .icons_and_title .icons {
    width: 38px;
    height: 38px;
    border-radius: 2px;
    background: #5e1b39;
    border: 1px solid #c66f97;
    display: flex;
    align-items: center;
    justify-content: center;
}

.global_footprint .icons_and_title .icons_and_title__title {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    letter-spacing: 0.1em;
    line-height: 18px;
    color: #00346a;
    text-transform: uppercase;
    width: 100%;
    max-width: 388px;
    margin-left: 8px;
    transition: all 0.3s ease;
}

.global_footprint .left_content_btn {
    text-align: center;
}

.footprint_slider_arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    z-index: 2;
}

.count_slide .slider__counter {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 18px;
    text-align: left;
    color: #fff;
    margin: 0 22px;
}


/*  how to join section */

.how_to_join {
    margin: 19px 0 63px 0;
}

.how_to_join_images {
    display: flex;
    flex-wrap: wrap;
}

.how_to_join_images_inner {
    width: calc(100% / 3);
}

.how_to_join_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.how_to_join_images_inner:first-child .how_to_join_image {
    border-radius: 19px 0px 0px 19px;
}

.how_to_join_images_inner:last-child .how_to_join_image {
    border-radius: 0px 19px 19px 0px;
}

.how_to_join_heading {
    max-width: 810px;
    margin: 129px auto 0 auto;
}

.how_to_join_content_inner {
    display: flex;
    flex-wrap: wrap;
}

.how_to_join_left_content {
    width: 50%;
    margin-right: auto;
    padding-right: 15px;
    max-width: 540px;
}

.how_to_join_right_content {
    width: 50%;
    margin-left: auto;
    max-width: 540px;
    padding-left: 15px;
}

.how_to_join_left_content p,
.how_to_join_right_content p {
    letter-spacing: 0;
    margin-bottom: 18px;
    padding: 0;
}

.how_to_join_left_content p a,
.how_to_join_right_content p a {
    font-family: proxima-nova, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    color: #0088cc;
    transition: all 0.3s ease;
    word-break: break-all;
}

.how_to_join_left_content p a.link_with_underline,
.how_to_join_right_content p a.link_with_underline {
    text-decoration: underline;
}

.how_to_join_left_content p a:hover,
.how_to_join_right_content p a:hover {
    color: #6c6c6c;
}

.how_to_join_links_inner .btn {
    min-width: 363px;
    text-transform: uppercase;
}

.how_to_join_links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0 0 0;
}

.how_to_join_links_inner {
    display: flex;
    align-items: center;
}

.how_to_join .text_bet_btn {
    font-family: proxima-nova, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #6c6c6c;
    margin: 0 25px 0 28px;
    text-transform: uppercase;
}

.how_to_join_images_section {
    position: relative;
    margin: 76px 0 0 0;
}

.how_to_join_content {
    margin: 36px 0 0 0;
}

.how_to_join .icon_image_inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -86px;
    max-width: fit-content;
    padding: 0 30px;
}

.how_to_join .icon_image_inner .icon_image_inner_wrapper {
    border-radius: 4px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.how_to_join .icon_image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}

.content_below_slider_image .content_below_slider_images_heading {
    text-align: center;
}

.how_to_join .icon_image_inner_wrapper.mobile {
    display: none;
}

@media (max-width: 1199px) {
    /* Member Benefits section */
    .member_benefits .section_inner_left {
        width: 47%;
        padding: 15px 30px 15px 0;
    }
    .member_benefits .section_inner_right {
        width: 44%;
    }
    .member_benefits .member_benefits_inner_title,
    .client_benefits_inner_title,
    .global_footprint_heading,
    .how_to_join_section_heading {
        font-size: 40px;
        line-height: 54px;
    }
    .member_benefits {
        padding: 45px 0 130px 0;
    }
    .member_benefits::after {
        height: 70px;
    }
    .member_benefits .inner_section {
        margin: 50px 0 0 0;
    }
    .member_benefits .white_box_content {
        margin-bottom: 8px;
    }
    .member_benefits .white_box_content_number {
        font-size: 42px;
        line-height: 54px;
    }
    .member_benefits .white_box_content_text {
        font-size: 12px;
        line-height: 15px;
    }
    /* client benefits section */
    .client_benefits {
        margin: 10px 0 45px 0;
    }
    .client_benefits_section {
        margin-top: 40px;
    }
    .client_benefits_list_section {
        padding: 35px 0;
    }
    .client_benefits .client_benefits_inner_left,
    .global_footprint_right_image {
        width: 47%;
    }
    .client_benefits .client_benefits_inner_right {
        width: 47%;
        padding: 15px 0 15px 30px;
    }
    .global_footprint_content_left {
        width: 47%;
        padding: 15px 30px 15px 0;
    }
    .client_benefits .client_benefits_inner.right .client_benefits_inner_right {
        padding: 15px 30px 15px 0;
    }
    /* Cost Section */
    .cost_section {
        padding: 45px 0 110px 0;
        margin: 75px 0 19px 0;
    }
    .cost_section::after {
        height: 60px;
    }
    .cost_section .inner_section {
        margin: 45px 0 0 0;
    }
    .cost_section .white_box {
        left: -15%;
    }
    .cost_section .white_box_content {
        padding: 16px 26px 6px 26px;
        margin-bottom: 8px;
    }
    .cost_section .white_box_content_text {
        font-size: 14px;
        line-height: 18px;
    }
    .cost_section .white_box_content_number {
        font-size: 62px;
        line-height: 79px;
    }
    .cost_section .white_box_content .white_box_content_number .prefix {
        font-size: 30px;
        line-height: 48px;
        margin: 10px 4px 0 0;
    }
    .global_footprint_inner__left_right_content_image {
        margin: 65px auto 0 auto;
    }
    .global_footprint {
        padding: 55px 0 0 0;
        margin: 0 0 80px 0;
    }
    .global_footprint .heading_below_slider,
    .how_to_join_heading {
        font-size: 28px;
        line-height: 39px;
    }
    .global_footprint::after {
        height: 140px;
        bottom: 40.94%;
    }
    .global_footprint::before {
        height: 41%;
    }
    .how_to_join {
        margin: 19px 0 55px 0;
    }
    .how_to_join_links {
        margin: 40px 0 0 0;
    }
    .how_to_join_heading {
        margin: 110px auto 0 auto;
    }
    .how_to_join_images_section {
        margin: 60px 0 0 0;
    }
}

@media (max-width: 991px) {
    /* Member Benefits section */
    .member_benefits .left_content_content p,
    .client_benefits .right_inner_content p {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .member_benefits .left_content_heading,
    .client_benefits .right_inner_heading,
    .global_footprint .left_heading {
        font-size: 24px;
        line-height: 37px;
        margin-bottom: 12px;
    }
    .member_benefits .section_inner_left {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px auto;
        max-width: 100%;
    }
    .member_benefits .section_inner_right {
        width: 100%;
        margin: 0 auto;
    }
    .member_benefits .right_inner_image {
        height: auto;
    }
    /* Global footprint section */
    .footprint_icons_with_title_inner {
        width: 100%;
        padding: 8px 10px;
    }
    .global_footprint .icons_and_title .icons_and_title__title {
        max-width: 100%;
    }
    .global_footprint .slider_image {
        min-height: 330px;
    }
    .footprint_left_image_3 {
        min-height: 200px;
    }
    .footprint_left_image_1,
    .footprint_left_image_2 {
        min-height: 130px;
    }
    .global_footprint_inner .right_image_content {
        padding: 7px 15px 7px 15px;
    }
    .global_footprint .heading_below_slider,
    .how_to_join_heading {
        font-size: 25px;
        line-height: 36px;
    }
    .global_footprint .footprint_images_with_slider {
        margin: 45px 0 0 0;
    }
    .global_footprint .content_below_slider_image {
        margin: 30px 0 0 0;
    }
    .footprint_slider_arrow {
        bottom: 15px;
    }
    .global_footprint::after {
        height: 120px;
        bottom: 44.94%;
    }
    .global_footprint::before {
        height: 45%;
    }
    .how_to_join_links_inner .btn {
        min-width: 300px;
    }
}

@media (max-width: 767px) {
    /* Member Benefits section */
    .how_to_join .icon_image_inner_wrapper.desktop {
        display: none;
    }
    .how_to_join .icon_image_inner_wrapper.mobile {
        display: block;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
    }
    .how_to_join .icon_image_inner {
        margin-top: -120px;
        display: block;
        position: relative;
        padding: 15px;
    }
    .how_to_join .icon_image_inner_wrapper.mobile .icon_image {}
    .member_benefits {
        padding: 30px 0 100px 0;
    }
    .member_benefits::after {
        height: 80px;
    }
    .member_benefits .member_benefits_inner_title,
    .client_benefits_inner_title,
    .global_footprint_heading,
    .how_to_join_section_heading {
        font-size: 36px;
        line-height: 50px;
    }
    .member_benefits .white_box_heading {
        font-size: 13px;
        line-height: 14px;
    }
    /* client benefits section */
    .client_benefits {
        margin: 10px 0 25px 0;
    }
    .client_benefits_section {
        margin-top: 25px;
    }
    .client_benefits_list_section {
        padding: 25px 0;
    }
    .client_benefits .client_benefits_inner_left,
    .global_footprint_right_image {
        width: 100%;
        margin: 0 auto !important;
    }
    .client_benefits .client_benefits_inner_right,
    .global_footprint_content_left {
        width: 100%;
        padding: 0 !important;
        margin: 0 auto 50px auto !important;
        max-width: 100%;
    }
    .client_benefits .client_benefits_inner.left .client_benefits_inner_left {
        order: 2;
    }
    .client_benefits .client_benefits_inner.left .client_benefits_inner_right {
        order: 1;
    }
    /* Cost Section */
    .cost_section {
        padding: 30px 0 80px 0;
        margin: 55px 0 19px 0;
    }
    .cost_section::after {
        height: 50px;
    }
    .cost_section .inner_section {
        margin: 30px 0 0 0;
    }
    .cost_section .left_content_btn {
        margin-top: 26px;
    }
    .footprint_left_images {
        width: 100%;
    }
    .footprint_image_slider {
        width: 100%;
    }
    .global_footprint .slick-list.draggable {
        border-radius: 0 0 19px 19px;
    }
    .footprint_image_slider::after {
        border-radius: 0 0 19px 19px;
    }
    .footprint_left_image_3 {
        border-radius: 0;
    }
    .global_footprint .slider_image {
        min-height: 400px;
    }
    .footprint_left_image_3 {
        min-height: 240px;
    }
    .footprint_left_image_1,
    .footprint_left_image_2 {
        min-height: 160px;
    }
    .global_footprint_inner__left_right_content_image {
        margin: 50px auto 0 auto;
    }
    .global_footprint {
        padding: 38px 0 0 0;
        margin: 0 0 55px 0;
    }
    .global_footprint .heading_below_slider,
    .how_to_join_heading {
        font-size: 22px;
        line-height: 33px;
    }
    .small_content_below_heading,
    .content_below_icon_list p,
    .content_below_icon_list p a {
        font-size: 16px;
        line-height: 25px;
    }
    .global_footprint::after {
        height: 80px;
        bottom: 45.94%;
    }
    .global_footprint::before {
        height: 46%;
    }
    .how_to_join {
        margin: 19px 0 40px 0;
    }
    .how_to_join .icon_image_inner {
        bottom: -70px;
        padding: 0 15px;
    }
    .how_to_join .text_bet_btn {
        margin: 7px 0;
    }
    .how_to_join_links_inner {
        flex-direction: column;
    }
    .how_to_join_links {
        flex-direction: column;
        margin: 30px 0 0 0;
    }
    .how_to_join_left_content {
        width: 100%;
        margin: 0;
        padding-right: 0;
        max-width: 100%;
    }
    .how_to_join_right_content {
        width: 100%;
        margin: 25px 0 0 0;
        max-width: 100%;
        padding-left: 0;
    }
    .how_to_join_heading {
        margin: 95px auto 0 auto;
    }
    .how_to_join_images_section {
        margin: 40px 0 0 0;
    }
}

@media (max-width: 575px) {
    /* Member Benefits section */
    .how_to_join .icon_image_inner {
        margin-top: -80px;
    }
    .member_benefits .member_benefits_inner_title,
    .client_benefits_inner_title,
    .global_footprint_heading,
    .how_to_join_section_heading {
        font-size: 32px;
        line-height: 46px;
    }
    .member_benefits .white_box {
        position: static;
        margin: -67px auto 0;
        max-width: fit-content;
    }
    .global_footprint .icons_and_title .icons_and_title__title {
        font-size: 12px;
        line-height: 16px;
    }
    .global_footprint .slider_image {
        min-height: 300px;
    }
    .footprint_left_image_3 {
        min-height: 200px;
    }
    .footprint_left_image_1,
    .footprint_left_image_2 {
        min-height: 150px;
        width: 100%;
    }
    .footprint_left_image_1 {
        border-radius: 19px 19px 0 0;
    }
    .global_footprint_right_image {
        min-height: 370px;
    }
    .global_footprint_inner .right_image_title {
        font-size: 14px;
        line-height: 15px;
    }
    .global_footprint_inner .right_image_sub_title {
        font-size: 11px;
        line-height: 16px;
    }
    .how_to_join_images_inner {
        width: 100%;
        max-width: 363px;
        margin: 0 auto;
    }
    .how_to_join_images_inner:first-child .how_to_join_image {
        border-radius: 19px 19px 0 0;
    }
    .how_to_join_images_inner:last-child .how_to_join_image {
        border-radius: 0 0 19px 19px;
    }
    .how_to_join_image {
        background-size: auto;
    }
    .how_to_join .icon_image_inner {
        bottom: -40px;
        padding: 0 10px;
    }
    .how_to_join_links_inner .btn {
        font-size: 14px;
    }
    .how_to_join_heading {
        margin: 70px auto 0 auto;
    }
}