.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-top: 0; }
  .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; }
  .action-block--two-col .text-wrapper {
    padding: 1rem 1.5rem; }
  .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; } }

.editorial-cards-wrapper {
  display: grid;
  margin-top: 4rem;
  gap: 2.5rem; }
  @media screen and (min-width: 640px) {
    .editorial-cards-wrapper {
      grid-template-columns: repeat(3, 1fr); } }
  .editorial-cards-wrapper .flex-container {
    gap: 1.5rem;
    flex-direction: column; }
    .editorial-cards-wrapper .flex-container.self-paced-english {
      gap: 1.3rem; }
      @media screen and (max-width: 992px) {
        .editorial-cards-wrapper .flex-container.self-paced-english {
          gap: 0; } }
  .editorial-cards-wrapper img {
    width: 12rem;
    height: 12rem;
    border-radius: 50%; }

html {
  font-size: 16px; }

h2 {
  font-size: 2rem;
  font-family: var(--main-font);
  font-weight: var(--bold-font-weight);
  margin: 0 0 1rem;
  line-height: 1.2; }

hr {
  margin-top: 4rem; }

section.banner {
  padding: 0; }
  section.banner .wrapper {
    max-width: 690px; }
  section.banner h1 {
    font-size: 3rem;
    color: var(--neutral_white); }

.carousel-wrapper .slides {
  position: relative !important; }
.carousel-wrapper .slide {
  display: flex;
  justify-content: center;
  gap: 1.5rem; }
.carousel-wrapper .carousel {
  margin: 3rem 0; }
  @media screen and (max-width: 640px) {
    .carousel-wrapper .carousel {
      margin: 1rem 0 2rem; } }
  .carousel-wrapper .carousel .slide-prev,
  .carousel-wrapper .carousel .slide-next {
    position: absolute;
    top: 0;
    width: 40px;
    height: 100%; }
  .carousel-wrapper .carousel .slide-prev {
    left: -55px; }
  .carousel-wrapper .carousel .slide-next {
    right: -45px; }

.action-block-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 30%; }

@media (max-width: 768px) {
  .action-block-wrapper {
    width: 100%; }

  button.slide-prev
  button.slide-next {
    display: none; } }
@media (max-width: 500px) {
  .button-wrapper {
    display: none; }

  .action-block {
    justify-content: center; } }

/*# sourceMappingURL=beyond.css.map */
