/* COMMON CSS */

main {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

section {
    padding: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
}

section.infographics {
    padding: 40px 0;
}

.faq_content {
    margin-top: 10px;
}

section .cta-button {
    margin-top: 40px;
}

.explore_green_icon, .explore_yellow_icon {
    display: none;
}

.arrow_button {
    border-radius: 50%;
    border: none;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    margin: auto;
    box-shadow: 1px 1px 15px rgb(138 138 138 / 50%);
    z-index: 20;
}

.arrow_button:hover {
    border: 1.5px solid #0052a3;
    background: #e6f1fd;
}

.grouped_button_container {
    display: flex;
    justify-content: center;
}

.arrow_button_left {
    position: absolute;
    top: calc(50% - 21px);
    left: 20px;
}

.arrow_button_right {
    position: absolute;
    top: calc(50% - 21px);
    right: 20px;
}

.arrow_button_hidden {
    visibility: hidden;
    display: none;
}

.arrow_button:hover path {
    stroke: #0052a3;
}

.arrow_button:hover {
    cursor: pointer;
}

.arrow_button-disabled {
    background-color: rgb(202, 202, 202);
}

.arrow_button-disabled path {
    fill: currentColor;
}

.arrow_button-disabled:hover path {
    fill: currentColor;
}

.arrow_button-disabled:hover {
    cursor: not-allowed;
}

.see_more {
    display: flex;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
}

.see_more_template {
    margin-left: 20px;
}

.see_more_hidden-mobile {
    align-items: center;
}

.see_more_container {
    display: flex;
    flex-direction: column;
}

.see_more_container_infographics {
    margin-bottom: 50%;
}

.see_more_container:hover {
    cursor: pointer;
}

.see_more_container:hover > .see_more_button {
    border: 1.5px solid #0052a3;
    background: #e6f1fd;
}

.see_more_container:hover > .see_more_button path {
    stroke: #0052a3;
}

.see_more_container:hover > .see_more_link {
    color: #0052a3;
    text-decoration: underline;
}

.see_more_button {
    margin-bottom: 20px;
}

.see_more_link {
    color: #0073e6;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    text-decoration: none;
    text-align: center;
}

.infographics_button_container {
    text-align: center;
    padding: 0 40px;
}

@media only screen and (max-width: 768px) {
    .arrow_button_left,
    .arrow_button_right {
        visibility: hidden;
        display: none;
    }

    .see_more_link {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .section_breaker_line {
        margin: 0 25px;
    }
}

.invisible {
    display: none;
    visibility: hidden;
}

.img {
    width: 200px;
    height: 200px;
}

.section-1 {
    background-color: #EBF1FD;
    display: flex;
    justify-content: center;
}

.section-1_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 0;
    max-width: 1600px;
}

.section-1_header {
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
}

.section-1_subheader {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    width: 100%;
    padding: 0 15%;
    margin-top: 30px;
}

.section-1_image {
    width: 80%;
    margin-bottom: -4px;
}

.section-1_header_container {
    position: relative;
    width: 100%;
}

.section-1_header_subcontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section-1_box_icon_1 {
    position: absolute;
    width: 21px;
    height: 23px;
    top: -20px;
    left: -30px; 
}

.section-1_box_icon_2 {
    position: absolute;
    width: 30px;
    height: 33px;
    top: -20px;
    left: 100px; 
}

.section-1_box_icon_3 {
    position: absolute;
    width: 17px;
    height: 22px;
    top: -20px;
    right: 100px; 
}

.section-1_box_icon_4 {
    position: absolute;
    width: 24px;
    height: 26px;
    top: -20px;
    right: -30px; 
}

.section-1_box_icon_5 {
    position: absolute;
    width: 21px;
    height: 38px;
    bottom: -90px;
    right: calc(50% - 350px); 
}

.section-1_box_icon_6 {
    position: absolute;
    width: 48px;
    height: 42px;
    bottom: -90px;
    left: calc(50% - 250px); 
}

.section-1_box_icon_7 {
    position: absolute;
    width: 24px;
    height: 31px;
    bottom: -10px;
    left: 70px; 
}

@media only screen and (max-width: 1024px) { 
    .section-1_box_icon_2,
    .section-1_box_icon_3 { 
        display: none;
        visibility: hidden; 
    }
    
    .section-1_box_icon_1 {
        top: -20px;
        left: -20px; 
    }

    .section-1_box_icon_4 {
        top: -20px;
        right: -20px; 
    }
}

@media only screen and (max-width: 768px) {
    .section-1_header_subcontainer {
        text-align: left;
        align-items: start;
    }

    .section-1_header {
        font-size: 32px;
        line-height: 39px;
    }

    .section-1_subheader {
        font-size: 16px;
        line-height: 19px;
        padding-right: 10%;
        padding-left: 0;
    }

    .section-1_image {
        width: 85%;
    }

    .section-1_box_icon_3 {
        display: block;
        visibility: visible; 
        top: -20px;
        right: 0; 
    }

    .section-1_box_icon_4 {
        top: unset;
        bottom: -80px;
        left: 0; 
    }

    .section-1_box_icon_1,
    .section-1_box_icon_2,
    .section-1_box_icon_5,
    .section-1_box_icon_6,
    .section-1_box_icon_7 {
        display: none;
        visibility: hidden; 
    }
}

/* SECTION 4 */
.infographics {
    display: inline;
}

.infographics_content {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 40px;
}

.infographics_content_left {
    width: 41%;
}

.infographics_content_header_1 {
    color: #636363;
    font-weight: 600;
    font-size: 18px;
    line-height: 115.5%;
    padding-bottom: 27px;
    text-transform: uppercase;
}

.infographics_content_header_2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 140%;
}

