@font-face {
    font-family: "Open Sans";
    src: url("../fonts/OpenSans.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body,
main,
section,
.website-container {
    overflow-x: clip;
}

body {
    font-family: "Open Sans", sans-serif;
    background-color: #fff;
    color: #323232;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: #323232;
}

img {
    max-width: 100%;
    display: block;
}

.website-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width: 1024px) {
    .website-container {
        padding: 0 32px;
    }
}

h1,
h2,
h3,
h4 {
    color: #1a1a1a;
    font-weight: 700;
}

.rich-text p,
.rich-text li {
    color: #323232;
    font-size: 16px;
    line-height: 24px;
}

@media (min-width: 576px) {
    .rich-text p,
    .rich-text li {
        font-size: 18px;
        line-height: 29px;
    }
}

.layout--full-width h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    text-align: center;
    margin: 32px 0 16px;
}

@media (min-width: 576px) {
    .layout--full-width h1 {
        font-size: 36px;
        line-height: 48px;
        margin-top: 56px;
    }
}

@media (min-width: 1024px) {
    .layout--full-width h1 {
        font-size: 46px;
        line-height: 56px;
        margin-top: 76px;
    }
}

h2 {
    font-size: 29px;
    line-height: 40px;
    font-weight: 700;
    margin: 32px 0 16px;
    text-align: center;
}

@media (min-width: 1024px) {
    h2 {
        font-size: 41px;
        line-height: 56px;
        margin-top: 64px;
        margin-bottom: 32px;
    }
}

.rich-text h2 {
    text-align: left;
}

.t-btn-1 {
    display: inline-block;
    background-color: #f60439;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 24px;
    border-radius: 2px;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
}

.t-btn-1:hover {
    background-color: #d10000;
    color: #fff;
}

@media (min-width: 576px) {
    .t-btn-1 {
        font-size: 18px;
        line-height: 29px;
    }
}

