.company-page-title h1 {
    text-align: center;
    color: #033137;
    font-weight: 700;
    font-size: 44px;
    max-width: 700px;
    margin: 0 auto;
    font-family: var(--poppins);
    line-height: 60px;
}
.company-page-title p{
    color: #387e80;
    font-size: 20px;
    font-weight: 700;
    margin: 5px auto 0;
    line-height: 1.5;
    text-align: center;
    font-family: var(--inter);
}
.aeo-summery .container {
    max-width: 1046px;
}
.aeo-summery {
    margin-top: 44px;
}
.aeo-summery h2 {
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 16px;
    font-family: var(--poppins);
}
.aeo-summery-form {
    border-radius: 22px;
    background: #31BDB7;
    padding: 25px 30px;
}

.aeo-summery-form h3 {
    color: #fff;
    font-size: 20px;
    margin: 0 0 7px;
    font-weight: 700;
    line-height: 30px;
    font-family: var(--inter);
    text-align: center;
}

.aeo-summery-form input {
    height: 38px;
    padding: 10px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
     font-family: var(--inter);
     font-weight: 400;
     font-size: 14px;
     color: #000;
}

.aeo-summery-form input::-webkit-input-placeholder {
  color: #7E7E7E;
}
.aeo-summery-form input::-moz-placeholder {
  color: #7E7E7E;
}
.aeo-summery-form input:-ms-input-placeholder {
  color: #7E7E7E;
}
.aeo-summery-form input:-moz-placeholder {
  color: #7E7E7E;
}
.aeo-summery-form button {
    height: 47px;
    width: 100%;
    border: none;
    background: #FFF100;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    font-family: var(--inter);
    transition: all .3s ease-in-out;
}
.aeo-summery-form button:hover {
   opacity: .8;
}
.aeo-summery-form p {
    margin: 10px 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    font-size: 8px;
    gap: 5px;
    font-family: var(--inter);
}
.aeo-summery-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}

.aeo-summery-right {
    flex: 1;
}

.aeo-summery-content p {
    color: var(--text);
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 34px 0;
    font-family: var(--inter);
}
.aeo-summery .aeo-summery-content h4,
.aeo-summery .aeo-summery-content a {
    color: #32beb8 !important;
    text-decoration: none;
    font-weight: 700;
    font-size: 18px;
    display: block;
    margin: 0;
}
.aeo-summery-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    line-height: 40px;
    margin: 0 0 32px;
    font-family: var(--poppins);
}

.aeo-summery-content ul {
    padding-left: 35px;
    margin: 0;
}

.aeo-summery-content ul, .aeo-summery-content ul li {
    list-style: disc;
}

/* .aeo-summery-content ul li + li {
    margin-top: 8px;
} */
.aeo-summery-content ul li{
     color: #535353;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    font-family: var(--inter);
}
p.blueBg {
    background-color: #32beb8;
    color: #fff;
    padding: 10px;
}

.company-table {
    border-radius: 18.6px;
    background: padding-box #fff;
    margin-top: 30px;
    overflow: hidden;
    border: 1px solid #E3E9E9;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.company-table-row {
    display: flex;
    justify-content: space-between;
}
.company-table-row h3 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    white-space: normal;
    word-break: break-word;
}
.company-table-fees.fees h3, .company-table-best-for h3 {
    color: #fff;
}
.company-table-name h4 {
    font-size: 16px;
    text-align: left;
    font-weight: 700;
    line-height: 22px;
     color: var(--black);
     font-family: var(--inter);
}
.company-table-row p {
    margin: 0;
    color: #747272;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    white-space: normal;
    word-break: break-word;
}
.company-table-row .company-table-name p{
     color: var(--black);
}
.collapsible-header,
.faq-inner .collapsible li .collapsible-body p a,
.faq-title h2 {
    color: var(--black);
}
.company-table-row + .company-table-row {
    border-top: 1px solid #E3E9E9;
}

