@charset "UTF-8";
/* Keep CSS custom properties for runtime compatibility */
:root {
  --navy: #0d1f3c;
  --dark-blue: #152640;
  --mid-blue: #2b4c81;
  --brand-blue: #1a69c4;
  --cyan: #01a1c8;
  --cyan-alt: #00a8e8;
  --text-muted: #3d5a7a;
  --text-body: #2a3d55;
  --grad-btn: linear-gradient(90deg, #05a1dd 0%, #1b3f68 56%, #000000 100%);
  --grad-hero: linear-gradient(169deg, #0199be 0%, #1a3d76 100%);
  --shadow-btn: 0 8px 30px rgba(26, 105, 196, 0.25);
}

/* Reset */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", sans-serif;
  color: #0d1f3c;
}

img {
  display: block;
  max-width: 100%;
}

a {
  text-decoration: none;
}

/* Layout helpers */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 1025px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1240px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
}

/* Navbar */
.navbar {
  background: #fff;
  border-bottom: 1px solid #eaeaea;
  height: 69px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 1024px) {
  .navbar {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767px) {
  .navbar {
    padding-left: 36px;
    padding-right: 36px;
  }
}

.navbar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  max-width: 1266px;
  margin: 0 auto;
}

.navbar__logo img {
  width: 144.19px;
  height: auto;
}

.navbar__links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
}
@media (max-width: 1024px) {
  .navbar__links {
    display: none;
  }
}

.navbar__links a {
  font-weight: 700;
  font-size: 14px;
  color: #2b4c81;
  line-height: 20px;
  white-space: nowrap;
}

