#hero {
    padding: 100px 0;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

#hero .content h1 {
color: #1A1A2E;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px; /* 111.765% */
    margin-bottom: 24px;
}

#hero .content h1 strong {
    color: #00A155;
font-family: "Proxima-Nova";
font-size: 51px;
font-style: normal;
font-weight: 700;
line-height: 57px;
}

#hero .content p {
color: #4A5568;
font-family: "Niveau-Grotesk";
font-size: 21px;
font-style: normal;
font-weight: 400;
line-height: 29.25px; /* 139.286% */
    margin-bottom: 0;
}

#hero .content .click {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    #hero {
        background-position: center right 30%;
    }
}

@media (max-width: 767px) {
    #hero {
        background-position: center right 24%;
    }
}

#textCenter {
    padding: 100px 0;
    background: #FFF;
}

#textCenter .content {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
}

#textCenter .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    /* 142.857% */
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 12px;
}

#textCenter .content h2 {
    color: #101828;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */
    margin-bottom: 20px;
}

#textCenter .content h2 strong {
    color: #F7710D;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
}

#textCenter .content p {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    /* 155.556% */
    margin-bottom: 24px;
}
#textCenter .content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #textCenter {
        padding: 50px 0;
    }
}

#process {
    padding: 0px 0 100px;
}

#process .row > div {
    display: flex;
}

#process .item {
    width: 100%;
    min-height: 286px;
    padding: 32px;
    border: 1px solid #E3E3E3;
    border-radius: 16px;
}

#process .number {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
border-radius: 16px;
background: rgba(0, 161, 85, 0.08);
color: #00A155;
text-align: center;
font-family: "Proxima-Nova";
font-size: 26px;
font-style: normal;
font-weight: 700;
line-height: 26px; /* 100% */
    margin-bottom: 24px;
}

#process .row > div:nth-child(even) .number {
    color: rgba(247, 113, 13, 1);
background: #FFF2EA;
}

/* --------- */
#process .content h2 {
color: #1A1A1A;
font-family: "Proxima-Nova";
font-size: 20px;
font-style: normal;
font-weight: 700;
line-height: 28px; /* 140% */
    margin-bottom: 16px;
}

/* --------- */
#process .content p {
color: rgba(26, 26, 26, 0.70);
font-family: "Niveau-Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 26px; /* 173.333% */
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    #process .item {
        min-height: 310px;
    }
}

@media (max-width: 991px) {
    #process .item {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    #process {
        padding: 50px 0;
    }

    #process .item {
        padding: 24px;
        border-radius: 14px;
    }

    #process .number {
        width: 50px;
        height: 50px;
        font-size: 22px;
        margin-bottom: 20px;
    }

    #process .content h2 {
        font-size: 19px;
        line-height: 25px;
        margin-bottom: 12px;
    }

    #process .content p {
        font-size: 15px;
        line-height: 24px;
    }
}

#cta {
    padding: 50px 0;
    background: linear-gradient(315deg, #F9E213 0%, #F7710D 100%);
}

#cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

#cta .content {
    max-width: 760px;
}

#cta .content .tag {
    color: rgba(122, 53, 0, 0.70);
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
letter-spacing: 1.4px;
text-transform: uppercase;
    margin-bottom: 10px;
}

#cta .content h2 {
color: #000;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px; /* 111.111% */
letter-spacing: -0.36px;
}

#cta .content h2 strong {
    color: #FFF;
font-family: "Proxima-Nova";
font-size: 36px;
font-style: normal;
font-weight: 700;
line-height: 40px;
letter-spacing: -0.36px;
}

#cta .click {
    margin-top: 0;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    #cta .wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }
}

#reach {
    padding: 100px 0;
}
#reach .content {
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
}
#reach .tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 16px;
    background: #FFF2EA;
    border-radius: 30px;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#reach .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}
#reach .content h2 strong {
    color: #00A868;
    font-weight: 700;
}
#reach .content p {
    color: rgba(26, 26, 26, 0.7);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 0;
}
#reach .content p + p {
    margin-top: 30px;
}
#reach .stat-col {
    max-width: 300px;
    margin-top: 100px;
}
#reach .item {
    width: 100%;
    min-height: 200px;
    padding: 34px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #F7F8F9;
    border: 1px solid #E8E9EA;
    border-radius: 16px;
}
#reach .icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF0E7;
    border-radius: 50%;
    margin-bottom: 15px;
}
#reach .icon img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    display: block;
}
#reach .number {
    color: #F7710D;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 10px;
}
#reach .stat-col:nth-of-type(odd) .icon {
    background: #E9F7F2;
}
#reach .stat-col:nth-of-type(odd) .number {
    color: #00a155;
}
#reach .label {
    color: #4A5565;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
#reach .click {
    margin-top: 65px;
    text-align: center;
}
#reach .click .btn {
    margin: 0 auto;
}
@media (max-width: 1200px) {
    #reach .stat-col {
        max-width: 50%;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    #reach {
        padding: 50px 0;
    }
    #reach .tag {
        margin-bottom: 18px;
    }
    #reach .content h2 {
        font-size: 36px;
        line-height: 41px;
    }
    #reach .content p {
        font-size: 15px;
        line-height: 24px;
    }
    #reach .content p + p {
        margin-top: 24px;
    }
    #reach .stat-col {
        max-width: 100%;
        margin-top: 32px;
    }
    #reach .item {
        min-height: 180px;
    }
    #reach .click {
        margin-top: 40px;
    }
}

#comparison {
    padding: 100px 0;
}

#comparison .content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

