#ff {
    --ff-bg: #fff;
    --ff-ink: #173440;
    --ff-muted: #526b76;
    --ff-soft: #eff8fa;
    --ff-line: #dbe8ed;
    --ff-accent: #0089ad;
    --ff-radius: 18px;
    font-family: Segoe UI,sans-serif;
    color: var(--ff-ink);
    background: var(--ff-bg);
    line-height: 1.6;
    border-radius: 12px;
    overflow: hidden
}
#ff * {
    box-sizing: border-box
}
#ff button {
    font: inherit;
    cursor: pointer
}
#ff h1,#ff h2,#ff h3,#ff p {
    margin: 0
}
#ff button:focus-visible {
    outline: 3px solid var(--ff-accent);
    outline-offset: 3px
}
#ff header {
    padding: 23px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--ff-line)
}
#ff .brand {
    font-size: 24px;
    letter-spacing: -1px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px
}
#ff .mark {
    background: var(--ff-accent);
    color: white;
    border-radius: 9px;
    padding: 7px;
    display: flex
}
#ff nav {
    display: flex;
    gap: 23px
}
#ff .link {
    border: 0;
    background: none;
    color: var(--ff-muted);
    padding: 8px 0;
    font-size: 13px
}
#ff .tagline {
    font-size: 12px;
    color: var(--ff-muted)
}
#ff .hero {
    padding: 59px 5%;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 45px;
    background: radial-gradient(ellipse at top right,var(--ff-soft),transparent 75%)
}
#ff .eyebrow {
    color: var(--ff-accent);
    font-size: 11px;
    letter-spacing: 1.7px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px
}
#ff h1 {
    font-size: clamp(38px,5.4vw,56px);
    line-height: 1.08;
    letter-spacing: -2.5px;
    font-weight: 600
}
#ff h1 span {
    color: var(--ff-accent)
}
#ff .intro {
    color: var(--ff-muted);
    font-size: 15px;
    margin-top: 25px;
    max-width: 375px;
    line-height: 1.8
}
#ff .more {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    background: none;
    border: 0;
    padding: 0;
    color: var(--ff-ink);
    font-size: 14px;
    text-align: left
}
#ff .note {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--ff-muted);
    font-size: 12px;
    margin-top: 30px
}
#ff .access {
    display: grid;
    gap: 15px;
    align-content: center
}
#ff .entry {
    border: 1px solid var(--ff-line);
    background: var(--ff-bg);
    border-radius: var(--ff-radius);
    padding: 25px
}
#ff .entry.practice {
    background: #173e4d;
    color: white;
    border-color: #173e4d
}
#ff .entry-head {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 12px
}
#ff .symbol {
    display: flex;
    padding: 9px;
    background: var(--ff-soft);
    color: var(--ff-accent);
    border-radius: 10px
}
#ff .practice .symbol {
    background: #295566;
    color: #bceeff
}
#ff h3 {
    font-size: 19px;
    letter-spacing: -.4px;
    font-weight: 600
}
#ff .entry p {
    font-size: 13px;
    color: var(--ff-muted)
}
#ff .practice p {
    color: #c9e0e8
}
#ff .action {
    margin-top: 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 15px;
    border: 0;
    border-radius: 9px;
    background: var(--ff-accent);
    color: white;
    width: 100%;
    font-size: 13px;
    font-weight: 500
}
#ff .practice .action {
    background: white;
    color: #173e4d
}
#ff .action:hover {
    filter: brightness(.95)
}
#ff .benefits {
    padding: 40px 5% 46px;
    border-top: 1px solid var(--ff-line)
}
#ff .section-head {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: end;
    margin-bottom: 28px
}
#ff h2 {
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -1px;
    font-weight: 600
}
#ff .section-head p {
    font-size: 13px;
    max-width: 265px;
    color: var(--ff-muted)
}
#ff .features {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 27px
}
#ff .feature {
    border-top: 2px solid var(--ff-line);
    padding-top: 21px
}
#ff .feature>i {
    color: var(--ff-accent)
}
#ff .feature h3 {
    font-size: 15px;
    margin: 12px 0 5px
}
#ff .feature p {
    font-size: 13px;
    color: var(--ff-muted)
}
#ff footer {
    padding: 22px 5%;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    background: var(--ff-soft);
    color: var(--ff-muted);
    font-size: 12px
}
#ff .detail {
    margin: 0 5% 30px;
    padding: 22px;
    background: var(--ff-soft);
    border: 1px solid var(--ff-line);
    border-radius: var(--ff-radius)
}
#ff .detail[hidden] {
    display: none
}
#ff .detail p {
    font-size: 14px;
    color: var(--ff-muted);
    margin-top: 8px
}
#ff .close {
    float: right;
    background: none;
    border: 0;
    color: var(--ff-ink)
}
#ff[data-compact="true"] .hero {
    padding-top: 35px;
    padding-bottom: 35px
}
@media(max-width:650px) {
    #ff .hero {
        grid-template-columns: 1fr;
        padding-top: 38px;
        gap: 30px
    }
    #ff h1 {
        font-size: 44px
    }
    #ff .tagline {
        display: none
    }
    #ff .features {
        grid-template-columns: 1fr
    }
    #ff .section-head {
        flex-direction: column;
        align-items: start;
        gap: 15px
    }
    #ff .section-head p {
        max-width: none
    }
    #ff nav .link:last-child {
        display: none
    }
    #ff .brand {
        font-size: 20px
    }
    #ff footer {
        flex-wrap: wrap
    }
}
/* Landing page overrides stay scoped to the public page template. */ body.ff-landing {
    background: #fff;
    color: #173440
}
body.ff-landing>footer,body.ff-landing>.scrollToTop {
    display: none!important
}
.ff-skip {
    position: absolute;
    left: 18px;
    top: -100px;
    z-index: 99999;
    background: #fff;
    color: #173440;
    padding: 14px
}
.ff-skip:focus {
    top: 12px
}
#ff {
    border-radius: 0;
    overflow: visible;
    --ff-accent: #007f9f;
    font-size: 16px
}
#ff h1,#ff h2,#ff h3,#ff h4 {
    font-family: inherit;
    text-align: left
}
#ff p {
    font-family: inherit
}
#ff a {
    transition: background-color .15s,color .15s
}
#ff a:hover,#ff a:focus {
    text-decoration: none
}
#ff a:focus-visible {
    outline: 3px solid #007f9f;
    outline-offset: 5px
}
#ff header {
    position: relative;
    max-width: 1200px;
    margin: auto;
    min-height: 88px
}
#ff .hero {
    max-width: 1200px;
    margin: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    gap: 72px
}
#ff .hero h1 {
    font-size: clamp(44px,4.5vw,59px)
}
#ff .entry {
    box-shadow: 0 12px 36px rgba(23,52,64,.035)
}
#ff .mark {
    width: 36px;
    height: 38px;
    justify-content: center;
    align-items: center;
    font-size: 19px
}
#ff .symbol {
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    font-size: 20px
}
#ff .link:hover,#ff .more:hover {
    color: #007f9f
}
#ff .more {
    display: inline-flex
}
#ff .action:hover,#ff .action:focus {
    color: white;
    background: #006a86
}
#ff .practice .action:hover,#ff .practice .action:focus {
    color: #173e4d;
    background: #e6f5f9
}
#ff .benefits,#ff .ff-extra {
    max-width: 1200px;
    margin: auto;
    padding: 48px 5%
}
#ff .ff-extra {
    padding-top: 10px
}
#ff .feature>i {
    font-size: 23px
}
#ff .feature>a {
    display: inline-block;
    margin-top: 12px;
    color: #006c88;
    font-size: 13px;
    text-decoration: underline
}
#ff .container {
    width: 100%;
    max-width: 1080px;
    padding: 0;
    margin: auto
}
#ff .ff-details {
    background: #f4f9fa
}
#ff #pakketten {
    padding: 58px max(5%,calc((100% - 1080px)/2));
    background: #f4f9fa
}
#ff #pakketten hr {
    display: none
}
#ff #pakketten h2 {
    text-align: center
}
#ff #pakketten .section-top {
    margin-bottom: 30px
}
#ff #pakketten .p-margin:empty {
    display: none
}
#ff [class*="rpt_plan"] {
    border-radius: 16px;
    overflow: hidden
}
#ff #code-design {
    background: #173e4d;
    padding: 45px 5%;
    height: auto
}
#ff #code-design .background-layer {
    background: transparent;
    padding: 0;
    height: auto
}
#ff #code-design .content {
    padding: 0;
    color: white
}
#ff #code-design h2 {
    color: white;
    text-align: left;
    margin-bottom: 26px
}
#ff #code-design .nog_meer_vd {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 32px;
    text-align: left
}
#ff #code-design .nog_meer_vd li {
    font-size: 14px;
    padding: 0!important;
    color: #deedf2
}
#ff #contact-us {
    padding: 62px 5%;
    background: #fff
}
#ff #contact-details {
    padding: 0
}
#ff #contact-heading {
    text-align: left;
    margin-bottom: 32px
}
#ff #contact-heading h2 {
    text-align: left;
    margin-bottom: 14px
}
#ff #contact-details p {
    font-size: 15px;
    margin: 0;
    color: #526b76
}
#ff #contact-details .form-group {
    margin-bottom: 17px
}
#ff #contact-details .form-group label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #173440;
    margin-bottom: 6px
}
#ff #contact-details .form-control {
    background: #f8fbfc;
    border: 1px solid #ccdfe6;
    border-radius: 9px;
    color: #173440;
    padding: 13px 14px;
    box-shadow: none;
    font: inherit;
    font-size: 16px;
    height: auto;
    min-height: 48px
}
#ff #contact-details .form-control:focus {
    border-color: #007f9f;
    outline: 2px solid #007f9f;
    outline-offset: 2px
}
#ff #contact-details .form-group>i {
    display: none
}
#ff #contact-details .btn {
    background: #007f9f;
    border: 0;
    border-radius: 9px;
    padding: 14px 22px;
    color: white;
    text-transform: none;
    font: inherit
}
#ff #contact-details .btn:hover {
    background: #006a86
}
#ff #contact-address {
    background: #eff8fa;
    border-radius: 18px;
    padding: 28px;
    margin-left: 20px
}
#ff #contact-details #contact-address h3 {
    margin: 0 0 20px;
    text-align: left
}
#ff #contact-details #contact-address #address {
    margin: 0
}
#ff #contact-details #address-list {
    margin: 0;
    padding: 0;
    list-style: none
}
#ff #contact-details #address-list li {
    font-size: 14px;
    margin: 0 0 20px;
    display: flex;
    gap: 12px;
    overflow-wrap: anywhere
}
#ff #contact-details #address-list li i {
    position: static;
    margin: 4px 0 0;
    color: #007f9f
}
#ff #contact-details #address-list a {
    color: #006c88
}
#ff footer {
    padding: 25px max(5%,calc((100% - 1080px)/2))
}
#ff footer a {
    color: #526b76
}
@media(max-width:767px) {
    #ff .hero {
        grid-template-columns: 1fr;
        gap: 32px;
        padding: 40px 6%
    }
    #ff .intro {
        max-width: 100%
    }
    #ff .features {
        grid-template-columns: 1fr;
        gap: 24px
    }
    #ff .section-head {
        align-items: start;
        flex-direction: column;
        gap: 15px
    }
    #ff .section-head p {
        max-width: none
    }
    #ff #code-design .nog_meer_vd {
        grid-template-columns: 1fr
    }
    #ff #contact-address {
        margin: 30px 0 0
    }
    #ff #contact-us {
        padding: 40px 6%
    }
    #ff .benefits,#ff .ff-extra {
        padding-left: 6%;
        padding-right: 6%
    }
    #ff header .tagline {
        display: none
    }
    #ff .row {
        margin-left: 0;
        margin-right: 0
    }
    #ff #contact-details .col-xs-12 {
        padding: 0
    }
    #ff .entry {
        padding: 23px
    }
    #ff header {
        padding: 20px 6%
    }
    #ff .hero h1 {
        font-size: 44px
    }
    #ff footer {
        flex-wrap: wrap
    }
}
@media(prefers-reduced-motion:reduce) {
    #ff * {
        animation: none!important;
        transition: none!important
    }
}
#ff a {
    text-decoration: none
}
#ff #contact_form .form-control {
    width: 100%;
    max-width: 100%
}
#ff #contact_form .btn {
    width: 100%
}
#ff .hero>* {
    min-width: 0
}
#ff .note {
    align-items: flex-start
}
#ff .note .fa {
    margin-top: 4px;
    flex-shrink: 0
}
#ff #code-design {
    background: #173e4d!important
}
/* Consistent, compact pricing cards. Prices and features remain plugin-managed. */ #ff #pakketten {
    padding-top: 64px;
    padding-bottom: 44px
}
#ff #pakketten .section-top {
    margin-bottom: 42px
}
#ff .ff-package-eyebrow {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #007f9f;
    margin-bottom: 12px
}
#ff #pakketten h2 {
    font-size: 32px;
    letter-spacing: -1px;
    margin: 0 0 14px
}
#ff .ff-package-intro {
    font-size: 15px;
    color: #526b76
}
#ff #pakketten .rpt_plans {
    overflow: visible;
    border-radius: 0
}
#ff #pakketten .rpt_plans>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    width: 100%
}
#ff #pakketten .rpt_plan {
    position: relative;
    float: none!important;
    width: 100%!important;
    margin: 0!important;
    top: 0!important;
    transform: none!important;
    min-width: 0;
    overflow: visible;
    border: 1px solid #dbe8ed;
    border-radius: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 8px 26px rgba(23,52,64,.025)
}
#ff #pakketten .rpt_title {
    background: transparent!important;
    color: #173440!important;
    font-family: inherit!important;
    font-weight: 600!important;
    font-size: 23px!important;
    padding: 28px 30px 0!important;
    border: 0!important;
    line-height: 1.4!important
}
#ff #pakketten .rpt_head {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    align-items: baseline;
    gap: 5px 10px;
    min-height: 145px;
    background: transparent!important;
    color: #173440!important;
    padding: 18px 30px 24px!important;
    text-align: left!important
}
#ff #pakketten .rpt_price {
    order: 0;
    font-family: inherit!important;
    font-size: 46px!important;
    font-weight: 600!important;
    letter-spacing: -1.8px;
    color: #173440!important;
    line-height: 1.15!important;
    margin: 0!important;
    padding: 0!important
}
#ff #pakketten .rpt_price:before {
    content: '€';
    font-size: 26px;
    vertical-align: 4px;
    margin-right: 5px;
    font-weight: 400
}
#ff #pakketten .rpt_recurrence {
    order: 1;
    margin: 0!important;
    padding: 0!important;
    color: #526b76!important;
    font-size: 13px!important;
    font-family: inherit!important
}
#ff #pakketten .rpt_description {
    order: 2;
    width: 100%;
    margin: 10px 0 0!important;
    padding: 0!important;
    color: #526b76!important;
    font-family: inherit!important;
    font-size: 14px!important;
    line-height: 1.6!important
}
#ff #pakketten .rpt_subtitle {
    position: absolute;
    right: 24px;
    top: -14px;
    padding: 5px 12px!important;
    border-radius: 20px;
    background: #007f9f!important;
    color: #fff!important;
    font-family: inherit!important;
    font-size: 12px!important;
    font-weight: 600!important;
    line-height: 1.5!important;
    margin: 0!important
}
#ff #pakketten .rpt_features {
    flex: 1;
    background: transparent!important;
    color: #173440!important;
    padding: 17px 30px 22px!important;
    margin: 0!important;
    border-top: 1px solid #edf2f4
}
#ff #pakketten .rpt_feature {
    display: flex;
    align-items: baseline;
    gap: 10px;
    text-align: left!important;
    border: 0!important;
    padding: 7px 0!important;
    color: #526b76!important;
    font-family: inherit!important;
    font-size: 14px!important;
    line-height: 1.5!important
}
#ff #pakketten .rpt_feature:before {
    content: '\f00c';
    font-family: FontAwesome;
    color: #007f9f;
    font-size: 12px;
    flex-shrink: 0
}
#ff #pakketten .rpt_feature strong {
    color: #173440;
    font-weight: 500
}
#ff #pakketten .rpt_foot {
    display: block;
    margin: 0 30px 28px!important;
    padding: 13px 16px!important;
    border: 1px solid #c8dde5;
    border-radius: 9px;
    background: #eff7fa!important;
    color: #006c88!important;
    font: 600 14px/1.5 'Segoe UI',sans-serif!important;
    text-align: center
}
#ff #pakketten .rpt_foot:hover {
    background: #deeff5!important
}
#ff #pakketten .rpt_recommended_plan {
    border: 2px solid #007f9f
}
#ff #pakketten .rpt_recommended_plan .rpt_foot {
    background: #007f9f!important;
    color: #fff!important;
    border-color: #007f9f
}
#ff #pakketten .rpt_recommended_plan .rpt_foot:hover {
    background: #006a86!important
}
#ff #pakketten .rpt_recommended {
    display: none
}
/* Compact service panel aligned with the pricing cards. */ #ff #code-design {
    background: #f4f9fa!important;
    padding: 0 5% 64px;
    height: auto
}
#ff #code-design .ff-service-panel {
    display: grid;
    grid-template-columns: .8fr 1.5fr;
    gap: 42px;
    background: #173e4d;
    border-radius: 18px;
    padding: 38px;
    color: #fff
}
#ff .ff-service-eyebrow {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.8px;
    color: #a1d7e4;
    margin-bottom: 13px
}
#ff #code-design h2 {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 14px;
    letter-spacing: -.8px
}
#ff #code-design .ff-service-intro>p {
    font-size: 14px;
    color: #c1d7e0;
    line-height: 1.6;
    margin: 0;
    max-width: 235px
}
#ff .ff-service-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
    align-content: center
}
#ff .ff-service-grid li {
    display: flex;
    gap: 12px;
    padding: 0;
    text-align: left;
    min-width: 0
}
#ff .ff-service-grid li>i {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 9px;
    color: #b9e5ef;
    background: #254f5e;
    font-size: 16px
}
#ff .ff-service-grid h3 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0 0 5px
}
#ff .ff-service-grid p {
    font-size: 13px;
    line-height: 1.6;
    color: #c1d7e0;
    margin: 0
}
@media(max-width:900px) {
    #ff #code-design .ff-service-panel {
        grid-template-columns: 1fr;
        gap: 28px
    }
    #ff #code-design .ff-service-intro>p {
        max-width: none
    }
}
@media(max-width:767px) {
    #ff #pakketten {
        padding: 40px 6% 28px
    }
    #ff #pakketten h2 {
        font-size: 27px
    }
    #ff #pakketten .rpt_plans>div {
        grid-template-columns: 1fr;
        gap: 28px
    }
    #ff #pakketten .rpt_title {
        padding: 24px 24px 0!important;
        font-size: 22px!important
    }
    #ff #pakketten .rpt_head {
        padding: 16px 24px 22px!important;
        min-height: 0
    }
    #ff #pakketten .rpt_features {
        padding: 16px 24px!important
    }
    #ff #pakketten .rpt_foot {
        margin: 0 24px 24px!important
    }
    #ff #code-design {
        padding: 0 6% 40px
    }
    #ff #code-design .ff-service-panel {
        padding: 26px
    }
    #ff .ff-service-grid {
        grid-template-columns: 1fr;
        gap: 23px
    }
}
#ff #code-design .ff-service-panel:before,#ff #code-design .ff-service-panel:after {
    content: none;
    display: none
}
#ff #pakketten {
    padding-top: 60px!important;
    padding-bottom: 44px!important
}
#ff #pakketten .rpt_description {
    text-align: left!important;
    font-weight: 400!important
}
#ff #pakketten .rpt_recurrence,#ff #pakketten .rpt_feature {
    font-weight: 400!important
}
@media(max-width:767px) {
    #ff #pakketten {
        padding-top: 40px!important;
        padding-bottom: 28px!important
    }
}
/* One clearly grouped overview of the six product benefits. */ #ff .ff-benefits-overview {
    max-width: 1200px;
    margin: 0 auto;
    padding: 58px 5% 62px;
    border-top: 1px solid #e2edf1
}
#ff .ff-benefits-heading {
    max-width: 610px;
    margin-bottom: 32px
}
#ff .ff-benefits-eyebrow {
    font-size: 11px;
    letter-spacing: 1.7px;
    font-weight: 600;
    color: #007f9f;
    margin-bottom: 14px
}
#ff .ff-benefits-heading h2 {
    font-size: 34px;
    line-height: 1.2;
    letter-spacing: -1px;
    margin: 0 0 16px
}
#ff .ff-benefits-heading>p {
    font-size: 15px;
    line-height: 1.7;
    color: #526b76;
    margin: 0;
    max-width: 570px
}
#ff .ff-benefits-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px
}
#ff .ff-benefit-card {
    padding: 26px;
    border: 1px solid #e0ebef;
    border-radius: 15px;
    background: #f8fbfc;
    min-width: 0
}
#ff .ff-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 11px;
    color: #007f9f;
    background: #e7f3f7;
    margin-bottom: 19px;
    font-size: 21px
}
#ff .ff-benefit-card h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.2px;
    margin: 0 0 10px;
    color: #173440
}
#ff .ff-benefit-card p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
    color: #526b76
}
#ff .ff-benefits-document {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 22px;
    padding: 20px 0 0;
    border-top: 1px solid #e2edf1;
    font-size: 13px
}
#ff .ff-benefits-document>div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #526b76
}
#ff .ff-benefits-document>div>i {
    color: #007f9f;
    font-size: 17px
}
#ff .ff-benefits-document a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #006c88;
    font-weight: 500;
    flex-shrink: 0;
    min-height: 44px
}
#ff .ff-benefits-document a:hover {
    text-decoration: underline
}
@media(max-width:1000px) {
    #ff .ff-benefits-grid {
        grid-template-columns: repeat(2,minmax(0,1fr))
    }
}
@media(max-width:600px) {
    #ff .ff-benefits-overview {
        padding: 38px 6% 42px
    }
    #ff .ff-benefits-heading h2 {
        font-size: 28px
    }
    #ff .ff-benefits-grid {
        grid-template-columns: 1fr;
        gap: 13px
    }
    #ff .ff-benefit-card {
        padding: 22px;
        display: grid;
        grid-template-columns: 38px 1fr;
        gap: 0 14px
    }
    #ff .ff-benefit-icon {
        width: 38px;
        height: 38px;
        font-size: 18px;
        grid-row: 1/3;
        margin: 0
    }
    #ff .ff-benefit-card h3 {
        margin: 0 0 8px;
        font-size: 16px
    }
    #ff .ff-benefit-card p {
        grid-column: 2;
        font-size: 14px
    }
    #ff .ff-benefits-document {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px
    }
    #ff .ff-benefits-document a {
        flex-shrink: 1
    }
}
#ff .ff-benefit-card .ff-benefit-list {
    grid-column: 2;
    margin: 14px 0 0;
    padding-left: 18px;
    color: #526b76;
    font-size: 14px;
    line-height: 1.7;
    list-style: disc
}
#ff .ff-benefit-list li {
    margin-bottom: 10px;
    padding-left: 2px
}
#ff .ff-benefit-list li:last-child {
    margin-bottom: 0
}
#ff .ff-benefit-list a {
    color: #006c88;
    text-decoration: underline
}
#ff .ff-benefit-card p strong {
    font-weight: 500;
    color: #173440
}
/* Keep the subject chevron centered, with the same inset as the field text. */ #ff #contact-us #contact-details select.form-control {
    -webkit-appearance: none;
    appearance: none;
    padding-right: 44px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath d='m4 6 4 4 4-4' fill='none' stroke='%23526b76' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    background-size: 16px 16px;
}
@media(forced-colors:active) {
    #ff #contact-us #contact-details select.form-control {
        appearance: auto;
        background-image: none
    }
}
