* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-size: 100%;
    background-color: #F8F7F5;
    width: 100%;
    min-width: 1440px;
    max-width: 1920px
}

#navbar {
    background-color: #F6F6F4;
    border-bottom: 1px solid #d9d9d9;
    max-height: 100px;
    padding: 16px 204px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 2;
}

.eclogo {
    width: 114px;
    padding-top: 6px;
}

.navtitles {
    display: flex;
    column-gap: 74px;
    align-items: center;
    /* width: 642px; */
    /* padding-right: 72px; */
    /* min-width: 56%; */
    justify-content: space-between;
}

.navwrap {
    display: flex;
}

.nav-menu-list {
    list-style: none;
}

.nav-list-dropdown-wrap {
    display: flex;
    align-items: center;
    column-gap: 16px;
    cursor: pointer;
}

.nav-list-dropdown-wrap div:hover {
    color: #62CD81;
}

.nav-list-title, .nav-list-title a {
    font-family: "Inter", sans-serif, helvetica;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
}

.nav-list-title a:hover {
    color: #62CD81;
}

.dropdown-arrow {
    width: 16px;
    height: 10px;
}

.button {
    background-color: #62CD81;
    padding: 16px 40px;
    border-radius: 100px;
    font-family: 'Inter', sans-serif, helvetica;
    font-size: 18px;
    text-decoration: none;
    color: #0E1E40;
    font-weight: 500;
    cursor: pointer;
}

.dropdown {
    position: relative;
}

/* Dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #62cd81;
    border-radius: 8px;
    padding: 12px 0;
    margin: 14px 0;
    min-width: 240px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.company {
    min-width: 180px;
}

/* Dropdown items */
.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 20px;
    font-family: "Inter", sans-serif, Helvetica;
    font-size: 16px;
    color: #0E1E40;
    text-decoration: none;
}

.dropdown-menu li a:hover {
    /* background-color: #F6F6F4; */
    color: #62CD81;
}

.merchant_dropdown, .working_dropdown {
    color: #62CD81 !important;
    font-weight: 600;
}

.dropdown-menu {
    display: none;
}

.dropdown-menu.show {
    display: block;
}

