body {
    color: #12324c !important;
    background: #edf4f9 !important;
}

a {
    text-decoration: none;
}

.pa-page {
    min-height: 100%;
    background: #edf4f9;
    color: #12324c;
}

.pa-shell {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.pa-header {
    background: #ffffff;
    border-bottom: 1px solid #d8e5ee;
}

.pa-brand {
    display: inline-flex !important;
    align-items: center;
    color: #003151;
    font-size: 20px;
    font-weight: 900;
    line-height: 34px;
    transition: color .16s ease;
}
.pa-color {
    color: #f57723;
}
.pa-brand:hover {
    color: #003151;
    background: transparent !important;
}

.pa-logo-mark {
    display: inline-block;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin-right: 8px;
    border-radius: 8px;
    text-align: center;
    color: #f57723;
    background: #005893;
    transition: box-shadow .16s ease, transform .16s ease;
}

.pa-logo-mark i {
    font-size: 18px;
    line-height: 34px;
}

.pa-brand:hover .pa-logo-mark {
    box-shadow: 0 8px 18px rgba(0, 88, 147, .22);
    transform: translateY(-1px);
}

.pa-brand-accent,
.pa-kicker {
    color: #f57723;
}

.pa-nav {
    display: flex;
    align-items: center;
    height: 50px;
}

.pa-nav a {
    color: #29445c;
    font-weight: 800;
    line-height: 1;
    transition: color .16s ease, background-color .16s ease, box-shadow .16s ease, transform .16s ease;
}

.pa-nav a:hover {
    color: #005893;
    background: transparent !important;
}

.pa-nav .pa-nav-accent {
    margin-left: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    color: #ffffff !important;
    background: #f57723 !important;
    line-height: 1;
}

.pa-nav .pa-nav-accent:hover {
    color: #ffffff !important;
    background: #f57723 !important;
    box-shadow: 0 8px 18px rgba(245, 119, 35, .25);
    transform: translateY(-1px);
}

.pa-product-hero {
    padding: 34px 16px 0;
    background: linear-gradient(180deg, #ffffff 0, #edf4f9 100%);
}

.pa-product-card {
    overflow: hidden;
    border-radius: 8px;
    background: #003151;
    box-shadow: 0 24px 55px rgba(0, 49, 81, .18);
}

.pa-product-copy {
    padding: 54px 50px;
    color: #ffffff;
}

.pa-kicker {
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.pa-product-copy h1 {
    margin: 16px 0 22px;
    color: #ffffff;
    font-size: 46px;
    line-height: 1.06;
    font-weight: 900;
}

.pa-product-copy p {
    max-width: 690px;
    color: #d8edf7;
    font-size: 19px;
    line-height: 1.62;
}

.pa-button {
    border-radius: 7px;
    font-weight: 900;
    transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease, background-color .16s ease, color .16s ease;
}

.pa-button:hover {
    transform: translateY(-1px);
}

.pa-primary {
    color: #ffffff !important;
    background: #f57723 !important;
}

.pa-primary:hover {
    color: #ffffff !important;
    background: #f57723 !important;
    box-shadow: 0 10px 22px rgba(245, 119, 35, .26);
}

.pa-hero-actions .pa-button {
    margin-right: 10px;
    margin-bottom: 10px;
}

.pa-secondary {
    color: #ffffff !important;
    background: transparent !important;
    border: 1px solid rgba(255,255,255,.45) !important;
}

.pa-secondary:hover {
    color: #ffffff !important;
    background: rgba(255,255,255,.08) !important;
    border-color: rgba(255,255,255,.75) !important;
}

.pa-product-panel {
    height: 100%;
    min-height: 430px;
    padding: 34px;
    color: #003151;
    background: #ffffff;
    border-left: 1px solid rgba(255,255,255,.18);
}

.pa-product-icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    border-radius: 8px;
    color: #ffffff;
    background: #f57723;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 12px 26px rgba(245, 119, 35, .23);
}

.pa-product-panel h2 {
    margin: 22px 0 16px;
    color: #003151;
    font-size: 25px;
    font-weight: 900;
}

.pa-fact-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pa-fact-list li {
    display: flex;
    gap: 12px;
    padding: 13px 0;
    color: #5d7285;
    border-top: 1px solid #e1edf4;
    line-height: 1.45;
}

.pa-fact-list i {
    width: 24px;
    margin-top: 3px;
    color: #005893;
}

.pa-section {
    padding: 58px 16px;
}

.pa-section-title {
    margin-top: 0;
    color: #003151;
    font-size: 31px;
    font-weight: 900;
}

.pa-muted {
    color: #637789;
}

.pa-detail-grid {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-spacing: 8px 0;
}

.pa-detail-cell {
    display: table-cell;
    vertical-align: top;
}

.pa-card {
    min-height: 235px;
    display: block;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dbe7ef;
    border-top: 4px solid #f57723;
    transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
}

.pa-card:hover {
    border-color: #cfe3ef;
    box-shadow: 0 12px 24px rgba(0, 49, 81, .10);
    transform: translateY(-1px);
}

.pa-card h2 {
    color: #003151;
    font-size: 22px;
    font-weight: 900;
}

.pa-card p {
    line-height: 1.55;
}

.pa-highlight {
    background: #ffffff;
    border-top: 1px solid #d8e5ee;
    border-bottom: 1px solid #d8e5ee;
}

.pa-highlight-item {
    min-height: 88px;
    padding: 20px;
    border-radius: 8px;
    background: #f7fbfd;
    border: 1px solid #e1edf4;
}

.pa-highlight-item i {
    color: #f57723;
    font-size: 20px;
}

.pa-highlight-item strong {
    display: block;
    margin-top: 8px;
    color: #003151;
    font-size: 18px;
    font-weight: 900;
}

.pa-step-card {
    height: 245px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #dbe7ef;
}

.pa-step-number {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 8px;
    color: #ffffff;
    background: #f57723;
    text-align: center;
    font-weight: 900;
}

.pa-step-card h3 {
    color: #003151;
    font-size: 20px;
    font-weight: 900;
    margin-top: 18px;
    margin-bottom: 12px;
}

.pa-related-link {
    min-height: 70px;
    border: 1px solid #dbe7ef !important;
    border-radius: 8px;
    color: #003151 !important;
    background: #ffffff !important;
    font-weight: 800;
    transition: box-shadow .16s ease, transform .16s ease, border-color .16s ease;
}

.pa-related-link:hover,
.pa-related-link:focus,
.pa-related-link:active {
    color: #003151 !important;
    background: #ffffff !important;
    border-color: #cfe3ef !important;
    box-shadow: 0 10px 20px rgba(0, 49, 81, .08);
    transform: translateY(-1px);
}

.pa-related-link i {
    width: 28px;
    color: #005893;
}

.pa-cta {
    border-radius: 8px;
    color: #ffffff;
    background: #005893;
    border-top: 4px solid #f57723;
    box-shadow: 0 16px 34px rgba(0, 49, 81, .12);
}

.pa-cta h2 {
    color: #ffffff;
    font-weight: 900;
}

.pa-cta p {
    color: #dff3fd;
}

.pa-footer {
    color: #cfe4ef;
    background: #071d30;
}

.pa-footer a {
    color: #cfe4ef;
    transition: color .16s ease, background-color .16s ease;
}

.pa-footer a:hover {
    color: #ffffff;
    background: rgba(255,255,255,.06) !important;
}

@media (max-width: 992px) {
    .pa-product-copy {
        padding: 38px 30px;
    }

    .pa-product-copy h1 {
        font-size: 37px;
    }

    .pa-product-panel {
        min-height: 0;
    }

    .pa-card,
    .pa-step-card {
        height: auto;
    }

    .pa-detail-grid,
    .pa-detail-cell {
        display: block;
    }

    .pa-detail-cell {
        margin-bottom: 12px;
    }
}

@media (max-width: 600px) {
    .pa-nav {
        display: none;
    }

    .pa-product-hero {
        padding: 22px 10px 0;
    }

    .pa-product-copy {
        padding: 30px 22px;
    }

    .pa-product-copy h1 {
        font-size: 30px;
    }

    .pa-product-copy p {
        font-size: 17px;
    }

    .pa-product-panel {
        padding: 24px 22px;
    }

    .pa-section {
        padding-top: 36px;
        padding-bottom: 36px;
    }
}
