/* COMMON CSS */
.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;
}

.grouped_button_left {
    margin-right: 17px;
}

.grouped_button_right {
    margin-left: 17px;
}

.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;
}

.section_breaker {
    max-width: 1600px;
    margin: 0 auto;
}

.section_breaker_line {
    border: 0.5px solid #e0e0e0;
    margin: 0 50px;
}

.visible {
    visibility: visible;
    display: block;
}

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

main {
    font-family: "Inter", sans-serif;
    color: #2b2b35;
    position: relative;
}

.container {
    padding-left: 100px;
    padding-right: 100px;
    justify-content: center;
}

.section_shadow {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.scroll_nav_container {
    display: none;
    visibility: hidden;
    justify-content: center;
    margin: 10px 0;
}

.scroll_nav_item {
    width: 12px;
    height: 12px;
    background: #dbdbdb;
    border-radius: 50%;
    margin: 0 5px;
}

.scroll_nav_item_active {
    background: #0082ff;
}

.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_section_2 {
    margin-bottom: 80%;
}

.see_more_container_section_4 {
    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;
}

.section_4_button_container {
    text-align: center;
    margin-top: 30px;
}

.section_6_button_container {
    text-align: center;
    margin-top: 30px;
}

.section_7_button_container {
    text-align: center;
    margin-top: 50px;
}

.section_9_button_container {
    text-align: center;
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }
}

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

    .scroll_nav_container {
        display: flex;
        visibility: visible;
    }

    .see_more_link {
        font-size: 16px;
    }

    .visible-mobile {
        visibility: visible;
        display: block;
    }
}

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

/* SECTION 1 */
.section_1 {
    margin-top: 80px;
    padding: 90px 0 100px;
    color: #ffffff;
    background-color: rgb(23, 46, 92);
    background-image: url("../img/homepage-v2/blob_dark.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section_1_container {
    padding: 0 50px;
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}

.section_1_header_container {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.section_1_icon_left {
    position: absolute;
    bottom: -30px;
    left: 0;
    height: 40px;
    width: 40px;
}

.section_1_header {
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0.02em;
}

.section_1_icon_right {
    position: absolute;
    top: -20px;
    right: -20px;
    height: 40px;
    width: 40px;
}

.section_1_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.03em;
    margin: 45px auto;
    width: 60%;
}

.section_1_search_big_container {
    width: 450px;
    max-width: 95%;
    margin: 0 auto;
}

.section_1_search_container {
    position: relative;
    width: 100%;
}

.section_1_search_left_icon {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 30px;
    height: 30px;
    visibility: hidden;
    display: none;
}

.search {
    position: relative;
    width: 100%;
}

.search_input {
    width: 100%;
    height: 50px;
    border: 1px solid white;
    box-sizing: border-box;
    border-radius: 50px;
    padding: 0 50px 0 15px;
    font-weight: 400;
    font-size: 16px;
    font-style: normal;
}

.search_input:focus {
    outline: none;
}

.search_input_label {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.search_icon_group_container {
    position: absolute;
    top: 5px;
    right: 46px;
}

.search_icon_group {
    position: relative;
}

.search_icon_button {
    position: absolute;
    top: 0;
    left: 0;
    background: #0073e6;
    border-radius: 50%;
    border: none;
    width: 40px;
    height: 40px;
}

.search_icon_button:hover,
.search_icon_group {
    cursor: pointer;
}

.search_icon {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 25px;
    height: 25px;
}

.section_1_mobile_button_container,
.search_mobile {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .section_1_header_container {
        width: 100%;
    }

    .section_1_text {
        width: 70%;
    }
}

@media only screen and (max-width: 768px) {
    .section_1_search_left_icon,
    .section_1_search_icon_mobile {
        visibility: visible;
        display: block;
    }

    .section_1_icon_left,
    .search_desktop {
        visibility: hidden;
        display: none;
    }

    .section_1_header {
        font-size: 30px;
    }

    .section_1_text {
        font-size: 16px;
        margin: 25px 0 35px;
        width: 85%;
    }

    .section_1_container {
        text-align: left;
    }

    .section_1_header_container {
        width: 90%;
        margin-left: 0;
        margin-right: 0;
    }

    .section_1_search_big_container {
        margin: 0;
        width: 100%;
        max-width: unset;
        text-align: center;
    }

    .section_1_search_container {
        max-width: 250px;
        margin: 0 auto;
    }

    .section_1_mobile_button_container {
        display: block;
    }

    .search_mobile {
        display: block;
        text-align: center;
        max-width: 450px;
        margin: 30px auto 20px;
        padding: 0 20px;
    }

    .search_input {
        border: 1px solid #BDBDC0;
    }
}

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

    .section_1_icon_right {
        right: -20px;
    }
}

/* SECTION 2 */
.section_2 {
    max-width: 2390px;
    margin: -55px auto 0;
}

.nav {
    display: flex;
    margin: 0 10%;
    z-index: 10;
}

.nav_item,
.nav_item_link {
    width: calc(100% / 6);
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    letter-spacing: 0.03em;
    color: #ffc42a;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
}

.nav_image {
    margin: 0 auto;
    margin-top: 7px;
    display: none;
    visibility: hidden;
    height: 30px;
    width: 47px;
}

.nav_item_active,
.nav_item:hover,
.nav_item_link:hover {
    font-weight: 700;
    color: #ffffff;
}

.nav_item_active > .nav_image {
    display: block;
    visibility: visible;
}

.nav_mobile {
    visibility: hidden;
    display: none;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 25px 0;
}

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

.nav_item_mobile,
.nav_item_mobile_link {
    background: #fff;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #b2b2b2;
    border-radius: 24px;
    margin-right: 8px;
    text-decoration: none;
    cursor: pointer;
    color: #2b2b35;
    white-space: nowrap;
}

.nav_item_mobile:first-child {
    margin-left: 50px;
}

.nav_item_mobile:last-child {
    margin-right: 50px;
}

.nav_item_mobile_active {
    background: #0073e6;
    border: 1px solid #0073e6;
    color: #fff;
    font-weight: 600;
}

.nav_card_container {
    position: relative;
    margin: 40px 0;
    display: none;
    visibility: hidden;
}

.nav_card_container_active {
    display: block;
    visibility: visible;
}

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

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

.section_2_card {
    margin: 0 25px;
    width: 335px;
}

.section_2_card:first-child {
    margin-left: 50px;
}

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

.section_2_padding {
    padding-right: 25px;
}

.section_2_card_image {
    height: 230px;
    width: 335px;
    margin-bottom: -5px;
}

.section_2_card_image_container {
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
}

.section_2_card_link {
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #000000;
    text-decoration: none;
}

.section_2_card_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4d4d53;
    margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
    .nav {
        margin: 0 5%;
    }
}