.infographics_content_right {
    width: calc(59% - 100px);
    margin-left: 100px;
}

.infographics_content_link_container {
    text-align: right;
}

.infographics_content_link {
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #0073e6;
    text-decoration: none;
    padding-bottom: 10px;
}

.infographics_content_link:hover {
    text-decoration: underline;
    color: #0052a3;
}

.infographics_content_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding-top: 27px;
}

.infographics_image_container {
    position: relative;
    margin: 0 35px;
}

.infographics_image_box {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.infographics_image_box::-webkit-scrollbar {
    display: none;
}

.infographics_image {
    width: 250px;
    margin-left: 15px;
}

.infographics_template_container {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 30px;
    scroll-behavior: smooth;
    padding: 10px 5px;
}

.infographics_template_container::-webkit-scrollbar {
    display: none;
}

.infographics_template_box {
    position: relative;
    justify-content: center;
    height: 280px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    border-radius: 6px;
    margin-left: 40px;

    &:focus,
    &:focus-within,
    &:focus-visible {
        .infographics_template_box_overlay {
            opacity: 1;
        }
    }
}

.infographics_template_box:first-child {
    margin-left: 0;
}

.infographics_template_box:last-child {
    margin-right: 0;
}

.infographics_padding {
    padding-right: 50px;
}

.infographics_template_box:hover .infographics_template_box_overlay {
    opacity: 1;
}

.infographics_template_box_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255, 255, 255, 0.8);
    opacity: 0;
    border-radius: 6px;
}

.infographics_template_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.infographics_template_image {
    width: auto;
    height: 280px;
    border-radius: 6px;
}

@media only screen and (max-width: 768px) {
    .infographics_content {
        flex-direction: column;
        padding-bottom: 0;
    }

    .infographics_content_left {
        width: 100%;
    }

    .infographics_content_right {
        width: 100%;
        margin-left: 0;
        display: flex;
        flex-direction: column-reverse;
    }

    .infographics_content_link_container {
        text-align: left;
        margin-top: 15px;
    }

    .infographics_content_text {
        margin-top: 10px;
        padding-top: 10px;
    }

    .infographics_content_header_1 {
        font-size: 16px;
        line-height: 19px;
        padding-bottom: 20px;
    }

    .infographics_content_header_2 {
        font-size: 20px;
        line-height: 130%;
    }

    .infographics_content_link {
        font-size: 16px;
        line-height: 146%;
    }

    .infographics_content_text {
        line-height: 140%;
    }

    .infographics_template_box {
        height: 250px;
        margin-left: 30px;
    }

    .infographics_template_image {
        height: 250px;
    }

    .infographics_template_box:last-child {
        margin-right: 0;
    }

    .infographics_padding {
        padding-right: 35px;
    }
}