header {
    background-image: url(../img/heroimg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 848px;
    width: 100%;
}

.head {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 130px 204px;
    height: 678px;
    min-height: 440px;
    width: 900px;
}

.merchant_head {
    padding-top: 170px;
}

.head h1 {
    font-family: 'inter', sans-serif, Helvetica;
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    color: #091e42;
}

.head p {
    font-family: 'inter', sans-serif, Helvetica;
    font-size: 18px;
    line-height: 1.8;
    padding: 24px 0 48px;
    color: #091e42;
}

.headcta {
    display: flex;
    background-color: #091e42;
    padding: 18px 40px;
    border-radius: 100px;
    color: white;
    text-decoration: none;
    font-family: 'inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    column-gap: 24px;
    align-items: center;
}

.ctaarrow {
    width: 24px;
}

.banner {
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 48px;
    padding-bottom: 48px;
}

.banner img {
    width: 32px;
}

.banner p {
    font-family: 'inter', Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
}

.banner div {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.animate__animated.animate__zoomIn {
    --animate-duration: 0.5s;
}

.dotone {
    max-width: 300px;
    position: absolute;
    z-index: -1;
    transform: scaleX(-1);
}

.card {
    padding: 80px 204px 120px;
}

.card h2, .titlewrap h2, .sectioneight h2, .applyform h2, .merchant_s7 h2, .merchant_s9_titlewrap h2, .how_s10_container h2, .about_banner h2, .invest_s1_title h2, .invest_s2_text h2, .invest_offer h2, .contact_us h2 {
    font-family: 'inter', sans-serif, Helvetica;
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    color: #091e42;
    text-align: center;
}

.cardone {
    background-color: #304761;
    color: white;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 530px;
    display: flex;
    padding: 90px 0 90px 80px;
    opacity: 1;
    margin-top: 72px;
}

.cardone_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-row-gap: 32px;
    min-width: 293px;
}

.cardone_left h3, .titlewrap h3, .featureswrap h3, .cardwrap h3, .textwrap_block_title h3, .qawrap_title h3, .merchant_s7 h3, .merchant_s8_wrap h3, .about_banner h3, .about_s2_titlewrap h3, .about_s3_textwrap h3, .invest_s4 h3, .offer_title h3, .invest_s8 h3, .contact_infowrap h3 {
    font-family: 'inter', Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4;
}

.cardone_left p, .cardtwothree p, .featureswrap p, .sthree p, .cardwrap p, .s4titlep, .sfive p, .s5title p, .textwrap_block_title_text p, .s7p, .qawrap p, .merchant_s7 p, .merchant_s9_titlewrap p, .stwo p, .about_s2_titlewrap p, .about_s3_textwrap p, .invest_s2_text p, .invest_s2_textright p, .offer_title p, .offer_details_textwrap p, .invest_offer p, .invest_s8 p, .invest_s8_textwrap p, .contact_us p, .contact_infowrap p, .split p, .form-step p, .step-wrapper p {
    font-family: 'inter', sans-serif, Helvetica;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 16px;
}

.cardtwothree {
    color: #091e42;
    display: flex;
    margin-top: 32px;
    column-gap: 32px;
}

.cardicon {
    width: 75px;
}

.card_cta {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 18px;
    font-family: 'inter';
    font-weight: 600;
    padding-bottom: 10px;
}

.cardone_right {
    align-items: flex-end;
    display: block;
    position: relative;
}

.cardone_right img {
    width: auto;
    max-height: 610px;
    bottom: 38px;
    position: relative;
    border-radius: 20px;
}

.twoleft, .threeright {
    background-color: white;
    border-radius: 20px;
    flex-direction: column;
    width: 50%;
    max-width: 100%;
    display: flex;
    padding: 60px 80px;
    align-items: flex-start;
    row-gap: 24px;
}

.twoleft a, .threeright a {
    color: #091e42;
}

.hvr-rectangle-out:hover .card_cta {
    color: #fff;
}

.hvr-rectangle-out:hover .ctaarrow {
    content: url("../img/arrow.png");
}

.titlewrap {
    display: flex;
    align-items: center;
    column-gap: 22px;
}

.sectiontwo {
    background-color: #0B081B;
    padding: 72px 204px 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 56px;
}

.stwo, .sfive {
    flex-direction: column;
    row-gap: 32px;
}

.stwo h3, .sfive h3 {
    color: #62CD81;
}

.titlewrap h2 {
    color: #fff;
}

.stwo_cta, .sfive_cta {
    width: 256px;
    text-align: center;
}

.button.stwo_cta.hvr-shutter-out-vertical:before {
    background: #304761 !important;
}

.features {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 64px;
    text-align: center;
}

.features img {
    width: 80%;
    padding-bottom: 32px;
}

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

.featureswrap h3 {
    color: #fff;
}

.featureswrap p, .sfive p {
    color: #819AB6;
    text-align: center;
}

.dotsteps {
    width: 100%;
    max-width: 980px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    position: relative;
}

.step-count-block {
    z-index: 1;
    border: 1px dashed white;
    background-color: #0b081b;
    border-radius: 30px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-family: 'Inter-Medium', sans-serif;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    position: relative;
}

.step-count-number {
    color: #62CD81;
}

.dotline {
    z-index: 0;
    border-bottom: 1px dashed white;
    max-width: 100%;
    min-height: 25px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
}

.sectionthree {
    color: #091e42;
    display: flex;
    flex-direction: column;
    padding: 80px 204px 120px;
    row-gap: 48px;
}

.sthree {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 550px;
    row-gap: 32px;
}

.sthree h2 {
    color: #091e42;
    text-align: start;
}

.cardwrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 32px;
}

.cardwrap img {
    width: 75px;
}

.card_sthree_first, .card_sthree_second {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 48px 48px;
    /* z-index: 1; */
    background-color: white;
    border-radius: 20px;
    flex-direction: column;
    /* align-items: stretch; */
    /* width: 100%; */
    height: 100%;
    /* transition: box-shadow .3s; */
    display: flex;
    /* position: relative; */
    /* overflow: hidden; */
    /* box-shadow: 10px 10px 50px #d4eae433; */
}

.card_sthree_first a, .card_sthree_second a {
    text-decoration: none;
    color: #091e42;
}

.hvr-sweep-to-top:hover a {
    color: white;
}

.s4iconwrap {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.s4arrow {
    width: 60px !important;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.4s ease;
}

.card_sthree_first:hover .s4arrow {
    opacity: 1;
    transform: scale(1);
}

.card_sthree_second:hover .s4arrow {
    opacity: 1;
    transform: scale(1);
}

.s4container {
    display: flex;
    flex-direction: column;
    padding-bottom: 120px;
    padding-left: 204px;
    padding-right: 204px;
}

.sectionfour .titlewrap {
    align-items: flex-start;
    column-gap: 120px;
    padding-top: 80px;
    padding-bottom: 64px;
}

.s4title h3 {
    color: #62CD81;
}

.s4title h2 {
    text-align: start;
    width: 480px;
}

.s4titlep {
    color: white;
}

.s4darkbg {
    background-color: #0B081B;
    /* width: 100%; */
    max-width: 100%;
    height: 100%;
    max-height: 510px;
    position: absolute;
    /* inset: 0% 0% auto; */
    z-index: -1;
    left: 120px;
    right: 120px;
}

.s4imgwrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    grid-column-gap: 80px;
    grid-row-gap: 48px;
}

