.ct1913-footer-contact-redesign {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ct1913-footer-cta {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 54px 0 50px;
  display: grid;
  grid-template-columns: minmax(190px, .8fr) minmax(360px, 1.55fr) minmax(260px, .9fr);
  gap: 42px;
  align-items: center;
  color: #fff;
}

.ct1913-footer-cta__slogan p {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.2vw, 36px);
  font-weight: 800;
  line-height: 1.34;
  letter-spacing: -.02em;
}

.ct1913-footer-cta__content {
  min-width: 0;
}

.ct1913-footer-cta__eyebrow {
  display: block;
  margin: 0 0 9px;
  color: #65f1d5;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
}

.ct1913-footer-cta__content h2 {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(23px, 2.1vw, 34px);
  line-height: 1.35;
}

.ct1913-footer-cta__content > p {
  margin: 0;
  color: rgba(255,255,255,.68);
  font-size: 15px;
  line-height: 1.8;
}

.ct1913-footer-cta__points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.ct1913-footer-cta__points span {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 5px 11px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  font-size: 12px;
}

.ct1913-footer-cta__actions {
  display: grid;
  justify-items: start;
  gap: 12px;
}

.ct1913-footer-cta__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ct1913-footer-cta__button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  width: auto !important;
  min-width: 108px;
  padding: 10px 17px !important;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}

.ct1913-footer-cta__button:hover {
  transform: translateY(-1px);
}

.ct1913-footer-cta__button--primary {
  border: 1px solid #ff5b1a;
  color: #fff !important;
  background: #ff5b1a;
}

.ct1913-footer-cta__button--primary:hover {
  border-color: #e94b0f;
  background: #e94b0f;
}

.ct1913-footer-cta__button--secondary {
  border: 1px solid rgba(255,255,255,.45);
  color: #fff !important;
  background: transparent;
}

.ct1913-footer-cta__button--secondary:hover {
  border-color: #fff;
  background: rgba(255,255,255,.08);
}

.ct1913-footer-cta__actions small {
  color: rgba(255,255,255,.54);
  font-size: 12px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .ct1913-footer-cta {
    grid-template-columns: .85fr 1.5fr;
  }
  .ct1913-footer-cta__actions {
    grid-column: 1 / -1;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 16px;
  }
}

@media (max-width: 640px) {
  .ct1913-footer-cta {
    width: calc(100% - 32px);
    padding: 42px 0;
    grid-template-columns: 1fr;
    gap: 26px;
  }
  .ct1913-footer-cta__slogan p {
    font-size: 29px;
  }
  .ct1913-footer-cta__actions {
    grid-column: auto;
    grid-template-columns: 1fr;
    width: 100%;
  }
  .ct1913-footer-cta__buttons {
    width: 100%;
  }
  .ct1913-footer-cta__button {
    flex: 1 1 130px;
  }
}