@media (max-width: 575px) {
    .cta-teaser .t-btn-1,
    .highlight__content .t-btn-1 {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.header-notice {
    background: #1a1a1a;
    color: #fff;
    text-align: center;
    padding: 8px 16px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.header-light__wrapper {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}

.header-light {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1240px;
    margin: 0 auto;
    padding: 8px 20px;
}

@media (min-width: 1024px) {
    .header-light {
        padding: 10px 32px;
    }
}

.header-light__logo {
    width: 140px;
    height: auto;
}

.header-light__cta-group {
    display: flex;
    align-items: center;
    gap: 0;
}

.header-light__cta-disclaimer {
    display: none;
    color: #000;
    font-size: 16px;
    padding-right: 44px;
    white-space: nowrap;
}

.header-light__cta {
    white-space: nowrap;
}

@media (min-width: 768px) {
    .header-light__cta-disclaimer {
        display: flex;
        padding-left: 44px;
        padding-right: 44px;
    }
}

.generic-hero {
    margin-bottom: 48px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    overflow-x: clip;
}

@media (max-width: 575px) {
    .generic-hero::before {
        content: "";
        display: block;
        background-image: url("../images/1.webp");
        background-size: cover;
        background-position: 50% 50%;
        height: 180px;
    }

    .generic-hero {
        background: none;
    }
}

@media (min-width: 576px) and (max-width: 1023px) {
    .generic-hero::before {
        content: "";
        display: block;
        background-image: url("../images/1.webp");
        background-size: cover;
        height: 250px;
    }
}

@media (min-width: 1024px) {
    .generic-hero {
        background-image: url("../images/1.webp");
        background-size: cover;
        height: 480px;
    }

    .generic-hero::before {
        display: none;
    }
}

@media (min-width: 1200px) {
    .generic-hero {
        background-image: url("../images/1.webp");
        height: 540px;
    }
}

.generic-hero__container {
    max-width: 1240px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.generic-hero__box {
    background-color: rgba(0, 0, 0, 0.85);
    padding: 32px 20px 64px;
    text-align: center;
}

@media (min-width: 1024px) {
    .generic-hero__box {
        position: absolute;
        bottom: 12px;
        left: 44px;
        width: calc(58% - 24px);
        padding: 64px 32px 112px;
        text-align: left;
    }

    .generic-hero__box::after {
        content: "";
        background: linear-gradient(to top right, #d10000, #f60439, #b105f4);
        height: 24px;
        position: absolute;
        bottom: -24px;
        left: 0;
        width: 100%;
    }
}

.generic-hero h1 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

@media (min-width: 576px) {
    .generic-hero h1 {
        font-size: 36px;
        line-height: 48px;
    }
}

@media (min-width: 1024px) {
    .generic-hero h1 {
        font-size: 41px;
        line-height: 56px;
    }
}

.generic-hero__subject {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #f60439;
    margin-bottom: 16px;
}

.flexible-layout {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    overflow-x: clip;
}

.flexible-layout__content {
    flex: 1;
    padding: 0;
    min-width: 0;
}

@media (min-width: 1024px) {
    .flexible-layout {
        flex-wrap: nowrap;
        gap: 32px;
    }

    .flexible-layout__content:first-child {
        flex: 0 0 33%;
    }
}

.block-image img {
    width: 100%;
    height: auto;
}

.cta-teaser {
    text-align: center;
    margin: 32px 0;
}

.cta-teaser__headline {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #1a1a1a;
}

@media (min-width: 576px) {
    .cta-teaser__headline {
        font-size: 23px;
        line-height: 32px;
    }
}

.daily-leads {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: #f9f9f9;
    padding: 12px 20px;
    border-radius: 40px;
    width: fit-content;
    max-width: 100%;
    margin: 24px auto;
}

.daily-leads__text {
    font-size: 16px;
    margin-right: 8px;
    color: #323232;
}

.daily-leads__digit {
    background-color: #fff;
    padding: 0 6px;
    border-radius: 2px;
    font-weight: 700;
    color: #55a041;
    font-size: 18px;
    display: inline-block;
}

.showcase {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin: 32px 0;
    overflow-x: clip;
}

@media (min-width: 1024px) {
    .showcase {
        flex-direction: row;
        justify-content: space-evenly;
    }
}

.why-showcase .rich-text h2 {
    text-align: left;
}

.why-showcase .showcase__item {
    align-items: flex-start;
    text-align: left;
}

.why-showcase .showcase__image {
    margin: 0 0 16px 0;
}

@media (min-width: 1024px) {
    .why-showcase .showcase__item {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        flex: 1;
    }
}

.showcase__item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    min-width: 0;
}

@media (min-width: 1024px) {
    .showcase__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        flex: 1;
    }

    .showcase__image {
        margin: 0 auto 16px auto;
    }
}

.showcase__image {
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.showcase .rich-text ul {
    list-style: none;
    padding-left: 0;
}

.showcase .rich-text li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
}

.showcase .rich-text li::before {
    content: "✓";
    color: #f60439;
    position: absolute;
    left: 0;
}

.trustpilot-rating {
    text-align: center;
    margin: 24px 0;
}

.trustpilot-rating__label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 20px;
    font-weight: 700;
}

.trustpilot-rating__stars {
    height: 28px;
}

.trustpilot-rating__count {
    font-size: 16px;
}

.trustpilot-rating__row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

.trustpilot-rating__logo {
    height: 24px;
    margin-left: 8px;
}

.highlight {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin: 48px 0;
    overflow-x: clip;
}

@media (min-width: 768px) {
    .highlight {
        flex-direction: row;
    }
}

.highlight__section-image {
    flex: 1;
    text-align: center;
    min-width: 0;
}

.highlight__image {
    max-width: 100%;
    max-height: 300px;
}

.highlight__section-content {
    flex: 1;
    min-width: 0;
}

.highlight__content h2 {
    text-align: left;
    margin-top: 0;
}

.logos-strip {
    margin: 48px 0;
    overflow-x: clip;
}

.logos-strip__headline {
    font-weight: 700;
    text-align: center;
    margin-bottom: 16px;
}

.logos-strip__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
}

.logos-strip__item__wrapper {
    max-height: 40px;
}

.logos-strip__image {
    max-height: 40px;
    width: auto;
}

.engagement-on-page-lead-form {
    background-color: #f5f3ef;
    padding: 40px 32px;
    margin: 32px 0;
    overflow-x: clip;
}

.engagement-on-page-lead-form__wrap {
    max-width: 820px;
    margin: 0 auto;
}

.engagement-on-page-lead-form .block-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 28px;
    padding-bottom: 4px;
    border-bottom: 2px solid #b105f4;
    color: #1a1a1a;
}