.s4imgwrap img {
    width: 100%;
}

.s4dotwrap1 {
    position: absolute;
    z-index: -1;
    max-width: 240px;
    bottom: -4370px;
}

.sfive {
    row-gap: 0;
    padding-top: 80px;
    padding-left: 320px;
    padding-right: 320px;
    padding-bottom: 56px;
}

.sfive h2 {
    padding: 32px 0 16px;
}

.sectionfive .s4darkbg {
    height: 480px;
    left: 0;
    right: 0;
    max-height: 838px;
}

.sfive_cardwrap {
    display: flex;
    flex-direction: column;
    padding-left: 320px;
    padding-right: 320px;
    padding-bottom: 48px;
    row-gap: 24px;
}

.sfive_cardwrap_first, .sfive_cardwrap_second {
    display: flex;
    column-gap: 32px;
}

.sfive_cardwrap_first img, .sfive_cardwrap_second img {
    width: 100%;
    border-radius: 0 0 20px 20px;
}

.s5title {
    display: flex;
    flex-direction: column;
    color: #091e42;
    align-items: flex-start;
    row-gap: 16px;
    border-radius: 20px 20px 0 0;
    background-color: white;
    padding-left: 48px;
    padding-top: 36px;
    padding-right: 56px;
    padding-bottom: 24px;
}

.s5title h3 {
    font-size: 36px;
}

.sfive_cardwrap_second .sfive_cardwrap_first_left {
    width: 84%;
}

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

.sectionsix {
    margin-top: 120px;
    padding: 80px 204px 0;
    background-color: #0B081B;
}

.sectionsix .titlewrap {
    column-gap: 64px;
}

.textwrap {
    display: flex;
    padding: 80px 0;
    justify-content: space-between;
    column-gap: 96px;
}

.textwrap_block {
    display: flex;
    flex-direction: column;
    row-gap: 18px;
}

.textwrap_block_title {
    display: flex;
    column-gap: 16px;
}

.textwrap_block_title h3 {
    color: white;
    font-size: 24px;
}

.number {
    color: #62CD81 !important;
}

.textwrap_block_title_text p {
    color: #819AB6;
}

.line {
    background-color: #62CD81;
    height: 1px;
}

.sectionseven .titlewrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.sectionseven .titlewrap h2 {
    color: #091e42;
    text-align: start;
}

.sectionseven {
    background-color: #62CD81;
    height: 540px;
    padding: 80px 96px;
    margin: 120px 204px 0;
    display: flex;
    border-radius: 20px;
}

.s7p {
    color: #091e42;
    padding-top: 24px;
}

.button.s7cta {
    background-color: white !important;
    margin-top: 32px;
}

.sectionseven img {
    width: auto;
    max-height: 610px;
    bottom: 150px;
    left: 48px;
    position: relative;
    border-radius: 20px;
}

.s7imgwrap {
    align-items: flex-end;
    display: block;
    position: relative;
}

.sectioneight {
    padding-top: 120px;
    padding-left: 204px;
    padding-right: 204px;
}

.s8container {
    display: flex;
    padding-top: 80px;
    column-gap: 80px;
}

.s8leftpic {
    align-self: flex-start;
    /* 图片靠上对齐，不跟右边等高 */
    height: auto;
    /* 确保不会被拉伸 */
    width: 340px;
}

.qawrap {
    border-bottom: 1px solid #ddd;
    padding: 0 0 16px 0;
}

.s8right .qawrap:first-child .qawrap_title {
    padding-top: 0;
}

.qawrap_title h3 {
    color: #091e42;
}

.qawrap_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding-top: 24px;
}

.qawrap_title img {
    transition: transform 0.5s ease;
}

.qaanswer {
    color: #091e42;
    padding-top: 16px;
    padding-bottom: 0 !important;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.4s ease;
}

/* 展开状态 */
.qawrap.active .qaanswer {
    max-height: 200px;
    /* 这里可以改大点，确保能容纳文字 */
    opacity: 1;
}

/* 箭头旋转 */
.qawrap.active .qawrap_title img {
    transform: rotate(180deg);
}

footer {
    background-color: #0B081B;
}

.footer_wrap, .footer_copyright {
    padding: 80px 204px;
    display: flex;
    justify-content: space-between;
}