/* Hero basics */
.hero {
  position: relative;
  background: linear-gradient(169deg, #0199be 0%, #1a3d76 100%);
  height: 787px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero__headline {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 16px;
}

/* Buttons */
.btn-hero {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  width: 188px;
  height: 50px;
  border-radius: 9999px;
  background: linear-gradient(90deg, #05a1dd 0%, #1b3f68 56%, #000000 100%);
  border: 2px solid #01a1c8;
  box-shadow: 0 8px 30px rgba(26, 105, 196, 0.25);
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  white-space: nowrap;
}

/* Financing panel basics */
.financing {
  position: relative;
  margin-top: -99px;
  z-index: 3;
  padding: 0 20px 60px;
  background: linear-gradient(180deg, rgba(247, 250, 253, 0) 0px, rgba(247, 250, 253, 0) 99px, #f7fafd 99px);
}

/* End of theme partial generated from style.css */
.slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 4px;
}
.slider__dots .slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgb(206, 206, 206);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
  flex-shrink: 0;
}
.slider__dots .slider__dot.is-active {
  background: var(--cyan);
  transform: scale(1.2);
}
@media (min-width: 768px) {
  .slider__dots {
    display: none;
  }
}

@media (max-width: 767px) {
  .slider {
    display: block;
    width: 100%;
    overflow: visible;
    align-items: stretch;
  }
  .slider__slide {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  .slider__slide.is-active {
    display: flex;
  }
}
.alr-entry-widget {
  padding-left: 20px;
  padding-right: 20px;
}
.alr-entry-widget .container {
  padding: 0;
}

.alr-entry-widget__prove-form .form-control {
  display: flex;
  min-height: 45px;
  min-width: 256px;
  padding: 8px 8px 8px 16px;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  border-radius: 8px;
  border: 1px solid #D4D4D4;
  outline: none;
  background: #FFF;
}
.alr-entry-widget__prove-form .form-group {
  margin-bottom: 24px;
}
.alr-entry-widget__prove-form .btn-submit {
  display: flex;
  width: 187px;
  height: 45px;
  padding: 11px 24px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: none;
  outline: none;
  background: var(--Main-1, #00A9CE);
  box-shadow: 0 8px 30px 0 rgba(26, 105, 196, 0.25);
  color: #FFF;
}
.alr-entry-widget__prove-form .checkbox-container .checkbox {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid;
  background-color: #fff;
}

.checkbox-container {
  display: flex;
  cursor: pointer;
  align-items: flex-start;
}

.checkbox-container label {
  cursor: pointer;
}

.checkbox-container .disclaimer-container {
  flex: 1;
  user-select: none;
  font-weight: normal;
}

.checkbox-container .checkbox {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  border-radius: 50%;
  margin-top: 0;
  margin-right: 10px;
  position: relative;
  border: 1px solid;
  background-color: #fff;
}

.checkbox-container .checkbox .checkmark {
  left: 1px;
  opacity: 0;
  bottom: 12px;
  position: absolute;
  transform: scale(0);
  transition: opacity 0.25s, transform 0.15s;
}

.checkbox-container .checkbox [type=checkbox] {
  display: none;
}

.checkbox-container .checkbox [type=checkbox]:checked + .checkmark {
  opacity: 1;
  transform: scale(1);
}

.checkbox-container .checkbox [type=checkbox]:checked + .checkmark:before, .checkbox-container .checkbox [type=checkbox]:checked + .checkmark:after {
  bottom: 0;
  height: 1px;
  width: 20px;
  content: " ";
  display: block;
  border-radius: 10px;
  position: absolute;
  transform: rotate(52deg);
  border: 3px solid #707070;
  background-color: #707070;
}

.checkbox-container .checkbox [type=checkbox]:checked + .checkmark:after {
  left: 6px;
  width: 55px;
  bottom: 10px;
  transform: rotate(-40deg);
}

.checkbox-container .checkbox:focus, .checkbox-container .checkbox:hover {
  outline: none;
  border-color: #0173a9;
  outline-color: rgba(0, 0, 0, 0) !important;
}

.checkbox-container:focus {
  outline-color: rgba(0, 0, 0, 0) !important;
}

.checkbox-container.style-a .disclaimer-container, .checkbox-container.style-b .disclaimer-container {
  font-size: 18px;
  color: #0173a9;
}

.checkbox-container.style-a .checkbox, .checkbox-container.style-b .checkbox {
  width: 26px;
  height: 26px;
  border-width: 2px;
}

.checkbox-container.style-a .checkbox [type=checkbox]:checked + .checkmark::before, .checkbox-container.style-a .checkbox [type=checkbox]:checked + .checkmark::after, .checkbox-container.style-b .checkbox [type=checkbox]:checked + .checkmark::before, .checkbox-container.style-b .checkbox [type=checkbox]:checked + .checkmark::after {
  border-width: 2px;
  border-color: #0173a9;
}

.checkbox-container.style-a .checkbox [type=checkbox]:checked + .checkmark::before, .checkbox-container.style-b .checkbox [type=checkbox]:checked + .checkmark::before {
  bottom: -5px;
  height: 1px;
  width: 15px;
}

.checkbox-container.style-a .checkbox [type=checkbox]:checked + .checkmark::after, .checkbox-container.style-b .checkbox [type=checkbox]:checked + .checkmark::after {
  left: 7px;
  width: 32px;
  bottom: 1px;
}

.checkbox-container.style-b .disclaimer-container {
  color: #0b4b95;
}

.checkbox-container.style-b .checkbox {
  border-color: #0b4b95;
}

.checkbox-container.style-b .checkbox [type=checkbox]:checked + .checkmark::before,
.checkbox-container.style-b .checkbox [type=checkbox]:checked + .checkmark::after {
  border-color: #0b4b95;
}

.checkbox-container.style-c {
  align-items: start;
}

.checkbox-container.style-c .checkbox {
  width: 28px;
  height: 28px;
  padding: 0px;
  margin-top: 5px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  border: 1px solid;
  background-color: #fff;
}

#get-pre-qualified .checkbox-container.style-c .checkbox {
  margin-top: 0;
}

.checkbox-container.style-c .checkbox:disabled {
  opacity: 0.75;
  background: #ccc;
  cursor: not-allowed;
}

.checkbox-container.style-c .checkbox.checked {
  color: #fff;
  border-radius: 2px;
  border-color: #2653ca;
  background-color: #2653ca;
}

.checkbox-container.style-c .checkbox [type=checkbox]:checked + .checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  width: 14px;
  height: 14px;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 11' fill='none'%3E%3Cpath d='M1.5 5.5L5.5 9.5L12.5 1.5' stroke='%23FFA600' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.checkbox-container.style-c .checkbox [type=checkbox]:checked + .checkmark:before,
.checkbox-container.style-c .checkbox [type=checkbox]:checked + .checkmark:after {
  bottom: 0;
  height: 1px;
  width: 20px;
  content: "✓";
  border: 0px;
  display: block;
  transform: none;
  border-radius: 10px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0);
}

.checkbox-container.style-c .checkbox [type=checkbox]:checked + .checkmark:after {
  display: none;
}

.checkbox-container.style-c .is-invalid {
  border-color: red !important;
}

@media (max-width: 768px) {
  .title-loan-form .agreement-action-row {
    display: flex;
    flex-direction: column;
  }
}
.tl-hero__disclaimer {
  white-space: unset;
}

/* ── INTRO ── */
.tl-intro {
  background: #fff;
  padding: 70px 0;
}

.tl-intro__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 1200px;
  margin: 0 auto;
}

.tl-intro__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tl-intro__title {
  font-family: "Inter", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--navy);
  margin: 0;
}