.engagement-on-page-lead-form__question {
    font-weight: 700;
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #1a1a1a;
}

.engagement-on-page-lead-form__choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.lead-form-choice {
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 20px 24px;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
    text-align: left;
    font-family: inherit;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    min-width: 0;
}

.lead-form-choice:hover {
    border-color: #838383;
}

.lead-form-choice__label {
    display: block;
}

.carousel--with-background {
    background-color: #f5f3ef;
    padding: 32px 20px;
    overflow-x: clip;
}

.carousel__caption {
    font-size: 14px;
    color: #595b60;
    margin-bottom: 16px;
}

.reviews-carousel {
    position: relative;
    overflow: hidden;
}

.reviews-carousel__viewport {
    overflow: hidden;
}

.reviews-carousel__track {
    display: flex;
    gap: 16px;
    transition: transform 0.35s ease;
    will-change: transform;
}

.reviews-carousel__slide {
    flex: 0 0 100%;
    min-width: 0;
}

@media (min-width: 768px) {
    .reviews-carousel__track {
        gap: 24px;
    }

    .reviews-carousel__slide {
        flex: 0 0 calc((100% - 24px) / 2);
    }
}

@media (min-width: 1024px) {
    .reviews-carousel__slide {
        flex: 0 0 calc((100% - 48px) / 3);
    }
}

.trustpilot-widget {
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 2px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.trustpilot-widget__header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}

.trustpilot-widget__stars img {
    height: 20px;
}

.trustpilot-widget__date {
    font-size: 14px;
    color: #595b60;
}

.trustpilot-widget__title {
    font-weight: 700;
    margin-bottom: 8px;
}

.trustpilot-widget__text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 16px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trustpilot-widget__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.trustpilot-widget__name {
    font-weight: 700;
    font-size: 14px;
}

.trustpilot-widget__read-more {
    font-size: 14px;
    text-decoration: underline;
    color: #323232;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-family: inherit;
    white-space: nowrap;
}

.reviews-carousel__nav {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    margin-top: 24px;
}

.reviews-carousel__btn {
    position: relative;
    background: #1a1a1a;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
}

.reviews-carousel__btn:disabled {
    background: #dedede;
    opacity: 0.6;
    cursor: default;
}

.review-modal {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.review-modal.is-open {
    display: flex;
}

.review-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.review-modal__dialog {
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 640px;
    max-height: 90vh;
    overflow-y: auto;
    border-radius: 4px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    padding: 24px 28px 28px;
}

.review-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 20px;
}

.review-modal__title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
}

.review-modal__close {
    background: none;
    border: none;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #1a1a1a;
    padding: 0;
}

.review-modal__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.review-modal__meta img {
    height: 20px;
}

.review-modal__meta-date {
    font-size: 14px;
    color: #595b60;
}

.review-modal__review-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1a1a1a;
}

.review-modal__review-text {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: #323232;
}

.review-modal__author {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 24px;
    color: #323232;
}

.review-modal__response {
    border-left: 3px solid #dedede;
    padding-left: 20px;
}

.review-modal__response-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    gap: 12px;
}

.review-modal__response-title {
    font-weight: 700;
    font-size: 15px;
}