.company-table-agent {
    background: #f6fcfc;
}
.company-table-buyer {
    background: #f4f4f4;
}
.company-table-sale {
    background: #fffde5;
}
.company-table-sale.table-item {
    justify-content: flex-start;
}
.company-table-row.top .company-table-sale.table-item {
    justify-content: center;
}
.company-table-sale p {
    text-align: left;
}
.company-table-row.top .table-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.company-table-row.top .company-table-name.table-item {
    justify-content: flex-start;
}
.company-table .table-item {
    text-align: left;
    padding: 10px 10px;
    flex: 1;
}
.company-table-name {
    justify-content: flex-start;
}
.company-table-agent.business {
    background: #32BEB8;
}
.company-table-agent.business h3{
    color: #fff;
}
.company-table-buyer.genuine {
    background: #E8E6E6;
}
.company-table-typical.typical {
    background: #FFF002;
}
.company-table-typical {
    background: #FFFDE5;
}
.company-table-fees.fees{
    background: #32BEB8;
}
.company-table-fees{
background: #F6FCFC;
}
.company-table-reviews.reviews{
    background: #E8E6E6;
}
.company-table-reviews{
    background: #F4F4F4;
}
.company-table-regulation.regulation{
     background: #FFF002;
}
.company-table-regulation{
     background: #FFFDE5;
}
.company-table-best-for{
    background: #32BEB8;
}
.company-table-best{
    background: #F6FCFC;
}
@media(min-width: 1025px){
   .company-table .table-item {
        flex: 1;
    }
    .company-table-name {
        max-width: 132px;
        width: 100%;
        justify-content: flex-start;
        flex: 0 0 132px;
    }
}


