* {
  box-sizing: border-box; }

.cta-tile-links, .edit-post-visual-editor .acf-block-preview .cta-tile-links {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1.875rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  align-items: center; }
  .cta-tile-links li::before, .edit-post-visual-editor .acf-block-preview .cta-tile-links li::before {
    display: none !important; }
  .cta-tile-links__item, .edit-post-visual-editor .acf-block-preview .cta-tile-links__item {
    width: 100%;
    margin-bottom: 0.9375rem;
    animation: come-in 0.8s ease backwards; }
    .cta-tile-links__item:nth-child(3n+2), .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:nth-child(3n+2) {
      -webkit-animation-duration: 1.3s;
      animation-duration: 1.3s; }
    .cta-tile-links__item:nth-child(3n+3), .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:nth-child(3n+3) {
      -webkit-animation-duration: 1.8s;
      animation-duration: 1.8s; }
    .cta-tile-links__item:before, .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:before {
      display: none; }
    .cta-tile-links__item .tile, .edit-post-visual-editor .acf-block-preview .cta-tile-links__item .tile {
      width: 100%;
      margin-bottom: 0;
      text-decoration: none;
      font-weight: 500;
      font-size: 1.25rem;
      text-transform: none; }
    .cta-tile-links__item a, .edit-post-visual-editor .acf-block-preview .cta-tile-links__item a {
      text-transform: none;
      font-size: inherit; }
      .cta-tile-links__item a:after, .edit-post-visual-editor .acf-block-preview .cta-tile-links__item a:after {
        display: none; }
  .cta-tile-links__wrapper, .edit-post-visual-editor .acf-block-preview .cta-tile-links__wrapper {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #F5F9FF 100%); }
  .cta-tile-links_heading, .edit-post-visual-editor .acf-block-preview .cta-tile-links_heading {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin-top: 4.375rem; }
    .cta-tile-links_heading h2, .edit-post-visual-editor .acf-block-preview .cta-tile-links_heading h2 {
      flex-grow: 1;
      margin: 0; }
    .cta-tile-links_heading .button, .edit-post-visual-editor .acf-block-preview .cta-tile-links_heading .button {
      letter-spacing: 0.09em; }
  @media screen and (min-width: 768px) {
    .cta-tile-links, .edit-post-visual-editor .acf-block-preview .cta-tile-links {
      padding: 4.375rem 0; }
      .cta-tile-links__item, .edit-post-visual-editor .acf-block-preview .cta-tile-links__item {
        width: calc(1 / 3 * 100% - (1 - (1 / 3)) * 35px * 1.005);
        flex: 0 1 auto;
        margin-bottom: 2.1875rem; } }
    @media screen and (min-width: 768px) and (min-width: 500px) {
      .cta-tile-links__item:nth-child(n), .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:nth-child(n) {
        margin-right: 35px; }
      .cta-tile-links__item:nth-child(3n), .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:nth-child(3n) {
        margin-right: 0; } }
  @media screen and (min-width: 768px) {
        .tab-widget__tabs .cta-tile-links__item, .tab-widget__tabs .edit-post-visual-editor .acf-block-preview .cta-tile-links__item {
          width: calc(1 / 3 * 100% - (1 - (1 / 3)) * 39px * 1.005);
          flex: 0 1 auto; } }
      @media screen and (min-width: 768px) and (min-width: 500px) {
        .tab-widget__tabs .cta-tile-links__item:nth-child(n), .tab-widget__tabs .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:nth-child(n) {
          margin-right: 39px; }
        .tab-widget__tabs .cta-tile-links__item:nth-child(3n), .tab-widget__tabs .edit-post-visual-editor .acf-block-preview .cta-tile-links__item:nth-child(3n) {
          margin-right: 0; } }
