/* cta-strip — generated by scripts/split-css.mjs from style.css. Do not edit by hand. */
.cta-strip {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-strip a {
        margin-top: 16px;
        margin-bottom: 16px;
    }

.cta-strip a:first-of-type {
            margin-top: 52px;
        }

.cta-strip a:last-of-type {
            margin-bottom: 52px;
        }

.cta-strip .primary-cta {
        transform: translate(0);
    }

.cta-strip .secondary-cta {
        align-self: inherit;
    }

@media (min-width: 768px) {
  .cta-strip {
        height: 150px;
        flex-direction: row;
    }
  .cta-strip a {
            margin: 0 45px 0 45px;
        }
  .cta-strip a:first-of-type {
                margin-top: 0;
            }
  .cta-strip a:last-of-type {
                margin-bottom: 0;
            }
}
