<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
.container {
  font-family: "Mikado", "OpenSans", "Open Sans", sans-serif;
}

.container {
  background-color: white;
  max-width: 1400px;
  padding: 0 75px !important;
  width: 100% !important;
  margin: 0 auto !important;
}

/** Banner **/

.banner {
  background: #6e1ea0;
  color: #fff;
  text-align: center;
  padding-top: 60px;
}

.banner h1 {
  font-weight: 800;
  font-size: 30px;
  font-family: "Mikado", "OpenSans", "Open Sans", sans-serif;
}

.banner-svg {
  width: 100%;
  position: relative;
  bottom: -6px;
  margin-top: 60px;
}

/** Policy **/

.policy {
  min-height: 850px;
  padding: 15px;
}

.terms {
  margin: 0 0 27px 0;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: center;
  text-align: left;
  align-items: center;
}

.terms h3 {
  font-size: 24px;
  font-weight: 900;
  color: #6e1ea0;
  padding: 20px 0 20px 0;
  margin: 0;
  text-align: left;
}

.terms p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #525f7f;
}

.terms b {
  font-weight: bold;
}

.scrollable {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.scrollable table {
  width: 100%;
  margin: 15px 0;
  padding: 50px 0;
  border: 1px solid #525f7f;
}

.scrollable table th,
.scrollable table tr,
.scrollable table td {
  border: 1px solid #525f7f;
  padding: 5px;
}
</pre></body></html>