#comparison .tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 16px;
    background: #FFF2EA;
    border-radius: 30px;
color: #F7710D;
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
    margin-bottom: 22px;
}

/* --------- */
#comparison .content h2 {
color: #1A1A1A;
text-align: center;
font-family: "Proxima-Nova";
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: 48px; /* 100% */
letter-spacing: -0.48px;
    margin-bottom: 20px;
}

#comparison .content h2 strong {
    color: #F36C0A;
    font-weight: 700;
}

/* --------- */
#comparison .content p {
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px; /* 155.556% */
    margin-bottom: 0;
}

#comparison .table-responsive {
    margin-top: 65px;
}

#comparison table {
    width: 100%;
    min-width: 850px;
    border-collapse: collapse;
    table-layout: fixed;
}

#comparison .aspect-col {
    width: 25%;
}

#comparison .ashbury-col,
#comparison .other-col {
    width: 37.5%;
}

#comparison thead th {
    padding: 14px 20px;
    background: #F6F7F8;
    border-right: 4px solid #fff;
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 28px; /* 155.556% */
    text-align: center;
}

#comparison thead th:last-child {
    border-right: 0;
}

#comparison tbody th,
#comparison tbody td {
    padding: 28px 32px;
    border-bottom: 1px solid #DADDE0;
color: rgba(26, 26, 26, 0.70);
text-align: center;
font-family: "Niveau-Grotesk";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 150% */
    vertical-align: middle;
}

#comparison tbody th {
    text-align: center;
}

/* --------- */
#comparison tbody td p {
    margin-bottom: 0;
}

#comparison tbody tr:last-child th,
#comparison tbody tr:last-child td {
    border-bottom: 0;
}

#comparison .click {
    margin-top: 65px;
    text-align: center;
}

#comparison .click .btn{
    margin: 0 auto;
}

@media (max-width: 1200px) {
    #comparison .content {
        max-width: 780px;
    }
}

@media (max-width: 767px) {
    #comparison {
        padding: 50px 0;
    }

    #comparison .tag {
        margin-bottom: 18px;
    }

    #comparison .content h2 {
        font-size: 36px;
        line-height: 41px;
    }

    #comparison .content p {
        font-size: 15px;
        line-height: 24px;
    }

    #comparison .table-responsive {
        margin-top: 40px;
    }

    #comparison tbody th,
    #comparison tbody td {
        padding: 22px 24px;
    }

    #comparison .click {
        margin-top: 40px;
    }
}

/* =======================================================
FAQS
=======================================================*/
#faqs {
    padding: 100px 0;
    background: #FFF;
}
#faqs .content {
    max-width: 760px;
    margin: 0 auto 70px;
    text-align: center;
}
#faqs .content .tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    background: #FFF1E8;
    margin-bottom: 22px;
}
#faqs .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
    margin-bottom: 0;
}
#faqs .content h2 strong {
    color: #00A155;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
}
#faqs .accordion {
    margin: 0 auto;
}
#faqs .accordion-item {
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background: transparent;
}
#faqs .accordion-header {
    margin-bottom: 0;
}
#faqs .accordion-button {
    align-items: center;
    gap: 34px;
    color: #101828;
    font-family: "Proxima-Nova";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    text-transform: capitalize;
    padding: 24px 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
#faqs .accordion-button p {
    margin: 0;
}
#faqs .accordion-button::after {
    display: none;
}
#faqs .accordion-button:focus {
    box-shadow: none;
}
#faqs .accordion-button .icon {
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 11px;
    line-height: 1;
    border-radius: 4px;
    background: #00A85A;
}
#faqs .accordion-button .plus {
    display: none;
}
#faqs .accordion-button .minus {
    display: block;
}
#faqs .accordion-button.collapsed .plus {
    display: block;
}
#faqs .accordion-button.collapsed .minus {
    display: none;
}
#faqs .accordion-body {
    padding: 0 0 24px 56px;
}
#faqs .accordion-body p,
#faqs .accordion-body li {
    color: #4A5565;
    font-family: "Niveau-Grotesk";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.75px;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    #faqs .accordion-body {
        padding-left: 40px;
    }
}

#started {
    padding: 100px 0;
    background: linear-gradient(135deg, #F8F9FA 0%, #FFF 50%, rgba(0, 161, 85, 0.3) 100%);
}
#started .content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}
#started .tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 16px;
    background: #FFF0E7;
    border-radius: 30px;
    color: #F7710D;
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
#started .content h2 {
    color: #1A1A1A;
    text-align: center;
    font-family: "Proxima-Nova";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: -0.48px;
    margin-bottom: 20px;
}
#started .content h2 strong {
    color: #00a155;
    font-weight: 700;
}
#started .content p {
    max-width: 760px;
    color: rgba(26, 26, 26, 0.7);
    text-align: center;
    font-family: "Niveau-Grotesk";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0 auto;
}
#started .click {
    margin-top: 40px;
}
#started .click .btn {
    margin: 0 auto;
}
@media (max-width: 767px) {
    #started {
        padding: 50px 0;
    }
    #started .tag {
        margin-bottom: 18px;
    }
    #started .content h2 {
        font-size: 36px;
        line-height: 41px;
    }
    #started .content p {
        font-size: 15px;
        line-height: 24px;
    }
}

/* =======================================================
Map Wrap
=======================================================*/
#how_map {
    background: #F6F6F6;
    position: relative;
    overflow-y: hidden;
}
#how_map .inner{
    display: flex;
    justify-content: center;
}
#map,
#map *,
#map svg {
    max-height: 700px !important;
    min-height: 0 !important;
    overflow: visible !important;
}