.tl-intro__body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: var(--text-muted);
  margin: 0 0 12px;
}

.tl-intro__disclaimer {
  font-size: 13px;
  color: #30353a;
  line-height: 1.6;
  margin: 0;
}

.tl-intro__photo-wrap {
  flex: 1 1 0;
  height: 426px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(13, 31, 60, 0.12), 0 4px 12px rgba(13, 31, 60, 0.06);
}

.tl-intro__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ── COMPARE ── */
.tl-compare {
  background: linear-gradient(170.9deg, #01a1c8 8.49%, #2b4c81 91.51%);
  padding: 70px 0;
}

.tl-compare__inner {
  display: flex;
  align-items: center;
  gap: 27px;
  max-width: 1200px;
  margin: 0 auto;
}

.tl-compare__copy {
  flex: unset;
  max-width: 586px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tl-compare__title {
  font-family: "Inter", sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.tl-compare__body {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  margin: 0;
}

.tl-compare__disclaimer {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.tl-compare__cards {
  flex: unset;
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: stretch;
}

.tl-compare__card {
  flex: 0 0 281px;
  border-radius: 20px;
  padding: 25px;
}

.tl-compare__card--lc {
  background: #fff;
  box-shadow: 0 4px 20px rgba(13, 31, 60, 0.1);
}

.tl-compare__card--them {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.tl-compare__card-label {
  font-size: 15px;
  font-weight: 600;
  line-height: 21.75px;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0 0 16px;
}

.tl-compare__card--lc .tl-compare__card-label {
  background: linear-gradient(90deg, #01a1c8, #2b4c81);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tl-compare__card--them .tl-compare__card-label {
  color: rgba(255, 255, 255, 0.7);
}

.tl-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.tl-compare__list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  color: #3c4248;
}

.tl-compare__list li svg {
  flex-shrink: 0;
  margin-top: 2px;
}

.tl-compare__list--negative li {
  color: rgba(255, 255, 255, 0.85);
}

/* ── HOW IT WORKS ── */
.tl-how {
  background: #f3f7fc;
  padding: 70px 0;
}

.tl-how__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.tl-how__container {
  background: linear-gradient(173.94deg, #000 0%, #1b3f68 69.4%, #1c627d 115.67%);
  border-radius: 70px;
  padding: 60px;
}

.tl-how__header {
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.tl-how__title {
  font-size: 34px;
  font-weight: 800;
  color: #fff;
  margin: 0;
}

.tl-how__subtitle {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto;
}

.tl-how__steps {
  display: flex;
  gap: 27px;
  align-items: stretch;
}

.tl-how__step {
  flex: 1;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px 70px 20px 20px;
  padding: 24px 37px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}

.tl-how__step--featured {
  border: 2px solid #01a1c8;
  box-shadow: 1px 4px 17.8px 0px rgba(1, 161, 200, 0.52), 0px 1px 3px 0px rgba(13, 31, 60, 0.08), 0px 1px 2px 0px rgba(13, 31, 60, 0.04);
}

.tl-how__step-chip {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #3ABDDD;
  color: #fff;
  font-size: 13px;
  /* font-weight: 700; */
  letter-spacing: 0.5px;
  padding: 6px 16px;
  border-radius: 9999px;
  white-space: nowrap;
}

.tl-how__step-num {
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #FFF7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  flex-shrink: 0;
}

.tl-how__step-num span {
  font-size: 45px;
  font-weight: 600;
  background: #FFA600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.tl-how__step-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-how__step-title {
  font-size: 21px;
  font-weight: 700;
  color: var(--navy);
  line-height: 27px;
  letter-spacing: -0.3px;
  margin: 0;
}

.tl-how__step-body {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 26.4px;
  margin: 0;
}

.tl-how__step-badge {
  display: flex;
  align-items: center;
  gap: 16px;
  background: #f7fafd;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(13, 31, 60, 0.06);
}

.tl-how__step-badge-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #FFF7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tl-how__step-badge-text {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
  line-height: 1.4;
}

.tl-how__step-offers {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-how__step-offers-label {
  font-size: 14px;
  font-weight: 700;
  color: #949596;
  line-height: 16px;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.tl-how__step-offers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 117px;
}

.tl-how__offer {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 16px 20px;
  box-shadow: 0px 4px 16px 0px rgba(13, 31, 60, 0.1), 0px 2px 6px 0px rgba(13, 31, 60, 0.06);
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tl-how__offer-rate {
  font-size: 15px;
  font-weight: 700;
  color: #6b8099;
  text-transform: uppercase;
  line-height: 18px;
  margin: 0;
}

.tl-how__offer-amount {
  font-size: 22px;
  font-weight: 700;
  color: #1a69c4;
  letter-spacing: -0.3px;
  line-height: 27px;
  white-space: nowrap;
  margin: 0;
}

.tl-how__offer--alt .tl-how__offer-amount {
  color: #1a69c4;
}

.tl-how__offer-monthly {
  font-size: 15px;
  font-weight: 400;
  color: #00a9ce;
  line-height: 18px;
  margin: 0;
}

.tl-how__footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.tl-how__footer-note {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
}

.tl-how__trust {
  display: flex;
  gap: 24px;
  font-size: 14px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.85);
}

.tl-how__trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tl-how__trust-item::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a9ce;
  flex-shrink: 0;
}

/* ── WHAT TO KNOW ── */
.tl-know {
  background: #f7fafd;
  padding: 80px 0;
}

.tl-know__inner {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
}

.tl-know__header {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 820px;
}

.tl-know__title {
  font-size: 34px;
  font-weight: 800;
  color: #0d1f3c;
  margin: 0;
  line-height: 1.2;
}

.tl-know__subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #3c4248;
  margin: 0;
  line-height: 1.65;
}

.tl-know__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
  width: 100%;
}

.tl-know__card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 24px 37px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 426px;
  box-shadow: 0px 1px 2px 0px rgba(13, 31, 60, 0.04), 0px 1px 3px 0px rgba(13, 31, 60, 0.08);
}

.tl-know__card-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #FFF7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.tl-know__card-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tl-know__card-title {
  font-size: 21px;
  font-weight: 700;
  color: #0d1f3c;
  margin: 0;
  line-height: 1.3;
  letter-spacing: -0.3px;
}

.tl-know__card-text {
  font-size: 16px;
  font-weight: 400;
  color: #3d5a7a;
  margin: 0;
  line-height: 1.65;
}

.tl-know__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
}

.tl-know__footer-note {
  font-size: 13px;
  color: #30353a;
  margin: 0;
}

.tl-know__footer-legal {
  font-size: 13px;
  color: #30353a;
  margin: 8px 0 0;
}

/* ── WHY PEOPLE ── */
.tl-why {
  background: linear-gradient(170.9deg, #01a1c8 8.49%, #2b4c81 91.51%);
  padding: 70px 0;
}

.tl-why__inner {
  display: flex;
  align-items: flex-start;
  gap: 72px;
  max-width: 1200px;
  margin: 0 auto;
}

.tl-why__copy {
  flex: 0 0 536px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tl-why__title {
  font-family: "Inter", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #fff;
  margin: 0;
}

.tl-why__body {
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
  margin: 0;
}

.tl-why__photo-wrap {
  width: 100%;
  height: 307px;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(13, 31, 60, 0.06), 0 12px 40px rgba(13, 31, 60, 0.12);
}

.tl-why__photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.tl-why__disclaimer {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0;
  color: #ffffff;
  margin: 0;
}

.tl-why__benefits {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
}

.tl-why__benefit {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 24px;
  box-shadow: 0 1px 2px rgba(13, 31, 60, 0.04), 0 1px 3px rgba(13, 31, 60, 0.08);
}

.tl-why__benefit-icon {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #FFF7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  flex-shrink: 0;
}

.tl-why__benefit-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--navy);
  margin: 0 0 6px;
}

.tl-why__benefit-body {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.55;
  margin: 0;
}

/* ── TL FAQ ── */
.btn-tl-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 11px 24px;
  height: 45px;
  width: fit-content;
  white-space: nowrap;
  border-radius: 9999px;
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #01a1c8, #2b4c81) border-box;
  box-shadow: none;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  color: #01a1c8;
}

