/* TERMS PAGE START */

.TC_main {
  padding: 42px 0 60px;

  background:
    radial-gradient(
      circle at top left,
      rgba(37, 99, 235, 0.09),
      transparent 28%
    ),
    #f3f6fb;
}

.TC_wrap {
  width: min(900px, 92%);
  margin: 0 auto;
}


/* INTRO START */

.TC_intro {
  margin-bottom: 20px;
  padding: 34px;

  background: #ffffff;

  border:
    1px solid rgba(15, 23, 42, 0.08);

  border-radius: 22px;

  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.06);
}

.TC_eyebrow {
  display: inline-block;

  margin: 0 0 14px;
  padding: 7px 12px;

  background:
    rgba(37, 99, 235, 0.10);

  color: #1d4ed8;

  border-radius: 999px;

  font-size: 12px;
  font-weight: 800;

  text-transform: uppercase;
}

.TC_intro h1 {
  margin: 0;

  color: #101828;

  font-size:
    clamp(34px, 5vw, 48px);

  line-height: 1.08;

  letter-spacing: -0.035em;
}

.TC_intro-text {
  max-width: 720px;

  margin: 16px 0 0;

  color: #475467;

  font-size: 16px;
  line-height: 1.7;
}

.TC_notice {
  margin-top: 22px;

  padding: 16px 18px;

  background: #eff6ff;

  color: #1e3a8a;

  border-left:
    4px solid #2563eb;

  border-radius:
    0 14px 14px 0;

  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}

/* INTRO END */


/* CONTENT START */

.TC_content {
  padding: 10px 34px 30px;

  background: #ffffff;

  border:
    1px solid rgba(15, 23, 42, 0.08);

  border-radius: 22px;

  box-shadow:
    0 14px 34px rgba(15, 23, 42, 0.05);
}

.TC_section {
  padding: 24px 0;

  border-bottom:
    1px solid #e5e7eb;
}

.TC_section:last-of-type {
  border-bottom: 0;
}

.TC_section h2 {
  margin: 0 0 9px;

  color: #101828;

  font-size: 22px;
  line-height: 1.3;
}

.TC_section p {
  margin: 0;

  color: #475467;

  font-size: 16px;
  line-height: 1.75;
}

.TC_section p + p {
  margin-top: 11px;
}

.TC_section a {
  color: #1d4ed8;

  font-weight: 700;

  text-decoration: underline;

  text-underline-offset: 3px;
}

.TC_updated {
  margin: 18px 0 0;

  color: #667085;

  font-size: 14px;
  font-weight: 700;
}

/* CONTENT END */


/* ACTIVE FOOTER LINK */

.H_footer-links
a[href="terms-and-conditions.html"] {
  color: #ffffff;

  text-decoration: underline;

  text-underline-offset: 4px;
}


/* TABLET */

@media (max-width: 960px) {

  .pc-header-stats
  .pc-header-stat:nth-child(2) {
    display: none;
  }

}


/* MOBILE */

@media (max-width: 620px) {

  .TC_main {
    padding: 26px 0 42px;
  }

  .TC_intro {
    padding: 24px 20px;

    border-radius: 18px;
  }

  .TC_content {
    padding: 6px 20px 24px;

    border-radius: 18px;
  }

  .TC_intro-text,
  .TC_section p {
    font-size: 15px;
  }

  .pc-header-stats
  .pc-header-stat:nth-child(2),

  .pc-header-stats
  .pc-header-stat:nth-child(3) {
    display: none;
  }

}

/* TERMS PAGE END */