:root,
html[data-bs-theme='dark'] {
  --tblr-primary: #AB5966;
  --tblr-primary-darken: #9a4c5b;
  --tblr-link-color: #AB5966;
  --tblr-link-hover-color: #9a4c5b;
  --tblr-btn-link-color: #AB5966;
  --tblr-btn-link-hover-color: #9a4c5b;
  --tblr-btn-link-active-color: #9a4c5b;
  --tblr-btn-link-focus-color: #9a4c5b;
  --tblr-gray-500: #646C78;
}
html{margin:0!important;padding:0}
.btn-link{color:var(--tblr-btn-link-color);text-decoration:none}
.btn-link:hover{color:var(--tblr-btn-link-hover-color)}
.container{margin-bottom:1rem}
.title-text,.hero-title{font-family:"Quicksand","Inter",sans-serif;font-weight:600;margin-bottom:1rem;word-break:break-word}
.hero-title{font-size:2rem;font-weight:bold;margin-bottom:2rem;line-height:1.4}
.hero{margin:2rem 0 6rem 0}
.hero-description{font-size:1.25rem;margin-bottom:2rem}
.section-light{background:#f1f5f9;padding:1rem}
html[data-bs-theme=dark] .section-light{background:#1f2937;color:#f8f9fa}
html[data-bs-theme=dark] .footer-link-text-color{color:#BF7D85!important}
html[data-bs-theme=dark] .link-text-color{color:#B7717C!important}
.container-fluid{margin-left:0!important}
.pricing-price{display:flex;justify-content:center;font-size:2.5rem;line-height:1;font-weight:700}
.pricing-price-currency{font-size:1.25rem;line-height:1.5;margin-right:.25rem;font-weight:600}
.pricing-price-description{font-size:.875rem;line-height:1.25rem;font-weight:400;color:#6b7280;align-self:center;margin-left:.5rem}
html[data-bs-theme=dark] .noUi-connects{background:#18212f}
html[data-bs-theme=dark] .noUi-target{background:#1f2937;border:1px solid #374151}
#billing-slider{margin-left:1rem;margin-right:3rem}
@media(max-width:768px){
  #billing-slider{margin-left:3rem!important;margin-top:2rem;margin-right:3rem;width:80%}
  section{padding:1rem}
  .hero-description{margin-bottom:2rem!important;font-size:1rem}
}
.noUi-target{background:#e9ecef;border-radius:4px;box-shadow:none;border:none}
.noUi-horizontal .noUi-handle{width:35px!important;height:35px!important;top:-10px!important;border-radius:50%;background:var(--tblr-primary);box-shadow:0 0 0 2px var(--tblr-primary);cursor:grab;display:flex;justify-content:center;align-items:center}
.noUi-handle:after,.noUi-handle:before{display:none!important}
.noUi-horizontal .noUi-connect{background:var(--tblr-primary)}
.noUi-pips .noUi-value{font-size:.75rem;color:#868e96}
.noUi-tooltip{font-size:.875rem;background:#fff;border:1px solid #dee2e6;padding:4px 8px;color:#212529;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.noUi-handle{pointer-events:auto!important;z-index:10}
.blog-h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  margin-top: 2rem;
}

/* Blog */

.blog-content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.blog-main {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 1rem;
}
.blog-sidebar {
    flex: 0 0 22%;
    max-width: 22%;
    margin-left: 3%;
}

.blog-content-container {
  margin-top: 2rem;
}

@media (max-width: 768px) {
    .blog-main,
    .blog-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
    .blog-sidebar {
        margin-top: 1rem;
    }
}

main {
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}


@media(min-width:768px){
  .hero-title{font-size:2.5rem;line-height:1.2}
  .hero-container {
    margin-top: 7rem;
  }
}