* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-underline-offset: 5px;
}
a:hover {
  color: #075d81;
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid #087caa;
  outline-offset: 4px;
}
h1 em,
h2 em {
  color: #087caa;
  font-weight: 400;
}
p {
  color: #536570;
}
h1,
h2,
h3 {
  overflow-wrap: normal;
}
.wp-site-blocks > main {
  margin-top: 0;
}
.wp-block-post-content > .wp-block-group {
  margin-block-start: 0;
}
.ep-header {
  max-width: 1180px;
  margin: auto;
  padding: 27px 0;
  border-bottom: 1px solid #dfe7ea;
}
.ep-header .wp-block-navigation {
  gap: 30px;
}
.wp-block-site-title a {
  text-decoration: none;
}
.wp-block-site-title a::after {
  content: ".";
  color: #087caa;
}
.ep-hero {
  padding: 96px 0 76px;
}
.ep-hero h1 {
  max-width: 990px;
  margin: 24px 0;
}
.ep-hero .intro {
  max-width: 680px;
  font-size: 19px;
  line-height: 1.75;
}
.ep-hero .wp-block-buttons {
  margin-top: 34px;
}
.eyebrow {
  font-family: Inter, Arial, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #087caa;
}
.ep-strip {
  padding: 27px 0;
  border-top: 1px solid #dfe7ea;
  border-bottom: 1px solid #dfe7ea;
}
.ep-strip .wp-block-columns {
  margin: 0;
  gap: 38px;
}
.ep-strip p {
  margin: 4px 0;
  font-size: 13px;
}
.ep-strip .eyebrow {
  font-size: 10px;
}
.ep-section {
  padding: 78px 0;
}
.ep-section > h2 {
  max-width: 740px;
  margin-bottom: 38px;
}
.wp-block-columns {
  gap: 24px;
}
.ep-card {
  height: 100%;
  padding: 30px;
  border: 1px solid #dce7ec;
  border-radius: 9px;
  background: #fff;
}
.ep-card h3 {
  margin-top: 36px;
}
.ep-card p {
  font-size: 15px;
}
.ep-card .eyebrow {
  font-size: 10px;
}
.ep-card a {
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}
.ep-section > .wp-block-columns {
  margin-top: 24px;
}
.ep-rescue {
  padding: 52px;
  background: #edf7fa;
  border-radius: 12px;
}
.ep-rescue .wp-block-columns {
  align-items: center;
  gap: 55px;
}
.ep-rescue .ep-card {
  border: 0;
  padding: 36px;
}
.ep-rescue .ep-card p:not(.eyebrow) {
  padding-bottom: 14px;
  border-bottom: 1px solid #dfebef;
}
.ep-cta {
  padding: 62px;
  margin: 20px 0 80px;
  background: #edf7fa;
  border-radius: 12px;
}
.ep-cta h2 {
  max-width: 740px;
}
.ep-cta > p:not(.eyebrow) {
  max-width: 650px;
}
.ep-footer {
  border-top: 1px solid #dfe7ea;
  padding: 42px 0 24px;
  max-width: 1180px;
  margin: auto;
}
.ep-footer p {
  font-size: 14px;
}
.ep-footer .wp-block-column:last-child {
  text-align: right;
}
.is-style-outline .wp-block-button__link {
  background: #fff;
  color: #102b3a;
  border: 1px solid #bacbd2;
}
.wp-block-button__link:hover {
  filter: brightness(0.93);
}
.contact-form-shell {
  padding: 30px;
  border: 1px solid #dce7ec;
  border-radius: 9px;
  background: #fff;
}
.contact-form-shell__head {
  display: flex;
  justify-content: space-between;
  color: #087caa;
  font-size: 10px;
  letter-spacing: 1.4px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dce7ec;
  margin-bottom: 24px;
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.field {
  display: block;
  margin-bottom: 20px;
}
.field > span {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: #102b3a;
  margin-bottom: 8px;
}
.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #b9cbd3;
  border-radius: 5px;
  padding: 12px;
  background: #fff;
  color: #102b3a;
  font: inherit;
  font-size: 14px;
}
.field textarea {
  resize: vertical;
}
.contact-form__foot p {
  font-size: 12px;
}
.contact-form button {
  border: 0;
  border-radius: 6px;
  background: #087caa;
  color: white;
  padding: 15px 24px;
  font:
    600 15px Inter,
    Arial,
    sans-serif;
  cursor: pointer;
}
.honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.form-notice {
  display: flex;
  gap: 14px;
  padding: 18px;
  margin-bottom: 24px;
  background: #edf7fa;
  border-left: 3px solid #087caa;
}
.form-notice p {
  font-size: 14px;
  margin: 4px 0 0;
}
.form-notice--error {
  background: #fff2ed;
  border-color: #af4525;
}
.ep-contact {
  padding-top: 0;
}
.ep-contact > .wp-block-columns {
  gap: 55px;
}
.ep-contact > .wp-block-columns > .wp-block-column:first-child {
  flex-basis: 38%;
}
.ep-contact > .wp-block-columns > .wp-block-column:last-child {
  flex-basis: 62%;
}
@media (max-width: 781px) {
  .ep-header {
    padding: 20px 0;
  }
  .ep-hero {
    padding: 60px 0 48px;
  }
  .ep-hero .intro {
    font-size: 17px;
  }
  .ep-section {
    padding: 50px 0;
  }
  .ep-rescue,
  .ep-cta {
    padding: 28px;
  }
  .ep-card {
    padding: 25px;
  }
  .ep-strip .wp-block-columns {
    gap: 18px;
  }
  .ep-card h3 {
    margin-top: 20px;
  }
  .ep-footer .wp-block-column:last-child {
    text-align: left;
  }
  .ep-contact > .wp-block-columns {
    gap: 25px;
  }
  .contact-form-shell {
    padding: 22px;
  }
  .ep-cta {
    margin-bottom: 45px;
  }
  .wp-block-navigation__responsive-container.is-menu-open {
    padding: 28px;
  }
  .wp-block-navigation__responsive-container.is-menu-open
    .wp-block-navigation__container {
    gap: 24px;
  }
  .field-row {
    grid-template-columns: 1fr;
  }
  .ep-contact {
    padding-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.ep-hero > h1,
.ep-hero > .intro,
.ep-section > h2,
.ep-cta > h2,
.ep-cta > p {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