.review-modal__response-date {
    font-size: 14px;
    color: #595b60;
    white-space: nowrap;
}

.review-modal__response-text {
    font-size: 15px;
    line-height: 1.6;
    color: #323232;
}

.footer-light {
    text-align: center;
    padding: 24px 20px;
    font-size: 14px;
    color: #595b60;
    border-top: 1px solid #e9ecef;
    margin-top: 48px;
}

.footer-light a {
    color: #595b60;
    margin: 0 8px;
}

.vertical-rhythm > * {
    margin-bottom: 32px;
}

.rich-text ul,
.rich-text ol {
    padding-left: 24px;
    margin-bottom: 24px;
}

.rich-text li {
    margin-bottom: 8px;
}

body.legal-page .page {
    padding: 32px 0 48px;
}

body.legal-page .article-wrap {
    max-width: 800px;
    margin: 0 auto;
}

body.legal-page .article {
    background: #fff;
}

body.legal-page .legal-content {
    word-break: break-word;
}

body.legal-page .legal-content h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
    text-align: left;
}

body.legal-page .legal-content h2 {
    font-size: 22px;
    line-height: 30px;
    margin: 28px 0 12px;
    text-align: left;
}

body.legal-page .legal-content p,
body.legal-page .legal-content li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

body.legal-page .legal-content ul {
    padding-left: 24px;
}

.contact-info {
    margin: 24px 0;
}

.contact-info p {
    margin-bottom: 8px;
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 0;
    margin: 0;
    pointer-events: none;
}

.cookie-banner:not([hidden]) {
    pointer-events: auto;
}

.cookie-banner__inner {
    background: #fff;
    border: none;
    border-top: 1px solid #e8e8e8;
    border-radius: 0;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.12);
    width: 100%;
    padding: 24px 28px;
    text-align: left;
}

.cookie-banner__logo {
    width: 140px;
    height: auto;
    margin-bottom: 16px;
}

.cookie-banner__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 12px;
    text-align: left;
    color: #1a1a1a;
}

.cookie-banner__text {
    font-size: 14px;
    line-height: 22px;
    color: #323232;
    margin: 0 0 20px;
}

.cookie-banner__btn {
    display: inline-block;
    cursor: pointer;
}

@media (max-width: 480px) {
    .cookie-banner__inner {
        padding: 20px 16px;
    }

    .cookie-banner__logo {
        width: 110px;
    }

    .cookie-banner__title {
        font-size: 17px;
        line-height: 24px;
        word-break: break-all;
    }

    .cookie-banner__text {
        font-size: 13px;
        line-height: 20px;
    }
}

