/* Expert CTA Block Styles */
.expert-cta {
    background-color: #FAF4E7;
}
.expert-cta__description,.expert-cta__title{line-height:normal;text-wrap:balance;text-align:center}.expert-cta{padding:60px 0}.expert-cta__content{display:flex;flex-direction:column;align-items:center;justify-content:center}.expert-cta__title{color:var(--dark-main,#2d4059);font-family:"GT Flexa";font-size:26px;font-weight:700;letter-spacing:-.784px;text-transform:capitalize;margin:0 0 11px}.expert-cta__description{color:#666;font-family:Nunito;font-size:15px;font-weight:400;margin:0;width:100%;max-width:380px}.expert-cta__buttons{display:flex;gap:12px;margin-top:24px;justify-content:center;align-items:center;flex-wrap:wrap}a.expert-cta__button{display:flex;max-width:310px;width:100%;height:auto;padding:11px 15px;margin:0;justify-content:center;align-items:center;gap:4px;color:var(--Main-White,#fff);border-radius:6px;text-align:center;font-family:"Open Sans";font-size:15px;font-style:normal;font-weight:700;line-height:22.4px;letter-spacing:.093px;transition:.3s}a.expert-cta__button:hover{box-shadow:0 4px 16px rgba(0,0,0,.15);color:#fff}@media (max-width:840px){.expert-cta{padding:72px 0}}@media (max-width:400px){.expert-cta{padding:34px 0}}
.expert-cta__buttons {
    display: flex;
    column-gap: 1.5rem;
    width: fit-content;
    flex-wrap: nowrap;
}
.expert-cta__buttons a {
    text-wrap: nowrap;
}
.expert-cta__buttons .btn--secondary {
    color: var(--blue-btn-bg);
}
.expert-cta__note {
    color: var(--blackish, #2d4059);
    font-family: Nunito;
    font-size: .75rem;
    line-height: .75rem;
    text-align: center;
    margin-top: 1rem;
}
.expert-cta__badges {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    row-gap: 12px;
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.expert-cta__badge {
    display: flex;
    align-items: center;
    gap: 8px;
}
.expert-cta__badge span {
    color: var(--orange-hard, #F7761F);
    font-family: Figtree;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 188.235% */
}
.expert-cta__badges img {
    width: 16px;
    height: 16px;
}
@media(max-width: 768px) {
    .expert-cta__buttons {
        flex-direction: column;
        row-gap: 1rem;
    }
}