.jOACPc {
    margin-bottom: 32px;
}
.eIMmgT, .eIMmgT * {
    box-sizing: border-box !important;
    outline: none !important;
}
.jxBVla {
    line-height: 1.32;
    text-wrap: balance;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    color: rgb(0, 10, 18);
    text-align: center;
}
.jEvBVx {
    margin-bottom: 20px;
}
.gybIiF {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 18px 24px 24px;
    background-color: rgb(250, 250, 250);
}
.fXNqIK {
    border-radius: 8px;
}
.eJbfvz {
    margin-right: 24px;
}
.jQvoWC {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    color: rgb(0, 10, 18);
    font-size: 20px;
}
.iwosRd {
    margin-right: 8px;
}
.crxwtP > div {
    width: inherit;
    height: inherit;
}
.fEZcxc svg {
    background: none;
}
.hiuJfK {
    line-height: 1.8em;
}
.igxRbY {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
}
.Xlyib {
    overflow: hidden;
    font-weight: 400;
    line-height: 1.8;
    align-self: flex-end;
    font-size: 12px;
    color: rgba(0, 10, 18, 0.5);
}
.eDjDjx {
    display: inline;
    margin-right: 6px;
}
.cusKyc {
    display: inline;
}
.locus-t-clientele {
    display: grid;
    justify-content: stretch;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}
.locus-t-clientele .clientele-item {
    position: relative;
    transition: background-color 0.1s ease 0s;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 24px;
    background-color: rgb(250, 250, 250);
    border: 1px solid transparent;
}
.locus-t-clientele .clientele-item .clientele-item-inner {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.clientele-item .clientele-rating {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}
.clientele-item .clientele-rating i {
    color: rgba(0, 10, 18, 0.2);
}
.clientele-item .clientele-rating i.active {
    color: rgb(235, 110, 0);
}
.crxwtP img, .crxwtP svg {
    display: block;
    object-fit: contain;
    height: 36px;
}
.clientele-text {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    position: relative;
    overflow: hidden;
    max-height: 69px;
    transition-duration: 0s !important;
}
.clientele-item.text-toggle-opened .clientele-text {
    max-height: 230px;
}
.clientele-add-more {
    display: inline-block;
    cursor: pointer;
    font-size: 16px;
    color: rgba(0, 10, 18, 0.5);
}
.clientele-add-more:hover, .clientele-title .clientele-title-heading:hover {
    text-decoration: underline;
}
.clientele-footer {
    flex-flow: column;
    max-width: 100%;
    margin: 0px auto;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.clientele-footer .clientele-thumbnail {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto 8px;
}
.clientele-footer .clientele-thumbnail a, .clientele-footer .clientele-thumbnail a img {
    display: block;
    width: 100%;
    height: auto;
}
.clientele-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.clientele-title .clientele-title-heading {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 6px;
}
.clientele-title .clientele-title-heading * {
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: inherit;
    color: inherit;
}
.clientele-title .clientele-title-heading:hover, .clientele-title .clientele-title-heading:hover * {
    color: #000a12!important;
}
.clientele-post-date {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px;
    line-height: 14px;
    color: rgb(0, 10, 18);
}
.es-load-more-button-container {
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
}
.es-load-more-button {
    position: relative;
    height: fit-content;
    width: fit-content;
    max-width: 100%;
    padding: 0px;
    line-height: 1.32;
    cursor: pointer;
    box-sizing: border-box;
    background: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-style: solid;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    line-height: 1.32;
    color: rgb(17, 17, 17);
    font-family: inherit;
    font-weight: bold;
    font-size: 13px;
    background-color: rgba(17, 17, 17, 0.05);
    border-width: 1px;
    transition: all 0.3s ease;
}
.es-load-more-button:hover {
    background-color: rgba(17, 17, 17, 0.1);
}
.es-load-more-button-text {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 51px;
    border-radius: calc(3px);
    background-color: rgba(0, 0, 0, 0);
}