@media only screen and (max-width: 768px) {
    .section_2 {
        margin-top: 0;
    }

    .nav_card_container {
        margin-top: 20px;
    }

    .section_2_card_link {
        margin-left: 20px;
        margin-right: 20px;
        font-weight: 600;
        font-size: 16px;
    }

    .section_2_card_text {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px;
        line-height: 130%;
    }

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

    .nav_mobile {
        visibility: visible;
        display: flex;
    }

    .section_2_card_image_container {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-left: none;
        border-right: none;
        border-top: none;
    }

    .section_2_card_image {
        width: 320px;
        margin-bottom: -10px;
    }

    .section_2_card {
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        margin: 0 15px;
        width: 320px;
    }
}

@media only screen and (max-width: 480px) {
    .nav_item_mobile:first-child,
    .section_2_card:first-child {
        margin-left: 30px;
    }

    .nav_item_mobile:last-child {
        margin-right: 30px;
    }

    .section_2_padding {
        padding-right: 5px;
    }
}

/* SECTION 3 */
.section_3 {
    padding: 70px 0 60px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.section_3_content {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 1600px;
    margin: 0 auto;
}

.section_3_content_icon_left {
    position: absolute;
    top: -30px;
    left: 60px;
}

.section_3_content_icon_left_mobile {
    position: absolute;
    top: 0;
    left: 40px;
    visibility: hidden;
    display: none;
}

.section_3_content_icon_right {
    position: absolute;
    top: 0;
    right: 40px;
    visibility: hidden;
    display: none;
}

.section_3_content_body {
    width: calc(50% - 30px);
    padding-right: 30px;
}

.section_3_content_header {
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
}

.section_3_content_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    padding: 30px 0;
}

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

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

