main {
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.banner {
  background: #eaeff2;
  padding: 49px 40px;
}
@media only screen and (max-width: 991px) {
  .banner {
    padding: 40px 27px;
  }
}
.banner h2 {
  color: rgba(11, 15, 17, 0.8);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 29px;
  max-width: 769px;
  width: 100%;
  margin: 8px auto 0;
}
.banner h2.upper {
  text-transform: uppercase;
}
.banner h1 {
  color: #0B0F11;
  text-align: center;
  font-family: Merriweather;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 56px;
}
@media only screen and (max-width: 991px) {
  .banner h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.banner h1.cob {
  max-width: 718px;
  width: 100%;
  margin: 0 auto;
}

.technical-page {
  padding: 56px 40px 40px;
}
@media only screen and (max-width: 991px) {
  .technical-page {
    padding: 15px 0 0;
  }
}
.technical-page.privacy-policy h2:nth-of-type(1), .technical-page.a-s h2:nth-of-type(1) {
  margin-top: 0;
}
.technical-page .text-content {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 991px) {
  .technical-page .text-content {
    padding: 0 15px;
  }
}
.technical-page .text-content h2 {
  color: #0B0F11;
  font-family: Merriweather;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin: 60px 0 24px;
}
@media only screen and (max-width: 991px) {
  .technical-page .text-content h2 {
    margin: 40px 0 24px;
  }
}
.technical-page .text-content h3 {
  color: #0B0F11;
  font-family: Merriweather;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin: 32px 0 16px;
}
.technical-page .text-content p {
  color: rgba(11, 15, 17, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  margin: 8px 0;
}
.technical-page .text-content p.updated {
  margin-top: 60px;
}
.technical-page .text-content ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 0 0 30px;
}
.technical-page .text-content ul.lower-alpha {
  padding: 0 0 0 20px;
}
.technical-page .text-content ul.lower-alpha li {
  list-style: lower-alpha;
}
.technical-page .text-content ul li {
  color: rgba(11, 15, 17, 0.8);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 27px;
  list-style: disc;
}

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