.springbok-box-wrap {
    max-width: 855px;
    margin: 0 auto;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.springbok-box {
    padding: 20px;
    flex: 1;
    text-align: center;
    background: #357D7F;
    min-width: 275px;
}
.springbok-box:nth-child(2) {
    background: #FFEF01;
}
.springbok-box:nth-child(3) {
    background: #31BDB7;
}

.springbok-box h3 {
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    line-height: 24px;
    font-family: var(--inter);
    margin: 6px 0 0px;
    color: #fff;
}

.springbok-box p {
    margin: 15px 0 0;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    font-family: var(--inter);
    color: #fff;
}
.springbok-box:nth-child(2) h3,
.springbok-box:nth-child(2) p {
    color: #000;
}
.list-wrap {
    display: flex;
    gap: 30px;
    margin: 42px 0;
}

.list-wrap .list-item {
    flex: 1;
}

.list-wrap .list-item h4 {
    margin-bottom: 15px;
}

.rank-table {
    border-radius: 18.6px;
    background: padding-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.rank-table-row {
    display: flex;
    justify-content: space-between;
}
.rank-table-row h3 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    line-height: 24px;
    white-space: normal;
    word-break: break-word;
}
.aeo-summery .aeo-summery-content .rank-table-row p a,
.rank-table-row p {
    margin: 0;
    color: var(--text) !important;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    line-height: 20px;
    white-space: normal;
    word-break: break-word;
}
.rank-table-row + .rank-table-row {
    border-top: 1px solid #E8E8E8;
}

.rank-table-agent {
    background: #f6fcfc;
}
.rank-table-buyer {
    background: #f4f4f4;
}
.rank-table-sale {
    background: #fffde5;
}
.rank-table-sale.table-item {
    justify-content: flex-start;
}
.rank-table-row.top .rank-table-sale.table-item {
    justify-content: center;
}
.rank-table-sale p {
    text-align: left;
}
.rank-table .table-item {
    flex: 1;
    min-height: 60px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.rank-table .rank-table-name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rank-table .rank-table-name h4 {
    color: #000 !important;
    font-weight: 400;
}
.rank-table-row.top .table-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rank-table-brand.brand {
background: #32BEB8;
}
.rank-table-brand.brand h3 {
    color: #fff;
}
.rank-table-brand {
background: #F6FCFC;
}
.rank-table-website.website{
    background: #E8E6E6;
}
.rank-table-website {
    background: #F4F4F4;
}
.rank-table-legal.legal{
    background: #FFF002;
}
.rank-table-legal {
    background: #FFFDE5;
    max-width: 200px;
    width: 100%;
}
@media(min-width: 1025px){
    .mobile-lg{
       display: none; 
    }
    .rank-table .rank-table-name {
        max-width: 90px;
        width: 100%;
    }
    .rank-table-brand.table-item {
        max-width: 145px;
        width: 100%;
    }
    .rank-table-website {
        max-width: 215px;
        width: 100%;
    }
}
@media(max-width: 1024px){
    .desktop-lg{
       display: none; 
    }
    .rank-table .table-item {
        padding: 10px 10px;
    }
    .mobile-lg + .mobile-lg{
        margin-top: 30px;
    }
    .regulation-inner{
        margin-bottom: 30px;
    }
}




.incorporation-inner {
    margin: 50px 0;
}
.incorporation-table {
    border-radius: 18.6px;
    background: padding-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.incorporation-table-row {
    display: flex;
    justify-content: space-between;
}
.incorporation-table-row.top .table-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.incorporation-table-row h3 {
    margin: 0px;
    color: var(--black);
    font-size: 16px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    line-height: 20px;
    white-space: normal;
    word-break: break-word;
}
.incorporation-table-row p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    line-height: 20px;
    white-space: normal;
    word-break: break-word;
}
.incorporation-table-row + .incorporation-table-row {
    border-top: 1px solid #E8E8E8;
}
.incorporation-table-cash.cash h3,
.incorporation-table-latest.latest h3{
    color: #fff;
}
.incorporation-table-agent {
    background: #f6fcfc;
}
.incorporation-table-buyer {
    background: #f4f4f4;
}
.incorporation-table-sale {
    background: #fffde5;
}
.incorporation-table-sale.table-item {
    justify-content: flex-start;
}
.incorporation-table-row.top .incorporation-table-sale.table-item {
    justify-content: center;
}
.incorporation-table-sale p {
    text-align: left;
}
.incorporation-table .table-item {
    flex: 1;
    min-height: 60px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.incorporation-table .incorporation-table-name {
    max-width: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.incorporation-table .incorporation-table-name h4 {
    color: #000 !important;
    font-weight: 400;
}
.incorporation-table-brand.table-item {
    max-width: 130px;
    width: 100%;
    flex: 0 0 130px;
}
.incorporation-table-brand.brand {
background: #32BEB8;
}
.incorporation-table-brand.brand h3 {
    color: #fff;
}
.incorporation-table-brand {
background: #F6FCFC;
}
.incorporation-table-incorporation.incorporation{
    background: #E8E6E6;
}
.incorporation-table-incorporation {
    background: #F4F4F4;
}
.incorporation-table-accounts.accounts{
    background: #FFF002;
}
.incorporation-table-accounts {
    background: #FFFDE5;
}
.incorporation-table-latest.latest{
    background: #32BEB8;
}
.incorporation-table-latest {
    background: #F6FCFC;
}
.incorporation-table-assets.assets{
    background: #E8E5E5;
}
.incorporation-table-assets {
    background: #F4F4F4;
}
.incorporation-table-net.net{
    background: #FFF002;
}
.incorporation-table-net {
    background: #FFFDE5;
}
.incorporation-table-cash.cash{
    background: #32BEB8;
}
.incorporation-table-cash {
    background: #F6FCFC;
}
.incorporation-table-property.property{
    background: #E8E5E5;
}
.incorporation-table-property {
    background: #F4F4F4;
}
@media(min-width:1025px){
    .incorporation-table-property {
        max-width: 200px;
        width: 100%;
    }
    .incorporation-table-accounts,
    .incorporation-table-cash,
    .incorporation-table-net,
    .incorporation-table-assets,
    .incorporation-table-latest {
        max-width: 200px;
        width: 100%;
    }
    .incorporation-table-incorporation {
        max-width: 215px;
        width: 100%;
    }
}


.regulation-inner.desktop-lg {
    margin-bottom: 50px;
}
.regulation-table {
    border-radius: 18.6px;
    background: padding-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.regulation-table-row {
    display: flex;
    justify-content: space-between;
}
.regulation-table-row.top .table-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.regulation-table-row h3 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    white-space: normal;
    word-break: break-word;
    line-height: 24px;
}
.aeo-summery .aeo-summery-content  .regulation-table-row p a,
.regulation-table-row p {
    margin: 0;
    color: var(--text) !important;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    line-height: 20px;
    white-space: normal;
    word-break: break-word;
}
.regulation-table-row + .regulation-table-row {
    border-top: 1px solid #E8E8E8;
}

.regulation-table-agent {
    background: #f6fcfc;
}
.regulation-table-buyer {
    background: #f4f4f4;
}
.regulation-table-sale {
    background: #fffde5;
}
.regulation-table-sale.table-item {
    justify-content: flex-start;
}
.regulation-table-row.top .regulation-table-sale.table-item {
    justify-content: center;
}
.regulation-table-sale p {
    text-align: left;
}
.regulation-table .table-item {
    flex: 1;
    padding: 10px 10px;
    display: flex;
    align-items: center;
}
.regulation-table-registered.table-item,
.regulation-table-member.table-item,
.regulation-table-napb.table-item {
    justify-content: center;
}
.regulation-table .regulation-table-name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.regulation-table .regulation-table-name h4 {
    color: #000 !important;
    font-weight: 400;
}

.regulation-table-brand.brand {
background: #32BEB8;
}
.regulation-table-brand.brand h3 {
    color: #fff;
}
.regulation-table-brand {
background: #F6FCFC;
}

.regulation-table-profile.profile{
    background: #FFF002;
}
.regulation-table-profile {
    background: #FFFDE5;
}

.regulation-table-napb.napb{
    background: #E8E6E6;
}
.regulation-table-napb {
    background: #F4F4F4;
}
.regulation-table-registered.registered{
    background: #32BEB8;
}
.regulation-table-registered {
    background: #F6FCFC;
}
.regulation-table-registered.registered h3 {
    color: #fff;
}
@media(min-width:1025px){
    .regulation-table-profile.table-item {
        max-width: 380px;
        flex: 0 0 380px;
        width: 100%;
    }
    .regulation-table-brand.table-item {
        max-width: 145px;
        width: 100%;
    }
    .regulation-table .regulation-table-name {
        max-width: 90px;
        width: 100%;
    }
    
}
@media(max-width:1025px){
.regulation-table .table-item{
        padding: 10px 10px;
    }
}

.coverage-table {
    border-radius: 18.6px;
    background: padding-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.coverage-table-row {
    display: flex;
    justify-content: space-between;
}
.coverage-table-row h3 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    line-height: 23px;
    white-space: normal;
    word-break: break-word;
}
.coverage-table-row p {
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    line-height: 20px;
    white-space: normal;
    word-break: break-word;
}
.coverage-table-row + .coverage-table-row {
    border-top: 1px solid #E8E8E8;
}
.coverage-table-row.top .table-item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coverage-table-funds.funds h3 {
    color: #fff;
}
.coverage-table-agent {
    background: #f6fcfc;
}
.coverage-table-buyer {
    background: #f4f4f4;
}
.coverage-table-sale {
    background: #fffde5;
}
.coverage-table-sale.table-item {
    justify-content: flex-start;
}
.coverage-table-row.top .coverage-table-sale.table-item {
    justify-content: center;
}
.coverage-table-sale p {
    text-align: left;
}
.coverage-table .table-item {
    flex: 1;
    min-height: 60px;
    padding: 10px 10px;
}
.coverage-table .coverage-table-name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.coverage-table .coverage-table-name h4 {
    color: #000 !important;
    font-weight: 400;
}

.coverage-table-brand.brand {
background: #32BEB8;
}
.coverage-table-brand.brand h3 {
    color: #fff;
}
.coverage-table-brand {
background: #F6FCFC;
}
.coverage-table-typical.typical{
    background: #E8E6E6;
}
.coverage-table-typical {
    background: #F4F4F4;
}
.coverage-table .table-item p{
    justify-content: center;
    text-align: center;
}
.coverage-table-brand.table-item p {
    justify-content: flex-start;
    text-align: left;
}
.coverage-table-completion.completion{
    background: #FFF002;
}
.coverage-table-completion {
    background: #FFFDE5;
}
.coverage-table-funds.funds{
    background: #32BEB8;
}
.coverage-table-funds {
    background: #F6FCFC;
}
.coverage-table-risk.risk{
    background: #E8E5E5;
}
.coverage-table-risk {
    background: #F4F4F4;
}
.coverage-table-coverage.coverage{
    background: #FFF002;
}
.coverage-table-coverage {
    background: #FFFDE5;
}

@media(min-width:1025px){
   .coverage-table-coverage {
        max-width: 200px;
        width: 100%;
    } 
    .coverage-table-risk {
        max-width: 200px;
        width: 100%;
    }
    .coverage-table-funds {
        max-width: 200px;
        width: 100%;
    }
    .coverage-table-completion {
        background: #FFFDE5;
        max-width: 200px;
        width: 100%;
    }
    .coverage-table-typical {
        max-width: 215px;
        width: 100%;
    }
    .coverage-table-brand.table-item {
        max-width: 145px;
        width: 100%;
    }
    .coverage-table .coverage-table-name {
        max-width: 90px;
        width: 100%;
    }
}




.review-table {
    border-radius: 18.6px;
    background: padding-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.review-table-row {
    display: flex;
    justify-content: space-between;
}
.review-table-row h3 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    white-space: normal;
    word-break: break-word;
    line-height: 24px;
}
.aeo-summery .aeo-summery-content .review-table-row p a,
.review-table-row p {
    margin: 0;
    color: var(--text) !important;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    line-height: 20px;
    white-space: normal;
    word-break: break-word;
}
.review-table-row + .review-table-row {
    border-top: 1px solid #E8E8E8;
}

.review-table-agent {
    background: #f6fcfc;
}
.review-table-buyer {
    background: #f4f4f4;
}
.review-table-sale {
    background: #fffde5;
}
.review-table-sale.table-item {
    justify-content: flex-start;
}
.review-table-row.top .review-table-sale.table-item {
    justify-content: center;
}
.review-table-sale p {
    text-align: left;
}
.review-table .table-item {
    flex: 1;
    min-height: 60px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-table-review-reviews.table-item p {
    font-weight: 600;
}
.review-table  .review-table-review-linkn.table-item {
    justify-content: flex-start;
}
.review-table-brand.table-item {
    justify-content: flex-start;
}
.review-table .review-table-name {
    max-width: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.review-table .review-table-name h4 {
    color: #000 !important;
    font-weight: 400;
}

.review-table-brand.brand {
background: #32BEB8;
}
.review-table-brand.brand h3 {
    color: #fff;
}
.review-table-brand {
background: #F6FCFC;
}
.review-table-review-reviews.review-reviews{
    background: #E8E6E6;
}
.review-table-review-reviews {
    background: #F4F4F4;
}
.review-table-review-link.review-link{
    background: #FFF002;
    justify-content: flex-start;
}
.review-table-review-link {
    background: #FFFDE5;
}
.review-table-review-reviews p {
    justify-content: center;
    text-align: center;
}
.review-inner {
    margin-bottom: 50px;
}
.member-box-wrap {
    display: flex;
    gap: 15px;
}

.member-box {
    text-align: center;
    flex: 1;
}

.member-box span {
    display: block;
}
@media(min-width:1025px){
.review-table-review-reviews {
    max-width: 215px;
    width: 100%;
}
.review-table-brand.table-item {
    max-width: 145px;
    width: 100%;
}
}


.limitations-highlighted-table {
    border-radius: 18.6px;
    background: padding-box;
    overflow: hidden;
    border: 1px solid #E8E8E8;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / .3);
}
.limitations-highlighted-table-row {
    display: flex;
    justify-content: space-between;
}
.limitations-highlighted-table-row h3 {
    margin: 0;
    color: var(--black);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--inter);
    text-align: center;
    white-space: normal;
    word-break: break-word;
}
.aeo-summery-content .sellers-page-wrap .limitations-highlighted-table-row ul{
    margin-bottom: 0;
}
.limitations-highlighted-table-row ul li {
    margin: 0;
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--inter);
    text-align: left;
    line-height: 26px;
}
.limitations-highlighted-table-row ul li + li{
    margin-top: 10px;
}
.limitations-highlighted-table-row p {
    margin: 0;
    color: var(--text);
    font-size: 16px;
    font-weight: 400;
    font-family: var(--inter);
    display: flex;
    align-items: center;
    gap: 5px;
    text-align: left;
    line-height: 26px;
    white-space: normal;
    word-break: break-word;
}
.limitations-highlighted-table-row + .limitations-highlighted-table-row {
    border-top: 1px solid #E8E8E8;
}

.limitations-highlighted-table-agent {
    background: #f6fcfc;
}
.limitations-highlighted-table-buyer {
    background: #f4f4f4;
}
.limitations-highlighted-table-sale {
    background: #fffde5;
}
.limitations-highlighted-table-sale.table-item {
    justify-content: flex-start;
}
.limitations-highlighted-table-row.top .limitations-highlighted-table-sale.table-item {
    justify-content: center;
}
.limitations-highlighted-table-sale p {
    text-align: left;
}
.limitations-highlighted-table .table-item {
    flex: 1;
    min-height: 60px;
    padding: 10px 10px;
}
.limitations-highlighted-table-row.top .table-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}
.limitations-highlighted-table .limitations-highlighted-table-name {
    max-width: 90px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.limitations-highlighted-table .limitations-highlighted-table-name h4 {
    color: #000 !important;
    font-weight: 400;
}.limitations-highlighted-table-row .table-item + .table-item {
    border-left: 1px solid #E8E8E8;
}

.limitations-highlighted-table-brand.brand {
background: #32BEB8;
}
.limitations-highlighted-table-brand.brand h3 {
    color: #fff;
}

.limitations-highlighted-table-highlighted.highlighted{
    background: #E8E6E6;
}
.limitations-highlighted-table-highlighted {
    background: #FFFFFF;
}
.limitations-highlighted-table-suited.suited{
    background: #FFF002;
}
.limitations-highlighted-table-suited {
    background: #fff;
}

.aeo-summery-content  .top-margin{
    margin-top: 50px;
}
.aeo-summery-content  .bottom-margin{
    margin-bottom: 50px;
}
.limitations-highlighted-inner {
    margin-bottom: 50px;
}

.faq-inner {
    margin-bottom: 50px;
}
.faq-title h2 {
    font-family: var(--poppins);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    color: var(--black);
    margin: 0;
    line-height: 1.3;
}
.faq-title p {
    color: #535353;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 400;
    font-family: var(--inter);
}
.faq-title p {
    margin: 17px 0 0;
}
.collapsible-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    font-size: 20px;
    font-family: var(--inter);
    color: var(--black);
    font-weight: 700;
    padding: 0;
    line-height: 1.3;
    background: 0 0;
}
.collapsible-header i {
    transition: transform 0.3s;
}
.faq-inner .collapsible {
    box-shadow: none;
    border: none;
}
.faq-inner .collapsible li {
    margin: 20px auto 0;
    min-height: 83px;
    padding: 18px 32px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10.2px;
    background: var(--white);
    background-clip: padding-box;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
}
.faq-inner .collapsible li .collapsible-body {
    border: none;
}
.faq-inner .collapsible li .collapsible-body p {
    padding: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    color: var(--black);
    font-family: var(--inter);
    font-weight: 400;
    line-height: 25px;
}
.faq-inner .collapsible li .collapsible-body p a {
    color: var(--black);
}
.faq-inner .collapsible li .collapsible-body p + p {
    margin-top: 1rem;
}
.faq-inner .collapsible li .collapsible-header i {
    color: #676767;
    font-size: 40px;
    margin-right: 0;
}
.bg-yollow, .faq-inner .collapsible li.active {
    background: var(--yollow);
}
.sellers-page-wrap p {
    margin-top: 10px;
}
.aeo-summery-content .sellers-page-wrap ul{
    margin-bottom: 38px;
}
.aeo-summery-content.aeo-summery-content-alt p {
    margin-top: 10px;
}
.aeo-summery-content.aeo-summery-content-alt ul{
   margin-bottom: 38px;
}
.benefits {
    margin-top: 50px;
}
@media(max-width:1024px){
    .company-page-title h1 {
        font-size: 32px;
        line-height: 50px;
    }
    .company-page-title p {
        font-size: 16px;
    }
    .aeo-summery h2{
        text-align: center;
        font-size: 24px;
        line-height: 30px;
    }
    .aeo-summery-inner {
        flex-direction: column;
    }
    .aeo-summery-right {
        flex: 0 0 100%;
        max-width: 600px;
        width: 100%;
    }
    .aeo-summery-content p {
        font-size: 16px;
        line-height: 28px;
        margin: 20px 0;
    }
    .aeo-summery-content ul li{
        font-size: 16px;
        line-height: 28px;
    }
    .aeo-summery-content h3 {
        font-size: 24px;
        line-height: 30px;
        margin: 0 0 20px;
    }
    .aeo-summery-content .springbok-box h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 6px 0 0;
    }
    .aeo-summery-content .springbok-box p {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 22px;
    }
    .aeo-summery-content .table-item h3{
        margin-bottom: 0;
    }
    .company-table-row h3,
    .aeo-summery-content .limitations-highlighted-table-row h3,
    .aeo-summery-content .review-table-row h3,
    .aeo-summery-content .coverage-table-row h3,
    .aeo-summery-content .regulation-table-row h3,
    .aeo-summery-content .rank-table-row h3,
    .aeo-summery-content .incorporation-table-row h3
     {
        font-size: 18px;
        line-height: 24px;
    }
    .company-table-row p,
    .aeo-summery-content .limitations-highlighted-table-row p,
    .aeo-summery-content .review-table-row p,
    .aeo-summery-content .coverage-table-row p,
    .aeo-summery-content .regulation-table-row p,
    .aeo-summery .aeo-summery-content  .regulation-table-row p a,
    .aeo-summery-content .rank-table-row p,
    .aeo-summery .aeo-summery-content .rank-table-row p a,
    .aeo-summery-content .incorporation-table-row p
    {
        margin: 0;
        font-size: 14px;
        line-height: 20px
    }
    .limitations-highlighted-inner {
        margin-bottom: 30px;
    }
    .faq-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .incorporation-inner {
        margin:30px 0;
    }
    .aeo-summery .aeo-summery-content h4, .aeo-summery .aeo-summery-content a {
        font-size: 16px;
    }
    .company-table .table-item,
    .incorporation-table .table-item,
    .review-table .table-item,
    .rank-table .table-item,
    .limitations-highlighted-table .table-item {
        min-height: 50px;
    }
    .limitations-highlighted-table-row ul li + li {
        margin-top: 5px;
    }
    .aeo-summery-content .table-item ul{
        margin-bottom: 0;
    }
    .aeo-summery-content .sellers-page-wrap ul {
        margin-bottom: 20px;
    }
}
@media(max-width:767px){
    .benefits {
        margin-top: 0;
    }
    .company-page-title h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .aeo-summery h2{
        text-align: center;
        font-size: 20px;
        line-height: 26px;
    }
    .aeo-summery-form {
        border-radius: 16px;
        padding: 20px 20px;
    }
    .aeo-summery-content p {
        font-size: 14px;
        line-height: 24px;
        margin: 15px 0;
    }
    .aeo-summery-content ul {
        padding-left: 25px;
    }
    .aeo-summery-content ul li {
        font-size: 14px;
        line-height: 24px;
    }
    
    .aeo-summery .aeo-summery-content h4, .aeo-summery .aeo-summery-content a {
        font-size: 16px;
    }
    .list-wrap {
        margin: 30px 0;
        flex-direction: column;
    }
    .rank-table-name,
    .rank-table-row.top .rank-table-name.table-item {
        flex: 0 0 70px;
        max-width: 70px;
    }
    .aeo-summery-content .springbok-box h3 {
        font-size: 18px;
        line-height: 24px;
        margin: 6px 0 0;
    }
    .aeo-summery-content .springbok-box p {
        margin: 10px 0 0;
        font-size: 14px;
        line-height: 22px;
    }
    .aeo-summery-content .table-item h3{
        margin-bottom: 0;
    }
    .company-table-row h3,
    .aeo-summery-content .limitations-highlighted-table-row h3,
    .aeo-summery-content .review-table-row h3,
    .aeo-summery-content .coverage-table-row h3,
    .aeo-summery-content .regulation-table-row h3,
    .aeo-summery-content .rank-table-row h3,
    .aeo-summery-content .incorporation-table-row h3
     {
        font-size: 16px;
        line-height: 22px;
    }
    .company-table-row p,
    .aeo-summery-content .limitations-highlighted-table-row p,
    .aeo-summery-content .review-table-row p,
    .aeo-summery-content .coverage-table-row p,
    .aeo-summery-content .regulation-table-row p,
    .aeo-summery .aeo-summery-content  .regulation-table-row p a,
    .aeo-summery-content .rank-table-row p,
    .aeo-summery .aeo-summery-content .rank-table-row p a,
    .aeo-summery-content .incorporation-table-row p
    {
        margin: 0;
        font-size: 14px;
        line-height: 20px
    }
    .limitations-highlighted-inner {
        margin-bottom: 30px;
    }
    .faq-title p {
        font-size: 16px;
        line-height: 24px;
    }
    .incorporation-inner {
        margin:30px 0;
    }
    .member-box-wrap {
        gap: 20px;
        flex-direction: column;
    }
    .aeo-summery-content .sellers-page-wrap ul {
        margin-bottom: 15px;
    }
    .collapsible-header {
    font-size: 20px;
    }
    .faq-inner .collapsible li .collapsible-body p+p {
        margin-top: 2rem;
    }
}

@media(max-width:575px){
    .faq-inner .collapsible li {
        min-height: 70px;
        padding: 15px 20px;
    }
    .collapsible-header {
        font-size: 18px;
    }
    .aeo-summery-content h3 {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 15px;
    }
}