.section_3_content_image_container {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.section_3_content_image_desktop {
    width: 100%;
    height: auto;
}

.section_3_content_image_mobile {
    width: 100%;
    visibility: hidden;
    display: none;
}

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

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

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

.template_box:hover .template_box_overlay {
    opacity: 1;
}

.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;
}

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

.template_box_padding {
    padding-right: 50px;
}

.template_image {
    width: auto;
    height: 320px;
    border-radius: 6px;
}

.section_3_button_container {
    margin-top: 40px;
}

.section_3_button_mobile {
    visibility: hidden;
    display: none;
    width: 80%;
    margin: 0 auto;
}

.section_3_button_box {
    border: 1px solid #e6f1fd;
    border-radius: 6px;
    padding: 7px 0;
    text-align: center;
}

.section_3_button_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #0073e6;
    text-decoration: none;
}

.section_3_button_box:hover {
    background: #e6f1fd;
    cursor: pointer;
    border: 1px solid #0052a3;
}

.section_3_button_box:hover > .section_3_button_link {
    color: #0052a3;
}

@media only screen and (max-width: 1024px) {
    .section_3_content_icon_left {
        top: -30px;
        left: 20px;
    }
}

@media only screen and (max-width: 768px) {
    .section_3_content_icon_left,
    .section_3_content_image_container,
    .section_3_content_link,
    .section_3_button_container,
    .template_box_padding {
        visibility: hidden;
        display: none;
    }

    .section_3_content_icon_left_mobile,
    .section_3_content_icon_right,
    .section_3_content_image_mobile {
        visibility: visible;
        display: block;
    }

    .section_3_content_body {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }

    .section_3_content_header {
        font-weight: 700;
        font-size: 22px;
        line-height: 31px;
        width: 85%;
        margin: 0 auto;
    }

    .section_3_content_text {
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        width: 85%;
        margin: 0 auto;
    }

    .section_3_content_image_mobile {
        margin: 40px auto 0;
        width: 70%;
    }

    .section_3_button_mobile {
        visibility: visible;
        display: block;
        margin-top: 20px;
    }

    .template_container {
        overflow-x: unset;
        -ms-overflow-style: unset;
        scrollbar-width: unset;
        scroll-behavior: unset;
        width: 100%;
        display: grid;
        grid-gap: 20px;
        grid-template-columns: repeat(auto-fill, calc(50% - 20px));
        grid-auto-rows: 0;
        padding: 0 20px;
    }

    .template_container::-webkit-scrollbar {
        display: unset;
    }

    .template_box {
        width: unset;
        height: unset;
        margin: unset;
        grid-row-end: "span 13";
    }

    .template_image {
        max-width: 100%;
        width: 100%;
        height: unset;
    }
}

@media only screen and (max-width: 480px) {
    .section_3_content_header,
    .section_3_content_text {
        width: 95%;
    }

    .section_3_content_image_mobile {
        width: 90%;
    }

    .section_3_content_icon_left_mobile {
        top: -20px;
        left: 30px;
    }

    .section_3_content_icon_right {
        top: -20px;
        right: 30px;
    }

    .section_3_button_mobile {
        width: 90%;
    }

    .template_container {
        grid-template-columns: repeat(auto-fill, calc(50% - 15px));
        padding: 0 15px;
    }
}

/* SECTION 4 */
.section_4 {
    padding: 60px 0;
}

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

.section_4_content_left {
    width: 41%;
}

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

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

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

.section_4_content_link_container {
    text-align: right;
}

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

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

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

.section_4_image_container {
    position: relative;
}

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

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

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

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

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

.section_4_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;
}

.section_4_template_box:first-child {
    margin-left: 50px;
}

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

.section_4_padding {
    padding-right: 50px;
}

.section_4_template_box:hover .section_4_template_box_overlay {
    opacity: 1;
}

.section_4_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;
}

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

.section_4_template_image {
    width: max-content;
    height: 280px;
    border-radius: 6px;
}

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

    .section_4_content_left {
        width: 100%;
    }

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

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

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

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

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

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

    .section_4_content_text {
        line-height: 140%;
    }

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

    .section_4_template_image {
        height: 250px;
    }

    .section_4_template_box:first-child {
        margin-left: 35px;
    }

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

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

