:root {
  --font-primary: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
  font-style: normal;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

:root {
  --font-primary: "Proxima Nova","Helvetica Neue", Helvetica, Arial, sans-serif;
  --font-secondary: "Playfair Display", Georgia, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 32px;
  font-style: normal;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 18px;
}

.terms-conditions h3 {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-base);
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 16px;
  word-break: break-word;
}
.terms-conditions p {
  color: var(--text-disabled);
  font-family: var(--font-secondary);
  font-size: var(--text-sm);
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .terms-conditions p {
    margin-bottom: 32px;
  }
}
.terms-conditions ul {
  color: var(--text-disabled);
  font-family: var(--font-primary);
  font-size: var(--text-sm);
  font-weight: normal;
  line-height: 20px;
}
.terms-conditions li {
  margin-bottom: 10px;
  /* stylelint-disable-next-line */
}
.terms-conditions li::before {
  font-family: var(--font-secondary);
  font-size: 8px;
}

.terms-conditions-text-title {
  color: var(--text-disabled);
  font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 16px;
}

.terms-conditions-text-subtitle {
  color: var(--text-disabled);
  font-size: var(--text-sm);
  font-weight: normal;
  line-height: 20px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .terms-conditions-text-subtitle {
    font-size: var(--text-base);
    line-height: 24px;
    margin-bottom: 32px;
  }
}

.terms-conditions {
  padding: 0 10px;
  width: auto;
}
@media (min-width: 1200px) {
  .terms-conditions {
    width: 50%;
  }
}
.terms-conditions h3 {
  margin-top: 24px;
}
@media (min-width: 1200px) {
  .terms-conditions h3 {
    margin-top: 32px;
  }
}
.terms-conditions ul {
  list-style-type: disc;
  margin-top: 10px;
  padding: 10px;
}
.terms-conditions li {
  /* stylelint-disable-next-line */
}
.terms-conditions li::before {
  padding-right: 8px;
}
.terms-conditions.margins-enabled {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .terms-conditions.margins-enabled {
    margin-top: 32px;
  }
}
@media (min-width: 1200px) {
  .terms-conditions.margins-enabled {
    margin-top: 21px;
  }
}
@media (min-width: 1440px) {
  .terms-conditions.margins-enabled {
    margin-top: 31px;
  }
}

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