.ep{
    min-height:100vh;
    background:#f5f5fb;
    font-family:Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ep__hero{
    position:relative;
    background:#131313;
    overflow:hidden;
    padding:0 80px 72px;
}
.ep__hero-media{
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:100%;
    z-index:0;
    overflow:hidden;
}
.ep__hero-bg-img{
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    object-position:center;
}
.ep__hero-overlay{
    position:absolute;
    inset:0;
    background:rgba(19, 19, 19, 0.74);
}
.ep__hero-glow{
    position:absolute;
    left:-134px;
    top:226px;
    width:429px;
    height:420px;
    background:rgba(252, 88, 70, 0.1);
    border-radius:9999px;
    -webkit-filter:blur(150px);
            filter:blur(150px);
    pointer-events:none;
    z-index:0;
}
.ep__hero-inner{
    position:relative;
    z-index:1;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    gap:48px;
    max-width:1130px;
    margin:0 auto;
    padding-top:128px;
    min-height:618px;
}
.ep__hero-content{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    min-width:0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
}
.ep__hero-title{
    font-family:Inter, sans-serif;
    font-size:48px;
    font-weight:700;
    line-height:58px;
    letter-spacing:0.6px;
    color:#fff;
    margin:0;
    max-width:712px;
}
.ep__hero-title-accent{
    color:#fc5846;
}
.ep__hero-lower{
    margin-top:30px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:40px;
}
.ep__hero-subtitle{
    font-family:Inter, sans-serif;
    font-size:18px;
    font-weight:400;
    line-height:30px;
    color:rgba(255, 255, 255, 0.8);
    margin:0;
    max-width:576px;
}
.ep__hero-features{
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start;
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:0;
    background:rgba(152, 152, 152, 0.25);
    border:1px solid rgba(197, 196, 196, 0.45);
    border-radius:36px;
    padding:14px 8px;
}
.ep__hero-feature{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:10px;
    padding:0 24px;
}
.ep__hero-feature + .ep__hero-feature{
    border-left:1px solid rgba(255, 255, 255, 0.25);
}
.ep__hero-feature-icon{
    width:24px;
    height:24px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
}
.ep__hero-feature span{
    font-family:Inter, sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:20px;
    color:#fff;
    white-space:nowrap;
}
.ep__hero-form-card{
    width:435px;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    background:#ffffff;
    border-radius:16px;
    outline:1px solid #f3f4f6;
    outline-offset:-1px;
    box-shadow:3px 8px 50px -7px rgba(18, 11, 67, 0.33);
    padding:28px 28px 48px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
    position:relative;
    z-index:1;
}
.ep__lead-form[hidden]{
    display:none;
}
.ep__thanks{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    text-align:center;
    gap:16px;
    padding:32px 8px;
    min-height:320px;
}
.ep__thanks[hidden]{
    display:none;
}
.ep__thanks-icon{
    width:64px;
    height:64px;
    object-fit:contain;
}
.ep__thanks-title{
    font-family:Inter, sans-serif;
    font-size:22px;
    font-weight:700;
    line-height:30px;
    color:#1d1818;
    margin:0;
}
.ep__thanks-sub{
    font-family:Inter, sans-serif;
    font-size:15px;
    font-weight:400;
    line-height:22px;
    color:#6b7280;
    margin:0;
    max-width:300px;
}
.ep__hero-form-title{
    font-family:Inter, sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:28px;
    color:#1d1818;
    margin:0;
}
.ep__lead-form{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:16px;
}
.ep-field{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:8px;
}
.ep-field__label{
    font-family:Inter, sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    color:#1d1818;
}
.ep-field__input{
    width:100%;
    padding:11px 16px 10px;
    background:#ffffff;
    border-radius:8px;
    outline:1px solid #e5e7eb;
    outline-offset:-1px;
    border:none;
    font-family:Inter, sans-serif;
    font-size:12px;
    font-weight:400;
    line-height:18px;
    color:rgba(3, 3, 3, 0.85);
    box-sizing:border-box;
    transition:outline-color 0.15s ease, box-shadow 0.15s ease;
    -webkit-appearance:none;
    appearance:none;
}
.ep-field__input::-webkit-input-placeholder{
    color:#a9a5a5;
}
.ep-field__input::placeholder{
    color:#a9a5a5;
}
.ep-field__input:focus{
    outline-color:#fc5846;
    box-shadow:0 0 0 3px rgba(252, 88, 70, 0.12);
    outline-width:1.5px;
}
.ep-field--error .ep-field__input, .ep-field--error .ep-field__input:focus{
    outline-color:#dd3444;
    box-shadow:0 0 0 3px rgba(221, 52, 68, 0.12);
}
.ep-field__error{
    font-family:Inter, sans-serif;
    font-size:11px;
    font-weight:400;
    line-height:14px;
    color:#dd3444;
}
.ep-field-row{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:16px;
}
.ep-field-row .ep-field{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    min-width:0;
}
.ep-form-footer{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:10px;
}
.ep__form-btn{
    width:100%;
    height:48px;
    padding:12px 16px;
    background:#fc5846;
    border-radius:8px;
    border:none;
    box-shadow:0px 4px 6px -4px #ffedd5, 0px 10px 15px -3px #ffedd5;
    font-family:Inter, sans-serif;
    font-size:16px;
    font-weight:700;
    line-height:24px;
    color:#ffffff;
    cursor:pointer;
    transition:background 0.15s ease, box-shadow 0.15s ease, -webkit-transform 0.15s ease;
    transition:background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
    transition:background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease, -webkit-transform 0.15s ease;
    text-align:center;
}
.ep__form-btn:hover{
    background:#f04533;
    -webkit-transform:translateY(-1px);
            transform:translateY(-1px);
    box-shadow:0px 6px 10px -4px #ffedd5, 0px 14px 20px -3px rgba(252, 88, 70, 0.2);
}
.ep__form-btn:active{
    -webkit-transform:translateY(0);
            transform:translateY(0);
}
.ep-form-privacy{
    font-family:Inter, sans-serif;
    font-size:11px;
    font-weight:400;
    line-height:15px;
    color:rgba(3, 3, 3, 0.5);
    text-align:center;
    margin:0;
}
.ep__sections{
    max-width:1200px;
    margin:0 auto;
    padding:96px 80px 120px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:96px;
}
[data-ep-section][hidden]{
    display:none !important;
}
.ep-section{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:48px;
}
.ep-section__header{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:12px;
}
.ep-section__eyebrow{
    font-size:11px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#6b7afe;
}
.ep-section__title{
    font-size:32px;
    font-weight:700;
    line-height:1.25;
    color:rgba(3, 3, 3, 0.85);
    margin:0;
    letter-spacing:-0.25px;
}
.ep-section__desc{
    font-size:16px;
    font-weight:400;
    line-height:1.65;
    color:rgba(3, 3, 3, 0.52);
    margin:0;
    max-width:600px;
}
.ep-section__grid{
    display:grid;
    gap:20px;
}
.ep-section__grid--2{
    grid-template-columns:repeat(2, 1fr);
}
.ep-section__grid--3{
    grid-template-columns:repeat(3, 1fr);
}
.ep-section__grid--4{
    grid-template-columns:repeat(4, 1fr);
}
.ep-card{
    background:#ffffff;
    border-radius:20px;
    outline:1px solid #e4e4f0;
    outline-offset:-1px;
    padding:28px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:16px;
    transition:box-shadow 0.25s ease, outline-color 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:box-shadow 0.25s ease, outline-color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:box-shadow 0.25s ease, outline-color 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.ep-card:hover{
    outline-color:#c5c7ff;
    box-shadow:0 8px 32px rgba(107, 122, 254, 0.15);
    -webkit-transform:translateY(-3px);
            transform:translateY(-3px);
}
.ep-card__icon{
    width:52px;
    height:52px;
    background:rgba(107, 122, 254, 0.1);
    border-radius:14px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
}
.ep-card__icon svg, .ep-card__icon img{
    width:28px;
    height:28px;
}
.ep-card__title{
    font-size:16px;
    font-weight:700;
    line-height:1.35;
    color:rgba(3, 3, 3, 0.85);
    margin:0;
}
.ep-card__body{
    font-size:14px;
    font-weight:400;
    line-height:1.6;
    color:rgba(3, 3, 3, 0.52);
    margin:0;
}
.ep-divider{
    height:1px;
    background:#e8e8f0;
    border:none;
    margin:0;
}
@media (max-width: 1260px){
    .ep__hero-inner{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        min-height:unset;
    }

    .ep__hero-content{
        padding-top:16px;
        gap:10px;
    }

    .ep__hero-form-card{
        width:100%;
    }
}
@media (max-width: 1024px){
    .ep__hero-title{
        font-size:38px;
        line-height:48px;
    }
    .ep__hero{
        padding:32px 32px 48px;
    }

    .ep__hero-glow{
        display:none;
    }

    .ep__sections{
        padding:56px 32px 80px;
        gap:64px;
    }

    .ep-section__title{
        font-size:26px;
    }

    .ep-section__grid--3{
        grid-template-columns:1fr;
    }
    .ep-section__grid--4{
        grid-template-columns:repeat(2, 1fr);
    }
}
@media (max-width: 767px){
    .ep__hero{
        background:#0c0c0c;
        padding:0 20px 32px;
    }
    .ep__hero-media{
        height:100%;
    }

    .ep__hero-overlay{
        background:linear-gradient(180deg, rgba(12, 12, 12, 0.6) 0%, rgba(12, 12, 12, 0.85) 55%, #0c0c0c 100%);
    }

    .ep__hero-glow{
        display:none;
    }

    .ep__hero-inner{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        min-height:unset;
        gap:40px;
        padding-top:120px;
    }

    .ep__hero-content{
        padding-top:0;
        gap:0;
    }

    .ep__hero-title{
        font-size:24px;
        line-height:32px;
        letter-spacing:0.6px;
    }

    .ep__hero-lower{
        margin-top:16px;
        gap:24px;
    }
    .ep__hero-subtitle{
        font-size:14px;
        line-height:21px;
        color:rgba(255, 255, 255, 0.8);
    }
    .ep__hero-features{
        background:none;
        border:none;
        padding:0;
        gap:14px;
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
    }

    .ep__hero-feature{
        gap:10px;
        padding:0;
    }

    .ep__hero-feature + .ep__hero-feature{
        border-left:none;
    }

    .ep__hero-feature-icon{
        width:24px;
        height:24px;
    }

    .ep__hero-feature span{
        font-size:12px;
        line-height:20px;
        color:#fff;
    }

    .ep__hero-form-card{
        width:100%;
        padding:28px 28px 48px;
        border-radius:16px;
    }

    .ep__hero-form-title{
        font-size:16px;
        line-height:20.8px;
    }
    .ep-field-row{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }

    .ep__sections{
        padding:40px 20px 64px;
        gap:48px;
    }

    .ep-section__grid--2{
        grid-template-columns:1fr;
    }
    .ep-section__grid--4{
        grid-template-columns:1fr;
    }
}
@media (max-width: 480px){
    .ep__sections{
        padding:32px 16px 48px;
        gap:40px;
    }
}
.epd-page{
    padding:32px 80px 48px;
    background:#fff;
    position:relative;
    overflow:hidden;
    min-height:100vh;
}
.epd-blur{
    position:absolute;
    width:348px;
    height:348px;
    top:124px;
    left:50%;
    -webkit-transform:translateX(-20%);
            transform:translateX(-20%);
    background:rgba(225, 228, 251, 0.32);
    border-radius:9999px;
    -webkit-filter:blur(60px);
            filter:blur(60px);
    pointer-events:none;
    z-index:0;
}
.epd-hero{
    position:relative;
    z-index:1;
}
.epd-hero__inner{
    max-width:1217px;
    margin:0 auto;
    position:relative;
    min-height:455px;
    display:grid;
    grid-template-columns:610px 1fr;
    gap:48px;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.epd-hero__copy{
    padding-top:40px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:44px;
}
.epd-badge{
    display:-webkit-inline-flex;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:8px;
    padding:4px 16px;
    background:rgba(107, 122, 254, 0.1);
    border-radius:9999px;
    outline:1px solid rgba(107, 122, 254, 0.2);
    outline-offset:-1px;
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start;
}
.epd-badge__dot{
    width:8px;
    height:8px;
    border-radius:9999px;
    background:#6b7afe;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
}
.epd-badge__text{
    color:#6b7afe;
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    line-height:16px;
}
.epd-copy__body{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:16px;
}
.epd-heading{
    font-size:48px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:58px;
    letter-spacing:0.6px;
    color:#1a1b23;
    margin:0;
}
.epd-description{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:24px;
    color:#434655;
    margin:0;
    max-width:576px;
}
.epd-trust-badges{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:40px;
}
.epd-trust-badge{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:10px;
}
.epd-trust-badge__icon{
    width:40px;
    height:40px;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.epd-trust-badge__label{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:20px;
    color:#434655;
    white-space:nowrap;
}
.epd-form-card{
    background:#fff;
    border-radius:16px;
    outline:1px solid #f3f4f6;
    outline-offset:-1px;
    box-shadow:1px 4px 50px -12px rgba(18, 11, 67, 0.12);
    padding:28px 28px 48px;
    box-sizing:border-box;
    position:relative;
}
.epd-form-card__title{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:28px;
    color:#1a1b23;
    margin:0 0 24px;
}
.epd-form__field--full{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:8px;
    margin-bottom:16px;
}
.epd-form__row{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:16px;
    margin-bottom:16px;
}
.epd-form__field{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:8px;
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
}
.epd-form__label{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:16px;
    color:#1a1b23;
}
.epd-form__input{
    width:100%;
    padding:11px 16px 10px;
    background:#fff;
    border-radius:8px;
    border:1px solid #e5e7eb;
    font-size:12px;
    font-family:Inter, sans-serif;
    color:#030303;
    box-sizing:border-box;
    outline:none;
    transition:border-color 140ms;
}
.epd-form__input::-webkit-input-placeholder{
    color:rgba(3, 3, 3, 0.5);
}
.epd-form__input::placeholder{
    color:rgba(3, 3, 3, 0.5);
}
.epd-form__input:focus{
    border-color:#6b7afe;
}
.epd-cta{
    display:block;
    width:100%;
    height:48px;
    background:#fc5846;
    color:#fff;
    border:none;
    border-radius:8px;
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:24px;
    text-align:center;
    cursor:pointer;
    transition:background 140ms;
    box-shadow:0 10px 15px -3px #ffedd5, 0 4px 6px -4px #ffedd5;
    margin-top:10px;
}
.epd-cta:hover{
    background:#e84836;
}
.epd-form__note{
    text-align:center;
    font-size:11px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:15px;
    color:rgba(3, 3, 3, 0.5);
    margin:8px 0 0;
}
.epd-success{
    text-align:center;
    padding:32px 16px;
}
.epd-success__icon{
    width:48px;
    height:48px;
    background:#ecfdf5;
    color:#10b981;
    border-radius:50%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    font-size:22px;
    margin:0 auto 16px;
}
.epd-success__heading{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:600;
    color:#1a1b23;
    margin:0 0 8px;
}
.epd-success__message{
    font-size:14px;
    font-family:Inter, sans-serif;
    color:#434655;
    margin:0;
}
.epd-content{
    position:relative;
    z-index:1;
    max-width:1217px;
    margin:64px auto 0;
    padding-left:40px;
    padding-right:40px;
    margin-bottom:64px;
}
.epd-section__inner{
    display:grid;
    grid-template-columns:608px 1fr;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.epd-section__media{
    position:relative;
    width:608px;
}
.epd-section__image{
    display:block;
    width:587px;
    height:500px;
    object-fit:cover;
    border-radius:20px;
    box-shadow:0 8px 30px rgba(0, 0, 0, 0.04);
}
@-webkit-keyframes epd-float-card{
    0%, 100%{
        -webkit-transform:translateY(0);
                transform:translateY(0);
    }
    50%{
        -webkit-transform:translateY(-8px);
                transform:translateY(-8px);
    }
}
@keyframes epd-float-card{
    0%, 100%{
        -webkit-transform:translateY(0);
                transform:translateY(0);
    }
    50%{
        -webkit-transform:translateY(-8px);
                transform:translateY(-8px);
    }
}
.epd-section__float-card{
    position:absolute;
    left:274px;
    top:420px;
    padding:32px;
    background:#6467f1;
    border-radius:12px;
    box-shadow:0 8px 10px -6px rgba(0, 0, 0, 0.1), 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    width:337px;
    -webkit-animation:epd-float-card 3.5s ease-in-out infinite;
            animation:epd-float-card 3.5s ease-in-out infinite;
}
.epd-section__float-card p{
    color:#fff;
    font-size:24px;
    font-family:Inter, sans-serif;
    font-weight:300;
    line-height:40px;
    margin:0;
}
.epd-section__content{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:16px;
}
.epd-section__label{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:800;
    letter-spacing:2.4px;
    line-height:16px;
    text-transform:uppercase;
    color:#6b7afe;
    margin:0;
}
.epd-section__heading{
    font-size:32px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:44px;
    color:#1a1b23;
    margin:0;
}
.epd-section__body-wrap{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
    padding-top:8px;
}
.epd-section__body{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:30px;
    color:#434655;
    margin:0;
}
.epd-section__callout{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:16px;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    padding:24px;
    background:#f3f2fe;
    border-left:4px solid #1f4ed8;
    border-radius:20px;
    box-shadow:2px 4px 8px rgba(0, 0, 0, 0.08);
}
.epd-section__callout-icon{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    width:19px;
    margin-top:2px;
}
.epd-section__callout-icon svg{
    display:block;
}
.epd-section__callout-text{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:500;
    line-height:22.75px;
    color:#434655;
    margin:0;
}
.epd-section--intro .epd-section__inner{
    display:block;
}
.epd-content .epd-section__label{
    color:#fc5846;
    font-size:14px;
    line-height:20px;
}
.epd-content .epd-section__heading{
    font-family:Inter, sans-serif;
    font-weight:700;
    font-size:36px;
    color:#1d1818;
}
.epd-content .epd-section__body{
    color:#6b6161;
}
.epd-content .epd-section__callout{
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    background:#fef2f2;
    border-left-color:#fc5846;
    border-radius:12px;
    box-shadow:none;
}
.epd-section--steps{
    padding:80px;
    background:#f9fafb;
}
.epd-steps{
    max-width:1280px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-steps__label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
    text-align:center;
}
.epd-steps__heading{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
    text-align:center;
}
.epd-steps__desc{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:30px;
    color:#6b6161;
    margin:0;
    text-align:center;
}
.epd-steps__grid{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:32px;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    margin-top:16px;
    position:relative;
}
.epd-steps__grid::before{
    content:"";
    position:absolute;
    top:40px;
    left:10%;
    right:10%;
    border-top:2px dashed rgba(252, 88, 70, 0.45);
    z-index:0;
}
.epd-step-card{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    padding:24px;
    background:transparent;
    border-radius:14px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:11px;
    text-align:center;
    box-sizing:border-box;
}
.epd-step-card__num{
    position:relative;
    z-index:1;
    width:32px;
    height:32px;
    background:#fc5846;
    border-radius:8px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:20px;
    color:#fff;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    box-shadow:0 4px 6px -4px #bfdbfe, 0 10px 15px -3px #ffbfb8;
}
.epd-step-card__title{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:20px;
    color:#1d1818;
    margin:9px 0 0;
}
.epd-step-card__body{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:21px;
    color:#6b6161;
    margin:0;
}
.epd-section--why-us{
    padding:80px;
    background:#fff;
}
.epd-why{
    max-width:1273px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:40px;
}
.epd-why__header{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-why__label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
}
.epd-why__heading{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-why__grid{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:28px;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
}
.epd-why-card{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    padding:32px;
    background:#fff;
    border-radius:14px;
    border:1px solid #ebe5e5;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    gap:11px;
    box-sizing:border-box;
    box-shadow:0 4px 12px rgba(12, 12, 12, 0.1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-why-card:hover{
    border-color:#fc5846;
    box-shadow:0 8px 28px rgba(252, 88, 70, 0.14);
    -webkit-transform:translateY(-4px);
            transform:translateY(-4px);
}
.epd-why-card__icon{
    width:56px;
    height:56px;
    border-radius:12px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    transition:-webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-why__grid .epd-why-card:nth-child(1) .epd-why-card__icon{
    background:#fef2f2;
    color:#fc5846;
}
.epd-why__grid .epd-why-card:nth-child(2) .epd-why-card__icon{
    background:#f9f6fe;
    color:#9d5fef;
}
.epd-why__grid .epd-why-card:nth-child(3) .epd-why-card__icon{
    background:#f0f6fe;
    color:#4b83ee;
}
.epd-why__grid .epd-why-card:nth-child(4) .epd-why-card__icon{
    background:#dcfce7;
    color:#16a34a;
}
.epd-why-card:hover .epd-why-card__icon{
    -webkit-transform:scale(1.12) rotate(-5deg);
            transform:scale(1.12) rotate(-5deg);
}
.epd-why-card__title{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:22px;
    color:#1d1818;
    margin:9px 0 0;
    text-align:left;
}
.epd-why-card__body{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22.75px;
    color:#6b6161;
    margin:0;
    text-align:left;
}
.epd-section--docs{
    padding:80px;
    background:#fff;
}
.epd-docs{
    max-width:1280px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-docs__label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
    text-align:center;
}
.epd-docs__heading{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
    text-align:center;
}
.epd-docs__body{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:39px;
}
.epd-docs__desc{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:30px;
    color:#6b6161;
    margin:0;
    text-align:center;
}
.epd-docs__card{
    padding:48px;
    background:#121826;
    border-radius:16px;
    border:1px solid #ebe4e4;
}
.epd-docs__items{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:10px;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.epd-docs__item{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:24px;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.epd-docs__num{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    width:32px;
    padding:4px;
    background:#414651;
    border-radius:4px;
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:24px;
    color:#fff;
    text-align:center;
}
.epd-docs__item-content{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:8px;
}
.epd-docs__item-title{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:500;
    line-height:24px;
    color:#fff;
    margin:0;
}
.epd-docs__item-body{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:20px;
    color:#dcdcdc;
    opacity:0.7;
    margin:0;
}
.epd-section--buyers{
    padding:80px;
    background:#fff;
}
.epd-buyers{
    max-width:1273px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-buyers__label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
}
.epd-buyers__heading{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-buyers__body{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:40px;
}
.epd-buyers__desc{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:30px;
    color:#6b6161;
    margin:0;
    max-width:1161px;
}
.epd-buyers__grid{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:28px;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
}
.epd-bcard{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    padding:32px;
    background:#fff;
    border-radius:14px;
    border:1px solid #ebe5e5;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:11px;
    box-sizing:border-box;
    box-shadow:0 4px 12px rgba(12, 12, 12, 0.1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-bcard:hover{
    border-color:#fc5846;
    box-shadow:0 8px 28px rgba(252, 88, 70, 0.14);
    -webkit-transform:translateY(-4px);
            transform:translateY(-4px);
}
.epd-bcard__icon{
    width:56px;
    height:56px;
    border-radius:12px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    transition:-webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-buyers__grid .epd-bcard:nth-child(1) .epd-bcard__icon{
    background:#fef2f2;
    color:#fc5846;
}
.epd-buyers__grid .epd-bcard:nth-child(2) .epd-bcard__icon{
    background:#f9f6fe;
    color:#9d5fef;
}
.epd-buyers__grid .epd-bcard:nth-child(3) .epd-bcard__icon{
    background:#f0f6fe;
    color:#4b83ee;
}
.epd-buyers__grid .epd-bcard:nth-child(4) .epd-bcard__icon{
    background:#dcfce7;
    color:#16a34a;
}
.epd-bcard:hover .epd-bcard__icon{
    -webkit-transform:scale(1.12) rotate(-5deg);
            transform:scale(1.12) rotate(-5deg);
}
.epd-bcard__title{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:22px;
    color:#1d1818;
    margin:9px 0 0;
}
.epd-bcard__body{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22.75px;
    color:#6b6161;
    margin:0;
}
.epd-section--coverage{
    padding:40px 80px;
    background:#fff;
}
.epd-cov{
    max-width:1217px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:40px;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
}
.epd-cov__header{
    max-width:800px;
    width:100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    text-align:center;
}
.epd-cov__label{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:16px;
    color:#6b7afe;
    margin:0;
}
.epd-cov__heading{
    font-size:32px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:44px;
    color:#1a1b23;
    margin:0;
}
.epd-cov__grid{
    -webkit-align-self:stretch;
        -ms-flex-item-align:stretch;
            align-self:stretch;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:32px;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
}
.epd-cov__col{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    padding:40px;
    border-radius:16px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:32px;
}
.epd-cov__col--covered{
    background:rgba(34, 197, 94, 0.05);
    border:1px solid rgba(34, 197, 94, 0.2);
    padding-bottom:40px;
}
.epd-cov__col--excluded{
    background:rgba(239, 68, 68, 0.05);
    border:1px solid rgba(239, 68, 68, 0.2);
}
.epd-cov__col-hdr{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:16px;
}
.epd-cov__col-title{
    font-size:24px;
    font-family:Inter, sans-serif;
    font-weight:500;
    line-height:30px;
    color:#1a1b23;
    margin:28px 0;
}
.epd-cov__items{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-cov__item{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:16px;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.epd-cov__item-icon{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    padding-top:2px;
    display:block;
}
.epd-cov__item-content{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:3px;
}
.epd-cov__item-title{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:22px;
    color:#1a1b23;
    margin:0;
}
.epd-cov__item-body{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22.4px;
    color:#434655;
    margin:0;
}
.epd-section--cards{
    background:#f9fafb;
    padding:80px 24px;
}
.epd-cards{
    max-width:1248px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-cards__header{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
    text-align:center;
}
.epd-cards__label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
}
.epd-cards__heading{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-cards__grid{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    gap:24px;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-align-items:stretch;
        -ms-flex-align:stretch;
            align-items:stretch;
}
.epd-card{
    width:384px;
    padding:32px;
    background:#fff;
    border-radius:14px;
    border:1px solid #e5e7eb;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:11px;
    box-sizing:border-box;
    box-shadow:0 4px 12px rgba(12, 12, 12, 0.1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-card:hover{
    border-color:#fc5846;
    box-shadow:0 8px 28px rgba(252, 88, 70, 0.14);
    -webkit-transform:translateY(-4px);
            transform:translateY(-4px);
}
.epd-card__icon{
    width:48px;
    height:48px;
    border-radius:12px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    transition:-webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-cards__grid .epd-card:nth-child(1) .epd-card__icon{
    background:#fef2f2;
    color:#fc5846;
}
.epd-cards__grid .epd-card:nth-child(2) .epd-card__icon{
    background:#f9f6fe;
    color:#9d5fef;
}
.epd-cards__grid .epd-card:nth-child(3) .epd-card__icon{
    background:#f0f6fe;
    color:#4b83ee;
}
.epd-cards__grid .epd-card:nth-child(4) .epd-card__icon{
    background:#dcfce7;
    color:#16a34a;
}
.epd-cards__grid .epd-card:nth-child(5) .epd-card__icon{
    background:#ffedd5;
    color:#ea580c;
}
.epd-card:hover .epd-card__icon{
    -webkit-transform:scale(1.12) rotate(-5deg);
            transform:scale(1.12) rotate(-5deg);
}
.epd-card__title{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:700;
    color:#1d1818;
    margin:9px 0 0;
}
.epd-card__body{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22.4px;
    color:#6b6161;
    margin:0;
}
.epd-section--calc{
    padding:80px;
    background:#fef2f2;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:48px;
}
.epd-calc{
    width:100%;
    max-width:1280px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:54px;
}
.epd-calc__top{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:32px;
}
.epd-calc__title-row{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:24px;
}
.epd-calc__title{
    font-size:22px;
    font-weight:500;
    line-height:30px;
    color:#1d1818;
    margin:0;
}
.epd-calc__btns{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:8px;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
}
.epd-calc__btn{
    padding:6px;
    border-radius:8px;
    border:1px solid #76777d;
    background:none;
    cursor:pointer;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
}
.epd-calc__desc{
    font-size:18px;
    font-weight:400;
    line-height:24px;
    color:#6b6161;
    margin:0;
}
.epd-calc__tab-group{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:48px;
}
.epd-calc__tabs{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    padding:4px;
    background:rgba(255, 255, 255, 0.8);
    border-radius:9999px;
    border:1px solid rgba(205, 198, 198, 0.4);
}
.epd-calc__tab{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    padding:16px 24px;
    border-radius:9999px;
    border:none;
    background:none;
    font-size:14px;
    font-weight:500;
    line-height:20px;
    color:#45464d;
    cursor:pointer;
    text-align:center;
    transition:color 0.2s ease, background 0.25s ease, box-shadow 0.25s ease,
        outline-color 0.2s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:color 0.2s ease, background 0.25s ease, box-shadow 0.25s ease,
        transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), outline-color 0.2s ease;
    transition:color 0.2s ease, background 0.25s ease, box-shadow 0.25s ease,
        transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), outline-color 0.2s ease, -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-calc__tab:hover:not(.epd-calc__tab--active){
    background:rgba(252, 88, 70, 0.07);
    color:#fc5846;
}
.epd-calc__tab--active{
    background:#fff;
    box-shadow:1px 1px 24px rgba(11, 11, 73, 0.1);
    outline:2px solid #fc5846;
    color:#fc5846;
    font-weight:700;
    -webkit-transform:scale(1.03);
            transform:scale(1.03);
}
@-webkit-keyframes epd-panel-in{
    from{
        opacity:0;
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
                transform:translateY(0);
    }
}
@keyframes epd-panel-in{
    from{
        opacity:0;
        -webkit-transform:translateY(10px);
                transform:translateY(10px);
    }
    to{
        opacity:1;
        -webkit-transform:translateY(0);
                transform:translateY(0);
    }
}
.epd-calc__panel{
    display:none;
}
.epd-calc__panel--active{
    display:block;
    -webkit-animation:epd-panel-in 0.32s cubic-bezier(0.4, 0, 0.2, 1) forwards;
            animation:epd-panel-in 0.32s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.epd-calc__formula{
    padding:48px;
    background:#fff;
    box-shadow:0 4px 16px rgba(0, 0, 0, 0.05);
    border-radius:12px;
    border:1px solid #cdc6c6;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:0;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
}
.epd-calc__fcol{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:48px;
    padding-right:24px;
}
.epd-calc__fcol + .epd-calc__fcol{
    border-left:1px solid #c6c6cd;
    padding-left:48px;
    padding-right:0;
}
.epd-calc__flabel{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:1.2px;
    line-height:16px;
    color:rgba(26, 27, 35, 0.5);
    margin:0;
}
.epd-calc__fvalue{
    font-size:20px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:25px;
    color:#1a1b23;
    margin:0;
}
.epd-calc__fcol--example .epd-calc__fvalue{
    font-size:16px;
    font-weight:400;
    line-height:24px;
}
.epd-calc__fnote{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:16px;
    color:#434655;
    margin:4px 0 0;
}
.epd-calc__famount{
    font-size:24px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:32px;
    color:#1a1b23;
    margin:0;
}
.epd-calc__where{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
    max-width:1120px;
}
.epd-calc__where-title{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:24px;
    color:#434655;
    margin:0;
}
.epd-calc__where-list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:16px;
    list-style:none;
    padding:0;
    margin:0;
}
.epd-calc__where-item{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    gap:16px;
    font-size:14px;
    font-family:Inter, sans-serif;
    line-height:20px;
    color:#434655;
}
.epd-calc__where-item::before{
    content:"\2022";
    color:#006c49;
    font-size:16px;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    padding-top:1px;
}
.epd-calc__where-item strong{
    color:#1a1b23;
    font-weight:700;
}
.epd-calc__note{
    width:100%;
    max-width:1280px;
    padding:32px;
    background:#fff;
    border-radius:16px;
    border:1px solid rgba(223, 209, 209, 0.5);
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-calc__note-hdr{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:12px;
    font-size:20px;
    font-family:Inter, sans-serif;
    font-weight:700;
    color:#1d1818;
    margin:0;
}
.epd-calc__note-hdr svg{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
}
.epd-calc__note-grid{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-calc__note-row{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    gap:24px;
}
.epd-calc__note-item{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:4px;
}
.epd-calc__note-item strong{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:22.4px;
    color:#1d1818;
}
.epd-calc__note-item p{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22.4px;
    color:#6b6161;
    margin:0;
}
.epd-section--wide .epd-section__inner{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    margin-top:35px;
    margin-bottom:35px;
}
.epd-section__label-pill{
    padding:6px 0;
    border-radius:9999px;
}
.epd-section--wide .epd-section__content{
    gap:32px;
}
.epd-section--wide .epd-section__body-wrap{
    padding-top:8px;
    gap:0;
}
@media (max-width: 1024px){
    .epd-page{
        padding:32px 40px 48px;
    }
    .epd-hero__inner{
        grid-template-columns:1fr 400px;
    }
    .epd-section__inner{
        grid-template-columns:1fr 1fr;
    }
    .epd-section__media{
        width:auto;
    }
    .epd-section__image{
        width:100%;
        height:400px;
    }
    .epd-docs__items{
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        gap:32px;
    }
    .epd-step-card{
        -webkit-flex:1 1 calc(50% - 16px);
            -ms-flex:1 1 calc(50% - 16px);
                flex:1 1 calc(50% - 16px);
    }
    .epd-why-card{
        -webkit-flex:1 1 calc(50% - 12px);
            -ms-flex:1 1 calc(50% - 12px);
                flex:1 1 calc(50% - 12px);
    }
    .epd-docs__item{
        -webkit-flex:1 1 calc(50% - 16px);
            -ms-flex:1 1 calc(50% - 16px);
                flex:1 1 calc(50% - 16px);
    }
    .epd-calc__tabs{
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        border-radius:16px;
    }
    .epd-calc__tab{
        -webkit-flex:1 1 45%;
            -ms-flex:1 1 45%;
                flex:1 1 45%;
    }
    .epd-content{
        padding-left:40px;
        padding-right:40px;
    }
    .epd-section--coverage{
        padding-left:40px;
        padding-right:40px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .epd-cards__grid, .epd-buyers__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        padding-bottom:4px;
    }
    .epd-cards__grid::-webkit-scrollbar, .epd-buyers__grid::-webkit-scrollbar{
        display:none;
    }
    .epd-cards__grid .epd-card, .epd-bcard{
        -webkit-flex:0 0 auto;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        scroll-snap-align:start;
    }
    .epd-bcard{
        width:320px;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .epd-why__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        padding-bottom:4px;
    }
    .epd-why__grid::-webkit-scrollbar{
        display:none;
    }
    .epd-why-card{
        -webkit-flex:0 0 340px;
            -ms-flex:0 0 340px;
                flex:0 0 340px;
        width:340px;
        scroll-snap-align:start;
    }
}
#epdCardsGridEmployees, #epdCardsGridEmployers{
    -webkit-flex-wrap:nowrap;
        -ms-flex-wrap:nowrap;
            flex-wrap:nowrap;
    -webkit-justify-content:flex-start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    -webkit-scroll-snap-type:x mandatory;
        -ms-scroll-snap-type:x mandatory;
            scroll-snap-type:x mandatory;
    scrollbar-width:none;
    min-width:0;
    max-width:100%;
    padding-bottom:4px;
}
#epdCardsGridEmployees::-webkit-scrollbar, #epdCardsGridEmployers::-webkit-scrollbar{
    display:none;
}
#epdCardsGridEmployees > *, #epdCardsGridEmployers > *{
    -webkit-flex:0 0 auto;
        -ms-flex:0 0 auto;
            flex:0 0 auto;
    scroll-snap-align:start;
}
@media (max-width: 767px){
    .epd-page{
        padding:32px 24px 48px;
    }
    .epd-hero__inner{
        grid-template-columns:1fr;
        min-height:auto;
    }
    .epd-card{
        width:100%;
    }
    .epd-step-card, .epd-why-card, .epd-docs__item, .epd-bcard{
        -webkit-flex:1 1 100%;
            -ms-flex:1 1 100%;
                flex:1 1 100%;
    }
    .epd-buyers__grid{
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
    }
    .epd-cov__grid{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .epd-section__inner{
        grid-template-columns:1fr;
    }
    .epd-section__media{
        width:100%;
    }
    .epd-section__image{
        width:100%;
        height:300px;
    }
    .epd-section__float-card{
        position:static;
        margin-top:16px;
        max-width:100%;
    }
    .epd-calc__tab{
        -webkit-flex:1 1 100%;
            -ms-flex:1 1 100%;
                flex:1 1 100%;
    }
    .epd-calc__formula{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        gap:24px;
        padding:24px;
    }
    .epd-calc__fcol + .epd-calc__fcol{
        border-left:none;
        border-top:1px solid #c6c6cd;
        padding-left:0;
        padding-top:24px;
    }
    .epd-calc__note-row{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .epd-section__heading{
        font-size:26px;
        line-height:36px;
    }
    .epd-hero__copy{
        padding-top:20px;
        gap:32px;
    }
    .epd-heading{
        font-size:36px;
        line-height:46px;
    }
    .epd-trust-badges{
        -webkit-flex-wrap:wrap;
            -ms-flex-wrap:wrap;
                flex-wrap:wrap;
        gap:20px;
    }
    .epd-content{
        padding-left:20px;
        padding-right:20px;
    }
}
.epd-section--faq{
    padding:80px;
    background:#f9fafb;
}
.epd-faq__header .epd-section__label{
    color:#fc5846;
}
.epd-faq{
    max-width:800px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:48px;
}
.epd-faq__header{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:28px;
    text-align:center;
}
.epd-faq__title{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-faq__list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:16px;
}
.epd-faq__item{
    background:#fff;
    border-radius:12px;
    border:1px solid #e5e7eb;
    overflow:hidden;
    transition:border-color 0.3s ease, box-shadow 0.3s ease;
}
.epd-faq__item--open{
    border-color:#e5e7eb;
}
.epd-faq__question{
    width:100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-justify-content:space-between;
        -ms-flex-pack:justify;
            justify-content:space-between;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:16px;
    padding:24px;
    background:none;
    border:none;
    cursor:pointer;
    text-align:left;
    transition:background 0.2s ease;
}
.epd-faq__question:hover{
    background:rgba(252, 88, 70, 0.04);
}
.epd-faq__item--open .epd-faq__question{
    padding-bottom:0;
}
.epd-faq__question span{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    color:#1d1818;
    transition:color 0.25s ease;
}
.epd-faq__item--open .epd-faq__question span{
    color:#1d1818;
}
.epd-faq__chevron{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    color:#6b7280;
    transition:color 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease;
    transition:transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-faq__item--open .epd-faq__chevron{
    -webkit-transform:rotate(180deg);
            transform:rotate(180deg);
    color:#1d1818;
}
.epd-faq__answer{
    max-height:0;
    overflow:hidden;
    opacity:0;
    padding:0 24px;
    transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s ease, padding 0.35s ease;
}
.epd-faq__item--open .epd-faq__answer{
    max-height:600px;
    opacity:1;
    padding:16px 24px 24px;
}
.epd-faq__answer p{
    font-size:15px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:24px;
    color:#6b6161;
    margin:0;
}
.epd-section--cta{
    padding:80px 96px;
    background:#373737;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:32px;
}
.epd-cta__heading{
    font-size:32px;
    font-family:Inter, sans-serif;
    font-weight:600;
    color:#fff;
    text-align:center;
    margin:0;
}
.epd-cta__btn{
    display:inline-block;
    padding:18px 40px;
    background:#fc5846;
    border-radius:12px;
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:600;
    color:#fff;
    text-decoration:none;
    text-align:center;
}
.epd-cta__btn:hover{
    background:#e84835;
    color:#fff;
}
.epd-section--disclaimer{
    padding:72px 80px;
    background:#fff;
    border-top:1px solid #e5e7eb;
}
.epd-disclaimer{
    max-width:1280px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:12px;
}
.epd-disclaimer__heading{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:22px;
    color:#1a1b23;
    margin:0;
}
.epd-disclaimer__text{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:20px;
    color:#434655;
    margin:0;
}
@media (max-width: 767px){
    .epd-section--disclaimer{
        padding:48px 24px;
    }
}
@media (max-width: 767px){
    .epd-section--cta{
        padding:72px 24px 60px;
    }
    .epd-cta__heading{
        font-size:24px;
    }
}
@media (max-width: 480px){
    .epd-page{
        padding:24px 16px 40px;
    }
    .epd-heading{
        font-size:28px;
        line-height:38px;
    }
    .epd-form-card{
        padding:20px 16px 32px;
    }
    .epd-form__row{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }
    .epd-trust-badges{
        gap:16px;
    }

    .epd-content{
        margin-top:32px;
    }

    .epd-section{
        padding:24px 0;
    }

    .epd-section__media{
        padding-bottom:24px;
    }

    .epd-section__image{
        width:100%;
        height:263px;
    }

    .epd-section__float-card{
        position:absolute;
        left:50%;
        -webkit-transform:translateX(-50%);
                transform:translateX(-50%);
        top:auto;
        bottom:0;
        width:auto;
        max-width:none;
        margin-top:0;
        padding:2px 22px;
        -webkit-animation:none;
                animation:none;
        white-space:nowrap;
    }

    .epd-section__float-card p{
        font-size:14px;
        font-weight:300;
        line-height:40px;
    }

    .epd-section__content{
        gap:24px;
        padding:20px 0;
    }
    .epd-section--wide .epd-section__inner{
        padding:20px 0;
        font-size:25px;
        gap:0px;
    }
    .epd-section__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-section__body{
        font-size:14px;
        line-height:21px;
    }

    .epd-section__callout-text{
        font-size:12px;
        line-height:16px;
    }

    .epd-who-buys, .epd-key-benefits{
        padding-left:16px;
        padding-right:16px;
    }

    .epd-key-features{
        padding:54px 20px;
    }

    .epd-key-features__inner{
        gap:24px;
    }

    .epd-key-features__title{
        font-size:24px;
        line-height:31px;
    }

    .epd-key-features__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:28px;
        scrollbar-width:none;
    }

    .epd-key-features__grid::-webkit-scrollbar{
        display:none;
    }

    .epd-key-features__card{
        -webkit-flex:0 0 328px;
            -ms-flex:0 0 328px;
                flex:0 0 328px;
        width:328px;
        max-width:none;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
    }

    .epd-section--calc{
        padding:54px 16px;
        margin-left:0;
        margin-right:0;
        border-radius:16px;
        gap:32px;
    }

    .epd-calc__title{
        font-size:18px;
        line-height:23px;
    }

    .epd-calc__desc{
        font-size:14px;
        line-height:21px;
    }
    .epd-calc__tabs{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        height:60px;
        border-radius:16px;
        padding:5px;
    }

    .epd-calc__tab{
        -webkit-flex:1;
            -ms-flex:1;
                flex:1;
        padding:16px 4px;
        font-size:12px;
        line-height:16px;
        border-radius:16px;
    }
    .epd-calc__formula{
        padding:24px;
        gap:0;
    }

    .epd-calc__fcol{
        gap:16px;
        padding-right:0;
        padding-bottom:24px;
    }

    .epd-calc__fcol + .epd-calc__fcol{
        padding-top:24px;
        padding-left:0;
    }

    .epd-calc__fvalue{
        font-size:16px;
        line-height:22px;
    }

    .epd-calc__famount{
        font-size:24px;
    }
    .epd-calc__where-item{
        font-size:12px;
        line-height:16px;
    }
    .epd-calc__note{
        padding:24px;
    }

    .epd-calc__note-hdr{
        font-size:20px;
    }

    .epd-calc__note-item strong{
        font-size:14px;
        line-height:20px;
    }

    .epd-calc__note-item p{
        font-size:12px;
        line-height:16px;
    }

    .epd-section--cards{
        padding:24px 0;
    }

    .epd-cards{
        gap:24px;
        max-width:none;
        padding:0 16px;
    }

    .epd-cards__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-cards__grid{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:24px;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        padding-bottom:4px;
        scrollbar-width:none;
    }

    .epd-cards__grid::-webkit-scrollbar{
        display:none;
    }

    .epd-card{
        -webkit-flex:0 0 312px;
            -ms-flex:0 0 312px;
                flex:0 0 312px;
        width:312px;
        min-width:312px;
        height:256px;
        scroll-snap-align:start;
        box-sizing:border-box;
        overflow:hidden;
    }

    .epd-section--coverage{
        padding:24px 16px;
    }

    .epd-cov{
        max-width:none;
        padding:0;
        gap:24px;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }

    .epd-cov__header{
        max-width:none;
        width:100%;
        gap:16px;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        text-align:left;
    }

    .epd-cov__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-cov__grid{
        -webkit-flex-direction:row;
            -ms-flex-direction:row;
                flex-direction:row;
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:16px;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        -webkit-align-self:stretch;
            -ms-flex-item-align:stretch;
                align-self:stretch;
        scrollbar-width:none;
    }

    .epd-cov__grid::-webkit-scrollbar{
        display:none;
    }

    .epd-cov__col{
        -webkit-flex:0 0 280px;
            -ms-flex:0 0 280px;
                flex:0 0 280px;
        width:280px;
        padding:24px;
        scroll-snap-align:start;
        box-sizing:border-box;
    }

    .epd-cov__col--covered{
        padding-bottom:24px;
    }

    .epd-cov__items{
        gap:16px;
    }

    .epd-cov__item-icon{
        display:none;
    }

    .epd-section--disclaimer{
        padding:60px 16px;
    }

    .epd-disclaimer{
        max-width:none;
        gap:8px;
    }

    .epd-disclaimer__heading{
        font-size:12px;
        line-height:20px;
    }

    .epd-disclaimer__text{
        font-size:10px;
        line-height:16px;
    }

    .epd-section--faq{
        padding:24px 16px;
    }

    .epd-faq{
        max-width:none;
        gap:24px;
    }

    .epd-faq__header{
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        text-align:left;
        gap:16px;
    }

    .epd-faq__title{
        font-size:24px;
        line-height:31px;
    }

    .epd-faq__question span{
        font-size:14px;
    }

    .epd-faq__answer p{
        font-size:12px;
        line-height:18px;
    }

    .epd-section--why-us{
        padding:24px 16px;
    }

    .epd-why{
        max-width:none;
        gap:24px;
    }

    .epd-why__header{
        gap:16px;
    }

    .epd-why__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-why__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:18px;
        scrollbar-width:none;
    }

    .epd-why__grid::-webkit-scrollbar{
        display:none;
    }

    .epd-why-card{
        -webkit-flex:0 0 312px;
            -ms-flex:0 0 312px;
                flex:0 0 312px;
        width:312px;
        height:270px;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
        text-align:left;
    }

    .epd-section--steps{
        padding:24px 16px;
    }

    .epd-steps{
        max-width:none;
        gap:16px;
    }

    .epd-steps__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-steps__desc{
        font-size:14px;
        line-height:21px;
        max-width:none;
    }

    .epd-steps__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:32px;
        margin-top:8px;
        scrollbar-width:none;
    }

    .epd-steps__grid::-webkit-scrollbar{
        display:none;
    }

    .epd-steps__grid::before{
        display:none;
    }

    .epd-step-card{
        -webkit-flex:0 0 312px;
            -ms-flex:0 0 312px;
                flex:0 0 312px;
        width:312px;
        height:244px;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
    }

    .epd-section--docs{
        padding:24px 16px;
    }

    .epd-docs{
        max-width:none;
        gap:16px;
    }

    .epd-docs__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-docs__body{
        gap:24px;
    }

    .epd-docs__desc{
        font-size:14px;
        line-height:21px;
    }
    .epd-docs__card{
        padding:0;
        background:none;
        border:none;
        border-radius:0;
    }

    .epd-docs__items{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:24px;
        scrollbar-width:none;
    }

    .epd-docs__items::-webkit-scrollbar{
        display:none;
    }

    .epd-docs__item{
        -webkit-flex:0 0 300px;
            -ms-flex:0 0 300px;
                flex:0 0 300px;
        width:300px;
        height:180px;
        padding:40px 24px;
        background:#121826;
        border-radius:16px;
        border:1px solid #ffffff;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }

    .epd-section--buyers{
        padding:24px 16px;
    }

    .epd-section{
        padding:25px 0;
    }

    .epd-buyers{
        max-width:none;
        gap:16px;
    }

    .epd-buyers__heading{
        font-size:24px;
        line-height:31px;
    }

    .epd-buyers__body{
        gap:24px;
    }

    .epd-buyers__desc{
        font-size:14px;
        line-height:21px;
        max-width:none;
    }

    .epd-buyers__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:28px;
        scrollbar-width:none;
    }

    .epd-buyers__grid::-webkit-scrollbar{
        display:none;
    }

    .epd-bcard{
        -webkit-flex:0 0 297px;
            -ms-flex:0 0 297px;
                flex:0 0 297px;
        width:297px;
        height:255px;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
    }
}
.epd-cta__actions{
    max-width:1248px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:32px;
    padding:10px 24px;
}
.epd-key-features{
    padding:54px 80px;
}
.epd-key-features__inner{
    max-width:1248px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:48px;
}
.epd-key-features__eyebrow{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    color:#fc5846;
    line-height:16px;
    margin:0;
}
.epd-key-features__title{
    font-size:32px;
    font-weight:400;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-key-features__grid{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    gap:24px;
}
.epd-key-features__card{
    -webkit-flex:1 1 340px;
        -ms-flex:1 1 340px;
            flex:1 1 340px;
    max-width:400px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:24px;
    padding:24px;
    background:#fff;
    border-radius:14px;
    outline:1px solid #e5e7eb;
    outline-offset:-1px;
    box-shadow:0 4px 12px rgba(12, 12, 12, 0.1);
    transition:box-shadow 0.2s ease, outline-color 0.2s ease, -webkit-transform 0.2s ease;
    transition:transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
    transition:transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease, -webkit-transform 0.2s ease;
}
.epd-key-features__card:hover{
    -webkit-transform:translateY(-4px);
            transform:translateY(-4px);
    box-shadow:0 8px 28px rgba(252, 88, 70, 0.14);
    outline-color:#fc5846;
}
.epd-key-features__card-icon{
    width:48px;
    height:48px;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    background:#f3f4f6;
    border-radius:12px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    color:#1d1818;
}
.epd-key-features__card-label{
    font-size:16px;
    font-family:Inter, sans-serif;
    font-weight:600;
    line-height:20px;
    color:#1d1818;
}
.epd-who-buys{
    background:#fff;
    padding:40px 80px;
}
.epd-who-buys__inner{
    max-width:1248px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
}
.epd-who-buys__eyebrow{
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    color:#6b7afe;
    line-height:16px;
    margin:0;
}
.epd-who-buys__title{
    font-size:32px;
    font-weight:400;
    line-height:44px;
    color:#1a1b23;
    margin:0;
    max-width:720px;
}
.epd-who-buys__list{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    gap:8px 0;
    list-style:none;
    padding:0;
    margin:8px 0 0;
}
.epd-who-buys__item{
    width:50%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:flex-start;
        -ms-flex-align:start;
            align-items:flex-start;
    gap:12px;
    padding:8px 24px 8px 0;
}
.epd-who-buys__check{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    margin-top:3px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
}
.epd-who-buys__text{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:500;
    line-height:27px;
    color:#121c2a;
}
.epd-key-benefits{
    background:#f9fafb;
    padding:40px 80px;
}
.epd-key-benefits__inner{
    max-width:1248px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:24px;
}
.epd-key-benefits__eyebrow{
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start;
    font-size:12px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    color:#fc5846;
    line-height:16px;
    margin:0;
}
.epd-key-benefits__title{
    -webkit-align-self:flex-start;
        -ms-flex-item-align:start;
            align-self:flex-start;
    font-size:32px;
    font-weight:400;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-key-benefits__cards{
    -webkit-align-self:stretch;
        -ms-flex-item-align:stretch;
            align-self:stretch;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
            flex-wrap:wrap;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    gap:32px;
    padding-top:24px;
}
.epd-key-benefits__card{
    -webkit-flex:1 1 340px;
        -ms-flex:1 1 340px;
            flex:1 1 340px;
    max-width:400px;
    padding:32px;
    background:#fff;
    border-radius:14px;
    outline:1px solid #e5e7eb;
    outline-offset:-1px;
    box-shadow:0 4px 12px rgba(12, 12, 12, 0.1);
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:11px;
    transition:box-shadow 0.2s ease, outline-color 0.2s ease, -webkit-transform 0.2s ease;
    transition:transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease;
    transition:transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease, -webkit-transform 0.2s ease;
}
.epd-key-benefits__card:hover{
    -webkit-transform:translateY(-4px);
            transform:translateY(-4px);
    box-shadow:0 8px 28px rgba(252, 88, 70, 0.14);
    outline-color:#fc5846;
}
.epd-key-benefits__card-icon{
    width:48px;
    height:48px;
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    background:#f3f4f6;
    border-radius:12px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    color:#1d1818;
    transition:-webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-key-benefits__card:hover .epd-key-benefits__card-icon{
    -webkit-transform:scale(1.1);
            transform:scale(1.1);
}
.epd-key-benefits__card-title{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:24px;
    color:#1d1818;
    margin:9px 0 0;
}
.epd-key-benefits__card-desc{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22px;
    color:#6b6161;
    margin:0;
}
@media (max-width: 1024px){
    .epd-key-features, .epd-who-buys, .epd-key-benefits, .epd-section.epd-section--compare{
        padding-left:40px;
        padding-right:40px;
    }
    .epd-who-buys__item{
        width:100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .epd-key-benefits__cards{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        padding-bottom:4px;
    }
    .epd-key-benefits__cards::-webkit-scrollbar{
        display:none;
    }
    .epd-key-benefits__card{
        -webkit-flex:0 0 340px;
            -ms-flex:0 0 340px;
                flex:0 0 340px;
        width:340px;
        scroll-snap-align:start;
    }
}
@media (max-width: 767px){
    .epd-key-features, .epd-who-buys, .epd-key-benefits, .epd-section--compare{
        padding-left:20px;
        padding-right:20px;
    }
    .epd-key-features__card{
        max-width:100%;
    }
    .epd-key-benefits__card{
        max-width:100%;
    }
    .epd-key-features__title, .epd-who-buys__title, .epd-key-benefits__title{
        font-size:26px;
        line-height:36px;
    }
}
@media (max-width: 480px){
    .epd-key-features__grid{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }
    .epd-key-features__grid::-webkit-scrollbar{
        display:none;
    }
    .epd-key-features__card{
        -webkit-flex:0 0 328px;
            -ms-flex:0 0 328px;
                flex:0 0 328px;
        width:328px;
        max-width:328px;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
    }

    .epd-key-benefits{
        padding:24px 20px;
    }

    .epd-key-benefits__inner{
        gap:24px;
        -webkit-align-items:flex-start;
            -ms-flex-align:start;
                align-items:flex-start;
    }

    .epd-key-benefits__title{
        font-size:24px;
        line-height:31px;
    }

    .epd-key-benefits__cards{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        gap:18px;
        padding-top:0;
        -webkit-align-self:stretch;
            -ms-flex-item-align:stretch;
                align-self:stretch;
    }

    .epd-key-benefits__cards::-webkit-scrollbar{
        display:none;
    }

    .epd-key-benefits__card{
        -webkit-flex:0 0 328px;
            -ms-flex:0 0 328px;
                flex:0 0 328px;
        width:328px;
        max-width:328px;
        overflow:hidden;
        scroll-snap-align:start;
        box-sizing:border-box;
        padding:32px 24px 53px;
    }

    .epd-key-benefits__card-icon{
        width:64px;
        height:64px;
        border-radius:50%;
        background:rgba(107, 122, 254, 0.06);
    }

    .epd-key-benefits__card-title{
        font-size:16px;
        font-weight:600;
        line-height:20px;
    }
}
.epd-section--compare{
    background:#f8fafc;
    padding:50px 200px 50px 200px;
}
.epd-compare__header{
    max-width:800px;
    margin:0 auto 48px;
    text-align:center;
}
.epd-compare__eyebrow{
    color:#6b7afe;
    font-size:1.2rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:0.24em;
    line-height:1.333;
    margin-bottom:12px;
}
.epd-compare__title{
    color:#1a1b23;
    font-size:3.2rem;
    font-weight:600;
    line-height:1.375;
    margin-bottom:16px;
}
.epd-compare__desc{
    color:#434655;
    font-size:1.8rem;
    line-height:1.444;
}
.epd-compare__table-wrap{
    background:#fff;
    border-radius:24px;
    box-shadow:0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border:1px solid rgba(197, 198, 207, 0.3);
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}
.epd-compare__table{
    width:100%;
    border-collapse:collapse;
    min-width:600px;
}
.epd-compare__head-row{
    background:#f8fafc;
}
.epd-compare__th{
    padding:28px 24px;
    text-align:left;
    vertical-align:middle;
}
.epd-compare__th--param{
    width:22%;
    color:#1a1b23;
    font-size:2.4rem;
    font-weight:600;
    line-height:1.4;
}
.epd-compare__th--col1{
    width:33%;
    border-left:1px solid rgba(197, 198, 207, 0.2);
}
.epd-compare__th--col2{
    width:45%;
    background:#fc5846;
    border-left:1px solid rgba(255, 255, 255, 0.1);
}
.epd-compare__th-label{
    display:block;
    font-size:2.4rem;
    font-weight:600;
    line-height:1.4;
    color:#1a1b23;
}
.epd-compare__th-sublabel{
    display:block;
    font-size:1.2rem;
    font-weight:400;
    text-transform:uppercase;
    letter-spacing:0.05em;
    line-height:1.2;
    color:#434655;
    opacity:0.8;
    margin-top:4px;
}
.epd-compare__th--col2 .epd-compare__th-label, .epd-compare__th--col2 .epd-compare__th-sublabel{
    color:#fff;
}
.epd-compare__td{
    padding:24px;
    font-size:1.6rem;
    line-height:1.5;
    vertical-align:middle;
    color:#1a1b23;
}
.epd-compare__td--param{
    font-weight:600;
    color:#fc5846;
    border-right:1px solid rgba(197, 198, 207, 0.2);
}
.epd-compare__td--col1{
    font-weight:400;
}
.epd-compare__td--col2{
    font-weight:500;
    background:rgba(252, 88, 70, 0.07);
}
.epd-compare__row:nth-child(even) .epd-compare__td--col2{
    background:#ffffff;
}
.epd-compare__mob-cards, .epd-compare__mob-progress{
    display:none;
}
@media (max-width: 767px){
    .epd-section--compare{
        padding:24px 20px;
    }

    .epd-compare__title{
        font-size:2.4rem;
        line-height:1.333;
    }

    .epd-compare__desc{
        font-size:1.5rem;
    }
    .epd-compare__table-wrap{
        display:none;
    }
    .epd-compare__mob-cards{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        overflow-x:auto;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        -webkit-overflow-scrolling:touch;
        gap:16px;
        padding:8px 16px 4px 20px;
        scroll-padding-left:20px;
        margin:0 -20px;
        scrollbar-width:none;
    }

    .epd-compare__mob-cards::-webkit-scrollbar{
        display:none;
    }

    .epd-compare__mob-card{
        -webkit-flex:0 0 260px;
            -ms-flex:0 0 260px;
                flex:0 0 260px;
        width:260px;
        background:#fff;
        border-radius:24px;
        outline:1px solid #e8e8e8;
        outline-offset:-1px;
        box-shadow:0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
        overflow:hidden;
        scroll-snap-align:start;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
    }

    .epd-compare__mob-card--col2{
        outline:2px solid #fc5846;
        outline-offset:-2px;
        box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    }

    .epd-compare__mob-head{
        padding:20px 16px;
        background:#f8f9fa;
        border-bottom:1px solid #e8e8e8;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        gap:4px;
    }

    .epd-compare__mob-head--purple{
        background:#fc5846;
    }

    .epd-compare__mob-card-name{
        font-size:20px;
        font-family:Inter, sans-serif;
        font-weight:600;
        color:#1a1b23;
        line-height:28px;
    }

    .epd-compare__mob-head--purple .epd-compare__mob-card-name{
        color:#fff;
        font-weight:700;
    }

    .epd-compare__mob-card-sub{
        font-size:12px;
        font-family:Inter, sans-serif;
        font-weight:400;
        color:#949494;
        text-transform:uppercase;
        letter-spacing:0.6px;
        line-height:16px;
    }

    .epd-compare__mob-head--purple .epd-compare__mob-card-sub{
        color:rgba(255, 255, 255, 0.8);
    }

    .epd-compare__mob-row{
        padding:12px 16px;
        border-bottom:1px solid #e8e8e8;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        gap:4px;
    }

    .epd-compare__mob-row--last{
        border-bottom:none;
    }

    .epd-compare__mob-param{
        font-size:12px;
        font-family:Inter, sans-serif;
        font-weight:400;
        color:rgba(67, 70, 85, 0.6);
        line-height:16px;
    }

    .epd-compare__mob-val{
        font-size:14px;
        font-family:Inter, sans-serif;
        font-weight:400;
        color:#1a1b23;
        line-height:18px;
    }
    .epd-compare__mob-progress{
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-justify-content:center;
            -ms-flex-pack:center;
                justify-content:center;
        margin-top:16px;
    }

    .epd-compare__mob-track{
        width:100%;
        height:8px;
        background:rgba(252, 88, 70, 0.1);
        border-radius:6px;
        position:relative;
        overflow:hidden;
    }

    .epd-compare__mob-thumb{
        position:absolute;
        left:0;
        top:0;
        height:8px;
        background:#fc5846;
        border-radius:6px;
        transition:-webkit-transform 0.2s ease;
        transition:transform 0.2s ease;
        transition:transform 0.2s ease, -webkit-transform 0.2s ease;
    }
    .epd-content .epd-section__heading{
        font-size:25px;
    }
}
.epd-section--process{
    padding:80px;
    background:#fff;
}
.epd-process{
    max-width:1273px;
    margin:0 auto;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:48px;
}
.epd-process__header{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:24px;
    max-width:1161px;
}
.epd-process__label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:2.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
}
.epd-process__heading{
    font-size:36px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:44px;
    color:#1d1818;
    margin:0;
}
.epd-process__desc{
    font-size:18px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:30px;
    color:#6b6161;
    margin:0;
}
.epd-process__body{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:79px;
}
.epd-process__steps-col{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    min-width:0;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:32px;
}
.epd-process__steps-label{
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:1.4px;
    line-height:20px;
    color:#fc5846;
    margin:0;
}
.epd-process__steps{
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:12px;
}
.epd-process__step{
    padding:20px;
    background:#fff;
    border-radius:16px;
    outline:1px solid #e9e9e9;
    outline-offset:-1px;
    transition:background 0.25s ease, outline-color 0.25s ease, box-shadow 0.25s ease;
}
.epd-process__step--open{
    background:#f9fafb;
    outline-color:rgba(254, 219, 219, 0.5);
    box-shadow:0 4px 4px rgba(0, 0, 0, 0.12);
}
.epd-process__step-head{
    width:100%;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    gap:16px;
    padding:0;
    background:none;
    border:none;
    cursor:pointer;
    text-align:left;
}
.epd-process__step-num{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    width:32px;
    height:32px;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    border-radius:8px;
    background:#f3f4f6;
    color:#6b7280;
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:20px;
    transition:background 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.epd-process__step--open .epd-process__step-num{
    background:#fc5846;
    color:#fff;
    box-shadow:0 4px 6px -4px #bfdbfe, 0 10px 15px -3px #ffbfb8;
}
.epd-process__step-title{
    -webkit-flex:1;
        -ms-flex:1;
            flex:1;
    min-width:0;
    font-size:17px;
    font-family:Inter, sans-serif;
    font-weight:700;
    line-height:25.5px;
    color:#1d1818;
}
.epd-process__chevron{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    color:#d1d5db;
    transition:color 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    transition:transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease;
    transition:transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease, -webkit-transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.epd-process__step--open .epd-process__chevron{
    -webkit-transform:rotate(180deg);
            transform:rotate(180deg);
    color:#fc5846;
}
.epd-process__step-body{
    max-height:0;
    overflow:hidden;
    opacity:0;
    padding-left:48px;
    transition:max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, margin-top 0.3s ease;
}
.epd-process__step--open .epd-process__step-body{
    max-height:240px;
    opacity:1;
    margin-top:7px;
}
.epd-process__step-body p{
    margin:0;
    font-size:14px;
    font-family:Inter, sans-serif;
    font-weight:400;
    line-height:22.75px;
    color:#6b6161;
}
.epd-process__media{
    -webkit-flex-shrink:0;
        -ms-flex-negative:0;
            flex-shrink:0;
    width:550px;
    height:581px;
    background:#d9d9d9;
    border-radius:16px;
}
@media (max-width: 1024px){
    .epd-section--process{
        padding:48px 24px;
    }
    .epd-process__body{
        -webkit-flex-direction:column;
            -ms-flex-direction:column;
                flex-direction:column;
        -webkit-align-items:stretch;
            -ms-flex-align:stretch;
                align-items:stretch;
        gap:40px;
    }
    .epd-process__media{
        width:100%;
        height:320px;
        -webkit-order:-1;
            -ms-flex-order:-1;
                order:-1;
    }
    .epd-process__heading{
        font-size:28px;
        line-height:36px;
    }
}
@media (max-width: 1024px){
    .epd-steps__grid, .epd-why__grid, .epd-docs__items, .epd-buyers__grid, .epd-cards__grid, .epd-key-features__grid, .epd-key-benefits__cards, #epdCardsGridEmployees, #epdCardsGridEmployers{
        -webkit-flex-wrap:nowrap;
            -ms-flex-wrap:nowrap;
                flex-wrap:nowrap;
        -webkit-justify-content:flex-start;
            -ms-flex-pack:start;
                justify-content:flex-start;
        overflow-x:auto;
        -webkit-overflow-scrolling:touch;
        -webkit-scroll-snap-type:x mandatory;
            -ms-scroll-snap-type:x mandatory;
                scroll-snap-type:x mandatory;
        scrollbar-width:none;
        min-width:0;
        max-width:100%;
    }
    .epd-steps__grid::-webkit-scrollbar, .epd-why__grid::-webkit-scrollbar, .epd-docs__items::-webkit-scrollbar, .epd-buyers__grid::-webkit-scrollbar, .epd-cards__grid::-webkit-scrollbar, .epd-key-features__grid::-webkit-scrollbar, .epd-key-benefits__cards::-webkit-scrollbar, #epdCardsGridEmployees::-webkit-scrollbar, #epdCardsGridEmployers::-webkit-scrollbar{
        display:none;
    }
    .epd-steps__grid > *, .epd-why__grid > *, .epd-docs__items > *, .epd-buyers__grid > *, .epd-cards__grid > *, .epd-key-features__grid > *, .epd-key-benefits__cards > *, #epdCardsGridEmployees > *, #epdCardsGridEmployers > *{
        -webkit-flex:0 0 auto;
            -ms-flex:0 0 auto;
                flex:0 0 auto;
        scroll-snap-align:start;
    }
    .epd-step-card{
        width:200px;
    }
    .epd-why-card{
        width:300px;
    }
    .epd-docs__item{
        width:260px;
    }
    .epd-bcard{
        width:300px;
    }
    .epd-cards__grid > .epd-card{
        width:300px;
    }
    .epd-key-features__card{
        width:300px;
    }
    .epd-key-benefits__card{
        width:300px;
        max-width:300px;
    }
    .epd-compare__table-wrap{
        max-width:100%;
    }
}