@media only screen and (max-width: 480px) {
    .section_4_template_box:first-child {
        margin-left: 25px;
    }

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

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

/* SECTION 6 */
.section_6 {
    background: #e6f1fd;
    padding: 30px 0 90px;
}

.section_6_container {
    margin: 0 auto;
    max-width: 1200px;
}

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

.section_6_header_box {
    position: relative;
}

.section_6_icon_left {
    visibility: hidden;
    display: none;
    position: absolute;
    bottom: -20px;
    left: 80px;
}

.section_6_header_heading {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    max-width: 542px;
    margin: 0 auto;
    text-align: center;
}

.section_6_icon_right {
    visibility: hidden;
    display: none;
    position: absolute;
    top: 0;
    right: 80px;
}

.section_6_header_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    width: 75%;
    margin: 30px auto;
}

.section_6_progress_container {
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 30px 40px;
    scroll-behavior: smooth;
}

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

.section_6_progress {
    width: 320px;
}

.section_6_progress:first-child {
    margin-right: 60px;
}

.section_6_progress:nth-last-child(2) {
    margin-left: 60px;
}

.section_6_progress_arrow {
    position: relative;
    margin: 0 30px;
}

.section_6_progress_icon_1 {
    position: absolute;
    width: 40px;
    top: 80px;
    left: -65px;
}

.section_6_progress_icon_2 {
    position: absolute;
    width: 40px;
    top: 80px;
    right: -65px;
}

.section_6_progress_inner_container {
    width: 320px;
}

.section_6_progress_image {
    filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.25));
    border-radius: 10px;
    width: 320px;
    height: 171px;
    margin-bottom: 25px;
}

.section_6_progress_header {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 20px;
    text-align: center;
}

.section_6_progress_text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.section_6_padding {
    padding-right: 20px;
}

@media only screen and (max-width: 768px) {
    .section_6 {
        padding: 0 0 60px;
    }

    .section_6_header_heading {
        font-size: 25px;
        line-height: 32px;
        max-width: 360px;
    }

    .section_6_header_text {
        font-size: 16px;
        line-height: 145%;
    }

    .section_6_progress_header {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
    }

    .section_6_progress_text {
        line-height: 140%;
    }

    .section_6_icon_left,
    .section_6_icon_right {
        visibility: visible;
        display: block;
    }

    .section_6_progress_container {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

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

    .section_6_progress_icon {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 670px) {
    .section_6_icon_left {
        left: 30px;
    }

    .section_6_icon_right {
        right: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section_6_icon_left {
        left: -10px;
        bottom: -20px;
    }

    .section_6_icon_right {
        right: 0;
    }

    .section_6_header_text {
        width: 90%;
    }

    .section_6_header_heading {
        max-width: 200px;
    }

    .section_6_progress_icon_1,
    .section_6_progress_icon_2 {
        display: none;
        visibility: hidden;
    }

    .section_6_progress_container {
        padding-left: 45px;
    }
}

/* SECTION 7 */
.section_7 {
    padding: 70px 0 0;
    max-width: 1400px;
    margin: 0 auto;
}

.section_7_header {
    position: relative;
    width: 400px;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
}

.section_7_icon_left {
    position: absolute;
    top: -20px;
    left: -30px;
}

.section_7_icon_right {
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.section_7_header_heading {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
}

.section_7_card_container {
    display: flex;
}

.section_7_card {
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding: 75px 43px 38px;
    text-align: center;
    margin-top: -55px;
    height: 100%;
    position: relative;
}

.section_7_card_box {
    margin: 0 15px;
    width: calc((100% / 3) - 30px);
    display: flex;
    flex-direction: column;
}

.section_7_card_box:first-child {
    margin-left: 50px;
}

.section_7_card_box:nth-last-child(2) {
    margin-right: 50px;
}

.section_7_padding {
    padding-right: 0;
    display: none;
    visibility: hidden;
}

.section_7_card_box:hover {
    transform: scale(1.05);
}

.section_7_card_image {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
}

.section_7_card_image_mobile {
    display: none;
    visibility: hidden;
    margin-bottom: 10px;
}

.section_7_card_image_desktop {
    margin-left: calc(50% - 55px);
}

.section_7_card_content {
    text-align: center;
    padding-bottom: 20px;
}

.section_7_card_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}

.section_7_card_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    padding: 10px 0 20px;
    width: 200px;
    max-width: 90%;
    margin: 0 auto;
}

.section_7_card_icon {
    width: 34px;
    height: 24px;
}

.section_7_card_text_1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #003f7f;
    padding: 15px 0 15px;
}

.section_7_card_text_2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    padding-bottom: 15px;
}