.footer_copyright {
    padding-top: 0;
    padding-bottom: 32px;
    color: white;
    font-family: 'inter', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 100;
}

.footer_copyright h4 {
    padding-top: 26px;
}

.footer_links {
    display: flex;
}

.footer_copyright {
    flex-direction: column;
}

.footer_content, .linkwrap {
    display: flex;
    flex-direction: column;
}

.linkwrap {
    row-gap: 24px;
}

.footer_info img {
    width: 200px;
}

.footer_wrap, .footer_info_wrap p, .linkwrap a {
    color: #A6AEBB;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    text-decoration: none;
}

.linkwrap a:hover {
    color: #62CD81;
}

.footer_info_wrap p {
    padding-bottom: 24px;
}

.footer_content h4 {
    color: white;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.8;
    padding-bottom: 32px;
}

.footer_copyright .line {
    background-color: rgb(162, 175, 185);
}

/* Form submit */
.applyform {
    max-width: 720px;
    margin: 32px auto 80px;
    padding: 2rem 32px 24px;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.applyform h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
    text-align: start;
}

.applyform label, .address-question p {
    display: block;
    margin: 24px 0 0.3rem;
    font-weight: 600;
    font-family: 'inter', Arial, Helvetica, sans-serif;
    color: #091e42;
    padding-bottom: 8px;
}

.applyform input,
.applyform button,
.applyform select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-family: 'inter', Arial, Helvetica, sans-serif;
    font-size: 1rem;
}

/* 
.applyform select {
    color: #757575;
} */

.applyform input:focus, .applyform select:focus {
    outline: none;
    border-color: #304761;
    /* box-shadow: 0 0 0 2px rgba(48, 71, 97, 0.2); */
}

.applyform button {
    margin-top: 48px;
    padding: 16px;
    background: #304761;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}

.applyform button:hover {
    background: #1e2f47;
}

#form-status {
    margin-top: 1rem;
    font-weight: 500;
}

.formrequire {
    color: red;
}

#form-status {
    font-size: 18px;
    text-align: center;
    color: #0B081B;
    font-family: 'inter', Arial, Helvetica, sans-serif;
}

.split {
    display: flex;
    justify-content: space-between;
    color: #304761;
}

.split p {
    font-size: 14px !important;
    padding-bottom: 0;
}

.split_left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.split_right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

#amount-output {
    background-color: white;
    border: 1px solid #304761;
    border-radius: 4px;
    padding: 4px 8px;
}

.slide {
    margin-top: 8px;
}

.slice_title {
    padding-bottom: 16px;
}

/* apply */

/* merchant */
.merchant_s5_cta {
    margin-bottom: 120px;
}

.merchant_s5title {
    border-radius: 20px;
}

.merchant_s5_cardwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: stretch;
    /* margin-bottom: 120px; */
    display: grid;
    padding-left: 320px;
    padding-right: 320px;
}

.merchant_s5_titlewrap {
    display: flex;
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    align-items: center;
    padding-bottom: 18px;
    /* flex-wrap: wrap; */
}

.numberwrap {
    background-color: #62CD81;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;

    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.merchant_s5_titlewrap h3 {
    font-size: 28px;
}

.merchant_s6 {
    margin-bottom: 120px;
    padding-right: 320px;
    padding-left: 320px;
}

.merchant_s6_textwrap {
    row-gap: 72px;
    grid-auto-columns: 1fr;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
}

.merchant_s6_p p {
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    color: #a6aebb;
}

.merchant_s6_titlewrap {
    column-gap: 180px;
}

.merchant_s6_titlewrap h2 {
    width: 270px;
}

.merchant_s7_cta, .merchant_s7_2_cta {
    width: 222px;
    text-align: center;
}

.merchant_s7 {
    color: #091e42;
    padding-left: 320px;
    padding-right: 320px;
}

.merchant_s7wrap {
    display: flex;
    align-items: center;
    column-gap: 64px;
    padding-bottom: 80px;
}

.merchant_s7 img {
    border-radius: 20px;
    width: 432px;
}

.merchant_s7_textwrap {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    align-items: flex-start;
}

.merchant_s7container {
    padding-top: 72px;
}

.merchant_s8 {
    margin: 72px 320px;
    color: #091e42;
}

.merchant_s8_container {
    align-items: center;
    max-height: 350px;
    padding: 70px 120px 70px 160px;
    display: flex;
    background-color: #62CD81;
    border-radius: 20px;
    justify-content: center;
}

.merchant_s8_wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.2fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch space-between;
    place-items: center stretch;
    display: grid;
    justify-items: start
}