@media only screen and (max-width: 480px) {
    .infographics_template_box:last-child {
        margin-right: 0;
    }

    .infographics_padding {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 480px) {
    .section-1_subheader {
        padding-right: 10px;
    }
}

.section-3 {
    display: flex;
    justify-content: center;
    overflow-x: hidden;
}

.section-3_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 1350px;
}

.section-3_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    width: 65%;
}

.section-3_partner {
    background-color: white !important;
}

@media only screen and (max-width: 835px) {
    .partner_layout_container {
        margin-right: 0;
        margin-left: 0;
    } 
}

@media only screen and (max-width: 768px) {
    .section-3_text {
        width: 95%;
    }

    .section-3 {
        padding-top: 50px;
    }

    .partner_layout_container {
        margin-right: 16px;
        margin-left: 16px;
    } 
}

@media only screen and (max-width: 480px) {
    .section-3_text {
        width: 100%;
    }
}

.section-4 {
    display: flex;
    justify-content: center;
}

.section-4_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.section-4_text {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 50px;
    text-align: center;
}

.section-4_card {
    display: flex;
    flex-wrap: wrap;
}

.section-4_card_item {
    width: calc(50% - 40px);
    display: flex;
    align-items: flex-start;
    margin-top: 40px;
    justify-content: center;
}
.section-4_card_item:first-of-type {
    margin-top: 0;
}

.section-4_card_image {
    width: 100px;
    height: 100px;
}

.section-4_card_text {
    width: calc(100% - 120px);
    padding-left: 20px;
    font-size: 18px;
    line-height: 22px;
}


@media only screen and (max-width: 768px) {
    .section-4_container, .section-4_button {
        max-width: 100%;
    }

    .section-4_header {
        margin-bottom: 20px;
    }
    
    .section-4_button .cta-button {
        text-align: center;
        text-wrap: balance;
    }

    .section-4_card_item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .section-4_text {
        font-size: 14px;
        line-height: 17px;
    }
    
    .section-4_card_text {
        font-size: 14px;
        line-height: 17px;
        width: calc(100% - 90px);
    }

    .section-4_card {
        padding-bottom: 0px;
    }

    .section-4_card_image {
        width: 70px;
        height: 70px;
    }
}

.section-5 {
    display: flex;
    justify-content: center;
}

.section-5_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.section-5_box {
    display: flex;
    flex-wrap: wrap;
}

