.acw-faq-contact-cta,
.acw-faq-contact-cta * {
    box-sizing: border-box;
}

.acw-faq-contact-cta {
    width: 100%;
    margin-inline: auto;
}

.acw-faq-contact-cta__inner {
    position: relative;
    display: flex;
    direction: ltr;
    width: 100%;
    min-width: 0;
    overflow: hidden;
    background: #f4f8ff;
}

.acw-faq-contact-cta__media,
.acw-faq-contact-cta__content {
    min-width: 0;
}

.acw-faq-contact-cta__media {
    position: relative;
    flex: 0 0 auto;
    overflow: hidden;
}

.acw-faq-contact-cta__image {
    display: block;
    width: 100%;
    object-fit: cover;
}

.acw-faq-contact-cta--blend-image .acw-faq-contact-cta__media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, transparent 0%, transparent 70%, var(--acw-faq-contact-blend-color, #f4f8ff) 100%);
}

.acw-faq-contact-cta__content {
    position: relative;
    z-index: 2;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    min-height: 100%;
}

.acw-faq-contact-cta__title,
.acw-faq-contact-cta__description {
    width: 100%;
    margin: 0;
}

.acw-faq-contact-cta__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.4;
}

.acw-faq-contact-cta__description {
    font-size: 14px;
    line-height: 1.85;
}

.acw-faq-contact-cta__button {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    min-height: 42px;
    margin: 0;
    border: 0;
    text-decoration: none !important;
    line-height: 1.2;
    cursor: pointer;
    transition: color .2s ease, background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.acw-faq-contact-cta__button:hover,
.acw-faq-contact-cta__button:focus-visible {
    transform: translateY(-2px);
    text-decoration: none !important;
}

.acw-faq-contact-cta__button-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.acw-faq-contact-cta__button-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.acw-faq-contact-cta__dots {
    position: absolute;
    z-index: 1;
    transform: translateY(-50%);
    opacity: .92;
    background-image: radial-gradient(circle, currentColor 1.7px, transparent 1.9px);
    background-size: 10px 10px;
    background-position: center;
    pointer-events: none;
}

.acw-faq-contact-cta--without-image .acw-faq-contact-cta__content {
    max-width: 100% !important;
    flex-basis: 100% !important;
}

@media (max-width: 1024px) {
    .acw-faq-contact-cta__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .acw-faq-contact-cta__inner {
        overflow: hidden;
    }

    .acw-faq-contact-cta__media,
    .acw-faq-contact-cta__content {
        width: 100%;
    }

    .acw-faq-contact-cta--blend-image .acw-faq-contact-cta__media::after {
        background: linear-gradient(180deg, transparent 0%, transparent 72%, var(--acw-faq-contact-blend-color, #f4f8ff) 100%);
    }

    .acw-faq-contact-cta__title {
        font-size: 20px;
    }

    .acw-faq-contact-cta__description {
        font-size: 13px;
    }
}
