#main.no-breadcrumbs {
  padding-top: 6rem;
}
.container {
  max-width: 136rem !important;
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.main-content {
  padding: 0 !important;
}
.main-content *,
.main-content pre {
  font-family: 'Poppins', sans-serif;
}
.main-content h1,
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
  font-family: 'Open Sauce One', sans-serif !important;
}
.main-content h1 {
  font-size: 3.6rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  color: #202020;
}
.main-content h2 {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 120%;
  color: #070A0A;
}
.main-content h3 {
  margin-bottom: 0.8rem;
  color: #070A0A;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 140%;
}
.main-content h4 {
  margin-bottom: 0.8rem;
  color: #070A0A;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 140%;
}
.main-content h5 {
  margin-bottom: 0.8rem;
  color: #070A0A;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 140%;
}
.main-content h6 {
  margin-bottom: 0.8rem;
  color: #070A0A;
  font-size: 1rem;
  font-weight: 700;
  line-height: 140%;
}
.main-content p,
.main-content a {
  color: #070A0A;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 150%;
}
.main-content li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
.main-content li a {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 150%;
}
.main-content a,
.main-content li {
  color: #070A0A !important;
}
.main-content .share-links a {
  font-size: 1.6rem;
}
.main-content .post-author img {
  max-width: 8rem;
}
.main-content input[type="submit"] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 2.4rem;
  gap: 0.8rem;
  background: radial-gradient(48.03% 198.3% at 157.24% 50%, #9ACB68 0%, #9ACB68 35.96%, #30BCEF 58.96%, #FAC434 72.62%, #F27D08 88.4%, #30BCEF 100%);
  border-radius: 1.6rem;
  height: auto !important;
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
  color: #FBFCFC;
  text-transform: none;
  position: relative;
  overflow: hidden;
  margin-left: 0 !important;
}
.main-content textarea {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 160%;
}
.main-content .related-posts {
  padding-bottom: 4rem;
}
.page-top .breadcrumbs-wrap li {
  font-size: 1.5rem !important;
}
@media (max-width: 767px) {
  .page-header-6 {
    padding: 1.2rem 1.6rem !important;
  }
  #main {
    padding: 0 1.6rem;
  }
  #main.no-breadcrumbs {
    padding-top: 2rem;
  }
  .row.main-content-wrap {
    margin: 0 !important;
  }
}
/*# sourceMappingURL=new-design-default.css.map */