@media (max-width: 767px) {
    .header-light {
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px 16px;
    }

    .header-light__logo-wrapper {
        flex: 1;
        min-width: 0;
    }

    .header-light__logo {
        width: 110px;
    }

    .header-light__cta-group {
        flex: 1 1 auto;
        justify-content: flex-end;
        min-width: 0;
    }

    .header-light__cta {
        font-size: 13px;
        line-height: 18px;
        padding: 10px 12px;
        white-space: normal;
        max-width: 100%;
    }

    .generic-hero {
        margin-bottom: 32px;
    }

    .generic-hero::before {
        height: 200px;
    }

    .generic-hero__box {
        padding: 24px 16px 40px;
        position: relative;
    }

    .generic-hero__box::after {
        content: "";
        background: linear-gradient(to top right, #d10000, #f60439, #b105f4);
        height: 16px;
        position: absolute;
        bottom: -16px;
        left: 0;
        width: 100%;
    }

    .generic-hero h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .generic-hero__subject {
        font-size: 13px;
        margin-bottom: 12px;
    }

    .flexible-layout {
        flex-direction: column;
        align-items: stretch;
    }

    .flexible-layout__content {
        flex: 0 0 auto;
        width: 100%;
    }

    .flexible-layout__content:first-child {
        max-width: 100%;
        margin: 0 0 20px;
    }

    .cta-teaser {
        margin: 24px 0;
    }

    .cta-teaser__headline {
        font-size: 17px;
        line-height: 26px;
        padding: 0 4px;
    }

    .rich-text > h2 {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
        margin-top: 24px;
    }

    .showcase {
        gap: 16px;
        margin: 24px 0;
    }

    .showcase__item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        background: #f9f9f9;
        padding: 24px 18px;
        border-radius: 4px;
        gap: 12px;
    }

    .why-showcase .rich-text > h2 {
        text-align: left;
    }

    .why-showcase .showcase__item {
        align-items: flex-start;
        text-align: left;
    }

    .showcase__image {
        width: 72px;
        height: 72px;
    }

    .showcase .rich-text h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .showcase .rich-text ul {
        text-align: left;
    }

    .showcase .rich-text p,
    .showcase .rich-text li {
        font-size: 15px;
        line-height: 22px;
    }

    .engagement-on-page-lead-form {
        margin-left: -20px;
        margin-right: -20px;
        padding: 32px 20px;
    }

    .engagement-on-page-lead-form__choices {
        grid-template-columns: 1fr;
    }

    .engagement-on-page-lead-form__question {
        font-size: 20px;
        line-height: 28px;
    }

    .carousel--with-background {
        margin-left: -20px;
        margin-right: -20px;
        padding: 28px 20px;
    }

    .highlight {
        margin: 32px 0;
        gap: 20px;
    }

    .highlight__content h2 {
        text-align: center;
        font-size: 22px;
        line-height: 30px;
    }

    .highlight__content p {
        text-align: center;
        font-size: 16px;
        line-height: 24px;
    }

    .highlight__content .t-btn-1 {
        margin-top: 8px;
    }

    .logos-strip__items {
        gap: 20px 24px;
    }

    .logos-strip__item {
        flex: 0 0 calc(50% - 12px);
        display: flex;
        justify-content: center;
    }

    .vertical-rhythm > * {
        margin-bottom: 24px;
    }
}

@media (max-width: 640px) {
    .header-notice {
        font-size: 11px;
        letter-spacing: 1.5px;
        padding: 6px 12px;
    }

    .daily-leads {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 8px;
        padding: 14px 16px;
    }

    .trustpilot-rating__label {
        font-size: 18px;
    }

    .trustpilot-rating__count {
        font-size: 14px;
    }

    .trustpilot-rating__row {
        flex-direction: column;
        gap: 8px;
    }

    .trustpilot-rating__logo {
        margin-left: 0;
    }

    .trustpilot-widget__footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .footer-light {
        font-size: 13px;
        line-height: 1.8;
        padding: 20px 16px;
        word-break: break-all;
    }

    .review-modal__dialog {
        padding: 20px 16px 24px;
    }

    .review-modal__response-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
}

@media (max-width: 480px) {
    .website-container {
        padding: 0 16px;
    }

    .header-light {
        flex-direction: column;
        align-items: stretch;
    }

    .header-light__logo-wrapper {
        display: flex;
        justify-content: center;
    }

    .header-light__cta-group {
        width: 100%;
        justify-content: stretch;
    }

    .header-light__cta {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        padding: 12px 16px;
    }

    .engagement-on-page-lead-form {
        margin-left: -16px;
        margin-right: -16px;
        padding: 28px 16px;
    }

    .lead-form-choice {
        padding: 16px 18px;
        font-size: 15px;
    }

    .carousel--with-background {
        margin-left: -16px;
        margin-right: -16px;
        padding: 24px 16px;
    }

    .generic-hero::before {
        height: 160px;
    }

    .generic-hero h1 {
        font-size: 22px;
        line-height: 30px;
    }

    h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .rich-text p,
    .rich-text li {
        font-size: 15px;
        line-height: 23px;
    }
}

@media (max-width: 360px) {
    .header-light__cta {
        font-size: 14px;
    }

    .engagement-on-page-lead-form__question {
        font-size: 18px;
        line-height: 26px;
    }
}
