.we-offer-page {
    --offer-navy: #153247;
    --offer-navy-deep: #0e2535;
    --offer-blue: #087fc1;
    --offer-blue-dark: #075f91;
    --offer-blue-soft: #eaf5fb;
    --offer-cyan: #6dc2ef;
    --offer-ink: #172330;
    --offer-muted: #5f6d79;
    --offer-line: #d8e1e8;
    --offer-soft: #eef4f7;
    --offer-white: #ffffff;
    overflow: hidden;
}

.we-offer-page .container {
    position: relative;
}

.we-offer-page .container::before {
    background-color: rgba(8, 127, 193, 0.04);
    content: "";
    height: 260px;
    pointer-events: none;
    position: absolute;
    right: -150px;
    top: 330px;
    transform: rotate(18deg);
    width: 260px;
}

.we-offer-hero {
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) minmax(310px, 0.42fr);
    overflow: hidden;
    position: relative;
}

.we-offer-hero::after {
    background-color: var(--offer-blue-soft);
    content: "";
    height: 170px;
    left: -85px;
    position: absolute;
    top: -105px;
    transform: rotate(24deg);
    width: 170px;
}

.we-offer-hero .information-hero__copy {
    position: relative;
    z-index: 1;
}

.we-offer-hero__actions {
    margin-top: 26px;
}

.we-offer-hero__summary {
    align-content: center;
    background-color: var(--offer-navy);
    display: grid;
    gap: 0;
    margin: -18px -20px -18px 0;
    padding: 30px;
    position: relative;
    z-index: 1;
}

.we-offer-hero__summary > div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 15px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 19px 0;
}

.we-offer-hero__summary > div:last-child {
    border-bottom: 0;
}

.we-offer-hero__summary > div > span {
    color: var(--offer-cyan);
    font-size: 25px;
    text-align: center;
}

.we-offer-hero__summary p {
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 0;
}

.we-offer-hero__summary strong {
    color: var(--offer-white);
    display: block;
    font-size: 15px;
    margin-bottom: 2px;
}

.we-offer-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.we-offer-button {
    align-items: center;
    border: 1px solid transparent;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 10px;
    justify-content: center;
    letter-spacing: 0.03em;
    min-height: 45px;
    padding: 11px 18px;
    text-decoration: none !important;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease,
        transform 160ms ease;
}

.we-offer-button:hover {
    transform: translateY(-2px);
}

.we-offer-button--primary {
    background-color: var(--offer-blue-dark);
    border-color: var(--offer-blue-dark);
    color: var(--offer-white) !important;
}

.we-offer-button--primary:hover {
    background-color: var(--offer-blue);
    border-color: var(--offer-blue);
}

.we-offer-button--secondary {
    background-color: var(--offer-white);
    border-color: var(--offer-line);
    color: var(--offer-navy) !important;
}

.we-offer-button--secondary:hover {
    border-color: var(--offer-blue);
    color: var(--offer-blue-dark) !important;
}

.we-offer-button--light {
    background-color: var(--offer-white);
    border-color: var(--offer-white);
    color: var(--offer-navy-deep) !important;
}

.we-offer-button--outline-light {
    border-color: rgba(255, 255, 255, 0.5);
    color: var(--offer-white) !important;
}

.we-offer-button--outline-light:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: var(--offer-white);
}

.we-offer-text-link {
    align-items: center;
    color: var(--offer-blue-dark) !important;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
}

.we-offer-text-link:hover {
    color: var(--offer-blue) !important;
}

.we-offer-text-link--light {
    color: var(--offer-white) !important;
}

.we-offer-navigation {
    background-color: var(--offer-white);
    border: 1px solid var(--offer-line);
    box-shadow: 0 8px 24px rgba(21, 47, 66, 0.06);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 46px;
}