.btn-tl-outline span {
  background: linear-gradient(90deg, #01a1c8, #2b4c81);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.btn-tl-outline svg {
  flex-shrink: 0;
  stroke: #01a1c8;
}

.tl-faq .faq__subtitle {
  max-width: 960px;
}

.tl-faq__footer {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 8px;
}

.faq__answer-list {
  margin: 12px 0 0 20px;
  padding: 0;
}

.faq__answer-list li {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 700;
  color: var(--navy);
}

/* ── RV MAKE IT EASY (two-column split) ── */
.rv-make-easy {
  background: #fff;
  padding: 70px 0;
}

.rv-make-easy__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 64px;
  align-items: center;
}

.rv-make-easy__copy {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 4px 0;
}

.rv-make-easy__eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #00a8e8;
  line-height: 27px;
  margin: 0;
}

.rv-make-easy__title {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 1.2;
  color: #0d1f3c;
  margin: 0;
}

.rv-make-easy__body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #3d5a7a;
  margin: 0;
}

.rv-make-easy__photo-wrap {
  flex: 1 1 0;
  border-radius: 70px 28px 28px 28px;
  overflow: hidden;
  box-shadow: 0px 12px 40px rgba(13, 31, 60, 0.12), 0px 4px 12px rgba(13, 31, 60, 0.06);
  height: 426px;
}

