<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cta-content-row {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-bottom: 1.5rem; }
  @media (max-width: 767px) {
    .cta-content-row {
      flex-direction: column; } }
  .cta-content-row .col {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      .cta-content-row .col {
        position: absolute; }
        .cta-content-row .col:first-child {
          left: 0; } }
    @media (max-width: 767px) {
      .cta-content-row .col {
        width: 100% !important; } }
    .cta-content-row .col .cta-btn {
      text-decoration: none;
      font-size: 1.4rem;
      padding: 1.25rem 1.5rem;
      border-radius: 0.5rem;
      min-width: 50%;
      text-align: center;
      margin-bottom: 1.5rem; }
      @media (max-width: 767px) {
        .cta-content-row .col .cta-btn {
          width: 100%; } }
      .cta-content-row .col .cta-btn:hover {
        text-decoration: none; }
</pre></body></html>