.we-offer-navigation a {
    border-right: 1px solid var(--offer-line);
    display: grid;
    gap: 3px;
    min-width: 0;
    padding: 22px 24px;
    position: relative;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.we-offer-navigation a:last-child {
    border-right: 0;
}

.we-offer-navigation a::after {
    background-color: var(--offer-blue);
    bottom: -1px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.we-offer-navigation a:hover {
    background-color: #f8fbfc;
}

.we-offer-navigation a:hover::after {
    transform: scaleX(1);
}

.we-offer-navigation a > span {
    color: var(--offer-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.we-offer-navigation strong {
    color: var(--offer-ink);
    font-size: 15px;
}

.we-offer-navigation small {
    color: var(--offer-muted);
    font-size: 12px;
    line-height: 1.45;
}

.we-offer-section {
    margin-bottom: 54px;
    scroll-margin-top: 110px;
}

.we-offer-section__heading {
    align-items: end;
    display: flex;
    gap: 36px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.we-offer-section__heading h2,
.we-offer-discovery h2,
.we-offer-cta h2 {
    font-size: clamp(25px, 3vw, 35px);
    line-height: 1.18;
    margin-bottom: 0;
}

.we-offer-section__heading > p {
    border-left: 3px solid var(--offer-blue);
    flex: 0 1 430px;
    font-size: 14px;
    margin-bottom: 2px;
    padding-left: 17px;
}

.we-offer-feature-grid,
.we-offer-data-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.we-offer-card {
    background-color: var(--offer-white);
    border: 1px solid var(--offer-line);
    box-shadow: 0 10px 28px rgba(21, 47, 66, 0.07);
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 28px;
    position: relative;
}

.we-offer-card::before {
    background-color: var(--offer-blue);
    content: "";
    height: 4px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.we-offer-card--quotation::before {
    background-color: #0c6f8b;
}

.we-offer-card--payment::before {
    background-color: var(--offer-navy);
}

.we-offer-card__topline {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}

.we-offer-card__icon,
.we-offer-account-card__icon {
    align-items: center;
    background-color: var(--offer-blue-soft);
    color: var(--offer-blue-dark);
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 24px;
    height: 52px;
    justify-content: center;
    width: 52px;
}

.we-offer-card__number {
    color: #bcc9d1;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.we-offer-card__label {
    color: var(--offer-blue-dark);
    display: block;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.we-offer-card h3,
.we-offer-account-card h3 {
    font-size: 21px;
    line-height: 1.25;
    margin-bottom: 12px;
}

.we-offer-card > p,
.we-offer-account-card p {
    font-size: 14px;
    line-height: 1.65;
}

.we-offer-check-list {
    list-style: none;
    margin: 3px 0 22px;
    padding: 0;
}

.we-offer-check-list li {
    border-bottom: 1px solid #edf2f5;
    font-size: 13px;
    line-height: 1.5;
    padding: 9px 0 9px 23px;
    position: relative;
}

.we-offer-check-list li::before {
    color: var(--offer-blue);
    content: "\2713";
    font-size: 13px;
    font-weight: 800;
    left: 1px;
    position: absolute;
    top: 9px;
}

.we-offer-requirement {
    align-items: flex-start;
    background-color: var(--offer-blue-soft);
    border-left: 3px solid var(--offer-blue);
    display: grid;
    gap: 12px;
    grid-template-columns: 20px minmax(0, 1fr);
    margin: auto 0 22px;
    padding: 15px 16px;
}

.we-offer-requirement > i {
    color: var(--offer-blue-dark);
    font-size: 17px;
    margin-top: 3px;
    text-align: center;
}

.we-offer-requirement p {
    color: #496171;
    font-size: 12px;
    line-height: 1.55;
    margin-bottom: 0;
}

.we-offer-requirement strong {
    color: var(--offer-ink);
    display: block;
    font-size: 12px;
    margin-bottom: 3px;
}

.we-offer-card--compact {
    box-shadow: none;
    padding: 26px;
}

.we-offer-card--compact > .we-offer-card__icon {
    margin-bottom: 20px;
}

.we-offer-card--compact .we-offer-requirement {
    margin-bottom: 18px;
}

.we-offer-card--compact > .we-offer-text-link {
    margin-top: auto;
}

.we-offer-disclosure {
    border-bottom: 1px solid var(--offer-line);
    border-top: 1px solid var(--offer-line);
    margin: 5px 0 19px;
    padding: 12px 0;
}

.we-offer-disclosure summary {
    color: var(--offer-blue-dark);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    list-style-position: outside;
    margin-left: 16px;
}

.we-offer-disclosure summary:focus-visible {
    outline: 3px solid rgba(8, 127, 193, 0.3);
    outline-offset: 3px;
}

.we-offer-disclosure p {
    font-size: 12px;
    line-height: 1.6;
    margin: 12px 0 0;
}

.we-offer-account-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color: var(--offer-line);
    border: 1px solid var(--offer-line);
}

.we-offer-account-card {
    align-items: flex-start;
    background-color: var(--offer-white);
    display: grid;
    gap: 22px;
    grid-template-columns: 52px minmax(0, 1fr);
    min-width: 0;
    padding: 30px;
}

.we-offer-account-card .we-offer-actions {
    margin-top: 13px;
}

.we-offer-access-line {
    align-items: flex-start;
    color: #496171 !important;
    display: flex;
    font-size: 12px !important;
    gap: 9px;
    line-height: 1.55 !important;
    margin-bottom: 14px;
}

.we-offer-access-line > i {
    color: var(--offer-blue-dark);
    flex: 0 0 auto;
    margin-top: 3px;
    text-align: center;
    width: 15px;
}

.we-offer-discovery {
    align-items: stretch;
    background-color: var(--offer-white);
    border: 1px solid var(--offer-line);
    display: grid;
    gap: 0;
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    margin-bottom: 32px;
    scroll-margin-top: 110px;
}

.we-offer-discovery__copy {
    padding: 38px;
}

.we-offer-discovery__copy > p:not(.we-offer-access-line) {
    margin: 15px 0 18px;
}

.we-offer-discovery__links {
    background-color: var(--offer-navy);
    display: grid;
}

.we-offer-discovery__links a {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    color: var(--offer-white);
    display: grid;
    gap: 16px;
    grid-template-columns: 36px minmax(0, 1fr) auto;
    padding: 20px 27px;
    text-decoration: none;
    transition: background-color 160ms ease;
}

.we-offer-discovery__links a:last-child {
    border-bottom: 0;
}

.we-offer-discovery__links a:hover {
    background-color: var(--offer-navy-deep);
    color: var(--offer-white);
}

.we-offer-discovery__links a > span {
    color: var(--offer-cyan);
    font-size: 22px;
    text-align: center;
}

.we-offer-discovery__links a > i {
    color: var(--offer-cyan);
}

.we-offer-cta {
    align-items: center;
    background-color: var(--offer-navy-deep);
    display: grid;
    gap: 38px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding: 40px 42px;
}

.we-offer-cta .information-eyebrow {
    color: var(--offer-cyan);
}

.we-offer-cta h2 {
    color: var(--offer-white);
}

.we-offer-cta p {
    color: rgba(255, 255, 255, 0.7);
    margin: 13px 0 0;
    max-width: 720px;
}

@media (max-width: 1100px) {
    .we-offer-feature-grid,
    .we-offer-data-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .we-offer-feature-grid .we-offer-card:last-child,
    .we-offer-data-grid .we-offer-card:last-child {
        grid-column: 1 / -1;
    }

    .we-offer-navigation {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .we-offer-navigation a:nth-child(2) {
        border-right: 0;
    }

    .we-offer-navigation a:nth-child(-n + 2) {
        border-bottom: 1px solid var(--offer-line);
    }

    .we-offer-discovery {
        grid-template-columns: minmax(0, 0.85fr) minmax(370px, 1.15fr);
    }
}

@media (max-width: 900px) {
    .we-offer-hero {
        grid-template-columns: 1fr;
    }

    .we-offer-hero__summary {
        margin: 0;
    }

    .we-offer-section__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .we-offer-section__heading > p {
        flex-basis: auto;
        max-width: 650px;
    }

    .we-offer-account-grid,
    .we-offer-discovery,
    .we-offer-cta {
        grid-template-columns: 1fr;
    }

    .we-offer-cta .we-offer-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 767px) {
    .we-offer-hero__summary {
        padding: 22px;
    }

    .we-offer-navigation,
    .we-offer-feature-grid,
    .we-offer-data-grid {
        grid-template-columns: 1fr;
    }

    .we-offer-navigation a,
    .we-offer-navigation a:nth-child(2) {
        border-bottom: 1px solid var(--offer-line);
        border-right: 0;
    }

    .we-offer-navigation a:last-child {
        border-bottom: 0;
    }

    .we-offer-feature-grid .we-offer-card:last-child,
    .we-offer-data-grid .we-offer-card:last-child {
        grid-column: auto;
    }

    .we-offer-card,
    .we-offer-account-card,
    .we-offer-discovery__copy,
    .we-offer-cta {
        padding: 25px 22px;
    }

    .we-offer-account-card {
        grid-template-columns: 44px minmax(0, 1fr);
    }

    .we-offer-account-card__icon {
        font-size: 20px;
        height: 44px;
        width: 44px;
    }

    .we-offer-actions {
        align-items: stretch;
    }

    .we-offer-hero__actions .we-offer-button,
    .we-offer-cta .we-offer-button {
        flex: 1 1 100%;
    }
}

@media (max-width: 480px) {
    .we-offer-account-card {
        grid-template-columns: 1fr;
    }

    .we-offer-card h3,
    .we-offer-account-card h3 {
        font-size: 19px;
    }

    .we-offer-discovery__links a {
        padding: 18px 20px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .we-offer-page *,
    .we-offer-page *::before,
    .we-offer-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

@media print {
    .we-offer-navigation,
    .we-offer-actions,
    .we-offer-discovery__links,
    .we-offer-cta {
        display: none !important;
    }

    .we-offer-page,
    .we-offer-card,
    .we-offer-account-card,
    .we-offer-discovery {
        background: #ffffff !important;
        box-shadow: none !important;
        color: #000000 !important;
    }

    .we-offer-feature-grid,
    .we-offer-data-grid,
    .we-offer-account-grid,
    .we-offer-discovery {
        display: block;
    }

    .we-offer-card,
    .we-offer-account-card {
        break-inside: avoid;
        margin-bottom: 14px;
    }
}
