@import url("https://fonts.googleapis.com/css2?family=Sofia+Sans+Semi+Condensed:ital,wght@0,1..1000;1,1..1000&family=Sofia+Sans:ital,wght@0,1..1000;1,1..1000&display=swap");
:root :where(.is-layout-flow) > * {
  margin-block-start: 0;
  margin-block-end: 0;
}

a,
button {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
a:focus, a:focus-visible,
button:focus,
button:focus-visible {
  outline: none;
}

section.bc-section,
section.card-grid-component,
section.cta-call-out-component,
section.hero-component,
section.fifty-fifty-component,
section.accordion-component,
section.testimonial-carousel,
section.card-carousel,
section.logo-grid,
section.value-props,
section.vertical-tabbed-content,
section.horizontal-tabs-component,
section.cross-link-cards,
section.cta-callout-links,
section.form-module,
section.full-width-text {
  box-sizing: border-box;
  padding: 64px 32px;
}
@media (min-width: 768px) {
  section.bc-section,
  section.card-grid-component,
  section.cta-call-out-component,
  section.hero-component,
  section.fifty-fifty-component,
  section.accordion-component,
  section.testimonial-carousel,
  section.card-carousel,
  section.logo-grid,
  section.value-props,
  section.vertical-tabbed-content,
  section.horizontal-tabs-component,
  section.cross-link-cards,
  section.cta-callout-links,
  section.form-module,
  section.full-width-text {
    padding: 96px 32px;
  }
}

.typography--h1 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 64px;
  line-height: 68px;
  letter-spacing: 0;
  color: #12355B;
}
.typography--h1.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h1 {
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 1px;
  }
}
.typography--h1.typography--eyebrow {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00609C;
  margin: 0;
}
.typography--h1.typography--eyebrow.typography--dark {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  .typography--h1.typography--eyebrow {
    font-size: 18px;
  }
}

.typography--h2 {
  font-family: "Sofia Sans Semi Condensed", sans-serif;
  font-weight: 900;
  font-size: 54px;
  line-height: 58px;
  letter-spacing: 0;
  color: #12355B;
}
.typography--h2.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h2 {
    font-size: 54px;
    line-height: 60px;
    letter-spacing: 1px;
  }
}

.typography--h3 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 48px;
  letter-spacing: 0;
  color: #12355B;
}
.typography--h3.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h3 {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 1px;
  }
}

.typography--h4 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #12355B;
}
.typography--h4.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h4 {
    font-size: 22px;
  }
}

.typography--h5 {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 0;
}
.typography--h5.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--h5 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 800;
  }
}

.typography--p.typography--eyebrow {
  font-family: "Sofia Sans Condensed", sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #00609C;
}
.typography--p.typography--eyebrow.typography--dark {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  .typography--p.typography--eyebrow {
    font-size: 18px;
  }
}
.typography--p.typography--primary {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #50585E;
}
.typography--p.typography--primary.typography--dark {
  color: #ffffff;
}
@media (min-width: 768px) {
  .typography--p.typography--primary {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
  }
}
.typography--p.typography--secondary {
  font-family: "Sofia Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0;
  color: #50585E;
}
.typography--p.typography--secondary.typography--dark {
  color: #F5F5F5;
}
@media (min-width: 768px) {
  .typography--p.typography--secondary {
    font-size: 15px;
    line-height: 24px;
  }
}

.card-component {
  display: flex;
  flex-direction: column;
}
.card-component .card-image {
  width: 100%;
  overflow: hidden;
}
.card-component .card-image img {
  width: 100%;
  object-fit: cover;
  display: block;
}
.card-component .card-content {
  display: flex;
  flex-direction: column;
  padding: 32px 20px;
}
.card-component .card-content h5 {
  color: #12355B;
}
.card-component .card-title {
  font-family: "Sofia Sans", sans-serif;
  color: #ffffff;
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
}
@media (min-width: 768px) {
  .card-component .card-title {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
  }
}
.card-component .card-description {
  color: #F5F5F5;
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .card-component .card-description {
    font-size: 18px;
    line-height: 28px;
  }
}
.card-component .card-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: "Sofia Sans", sans-serif;
  font-size: 1rem;
  line-height: 28px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media (min-width: 768px) {
  .card-component .card-link {
    font-size: 18px;
    line-height: 28px;
  }
}
.card-component .card-link:hover {
  color: #12355B;
  text-decoration: underline;
}
.card-component .card-link .card-link-arrow {
  width: 16px;
  height: 16px;
}
.card-component--grid {
  width: 100%;
  background: #F5F5F5;
  border-radius: 12px;
  overflow: hidden;
}
.card-component--grid .card-image img {
  height: 250px;
}
.card-component--grid .card-content {
  flex: 1;
  padding: 32px 20px;
}
.card-component--grid .card-title {
  color: #12355B;
}
.card-component--grid .card-description {
  color: #50585E;
}
.card-component--grid .card-link {
  color: #00609C;
  margin-top: auto;
  padding-top: 24px;
}

.card-grid-component {
  position: relative;
  width: 100%;
  background: #ffffff;
  overflow-x: hidden;
}
.card-grid-component .card-grid-container {
  max-width: 1280px;
  margin: 0 auto;
}
.card-grid-component .card-grid-container .full-width-text .full-width-text__container .full-width-text__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.card-grid-component .card-grid-container .full-width-text .full-width-text__container .full-width-text__content h2 {
  padding-bottom: 12px;
}
.card-grid-component .card-grid-container .full-width-text .full-width-text__container .full-width-text__buttons {
  padding-top: 0 !important;
}
.card-grid-component .card-grid-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 4rem;
  justify-content: flex-start;
}
.card-grid-component .card-grid-cards--2-col .card-component {
  width: 100%;
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--2-col .card-component {
    width: calc(50% - 12px);
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--2-col.card-grid-cards--odd {
    justify-content: flex-start;
  }
}
.card-grid-component .card-grid-cards--3-col .card-component {
  width: 100%;
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--3-col .card-component {
    width: calc(33.333% - 16px);
    max-width: 596px;
  }
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--3-col.card-grid-cards--last-1 {
    justify-content: flex-start;
  }
}
@media (min-width: 768px) {
  .card-grid-component .card-grid-cards--3-col.card-grid-cards--last-2 {
    justify-content: flex-start;
  }
}
.card-grid-component .card-grid-cards .card-component {
  display: flex;
  flex-direction: column;
}

/*# sourceMappingURL=card-grid.css.map */
