@charset "UTF-8";

.peek-page {
    color: #46515a;
    float: left;
    font-size: 17px;
    width: 774px;
}

.peek-page sup {
    font-size: .42em;
    line-height: 0;
    position: relative;
    top: -.55em;
}

.peek-hero {
    border-radius: 0 0 18px 18px;
    box-shadow: 0 18px 38px rgba(31, 42, 81, .13);
    height: 390px;
    margin: 0 30px 55px;
    overflow: hidden;
    position: relative;
}

.peek-hero > img {
    height: 100%;
    object-fit: cover;
    object-position: center 45%;
    position: absolute;
    width: 100%;
}

.peek-hero-overlay {
    background: linear-gradient(90deg, rgba(255, 255, 255, .99) 0%, rgba(255, 255, 255, .94) 39%, rgba(255, 255, 255, .2) 73%, rgba(255, 255, 255, 0) 100%);
    inset: 0;
    position: absolute;
}

.peek-hero-content {
    left: 38px;
    max-width: 365px;
    position: absolute;
    top: 54px;
    z-index: 1;
}

.peek-eyebrow,
.peek-kicker {
    color: #2c79ac;
    display: block;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.peek-hero h1 {
    color: #1f2a51;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 52px;
    letter-spacing: -2px;
    line-height: .94;
    margin: 12px 0 20px;
}

.peek-hero p {
    color: #44515c;
    font-size: 18px;
    line-height: 1.45;
    margin: 0;
}

.peek-intro,
.peek-section {
    margin: 0 40px 62px;
}

.peek-section-heading {
    margin-bottom: 20px;
}

.peek-section-heading h2,
.peek-cta h2 {
    color: #1f2a51;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 34px;
    letter-spacing: -1px;
    line-height: 1.12;
    margin: 7px 0 0;
}

.peek-intro > p,
.peek-forms > p {
    line-height: 1.65;
    margin: 0 0 28px;
}

.peek-stats {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
}

.peek-stats article {
    background: linear-gradient(150deg, #2d75a6, #1f2a51);
    border-radius: 10px;
    color: #fff;
    min-height: 135px;
    padding: 22px 18px;
}

.peek-stats strong {
    display: block;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 12px;
}

.peek-stats span {
    display: block;
    font-size: 15px;
    line-height: 1.25;
}

.peek-benefit-grid,
.peek-product-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, 1fr);
}

.peek-benefit-grid article,
.peek-product-grid article {
    background: #fff;
    border: 1px solid #dce5ea;
    border-radius: 10px;
    box-shadow: 0 9px 24px rgba(31, 42, 81, .07);
    padding: 24px;
}

.peek-card-number {
    color: #78add0;
    display: block;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 13px;
}

.peek-benefit-grid h3,
.peek-product-grid h3 {
    color: #1f2a51;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 21px;
    line-height: 1.15;
    margin: 0 0 10px;
}

.peek-benefit-grid p,
.peek-product-grid p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.peek-forms {
    background: #eef5f8;
    border-left: 5px solid #2c79ac;
    margin-left: 30px;
    margin-right: 30px;
    padding: 34px 36px 38px;
}

