figure.video-responsive {
  max-width: 560px;
  /* Can be overridden if needed */
  width: 100%;
  margin: unset; }
  figure.video-responsive > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border: 1px solid #EAEBEB;
    box-sizing: content-box; }
    figure.video-responsive > div iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.action-block__wrapper {
  margin-top: 2rem;
  display: grid;
  grid-gap: 1.5rem; }
  @media screen and (min-width: 640px) {
    .action-block__wrapper {
      grid-template-columns: repeat(2, 1fr); } }
  @media screen and (min-width: 1024px) {
    .action-block__wrapper.action-block__wrapper--three-col {
      grid-template-columns: repeat(3, 1fr); } }
  @media screen and (min-width: 1024px) {
    .action-block__wrapper.action-block__wrapper--four-col {
      grid-template-columns: repeat(4, 1fr); } }

.action-block {
  background: var(--neutral_light);
  border: 1px solid var(--neutral_dark20);
  border-radius: 4px;
  display: flex;
  align-content: baseline; }
  .action-block.white {
    background: var(--neutral_white); }
  .action-block h3 {
    width: 100%;
    margin: 0 0 0.5em;
    font-size: 1.25rem;
    line-height: 1.4; }
  .action-block figure.video-responsive {
    margin-bottom: 1rem; }
  .action-block ul {
    margin: 0 1rem 1rem; }
  .action-block .video_caption_link {
    display: none; }

.action-block--one-col {
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.25rem;
  text-align: initial; }
  .action-block--one-col.flex-space-between {
    justify-content: space-between; }
  @media screen and (max-width: 992px) {
    .action-block--one-col {
      height: 100%; } }
  .action-block--one-col img {
    width: 100%;
    margin-bottom: 1rem; }
  .action-block--one-col a.link-button {
    width: 100%;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin: 1rem 0 0; }

.action-block--two-col {
  flex-wrap: wrap;
  overflow: hidden; }
  @media (max-width: 992px) {
    .action-block--two-col {
      flex-direction: column; } }
  .action-block--two-col .media-wrapper {
    flex: 1; }
    .action-block--two-col .media-wrapper > * {
      margin: 1.25rem;
      width: calc(100% - 1.25rem); }
      @media (max-width: 992px) {
        .action-block--two-col .media-wrapper > * {
          margin: 0;
          width: 100%; } }
    .action-block--two-col .media-wrapper.right > * {
      float: right; }
      html[dir="rtl"] .action-block--two-col .media-wrapper.right > * {
        float: left; }
  .action-block--two-col .text-wrapper {
    padding: 1rem 1.5rem 1.5rem;
    flex: 1; }
  .action-block--two-col figure.video-responsive {
    margin: 0 !important;
    max-width: unset; }
    .action-block--two-col figure.video-responsive > div {
      border: 0; }
  @media screen and (max-width: 640px) {
    .action-block--two-col a.link-button,
    .action-block--two-col button {
      width: 100%;
      text-align: center; } }

.spanish-content {
  padding-top: 1rem; }
  .spanish-content figure.video-responsive {
    max-width: 100%; }
  .spanish-content .action-block .content-wrapper {
    padding: 1rem 1.5rem; }
  .spanish-content .action-block img {
    width: 100%; }
  @media (min-width: 849px) {
    .spanish-content .action-block img,
    .spanish-content .action-block .content-wrapper {
      width: 50%; } }
  .spanish-content .action-block hr {
    margin: 5rem 0 -2rem; }
    @media (max-width: 640px) {
      .spanish-content .action-block hr {
        margin: 3rem 0 0; } }

section.stats .stats-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.25rem;
  margin-block: 3rem; }
  @media (max-width: 992px) {
    section.stats .stats-wrapper {
      justify-content: space-around; } }
  @media (max-width: 640px) {
    section.stats .stats-wrapper {
      justify-content: center; } }
  section.stats .stats-wrapper .stat-item {
    width: 65%;
    background: var(--neutral_dark90);
    border: 1px solid var(--neutral_dark80);
    border-radius: 4px;
    padding: 1.75rem 1rem;
    flex: 1; }
    section.stats .stats-wrapper .stat-item p.stat {
      font-size: 3rem;
      font-weight: 600;
      line-height: 1;
      margin-bottom: 0.25rem;
      color: #21C0CF; }

/*# sourceMappingURL=front-page.css.map */
