/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 07 2026 | 07:09:50 */
.hero {
    background: var(--cream);
    padding: 64px 0 40px;
    overflow: hidden;
}

.eyebrow, .hero p.lead {
    font-size: .74rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--sky);
    font-weight: 600;
    margin: 0 0 .9em;
}

.hero .img {
    max-width: 420px;
    margin: auto;
}

.hero .icon-box {
    max-width: 350px;
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    box-shadow: var(--shadow);
    padding: 0.3em;
    display: flex;
    align-items: center;
    gap: 0;
}

.hero .icon-box p strong {
    display: block;
    color: var(--ink);
    font-size: 1.02rem;
    margin-bottom: 0;
    white-space: nowrap;
}

.hero .icon-box p {
    margin: 0;
    color: var(--grey-2);
    font-size: 0.85em;
}

.trust .stack {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
}

.trust .stack a.button {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .5em 1.05em;
    font-size: .85rem;
    color: var(--ink);
    font-weight: 500;
}

.trust .stack a.button:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--terra);
}

.wwd .col.large-3 .col-inner {
    background: #fff;
    border-radius: var(--radius);
    padding: 30px 26px;
    box-shadow: var(--shadow-soft);
    text-align: center;
}

.wwd h3 {
    color: var(--ink);
    font-size: 1.06rem;
    margin-bottom: .4em;
}

.wwd p.lead {
    color: var(--grey-2);
}

.wwd .col.large-3 p {
    font-size: .92rem;
    color: var(--grey-2);
    margin: 0;
}

.wwd a.button.white.area {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: .5em 1.1em;
    font-size: .9rem;
    font-weight: 500;
    color: var(--blue) !important;
    cursor: inherit;
}

.wwd a.button.white.area:hover {
    box-shadow: none;
    transform: none;
}

.rbd h3 {
    color: var(--blue);
    font-weight: 600;
    font-size: .98rem;
    margin-bottom: 4px;
}

.rbd .col.large-3 p {
    margin: 0;
    font-size: .86rem;
    color: var(--grey-2);
}
.rbd .col.large-3 .col-inner {
    background: #fff;
    border-radius: var(--radius);
    padding: 22px;
    box-shadow: var(--shadow-soft);
}

.ae .col.large-3 .col-inner {
    background: #fff;
    border-radius: var(--radius);
    padding: 30px 22px;
    box-shadow: var(--shadow-soft);
    text-align: center;
    display: flex;
    flex-direction: column;
    font-size: .86rem;
    color: var(--grey-2);
    margin: 0;
}

.ae .col.large-3.est .col-inner {
    background: linear-gradient(165deg, var(--blue), #0f3a68);
}

.ae .col.large-3.est .col-inner .a-year {
    font-size: 2.7rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    margin-bottom: 2px;
}

.ae .col.large-3.est .col-inner p, .ae .col.large-3.est .col-inner h3 {
    color: #FFF;
}

.ae .col.large-3.est .col-inner .a-year p {
    margin-bottom: 0.2em;
}

.ae .col.large-3.est .col-inner .small p {
    display: block;
    font-size: .72rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--lime);
    font-weight: 600;
    margin-bottom: 12px;
}

.ae .col.large-3 h3 {
    font-weight: 600;
    color: var(--ink);
    font-size: 1.02rem;
    margin-bottom: .35em;
    line-height: 1.25;
}


.cta .eyebrow {
  color: rgba(255,255,255,.8)
}

.cta h2 {
  color: #fff;
  margin-bottom: .7em
}

.cta p {
  color: rgba(255,255,255,.92);
  max-width: 34em;
  margin: 0 auto 1.5em
}

.cta .col.large-12 .col-inner {
    background: var(--terra-warm);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 46px;
    text-align: center;
    box-shadow: var(--shadow);
}

.cta .button:hover {
    box-shadow: none;
}

.cta .button {
    background: #fff;
    color: var(--blue) !important;
}