.peek-tags,
.peek-processes {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.peek-tags span,
.peek-processes span {
    background: #fff;
    border: 1px solid #cbdce6;
    border-radius: 22px;
    color: #1f2a51;
    font-family: TitilliumText22LMedium, Arial, sans-serif;
    padding: 7px 16px;
}

.peek-processes {
    border-top: 1px solid #ccdce5;
    margin-top: 18px;
    padding-top: 18px;
}

.peek-processes span {
    background: #1f2a51;
    border-color: #1f2a51;
    color: #fff;
}

.peek-product-grid {
    grid-template-columns: repeat(3, 1fr);
}

.peek-product-grid article {
    border-top: 4px solid #79acd0;
    min-height: 390px;
    overflow: hidden;
    padding: 0 0 22px;
}

.peek-product-grid article > img {
    aspect-ratio: 1.45 / 1;
    border-bottom: 1px solid #e1e8ec;
    display: block;
    object-fit: cover;
    width: 100%;
}

.peek-product-grid article:nth-child(5) > img {
    background: #fff;
    object-fit: contain;
}

.peek-product-grid h3 {
    margin: 20px 20px 10px;
}

.peek-product-grid p {
    margin: 0 20px;
}

.peek-publication-index-intro { line-height: 1.55; margin: -5px 0 24px; }
.peek-publication-grid { display: grid; gap: 12px; grid-template-columns: repeat(2, 1fr); }
.peek-publication-grid > a { background: #fff; border: 1px solid #dce5ea; border-left: 4px solid #2c79ac; border-radius: 10px; box-shadow: 0 8px 22px rgba(31,42,81,.06); color: #46515a; padding: 22px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.peek-publication-grid > a:hover { box-shadow: 0 13px 30px rgba(31,42,81,.12); transform: translateY(-2px); }
.peek-publication-grid > a > span { color: #2c79ac; font: 700 12px TitilliumText22LBold,Arial,sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.peek-publication-grid h3 { color: #1f2a51; font: 700 20px/1.15 TitilliumText22LBold,Arial,sans-serif; margin: 8px 0 9px; }
.peek-publication-grid p { font-size: 14px; line-height: 1.45; margin: 0 0 17px; }
.peek-publication-grid strong { color: #245f8d; font: 700 14px TitilliumText22LBold,Arial,sans-serif; }
.peek-publication-grid strong b { font-size: 18px; margin-left: 4px; }

.peek-cta {
    align-items: center;
    background: linear-gradient(135deg, #1f2a51, #245f8d);
    border-radius: 14px;
    color: #fff;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    margin: 0 30px 28px;
    padding: 34px 38px;
}

.peek-cta .peek-kicker { color: #9cd0ef; }
.peek-cta h2 { color: #fff; font-size: 29px; }
.peek-cta p { font-size: 15px; margin: 10px 0 0; }
.peek-cta > div { max-width: 470px; }

.peek-cta > button {
    background: #fff;
    border: 0;
    border-radius: 24px;
    color: #1f2a51;
    cursor: pointer;
    flex: 0 0 auto;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 11px 22px;
    text-decoration: none;
}

.peek-cta > button:hover { background: #e9f4fa; }

body.peek-modal-open { overflow: hidden; }

.peek-modal[hidden] { display: none; }

.peek-modal {
    align-items: center;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 20px;
    position: fixed;
    z-index: 1000000;
}

.peek-modal-backdrop {
    background: rgba(15, 24, 49, .72);
    inset: 0;
    position: absolute;
}

.peek-modal-dialog {
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .3);
    max-height: calc(100vh - 40px);
    max-width: 500px;
    overflow-y: auto;
    padding: 36px 38px 38px;
    position: relative;
    width: 100%;
    z-index: 1;
}

.peek-modal-close {
    background: transparent;
    border: 0;
    color: #65717a;
    cursor: pointer;
    font: 32px/1 Arial, sans-serif;
    padding: 6px;
    position: absolute;
    right: 12px;
    top: 10px;
}

.peek-modal-dialog h2 {
    color: #1f2a51;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.1;
    margin: 8px 30px 8px 0;
}

.peek-modal-intro {
    color: #5e6870;
    font-size: 16px;
    margin: 0 0 24px;
}

.peek-form-field { margin-bottom: 16px; }

.peek-form-field label {
    color: #1f2a51;
    display: block;
    font-family: TitilliumText22LBold, Arial, sans-serif;
    font-size: 15px;
    margin-bottom: 6px;
}

.peek-form-field label span {
    color: #7b858d;
    font-family: TitilliumText22LRegular, Arial, sans-serif;
    font-size: 13px;
}

.peek-form-field input,
.peek-form-field textarea {
    background: #f8fafb;
    border: 1px solid #cbd7df;
    border-radius: 7px;
    color: #34414b;
    font: 16px TitilliumText22LRegular, Arial, sans-serif;
    padding: 10px 12px;
    resize: vertical;
    width: 100%;
}

.peek-form-field input:focus,
.peek-form-field textarea:focus {
    border-color: #2c79ac;
    box-shadow: 0 0 0 3px rgba(44, 121, 172, .15);
    outline: 0;
}

.peek-form-honeypot {
    height: 0;
    left: -9999px;
    overflow: hidden;
    position: absolute;
    width: 0;
}

.peek-form-status {
    border-radius: 6px;
    font-size: 14px;
    margin: 0 0 12px;
}

.peek-form-status:empty { display: none; }
.peek-form-error { background: #fff0f0; color: #9b2525; padding: 9px 11px; }
.peek-form-success { background: #eaf7ef; color: #23663e; padding: 9px 11px; }

.peek-form-submit {
    background: #1f2a51;
    border: 0;
    border-radius: 24px;
    color: #fff;
    cursor: pointer;
    font: 700 16px TitilliumText22LBold, Arial, sans-serif;
    padding: 11px 22px;
}

.peek-form-submit:hover { background: #2c79ac; }
.peek-form-submit:disabled { cursor: wait; opacity: .65; }

@media (max-width: 760px) {
    .peek-page { float: none; font-size: 16px; width: 100%; }
    .peek-hero { height: 420px; margin: 0 0 38px; }
    .peek-hero > img { object-position: 60% center; }
    .peek-hero-overlay { background: linear-gradient(90deg, rgba(255, 255, 255, .98) 0%, rgba(255, 255, 255, .87) 67%, rgba(255, 255, 255, .4) 100%); }
    .peek-hero-content { left: 24px; max-width: calc(100% - 48px); top: 44px; }
    .peek-hero h1 {
        font-size: clamp(37px, 10.5vw, 48px);
        overflow-wrap: anywhere;
    }
    .peek-hero p { font-size: 16px; max-width: 330px; }
    .peek-intro, .peek-section { margin: 0 12px 45px; }
    .peek-section-heading h2, .peek-cta h2 { font-size: 29px; }
    .peek-stats { grid-template-columns: 1fr; }
    .peek-stats article { min-height: 0; }
    .peek-benefit-grid, .peek-product-grid { grid-template-columns: 1fr; }
    .peek-publication-grid { grid-template-columns: 1fr; }
    .peek-product-grid article { min-height: 0; }
    .peek-forms { margin-left: 0; margin-right: 0; padding: 28px 22px 32px; }
    .peek-cta { align-items: flex-start; flex-direction: column; margin: 0 0 24px; padding: 30px 24px; }
    .peek-modal { padding: 12px; }
    .peek-modal-dialog { padding: 30px 22px 26px; }
    .peek-modal-dialog h2 { font-size: 27px; }
}
