@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');

.seo-landing {
    --seo-black: #0a0a0a;
    --seo-mustard: #F5B027;
    font-family: 'Raleway', sans-serif;
    max-width: 1700px;
}

@supports (color: color-mix(in srgb, #000, #fff)) {
    .seo-landing {
        --seo-black: color-mix(in srgb, #000 98%, #fff);
    }
}

/* Desktop */
.seo-landing .page-content-data {
    padding-top: 18px;
    padding-bottom: 18px;
}

.seo-landing .page-content-data h1,
.seo-landing .page-content-data h2,
.seo-landing .page-content-data h3 {
    font-family: 'Raleway', sans-serif !important;
    font-weight: 700 !important;
    color: var(--seo-black) !important;
    font-size: 1.75rem;
    line-height: 1.3;
}

.seo-landing-hero .page-content-data {
    border-top: 4px solid #fdc900;
}

.border-seo-mustard {
    border-left: 4px solid var(--seo-mustard) !important;
}

.seo-landing-hero_description {
    font-size: 0.9375rem;
    line-height: 1.5;
    color: var(--seo-black);
}

@media (min-width: 992px) {
    .seo-landing-hero_description {
        white-space: nowrap;
    }
}

.seo-landing-text,
.seo-landing-faq_answer p {
    font-size: 0.9375rem;
    line-height: 1.55;
    color: var(--seo-black);
}

.seo-disclaimer {
    border-left: 3px solid var(--seo-mustard);
    font-size: 0.875rem;
    line-height: 1.5;
    color: var(--seo-black);
}

.seo-landing .seo-landing-accordion .card {
    text-align: left;
    margin-bottom: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

.seo-landing .seo-landing-accordion .card:hover,
.seo-landing .seo-landing-accordion .card:focus {
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none;
}

.seo-landing .seo-landing-accordion .card-header {
    padding: 0;
    background: none;
    border-bottom: 0;
}

.seo-landing .page-content-data h3.seo-landing-faq_title {
    font-size: calc(1.75rem - 4px);
}

.seo-landing .seo-landing-accordion .card-body {
    padding: 0 0 0.75rem 5px;
}

.seo-landing-faq_question {
    position: relative;
    font-size: 1.0625rem;
    font-weight: 400;
    color: var(--seo-black);
    text-decoration: none;
    white-space: normal;
    padding: 0.75rem 2rem 0.75rem 5px;
}

.seo-landing-faq_question:hover,
.seo-landing-faq_question:focus,
.seo-landing-faq_question:not(.collapsed) {
    color: var(--seo-mustard);
    text-decoration: none;
    outline: none !important;
    box-shadow: none !important;
}

.seo-landing-faq_icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--seo-mustard);
    border-radius: 50%;
    transform: translateY(-50%);
}

.seo-landing-faq_icon::before,
.seo-landing-faq_icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background: var(--seo-mustard);
    transform: translate(-50%, -50%);
}

.seo-landing-faq_icon::before {
    width: 8px;
    height: 2px;
}

.seo-landing-faq_icon::after {
    width: 2px;
    height: 8px;
    transition: height 200ms linear;
}

.seo-landing-faq_question:not(.collapsed) .seo-landing-faq_icon::after {
    height: 0;
}

.seo-landing-faq_answer p {
    font-size: 1rem;
}

/* Mobile */
@media (max-width: 767px) {
    .seo-landing.container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .seo-landing .page-content-data {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .seo-landing .page-content-data > .col-sm-12 {
        padding-left: 8px;
        padding-right: 8px;
    }

    .seo-landing .border-seo-mustard,
    .seo-landing .seo-disclaimer {
        padding-left: 6px !important;
    }

    .seo-landing .page-content-data h1,
    .seo-landing .page-content-data h2,
    .seo-landing .page-content-data h3 {
        font-size: 1.0625rem;
        line-height: 1.25;
    }

    .seo-landing-hero_description {
        white-space: normal;
        font-size: 0.75rem;
        line-height: 1.45;
    }

    .seo-landing-text {
        font-size: 0.75rem;
        line-height: 1.45;
    }

    .seo-landing-faq_answer p {
        font-size: 0.875rem;
        line-height: 1.45;
    }

    .seo-disclaimer {
        font-size: 0.6875rem;
    }

    .seo-landing .page-content-data h3.seo-landing-faq_title {
        font-size: 0.8125rem;
    }

    .seo-landing-faq_question {
        font-size: 0.875rem;
        padding: 0.3rem 1.5rem 0.3rem 5px;
    }

    .seo-landing .seo-landing-accordion .card-body {
        padding: 0 0 0.3rem 5px;
    }

    .seo-landing-faq_icon {
        width: 16px;
        height: 16px;
    }
}
