html {font-size: 15px;}

.main-title {
  color: #FFF;
  text-shadow: 0px 0px 1.40625rem rgba(0, 0, 0, 0.25);
  font-size: 5.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.main-title-bold {
  color: #FFF;
  text-shadow: 0px 0px 1.40625rem rgba(0, 0, 0, 0.25);
  font-size: 5.3125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-base {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .text-base {
    font-size: 1.25rem;
  }
}

.text-base-xs-small {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-base-x-small {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-base-small {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-base-middle {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-base-s,
.text-base-xs {
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .text-base-s, .text-base-xs {
    font-size: 0.75rem;
  }
}

.text-xxxl,
.text-xxxxl {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-xxxxl {
  font-weight: 700;
}

.text-xxl {
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text-xxl-regular {
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .text-xxl {
    font-size: 1.75rem;
  }
}

.section-title {
  color: var(--red-text);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
}

.section-title-regular {
  color: var(--red-text);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .section-title-regular {
    font-size: 2rem;
  }
}

.section-title-S {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.section-title-S-think {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-title-L {
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.section-title-XL {
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 768px) {
  .section-title-XL {
    font-size: 2.4rem;
    text-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .section-title-L {
    font-size: 2.4rem;
    text-wrap: nowrap;
  }
}

.title-XXL {
  font-size: 4.26rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.review-title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.button-title-regular {
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.section-title-XXL {
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text-gradient {
  background: linear-gradient(to right, #ff3c3c, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 400;
}

.capitalize {
  text-transform: capitalize;
}