.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.primary-color {
  color: #56b1d5;
}

.blue-shade {
  background-color: #effaff;
}

.tcpa-links a {
  color: #05add5;
}

.heading-main {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
}

.heading-sub {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 8px;
  margin-top: 24px;
}

.table-list {
  color: #05add5;
}

.table-list li a {
  color: #05add5;
  font-size: 16px;
  text-underline-offset: 3px;
}

.table-list li {
  margin-top: 16px;
}

.heading-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 16px;
}

.li-text-links a {
  color: #05add5;
}

.heading-main-container {
  background-color: #05add5;
  padding: 30px 0;
  margin-bottom: 40px;
}

.terms-sub-titles {
  font-size: 24px;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 8px;
}

.disc-text {
  font-size: 20px;
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 28px;
}

.disc-title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 16px;
  margin-top: 48px;
}

@media (min-width: 300px) {
  .logo {
    max-width: 100%;
  }
}