.merchant_s8_wrap img {
    /* max-width: 100%; */
    max-height: 420px;
    margin-left: auto;
    margin-right: auto;
    /* position: absolute; */
    /* bottom: -139px; */
    padding-bottom: 35px;
    z-index: 1;
}

.merchant_s9 {
    /* margin: 100px 320px; */
    color: #091e42;
    max-width: 1136px;
    margin: 100px auto;
}

.merchant_s9_titlewrap {
    padding: 0 120px;
}

.merchant_s9_titlewrap p {
    padding-top: 28px;
    padding-bottom: 48px;
    text-align: center;
}

.merchant_s9_card {
    border-radius: 0;
}

.merchant_s9_wrap {
    display: flex;
    align-items: flex-end;
    column-gap: 100px;
}

.merchant_s9 img {
    width: 480px;
    max-width: 100%;
}

.merchant_numberwrap {
    min-width: 48px;
    /* 防止被压缩 */
    flex: 0 0 48px;
    /* 等价于 flex-shrink: 0; 并固定宽度 */
    display: grid;
    place-items: center;
}

.numberwrap_number {
    line-height: 1;
}

/* working page */
.working_s7 {
    margin-top: 120px;
}

.working_s6 {
    margin-bottom: 0;
}

/* how it works page */
.howitworks {
    color: #62CD81 !important;
    font-weight: 600 !important;
}

.hows9img {
    width: 490px !important;
}

.how_s10_container {
    background-color: white;
    padding: 80px 204px;
    display: flex;
    column-gap: 36px;
}

.how_s10_container h2 {
    text-align: left !important;
}

.s10_cardwrap {
    background: #0B081B;
    border-radius: 20px;
    padding: 36px 48px 36px 36px;
    grid-row-gap: 8px;
    justify-content: center;
}

.s10_cardwrap h3 {
    color: #62CD81 !important;
}

.s10_cardwrap p {
    color: white !important;
    padding-bottom: 0;
}

.s10_cardwrap img {
    width: 50px;
    padding-bottom: 16px;
}

.how_s10_mainwrap {
    width: 100%;
    max-width: 100%;
}