.section-5_box_left {
    width: 50%;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-5_box_header {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 20px;
}

.section-5_box_list_item {
    font-size: 18px;
    line-height: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
}

.section-5_box_right {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-5_box_image {
    width: 100%;
}

.section-5_box_list_number {
    background-color: #D9E5FF;
    color: #004DB8;
    border-radius: 100%;
    font-weight: bold;
    text-align: center;
    padding: 2px 9px;
    margin-right: 15px;
    font-size: 12px;
}

.section-5_box_list_text {
    font-size: 18px;
    line-height: 22px;
}

@media only screen and (max-width: 768px) {
    .section-5_box_left {
        width: 100%;
        padding-right: 0;
    }

    .section-5_box_right {
        width: 100%;
        margin-bottom: 50px;
        order: -1;
    }

    .section-5_box_header {
        text-align: center;
        font-size: 22px;
        line-height: 27px;
    }
    
    .section-5_box_list_text {
        font-size: 14px;
        line-height: 17px;
    }
}

.review_header {
    padding-left: 12%;
    padding-right: 12%;
}

.review_header_green_icon {
    left: 60px !important;
}

.review_header_blue_icon {
    right: 60px !important;
}

.section-6 {
    display: flex;
    justify-content: center;
}

.section-6_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1600px;
}

.section-6_card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-6_card_item {
    width: calc((100%/3) - 20px);
    padding: 0 10px;
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.section-6_card_image {
    width: 60px;
    height: 60px;
}

.section-6_card_header {
    padding: 15px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}

.section-6_card_text {
    font-size: 16px;
    line-height: 19px;
}

@media only screen and (max-width: 768px) {
    .section-6_card_item {
        width: calc(50% - 20px);
    }

    .section-6_card_header {
        font-size: 18px;
        line-height: 22px;
    }

    .section-6_card_text {
        font-size: 14px;
        line-height: 17px;
    }
}

@media only screen and (max-width: 480px) {
    .section-6_card_item {
        width: calc(100% - 20px);
    }
}

.bg-grey {
    background-color: #F6F6F6;
}

.padding-right {
    padding-right: 50px;
}

.padding-left {
    padding-left: 50px;
}

.shared-section {
    display: flex;
    justify-content: center;
}

.shared-section_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1600px;
}

.shared-section_image_box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.shared-section_image {
    width: 100%;

}

.shared-section_text_box {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
}

.shared-section_header {
    font-weight: bold;
    font-size: 38px;
    line-height: 46px;
    padding-bottom: 20px;
}

.shared-section_text {
    font-size: 18px;
    line-height: 22px;
}

.shared-section_text li {
    font-size: 18px;
    line-height: 22px;
    font-family: inherit;
    margin-top: 15px;
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}
.shared-section_text li:first-of-type {
    margin-top: 0;
}

.shared-section_text li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    font-size: 29px;
} 

@media only screen and (max-width: 768px) {
    .shared-section {
        padding-top: 40px;
        padding-bottom: 40px;
    } 

    .shared-section_header {
        font-size: 22px;
        line-height: 27px;
        text-align: center;
    }
    
    .shared-section_text {
        font-size: 14px;
        line-height: 17px;
    }

    .shared-section_text_box li {
        font-size: 14px;
        line-height: 17px;
    } 

    .shared-section_image_box {
        width: 100%;
        order: -1;
    }

    .shared-section_text_box {
        width: 100%;
        margin-top: 40px;
    }

    .padding-right {
        padding-right: 0;
    }

    .padding-left {
        padding-left: 0;
    }

    .shared-section_button {
        text-align: center;
    }
}

.bg-light-blue {
    background-color: #EBF1FD;
}

.explore_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.explore_text {
    width: 80%;
    font-size: 38px;
    line-height: 46px;
}

.explore_green_icon {
    top: -30px;
    left: 30px;
}
  
.explore_yellow_icon {
    bottom: -30px;
    right: 30px;
}