.rv-make-easy__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 900px) {
  .rv-make-easy__inner {
    flex-direction: column;
    gap: 24px;
  }
  .rv-make-easy__photo-wrap {
    flex: unset;
    width: 100%;
    height: 280px;
    border-radius: 40px 16px 16px 16px;
  }
  .rv-make-easy__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .rv-make-easy {
    padding: 70px 0;
  }
}
.rvtl-process {
  background: #F7FAFD;
  padding: 70px 0;
}

@media (max-width: 768px) {
  .rvtl-process {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ── CTL HOW DO TITLE LOANS WORK? ── */
.ctl-how-works {
  background: #f7fafd;
  padding: 70px 20px;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.06);
}

.mtl-how-works {
  background: linear-gradient(172.26deg, #01a1c8 8.49%, #2b4c81 91.51%);
  padding: 70px 0;
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.06);
}

.ctl-how-works--white-bg {
  background: #ffffff;
}

.ctl-how-works__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ctl-how-works__top {
  display: flex;
  gap: 27px;
  align-items: stretch;
}

.mtl-how-works__top {
  display: flex;
  gap: 27px;
  align-items: center;
  flex-direction: column;
}

.ctl-how-works__copy {
  flex-shrink: 0;
  width: 383px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
}

.mtl-how-works__copy {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  align-items: center;
}

.ctl-how-works__title {
  font-size: 38px;
  font-weight: 700;
  color: #1f1f1f;
  line-height: 1.15;
  margin: 0;
}

.mtl-how-works__title {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  line-height: 1.15;
  margin: 0;
}

.ctl-how-works__body {
  font-size: 16px;
  line-height: 1.6;
  color: #3c4248;
  letter-spacing: 0.26px;
  margin: 0;
}

.mtl-how-works__body {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  letter-spacing: 0.26px;
  margin: 0;
  text-align: center;
}

.ctl-how-works__video-wrap {
  flex: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(13, 31, 60, 0.12), 0 4px 12px rgba(13, 31, 60, 0.06);
  max-height: 350px;
}

.ctl-how-works__video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ctl-how-works__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.ctl-how-works__play svg {
  margin-left: 4px;
}

/* 3 benefit cards */
.ctl-how-works__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}

.ctl-how-works__card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 30px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  box-shadow: 0 1px 1.5px rgba(13, 31, 60, 0.08), 0 1px 1px rgba(13, 31, 60, 0.04);
}

.mtl-how-works__card {
  flex-direction: column;
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 30px 24px;
  display: flex;
  gap: 16px;
  box-shadow: 0 1px 1.5px rgba(13, 31, 60, 0.08), 0 1px 1px rgba(13, 31, 60, 0.04);
}

.ctl-how-works__card-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--navy);
  letter-spacing: -0.3px;
  margin: 0;
}