.section_7_card_link {
    font-weight: 600;
    font-size: 14px;
    line-height: 145%;
    color: #0073e6;
    text-decoration: none;
    position: absolute;
    left: calc(50% - 57px);
    bottom: 38px;
}

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

@media only screen and (max-width: 768px) {
    .section_7_card_image_mobile {
        display: block;
        visibility: visible;
    }

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

    .section_7_card {
        padding-top: 20px;
        margin-top: 0;
        width: 340px;
    }

    .section_7_card_container {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        padding: 40px 0;
        scroll-behavior: smooth;
    }

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

    .section_7_card_box {
        flex-direction: row;
        width: 400px;
    }

    .section_7_card_box:first-child {
        margin-left: 35px;
    }

    .section_7_card_box:nth-last-child(2) {
        margin-right: 0;
    }

    .section_7_padding {
        padding-right: 35px;
        display: unset;
        visibility: unset;
    }

    .section_7_header {
        width: 320px;
        max-width: unset;
    }

    .section_7_header_heading {
        font-size: 25px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .section_7_card_box:first-child {
        margin-left: 25px;
    }

    .section_7_padding {
        padding-right: 25px;
    }

    .section_7_card_box {
        width: 350px;
    }

    .section_7_card {
        width: 310px;
    }

    .section_7_icon_left {
        top: -25px;
        left: -35px;
    }

    .section_7_icon_right {
        bottom: -15px;
        right: -25px;
    }
}

/* SECTION 8 */
.section_8 {
    display: flex;
    justify-content: center;
}

.section_8_container {
    margin: 60px 16px 90px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
}

.section_8_caption {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 24px;
}

.section_8_image_small {
    display: none;
}

@media only screen and (max-width: 768px) {
    .section_8_image_small {
        display: inherit;
    }

    .section_8_image {
        display: none;
    }

    .section_8_container {
        margin-top: 30px;
        margin-bottom: 60px;
    }
}

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

/* SECTION 9 */
.section_9 {
    padding-top: 70px;
    padding-bottom: 70px;
    max-width: 1400px;
    margin: 0 auto;
}

.section_9_header_box {
    position: relative;
    text-align: center;
    width: 720px;
    max-width: 75%;
    margin: 0 auto;
}

.section_9_icon_left {
    position: absolute;
    bottom: -30px;
    left: -50px;
}

.section_9_icon_right {
    position: absolute;
    top: -30px;
    right: -50px;
}

.section_9_icon_right_mobile {
    position: absolute;
    visibility: hidden;
    display: none;
}

.section_9_header_heading {
    font-weight: 700;
    font-size: 38px;
    line-height: 46px;
    padding: 20px 0 25px;
}

.section_9_header_text {
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.section_9_card_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.section_9_card {
    border: 2px solid #b0d4f7;
    border-radius: 10px;
    width: calc(50% - 50px);
    padding: 50px 35px;
    margin: 25px;
}

.section_9_card_icon {
    width: 75px;
    height: 75px;
}

.section_9_card_header {
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    margin-top: 15px;
}

.section_9_card_text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin: 15px 0;
}

@media only screen and (max-width: 860px) {
    .section_9_header_box {
        max-width: 85%;
    }
}

@media only screen and (max-width: 768px) {
    .section_9_nav {
        display: flex;
        visibility: visible;
    }

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

    .section_9_header_box {
        width: 400px;
        max-width: 85%;
    }

    .section_9_header_heading {
        font-size: 25px;
        line-height: 32px;
    }

    .section_9_header_text {
        font-size: 16px;
        line-height: 145%;
    }

    .section_9_card_header {
        font-weight: 600;
        font-size: 18px;
        line-height: 22px;
    }

    .section_9_card_text {
        line-height: 140%;
    }

    .section_9_card_container {
        overflow-x: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        flex-wrap: unset;
        scroll-behavior: smooth;
    }

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

    .section_9_card {
        background: #f0f4fc;
        border: none;
        padding: 30px 25px;
        width: 370px;
        margin: 25px 15px;
    }

    .section_9_card:first-child {
        margin-left: 35px;
    }

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

    .section_9_padding {
        padding-right: 35px;
    }

    .section_9_card_box {
        width: 330px;
    }

    .section_9_card_icon {
        width: 60px;
        height: 60px;
    }

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

    .section_9_icon_right {
        top: -30px;
        left: -30px;
        right: unset;
    }

    .section_9_icon_right_mobile {
        bottom: -30px;
        right: -30px;
        visibility: visible;
        display: unset;
    }
}

@media only screen and (max-width: 480px) {
    .section_9_card {
        width: 320px;
    }

    .section_9_card_box {
        width: 260px;
    }

    .section_9_card:first-child {
        margin-left: 25px;
    }

    .section_9_padding {
        padding-right: 25px;
    }

    .section_9_icon_right {
        top: -20px;
        left: -20px;
    }

    .section_9_icon_right_mobile {
        bottom: -20px;
        right: -20px;
    }
}

/* SECTION 10 */
.section_10 {
    display: flex;
    justify-content: center;
    background-image: url("../img/homepage-v2/blob_light_short.svg");
    background-repeat: no-repeat;
    background-size: cover;
}

.section_10_container {
    margin: 90px 16px;
    width: 1240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.section_10_header {
    position: relative;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    width: 900px;
    max-width: 90%;
}

.section_10_header_heading {
    width: 100%;
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    margin-bottom: 30px;
}

.section_10_header_icon_left {
    position: absolute;
    top: 0;
    left: -15px;
    width: 40px;
    height: 40px;
}

.section_10_header_icon_right {
    position: absolute;
    bottom: 10px;
    right: -20px;
    width: 30px;
    height: 30px;
}

@media only screen and (max-width: 1024px) {
    .section_10_container {
        width: 100%;
    }

    .section_10_header {
        width: 800px;
    }

    .section_10_header_icon_left {
        left: -30px;
    }
}

@media only screen and (max-width: 768px) {
    .section_10_container {
        margin: 60px 16px;
    }

    .section_10_header_heading {
        font-size: 25px;
        line-height: 130%;
    }

    .section_10_header_icon_left {
        width: 30px;
        height: 30px;
        left: -15px;
    }

    .section_10_header_icon_right {
        width: 20px;
        height: 20px;
    }

    .section_10_header {
        width: 450px;
    }
}

@media only screen and (max-width: 480px) {
    .section_10_video_icon_top_right {
        width: 5.5px;
        height: 7.5px;
    }

    .section_10_header {
        width: 100%;
        margin-bottom: 10px;
    }

    .section_10_header_icon_left {
        left: 0;
    }

    .section_10_header_icon_right {
        right: 0;
    }
}

/* SECTION 11 */
.section_11 {
    padding: 50px 0;
    margin: 0 auto;
}

.section_11_header {
    display: flex;
    flex-wrap: wrap;

    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.section_11_header_left_container {
    width: 60%;
}

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

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

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

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

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

.section_11_card_box {
    position: relative;
}

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

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

.section_11_card {
    margin-right: 40px;
}

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

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

.section_11_padding {
    padding-right: 10px;
}

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

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

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

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

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

.featured_template {
    padding: 20px 0;
    max-width: 1400px;
    margin: 0 auto;
}

.featured_template_header {
    font-weight: 600;
    font-size: 25px;
    line-height: 115.5%;
    padding-bottom: 20px;
    margin-left: 40px;
    margin-right: 40px;
}

.featured_template_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 340px;
    margin-left: 40px;
    margin-right: 40px;
}

.featured_template_link {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-decoration: none;
    color: #2b2b35;
    margin: 4px 0;
    padding-right: 15px;
    width: 195px;
}

.featured_template_breaker {
    display: none;
    visibility: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section_11_breaker_desktop {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
    .featured_template_list {
        max-height: 440px;
    }

    .featured_template_link {
        width: 180px;
    }
}

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

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

    .section_11_card_image {
        width: 300px;
        height: 169px;
    }

    .section_11_header_text {
        font-size: 16px;
    }

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

    .section_11_header_link {
        font-size: 16px;
    }

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

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

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

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

    .section_11_header_left_container {
        width: 100%;
    }

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

    .featured_template {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
        margin-top: 30px;
    }

    .featured_template_header {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 0;
    }

    .featured_template_list {
        max-height: unset;
        height: 440px;
        overflow-y: auto;
        flex-direction: row;
    }

    .featured_template_link {
        width: 50%;
    }

    .featured_template_breaker {
        display: block;
        visibility: visible;
        border: 0.5px solid #e0e0e0;
    }
}

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