@media only screen and (max-width: 768px) {
    .explore_text {
        width: 100%;
        font-size: 22px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 480px) {
    .explore_green_icon {
        left: -15px;
        top: -30px;
    }
  
    .explore_yellow_icon {
        right: -15px;
        bottom: -50px;
    }
  
}

.faq div  {
    max-width: 1600px;
}


@media only screen and (max-width: 768px) {
    .faq_content_header_text {
        font-size: 16px;
        line-height: 19px;
    }
}

/* SECTION 11 */
.blog_post {
    padding: 40px 0;
    margin: 0 auto;
    display: inline;
}

.blog_post_header {
    display: flex;
    flex-wrap: wrap;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.blog_post_header_left_container {
    width: 60%;
}

.blog_post_header_text {
    font-weight: 600;
    font-size: 18px;
    line-height: 115.5%;
    color: #8c8c8c;
    text-transform: uppercase;
}

.blog_post_header_heading {
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    padding-top: 10px;
}

.blog_post_header_right_container {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}

.blog_post_header_link {
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #0073e6;
    text-decoration: none;
}

.blog_post_header_link:hover {
    text-decoration: underline;
    color: #0052a3;
}

.blog_post_card_box {
    position: relative;
}

.blog_post_card_container {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding-top: 40px;
    padding-bottom: 10px;
}

.blog_post_card_container::-webkit-scrollbar {
    display: none;
}

.blog_post_card {
    margin-right: 40px;
}

.blog_post_card:first-child {
    margin-left: 40px;
}

.blog_post_card:last-child {
    margin-right: 0;
}

.blog_post_padding {
    padding-right: 10px;
}

.blog_post_card_image_container {
    overflow: hidden;
    cursor: pointer;
}

.blog_post_card_image {
    width: 380px;
    height: 220px;
    border-radius: 12px;
}

.blog_post_card_category {
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #8c8c8c;
    padding: 25px 0 10px;
    text-transform: uppercase;
}

.blog_post_card_link {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #2b2b35;
    text-decoration: none;
}

.blog_post_card_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding: 10px 0;
}

@media only screen and (max-width: 768px) {
    .blog_post_card_image {
        width: 300px;
        height: 169px;
    }

    .blog_post_header_text {
        font-size: 16px;
    }

    .blog_post_header_heading {
        font-size: 20px;
        line-height: 130%;
        padding: 15px 0;
    }

    .blog_post_header_link {
        font-size: 16px;
    }

    .blog_post_card_category {
        font-size: 12px;
        line-height: 15px;
        color: #767676;
    }

    .blog_post_card_body {
        margin-left: 20px;
        margin-right: 20px;
        padding-bottom: 5px;
    }

    .blog_post_card {
        box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
        border-radius: 10px;
        position: relative;
    }

    .blog_post_card_image {
        margin-bottom: -8px;
    }

    .blog_post_header_left_container {
        width: 100%;
    }

    .blog_post_header_right_container {
        width: 100%;
        justify-content: flex-start;
    }
}

/** Tablet Styles */
@media only screen and (min-width: 769px) {
    .explore_green_icon {
        top: -30px;
        left: 30px;
        display: inline;
        position: absolute;
    }

    .explore_yellow_icon {
        bottom: -30px;
        right: 30px;
        display: inline;
        position: absolute;
    }

    .partner_caption {
        font-size: 16px;
        line-height: 19px;
    }

    .section-1_image {
        width: 90%;
    }

    .section-1_bottom_icon {
        height: 30px;
        width: 30px;
        position: absolute;
    }

    .section-1_bottom_icon_1 {
        top: -10px;
        left: 0;
    }

    .section-1_bottom_icon_2 {
        top: 270px;
        left: 0;
        height: 20px;
        width: 20px;
    }

    .section-1_bottom_icon_3 {
        top: 0;
        right: 0;
        height: 20px;
        width: 20px;
    }

    .section-1_bottom_icon_4 {
        top: 250px;
        right: 0;
    }

    .section-4_card {
        column-gap: 60px;
    }

    .section-4_card_item:first-of-type {
        margin-top: 40px;
    }

    .section-5_box_right, .shared-section_image_box {
        display: inline;
        align-items: unset;
        justify-content: unset;
    }

    .section-5_box_image_container, .shared-section_image_box_container {
        position: sticky;
        top: 90px;
    }

    .section-1_bottom {
        bottom: -54px;
    }
}

/** Desktop Styles */
@media only screen and (min-width: 1240px) {
    section {
        padding: 60px 100px;
    }

    section.infographics {
        padding: 60px 0;
    }

    .infographics_content, .infographics_button_container {
        padding: 0 100px;
    }

    .infographics_image_container {
        margin: 0 95px;
    }

    .section-3 .image-container {
        display: flex;
        justify-content: center;
    }

    .section-3 .image-container picture {
        width: 90%;
    }

    .section-3_image {
        width: 100%;
        transform: unset;
        transform-origin: unset;
    }

    .section-5_box_right, .shared-section_image_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-1_bottom {
        bottom: -64px;
    }
}