.how_s10_rightwrap {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.stwo p {
    text-align: center;
    color: white;
    max-width: 776px
}

.how_s1_maincontainer {
    align-items: flex-start;
}

.how_s1_p {
    font-size: 16px !important;
    max-width: 320px !important;
}

.how_s1_textwrap p {
    color: white !important;
    font-size: 16px !important;
    text-align: left;
    max-width: 320px;
}

.how_s1_listitems {
    color: white;
    font-family: 'inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: left;
    padding-left: 32px;
    padding-bottom: 16px;
}

.how_s1_listitems li {
    padding-bottom: 8px;
}

/* about us */
.about_s1 {
    padding-top: 0;
}

.about_s1bg {
    background-color: unset !important;
}

.about_s1 h2 {
    color: #091e42;
}

.about_s1_cardwrap {
    padding-left: 204px;
    padding-right: 204px;
    padding-bottom: 100px;
}

.about_banner {
    background-color: #0B081B;
    margin: 80px 204px;
    border-radius: 20px;
    padding-top: 120px;
    padding-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about_banner h3, .about_banner h2 {
    text-align: center;
    color: white;
}

.about_s3_text {
    background: white;
    border-radius: 20px;
    padding: 24px 66px 24px 32px;
}

.about_banner_titlewrap {
    margin: auto;
    padding-left: 80px;
    padding-right: 80px;
}

.about_banner_imgleft {
    position: absolute;
    bottom: 490px;
    left: 210px;
}

.about_banner_imgright {
    position: absolute;
    right: 212px;
    top: 176px;
}

.about_nav {
    color: #333 !important;
    font-weight: 500 !important;
}

.about_nav:hover {
    color: #62CD81 !important;
}

.about_nav_dropdown, .contact_nav_dropdown {
    color: #62CD81 !important;
    font-weight: 600;
}

.about_s2_titlewrap {
    margin: 120px 204px 48px;
    padding: 0 116px;
}

.about_s2_titlewrap h3, .about_s2_titlewrap p {
    text-align: center;
    color: #091e42;
    padding-bottom: 24px;
}

.about_s2imgwrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    /* grid-template-rows: auto; */
    /* grid-template-columns: .75fr 1fr; */
    /* grid-auto-columns: 1fr; */
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
    margin-bottom: 50px;
    padding-left: 204px;
    padding-right: 204px;
}

.about_s2imgwrap_left, .about_s2imgwrap_right {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    display: flex;
    grid-row-gap: 24px;
}

.about_banner_imgright {
    align-items: flex-start;
}

.about_s2imgwrap img {
    border-radius: 32px;
    width: 100%;
}

.about_s3wrap {
    padding-left: 204px;
    padding-right: 204px;
    column-gap: 120px;
    display: flex;
    justify-content: center;
}

.about_s3line {
    background-color: #c2c7d0;
}

.about_s3_textwrap {
    flex-direction: column;
}

.about_s3_textwrap h3 {
    color: #304761;
    padding-bottom: 8px;
}

.about_s3_textwrap p {
    color: #a6aebb;
}

.about_s3_title p {
    padding-bottom: 0;
    color: #091e42;
    font-size: 56px;
    font-weight: 600;
}

/* invest in us */
.invest_s1, .invest_s4 {
    display: flex;
    column-gap: 100px;
    align-items: center;
}

.investinus {
    color: #62CD81 !important;
    font-weight: 600 !important;
}

.invest_dropdown {
    color: #0E1E40 !important;
    font-weight: 400 !important;
}

.invest_s1_title {
    padding-right: 0;
    padding-top: 130px;
}

.invest_s1_title h2 {
    font-size: 48px;
    text-align: left;
}

.invest_hero {
    padding-right: 204px !important;
    width: 55% !important;
}

.invest_s2 {
    background-color: #0B081B;
    padding: 120px 204px;
    display: flex;
    align-items: center;
    column-gap: 80px;
}

.invest_s2_text {
    color: white !important;
}

.invest_s2_text h2 {
    text-align: left;
    color: white;
}

.invest_s2_text p {
    padding-bottom: 8px;
}

.invest_s2_line, .invest_s3line {
    background-color: #62CD81;
    margin-top: 32px;
    margin-bottom: 32px;
    height: 5px;
    width: 80px;
}

.invest_s3 {
    padding-top: 120px;
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

.invest_s3_title p {
    font-size: 32px;
}

.invest_s3_textwrap p {
    color: #091e42;
}

.invest_s3line {
    margin-top: 8px;
    margin-bottom: 8px;
}

.invest_s4 {
    padding-top: 24px;
}

.invest_s4 h3 {
    color: #62CD81;
}

.invest_s4_textwrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.invest_cta_s4 {
    margin-top: 32px;
    background-color: white;
    color: #091e42;
}

.invest_s5_container {
    align-items: center;
    column-gap: 110px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.invest_s5_textwrap, .invest_s5_textwrap h2 {
    color: #091e42 !important;
}

.invest_s5_rightwrap {
    background-color: #0B081B;
    border-radius: 20px;
    grid-row-gap: 0;
    align-items: end
}

.invest_s5_cardwrap {
    background-color: unset;
    grid-row-gap: 0px;
}

.invest_s5_cardwrap h3 {
    font-size: 48px !important;
}

.invest_s6wrap {
    padding-left: 204px;
    padding-right: 480px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.invest_s5_line {
    height: 1px;
    width: 100%;
}

.invest_s6_mainwrap {
    padding: 48px 204px 80px 204px;
}

.invest_s6_mainwrap h3 {
    font-size: 24px;
}

.invest_s2_textright p {
    color: white;
    font-size: 16px;
}

.invest_s7 {
    align-items: flex-start;
}

.invest_offer {
    margin: 120px 204px;
}

.invest_offer h2 {
    text-align: left;
}

.offercard {
    display: flex;
    flex-direction: column;
    background-color: white;
    border-radius: 20px;
}

.offering_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    padding-top: 48px;
}

.offercard img {
    border-radius: 20px 20px 0 0;
}

.offer_title, .offer_details {
    padding-left: 32px;
    padding-top: 32px;
    padding-right: 48px;
}

.offer_title h3 {
    color: #091e42;
    padding-bottom: 8px;
}

.offer_title p {
    color: #304761;
}

.offer_details {
    padding-top: 28px;
    padding-bottom: 32px;
}

.offer_details_textwrap {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    /* padding-bottom: 11px; */
    border-top: 1px solid #e8e8e8;
}

.offer_details_textwrap p {
    /* font-size: 16px; */
    color: #304761;
}

.offer_details_textwrap p:nth-of-type(2) {
    font-weight: 600;
    color: #0B081B;
}

.offering_example {
    color: #304761;
    font-weight: 24px;
    text-align: center !important;
    padding: 48px 120px;
}

.invest_s8 {
    padding: 0 204px 120px 204px;
}

.invest_s8_cardcontainer {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    column-gap: 32px;
    padding-bottom: 32px;
}

.invest_s8_cardwrap {
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding-top: 32px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
}

.invest_s8_cardwrap p {
    padding-top: 16px;
    font-size: 16px;
    color: #304761;
    border-top: 1px solid #e8e8e8;
}

.invest_s8_cardwrap h3 {
    color: #091e42;
    padding-bottom: 16px;
}

.invest_s8_textwrap {
    display: flex;
    background-color: white;
    border-radius: 20px;
    padding: 36px 48px;
    column-gap: 32px;
    /* align-items: center; */
}

.invest_s8line {
    width: 2px;
    background-color: #e8e8e8;
}

.invest_s8_textwrap p {
    font-size: 16px;
    color: #304761;
}

.invest_s8_textwrap p:nth-of-type(1) {
    font-weight: 600;
    font-size: 18px;
    align-self: center;
}

.contact_us {
    padding: 0 204px 80px 204px;
    text-align: center;
}

.contact_us p {
    font-size: 20px;
    color: #304761;
    padding-top: 24px;
}

.contact_us a {
    color: #62CD81;
}

/* contact us */
.contact_s1_title {
    justify-content: center;
}

.contact_infowrap h3 {
    color: #091e42;
}

.contact_infowrap p {
    color: #304761;
}

.contact_info {
    background: white;
    display: flex;
    padding: 80px 204px;
    padding-bottom: 56px;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 72px;
}

.contact_infowrap {
    column-gap: 24px;
    display: flex;
    align-items: flex-start;
    /* flex-direction: column; */
}

.contact_infowrap img {
    width: 48px;
}

/* new form */

.form-step {
    display: none;
}

.form-step.active {
    display: block;
}

.progressbar {
    display: flex;
    justify-content: space-between;
    margin: 32px 320px;
    align-items: baseline;
}

.progressbar .step {
    width: 48px;
    height: 48px;
    border: 2px solid #62cd81;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
    color: #62cd81;
}

.step {
    display: flex;
    align-items: center;
    justify-content: center;
}

.progressbar .step.active {
    background: #62cd81;
    ;
    color: white;
}

.form-line {
    width: 30%;
}

.button_wrap {
    display: flex;
    column-gap: 32px;
}

.checkbox-wrap {
    display: flex;
    align-items: center;
    column-gap: 24px;
    margin-top: 32px;
}

input[type="checkbox"] {
    appearance: none;
    /* 去掉浏览器默认样式 */
    -webkit-appearance: none;
    -moz-appearance: none;

    width: 24px;
    /* 自定义尺寸 */
    height: 24px;
    border: 1px solid #cccccc;
    /* 边框颜色 */
    border-radius: 4px;
    /* 圆角 */
    cursor: pointer;
    position: relative;
}

input[type="checkbox"]:checked::after {
    content: "✔";
    font-size: 20px;
    color: #62CD81;
    position: absolute;
    left: 4px;
    top: 0px;
}

.email_consent {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    /* 宽度自定 */
}

.select-wrapper select {
    width: 100%;
    padding: 12px;
    /* 右边 48px 给箭头留空间 */
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-size: 16px;
    appearance: none;
    /* 去掉默认箭头 */
    -webkit-appearance: none;
    -moz-appearance: none;
}

/* 自定义箭头 */
.select-wrapper::after {
    content: "▼";
    font-size: 14px;
    color: #304761;
    position: absolute;
    right: 18px;
    /* 箭头距离边框的间隔 */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    /* 不挡点击 */
}

input.error, select.error, textarea.error {
    border: 1px solid rgb(243, 53, 53);
    background-color: #ffecec;
}

.form-name {
    display: flex;
    column-gap: 24px;
    align-items: flex-end;
}

.namewrapper {
    width: 100%;
}

.form-step-h2 {
    margin-bottom: 8px !important;
}

.form-step p {
    color: #1e2f47;
    padding-bottom: 0;
}

.mail-address {
    align-items: flex-end;
}

#postal_code {
    width: 48%;
}

.toggle-btn {
    padding: 10px 20px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 5px;
}

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

.btn-group {
    display: flex;
    width: 48%;
    align-items: flex-start;
}

#btn-yes, #btn-no {
    margin-top: 4px;
    padding: 10px 24px;
}

.toggle-btn {
    background: #62cd802b !important;
    border: 1px solid #62cd81 !important;
    color: #62CD81 !important;
}

.toggle-btn.active {
    background: #62CD81 !important;
    color: white !important;
    /* 选中时的颜色 */
    /* border-color: #a1887f; */
}

.form-name img, .info_mark img {
    padding-left: 6px;
    width: 24px;
    height: 24px;
    padding-top: 4px;
}

label {
    display: flex !important;
    align-items: center;
}

.sub-btn {
    background-color: #62CD81 !important;
}

.sub-btn:hover {
    background-color: #54d97a !important;
}

.step-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
}