@media (max-width: 768px) {
  .mtl-how-works {
    padding-left: 0;
    padding-right: 0;
  }
  .mtl-how-works__title {
    text-align: center !important;
  }
}
@media (max-width: 1024px) {
  .ctl-how-works__copy {
    width: 100%;
  }
  .ctl-how-works__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ctl-how-works__cards {
    grid-template-columns: 1fr;
  }
}
/* ── CTL BENEFITS ── */
.ctl-benefits {
  background: linear-gradient(172.26deg, #01a1c8 8.49%, #2b4c81 91.51%);
  padding: 70px 0;
}
.ctl-benefits--personal-loans {
  padding-left: 20px;
  padding-right: 20px;
}
.ctl-benefits--personal-loans .container,
.ctl-benefits--personal-loans .ctl-benefits__inner {
  padding-left: 0;
  padding-right: 0;
}

.mtl-benefits {
  background: #fff;
  padding: 70px 0;
}

.ctl-benefits__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.mtl-benefits__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.rvtl-benefits__subtitle {
  max-width: 706px;
}

.ctl-benefits__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mtl-benefits__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: center;
}

.ctl-benefits__title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 1.5;
  margin: 0;
}

.mtl-benefits__title {
  font-size: 40px;
  font-weight: 700;
  color: #0D1F3C;
  letter-spacing: -0.5px;
  line-height: 1.5;
  margin: 0;
}

.ctl-benefits__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

.ctl-benefits__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.ctl-benefits__cards--three {
  grid-template-columns: repeat(3, 1fr);
}

.ctl-benefits__card {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 33px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 1px 1.5px rgba(13, 31, 60, 0.08), 0 1px 1px rgba(13, 31, 60, 0.04);
}

.mtl-benefits__card {
  background: #F7FAFD;
  border: 1px solid #eef2f7;
  border-radius: 20px;
  padding: 16px 16px;
  display: flex;
  gap: 16px;
  box-shadow: 0 1px 1.5px rgba(13, 31, 60, 0.08), 0 1px 1px rgba(13, 31, 60, 0.04);
  align-items: center;
}

.ctl-benefits__card-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--navy);
  letter-spacing: -0.3px;
  margin: 0;
}

.ctl-benefits__footer-text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
}

.mtl-benefits__footer-text {
  font-size: 16px;
  color: #2A3D55;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}

/* ── CTL LOCATIONS ── */
.ctl-locations {
  background: #fff;
  padding: 70px 20px;
}

.ctl-locations__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 27px;
  align-items: center;
  width: 100%;
}

.ctl-locations__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.ctl-locations__eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #0d1f3c;
  line-height: 27px;
  margin: 0;
}

.ctl-locations__title {
  font-size: 44px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.1;
  color: #0d1f3c;
  margin: 0;
}

.ctl-locations__widget {
  width: 100%;
}

