.termsofuse .text--primary-title {
  font-size: 2.5rem;
  line-height: 1.4;
  color: #282828;
}
@media only screen and (min-width: 375px) {
  .termsofuse .text--primary-title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .termsofuse .text--primary-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 768px) {
  .termsofuse .text--primary-title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .termsofuse .text--primary-title {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 1280px) {
  .termsofuse .text--primary-title {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .termsofuse .text--primary-title {
    font-size: 3rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1900px) {
  .termsofuse .text--primary-title {
    font-size: 3.2rem;
  }
}
.termsofuse .text--secondary-title {
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 1rem 0;
  color: #262B2E;
  font-weight: 600;
}
@media only screen and (min-width: 375px) {
  .termsofuse .text--secondary-title {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .termsofuse .text--secondary-title {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 768px) {
  .termsofuse .text--secondary-title {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .termsofuse .text--secondary-title {
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .termsofuse .text--secondary-title {
    font-size: 1.9rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .termsofuse .text--secondary-title {
    font-size: 2.1rem;
  }
}
@media only screen and (min-width: 1900px) {
  .termsofuse .text--secondary-title {
    font-size: 2.2rem;
  }
}
.termsofuse .text--para, .termsofuse .text--list-item {
  color: #57575C;
  line-height: 1.6;
  margin-bottom: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (min-width: 375px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 768px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.9rem;
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1280px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.8rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 1900px) {
  .termsofuse .text--para, .termsofuse .text--list-item {
    font-size: 1.9rem;
  }
}
.termsofuse .text--underline {
  text-decoration: underline;
}
.termsofuse .section {
  position: relative;
  padding: 3rem;
}
@media only screen and (min-width: 375px) {
  .termsofuse .section {
    padding: 4rem;
  }
}
@media only screen and (min-width: 428px) and (max-height: 926px) {
  .termsofuse .section {
    padding: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .termsofuse .section {
    padding: 5rem 10rem 3rem 10rem;
  }
}
@media only screen and (min-width: 1024px) {
  .termsofuse .section {
    padding: 6rem 12rem 6rem 12rem;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .termsofuse .section {
    max-width: 80%;
    position: static;
  }
}
@media only screen and (min-width: 1440px) and (min-height: 800px) {
  .termsofuse .section {
    max-width: 75%;
  }
}
@media only screen and (min-width: 1900px) {
  .termsofuse .section {
    max-width: 65%;
  }
}
.termsofuse .section__inner {
  margin: 3rem 0;
}
.termsofuse .section__list {
  padding: 1.5rem;
  margin: 0;
}
.termsofuse .section__list strong {
  display: block;
  color: #262B2E;
}

.terms-of-use-section {
  padding-left: 10px;
  padding-right: 10px;
}

.terms-of-use-section .terms-of-use-title {
  padding-bottom: 5px;
}

.terms-of-use-section > .terms-of-use-section__inner:not(:last-child) {
  padding-bottom: 3px;
}

.terms-of-use-section .terms-of-use-secondary-text {
  padding-left: 3px;
  text-align: justify;
}