.step-wrapper p {
    color: #091e42;
    font-weight: 600;
    text-align: center;
}

@media screen and (max-width: 1440px) {

    body {
        min-width: 1280px;
        max-width: 1440px;
    }

    .dotsteps {
        width: 76%;
        max-width: 930px;
    }

    .eclogo {
        width: 100px;
    }

    .navtitles {
        column-gap: 48px;
    }

    .sectionsix, .merchant_s7 {
        padding-right: 120px;
        padding-left: 120px;
    }

    .about_s2_titlewrap, .invest_offer, .merchant_s8, .about_banner {
        margin-right: 120px;
        margin-left: 120px;
    }

    .invest_s1_title {
        padding-top: 80px;
        padding-right: 0;
    }

    .invest_s1_title h2 {
        font-size: 36px;
    }

    .offering_container {
        gap: 32px;
    }

    .about_s2_titlewrap {
        padding-right: 64px;
        padding-left: 64px;
    }

}

@media screen and (max-width: 1280px) {

    body {
        min-width: 768px;
        max-width: 1280px;
    }

    .dotsteps {
        max-width: 900px;
    }

    .eclogo {
        width: 96px;
    }

    .navtitles {
        column-gap: 32px;
    }

    .nav-list-title, .nav-list-title a {
        font-size: 16px;
    }

    .contact_info, .about_s2imgwrap, .contact_us, .invest_s8, .invest_s6_mainwrap, .invest_s3, .invest_s2, .how_s10_container, .merchant_s9_wrap, .merchant_s7, .merchant_s5_cardwrap, .footer_wrap, .footer_copyright, .sectioneight, .sectionsix, #navbar, .sectiontwo, .head, .card, .sectionthree, .sfive, .sfive_cardwrap {
        padding-right: 120px;
        padding-left: 120px;
    }

    header {
        height: 760px;
    }

    .cardone_left {
        grid-row-gap: 14px;
    }

    .cardicon, .cardwrap img {
        width: 64px;
    }

    .titlewrap {
        flex-direction: column;
    }

    .s4imgwrap {
        grid-column-gap: 32px;
        grid-row-gap: 24px;
    }

    .sectionfour .titlewrap {
        padding-bottom: 32px;
    }

    .sectionsix .titlewrap {
        row-gap: 32px;
        align-items: flex-start;
    }

    .sectionseven {
        margin-left: 120px;
        margin-right: 120px;
        height: 516px;
        padding: 56px 64px;
    }

    .sectionseven img {
        max-height: 472px;
        bottom: 12px;
        left: 32px;
    }

    .titlewrap h2 {
        font-size: 32px;
    }

    .button.s7cta {
        padding: 16px 32px;
    }

    .sectionseven .titlewrap {
        justify-content: center;
    }

    .head h1 {
        font-size: 56px;
    }

    .merchant_s5_cardwrap {
        grid-template-columns: 1fr 1fr;
    }

    .cta-text {
        font-size: 16px;
    }

    .merchant_s8_container {
        padding-left: 106px;
        padding-right: 106px;
    }

    .merchant_s8_cta {
        padding-left: 12px;
        padding-right: 12px;
    }

    .merchant_s9_wrap {
        flex-direction: column;
    }

    .merchant_s9_card {
        width: 100%;
    }

    .merchant_s9_left {
        padding-bottom: 48px;
    }

    .how_s10_container {
        flex-direction: column;
    }

    .how_s10_container h2 {
        padding-bottom: 32px;
    }

    .invest_s1_title {
        padding-right: 0;
    }

    .invest_hero {
        padding-right: 120px !important;
    }

    .invest_s2 {
        flex-direction: column;
        row-gap: 48px;
        align-items: flex-start;
    }

    .invest_s5_textwrap {
        padding-bottom: 24px;
    }

    .invest_s6wrap {
        padding-left: 120px;
        padding-right: 240px;
    }

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

    .about_banner_imgright {
        right: 128px;
    }

}

@media screen and (max-width: 1280px) {

    body {
        min-width: 1080px;
        max-width: 1280px;
    }

    .cardone_right img {
        max-height: 429px;
        bottom: -53px;
    }

    .nav-list-title, .nav-list-title a {
        font-size: 14px;
    }

    .cardtwothree {
        flex-direction: column;
        row-gap: 32px;
    }

    .twoleft, .threeright {
        row-gap: 32px;
        width: 100%;
    }

    .merchant_s7 img {
        width: 320px;
    }

    .merchant_s8_container {
        padding-left: 64px;
        padding-right: 64px;
    }

    .offering_container {
        grid-template-columns: 1fr;
    }

}