.additional-details-section {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.module-additional-details--missing {
  text-align: center;
  font-size: 18px;
}

@media (min-width: 1400px) {
  .tl-hero__badge--zero {
    right: -78px;
  }
}
/* ── TL RESPONSIVE: 1024px ── */
@media (max-width: 1024px) {
  /* Title Loan Responsive: 1024px */
  .tl-hero,
  .tl-intro,
  .tl-compare,
  .tl-how,
  .tl-why,
  .tl-know {
    padding-left: 48px;
    padding-right: 48px;
  }
  .tl-intro__inner,
  .tl-compare__inner,
  .tl-why__inner {
    gap: 40px;
  }
  .tl-hero__badge--zero {
    right: -30px;
  }
  .tl-intro__inner {
    gap: 64px;
  }
  .tl-how__steps {
    flex-wrap: wrap;
  }
  .tl-how__step {
    flex-basis: calc(50% - 27px);
  }
  .tl-how__step:last-child {
    flex-basis: calc(50% - 13.5px);
    flex-grow: 0;
  }
  .tl-compare__inner {
    flex-direction: column;
    gap: 32px;
  }
  .tl-know__cards {
    gap: 16px;
  }
  .tl-know__card {
    min-height: unset;
    height: auto;
  }
  .tl-know__title {
    font-size: 28px;
  }
  .tl-hero__copy {
    flex-basis: 50%;
    z-index: 1;
  }
  .tl-hero__photo-wrap {
    flex-basis: 50%;
  }
  .tl-compare__copy {
    max-width: 100%;
  }
  .tl-hero__headline {
    font-size: 36px;
  }
  .tl-intro__copy,
  .tl-intro__photo-wrap {
    flex: 1 1 50%;
  }
  .tl-intro__photo-wrap img {
    object-position: right;
  }
  .ctl-cash-widget-section,
  .tl-how {
    padding: 0px;
  }
  .ctl-cash-widget-section .container,
  .tl-how .container {
    padding: 0;
  }
  .ctl-cash-widget-section {
    margin-top: 0;
  }
  .ctl-cash-widget-inner,
  .tl-how__container {
    border-radius: 0 !important;
    padding: 60px 48px;
  }
  .tl-why__copy {
    flex: 0 0 400px;
  }
  .ctl-how-works,
  .ctl-benefits--personal-loans,
  .ctl-locations {
    padding-left: 48px;
    padding-right: 48px;
  }
  /* RV Title Loans and Motorcycle Title Loans Responsive: 1024px */
  .rv-make-easy,
  .rvtl-process,
  .mtl-how-works,
  .mtl-benefits,
  .mtl-process {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 991px) {
  .tl-why__inner {
    flex-direction: column;
  }
}
/* ── TL RESPONSIVE: 768px ── */
@media (max-width: 768px) {
  /* Title Loan Responsive: 768px */
  .tl-hero,
  .tl-intro,
  .tl-compare,
  .tl-how,
  .tl-why,
  .tl-know {
    padding-left: 0;
    padding-right: 0;
  }
  .tl-hero__inner {
    gap: 64px;
  }
  .tl-why__inner {
    flex-direction: column;
    gap: 32px;
  }
  .tl-intro__inner {
    flex-direction: column;
  }
  .tl-hero__copy,
  .tl-intro__copy,
  .tl-compare__copy,
  .tl-why__copy {
    flex: none;
    width: 100%;
  }
  .tl-hero__photo-wrap,
  .tl-intro__photo-wrap {
    width: 100%;
  }
  .tl-hero__photo-wrap {
    min-height: 260px;
  }
  .tl-how .container {
    padding: 0;
  }
  .tl-how .tl-how__container {
    border-radius: 0;
    padding-left: 36px;
    padding-right: 36px;
  }
  .tl-how__steps {
    flex-direction: column;
  }
  .tl-how__trust {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
  .tl-hero__badge--zero {
    right: 0;
    top: auto;
    bottom: -50px;
    transform: none;
  }
  .tl-compare__cards {
    flex-direction: row;
  }
  .tl-compare__card {
    flex-grow: 1;
    flex-basis: 0;
  }
  .tl-know__cards {
    grid-template-columns: 1fr;
  }
  .tl-know__card {
    padding: 24px;
  }
  .ctl-cash-widget-inner,
  .tl-how__container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .tl-why__copy {
    flex: none;
    width: 100%;
  }
  .tl-intro__photo-wrap {
    flex: none;
    width: 100%;
    min-height: 270px;
    height: auto;
    aspect-ratio: 4/3;
  }
  .ctl-how-works, .ctl-benefits--personal-loans, .ctl-locations {
    padding-left: 36px;
    padding-right: 36px;
  }
  .mtl-benefits__inner,
  .ctl-how-works__inner {
    padding-right: 0;
    padding-left: 0;
  }
  /* RV Title Loans and Motorcycle Title Loans Responsive: 768px */
  .rv-make-easy,
  .rvtl-process,
  .mtl-how-works,
  .mtl-benefits,
  .mtl-process {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .tl-hero {
    padding: 80px 0;
  }
  .tl-hero__headline {
    font-size: 40px;
  }
  .tl-hero__photo {
    width: 100%;
  }
  .tl-hero__badge--zero {
    bottom: -30px;
    right: -30px;
  }
  .tl-compare__inner {
    align-items: flex-start;
  }
  .tl-how__steps {
    margin-bottom: 27px;
    display: block;
    width: 100%;
    overflow: visible;
    align-items: stretch;
  }
  .tl-how__steps .is-active {
    display: flex;
  }
  .tl-how__step {
    display: none;
    width: 100%;
    box-sizing: border-box;
  }
  .tl-intro__title {
    font-size: 38px;
  }
  .tl-why__title {
    font-size: 40px;
  }
  .tl-compare__title,
  .tl-know__title {
    font-size: 34px;
  }
  .tl-know__card {
    display: none;
  }
  .ctl-benefits--personal-loans {
    padding-left: 36px;
    padding-right: 36px;
  }
  .ctl-benefits__cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 650px) {
  .tl-compare__cards {
    flex-direction: column;
    gap: 24px;
  }
  .tl-how__step-offers-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    height: auto;
  }
}
/* ── TL RESPONSIVE: 440px ── */
@media (max-width: 440px) {
  .tl-hero__subline {
    font-size: 15px;
  }
  .tl-hero__photo {
    height: 240px;
    border-radius: 16px 50px 16px 16px;
  }
  .tl-hero__badge--zero {
    bottom: -24px;
  }
  .tl-how__container {
    padding: 28px 20px;
  }
}
.rv-make-easy__inner,
.ctl-process__inner,
.ctl-how-works__inner,
.mtl-benefits__inner {
  max-width: 1200px;
  margin: 0 auto;
}

.phone-entry-widget {
  position: relative;
  background: linear-gradient(176.52deg, #000000 0%, #1b3f68 69.404%, #1c627d 115.67%);
  border-radius: 70px;
  padding: 45px 60px;
  float: none;
  max-width: none;
  margin-top: -66px;
  z-index: 1;
}
.phone-entry-widget .alr-entry-widget__prove-form {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "title phone" "subtitle phone" "footer footer";
  column-gap: 64px;
  row-gap: 8px;
}
@media (max-width: 1024px) {
  .phone-entry-widget .alr-entry-widget__prove-form {
    grid-template-columns: 1fr;
    grid-template-areas: "title" "subtitle" "phone" "footer";
  }
}
.phone-entry-widget .form-group {
  grid-area: phone;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .phone-entry-widget .form-group {
    margin-top: 16px;
  }
}
.phone-entry-widget .agreement {
  grid-area: footer;
  display: grid;
  grid-template-columns: auto 187px;
  column-gap: 24px;
  align-items: center;
  color: #fff;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .phone-entry-widget .agreement {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}
.phone-entry-widget .disclaimer-container a {
  color: #fff;
  text-decoration: underline;
}
.phone-entry-widget .btn-submit {
  font-size: 15px;
  font-weight: 600;
  height: 45px;
  padding: 11px 24px;
}

.phone-entry-widget__title {
  grid-area: title;
  font-size: 35px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
}

.phone-entry-widget__subline {
  grid-area: subtitle;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.26px;
  color: #fff;
  line-height: 1.15;
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
}

.calculator__panel {
  border-radius: 70px;
  background: linear-gradient(340deg, #01A1C8 8.49%, #2B4C81 91.51%);
}
@media (max-width: 1024px) {
  .calculator__panel {
    border-radius: 0;
  }
}

@media (max-width: 1200px) {
  .alr-entry-widget {
    padding-left: 0;
    padding-right: 0;
  }
  .alr-entry-widget .container {
    padding: 0;
  }
  .phone-entry-widget {
    border-radius: 0;
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .alr-calculator {
    padding: 0;
  }
  .alr-calculator .container {
    padding: 0;
  }
  .alr-calculator .calculator__panel {
    border-radius: 0;
  }
}
@media (max-width: 1024px) {
  .phone-entry-widget {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 768px) {
  .phone-entry-widget {
    padding: 60px 36px;
  }
  .alr-entry-widget__prove-form .form-control {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .phone-entry-widget .form-group {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.ctlr-intro,
.ctlr-process,
.ctlr-benefits,
.ctlr-how-refi,
.ctlr-calculator {
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1025px) {
  .ctl-cash-widget-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ctl-cash-widget-section .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .ctlr-hero,
  .ctlr-intro .container,
  .ctlr-process .container,
  .ctlr-benefits .container,
  .ctlr-how-refi .container {
    padding-left: 48px;
    padding-right: 48px;
  }
  .ctlr-car-value-section {
    padding-left: 0;
    padding-right: 0;
  }
  .ctlr-car-value-widget {
    margin-top: 0;
  }
  .ctlr-benefits__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .ctlr-hero,
  .ctlr-intro .container,
  .ctlr-process .container,
  .ctlr-benefits .container,
  .ctlr-how-refi .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .ctlr-benefits__cards {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1200px) {
  .ctlr-car-value-section .container {
    padding: 0;
  }
}
.pcp-card {
  display: flex;
  width: 100%;
  max-width: 569px;
  padding: 45px 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: 70px;
  background: var(--dark, linear-gradient(171deg, #000 0%, #1B3F68 69.4%, #1C627D 115.67%));
}
.pcp-card .agreement {
  margin-top: 24px;
  margin-bottom: 24px;
  color: #FFF;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.4px; /* 165% */
}
@media (max-width: 767px) {
  .pcp-card {
    padding: 40px;
  }
}

.pcp-card__title {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 122.727% */
  letter-spacing: -0.3px;
}

.pcp-card__questions {
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 122.727% */
  letter-spacing: -0.3px;
}
.pcp-card__questions .pcp-card__phone {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .pcp-card__questions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
}

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