/*
 * materialize-grid.css
 * =====================================================================
 * Standalone grid & utility extraction from MaterializeCSS v1.0.0.
 *
 * This file replaces the full materialize-css npm package for layout
 * purposes. It contains ONLY:
 *   1. 12-column float grid  (.row, .col, .s1-.s12, .m1-.m12, .l1-.l12, .xl1-.xl12)
 *   2. Offset classes         (.offset-s1 … .offset-xl12)
 *   3. Push / Pull classes    (.push-s1 … .pull-xl12)
 *   4. Container & Section    (.container, .section)
 *   5. Responsive visibility  (.hide-on-*, .show-on-*)
 *   6. Utility helpers        (.valign-wrapper, .truncate, .center, .center-align,
 *                              .left-align, .right-align, .left, .right,
 *                              .circle, .center-block, .responsive-img)
 *
 * Breakpoints (Materialize convention):
 *   s  = 0px+      (small / default)
 *   m  = 601px+    (medium)
 *   l  = 993px+    (large)
 *   xl = 1201px+   (extra-large)
 *
 * Created: 2026-03-10 — extracted as part of the Materialize removal plan.
 * See: .claude/plans/MATERIALIZE-REMOVAL-PLAN.md
 * =====================================================================
 */
/* ==========================================================================
   1. RESPONSIVE VISIBILITY HELPERS
   ========================================================================== *//**
 * Creator Blog Styles
 * Scoped under .creator-blog-* to avoid conflicts with site builder
 *//**
 * Platform Blog Styles (payfacile.com/blog, nocode.shop/blog)
 * Scoped under .platform-blog-* to avoid conflicts with other components
 *//* === Free Tools Hub — continuation banner === */.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.topbarMode {
  border: solid;
  padding: 5px 20px;
  background-color: white;
  line-height: 24px;
  margin-left: 10px;
  display: inline-flex;
}
a.topbarMode.tooltipped:hover {
  background-color: white;
}
.testMode {
  border-color: #e57373;
  color: #e57373;
}
.suspendedMode {
  border-color: #ffb74d;
  color: #ffb74d;
}
.liveMode {
  border-color: #26a69a;
  color: #26a69a;
}
.demoMode {
  border-color: #e57373;
  color: #e57373;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
#emailDomainDnsConfig table {
  table-layout: fixed;
}
#emailDomainDnsConfig table th:first-child,
#emailDomainDnsConfig table td:first-child {
  width: 100px;
}
#emailDomainDnsConfig table th:last-child,
#emailDomainDnsConfig table td:last-child {
  width: 140px;
}
#emailDomainDnsConfig table td {
  overflow-wrap: break-word;
  vertical-align: middle;
}
.domain-stepper {
  display: flex;
  align-items: center;
  margin: 1rem;
  padding: 1rem 0;
}
.domain-stepper__step {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.domain-stepper__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: #fafafa;
  border: 2px solid #D5CFC8;
  color: #a8b4ba;
}
.domain-stepper__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #a8b4ba;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.domain-stepper__step--completed .domain-stepper__circle {
  background: #e0efe0;
  border-color: #66b266;
  color: #66b266;
}
.domain-stepper__step--completed .domain-stepper__label {
  color: #3a4d55;
}
.domain-stepper__connector {
  flex: 1;
  height: 2px;
  min-width: 20px;
  max-width: 80px;
  margin: 0 6px;
  background: #D5CFC8;
  border-radius: 1px;
  transition: background 0.2s ease;
}
.domain-stepper__connector--completed {
  background: #66b266;
}
.domain-instructions {
  margin: 1rem;
  padding: 1.25rem;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  background: #ffffff;
}
.domain-instructions__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #3a4d55;
  margin-bottom: 1rem;
}
.domain-instructions__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.domain-instructions__step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.5;
  color: #3a4d55;
}
.domain-instructions__step svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #a8b4ba;
}
.domain-instructions__step strong {
  color: #3a4d55;
}
.domain-dns-value {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
}
.domain-dns-value__text {
  word-break: break-all;
  font-family: 'SF Mono', 'Fira Code', 'Fira Mono', 'Roboto Mono', monospace;
  font-size: 0.8rem;
  background: #fafafa;
  padding: 4px 8px;
  border-radius: 8px;
  line-height: 1.5;
  border: 1px solid #E8E3DD;
}
.domain-dns-value__copy {
  min-width: auto !important;
  padding: 4px !important;
  margin: 0 !important;
  height: auto !important;
  cursor: pointer;
  opacity: 0.35;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
  line-height: 1;
}
.domain-dns-value__copy:hover {
  opacity: 1;
}
.domain-status {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  font-weight: 500;
  white-space: nowrap;
}
.domain-status--verified {
  color: #66b266;
}
.domain-status--pending {
  color: #a8b4ba;
}
.domain-propagation-notice {
  color: #a8b4ba;
  font-style: italic;
  padding: 0 1rem;
}
@media only screen and (max-width: 600px) {
  .domain-stepper__label {
    display: none;
  }
  .domain-stepper__circle {
    width: 28px;
    height: 28px;
    font-size: 0.78rem;
  }
  .domain-stepper__connector {
    min-width: 16px;
  }
  .domain-instructions__steps {
    gap: 10px;
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
/* Icons in Colors */
#nav-mobile .sidenav-active i,
#nav-mobile ul.collapsible li.active i {
  background: -webkit-linear-gradient(160deg, #6964e0, #e155c0, #ffb74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#nav-mobile a:hover,
#nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #6964e0, #e155c0, #ffb74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* END Icons in Colors */
ul#nav-mobile {
  padding-right: 0;
}
#mainTopBar {
  z-index: 999;
}
#nav-mobile {
  z-index: 1000;
}
@media (max-width: 992px) {
  .sidenav-overlay {
    z-index: 89 !important;
  }
}
@media (max-width: 992px) {
  ul.sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
}
ul.sidenav {
  height: 100%;
  overflow: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: 1px solid rgba(0, 0, 0, 0.14);
}
ul.sidenav li a {
  display: flex;
  height: 100%;
  font-size: 13px;
  color: #3a4d55;
  padding: 0 10px;
  width: 100%;
  line-height: 40px;
  font-weight: normal;
}
ul.sidenav li a i {
  margin: 0;
  height: 24px;
  line-height: 24px;
  width: 24px;
  font-size: 1.2em;
  text-align: left;
}
ul.sidenav li.sidenav-active a {
  background-color: rgba(0, 0, 0, 0.05);
}
ul.sidenav li span.badge {
  border-radius: 50%;
  position: absolute;
  right: 10px;
  width: 14px;
  height: 14px;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.sidenav li .collapsible-body div a:hover,
.sidenav li .collapsible-body div span a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.nav-bottom {
  position: fixed;
  bottom: 20px;
  z-index: 1;
}
#nav-mobile .direction-ltr {
  direction: ltr;
}
#nav-mobile.sidenav-mini {
  width: 55px;
  overflow: visible;
}
#nav-mobile.sidenav-large {
  width: 150px;
}
ul.sidenav.sidenav-fixed li a.brand-logo-wrapper {
  padding: 0;
}
.sidenav .brand-logo {
  margin-left: 20px;
  margin-top: 10px;
  background-image: url(https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal//logo/horiz/logo-payfacile-horiz-noBg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 45px;
}
.sidenav-link {
  color: #3a4d55;
}
.divider {
  margin: 10px 0;
  color: #3a4d55;
}
.sticky {
  position: sticky;
  top: 0;
}
.sidenav-container {
  position: relative;
}
.sidenav-container .sidenav {
  width: 55px;
  /* Width of the main sidenav */
}
@media only screen and (min-width: 993px) {
  .sidenav-container .sidenav .menu-items a {
    padding: 10px;
  }
}
.sidenav-container .detailedSideNav {
  transform: translateX(-150%);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.1s ease-out;
  z-index: 98;
  position: fixed;
  left: 55px;
  /* Same as the width of the main sidenav */
  top: 95px;
  width: 200px;
  /* Width of the detailed sidenav */
}
@media only screen and (max-width: 600px) {
  .sidenav-container .detailedSideNav {
    left: 150px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .sidenav-container .detailedSideNav {
    left: 150px;
  }
}
.sidenav-container .detailedSideNav.open {
  transform: translateX(0);
  opacity: 1;
}
.sidenav-container .sideNavNotifications {
  position: fixed;
  z-index: 999;
  left: 55px;
  bottom: 165px;
  width: 250px;
}
@media only screen and (max-width: 600px) {
  .sidenav-container .sideNavNotifications {
    left: 150px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .sidenav-container .sideNavNotifications {
    left: 150px;
  }
}
.sidenav-row {
  height: 44px;
  line-height: 44px;
}
.sidenav-row--getStarted {
  margin-bottom: 6px;
}
.sidenav-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  font-size: 22px;
  color: #3a4d55;
}
.sidenav-svg-icon svg {
  width: 1em;
  height: 1em;
}
.sidenav-svg-icon.getStartedIcon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  font-size: 18px;
  color: #fff;
  -webkit-text-fill-color: white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.sidenav-svg-icon.getStartedIcon svg {
  stroke: white;
  color: white;
}
.sidenav-svg-icon.getStartedIcon:hover {
  transform: scale(1.05);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.topbar-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #3a4d55;
}
.topbar-svg-icon svg {
  width: 18px;
  height: 18px;
}
.topbar-svg-icon--large {
  width: 24px;
  height: 24px;
}
.topbar-svg-icon--large svg {
  width: 22px;
  height: 22px;
}
.topbar-page-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.topbar-page-icon svg {
  width: 26px;
  height: 26px;
}
.sidenav-svg-icon--ai {
  color: #6964e0;
}
#nav-mobile .sidenav-active .sidenav-svg-icon svg,
#nav-mobile a:hover .sidenav-svg-icon svg {
  stroke: #6964e0;
}
#nav-mobile .sidenav-active .sidenav-svg-icon.getStartedIcon svg,
#nav-mobile a:hover .sidenav-svg-icon.getStartedIcon svg {
  stroke: white;
}
.detailedSideNav-drawer .sidenav-svg-icon {
  width: 24px;
  height: 24px;
  font-size: 18px;
}
.sidenav-container .menu-items {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sidenav-container .tooltipped[data-tooltip] {
  position: relative;
}
.sidenav-container .tooltipped[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 8px;
  padding: 4px 10px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  -webkit-text-fill-color: #fff;
  font-size: 12px;
  line-height: 1.4;
  white-space: nowrap;
  border-radius: 4px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 1000;
}
.sidenav-container .tooltipped[data-tooltip]:hover::after {
  opacity: 1;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
nav ul li a {
  color: #3a4d55;
}
.topbar .container {
  max-width: inherit;
  width: 100%;
}
.topbar nav ul li:hover,
.topbar nav ul li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.topbar nav ul a:hover {
  background-color: transparent;
}
.topbar nav .sidenav {
  color: #3a4d55;
}
.topbar li span.badge {
  color: white;
  position: absolute;
  top: 10px;
  margin-left: 30px;
  border-radius: 20px;
  min-width: 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  padding: 0;
  font-size: 12px;
}
.topbar nav .brand-logo {
  margin-left: 0.5em;
  min-width: 100px;
  height: 45px;
  top: 3px;
  width: 145px;
}
.topbar .topbar-user-menu-dropdown,
.showcase-header .topbar-user-menu-dropdown,
.topbar .topbar-user-activityfeed-dropdown,
.showcase-header .topbar-user-activityfeed-dropdown {
  position: absolute;
  background-color: white;
  top: 64px;
  right: 0px;
  left: inherit !important;
  height: auto !important;
  margin: 0;
  min-width: 100px;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  white-space: nowrap;
  z-index: 1;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.topbar .topbar-user-menu-dropdown li,
.showcase-header .topbar-user-menu-dropdown li,
.topbar .topbar-user-activityfeed-dropdown li,
.showcase-header .topbar-user-activityfeed-dropdown li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  padding: 0 15px;
}
.topbar .topbar-user-menu-dropdown li:hover,
.showcase-header .topbar-user-menu-dropdown li:hover,
.topbar .topbar-user-activityfeed-dropdown li:hover,
.showcase-header .topbar-user-activityfeed-dropdown li:hover,
.topbar .topbar-user-menu-dropdown li.active,
.showcase-header .topbar-user-menu-dropdown li.active,
.topbar .topbar-user-activityfeed-dropdown li.active,
.showcase-header .topbar-user-activityfeed-dropdown li.active {
  background-color: #eee;
}
.topbar .topbar-user-menu-dropdown li > a,
.showcase-header .topbar-user-menu-dropdown li > a,
.topbar .topbar-user-activityfeed-dropdown li > a,
.showcase-header .topbar-user-activityfeed-dropdown li > a,
.topbar .topbar-user-menu-dropdown li > span,
.showcase-header .topbar-user-menu-dropdown li > span,
.topbar .topbar-user-activityfeed-dropdown li > span,
.showcase-header .topbar-user-activityfeed-dropdown li > span {
  color: #3a4d55;
  display: block;
  padding: 1rem 1rem;
  white-space: nowrap;
}
.topbar .topbar-user-menu-dropdown li > a,
.showcase-header .topbar-user-menu-dropdown li > a,
.topbar .topbar-user-activityfeed-dropdown li > a,
.showcase-header .topbar-user-activityfeed-dropdown li > a {
  padding: 0 5px;
}
.topbar .topbar-user-menu-dropdown li i,
.showcase-header .topbar-user-menu-dropdown li i,
.topbar .topbar-user-activityfeed-dropdown li i,
.showcase-header .topbar-user-activityfeed-dropdown li i {
  display: inline;
}
.topbar .topbar-user-menu-dropdown span,
.showcase-header .topbar-user-menu-dropdown span,
.topbar .topbar-user-activityfeed-dropdown span,
.showcase-header .topbar-user-activityfeed-dropdown span {
  position: relative;
  bottom: 3px;
  left: 5px;
}
@media only screen and (min-width: 993px) {
  .topbar a.brand-logo {
    display: none;
  }
}
.topbar ul.topbar-user-activityfeed-dropdown {
  right: 75px;
  display: inline-grid;
}
.topbar ul.topbar-user-activityfeed-dropdown .activity-feed-time {
  color: rgba(58, 77, 85, 0.7);
  font-size: 0.8em;
}
.topbar-user-activityfeed-dropdown a.activity-feed-link {
  color: rgba(58, 77, 85, 0.7);
  text-align: center;
  text-transform: uppercase;
}
.all-notifications {
  padding: 1em !important;
}
.all-notifications .activity-feed-link {
  margin: 0 auto;
  color: rgba(58, 77, 85, 0.7);
  text-align: center;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-status-switch label {
  font-size: 1rem;
  color: #696969;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.input-field.input-field-baseform label,
.input-field-baseform label {
  top: 0;
}
form .input-field > label {
  transform: translateY(10px) scale(0.95);
}
form .input-field > label:not(.label-icon).active {
  transform: translateY(-5px) scale(0.8);
}
@media only screen and (max-width: 600px) {
  .input-field > label:not(.label-icon).active {
    transform: translateY(-15px) scale(0.8) !important;
  }
  form .input-field > label {
    padding-left: 15px !important;
  }
}
#searchBar label {
  top: -5px;
  padding-left: 1em;
  font-size: 0.9em;
}
.input-field.input-field-baseform > label {
  height: fit-content;
  font-size: 0.9em;
  padding-left: 1em;
}
.input-field.input-field-baseform > label :not(.label-icon).active {
  left: 5px;
}
.input-field.input-field-baseform > label.active {
  width: fit-content !important;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: white;
  top: -8px;
  left: 0;
  font-size: 0.8em;
  transform: translateY(0) scale(0.8) !important;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .input-field.input-field-baseform > label.active {
    top: -5px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field.input-field-baseform > label.active {
    top: -3px;
  }
}
.input-field.input-field-baseform .prefix {
  font-size: 1.5em !important;
  width: 3em;
  top: 0.2rem;
}
.input-field.input-field-baseform .prefix ~ label {
  margin-left: 3em !important;
  margin-top: -5px;
}
.input-field.input-field-baseform .prefix ~ label.active {
  left: 11px;
  margin-top: 0;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .input-field.input-field-baseform .prefix ~ label.active {
    left: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field.input-field-baseform .prefix ~ label.active {
    left: 18px;
  }
}
.input-field.input-field-baseform .prefix ~ input {
  margin-left: 2rem;
}
.input-field.input-field-baseform .prefix ~ .helper-text {
  margin-left: 2em;
}
.input-field.input-field-baseform ~ input {
  margin-left: 2em;
}
i.prefix.tiny {
  font-size: 1em !important;
  width: 2em;
}
i.prefix.tiny ~ input {
  margin-left: 2em;
}
/* SVG prefix icon (Lucide) inside input-field — scoped to .input-field
   to avoid breaking SVGs with .prefix class in flex/flow layouts */
.input-field svg.prefix,
.input-field span.prefix {
  position: absolute;
  top: 0.6rem;
  width: auto !important;
  height: auto !important;
}
.input-field svg.prefix ~ input,
.input-field span.prefix ~ input,
.input-field svg.prefix ~ textarea,
.input-field span.prefix ~ textarea {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
.input-field svg.prefix ~ label,
.input-field span.prefix ~ label {
  margin-left: 2.5rem;
}
.input-field svg.prefix ~ label.active,
.input-field span.prefix ~ label.active {
  margin-left: 0;
}
.rating {
  transition: color 0.3s ease;
}
.rating svg.active {
  color: #ffd700;
  fill: #ffd700;
}
div.input-field,
div.input-group {
  margin-top: 0;
  margin-bottom: 5px;
}
div.input-field input:not([type='radio'], [type='file'], [type='digit']),
div.input-group input:not([type='radio'], [type='file'], [type='digit']) {
  width: 80% !important;
  height: 1.25em !important;
  font-size: 1em !important;
  border: none !important;
  outline: 1px solid #a8b4ba !important;
  border-radius: 4px !important;
  padding: 5px !important;
  background-color: white !important;
  margin-bottom: 10px !important;
}
div.input-field input.select-dropdown,
div.input-group input.select-dropdown {
  width: 100% !important;
}
div.input-field .select-wrapper .caret,
div.input-group .select-wrapper .caret {
  z-index: 1;
  pointer-events: none;
}
div.input-field .select-wrapper ~ label,
div.input-group .select-wrapper ~ label {
  top: 0px !important;
  white-space: nowrap;
  min-width: fit-content;
  overflow: auto;
  padding: 0 !important;
}
div.input-field.input-field-baseform .select-wrapper ~ label,
div.input-group.input-field-baseform .select-wrapper ~ label {
  top: -8px !important;
  font-size: 0.8em;
  background: white;
  padding: 0 0.5em !important;
  width: fit-content;
  border-radius: 4px;
}
div.input-field .minicolors input,
div.input-group .minicolors input {
  padding-left: 40px !important;
}
div.input-field ul.dropdown-content,
div.input-group ul.dropdown-content {
  border-radius: 8px;
}
div.input-field ul.dropdown-content li,
div.input-group ul.dropdown-content li {
  min-height: 28px;
}
div.input-field ul.dropdown-content li > span,
div.input-group ul.dropdown-content li > span {
  font-size: 14px;
  color: #3a4d55;
}
.switch label {
  position: relative !important;
  font-size: 0.9em !important;
}
.switch label .lever {
  height: 12px !important;
}
.switch label .lever:after,
.switch label .lever:before {
  width: 17px !important;
  height: 17px !important;
}
.datepicker-calendar .select-dropdown {
  outline: none !important;
  background-color: initial !important;
  width: 100% !important;
}
.datepicker-controls .select-month input {
  max-width: 100px;
  width: 100% !important;
}
.datepicker-controls .select-year input {
  max-width: 55px;
  width: 100% !important;
  margin-left: 10px !important;
}
.datepicker-controls .month-prev,
.datepicker-controls .month-next {
  flex-shrink: 0;
}
#productPricing div.input-field label.radio-baseform,
#slide-out-questions div.input-field label.radio-baseform,
.radio-button-pf div.input-field label.radio-baseform {
  position: inherit;
}
#productPricing #selectBlockCategory.input-field label,
#slide-out-questions #selectBlockCategory.input-field label,
.radio-button-pf #selectBlockCategory.input-field label,
#productPricing #selectBlockInBlockList.input-field label,
#slide-out-questions #selectBlockInBlockList.input-field label,
.radio-button-pf #selectBlockInBlockList.input-field label {
  position: absolute;
}
#productPricing #backgroundColorWrapper .input-field input,
#slide-out-questions #backgroundColorWrapper .input-field input,
.radio-button-pf #backgroundColorWrapper .input-field input,
#productPricing #buttonColorWrapper .input-field input,
#slide-out-questions #buttonColorWrapper .input-field input,
.radio-button-pf #buttonColorWrapper .input-field input {
  margin-bottom: 0;
}
#productPricing #backgroundColorWrapper .input-field label,
#slide-out-questions #backgroundColorWrapper .input-field label,
.radio-button-pf #backgroundColorWrapper .input-field label,
#productPricing #buttonColorWrapper .input-field label,
#slide-out-questions #buttonColorWrapper .input-field label,
.radio-button-pf #buttonColorWrapper .input-field label {
  position: absolute;
}
.collection {
  position: relative;
}
.collection-item > .btn,
.collection-item > .btn-flat,
.collection-item > .btn-raised {
  margin-bottom: 0;
}
.select-wrapper {
  margin-top: 0;
}
.select-wrapper input {
  height: 2.2rem !important;
  line-height: 2.2rem !important;
}
span.badge {
  height: auto;
}
div.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: auto !important;
  min-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 1rem 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pf-input-modern {
  position: relative;
  margin-bottom: 16px;
}
.pf-input-modern .pf-input-field {
  width: 100%;
  height: 56px;
  padding: 26px 16px 10px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3a4d55;
  background-color: #fafafa;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.pf-input-modern .pf-input-field::placeholder {
  color: transparent;
}
.pf-input-modern .pf-input-field:hover {
  border-color: #bdbdbd;
  background-color: #f5f5f5;
}
.pf-input-modern .pf-input-field:focus {
  border-color: #007aff;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.12);
}
.pf-input-modern .pf-input-field:focus + .pf-input-label,
.pf-input-modern .pf-input-field:not(:placeholder-shown) + .pf-input-label {
  top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.pf-input-modern .pf-input-field:focus + .pf-input-label {
  color: #007aff;
}
.pf-input-modern .pf-input-field.invalid,
.pf-input-modern .pf-input-field:invalid:not(:placeholder-shown) {
  border-color: #ff3b30;
}
.pf-input-modern .pf-input-field.invalid:focus,
.pf-input-modern .pf-input-field:invalid:not(:placeholder-shown):focus {
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}
.pf-input-modern .pf-input-field.valid {
  border-color: #34c759;
}
.pf-input-modern .pf-input-label {
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
}
.pf-input-modern.with-icon .pf-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
  transition: color 0.2s ease;
}
.pf-input-modern.with-icon .pf-input-field {
  padding-left: 48px;
}
.pf-input-modern.with-icon .pf-input-label {
  left: 48px;
}
.pf-input-modern.with-icon .pf-input-field:focus ~ .pf-input-icon {
  color: #007aff;
}
.pf-input-modern .pf-input-error {
  display: block;
  margin-top: 4px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ff3b30;
}
.pf-btn-signin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: #007aff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
  letter-spacing: 0;
}
.pf-btn-signin:hover {
  background-color: #0066d6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}
.pf-btn-signin:active {
  transform: translateY(0);
  box-shadow: none;
}
.pf-btn-signin:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pf-btn-signin.loading {
  position: relative;
  color: transparent;
}
.pf-btn-signin.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: pf-btn-spin 0.8s linear infinite;
}
.pf-btn-signin.pf-btn-vendor:hover {
  filter: brightness(0.95);
}
@keyframes pf-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.pf-auth-card {
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
}
.pf-auth-card .input-field input {
  width: 100% !important;
}
.pf-auth-card .pf-auth-logo {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.pf-auth-card .pf-auth-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #3a4d55;
  text-align: center;
}
.pf-auth-card .pf-auth-subtitle {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.pf-auth-card .pf-auth-footer {
  margin-top: 24px;
  text-align: center;
}
.pf-auth-card .pf-auth-footer .pf-auth-prompt {
  font-size: 14px;
  color: #666;
}
.pf-auth-card .pf-auth-footer .pf-auth-link {
  font-size: 14px;
  font-weight: 500;
  color: #007aff;
  cursor: pointer;
  transition: color 0.2s ease;
}
.pf-auth-card .pf-auth-footer .pf-auth-link:hover {
  color: #0066d6;
  text-decoration: underline;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
html body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: #3a4d55;
  letter-spacing: 0.02em;
  overflow: auto !important;
}
@media only screen and (min-width: 993px) {
  html body main {
    padding-left: 75px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  html body main {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  html body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  html body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 993px) {
  html body {
    font-size: 14px;
  }
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.main-layout {
  /*
  background: url("images/bg-pattern.png") no-repeat center fixed;
  */
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 1em;
}
main {
  flex: 1 0 auto;
  padding-top: 1em;
}
.pf-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.pf-container-center {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.pf-main-block {
  flex: 1 1 auto;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
@media only screen and (max-width: 600px) {
  .text-adaptive {
    font-size: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .text-adaptive {
    font-size: 12px;
  }
}
@media only screen and (min-width: 993px) {
  .text-adaptive {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .inverse-adaptive {
    font-size: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .inverse-adaptive {
    font-size: 16px;
  }
}
@media only screen and (min-width: 993px) {
  .inverse-adaptive {
    font-size: 16px;
  }
}
.capitalize {
  text-transform: capitalize;
}
/* =========================
 * Base text color utilities
 * ========================= */
.text-dark {
  color: #3a4d55 !important;
}
.text-dark-light {
  color: rgba(58, 77, 85, 0.7) !important;
}
.text-white {
  color: #fff !important;
}
.text-light {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-purple {
  color: #6964e0 !important;
}
.text-teal {
  color: #26a69a !important;
}
.text-red {
  color: #e57373 !important;
}
.text-yellow {
  color: #ffe66d !important;
}
.text-blue {
  color: blue !important;
}
/* Shared typography / wrapping rules for all text-* utilities */
.text-dark,
.text-dark-light,
.text-white,
.text-light,
.text-purple,
.text-teal,
.text-red,
.text-yellow,
.text-blue {
  /* Letter-spacing */
  letter-spacing: 0.03em;
  /* Hyphenation & wrapping */
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  /* Font smoothing & ligatures */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga' 1, 'kern' 1;
}
/* Links with light/white text inside or as the link itself */
a .text-light,
a .text-white,
a.text-light,
a.text-white {
  color: rgba(255, 255, 255, 0.9) !important;
}
/* =========================
 * Meme text (outlined)
 * ========================= */
/* TikTok-style meme captions — soft blurred halo, no hard stroke */
.text-dark-meme,
.text-light-meme {
  font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Light text on dark — soft dark halo */
.text-light-meme {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.35), 0 0 20px rgba(0, 0, 0, 0.2);
}
/* Dark text on light — soft light halo */
.text-dark-meme {
  color: #000 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.25);
}
/* Better multi-line balance on modern engines */
@supports (text-wrap: balance) {
  .text-dark-meme,
  .text-light-meme {
    text-wrap: balance;
  }
}
/* Accessibility: add thin stroke when users ask for contrast */
@media (prefers-contrast: more) {
  .text-light-meme {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.6);
  }
  .text-dark-meme {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  }
}
/* =========================
 * Gradient / rainbow text
 * ========================= */
.text-rainbow {
  background-image: linear-gradient(130deg, #e57373, #ffb74d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.font-size-10px {
  font-size: 10px;
}
.font-size-mini {
  font-size: 12px;
}
.font-size-2 {
  font-size: 1.2em;
}
.font-size-3 {
  font-size: 1.5em;
}
.font-size-4 {
  font-size: 2em;
}
.font-size-5 {
  font-size: 2.4em;
}
.font-size-smaller {
  font-size: 0.7em !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.public-h1 {
  line-height: 1.2em !important;
  margin: 0 !important;
}
@media only screen and (min-width: 993px) {
  .public-h1 {
    font-size: 3em !important;
  }
}
.public-h2 {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.public-h3 {
  font-size: 1.2em !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}.ai-chat {
  --ai-chat-message-gap: 16px;
  --ai-chat-bubble-max-width: 80%;
  --ai-chat-bubble-radius: 16px;
  --ai-chat-input-radius: 24px;
  --ai-chat-input-height: 48px;
  --ai-chat-user-bg: #E0E7FF;
  --ai-chat-user-text: #3a4d55;
  --ai-chat-assistant-bg: #F9FAFB;
  --ai-chat-assistant-text: #3a4d55;
  --ai-chat-surface: #FFFFFF;
  --ai-chat-input-bg: #FFFFFF;
  --ai-chat-input-border: #E8E3DD;
  --ai-chat-input-focus: #007acc;
  --ai-chat-send-bg: #007acc;
  --ai-chat-send-text: #FFFFFF;
  --ai-chat-dot-color: #a8b4ba;
  --ai-chat-prompt-bg: #fafafa;
  --ai-chat-prompt-border: #E8E3DD;
  --ai-chat-prompt-hover: #F1F5F9;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--ai-chat-input-border);
  background: var(--ai-chat-surface);
  overflow: hidden;
  position: relative;
}
.nc-instance .ai-chat {
  --ai-chat-user-bg: rgba(139, 92, 246, 0.12);
  --ai-chat-user-text: #e5e5df;
  --ai-chat-assistant-bg: #2a2a27;
  --ai-chat-assistant-text: #e5e5df;
  --ai-chat-surface: #1d1d1b;
  --ai-chat-input-bg: #333331;
  --ai-chat-input-border: #444442;
  --ai-chat-input-focus: #8B5CF6;
  --ai-chat-send-bg: #8B5CF6;
  --ai-chat-send-text: #FFFFFF;
  --ai-chat-dot-color: #8a8a85;
  --ai-chat-prompt-bg: #2a2a27;
  --ai-chat-prompt-border: #444442;
  --ai-chat-prompt-hover: #333331;
}
.ai-chat--full-page {
  max-width: 720px;
  margin: 0 auto;
  height: calc(100vh - 180px);
  min-height: 400px;
}
.ai-chat--sidebar {
  height: 100%;
  max-height: 60vh;
}
.ai-chat--embedded {
  max-height: 50vh;
  min-height: 280px;
}
.ai-chat--page-builder {
  max-width: 960px;
  margin: 0 auto;
  height: calc(100vh - 200px);
  min-height: 400px;
}
.ai-chat__messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--ai-chat-message-gap);
  scroll-behavior: smooth;
}
.ai-chat__messages::-webkit-scrollbar {
  width: 4px;
}
.ai-chat__messages::-webkit-scrollbar-track {
  background: transparent;
}
.ai-chat__messages::-webkit-scrollbar-thumb {
  background: var(--ai-chat-dot-color);
  border-radius: 2px;
}
.ai-chat__message-row {
  display: flex;
  gap: 8px;
  max-width: 100%;
  animation: ai-chat-msg-enter 0.25s ease-out both;
}
.ai-chat__message-row--user {
  justify-content: flex-end;
}
.ai-chat__message-row--assistant {
  justify-content: flex-start;
}
@keyframes ai-chat-msg-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__message-row {
    animation: none;
  }
}
.ai-chat__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: 2px;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 8px rgba(0, 122, 204, 0.12);
}
.ai-chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nc-instance .ai-chat__avatar {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 8px rgba(139, 92, 246, 0.15);
}
.ai-chat__bubble {
  max-width: var(--ai-chat-bubble-max-width);
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-word;
  position: relative;
  text-align: left;
}
.ai-chat__bubble p {
  margin: 0 0 8px;
}
.ai-chat__bubble p:last-child {
  margin-bottom: 0;
}
.ai-chat__bubble ul,
.ai-chat__bubble ol {
  margin: 4px 0;
  padding-left: 20px;
}
.ai-chat__bubble code {
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.9em;
}
.ai-chat__bubble pre {
  background: rgba(0, 0, 0, 0.06);
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
}
.ai-chat__bubble pre code {
  background: none;
  padding: 0;
}
.ai-chat__bubble a {
  color: var(--ai-chat-input-focus);
  text-decoration: underline;
}
.ai-chat__bubble--user {
  background: var(--ai-chat-user-bg);
  color: var(--ai-chat-user-text);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px var(--ai-chat-bubble-radius);
}
.ai-chat__bubble--assistant {
  background: var(--ai-chat-assistant-bg);
  color: var(--ai-chat-assistant-text);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.ai-chat__bubble-copy {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
  transition: opacity 0.15s;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ai-chat-dot-color);
  padding: 4px;
  border-radius: 4px;
}
.ai-chat__bubble-copy:hover {
  color: var(--ai-chat-user-text);
  background: rgba(0, 0, 0, 0.05);
}
.ai-chat__bubble:hover .ai-chat__bubble-copy {
  opacity: 1;
}
.ai-chat__typing {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ai-chat__typing-dots {
  display: inline-flex;
  gap: 4px;
  padding: 12px 16px;
  background: var(--ai-chat-assistant-bg);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px;
}
.ai-chat__typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ai-chat-dot-color);
  animation: ai-chat-bounce 1.4s infinite ease-in-out both;
}
.ai-chat__typing-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.ai-chat__typing-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__typing-dots span {
    animation: none;
    opacity: 0.5;
  }
}
.ai-chat__typing-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--ai-chat-dot-color);
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--ai-chat-prompt-bg);
  border-radius: 12px;
  padding: 2px 10px;
}
@keyframes ai-chat-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.ai-chat__input-area {
  padding: 12px 16px;
  border-top: 1px solid var(--ai-chat-input-border);
  background: var(--ai-chat-surface);
  backdrop-filter: blur(12px);
}
.nc-instance .ai-chat__input-area {
  background: #1d1d1b;
}
.ai-chat__input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: var(--ai-chat-input-bg);
  border: 1.5px solid var(--ai-chat-input-border);
  border-radius: var(--ai-chat-input-radius);
  padding: 6px 6px 6px 16px;
  transition: border-color 0.2s;
}
.ai-chat__input-wrapper:focus-within {
  border-color: var(--ai-chat-input-focus);
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15);
}
.nc-instance .ai-chat__input-wrapper:focus-within {
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.25);
}
.nc-instance .ai-chat__send-btn:focus-visible {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #8B5CF6), 0 0 0 4px rgba(139, 92, 246, 0.25);
}
.ai-chat__textarea {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--ai-chat-user-text);
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  min-height: 24px;
  max-height: 120px;
  padding: 6px 0;
  outline: none;
  font-family: inherit;
}
.ai-chat__textarea::placeholder {
  color: var(--ai-chat-dot-color);
}
.ai-chat__send-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--ai-chat-send-bg);
  color: var(--ai-chat-send-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s, transform 0.1s;
}
.ai-chat__send-btn:hover:not(:disabled) {
  filter: brightness(1.15);
}
.ai-chat__send-btn:active:not(:disabled) {
  transform: scale(0.9);
  filter: brightness(1.2);
}
.ai-chat__send-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 0 4px rgba(0, 122, 204, 0.2);
}
.ai-chat__send-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chat__prompts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.ai-chat__prompts--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 16px;
}
.ai-chat__prompt-card {
  background: var(--ai-chat-prompt-bg);
  border: 1px solid var(--ai-chat-prompt-border);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ai-chat-assistant-text);
  animation: ai-chat-msg-enter 0.3s ease-out both;
}
.ai-chat__prompt-card:nth-child(1) {
  animation-delay: 0ms;
}
.ai-chat__prompt-card:nth-child(2) {
  animation-delay: 60ms;
}
.ai-chat__prompt-card:nth-child(3) {
  animation-delay: 120ms;
}
.ai-chat__prompt-card:nth-child(4) {
  animation-delay: 180ms;
}
.ai-chat__prompt-card:hover {
  background: var(--ai-chat-prompt-hover);
  border-color: var(--ai-chat-input-focus);
  transform: translateY(-1px);
}
.ai-chat__prompt-card:active {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__prompt-card {
    animation: none;
  }
}
.ai-chat__prompt-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2px;
}
.ai-chat__history-panel {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ai-chat-input-border);
  width: 240px;
  flex-shrink: 0;
  background: var(--ai-chat-prompt-bg);
}
.ai-chat__history-header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ai-chat-input-border);
}
.ai-chat__history-new-btn {
  background: var(--ai-chat-send-bg);
  color: var(--ai-chat-send-text);
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
}
.ai-chat__history-new-btn:hover {
  opacity: 0.85;
}
.ai-chat__history-new-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chat__history-list {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
  list-style: none;
  margin: 0;
}
.ai-chat__history-item {
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--ai-chat-assistant-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s;
}
.ai-chat__history-item:hover {
  background: var(--ai-chat-prompt-hover);
}
.ai-chat__history-item--active {
  background: var(--ai-chat-prompt-hover);
  font-weight: 600;
}
.ai-chat--full-page.ai-chat--with-history {
  flex-direction: row;
}
.ai-chat--full-page.ai-chat--with-history .ai-chat__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ai-chat__preview {
  background: var(--ai-chat-prompt-bg);
  border: 1px solid var(--ai-chat-prompt-border);
  border-radius: 12px;
  padding: 16px;
  margin-top: 4px;
}
.ai-chat__preview h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--ai-chat-input-focus);
}
.ai-chat__preview-section {
  background: var(--ai-chat-surface);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid var(--ai-chat-input-border);
}
.ai-chat__preview-section:last-child {
  margin-bottom: 0;
}
.ai-chat__preview-section h6 {
  font-size: 13px;
  margin: 0 0 6px;
  color: var(--ai-chat-user-text);
}
.ai-chat__preview-meta {
  font-size: 12px;
  color: var(--ai-chat-dot-color);
  margin-top: 12px;
  line-height: 1.6;
}
.ai-chat-container__header {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: 16px auto 12px;
  padding: 0 4px;
}
.ai-chat-container__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #007acc), 0 0 8px rgba(0, 122, 204, 0.12);
}
.nc-instance .ai-chat-container__avatar {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #8B5CF6), 0 0 8px rgba(139, 92, 246, 0.15);
}
.ai-chat-container__info {
  flex: 1;
  min-width: 0;
}
.ai-chat-container__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.ai-chat-container__subtitle {
  font-size: 13px;
  color: var(--ai-chat-dot-color, #a8b4ba);
  margin-top: 2px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .ai-chat__prompts--grid {
    grid-template-columns: 1fr;
  }
  .ai-chat--full-page {
    max-width: 100%;
    height: calc(100vh - 120px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .ai-chat--full-page.ai-chat--with-history {
    flex-direction: column;
  }
  .ai-chat--full-page.ai-chat--with-history .ai-chat__history-panel {
    width: 100%;
    max-height: 200px;
    border-right: none;
    border-bottom: 1px solid var(--ai-chat-input-border);
  }
  .ai-chat__bubble {
    max-width: 90%;
  }
  .ai-chat--page-builder {
    max-width: 100%;
    height: calc(100vh - 120px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.blank-page-sitea {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}
.blank-page-sitea__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  flex-shrink: 0;
}
.blank-page-sitea__back {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ai-chat-dot-color, #a8b4ba);
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.blank-page-sitea__back:hover {
  color: var(--ai-chat-user-text, #3a4d55);
}
.blank-page-sitea__title {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--ai-chat-user-text, #3a4d55);
}
.nc-instance .blank-page-sitea__title {
  color: #e5e5df;
}
.blank-page-sitea__skip {
  background: none;
  border: 1px solid var(--ai-chat-input-border, #E8E3DD);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ai-chat-dot-color, #a8b4ba);
  transition: border-color 0.15s, color 0.15s;
}
.blank-page-sitea__skip:hover {
  border-color: var(--ai-chat-input-focus, #007acc);
  color: var(--ai-chat-input-focus, #007acc);
}
.blank-page-sitea__chat {
  flex: 1;
  min-height: 0;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.start-animation.zoom-in-block {
  animation: zoomOut 2s forwards;
}
@keyframes zoomOut {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
    /* You can adjust this value to control the final size */
  }
}
/* ===== Slide down animation ===== */
.start-animation .animated-block-slide-down {
  animation: slideIn 1s forwards;
}
.animated-block-slide-down {
  opacity: 0;
  transform: translateY(-100%);
}
/* ===== Reusable keyframes ===== */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ===== Animation delays (optional sequencing) ===== */
#animatedBlock1 {
  animation-delay: 0s;
}
#animatedBlock2 {
  animation-delay: 0.5s;
}
#animatedBlock3 {
  animation-delay: 1s;
}
.badge-block #animatedBadge1 {
  animation-delay: 0.5s;
  /* First block appears immediately */
}
.badge-block #animatedBadge2 {
  animation-delay: 1s;
  /* Second block appears after 1 second */
}
.badge-block #animatedBadge3 {
  animation-delay: 1.5s;
  /* Third block appears after 2 seconds */
}
#animatedFeature1 {
  animation-delay: 3s;
}
#animatedFeature2 {
  animation-delay: 0.5s;
}
#animatedFeature3 {
  animation-delay: 2.5s;
}
#animatedFeature4 {
  animation-delay: 2.5s;
}
#animatedFeature5 {
  animation-delay: 4.5s;
}
#animatedFeature6 {
  animation-delay: 5.5s;
}
#animatedFeature7 {
  animation-delay: 4.5s;
}
#animatedFeature8 {
  animation-delay: 5.5s;
}
#animatedFeature9 {
  animation-delay: 6.5s;
}
#animatedFeature10 {
  animation-delay: 7.5s;
}
#animatedFeature11 {
  animation-delay: 8.5s;
}
#animatedFeature12 {
  animation-delay: 9.5s;
}
.rotating {
  animation: roll 3s infinite;
  transform: rotate(30deg);
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-btn {
  animation: bounce 1s cubic-bezier(0.25, 0.05, 1, 0.25);
  animation-direction: alternate;
  animation-iteration-count: infinite;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
span.pf-chip {
  text-align: center;
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
  padding: 5px 8px !important;
  border-radius: 18px;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-block;
}
.pf-chip {
  /* Neutral (grey) variant for tags like "Default" */
  /* Custom (vendor) variant */
  /* Risk levels */
  /* Indigo - cool blue variant */
}
.pf-chip.pf-chip--neutral {
  border-color: #bdbdbd;
  background-color: #eeeeee;
  color: #424242;
}
.pf-chip.pf-chip--custom {
  border-color: #6964e0;
  background-color: rgba(105, 100, 224, 0.12);
  color: #6964e0;
}
.pf-chip.pf-chip--low {
  border-color: #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.pf-chip.pf-chip--med {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--high {
  border-color: #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
.pf-chip.pf-chip--pink {
  border-color: #e155c0;
  background-color: #f9ddf2;
  color: #e155c0;
}
.pf-chip.pf-chip--blue {
  border-color: #64b5f6;
  background-color: #e0f0fd;
  color: #64b5f6;
}
.pf-chip.pf-chip--lightOrange {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--darkOrange {
  border-color: #ff8a65;
  background-color: #fff0db;
  color: #ff8a65;
}
.pf-chip.pf-chip--red {
  border-color: #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
.pf-chip.pf-chip--green {
  border-color: #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.pf-chip.pf-chip--indigo {
  border-color: #007acc;
  background-color: #e0f7ff;
  color: #007acc;
}
.pf-chip.pf-chip--purple {
  border-color: #6964e0;
  background-color: #e1e0f8;
  color: #6964e0;
}
.pf-chip.pf-chip--teal {
  border-color: #26a69a;
  background-color: #d3edea;
  color: #26a69a;
}
.pf-chip.pf-chip--mint {
  border-color: #8cdbe3;
  background-color: #e6f9fb;
  color: #8cdbe3;
}
.pf-chip.pf-chip--lightBlue {
  border-color: #90a4ae;
  background-color: #e8ecee;
  color: #90a4ae;
}
.pf-chip.pf-chip--orange {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--yellow {
  border-color: #d4a017;
  background-color: #fef9e7;
  color: #d4a017;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
/* Buttons */
/* Links */
body a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-flat) {
  color: #3a4d55;
}
body a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-flat):hover {
  color: rgba(58, 77, 85, 0.7);
}
a.text-light:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* Small buttons */
.btn-small {
  height: 26px !important;
  line-height: 1.5 !important;
  font-size: 12px !important;
  padding: 3px 10px !important;
  min-width: 60px !important;
}
.btn-small i {
  font-size: 1em !important;
}
.btn-small i.right {
  margin-left: 7px !important;
}
/* Disabled buttons: remove gradient */
.btn,
.btn-small,
.btn-large,
.btn.col.s12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.disabled,
.btn-small.disabled,
.btn-large.disabled,
.btn.col.s12.disabled {
  background-image: none !important;
}
.btn span,
.btn-small span,
.btn-large span,
.btn.col.s12 span {
  margin: auto;
}
/* Flat button focus */
.btn-flat:focus {
  background-color: inherit;
}
/* Left-aligned button spacing */
.btn.left {
  margin-right: 1rem;
}
/* Button focus reset on native <button> */
button:focus {
  background-color: inherit !important;
  outline: none !important;
}
/* Responsive button */
.btn-responsive {
  height: auto !important;
  line-height: inherit !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* General button shape & text */
.btn,
.btn-large,
.btn-small,
.btn-flat {
  text-transform: none !important;
  border-radius: 999px !important;
}
.btn i.tiny,
.btn-large i.tiny,
.btn-small i.tiny,
.btn-flat i.tiny {
  font-size: 1rem;
}
/* Basic flat button */
.btn-basic.btn-flat {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-basic.btn-flat i.tiny {
  font-size: 1rem;
}
/* Link-style buttons */
.btn-link {
  color: #3a4d55;
  text-decoration: underline;
  background: none;
  border: none;
}
.btn-link:hover {
  text-decoration: underline;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
}
.btn-link-light {
  color: white;
  text-decoration: underline;
}
.btn-link-light:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
/* Basic hover style */
.btn-basic:hover {
  text-decoration: underline;
  cursor: pointer;
  filter: brightness(120%);
}
/* Waves-effect buttons */
.btn.waves-effect,
.btn-large.waves-effect {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 100px;
}
.btn.waves-effect.waves-dark,
.btn-large.waves-effect.waves-dark {
  background-color: rgba(255, 255, 255, 0.6);
}
/* Default button hover */
.btn:hover {
  text-decoration: none !important;
}
.btn:hover span {
  color: inherit;
}
/* Dark text buttons */
.btn.text-dark {
  color: #3a4d55 !important;
}
/* White button with dark text */
.btn.white.text-dark:hover span {
  color: #696969;
}
/* Red text variants */
.btn.white.red-text:hover span,
.btn-link.red-text:hover span {
  color: red;
}
/* Solid purple button */
.btn.purple-button,
.btn-small.purple-button,
.btn-large.purple-button {
  background: linear-gradient(130deg, #6964e0, #007acc);
  color: #fff;
  border: none;
  border-radius: 999px !important;
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.btn.purple-button span,
.btn-small.purple-button span,
.btn-large.purple-button span,
.btn.purple-button i,
.btn-small.purple-button i,
.btn-large.purple-button i {
  color: inherit;
}
.btn.purple-button:hover,
.btn-small.purple-button:hover,
.btn-large.purple-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.btn.purple-button:active,
.btn-small.purple-button:active,
.btn-large.purple-button:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* Light Button */
.btn.light-button,
.btn-small.light-button,
.btn-large.light-button {
  background-color: white !important;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
.btn.light-button.text-dark,
.btn-small.light-button.text-dark,
.btn-large.light-button.text-dark {
  color: #3a4d55 !important;
}
.btn.light-button span:hover,
.btn-small.light-button span:hover,
.btn-large.light-button span:hover,
.btn.light-button i:hover,
.btn-small.light-button i:hover,
.btn-large.light-button i:hover {
  color: #3a4d55;
}
.btn.light-button:hover,
.btn-small.light-button:hover,
.btn-large.light-button:hover {
  background-color: #e9e9e9 !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 8px rgba(255, 255, 255, 0.25);
}
/* Dark Button */
.btn.dark-button,
.btn-small.dark-button,
.btn-large.dark-button {
  background-color: #1d1d1b !important;
}
.btn.dark-button span:hover,
.btn-small.dark-button span:hover,
.btn-large.dark-button span:hover,
.btn.dark-button i:hover,
.btn-small.dark-button i:hover,
.btn-large.dark-button i:hover {
  color: white;
}
.btn.dark-button:hover,
.btn-small.dark-button:hover,
.btn-large.dark-button:hover {
  background-color: #696969 !important;
}
/* NoCode gradient buttons */
.btn.nocode-button-1,
.btn-small.nocode-button-1,
.btn-large.nocode-button-1 {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border: none;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 12px;
  transition: filter 0.16s ease-out, box-shadow 0.16s ease-out;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
}
.btn.nocode-button-1:hover,
.btn-small.nocode-button-1:hover,
.btn-large.nocode-button-1:hover,
.btn.nocode-button-1:focus,
.btn-small.nocode-button-1:focus,
.btn-large.nocode-button-1:focus {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
  color: #FFFFFF;
}
.btn.nocode-button-1:hover span,
.btn-small.nocode-button-1:hover span,
.btn-large.nocode-button-1:hover span,
.btn.nocode-button-1:focus span,
.btn-small.nocode-button-1:focus span,
.btn-large.nocode-button-1:focus span {
  color: #FFFFFF;
}
.btn.nocode-button-2,
.btn-small.nocode-button-2,
.btn-large.nocode-button-2 {
  background-color: #f5f5f5;
  color: #8B5CF6;
  border: 2px solid #8B5CF6;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 12px;
  transition: background-color 0.16s ease-out, border-color 0.16s ease-out;
  cursor: pointer;
}
.btn.nocode-button-2:hover,
.btn-small.nocode-button-2:hover,
.btn-large.nocode-button-2:hover,
.btn.nocode-button-2:focus,
.btn-small.nocode-button-2:focus,
.btn-large.nocode-button-2:focus {
  background-color: rgba(139, 92, 246, 0.06);
  border-color: #A78BFA;
  color: #8B5CF6 !important;
}
.btn.nocode-button-2:hover span,
.btn-small.nocode-button-2:hover span,
.btn-large.nocode-button-2:hover span,
.btn.nocode-button-2:focus span,
.btn-small.nocode-button-2:focus span,
.btn-large.nocode-button-2:focus span {
  color: #8B5CF6 !important;
}
/* Dark Button Outline */
.btn.dark-button-outline,
.btn-small.dark-button-outline,
.btn-large.dark-button-outline {
  background-color: transparent !important;
  border: solid 1px #1d1d1b !important;
}
.btn.dark-button-outline span:hover,
.btn-small.dark-button-outline span:hover,
.btn-large.dark-button-outline span:hover,
.btn.dark-button-outline i:hover,
.btn-small.dark-button-outline i:hover,
.btn-large.dark-button-outline i:hover {
  color: rgba(29, 29, 27, 0.7);
}
.btn.dark-button-outline:hover,
.btn-small.dark-button-outline:hover,
.btn-large.dark-button-outline:hover {
  background-color: rgba(250, 250, 250, 0.8) !important;
}
/* Rainbow Button (primary gradient CTA) */
.btn.rainbow-button,
.btn-small.rainbow-button,
.btn-large.rainbow-button {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  border: none;
  border-radius: 999px !important;
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.btn.rainbow-button span,
.btn-small.rainbow-button span,
.btn-large.rainbow-button span,
.btn.rainbow-button i,
.btn-small.rainbow-button i,
.btn-large.rainbow-button i {
  color: inherit;
}
.btn.rainbow-button:hover,
.btn-small.rainbow-button:hover,
.btn-large.rainbow-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.btn.rainbow-button:active,
.btn-small.rainbow-button:active,
.btn-large.rainbow-button:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* White & Rainbow Button (secondary / marketing CTA) */
.btn.white-rainbow-button,
.btn-small.white-rainbow-button,
.btn-large.white-rainbow-button {
  background: #fff;
  border-radius: 999px !important;
  border: 1px solid rgba(105, 100, 224, 0.4);
  will-change: transform;
  background-size: 140% 140%;
  background-position: 0 50%;
  transition: background-position 240ms ease, transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.btn.white-rainbow-button span,
.btn-small.white-rainbow-button span,
.btn-large.white-rainbow-button span,
.btn.white-rainbow-button i,
.btn-small.white-rainbow-button i,
.btn-large.white-rainbow-button i {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.white-rainbow-button:hover,
.btn-small.white-rainbow-button:hover,
.btn-large.white-rainbow-button:hover {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.btn.white-rainbow-button:hover span,
.btn-small.white-rainbow-button:hover span,
.btn-large.white-rainbow-button:hover span,
.btn.white-rainbow-button:hover i,
.btn-small.white-rainbow-button:hover i,
.btn-large.white-rainbow-button:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}
/* CTA icon + motion */
.cta-icon {
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0.9;
}
.white-rainbow-button:hover .cta-icon,
.white-rainbow-button:focus .cta-icon {
  transform: translateX(4px);
}
.white-rainbow-button:hover .cta-text,
.white-rainbow-button:focus .cta-text {
  color: rgba(255, 255, 255, 0.9);
}
/* Keyboard focus */
.white-rainbow-button:focus {
  outline: 2px solid rgba(0, 137, 255, 0.35);
  outline-offset: 2px;
}
/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  .white-rainbow-button,
  .cta-icon {
    transition: none;
  }
}
/* Purple Outline / Ghost Button */
.btn.purple-button-outline,
.btn-small.purple-button-outline,
.btn-large.purple-button-outline {
  background-color: #ffffff;
  border: 2px solid #9c97ff;
  color: #6964e0;
  border-radius: 999px;
  padding: 10px 24px;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}
.btn.purple-button-outline span,
.btn-small.purple-button-outline span,
.btn-large.purple-button-outline span,
.btn.purple-button-outline i,
.btn-small.purple-button-outline i,
.btn-large.purple-button-outline i {
  color: inherit;
}
.btn.purple-button-outline:hover,
.btn-small.purple-button-outline:hover,
.btn-large.purple-button-outline:hover,
.btn.purple-button-outline:focus,
.btn-small.purple-button-outline:focus,
.btn-large.purple-button-outline:focus {
  background-color: #6964e0;
  border-color: #6964e0;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.purple-button-outline:active,
.btn-small.purple-button-outline:active,
.btn-large.purple-button-outline:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn.purple-button-outline.disabled,
.btn-small.purple-button-outline.disabled,
.btn-large.purple-button-outline.disabled {
  background-color: #ffffff;
  border-color: rgba(156, 151, 255, 0.4);
  color: rgba(105, 100, 224, 0.5);
  box-shadow: none;
  transform: none;
}
/* Pastel pink outline */
.btn.pastelPink-button-outline,
.btn-small.pastelPink-button-outline {
  background-color: white;
  border: solid 2px #A78BFA;
  color: #1d1d1b;
  height: fit-content;
  border-radius: 999px;
}
.btn.pastelPink-button-outline span:hover,
.btn-small.pastelPink-button-outline span:hover,
.btn.pastelPink-button-outline:hover,
.btn-small.pastelPink-button-outline:hover,
.btn.pastelPink-button-outline:focus,
.btn-small.pastelPink-button-outline:focus {
  background-color: #A78BFA;
  color: #1d1d1b;
  border-color: #A78BFA;
}
.btn.pastelPink-button-outline.disabled,
.btn-small.pastelPink-button-outline.disabled {
  border: none;
}
/* Utility */
.btn .fa {
  margin-right: 0.5rem;
}
/* Lucide SVG icon spacing inside buttons and action links */
.btn > svg,
.btn-small > svg,
.btn-large > svg,
.btn-flat > svg,
.btn-basic > svg,
.btn-link > svg {
  vertical-align: middle;
}
.btn > svg:first-child:not(:last-child),
.btn-small > svg:first-child:not(:last-child),
.btn-large > svg:first-child:not(:last-child),
.btn-flat > svg:first-child:not(:last-child),
.btn-basic > svg:first-child:not(:last-child),
.btn-link > svg:first-child:not(:last-child) {
  margin-right: 6px;
}
.btn > svg:last-child:not(:first-child),
.btn-small > svg:last-child:not(:first-child),
.btn-large > svg:last-child:not(:first-child),
.btn-flat > svg:last-child:not(:first-child),
.btn-basic > svg:last-child:not(:first-child),
.btn-link > svg:last-child:not(:first-child) {
  margin-left: 6px;
}
a.btn-basic > svg,
a.text-dark > svg,
li > a > svg {
  vertical-align: middle;
}
a.btn-basic > svg:first-child:not(:last-child),
a.text-dark > svg:first-child:not(:last-child),
li > a > svg:first-child:not(:last-child) {
  margin-right: 6px;
}
a.btn-basic > svg:last-child:not(:first-child),
a.text-dark > svg:last-child:not(:first-child),
li > a > svg:last-child:not(:first-child) {
  margin-left: 6px;
}
/* Disabled state for all button variants */
.btn.disabled,
.btn:disabled,
.btn[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled] {
  background: #e9e9e9 !important;
  color: rgba(58, 77, 85, 0.7) !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.no-underline-hover:hover {
  text-decoration: none !important;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
#updateUserSector .card .card-image img {
  border-radius: 8px 8px 0 0;
}
.card-title {
  margin: 0 auto;
  text-align: left;
}
.col .card .card-content .card-title {
  color: #3a4d55;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
}
/* Card Title */
.card-title-wrapper {
  border-bottom: solid 1px lightgray;
  padding: 1em 2em;
}
.card-title-with-button {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .card-title-with-button {
    display: flex;
  }
}
.card .card-title-wrapper .card-title {
  color: #3a4d55;
  font-size: 1.2em;
  font-weight: 400;
}
.card-subtitle {
  color: rgba(58, 77, 85, 0.7);
  font-size: 0.9em;
  word-break: break-word;
}
/* Card Content */
.card-content-wrapper {
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  color: #3a4d55;
}
.img-container {
  width: 100%;
  /* Set the width you want for the container */
  overflow: hidden;
  /* Hide the overflowed parts */
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container.small {
  height: 200px;
  /* Set a fixed height */
}
.img-container.medium {
  height: 250px;
}
.img-container.large {
  height: 350px;
}
.img-container .responsive-img {
  width: 100%;
  /* Ensure the image fills the container's width */
  height: 100%;
  /* The image height will fill the container height */
  object-fit: cover;
}
.invoice-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: auto;
  overflow: hidden;
}.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.15s ease;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}
.copy-btn:hover {
  opacity: 0.7;
}
.copy-btn:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
  border-radius: 4px;
}
.copy-btn--icon {
  padding: 10px;
  color: inherit;
  line-height: 1;
}
.copy-btn--button {
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 500;
}
.copy-btn--icon-button {
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
}
.product-embed__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.product-embed__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff !important;
  color: #3a4d55 !important;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.product-embed__tab:hover,
.product-embed__tab:focus {
  background: #f5f5f5 !important;
  color: #3a4d55 !important;
}
.product-embed__tab--active,
.product-embed__tab--active:hover,
.product-embed__tab--active:focus {
  background: #1e1e2e !important;
  color: #fff !important;
  border-color: #1e1e2e;
}
.product-embed__preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  border: none;
  background: none !important;
  color: #6b7280 !important;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.15s;
}
.product-embed__preview-toggle:hover,
.product-embed__preview-toggle:focus {
  color: #3a4d55 !important;
  background: none !important;
}
.product-embed__preview {
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  overflow: hidden;
}
.product-embed__preview-iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}
.embed-code-block {
  margin-bottom: 12px;
}
.embed-code-block__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b95a5;
  margin-bottom: 6px;
}
.embed-code-block__container {
  position: relative;
  border-radius: 8px;
  background: #1e1e2e;
  overflow: hidden;
}
.embed-code-block__copy {
  position: absolute;
  top: 4px;
  right: 4px;
  color: rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  z-index: 1;
  padding: 8px;
  border-radius: 4px;
  transition: color 0.15s, background-color 0.15s;
  min-width: 36px;
  min-height: 36px;
}
.embed-code-block__copy:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.embed-code-block__copy:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 1px;
}
.embed-code-block__pre {
  margin: 0;
  padding: 16px 48px 16px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.embed-code-block__code {
  font-family: 'SF Mono', 'Fira Code', 'Fira Mono', Menlo, Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #cdd6f4;
  white-space: pre-wrap;
  word-break: break-all;
  user-select: all;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-section--tight {
  padding: 1rem 0;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
/* Base button hooks (augment Materialize) */
.pf-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  border-radius: var(--btn-radius, 8px);
  height: var(--btn-h, 40px);
  padding: 0 14px;
}
.pf-btn--sm {
  --btn-h: 36px;
}
.pf-btn--lg {
  --btn-h: 48px;
  padding: 0 18px;
}
.pf-btn--full {
  width: 100%;
}
/* Loading overlay */
.pf-btn--loading {
  pointer-events: none;
}
.pf-btn__spinner {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  animation: pf-spin 0.8s linear infinite;
}
@keyframes pf-spin {
  to {
    transform: rotate(1turn);
  }
}
/* Focus ring that actually shows up */
.pf-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2a7ae4) 24%, transparent);
}
/* Link variant stays low-chrome but focusable */
.pf-btn--link {
  background: transparent !important;
  padding: 0;
  height: auto;
}
.pf-btn--link:focus-visible {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2a7ae4) 18%, transparent);
  border-radius: 6px;
}
.pf-form input:focus,
.pf-form textarea:focus {
  border-color: #ea88d2 !important;
  outline: none !important;
  box-shadow: 0 0 5px #e155c0 !important;
  /* glow in your brand hue */
}
.pf-form input::placeholder,
.pf-form textarea::placeholder {
  color: lightgrey;
  font-style: italic;
}
/* Spacing scale hook */
.space-scale {
  gap: var(--space-2, 8px) var(--space-3, 12px);
}
/* ============================================
 * COMMON TYPOGRAPHY & LAYOUT HELPERS
 * Shared across PayFacile + NoCode instances.
 * Colors are applied per instance (.pf-instance / .nc-instance).
 * ============================================
 */
/* ------------------------------------------
 * HERO TITLES (top of page marketing)
 * ------------------------------------------ */
.pf-hero-title {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-size: clamp(28px, 16vw, 52px);
}
.pf-hero-subtitle {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  font-size: clamp(18px, 12vw, 28px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 8px;
}
.pf-hero-lead {
  font-size: clamp(16px, 13.2vw, 22px);
  line-height: 1.45;
  margin: 0 0 1.25rem 0;
}
.pf-hero-bg-text {
  padding: 0.4em 0.6em;
  background: rgba(0, 0, 0, 0.35);
}
/* -------------------------------
 * Kicker / overline above titles
 * ------------------------------- */
.pf-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}
/* -------------------------------
 * Page / hero titles & lead text
 * Used on feature / marketing pages
 * ------------------------------- */
.pf-page-title {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 0.75rem 0;
  font-size: clamp(18px, 15vw, 40px);
  /* color handled by instance theme */
}
.pf-page-lead {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Section titles (H2/H3 level)
 * ------------------------------- */
.pf-section-title {
  font-size: clamp(16px, 12.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  /* color handled by instance theme */
}
.pf-section-subtitle {
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Meta / caption text
 * ------------------------------- */
.pf-meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  /* color handled by instance theme */
}
.pf-caption {
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0.25rem 0 0 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Icons
 * ------------------------------- */
/* Accent icon color is instance-specific:
 * .pf-instance .icon-accent { ... }
 * .nc-instance .icon-accent { ... }
 */
.icon-accent {
  /* color comes from theme-pf.less / theme-nc.less */
}
/* -------------------------------
 * Search bar
 * ------------------------------- */
.pf-search {
  position: relative;
}
.pf-search__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #a8b4ba;
  pointer-events: none;
}
.pf-search__input {
  width: 100%;
  box-sizing: border-box !important;
  font-size: 13px !important;
  padding: 7px 10px 7px 32px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3a4d55 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: border-color 150ms ease;
}
.pf-search__input:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.1) !important;
}
.pf-search__input::placeholder {
  color: #a8b4ba;
}
/* -------------------------------
 * Filter bar (Orders, Payments)
 * ------------------------------- */
.pf-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  clear: both;
}
.pf-filter-bar__dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #3a4d55;
}
.pf-filter-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.pf-filter-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 6px;
  padding: 12px 14px;
  min-width: 140px;
  flex: 1 1 140px;
}
.pf-filter-card__title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3EDE7;
}
.pf-filter-card__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pf-filter-card label {
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  padding: 2px 0;
  margin: 0;
  min-height: 28px;
}
.pf-filter-card label span.pf-filter-label {
  font-size: 12px;
  color: #3a4d55;
  line-height: 1.3;
}
.pf-filter-card a.pf-filter-see-more {
  font-size: 11px;
  color: #007acc;
  margin-top: 4px;
  display: inline-block;
}
.pf-filter-card a.pf-filter-see-more:hover {
  text-decoration: underline;
}
/* -------------------------------
 * Filter select (Discounts, Reviews, Collections)
 * ------------------------------- */
.pf-filter-select {
  font-size: 13px !important;
  padding: 7px 10px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3a4d55 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.pf-filter-select:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.1) !important;
  outline: none;
}
.pf-filter-bar__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}.pf-toast-container {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 10000;
  pointer-events: none;
  width: 356px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-toast {
  position: relative;
  width: 100%;
  pointer-events: auto;
  touch-action: pan-x;
  user-select: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--surface-card, #fff);
  color: var(--text-primary, #333);
  border-radius: var(--radius-sm, 8px);
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.1));
  border-left: 3px solid transparent;
  overflow: hidden;
  animation: pf-toast-enter 250ms cubic-bezier(0.21, 1.02, 0.73, 1) forwards;
  transform: translateX(var(--toast-swipe, 0px));
}
.pf-toast--success {
  border-left-color: var(--status-success, #66b266);
}
.pf-toast--error {
  border-left-color: var(--status-error, #e57373);
}
.pf-toast--info {
  border-left-color: var(--status-info, #90a4ae);
}
.pf-toast--removing {
  animation: pf-toast-exit 150ms ease-in forwards;
}
.pf-toast--swiping {
  transition: none !important;
  animation: none !important;
}
@keyframes pf-toast-enter {
  from {
    transform: translateX(calc(100% + 32px));
    opacity: 0;
  }
  to {
    transform: translateX(var(--toast-swipe, 0px));
    opacity: 1;
  }
}
@keyframes pf-toast-exit {
  from {
    transform: translateX(var(--toast-swipe, 0px));
    opacity: 1;
  }
  to {
    transform: translateX(calc(100% + 32px));
    opacity: 0;
  }
}
.pf-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.pf-toast__icon--success {
  color: var(--status-success, #66b266);
}
.pf-toast__icon--error {
  color: var(--status-error, #e57373);
}
.pf-toast__icon--info {
  color: var(--status-info, #90a4ae);
}
.pf-toast__content {
  flex: 1;
  min-width: 0;
}
.pf-toast__message {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-primary, #333);
  word-break: break-word;
}
.pf-toast__action {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-link, #007acc);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pf-toast__action:hover {
  opacity: 0.8;
}
.pf-toast__dismiss {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 4px;
  color: var(--text-muted, #999);
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
  margin-top: -2px;
}
.pf-toast__dismiss:hover {
  color: var(--text-primary, #333);
  background: var(--surface-raised, #fafafa);
}
.pf-toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: left;
  animation: pf-toast-shrink linear forwards;
  animation-duration: var(--toast-duration, 3000ms);
}
.pf-toast__progress--success {
  background: var(--status-success, #66b266);
  opacity: 0.35;
}
.pf-toast__progress--error {
  background: var(--status-error, #e57373);
  opacity: 0.35;
}
.pf-toast__progress--info {
  background: var(--status-info, #90a4ae);
  opacity: 0.35;
}
@keyframes pf-toast-shrink {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-toast {
    animation-duration: 1ms !important;
  }
  .pf-toast__progress {
    animation: none;
  }
}
@media (max-width: 480px) {
  .pf-toast-container {
    top: 16px;
    right: 8px;
    left: 8px;
    width: auto;
  }
  .pf-toast {
    width: 100%;
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.noCode-bg-dark {
  background-color: #1d1d1b;
}
.nc-public-page {
  background-color: #F8FAFC;
  color: #1E293B;
}
.noCode-bg-light1 {
  background-color: #dfedee;
}
.noCode-bg-light1.gradient {
  background: linear-gradient(90deg, #dfedee, white);
}
.noCode-bg-light2 {
  background-color: #ffdab9;
}
.noCode-bg-light2.gradient {
  background: linear-gradient(90deg, #ffdab9, white);
}
.noCode-bg-light3 {
  background-color: #d0e8e4;
}
.noCode-bg-light3.gradient {
  background: linear-gradient(90deg, #d0e8e4, white);
}
.noCode-bg-light4 {
  background-color: #ffe5b4;
}
.noCode-bg-light4.gradient {
  background: linear-gradient(90deg, #ffe5b4, white);
}
.noCode-bg-light5 {
  background-color: #A78BFA;
}
.noCode-bg-light5.gradient {
  background: linear-gradient(90deg, #A78BFA, white);
}
.noCode-bg-secondary {
  background-color: #8B5CF6;
}
.nocode-outline {
  position: relative;
}
.nocode-outline > .content-wrapper {
  position: relative;
  z-index: 1;
}
.nocode-outline::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  /* Soft pink to peach gradient */
  pointer-events: none;
}
/* NoCode primary underline – used via getInstanceStyling().primaryUnderline */
.nocode-underline {
  position: relative;
  display: inline-block;
}
.nocode-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  pointer-events: none;
}
.nocode-underline {
  border-bottom: 5px solid;
  border-image: linear-gradient(135deg, #8B5CF6, #A78BFA) 1 !important;
  padding-bottom: 5px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.background-purple {
  background: linear-gradient(130deg, #6964e0, #007acc);
}
.background-yellow {
  background: linear-gradient(130deg, #ffb74d, #ffe66d);
}
.background-rainbow {
  background: linear-gradient(130deg, #e57373, #ffb74d);
}
.background-basic {
  background-color: var(--surface-muted);
}
.background-classic {
  background-color: var(--surface-raised);
}
.background-hero {
  background: linear-gradient(135deg, #e155c0, #ffb74d);
}
.background-green {
  background-color: #e0efe0;
}
.background-grey {
  background-color: #DDD7D0;
}
.line-purple {
  border-bottom: solid 2px #6964e0;
}
.outline-purple {
  outline: solid 2px #6964e0;
}
.outline-rainbow {
  position: relative;
}
.outline-rainbow > .content-wrapper {
  position: relative;
  z-index: 1;
}
.outline-rainbow::before {
  content: '';
  position: absolute;
  top: -2px;
  /* Adjust based on your needs */
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 0;
  /* Try changing this */
  border-radius: inherit;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  pointer-events: none;
  /* so it doesn't interfere with clicks */
}
/* Primary PayFacile underline – used via getInstanceStyling().primaryUnderline */
.pf-underline-rainbow {
  position: relative;
  display: inline-block;
}
.pf-underline-rainbow::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  pointer-events: none;
}
/* PF styling */
.pf-underline {
  border-bottom: 5px solid #6964e0;
  padding-bottom: 5px;
}
.pf-underline-white {
  border-bottom: 5px solid white;
  padding-bottom: 5px;
}
.pf-underline-rainbow {
  border-bottom: 5px solid;
  border-image: linear-gradient(130deg, #e57373, #ffb74d);
  padding-bottom: 5px;
}
.border-purple {
  border: solid 2px #007acc !important;
  border-radius: 20px !important;
}
.border-peach {
  border: solid 2px #A78BFA !important;
  border-radius: 20px !important;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.collection-header .btn,
.collection-header .btn-flat {
  float: right;
  margin: 0;
}
.collection-item {
  overflow: hidden;
}
.collection-item > .row .btn {
  margin-bottom: 0;
}
.collection-item > .row:last-child {
  margin-bottom: 0;
}
.collection-item .card-image {
  position: relative;
}
.collection-item .card-image img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
table .btn,
table .btn-flat {
  margin: 0;
}
.collection.with-header .collection-header {
  text-align: center;
  text-transform: uppercase;
  color: #494949;
}
.collection.with-header .collection-item {
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .collection.with-header .collection-item {
    padding-left: 5px;
  }
}
.valign-wrapper.center-align .valign {
  margin-left: auto;
  margin-right: auto;
}
.sidenav li > a {
  padding: 0 1em !important;
}
.sidenav li > a i {
  margin-right: 0 !important;
}
.sidenav li.title:hover {
  background-color: inherit;
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0;
    width: 95% !important;
  }
}
.row {
  margin-bottom: 0 !important;
  width: 100%;
}
.collapsible li.active .collapsible-header {
  background-color: #F3EDE7;
}
.option-group-list .collapsible {
  box-shadow: none;
  border-radius: 8px;
  background-color: white;
}
.option-group-list ul {
  margin-top: 0;
}
.collapsible-header-icon {
  margin-left: auto;
}
.collapsible li.active i.collapsible-header-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
a.btn[data-action='close-collapsible'] {
  background-color: rgba(58, 77, 85, 0.7);
}
.switch {
  min-height: 24px;
  overflow: hidden;
}
.switch label {
  font-size: 1em;
  color: #3a4d55;
}
.progress {
  max-height: 5px !important;
}
.dropdown-content li {
  margin-left: 0 !important;
}
#actionFunnelModal.modal {
  max-width: 1200px;
  max-height: 90%;
  padding-top: 0 !important;
}
@media only screen and (max-width: 600px) {
  #actionFunnelModal.modal {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #actionFunnelModal.modal {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  #actionFunnelModal.modal {
    width: 70%;
  }
}
#actionFunnelModal .payfacileOverlay ~ .modal-overlay {
  background: #6964e0;
}
#actionFunnelModal .noCodeOverlay + .modal-overlay {
  background: #A78BFA;
}
#modalGetSectorAndCategory {
  width: 70%;
  max-width: 1200px;
}
/* Loader */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.spinner-violet-only {
  border-color: #6964e0 !important;
}
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=url]:focus,
.input-field input[type=number]:focus,
.input-field input[type=password]:focus,
.input-field input[type=search]:focus,
.input-field input[type=tel]:focus,
.input-field input[type=date]:focus,
.input-field textarea:focus {
  border-bottom-color: #6964e0 !important;
  box-shadow: 0 1px 0 0 #6964e0 !important;
}
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=url]:focus + label,
.input-field input[type=number]:focus + label,
.input-field input[type=password]:focus + label,
.input-field input[type=search]:focus + label,
.input-field input[type=tel]:focus + label,
.input-field input[type=date]:focus + label,
.input-field textarea:focus + label {
  color: #6964e0 !important;
}
input.border-light:focus,
textarea.border-light:focus {
  border-color: #6964e0 !important;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1) !important;
  outline: none !important;
}
.dropdown-content {
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin-top: 4px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 8px 0 !important;
  background-color: #fff !important;
}
.dropdown-content li {
  min-height: 44px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.dropdown-content li > a,
.dropdown-content li > span {
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  color: #3a4d55 !important;
  display: flex !important;
  align-items: center !important;
}
.dropdown-content li.selected,
.dropdown-content li.active {
  background-color: rgba(105, 100, 224, 0.08) !important;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-feature-section {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .pf-feature-section {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 600px) {
  .pf-feature-section {
    padding: 40px 16px;
  }
}
.pf-feature-section--surface {
  background: var(--surface-page);
}
.pf-feature-section--card {
  background: var(--surface-card);
}
.pf-feature-section--muted {
  background: var(--surface-muted);
}
.pf-feature-section--brand {
  background: var(--surface-brand);
  color: var(--text-on-brand);
}
.pf-feature-section--brand .pf-section-title,
.pf-feature-section--brand .pf-kicker,
.pf-feature-section--brand .pf-page-lead {
  color: var(--text-on-brand);
}
.pf-feature-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.pf-feature-hero__grid {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__grid {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-hero__text {
  flex: 1 1 55%;
}
.pf-feature-hero__image {
  flex: 1 1 45%;
  text-align: center;
}
.pf-feature-hero__image img {
  max-width: 100%;
  max-height: 360px;
  border-radius: var(--radius-lg);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__image {
    display: none;
  }
}
.pf-feature-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
  flex-wrap: wrap;
}
.pf-feature-hero__sub {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: var(--space-1);
}
.pf-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 992px) {
  .pf-feature-cards {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-1);
  border-bottom: 2px solid var(--brand-primary);
  display: inline-block;
}
.pf-feature-card__bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: var(--text-secondary);
  font-size: 15px;
}
.pf-feature-card__bullet svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--icon-accent);
}
.pf-feature-card__bullet img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.pf-feature-banner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.pf-feature-banner__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: var(--space-2);
}
@media only screen and (max-width: 600px) {
  .pf-feature-banner__title {
    font-size: 22px;
  }
}
.pf-feature-banner__text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: var(--space-3);
}
.pf-feature-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 768px) {
  .pf-feature-details {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-detail {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
}
.pf-feature-detail img {
  max-height: 80px;
  margin-bottom: var(--space-2);
}
.pf-feature-detail__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}
.pf-feature-detail__text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.pf-feature-video {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-video {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-video__embed {
  flex: 1 1 55%;
  position: relative;
  padding-bottom: 53.28%;
  height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.pf-feature-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pf-feature-video__text {
  flex: 1 1 45%;
}
.pf-feature-integrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: var(--space-2) 0 var(--space-4);
}
@media only screen and (max-width: 600px) {
  .pf-feature-integrations {
    gap: 32px;
  }
}
.pf-feature-integrations img {
  height: 40px;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.45;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.pf-feature-integrations a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.pf-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border-default);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pf-cta-secondary:hover {
  border-color: var(--brand-primary);
  background: var(--surface-highlight);
}
@keyframes pf-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-hero-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pf-hero-slide-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pf-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes pf-hero-float {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
@keyframes pf-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-hero-v2,
  .pf-hero-v2 *,
  .pf-hero-v2 *::before,
  .pf-hero-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-hero-v2 {
  background: #F3EDE7;
  position: relative;
  overflow: hidden;
}
.pf-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .pf-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 104px 24px 48px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .pf-hero-v2__inner {
    padding: 96px 20px 40px;
  }
}
.pf-hero-v2__title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: #3a4d55;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-hero-v2__title-accent {
  color: #ff8a65;
}
.pf-hero-v2__line {
  width: 64px;
  height: 3px;
  background: #ff8a65;
  border-radius: 2px;
  margin: 20px 0 24px;
  transform-origin: left center;
  animation: pf-hero-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-hero-v2__subtitle {
  font-size: clamp(18px, 13.5vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: #3a4d55;
  margin: 0 0 12px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
.pf-hero-v2__supporting {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 32px;
  max-width: 480px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-hero-v2__dot-sep {
  margin: 0 6px;
  opacity: 0.4;
}
.pf-hero-v2__cta-group {
  margin: 0 0 32px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}
.pf-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #fff;
}
.pf-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-hero-v2__cta:hover .pf-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.pf-hero-v2__reassurance {
  font-size: 0.82rem;
  color: rgba(58, 77, 85, 0.7);
  margin: 12px 0 0;
}
.pf-hero-v2__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}
.pf-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pf-hero-v2__badge svg {
  opacity: 0.45;
}
.pf-hero-v2__visual {
  animation: pf-hero-slide-right 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-v2__visual {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .pf-hero-v2__visual-tilt {
    animation: pf-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.pf-hero-mockup {
  position: relative;
}
.pf-hero-mockup__window {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #fafafa;
  border-bottom: 1px solid #E8E3DD;
}
.pf-hero-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__titlebar-text {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-left: auto;
  font-weight: 500;
}
.pf-hero-mockup__body {
  padding: 20px;
}
.pf-hero-mockup__stat-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.pf-hero-mockup__label {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-hero-mockup__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3a4d55;
  letter-spacing: -0.02em;
}
.pf-hero-mockup__trend {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: #e0efe0;
  color: #66b266;
}
.pf-hero-mockup__chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 2px;
}
.pf-hero-mockup__bar {
  flex: 1;
  height: var(--bar-h, 50%);
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 3px 3px 0 0;
  transform-origin: bottom center;
  animation: pf-hero-bar-grow 0.6s cubic-bezier(0.16, 1, 0.3, 1) var(--bar-delay, 0ms) both;
  animation-delay: calc(0.6s + var(--bar-delay, 0ms));
}
.pf-hero-mockup__products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-hero-mockup__product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__product-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__product-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3a4d55;
}
.pf-hero-mockup__product-meta {
  font-size: 0.7rem;
  color: #a8b4ba;
}
.pf-hero-mockup__notification {
  position: absolute;
  bottom: -12px;
  right: -16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #E8E3DD;
  animation: pf-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-mockup__notification {
    right: -8px;
    bottom: -8px;
  }
}
@media (max-width: 480px) {
  .pf-hero-mockup__notification {
    right: 0;
    bottom: -6px;
    padding: 10px 12px;
    gap: 8px;
  }
}
.pf-hero-mockup__notif-icon {
  color: #66b266;
  flex-shrink: 0;
}
.pf-hero-mockup__notif-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3a4d55;
  white-space: nowrap;
}
.pf-hero-mockup__notif-text {
  font-size: 0.68rem;
  color: #a8b4ba;
  white-space: nowrap;
}
.pf-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--cta-bg);
  color: var(--cta-text) !important;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: var(--cta-text) !important;
}
.pf-cta-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-cta-primary:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-cta-primary__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-cta-primary:hover .pf-cta-primary__arrow {
  transform: translateX(4px);
}
.pf-section {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .pf-section {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .pf-section {
    padding: 40px 0;
  }
}
.pf-underline-accent {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--brand-primary);
  padding-bottom: 4px;
}
.pf-intermediate-cta {
  text-align: center;
  padding: var(--space-5) var(--space-2);
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: var(--space-1);
}
.trust-strip {
  background-color: var(--surface-card-glass);
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.trust-strip-item {
  display: inline-flex;
  align-items: center;
  margin: 4px 12px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .trust-strip-item {
    margin: 4px 8px;
  }
}
.trust-strip-logo {
  height: 18px;
  max-width: 80px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .trust-strip-logo {
    height: 16px;
    max-width: 60px;
  }
}
.pf-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .pf-stat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.pf-stat-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}
.pf-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-gradient);
}
.pf-stat-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.pf-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-accent);
  opacity: 0.7;
  flex-shrink: 0;
}
.pf-stat-card__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-stat-card__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-stat-card__sparkline {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
  margin-top: 12px;
}
.pf-stat-card__spark-bar {
  flex: 1;
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 2px 2px 0 0;
  height: var(--spark-h, 50%);
}
.badge-block .valign-wrapper-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.badge-block [class*='col'] {
  float: none;
  flex: 1 1 0;
  max-width: 280px;
  margin-left: 0;
  padding-bottom: 0;
}
.pf-soft-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-soft-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  margin-bottom: var(--space-2);
  flex-shrink: 0;
}
.testimonial-carousel__card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card,
.nc-instance .noCode-bg-dark .testimonial-carousel__card {
  background: var(--text-inverse);
  border-color: var(--border-subtle);
  color: var(--text-inverse, #333331);
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark-light {
  color: var(--text-inverse, #333331) !important;
}
.testimonial-carousel__quote-mark {
  color: var(--brand-primary);
  font-size: 2rem;
  line-height: 1;
}
.pf-free-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: var(--space-2);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}
.pf-free-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-top-color: var(--brand-primary);
}
.pf-free-tool-card .cta-text {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: var(--space-1);
}
.pf-free-tool-card svg {
  color: var(--text-secondary);
}
.pf-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--brand-gradient);
  padding: 10px 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  animation: pf-sticky-slide-up 0.3s ease-out;
  overflow: hidden;
}
@keyframes pf-sticky-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pf-sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.pf-sticky-cta__text {
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: none;
}
@media (min-width: 768px) {
  .pf-sticky-cta__text {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pf-sticky-cta__text {
    font-size: 0.85rem;
  }
}
.pf-sticky-cta__promo {
  background: var(--status-warning);
  color: var(--text-primary);
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}
.pf-sticky-cta__countdown {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pf-sticky-cta__countdown {
    display: inline-flex;
  }
}
.pf-sticky-cta__btn {
  margin-left: auto;
  background: var(--surface-card);
  color: var(--text-primary);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.pf-sticky-cta__btn:hover {
  background: var(--surface-raised);
  color: var(--text-primary);
}
.pf-sticky-cta__dismiss {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.pf-sticky-cta__dismiss:hover {
  opacity: 1;
}
.pf-tabbed-features__split {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 40px;
  align-items: start;
  padding-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-tabbed-features__split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.pf-tabbed-features__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pf-tabbed-features__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-tabbed-features__feature:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.pf-tabbed-features__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  flex-shrink: 0;
}
.pf-tabbed-features__feature-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-tabbed-features__feature-text {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .pf-tabbed-features__mockup {
    display: none;
  }
}
.pf-mockup {
  position: relative;
}
.pf-mockup__window {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.pf-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--surface-raised);
  border-bottom: 1px solid var(--border-subtle);
}
.pf-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-mockup__titlebar-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-left: auto;
  font-weight: 500;
}
.pf-mockup__body {
  padding: 20px;
}
.pf-mockup__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 600;
}
.pf-mockup__chip--green {
  background: var(--status-success-light);
  color: var(--status-success);
}
.pf-mockup__chip--orange {
  background: var(--status-warning-light);
  color: var(--brand-primary);
}
.pf-mockup__chip--blue {
  background: #e0f0fd;
  color: var(--text-link);
}
.pf-mockup__input {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  width: 100%;
  box-sizing: border-box;
}
.pf-mockup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--brand-gradient);
  color: var(--cta-text);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: none;
  width: 100%;
}
.pf-mockup__label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.pf-mockup__value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-mockup__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.pf-mockup__divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 12px 0;
}
.pf-db-mockup {
  width: 100%;
  font-family: inherit;
}
.pf-db-layout {
  display: flex;
  min-height: 0;
}
.pf-db-sidebar {
  width: 30px;
  flex-shrink: 0;
  background: var(--surface-raised);
  border-right: 1px solid var(--border-subtle);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-db-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.pf-db-content {
  flex: 1;
  padding: 8px;
  min-width: 0;
}
.pf-db-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.pf-db-topbar__range {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.58rem;
  color: var(--text-muted);
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 2px 6px;
}
.pf-db-topbar__tabs {
  display: flex;
  gap: 2px;
}
.pf-db-topbar__tab {
  font-size: 0.58rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--text-muted);
  font-weight: 500;
}
.pf-db-topbar__tab--active {
  background: var(--brand-primary);
  color: #fff;
  font-weight: 700;
}
.pf-db-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 8px;
}
.pf-db-stat {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 7px;
}
.pf-db-stat__label {
  font-size: 0.5rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-stat__value {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-main {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.pf-db-chart {
  flex: 1;
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 8px;
  min-width: 0;
}
.pf-db-chart__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-chart__area {
  position: relative;
  height: 56px;
}
.pf-db-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.pf-db-bar {
  flex: 1;
  background: rgba(126, 155, 228, 0.6);
  border-radius: 2px 2px 0 0;
}
.pf-db-aside {
  width: 115px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pf-db-notif {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
  flex: 1;
}
.pf-db-notif__title {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-db-notif__row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.pf-db-notif__row:last-child {
  border-bottom: none;
}
.pf-db-notif__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-db-notif__text {
  font-size: 0.52rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-conversion {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-conversion__label {
  font-size: 0.48rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.pf-db-conversion__value {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
}
.pf-db-conversion__sub {
  font-size: 0.48rem;
  color: var(--text-muted);
}
.pf-db-subs {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-subs__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-subs__row {
  display: flex;
  gap: 4px;
}
.pf-db-sub {
  flex: 1;
  min-width: 0;
}
.pf-db-sub__label {
  font-size: 0.48rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-sub__value {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-sub__delta {
  font-size: 0.48rem;
  font-weight: 600;
}
.pf-db-sub__delta--up {
  color: #4caf50;
}
.pf-db-sub__delta--down {
  color: #e53935;
}
.pf-features-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: var(--space-3) 0;
}
@media (max-width: 1023px) {
  .pf-features-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pf-features-row--reverse {
    direction: rtl;
  }
  .pf-features-row--reverse > * {
    direction: ltr;
  }
}
.pf-features-row__copy h3 {
  font-size: clamp(20px, 12vw, 28px);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 4px;
}
.pf-features-row__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 12px;
}
.pf-features-row__text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
.pf-features-row__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-features-row__bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-primary);
}
.pf-features-row__bullet svg {
  color: var(--icon-accent);
  flex-shrink: 0;
}
@keyframes pf-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-cta-primary,
  .pf-soft-card,
  .pf-stat-card,
  .pf-free-tool-card,
  .pf-sticky-cta,
  .pf-mockup,
  .pf-mockup * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes pf-ref-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-ref-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pf-ref-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-referral,
  .pf-referral *,
  .pf-referral *::before,
  .pf-referral *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-referral {
  background: #F3EDE7;
}
.pf-ref-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .pf-ref-section {
    padding: 0 20px;
  }
}
.pf-ref-hero {
  padding: 100px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pf-ref-hero {
    padding: 80px 0 48px;
  }
}
.pf-ref-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff8a65;
  margin-bottom: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-ref-hero__line {
  width: 32px;
  height: 2px;
  background: #ff8a65;
  border-radius: 2px;
  transform-origin: left center;
  animation: pf-ref-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__title {
  font-size: clamp(32px, 15vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #3a4d55;
  margin: 0 0 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.pf-ref-hero__title-accent {
  color: #ff8a65;
}
.pf-ref-hero__subtitle {
  font-size: clamp(16px, 13.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(58, 77, 85, 0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
}
.pf-ref-hero__badge svg {
  opacity: 0.5;
}
.pf-ref-plans {
  padding: 48px 0 64px;
}
.pf-ref-plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .pf-ref-plans__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
.pf-ref-plan-card {
  background: #fff;
  border: 1.5px solid #E8E3DD;
  border-radius: 16px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pf-ref-scale-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-plan-card:nth-child(2) {
  animation-delay: 0.4s;
}
.pf-ref-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  border-color: #D5CFC8;
}
@media (max-width: 480px) {
  .pf-ref-plan-card {
    padding: 32px 24px;
  }
}
.pf-ref-plan-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.pf-ref-plan-card__icon--classic {
  background: linear-gradient(135deg, rgba(0, 122, 204, 0.1), rgba(0, 122, 204, 0.05));
  color: #007acc;
}
.pf-ref-plan-card__icon--partner {
  background: linear-gradient(135deg, rgba(255, 138, 101, 0.12), rgba(255, 183, 77, 0.08));
  color: #ff8a65;
}
.pf-ref-plan-card__name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 8px;
}
.pf-ref-plan-card__amount {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #3a4d55;
  margin: 0 0 4px;
  line-height: 1.1;
}
.pf-ref-plan-card__amount-unit {
  font-size: 0.5em;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0;
}
.pf-ref-plan-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 16px 0 0;
}
.pf-ref-plan-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-plan-card__cta--primary {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(255, 138, 101, 0.3);
}
.pf-ref-plan-card__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 138, 101, 0.4);
  filter: brightness(1.05);
  color: #fff !important;
}
.pf-ref-plan-card__cta--secondary {
  background: #007acc;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 122, 204, 0.25);
}
.pf-ref-plan-card__cta--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 122, 204, 0.35);
  filter: brightness(1.08);
  color: #fff !important;
}
.pf-ref-steps {
  padding: 64px 0;
  background: var(--surface-card, #fff);
}
.pf-ref-steps__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: -0.02em;
}
.pf-ref-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .pf-ref-steps__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.pf-ref-step {
  text-align: center;
  padding: 24px 16px;
}
.pf-ref-step__number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}
.pf-ref-step__title {
  font-size: 17px;
  font-weight: 700;
  color: #3a4d55;
  margin: 0 0 8px;
}
.pf-ref-step__text {
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.6;
  margin: 0;
}
.pf-ref-faq {
  padding: 64px 0 80px;
}
.pf-ref-faq__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.02em;
}
.pf-ref-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pf-ref-faq__item {
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.2s ease;
}
.pf-ref-faq__item:hover {
  background: rgba(0, 0, 0, 0.015);
}
.pf-ref-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #3a4d55;
  line-height: 1.4;
}
.pf-ref-faq__question:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: -2px;
  border-radius: 8px;
}
.pf-ref-faq__chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #a8b4ba;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-faq__item--open .pf-ref-faq__chevron {
  transform: rotate(180deg);
  color: #ff8a65;
}
.pf-ref-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 20px;
}
.pf-ref-faq__item--open .pf-ref-faq__answer {
  max-height: 300px;
  padding: 0 20px 18px;
}
.pf-ref-faq__answer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
}
.pf-ref-faq__answer-text a {
  color: #007acc;
  text-decoration: none;
  font-weight: 500;
}
.pf-ref-faq__answer-text a:hover {
  text-decoration: underline;
}
.pf-ref-faq__divider {
  height: 1px;
  background: #E8E3DD;
  margin: 0 20px;
}
.pf-ref-cta {
  padding: 64px 0 80px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  text-align: center;
  border-radius: 24px;
  max-width: 900px;
  margin: 0 auto 48px;
}
.pf-ref-cta__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.pf-ref-cta__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}
.pf-ref-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #fff;
  color: #3a4d55 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.pf-ref-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  color: #3a4d55;
}
.pf-ref-cta__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-cta__button:hover .pf-ref-cta__arrow {
  transform: translateX(4px);
}
.related-content-block {
  padding: 3rem 0;
  background: var(--pblog-bg-alt, #f9fafb);
}
.related-content-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.related-comparisons-block {
  padding: 2rem 0;
}
#publicMain:has(.guide-pillar-page),
#publicMain:has(.guides-home-page) {
  overflow: visible !important;
}
.nc-instance .guides-home-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guides-home-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guides-home-header {
  text-align: center;
  margin-bottom: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
}
.guides-home-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
.guides-home-subtitle {
  font-size: 1.15rem;
  color: var(--pblog-text-muted, #6b7280);
  max-width: 600px;
  margin: 0 auto;
}
.guides-home-empty {
  text-align: center;
  padding: var(--pblog-xl, 3rem);
  color: var(--pblog-text-muted, #6b7280);
}
.nc-instance .guide-pillar-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guide-pillar-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guide-pillar-hero {
  text-align: center;
  padding: var(--pblog-xl, 3rem) 0;
}
.guide-pillar-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
@media (max-width: 768px) {
  .guide-pillar-hero h1 {
    font-size: 2rem;
  }
}
.guide-pillar-hero-meta {
  color: var(--pblog-text-muted, #6b7280);
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
.guide-pillar-author {
  font-weight: 600;
  color: var(--pblog-text, #1a1a1a);
}
.guide-pillar-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pblog-xl, 3rem);
  margin-top: var(--pblog-xl, 3rem);
}
@media (min-width: 992px) {
  .guide-pillar-layout.has-toc {
    grid-template-columns: 260px 1fr;
  }
}
.guide-pillar-toc {
  display: none;
  --blog-text-secondary: var(--pblog-text-secondary);
  --blog-text-primary: var(--pblog-text);
  --blog-text-muted: var(--pblog-text-muted);
  --blog-accent-color: var(--pblog-accent);
}
@media (min-width: 992px) {
  .guide-pillar-toc {
    display: block;
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 1rem;
    border-right: 1px solid var(--pblog-border, #e5e7eb);
  }
}
.guide-pillar-toc .blog-toc {
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
.guide-pillar-toc .blog-toc ul {
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc li {
  float: none;
  padding: 0;
  list-style: none;
}
.guide-pillar-toc .blog-toc a {
  color: var(--blog-text-secondary);
}
.guide-pillar-toc .blog-toc-title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted);
  margin-bottom: 0.5rem;
}
.guide-pillar-toc .blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc-item {
  margin-bottom: 2px;
}
.guide-pillar-toc .blog-toc-item a {
  display: block;
  padding: 5px 0 5px 12px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.guide-pillar-toc .blog-toc-item a:hover {
  color: var(--blog-text-primary);
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--h3 a {
  padding-left: 24px;
  font-size: 0.825rem;
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--active a {
  color: var(--blog-accent-color);
  border-left-color: var(--blog-accent-color);
  font-weight: 500;
}
.guide-pillar-content {
  min-width: 0;
}
.guide-pillar-spokes {
  margin-top: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
  border-top: 1px solid var(--pblog-border, #e5e7eb);
}
.guide-pillar-spokes-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: var(--pblog-lg, 1.5rem);
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
@keyframes nc-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nc-hero-slide-left {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes nc-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes nc-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes nc-hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes nc-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nc-hero-v2,
  .nc-hero-v2 *,
  .nc-hero-v2 *::before,
  .nc-hero-v2 *::after,
  .nc-section,
  .nc-section * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.nc-hero-v2 {
  background: #1d1d1b;
  position: relative;
  overflow: hidden;
}
.nc-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 40px 100px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .nc-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 120px 24px 56px;
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .nc-hero-v2__inner {
    padding: 104px 20px 40px;
    gap: 36px;
  }
}
.nc-hero-v2__title {
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f5f5f0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.nc-hero-v2__title-accent {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-hero-v2__subtitle {
  font-size: clamp(17px, 12.4vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin: 20px 0 0;
  max-width: 480px;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__subtitle {
    max-width: 100%;
  }
}
.nc-hero-v2__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 36px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}
@media (max-width: 480px) {
  .nc-hero-v2__cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.nc-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.nc-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #333331 !important;
}
.nc-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(139, 92, 246, 0.25);
}
.nc-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px rgba(139, 92, 246, 0.3);
}
.nc-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta:hover .nc-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.nc-hero-v2__cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  background: transparent;
  color: #e5e5df !important;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #444442;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta-ghost:hover {
  border-color: #9b9b96;
  background: rgba(42, 42, 39, 0.6);
  color: #f5f5f0 !important;
}
.nc-hero-v2__cta-ghost:active {
  background: #2a2a27;
}
.nc-hero-v2__reassurance {
  font-size: 0.82rem;
  color: #8a8a85;
  margin: 14px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.nc-hero-v2__visual {
  animation: nc-hero-slide-left 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__visual {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .nc-hero-v2__visual-float {
    animation: nc-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.nc-hero-storefront {
  position: relative;
  background: #333331;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  overflow: hidden;
}
.nc-hero-storefront__image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .nc-hero-storefront__image {
    height: 80px;
  }
}
.nc-hero-storefront__image::before,
.nc-hero-storefront__image::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}
.nc-hero-storefront__image::before {
  width: 120px;
  height: 120px;
  right: -20px;
  top: -30px;
  background: #8B5CF6;
}
.nc-hero-storefront__image::after {
  width: 80px;
  height: 80px;
  left: 30%;
  bottom: -20px;
  background: #A78BFA;
}
.nc-hero-storefront__image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(167, 139, 250, 0.15) 50%, transparent 80%), #2a2a27;
}
.nc-hero-storefront__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  animation: nc-hero-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}
.nc-hero-storefront__body {
  padding: 20px 24px 24px;
}
.nc-hero-storefront__category {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8B5CF6;
  margin-bottom: 6px;
}
.nc-hero-storefront__name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.nc-hero-storefront__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}
.nc-hero-storefront__rating-count {
  font-size: 0.72rem;
  color: #8a8a85;
  margin-left: 6px;
}
.nc-hero-storefront__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin-bottom: 20px;
}
.nc-hero-storefront__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #444442;
}
.nc-hero-storefront__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.nc-hero-storefront__price-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.02em;
}
.nc-hero-storefront__price-period {
  font-size: 0.82rem;
  color: #8a8a85;
}
.nc-hero-storefront__buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: default;
}
.nc-hero-storefront__sold-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #2a2a27;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f5f5f0;
  white-space: nowrap;
  animation: nc-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1s both;
}
@media (max-width: 480px) {
  .nc-hero-storefront__sold-badge {
    top: -6px;
    right: -4px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
}
.nc-hero-storefront__sold-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: nc-pulse 2s ease-in-out infinite;
}
@keyframes nc-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.nc-trust-strip {
  background: #232321;
  padding: 24px 40px;
}
@media (max-width: 480px) {
  .nc-trust-strip {
    padding: 20px 20px;
  }
}
.nc-trust-strip__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nc-trust-strip__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #8a8a85;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nc-trust-strip__sep {
  width: 1px;
  height: 20px;
  background: #444442;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .nc-trust-strip__sep {
    display: none;
  }
}
.nc-trust-strip__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nc-trust-strip__logo {
  height: 22px;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s;
}
.nc-trust-strip__logo:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .nc-trust-strip__logo {
    height: 18px;
  }
}
.nc-section {
  padding: 80px 40px;
}
@media (max-width: 1023px) {
  .nc-section {
    padding: 56px 24px;
  }
}
@media (max-width: 480px) {
  .nc-section {
    padding: 40px 20px;
  }
}
.nc-section--base {
  background: #1d1d1b;
  color: #e5e5df;
}
.nc-section--elevated {
  background: #232321;
  color: #e5e5df;
}
.nc-section--card {
  background: #2a2a27;
  color: #e5e5df;
}
.nc-section--light {
  background: #F8FAFC;
  color: #1E293B;
}
.nc-section--light .nc-section__title {
  color: #1E293B;
}
.nc-section--light .nc-section__subtitle {
  color: #475569;
}
.nc-section--light .nc-value-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--light .nc-value-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--light .nc-value-card__title {
  color: #1E293B;
}
.nc-section--light .nc-value-card__sub {
  color: #475569;
}
.nc-section--light .nc-value-card__list li {
  color: #1E293B;
}
.nc-section--accent-cool {
  background: #dfedee;
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__subtitle {
  color: #475569;
}
.nc-section--accent-cool .nc-feature-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--accent-cool .nc-feature-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--accent-cool .nc-feature-card__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-feature-card__desc {
  color: #475569;
}
.nc-section--accent-warm {
  background: #ffdab9;
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__subtitle {
  color: #475569;
}
.nc-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nc-section__title {
  font-size: clamp(28px, 13.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #f5f5f0;
  margin: 0 0 12px;
}
.nc-section__subtitle {
  font-size: clamp(16px, 11.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin-top: 0;
  margin-bottom: 48px;
  max-width: 600px;
}
.nc-section__title--center,
.nc-section__subtitle--center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nc-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.nc-value-card {
  background: #333331;
  border: 1px solid #444442;
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-value-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-value-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  margin-bottom: 20px;
}
.nc-value-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 4px;
}
.nc-value-card__sub {
  font-size: 0.88rem;
  color: #8a8a85;
  margin: 0 0 20px;
}
.nc-value-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nc-value-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #e5e5df;
  padding: 8px 0;
  border-top: 1px solid rgba(68, 68, 66, 0.5);
}
.nc-value-card__list li svg {
  flex-shrink: 0;
  color: #8B5CF6;
  opacity: 0.8;
}
.nc-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .nc-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nc-feature-grid {
    grid-template-columns: 1fr;
  }
}
.nc-feature-card {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #444442;
  background: #333331;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-feature-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-feature-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(139, 92, 246, 0.12);
  color: #8B5CF6;
  margin-bottom: 16px;
}
.nc-feature-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 6px;
}
.nc-feature-card__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin: 0;
}
.nc-divider-coral {
  border: none;
  height: 2px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  max-width: 120px;
  margin: 0 auto 48px;
  border-radius: 1px;
}
.nc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.features img.responsive-img {
  max-width: 125px;
}
.landing-basic-page .feature-wrapper:hover,
.home-page .feature-wrapper:hover,
.home-page-noCode .feature-wrapper:hover,
.landing-page-ecommerce .feature-wrapper:hover,
.landing-page-payment .feature-wrapper:hover,
.landing-page-stripe .feature-wrapper:hover,
.landing-page-subscription .feature-wrapper:hover {
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media only screen and (min-width: 993px) {
  .landing-basic-page .feature-wrapper,
  .home-page .feature-wrapper,
  .home-page-noCode .feature-wrapper,
  .landing-page-ecommerce .feature-wrapper,
  .landing-page-payment .feature-wrapper,
  .landing-page-stripe .feature-wrapper,
  .landing-page-subscription .feature-wrapper {
    padding: 1em;
  }
}
.landing-basic-page .feature-wrapper img.responsive-img,
.home-page .feature-wrapper img.responsive-img,
.home-page-noCode .feature-wrapper img.responsive-img,
.landing-page-ecommerce .feature-wrapper img.responsive-img,
.landing-page-payment .feature-wrapper img.responsive-img,
.landing-page-stripe .feature-wrapper img.responsive-img,
.landing-page-subscription .feature-wrapper img.responsive-img {
  max-height: 110px;
}
.landing-basic-page .title,
.home-page-noCode .title {
  font-size: 4em;
  line-height: 1.2em;
}
.landing-basic-page .subtitle,
.home-page-noCode .subtitle {
  font-size: 2em;
}
.landing-basic-page .showcase-video,
.home-page-noCode .showcase-video {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .landing-basic-page .showcase-video,
  .home-page-noCode .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 300px;
  }
}
.home-page .text-wrapper,
.home-page .video-wrapper {
  display: inline-block;
  width: 100%;
}
.home-page .showcase-video {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px;
}
@media only screen and (min-width: 601px) {
  .home-page .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 300px;
  }
}
.home-page .signupFormWrapper input {
  font-size: 1.1em !important;
  color: #3a4d55 !important;
}
.home-page [type='checkbox'] + span:not(.lever) {
  font-size: 14px;
  line-height: 22px;
}
.maintenance-page {
  height: 95vh;
}
.maintenance-page .justify-content-center {
  justify-content: center;
}
.landing-page-ecommerce .text-wrapper,
.landing-page-payment .text-wrapper,
.landing-page-stripe .text-wrapper,
.landing-page-subscription .text-wrapper,
.landing-page-ecommerce .video-wrapper,
.landing-page-payment .video-wrapper,
.landing-page-stripe .video-wrapper,
.landing-page-subscription .video-wrapper {
  display: inline-block;
  width: 100%;
}
.landing-page-ecommerce .showcase-video,
.landing-page-payment .showcase-video,
.landing-page-stripe .showcase-video,
.landing-page-subscription .showcase-video {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px;
}
@media only screen and (min-width: 993px) {
  .landing-page-ecommerce .showcase-video,
  .landing-page-payment .showcase-video,
  .landing-page-stripe .showcase-video,
  .landing-page-subscription .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 250px;
  }
}
.landing-page-ecommerce .signupFormWrapper input,
.landing-page-payment .signupFormWrapper input,
.landing-page-stripe .signupFormWrapper input,
.landing-page-subscription .signupFormWrapper input {
  font-size: 1.2em !important;
  color: #3a4d55 !important;
}
.signup-page .signupFormWrapper input {
  height: 2.5rem !important;
  color: #3a4d55 !important;
}
.testimonials-page img.responsive-img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonials-page .text-wrapper,
.testimonials-page .video-wrapper {
  display: inline-block;
  width: 100%;
  padding: 2em 0;
}
@media only screen and (min-width: 601px) {
  .testimonials-page .text-wrapper,
  .testimonials-page .video-wrapper {
    padding: 2em;
  }
}
.testimonials-page .showcase-video {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .testimonials-page .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 450px;
  }
}
.testimonials-page .signupFormWrapper input {
  font-size: 1.2em !important;
  color: #3a4d55 !important;
}
.testimonials-page .category-card {
  padding: 1em !important;
  cursor: pointer;
}
.testimonials-page .category-card i {
  margin-right: 10px;
}
.testimonials-page .category-card.active {
  background-color: #009688;
  color: #fafafa;
}
@media only screen and (min-width: 601px) {
  .testimonials-page .hide-tablet-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-page .testimonial-category-slider {
    height: 650px;
  }
  .testimonials-page .slider-list {
    height: 450px !important;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-page .hide-mobile {
    display: none;
  }
  .testimonials-page .dropdown-content {
    width: 75vw !important;
    left: -75vw !important;
  }
  .testimonials-page .slider-list {
    height: 550px !important;
  }
}
.pf-free-tool-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
}
.pf-free-tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pf-soft-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  min-height: 260px;
  transition: box-shadow 0.2s ease;
}
.pf-soft-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.agent-carousel {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.agent-carousel__track {
  display: flex;
  transition: transform 0.4s ease;
}
.agent-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .agent-carousel__slide {
    flex-direction: column;
    gap: 16px;
  }
}
.agent-carousel__image {
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
}
.agent-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.agent-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.agent-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.agent-carousel__dot.active {
  background: #ff8a65;
}
.agent-carousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.agent-carousel__arrow:hover {
  border-color: #007acc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.agent-carousel__arrow svg {
  width: 16px;
  height: 16px;
  color: #3a4d55;
}
.pf-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.pf-tabs::-webkit-scrollbar {
  display: none;
}
.pf-tab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-secondary);
  border: 1.5px solid var(--border-default);
  background: transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.pf-tab.active {
  background: var(--brand-primary) !important;
  color: #fff !important;
  border-color: var(--brand-primary) !important;
}
.pf-tab:hover:not(.active) {
  border-color: var(--brand-primary);
  color: var(--text-primary);
  background: var(--surface-highlight, color-mix(in srgb, var(--brand-primary) 6%, transparent));
}
.pf-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}
@media (max-width: 480px) {
  .pf-hero-trust {
    gap: 10px;
    font-size: 0.8rem;
  }
}
.integration-strip {
  overflow: hidden;
  position: relative;
  padding: 24px 0;
}
.integration-strip__track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: scrollLogos 30s linear infinite;
  width: max-content;
}
.integration-strip__track:hover {
  animation-play-state: paused;
}
.integration-strip__logo {
  height: 40px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.integration-strip__logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.integration-strip__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
  pointer-events: none;
}
.integration-strip__fade--left {
  left: 0;
  background: linear-gradient(to right, #F3EDE7, transparent);
}
.integration-strip__fade--right {
  right: 0;
  background: linear-gradient(to left, #F3EDE7, transparent);
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-carousel__page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 993px) {
  .testimonial-carousel__page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pf-signup-modern input[type='text'],
.pf-signup-modern input[type='email'] {
  border: 1.5px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.pf-signup-modern input[type='text']:focus,
.pf-signup-modern input[type='email']:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15) !important;
}
.pf-signup-modern .col.margin-bottom-1 {
  margin-bottom: 20px !important;
}
.pf-intermediate-cta {
  text-align: center;
  padding: 32px 16px;
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: #a8b4ba;
  font-size: 14px;
  margin-top: 8px;
}
.pf-target-page {
  background: var(--surface-page);
}
.pf-target-page .pf-target-hero {
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: 32px;
}
.pf-target-page .pf-target-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.pf-target-page .pf-target-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 16px;
  color: var(--text-primary);
  line-height: 1.5;
}
.pf-target-page .pf-target-hero-bullets li .icon-accent {
  color: var(--brand-primary);
  margin-top: 3px;
}
.pf-target-page .pf-target-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .pf-target-page .pf-target-pain-grid {
    grid-template-columns: 1fr;
  }
}
.pf-target-page .pf-target-pain-card {
  padding: 24px;
  text-align: left;
}
.pf-target-page .pf-target-pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--icon-accent-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--icon-accent);
}
.pf-target-page .pf-target-pain-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.pf-target-page .pf-target-pain-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}
.pf-target-page .pf-target-usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.pf-target-page .pf-target-usecase-card {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pf-target-page .pf-target-usecase-card p {
  margin: 0;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.5;
}
.pf-target-page .pf-target-usecase-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.pf-target-page .pf-target-cta-banner {
  background: var(--surface-muted);
  padding: 40px 16px;
}
.pf-target-page .pf-target-cta-headline {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.pf-target-page .pf-target-cta-intro {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.pf-target-page .pf-target-related-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 560px;
  margin: 24px auto 0;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.pf-target-page .pf-target-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #3a4d55;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  border-bottom: 1px solid #E8E3DD;
}
.pf-target-page .pf-target-related-link:last-child {
  border-bottom: none;
}
.pf-target-page .pf-target-related-link:hover {
  background-color: #F3EDE7;
  color: #007acc;
  text-decoration: none;
}
.pf-target-page .pf-target-related-link:hover .pf-target-related-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.pf-target-page .pf-target-related-arrow {
  font-size: 16px;
  opacity: 0.35;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.pf-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  .pf-compare-grid {
    grid-template-columns: 1fr;
  }
}
.pf-compare-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  color: #3a4d55;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #E8E3DD;
  border-right: 1px solid #E8E3DD;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pf-compare-link:nth-child(2n) {
  border-right: none;
}
.pf-compare-link:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pf-compare-link {
    border-right: none;
  }
  .pf-compare-link:last-child {
    border-bottom: none;
  }
  .pf-compare-link:nth-last-child(2) {
    border-bottom: 1px solid #E8E3DD;
  }
}
.pf-compare-link:hover {
  background-color: #F3EDE7;
  color: #007acc;
  text-decoration: none;
}
.pf-compare-link:hover .pf-compare-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.pf-compare-arrow {
  font-size: 14px;
  opacity: 0.3;
  transition: opacity 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.pf-audience-section {
  padding: 3rem 0;
}
.pf-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .pf-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .pf-audience-grid {
    grid-template-columns: 1fr;
  }
}
.pf-audience-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
}
.pf-audience-card:hover {
  border-color: #007acc;
  box-shadow: 0 4px 20px rgba(0, 122, 204, 0.1);
  transform: translateY(-2px);
}
.pf-audience-card:hover .pf-audience-card__arrow {
  opacity: 1;
  transform: translateX(0);
}
.pf-audience-card:hover .pf-audience-card__icon {
  color: #007acc;
}
.pf-audience-card__icon {
  color: #3a4d55;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.pf-audience-card__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #3a4d55;
  margin-bottom: 6px;
}
.pf-audience-card__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #3a4d55;
  flex: 1;
}
.pf-audience-card__arrow {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #007acc;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.2s;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.shopping-cart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.shopping-cart-container hr {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .shopping-cart-container .shopping-cart-items {
    overflow: auto;
  }
}
.shopping-cart-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.shopping-cart-header h5 {
  text-align: center;
}
.shopping-cart-body {
  padding: 0 1em;
  display: flex;
  flex-direction: column;
}
.shopping-cart-body .collapsible {
  border: none;
  box-shadow: none;
}
.shopping-cart-body .collapsible .collapsible-header {
  border: none;
}
.shopping-cart-body .collapsible .collapsible-body {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .shopping-cart-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 601px) {
  .shopping-cart-body-desktopTablet-height {
    height: 70vh;
  }
}
.shopping-cart-summary {
  border-top: solid 1px #979797;
  padding: 10px 0;
}
.shopping-cart-summary .promo-code {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.shopping-cart-summary .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}
.s-quantity-input-minus,
.s-quantity-input-plus {
  cursor: pointer;
  padding-top: 8px;
  height: 42px;
}
.inactive > .s-quantity-input-minus,
.inactive > .s-quantity-input-plus {
  cursor: default;
}
.s-quantity-input-minus {
  text-align: right;
}
.s-quantity-input-plus {
  text-align: left;
  margin-left: auto;
}
.s-quantity-input-value {
  font-size: 1.4em;
  width: 10%;
  padding-top: 3px;
  height: 42px;
  text-align: center;
  margin-left: auto;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.business-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #37474f;
  letter-spacing: 0.5px;
  position: relative;
}
.progress {
  margin: auto;
  z-index: 10;
}
.business-page-main-container {
  flex: 1 1 auto;
  width: 100%;
  min-height: 600px;
}
@media only screen and (min-width: 601px) {
  .business-page-main-container .page-builder-block .container {
    max-width: 1400px !important;
  }
}
.showcase-main-container-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fafafa;
  background-size: cover;
}
.showcase-footer {
  background-color: #eceff1;
  border-top: solid 1px #3a4d55;
}
.showcase-footer-top {
  padding: 2em 0;
}
.showcase-footer-vendor-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 30px;
}
@media only screen and (max-width: 600px) {
  .showcase-footer-vendor-logo {
    background-position: center;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-vendor-logo {
    background-position: center;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-footer-vendor-logo {
    height: 60px;
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .showcase-footer-column {
    text-align: center;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-column {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-column .vendor-info-wrapper {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-footer-vendor-motto {
    padding-right: 2em;
  }
}
.showcase-footer-column-item {
  padding-top: 5px;
}
.showcase-footer-column-item a {
  color: #3a4d55;
}
.showcase-footer-column-item a:hover {
  text-decoration: underline;
  color: rgba(58, 77, 85, 0.7);
}
.showcase-header-container {
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #979797;
  color: #3a4d55;
}
@media only screen and (min-width: 601px) {
  .showcase-header-container {
    height: 70px;
  }
}
.showcase-header {
  position: relative;
  margin: auto;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 30px !important;
}
@media only screen and (min-width: 601px) {
  .showcase-header {
    height: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-header {
    max-width: 1600px;
  }
}
.showcase-header .menu-logo-wrapper {
  margin-left: auto;
  color: #3a4d55;
  border: 1px solid rgba(58, 77, 85, 0.2);
  padding: 6px 12px;
  border-radius: 24px;
  background-color: white;
  transition: background-color 150ms ease, border-color 150ms ease, filter 150ms ease;
}
.showcase-header .menu-logo-wrapper:hover {
  cursor: pointer;
  filter: brightness(0.96);
  border-color: rgba(58, 77, 85, 0.35);
}
#showcaseHeader nav,
.showcase-slide-panel nav {
  background-color: transparent;
  color: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  box-shadow: none;
}
.showcase-header-zone {
  display: flex;
  align-items: center;
}
.showcase-header-zone--brand {
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .showcase-header-zone--brand {
    padding: 0;
  }
}
.showcase-header-zone--nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  min-width: 0;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8px, black calc(100% - 8px), transparent);
  mask-image: linear-gradient(to right, transparent, black 8px, black calc(100% - 8px), transparent);
}
@media only screen and (max-width: 992px) {
  .showcase-header-zone--nav {
    display: none;
  }
}
.showcase-header-zone--actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px;
}
.showcase-header-desktop-only {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .showcase-header-desktop-only {
    display: none;
  }
}
.showcase-header-mobile-only {
  display: none;
}
@media only screen and (max-width: 992px) {
  .showcase-header-mobile-only {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .showcase-header-shopname {
    display: none;
  }
}
a.showcase-header-logo-wrapper {
  text-decoration: none;
  color: inherit;
}
.showcase-header-shopname a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.showcase-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
}
.showcase-header-transparent .showcase-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .showcase-header-transparent .showcase-header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.showcaseHeaderWithLogo .showcase-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.showcaseHeaderWithLogo .showcase-header-logo-wrapper:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}
.showcase-header-vendor-logo {
  width: 60px;
  height: 30px;
  border-radius: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 601px) {
  .showcase-header-vendor-logo {
    height: 60px;
    width: 120px;
  }
}
.showcase-header-organization {
  font-size: 12px;
}
@media only screen and (min-width: 601px) {
  .showcase-header-organization {
    font-size: 18px;
    font-weight: 500;
  }
}
.showcase-shopping-cart {
  position: relative;
}
.showcase-shopping-cart-pin {
  background-color: #e53935;
  color: white;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 9px;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  animation: cartBadgeBounce 300ms ease-out;
}
@keyframes cartBadgeBounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.showcase-shopping-cart a {
  margin-right: 20px;
  padding: 5px;
  display: flex;
}
.showcase-shopping-cart i {
  font-size: 1.5em;
}
.showcase-shopping-cart-sidenav {
  min-width: 50% !important;
  max-width: 800px;
}
@media only screen and (max-width: 600px) {
  .showcase-shopping-cart-sidenav {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-shopping-cart-sidenav {
    width: 80%;
  }
}
#showcaseHeader {
  z-index: 998;
  background-color: var(--header-bg, transparent);
}
#showcaseHeader .showcase-header-themed-text {
  color: var(--header-text, inherit);
}
#showcaseHeader .showcase-header-themed-text svg {
  color: var(--header-text, inherit);
}
#showcaseHeader .showcase-header-btn {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  border: solid 2px var(--header-btn-border, transparent);
  line-height: 2.2em;
}
.showcase-slide-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.showcase-slide-panel-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}
.showcase-slide-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: white;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 300ms ease;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
}
.showcase-slide-panel--open {
  transform: translateX(0);
}
.showcase-slide-panel.showcase-shopping-cart-sidenav {
  width: 420px;
  max-width: 90vw;
}
@media only screen and (max-width: 600px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 420px;
    max-width: 85vw;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 440px;
  }
}
.showcase-slide-panel.showcase-menu-sidenav {
  width: 300px;
  max-width: 85%;
}
.showcase-slide-panel.showcase-menu-sidenav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.showcase-slide-panel.showcase-menu-sidenav li {
  display: block;
  width: 100%;
}
.showcase-slide-panel-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 12px 0;
}
.showcase-slide-panel-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3a4d55;
  transition: background-color 150ms ease;
}
.showcase-slide-panel-close:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.showcase-slide-panel-close:focus-visible {
  outline: 2px solid #3a4d55;
  outline-offset: 2px;
}
.showcase-slide-panel .sidenav-link-wrapper .sidenav-link {
  font-size: 1.1em;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a4d55;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.showcase-slide-panel .sidenav-link-wrapper .padding-left-mini {
  padding-left: 0 !important;
}
.showcase-slide-panel .sidenav-link-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.showcase-slide-panel .sidenav-link-wrapper .sidenav-link:focus-visible {
  outline: 2px solid #3a4d55;
  outline-offset: -2px;
}
.showcase-slide-panel--preview {
  position: absolute;
}
.showcase-slide-panel-overlay--preview {
  position: absolute;
}
.showcase-menu-trigger,
.showcase-cart-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font: inherit;
}
.showcase-menu-trigger:focus-visible,
.showcase-cart-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}
.showcase-header-transparent .showcase-cart-trigger {
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.showcase-header-transparent .showcase-cart-trigger:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.payfacile-page .progress {
  margin: auto;
  z-index: 10;
}
@media only screen and (min-width: 993px) {
  .showcase-video {
    min-width: 400px;
    min-height: 225px;
  }
}
.showcase-option-limitation {
  text-align: left;
  font-size: 1rem;
}
.showcase-option-limitation .showcase-option-group-trigger {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.showcase-option-limitation .showcase-option-group-trigger:focus,
.showcase-option-limitation .showcase-option-group-trigger:active {
  outline: none;
  text-decoration: none;
}
.showcase-option-limitation .showcase-option-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px !important;
  padding: 8px 36px 8px 14px !important;
  line-height: 1.4 !important;
  background-color: #fafafa !important;
  margin-bottom: 6px !important;
  min-height: 38px;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  position: relative;
}
.showcase-option-limitation .showcase-option-group-title svg {
  font-size: 18px;
  color: #6b7c86;
  margin-left: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.showcase-option-limitation .showcase-option-group-trigger:hover .showcase-option-group-title {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: #fff !important;
}
.showcase-option-limitation .showcase-option-group-trigger:focus .showcase-option-group-title,
.showcase-option-limitation .showcase-option-group-trigger:focus-visible .showcase-option-group-title {
  border-color: #6964e0 !important;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1) !important;
  background-color: #fff !important;
}
.showcase-option-limitation .dropdown-content {
  max-width: 95%;
}
.showcase-option-limitation .dropdown-content li.disabled span {
  background-color: transparent;
}
.showcase-page .max-width-950px {
  max-width: 950px;
}
.showcase-page .max-width-600px {
  max-width: 600px;
}
.showcase-not-found {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-not-found {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-not-found {
    padding-top: 4em;
    min-height: 100vh;
  }
}
.payfacile-header-container,
.showcase-final-footer-container {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .showcase-footer-poweredby-wrapper {
    padding-top: 1em;
  }
}
.showcase-footer-final-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.powered-by-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.8;
}
.powered-by-badge:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.18);
  opacity: 1;
  text-decoration: none;
}
.powered-by-badge .powered-by-badge-logo {
  height: 16px;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.powered-by-badge .powered-by-badge-text {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
  opacity: 0.85;
}
.powered-by-badge .powered-by-badge-arrow {
  font-size: 12px;
  opacity: 0.6;
  transition: transform 0.15s ease;
}
.powered-by-badge:hover .powered-by-badge-arrow {
  transform: translateX(2px);
  opacity: 0.9;
}
.nc-instance .powered-by-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.nc-instance .powered-by-badge:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}
.powered-by-payment-separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(58, 77, 85, 0.2);
  margin: 0 4px;
  flex-shrink: 0;
}
.powered-by-payment-logo {
  height: 14px;
  width: auto;
  opacity: 0.55;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.powered-by-payment-logo:hover {
  opacity: 0.85;
}
#paymentRequestPage.showcase-page .showcase-page-container {
  padding-top: 100px;
}
.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.language-picker .language-picker-trigger {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  border-radius: 9999px;
  transition: background-color 120ms ease, color 90ms ease;
}
.language-picker .language-picker-trigger:hover {
  background: rgba(0, 0, 0, 0.06);
}
.language-picker .language-picker-trigger:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
.language-picker .language-picker-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  padding: 6px;
  min-width: 90px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  animation: dropdownIn 0.15s ease-out;
}
.language-picker .language-picker-dropdown li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  color: #3a4d55;
  font-size: 14px;
  transition: background-color 120ms ease;
}
.language-picker .language-picker-dropdown li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.language-picker .language-picker-dropdown li a:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: -2px;
}
.nc-instance .language-picker .language-picker-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nc-instance .language-picker .language-picker-dropdown {
  background: rgba(42, 42, 40, 0.92);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nc-instance .language-picker .language-picker-dropdown li a {
  color: #e5e5df;
}
.nc-instance .language-picker .language-picker-dropdown li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
@keyframes dropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.payfacile-header-container {
  width: 100%;
  min-width: 0;
  overflow: visible !important;
}
.payfacile-header-container .payfacile-header-logo {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/horiz/logo-payfacile-horiz-noBg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-logo {
    height: 45px;
    width: 145px;
  }
}
.payfacile-header-container .noCode-header-logo-dark {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/nocode/rectangle-dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .noCode-header-logo-dark {
    height: 45px;
    width: 145px;
  }
}
.payfacile-header-container .noCode-header-logo-light {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/nocode/rectangle-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .noCode-header-logo-light {
    height: 45px;
    width: 145px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .payfacile-header-container .hide-free-tools-narrow {
    display: none;
  }
}
.payfacile-header-container .hide-talk-to-expert {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .payfacile-header-container .hide-talk-to-expert {
    display: contents;
  }
}
.payfacile-header-container .btn-basic {
  padding: 6px 14px;
  border-radius: 9999px;
  transition: background-color 120ms ease, color 90ms ease;
}
@media only screen and (min-width: 993px) and (max-width: 1799px) {
  .payfacile-header-container .btn-basic {
    padding: 6px 8px;
  }
}
.payfacile-header-container .btn-basic:hover {
  background: rgba(0, 0, 0, 0.06);
}
.payfacile-header-container .btn-basic:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
@media only screen and (min-width: 993px) and (max-width: 1799px) {
  .payfacile-header-container .margin-right-2 {
    margin-right: 1em;
  }
  .payfacile-header-container .margin-sides-2 {
    margin: 0 0.75em;
  }
  .payfacile-header-container .margin-left-2 {
    margin-left: 1em;
  }
}
.payfacile-header-container .payfacile-header-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: inherit !important;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible !important;
  padding: 6px 8px 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-nav {
    padding: 10px 20px 0;
  }
}
@media only screen and (min-width: 993px) {
  .payfacile-header-container .payfacile-header-nav {
    padding: 12px 32px 0;
  }
}
.payfacile-header-container .payfacile-header-nav > .container {
  max-width: 1600px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding: 4px 10px;
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 993px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    padding: 6px 28px;
  }
}
.payfacile-header-container .payfacile-header-nav.scrolled > .container {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .payfacile-header-nav.scrolled > .container {
    background: #fff;
  }
}
.payfacile-header-container .no-wrap {
  overflow: visible !important;
}
.payfacile-header-container .sidenav-wrapper ul {
  position: absolute;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  top: calc(100% + 8px);
  right: -22px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  z-index: 1001;
  width: 100vw;
  max-width: 360px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}
.payfacile-header-container .sidenav-wrapper ul .col.m6 {
  width: 100%;
}
.payfacile-header-container .sidenav-wrapper ul .sidenav-link {
  overflow: visible;
  height: auto;
  min-height: 35px;
}
.payfacile-header-container .sidenav-wrapper.open ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  max-height: 70vh;
  overflow-y: auto;
}
.payfacile-header-container .menu-logo-wrapper {
  position: relative;
  border: none;
  padding: 6px 10px;
  border-radius: 9999px;
  max-height: 44px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .menu-logo-wrapper {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .menu-logo-wrapper {
    padding: 8px 16px;
  }
}
.payfacile-header-container .menu-logo-wrapper:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.payfacile-header-container .menu-logo-wrapper:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
.payfacile-header-container .menu-logo-wrapper .payfacile-menu-text {
  font-weight: 500;
  padding-right: 5px;
  font-size: 1.2em;
  display: none;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .menu-logo-wrapper .payfacile-menu-text {
    display: inline;
  }
}
.payfacile-header-container .sub-menu-container {
  position: absolute;
  color: #3a4d55;
  top: calc(100% + 12px);
  left: 0;
  line-height: 1.2em;
  min-width: 220px;
  white-space: nowrap;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}
.payfacile-header-container .sub-menu-container.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.payfacile-header-container .sub-menu-container a.btn-basic {
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
}
.payfacile-header-container .sub-menu-container a.btn-basic:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.payfacile-header-container .sub-menu-container a.btn-basic:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: -2px;
}
.nc-instance .payfacile-header-container .btn-basic:hover {
  background: rgba(255, 255, 255, 0.08);
}
.nc-instance .payfacile-header-container .payfacile-header-nav > .container {
  background: rgba(29, 29, 27, 0.85);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nc-instance .payfacile-header-container .payfacile-header-nav.scrolled > .container {
  background: rgba(29, 29, 27, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 4px 16px rgba(0, 0, 0, 0.2), 0 12px 32px -8px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.08);
}
.nc-instance .payfacile-header-container .menu-logo-wrapper {
  background: rgba(45, 45, 43, 0.85);
  color: #e5e5df;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nc-instance .payfacile-header-container .menu-logo-wrapper:hover {
  background: rgba(45, 45, 43, 0.95);
}
.nc-instance .payfacile-header-container .sidenav-wrapper ul {
  background: rgba(42, 42, 40, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
  color: #e5e5df;
}
.nc-instance .payfacile-header-container .sub-menu-container {
  background: rgba(42, 42, 40, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-color: rgba(255, 255, 255, 0.08);
  color: #e5e5df;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nc-instance .payfacile-header-container .sub-menu-container a.btn-basic:hover {
  background: rgba(255, 255, 255, 0.08);
}
.email-capture input[type='email'] {
  border: none !important;
  margin: 0 !important;
}
.showcase-option-row {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  gap: 8px;
}
.showcase-option-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 1;
  min-height: 32px;
}
.showcase-option-label [type='checkbox'] + span:not(.lever),
.showcase-option-label [type='radio']:not(:checked) + span,
.showcase-option-label [type='radio']:checked + span {
  padding-left: 30px;
  line-height: 1.4;
}
.showcase-option-content {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.showcase-option-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #3a4d55;
  white-space: nowrap;
  min-width: 80px;
}
.showcase-option-tax {
  font-weight: 400;
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
}
.showcase-option-name {
  font-weight: 500;
  color: #3a4d55;
  font-size: 0.95rem;
}
.showcase-option-qty {
  flex-shrink: 0;
  margin-left: auto;
}
.showcase-option-row [type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid rgba(58, 77, 85, 0.35);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.showcase-option-row [type='checkbox'].filled-in:checked + span:not(.lever):after {
  border-radius: 4px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.showcase-option-row [type='checkbox'].filled-in:checked + span:not(.lever):before {
  top: 1px;
  left: 1px;
  width: 7px;
  height: 12px;
}
.showcase-option-row [type='radio']:not(:checked) + span:before,
.showcase-option-row [type='radio']:checked + span:before {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(58, 77, 85, 0.35);
  top: 1px;
}
.showcase-option-row [type='radio']:not(:checked) + span:after,
.showcase-option-row [type='radio']:checked + span:after {
  width: 18px;
  height: 18px;
  top: 1px;
}
.showcase-option-row [type='radio']:checked + span:after {
  transform: scale(0.55);
}
.showcase-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.showcase-social-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.4;
}
.showcase-social-proof-item i {
  font-size: 1em;
}
.showcase-social-proof-item--sales {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.showcase-social-proof-item--popular {
  background-color: #fff3e0;
  color: #e65100;
}
.showcase-social-proof-item--stock {
  background-color: #fce4ec;
  color: #c62828;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 993px) {
  .display-inline-block-on-desktop-only {
    display: inline-block;
  }
}
.align-items-center {
  align-items: center;
}
.align-items-flex-start {
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .align-items-start-mobile {
    align-items: start !important;
  }
}
.flex-direction-column {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .flex-direction-column-mobile {
    flex-direction: column;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-start {
  justify-content: flex-start;
}
.d-flex {
  display: flex !important;
}
@media only screen and (max-width: 600px) {
  .justify-content-center-on-mobile {
    justify-content: center;
  }
}
@media only screen and (min-width: 993px) {
  .justify-content-center-on-desktop {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-mobile {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  .center-on-mediaTabletAndUp {
    text-align: center;
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-hidden {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.no-wrap {
  white-space: nowrap;
  min-width: fit-content;
  overflow: auto;
}
@media only screen and (min-width: 601px) {
  .right-on-mediaTabletAndUp {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .valign-wrapper-mobile {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 993px) {
  .valign-wrapper-desktop {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 601px) {
  .valign-wrapper-tabletAndUp {
    display: flex;
    align-items: center;
  }
}
.justify-content-space-between {
  justify-content: space-between;
}
.display-grid {
  display: grid;
}
.display-flex {
  display: flex;
}
.fdb-block {
  overflow: visible;
}
.fdb-block .container.card {
  margin: 0 auto;
}
.fdb-block .row {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fdb-block [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.fdb-block .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.fdb-block .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.fdb-block .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.fdb-block .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.fdb-block .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.fdb-block .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.fdb-block .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.fdb-block .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.fdb-block .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.fdb-block .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.fdb-block .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.fdb-block .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.fdb-block .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .fdb-block .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .fdb-block .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .fdb-block .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .fdb-block .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fdb-block .ml-auto {
  margin-left: auto !important;
}
.fdb-block .mr-auto {
  margin-right: auto !important;
}
.fdb-block .m-auto {
  margin: auto !important;
}
@media (min-width: 768px) {
  .fdb-block .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .mr-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .m-sm-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .m-md-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .ml-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .mr-lg-0 {
    margin-right: 0 !important;
  }
}
.fdb-block .mt-1 {
  margin-top: 0.25rem !important;
}
.fdb-block .mt-2 {
  margin-top: 0.5rem !important;
}
.fdb-block .mt-4 {
  margin-top: 1.5rem !important;
}
.fdb-block .mt-5 {
  margin-top: 3rem !important;
}
.fdb-block .mb-3 {
  margin-bottom: 1rem !important;
}
.fdb-block .mb-4 {
  margin-bottom: 1.5rem !important;
}
.fdb-block .mb-5 {
  margin-bottom: 3rem !important;
}
.fdb-block .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.fdb-block .pt-3 {
  padding-top: 1rem !important;
}
.fdb-block .pt-4 {
  padding-top: 1.5rem !important;
}
.fdb-block .pt-5 {
  padding-top: 3rem !important;
}
.fdb-block .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fdb-block .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .fdb-block .ml-md-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .pt-md-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .pt-lg-0 {
    padding-top: 0 !important;
  }
}
.fdb-block .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.fdb-block .no-gutters > .col,
.fdb-block .no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.fdb-block .text-center {
  text-align: center !important;
}
.fdb-block .text-left {
  text-align: left !important;
}
.fdb-block .no-padding {
  padding: 0 !important;
}
.fdb-block .img-fluid {
  max-width: 100%;
  height: auto;
}
.fdb-block .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
/* ==========================================================================
   2. CONTAINER & SECTION
   ========================================================================== */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
/* ==========================================================================
   3. GRID — Row & Column base
   ========================================================================== */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
/* ==========================================================================
   3a. GRID — Small (s) — 0px+
   ========================================================================== */
.row .col.s1 {
  width: 8.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.33333333%;
}
.row .col.offset-s2 {
  margin-left: 16.66666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33333333%;
}
.row .col.offset-s5 {
  margin-left: 41.66666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33333333%;
}
.row .col.offset-s8 {
  margin-left: 66.66666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33333333%;
}
.row .col.offset-s11 {
  margin-left: 91.66666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s1 {
  right: 8.33333333%;
}
.row .col.pull-s2 {
  right: 16.66666667%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.pull-s4 {
  right: 33.33333333%;
}
.row .col.pull-s5 {
  right: 41.66666667%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.pull-s7 {
  right: 58.33333333%;
}
.row .col.pull-s8 {
  right: 66.66666667%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.pull-s10 {
  right: 83.33333333%;
}
.row .col.pull-s11 {
  right: 91.66666667%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s1 {
  left: 8.33333333%;
}
.row .col.push-s2 {
  left: 16.66666667%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.push-s4 {
  left: 33.33333333%;
}
.row .col.push-s5 {
  left: 41.66666667%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.push-s7 {
  left: 58.33333333%;
}
.row .col.push-s8 {
  left: 66.66666667%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.push-s10 {
  left: 83.33333333%;
}
.row .col.push-s11 {
  left: 91.66666667%;
}
.row .col.push-s12 {
  left: 100%;
}
/* ==========================================================================
   3b. GRID — Medium (m) — 601px+
   ========================================================================== */
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m1 {
    right: 8.33333333%;
  }
  .row .col.pull-m2 {
    right: 16.66666667%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.pull-m4 {
    right: 33.33333333%;
  }
  .row .col.pull-m5 {
    right: 41.66666667%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.pull-m7 {
    right: 58.33333333%;
  }
  .row .col.pull-m8 {
    right: 66.66666667%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.pull-m10 {
    right: 83.33333333%;
  }
  .row .col.pull-m11 {
    right: 91.66666667%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m1 {
    left: 8.33333333%;
  }
  .row .col.push-m2 {
    left: 16.66666667%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.push-m4 {
    left: 33.33333333%;
  }
  .row .col.push-m5 {
    left: 41.66666667%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.push-m7 {
    left: 58.33333333%;
  }
  .row .col.push-m8 {
    left: 66.66666667%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.push-m10 {
    left: 83.33333333%;
  }
  .row .col.push-m11 {
    left: 91.66666667%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
/* ==========================================================================
   3c. GRID — Large (l) — 993px+
   ========================================================================== */
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l1 {
    right: 8.33333333%;
  }
  .row .col.pull-l2 {
    right: 16.66666667%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.pull-l4 {
    right: 33.33333333%;
  }
  .row .col.pull-l5 {
    right: 41.66666667%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.pull-l7 {
    right: 58.33333333%;
  }
  .row .col.pull-l8 {
    right: 66.66666667%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.pull-l10 {
    right: 83.33333333%;
  }
  .row .col.pull-l11 {
    right: 91.66666667%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l1 {
    left: 8.33333333%;
  }
  .row .col.push-l2 {
    left: 16.66666667%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.push-l4 {
    left: 33.33333333%;
  }
  .row .col.push-l5 {
    left: 41.66666667%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.push-l7 {
    left: 58.33333333%;
  }
  .row .col.push-l8 {
    left: 66.66666667%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.push-l10 {
    left: 83.33333333%;
  }
  .row .col.push-l11 {
    left: 91.66666667%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
/* ==========================================================================
   3d. GRID — Extra-large (xl) — 1201px+
   ========================================================================== */
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl1 {
    right: 8.33333333%;
  }
  .row .col.pull-xl2 {
    right: 16.66666667%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.pull-xl4 {
    right: 33.33333333%;
  }
  .row .col.pull-xl5 {
    right: 41.66666667%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.pull-xl7 {
    right: 58.33333333%;
  }
  .row .col.pull-xl8 {
    right: 66.66666667%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.pull-xl10 {
    right: 83.33333333%;
  }
  .row .col.pull-xl11 {
    right: 91.66666667%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl1 {
    left: 8.33333333%;
  }
  .row .col.push-xl2 {
    left: 16.66666667%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.push-xl4 {
    left: 33.33333333%;
  }
  .row .col.push-xl5 {
    left: 41.66666667%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.push-xl7 {
    left: 58.33333333%;
  }
  .row .col.push-xl8 {
    left: 66.66666667%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.push-xl10 {
    left: 83.33333333%;
  }
  .row .col.push-xl11 {
    left: 91.66666667%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
/* ==========================================================================
   4. UTILITY HELPERS
   ========================================================================== */
.valign-wrapper {
  display: flex;
  align-items: center;
}
.center,
.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.circle {
  border-radius: 50%;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
/* General */
.min-width-60px {
  min-width: 60px;
}
.min-width-150px {
  min-width: 150px;
}
.min-width-300px {
  min-width: 300px;
}
.min-width-450px {
  min-width: 450px;
}
.min-height-inherit {
  min-height: inherit;
}
.min-height-150px {
  min-height: 150px;
}
.width-135px {
  width: 135px !important;
}
.width100 {
  width: 100%;
}
.width91 {
  width: 91% !important;
}
.width-auto {
  width: auto !important;
}
.height100 {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .width60-mobile {
    width: 60%;
  }
}
@media only screen and (min-width: 601px) {
  .width5-tablet-and-up {
    width: 5%;
  }
}
@media only screen and (min-width: 601px) {
  .width10-tablet-and-up {
    width: 10%;
  }
}
@media only screen and (min-width: 601px) {
  .width20-tablet-and-up {
    width: 20%;
  }
}
@media only screen and (min-width: 601px) {
  .width25-tablet-and-up {
    width: 25%;
  }
}
@media only screen and (min-width: 601px) {
  .width40-tablet-and-up {
    width: 40%;
  }
}
.width-40 {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .width-80-mobile {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  .width-50-desktop {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .width-30-desktop {
    width: 30%;
  }
}
.top35px {
  position: absolute;
  width: 100%;
  top: 35px;
}
.top35px .showcase-page-container {
  padding-top: 110px !important;
}
.height28 {
  height: 28px !important;
}
.width35 {
  width: 35px;
}
.width-fill-available {
  width: 100%;
  /* Fallback for older browsers */
  width: -webkit-fill-available;
  /* Chrome, Safari */
}
.height35 {
  height: 35px;
  line-height: 35px;
}
.height50 {
  height: 50px !important;
}
.height70 {
  height: 70px !important;
}
.height200 {
  height: 200px !important;
}
.minHeight60 {
  min-height: 60px !important;
}
.line-height-normal {
  line-height: normal !important;
}
.line-height-small {
  line-height: 20px !important;
}
.line-height-medium {
  line-height: 36px !important;
}
.line-height-large {
  line-height: 54px !important;
}
.width-150px {
  width: 150px;
}
.max-width-40px {
  max-width: 40px;
}
.max-width-80px {
  max-width: 80px;
}
.max-width-80px-responsive {
  max-width: 80px;
}
@media only screen and (max-width: 600px) {
  .max-width-80px-responsive {
    max-width: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .max-width-80px-responsive {
    max-width: 50px;
  }
}
.max-width-150px {
  max-width: 150px;
}
.max-width-200px {
  max-width: 200px;
}
.max-width-250px {
  max-width: 250px;
}
.max-width-400px {
  max-width: 400px;
}
.max-width-600px {
  max-width: 600px;
}
.max-width-700px {
  max-width: 700px;
}
.max-width-1100px {
  max-width: 1100px;
}
.max-width-1900px {
  max-width: 1900px;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-40 {
  max-width: 40%;
}
.max-height-30 {
  max-height: 30px;
}
.max-height-50 {
  max-height: 50px;
}
.max-height-80 {
  max-height: 80px;
}
.max-height-150px {
  max-height: 150px;
}
.max-height-250px {
  max-height: 250px;
}
.max-height-400px {
  max-height: 400px;
}
.min-height-40 {
  min-height: 40px;
}
.min-height-50 {
  min-height: 50px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-250 {
  min-height: 250px;
}
.min-height-345 {
  min-height: 345px;
}
.min-height-450 {
  min-height: 450px;
}
.min-h-40vh {
  min-height: 40vh;
}
.min-h-80vh {
  min-height: 80vh;
}
.height-180 {
  height: 180px !important;
}
.height-350 {
  height: 350px;
}
.height-400 {
  height: 400px;
}
.fullheight {
  height: 100vh;
}
.fullHeightWithHeader {
  height: calc(100vh -  80px);
}
.height80vh {
  height: 80vh;
  max-height: 750px;
}
@media only screen and (max-width: 600px) {
  .height80vh {
    height: 85vh;
  }
}
.fullwidth {
  width: 100vw;
}
.height-fit-content {
  height: fit-content !important;
}
.min-height-100vh {
  min-height: 100vh;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.margin-top-auto {
  margin-top: auto !important;
}
.margin-top-mini {
  margin-top: 5px !important;
}
.margin-top-1 {
  margin-top: 1em;
}
.margin-top-2 {
  margin-top: 2em;
}
.margin-top-3 {
  margin-top: 3em;
}
.margin-top-3-desktop {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-top-3-desktop {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-3-desktop {
    margin-top: 3em;
  }
}
.margin-top-20-desktop {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-top-20-desktop {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-20-desktop {
    margin-top: 20em;
  }
}
.margin-bottom-auto {
  margin-bottom: auto !important;
}
.margin-bottom-3 {
  margin-bottom: 3em;
}
.margin-bottom-15 {
  margin-bottom: 15em;
}
.margin-bottom-3-desktop {
  margin-bottom: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-bottom-3-desktop {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-bottom-3-desktop {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-auto-mobile {
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .margin-1-tabletAndUp {
    margin: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-top-1-tabletAndUp {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-top-3-tabletAndUp {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-top-1-mobile {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-4-desktop {
    margin-top: 4em;
  }
}
.margin-bottom-mini-2 {
  margin-bottom: 10px !important;
}
.margin-bottom-mini {
  margin-bottom: 5px !important;
}
.margin-bottom-1 {
  margin-bottom: 1em;
}
.margin-bottom-2 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 600px) {
  .margin-bottom-1-mobile {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-bottom-5-mobile {
    margin-bottom: 5em;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-1 {
  margin: 1em;
}
.margin-2 {
  margin: 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-2 {
    margin: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-2 {
    margin: 10px;
  }
}
.margin-sides-mini {
  margin: 0 0.5em !important;
}
.margin-sides-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-sides-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.margin-sides-2 {
  margin: 0 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-sides-2 {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-sides-2 {
    margin: 0 10px;
  }
}
.margin-auto {
  margin: auto !important;
}
.margin-auto-0 {
  margin: auto 0;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-right-mini {
  margin-right: 5px;
}
.margin-right-1 {
  margin-right: 1em;
}
@media only screen and (max-width: 600px) {
  .margin-right-1-mobile {
    margin-right: 1em;
  }
}
.margin-right-2 {
  margin-right: 2em;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-mini {
  margin-left: 5px;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-left-1 {
  margin-left: 1em;
}
.margin-left-2 {
  margin-left: 2em;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-1-1 {
  margin-left: 1.1% !important;
}
@media only screen and (min-width: 601px) {
  .margin-left-2-tablet-up {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-left-auto-tablet-and-up {
    margin-left: auto;
  }
}
.margin-top-18px {
  margin-top: 18px !important;
}
@media only screen and (max-width: 600px) {
  .margin-right-auto-mobile {
    margin-right: auto;
  }
}
.padding-mini {
  padding: 5px;
}
.padding-mini-i {
  padding: 5px !important;
}
.padding-top-mini {
  padding-top: 5px;
}
.padding-bottom-mini {
  padding-bottom: 5px;
}
.padding-left-mini {
  padding-left: 5px !important;
}
.padding-left-0-8 {
  padding-left: 0.8em !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-1 {
  padding-left: 1em;
}
.padding-left-2 {
  padding-left: 2em;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-sides-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.padding-sides-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-sides-mini {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media only screen and (max-width: 600px) {
  .padding-0-mobile {
    padding: 0 !important;
  }
}
.padding-1 {
  padding: 1em;
}
@media only screen and (min-width: 601px) {
  .padding-left-1-tablet-and-up {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 993px) {
  .padding-left-1-desktop {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-left-2-tablet-and-up {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .padding-left-2-tablet-and-up {
    padding-left: 2em;
  }
}
.padding-2 {
  padding: 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .padding-2 {
    padding: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-2 {
    padding: 10px;
  }
}
.padding-4 {
  padding: 4em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .padding-4 {
    padding: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-4 {
    padding: 15px;
  }
}
.padding-top-1 {
  padding-top: 1em !important;
}
.padding-top-2 {
  padding-top: 2em !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-1 {
  padding-bottom: 1em !important;
}
.padding-bottom-2 {
  padding-bottom: 2em !important;
}
.padding-bottom-3 {
  padding-bottom: 3em !important;
}
.padding-up-down-mini {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-up-down-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.padding-sides-mini {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-sides-1 {
  padding-left: 1em;
  padding-right: 1em;
}.red {
  background-color: #F44336 !important;
}
.red-text {
  color: #F44336 !important;
}
.red.lighten-5 {
  background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.red.lighten-3 {
  background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.red.lighten-2 {
  background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
  color: #E57373 !important;
}
.red.lighten-1 {
  background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.red.darken-1 {
  background-color: #E53935 !important;
}
.red-text.text-darken-1 {
  color: #E53935 !important;
}
.red.darken-2 {
  background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
  color: #D32F2F !important;
}
.red.darken-3 {
  background-color: #C62828 !important;
}
.red-text.text-darken-3 {
  color: #C62828 !important;
}
.red.darken-4 {
  background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
  color: #B71C1C !important;
}
.red.accent-1 {
  background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.red.accent-2 {
  background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
  color: #FF5252 !important;
}
.red.accent-3 {
  background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
  color: #FF1744 !important;
}
.red.accent-4 {
  background-color: #D50000 !important;
}
.red-text.text-accent-4 {
  color: #D50000 !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #aa00ff !important;
}
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.blue {
  background-color: #2196F3 !important;
}
.blue-text {
  color: #2196F3 !important;
}
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.blue.darken-1 {
  background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.blue.darken-2 {
  background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.blue.darken-3 {
  background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.blue.darken-4 {
  background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.blue.accent-1 {
  background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.blue.accent-2 {
  background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
  color: #448AFF !important;
}
.blue.accent-3 {
  background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
  color: #2979FF !important;
}
.blue.accent-4 {
  background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
  color: #2962FF !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green {
  background-color: #4CAF50 !important;
}
.green-text {
  color: #4CAF50 !important;
}
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.green.lighten-2 {
  background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
  color: #81C784 !important;
}
.green.lighten-1 {
  background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.green.darken-1 {
  background-color: #43A047 !important;
}
.green-text.text-darken-1 {
  color: #43A047 !important;
}
.green.darken-2 {
  background-color: #388E3C !important;
}
.green-text.text-darken-2 {
  color: #388E3C !important;
}
.green.darken-3 {
  background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.green.darken-4 {
  background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.green.accent-1 {
  background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.green.accent-2 {
  background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
  color: #69F0AE !important;
}
.green.accent-3 {
  background-color: #00E676 !important;
}
.green-text.text-accent-3 {
  color: #00E676 !important;
}
.green.accent-4 {
  background-color: #00C853 !important;
}
.green-text.text-accent-4 {
  color: #00C853 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ffff00 !important;
}
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #9e9e9e !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eeeeee !important;
}
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.black {
  background-color: #000000 !important;
}
.black-text {
  color: #000000 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.white-text {
  color: #FFFFFF !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  box-shadow: none !important;
}
/* 2dp elevation modified*/
.z-depth-1,
nav,
.card-panel,
.card,
.btn,
.dropdown-content,
.collapsible,
.sidenav,
.btn-large,
.btn-small {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/* 24dp elevation */
.z-depth-5,
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type=range],
input[type=range] + .thumb {
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #fff;
}
nav i,
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
nav ul {
  margin: 0;
}
nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating,
nav ul a.btn-large,
nav ul a.btn-small {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
nav .input-field label.active i {
  color: #fff;
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94666667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76666667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.card-panel {
  transition: box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
}
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.btn,
.btn-flat,
.btn-large,
.btn-small {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
.btn-large.disabled:hover,
.btn-large:disabled:hover,
.btn-large[disabled]:hover,
.btn-small.disabled:hover,
.btn-small:disabled:hover,
.btn-small[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
.btn-large,
.btn-small {
  font-size: 14px;
  outline: 0;
}
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
.btn-large i,
.btn-small i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn:focus,
.btn-floating:focus,
.btn-large:focus,
.btn-small:focus {
  background-color: #1c7d74;
}
.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:hover {
  box-shadow: none;
}
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li:focus {
  outline: none;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  white-space: nowrap;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}
.dropdown-trigger {
  cursor: pointer;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-flat,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}
.collapsible li.active > .collapsible-body {
  display: block;
}
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all 0.3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
/* Text Inputs + Textarea */
/* Style Placeholders */
::placeholder {
  color: #d1d1d1;
}
/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled,
input[type=text]:not(.browser-default):disabled,
input[type=password]:not(.browser-default):disabled,
input[type=email]:not(.browser-default):disabled,
input[type=url]:not(.browser-default):disabled,
input[type=time]:not(.browser-default):disabled,
input[type=date]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default):disabled,
input[type=number]:not(.browser-default):disabled,
input[type=search]:not(.browser-default):disabled,
textarea.materialize-textarea:disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default):disabled + label,
textarea.materialize-textarea:disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
input:not([type]).valid,
input[type=text]:not(.browser-default).valid,
input[type=password]:not(.browser-default).valid,
input[type=email]:not(.browser-default).valid,
input[type=url]:not(.browser-default).valid,
input[type=time]:not(.browser-default).valid,
input[type=date]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=tel]:not(.browser-default).valid,
input[type=number]:not(.browser-default).valid,
input[type=search]:not(.browser-default).valid,
textarea.materialize-textarea.valid,
input:not([type]):focus.valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}
input:not([type]).invalid,
input[type=text]:not(.browser-default).invalid,
input[type=password]:not(.browser-default).invalid,
input[type=email]:not(.browser-default).invalid,
input[type=url]:not(.browser-default).invalid,
input[type=time]:not(.browser-default).invalid,
input[type=date]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=number]:not(.browser-default).invalid,
input[type=search]:not(.browser-default).invalid,
textarea.materialize-textarea.invalid,
input:not([type]):focus.invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}
/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
/* Character Counter */
.character-counter {
  min-height: 18px;
}
/* Radio Buttons */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  user-select: none;
}
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}
/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}
[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
/* Checkboxes */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="checkbox"] {
  /* checkbox aspect */
}
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}
/* Switch */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}
/* Select Field */
select {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
/* File Input */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
/* Range */
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range] {
  border: 1px solid white;
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-moz-focus-inner {
  border: 0;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
}
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i,
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 993px) {
  .container:not(.success-payment) {
    width: 100%;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.connection-bar {
  width: 100%;
  padding: 5px;
  margin-bottom: 15px;
}
.connection-bar a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: underline;
}
.connection-bar .icon,
.connection-bar .text-wrapper {
  color: rgba(255, 255, 255, 0.9);
}
.connection-bar .icon {
  padding: 0 10px;
}
@media only screen and (min-width: 993px) {
  .connection-bar {
    margin-left: 55px;
  }
}
.connection-bar.online {
  background-color: #26a69a;
}
.connection-bar.waiting {
  background-color: #ffb74d;
}
.connection-bar.offline {
  background-color: #e57373;
}
.userBuyerAccount .connection-bar,
.userBuyerOrder .connection-bar,
.accountSwitcher .connection-bar,
.customerPaymentMethodRegisterPage .connection-bar {
  margin: 0;
}
.userBuyerAccount .connection-bar .icon,
.userBuyerOrder .connection-bar .icon,
.accountSwitcher .connection-bar .icon,
.customerPaymentMethodRegisterPage .connection-bar .icon {
  margin-left: auto;
}
.userBuyerAccount .connection-bar .text-wrapper,
.userBuyerOrder .connection-bar .text-wrapper,
.accountSwitcher .connection-bar .text-wrapper,
.customerPaymentMethodRegisterPage .connection-bar .text-wrapper {
  margin-right: auto;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.share-buttons {
  overflow: hidden;
  display: inline-block;
  position: relative;
}
.share-buttons .btn {
  width: 36px;
  padding: 0 9px;
  margin: 3px;
}
.share-buttons .btn:first-child {
  margin-left: 0;
}
.share-buttons a:hover {
  text-decoration: none;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
#customerList .collection-item .badge {
  float: right;
  position: relative;
  right: 0;
}
@media only screen and (max-width: 600px) {
  #customerList .collection-item .badge {
    float: none;
  }
}
#customerList td.email {
  max-width: 280px;
  overflow: auto;
  text-overflow: ellipsis;
}
@media (max-width: 992px) {
  #customerList .customers-table-card {
    overflow: auto;
  }
  #customerList .reactive-table {
    margin-right: 10px;
  }
  #customerList .reactive-table tr td:nth-child(2),
  #customerList .reactive-table tr th:nth-child(2) {
    display: none;
  }
}
.order-page-table-status {
  max-width: 200px;
}
.customer-list-placeholder-image {
  background-image: url(https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal//noTextFound/no-customer.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  float: left;
  width: 100%;
  margin-top: 2em;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.btn.pf-btn {
  overflow: hidden;
  height: auto;
  line-height: 1.3em;
  padding: 10px;
}
.absolute {
  position: absolute;
}
#customerPage {
  color: #3a4d55;
}
#customerPage .customer-orders .font-size-2,
#customerPage .customer-payments .font-size-2 {
  font-size: 1rem;
  font-weight: 600;
}
#customerPage .customer-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  #customerPage .customer-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  #customerPage .customer-kpi-grid {
    grid-template-columns: 1fr;
  }
}
#customerPage .customer-details-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 24px;
}
@media only screen and (max-width: 992px) {
  #customerPage .customer-details-grid {
    grid-template-columns: 1fr;
  }
}
#customerPage .customer-cells-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e8e3dd;
}
@media only screen and (max-width: 992px) {
  #customerPage .customer-cells-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 560px) {
  #customerPage .customer-cells-grid {
    grid-template-columns: 1fr;
  }
}
#customerPage .customer-tables-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
  align-items: start;
}
@media only screen and (max-width: 992px) {
  #customerPage .customer-tables-grid {
    grid-template-columns: 1fr;
  }
}
#customerPage .customer-cells-grid > div .strong {
  font-size: 0.7rem !important;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a8b4ba;
  font-weight: 600 !important;
  display: block;
  margin-bottom: 4px;
}
#customerPage #customer-details-billingAddress .btn-small {
  background: transparent;
  border: 1px solid #e0e7ef;
  color: #3a4d55;
  box-shadow: none;
  height: auto;
  line-height: 1.4;
  padding: 4px 10px;
  font-size: 0.8rem;
  border-radius: 6px;
  text-transform: none;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 4px;
}
#customerPage #customer-details-billingAddress .btn-small:hover {
  background: #f3f4f6;
  box-shadow: none;
}
#customerPage #customer-details-billingAddress .btn-small::before {
  content: '+';
  font-size: 1rem;
  line-height: 1;
  margin-right: 2px;
  opacity: 0.6;
}
form.customer-move input {
  text-align: center;
}
#customer-details-contact .col.s12:has(input[type='checkbox']) {
  display: none;
}
.customer-portal-card .text-dark-light.margin-top-1 {
  display: none;
}
.customer-portal-card .row.margin-sides-0 .col > .valign-wrapper:first-child,
.customer-portal-card .row.margin-0 > .col.s12.valign-wrapper {
  display: none;
}
.customer-portal-card .border-light.white.overflow-auto {
  background: #f8f9fa;
  border: 1px solid #e8e3dd !important;
  border-radius: 8px;
  overflow: hidden;
}
.customer-portal-card .border-light.white.overflow-auto .display-inline-flex {
  width: 100%;
  overflow: hidden;
}
.customer-portal-card .border-light.white.overflow-auto a {
  display: block;
  width: 100%;
  padding: 7px 10px;
  font-size: 0.7rem;
  color: rgba(58, 77, 85, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.customer-portal-card .center {
  margin-top: 8px;
}
.customer-portal-card .center button.btn {
  width: 100%;
  border-radius: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  line-height: 1.4;
  padding: 10px 16px;
}
.customer-portal-card .text-dark-light {
  display: block;
  font-size: 0.72rem;
  color: rgba(58, 77, 85, 0.7);
  margin-top: 8px;
  line-height: 1.4;
}
.customer-portal-card .valign-wrapper.text-dark-light.margin-top-mini {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
  margin-top: 4px;
  margin-bottom: 6px;
}
.customer-portal-card .valign-wrapper.text-dark-light.margin-top-mini .padding-left-mini {
  padding-left: 0;
}
.customer-portal-card a.btn-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  margin-top: 8px;
  border: 1.5px solid #504bc7;
  border-radius: 8px;
  color: #504bc7;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
  transition: background 0.15s;
  line-height: 1.4;
}
.customer-portal-card a.btn-link:hover {
  background: rgba(0, 122, 204, 0.05);
}
.customer-payment-card #paymentMethodDisplay .row.margin-sides-0 {
  margin: 0;
}
.customer-payment-card #paymentMethodDisplay .col {
  padding-left: 0;
  padding-right: 0;
}
.customer-payment-card #paymentMethodDisplay .col.s12.padding-top-1 {
  padding-top: 0;
}
.customer-payment-card #paymentMethodDisplay .margin-2 {
  margin: 0;
}
.customer-payment-card #paymentMethodDisplay .center > .margin-bottom-1:has(.pf-chip) {
  display: none;
}
.customer-payment-card #paymentMethodDisplay .col.s12.margin-top-1 .center {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 2px;
  text-align: left;
  margin-top: 12px;
}
.customer-payment-card #paymentMethodDisplay .col.s12.margin-top-1 .center .btn-basic,
.customer-payment-card #paymentMethodDisplay .col.s12.margin-top-1 .center .modal-confirm .btn-basic {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 0.78rem;
  color: #6b7280;
  transition: background 0.12s, color 0.12s;
}
.customer-payment-card #paymentMethodDisplay .col.s12.margin-top-1 .center .btn-basic:hover,
.customer-payment-card #paymentMethodDisplay .col.s12.margin-top-1 .center .modal-confirm .btn-basic:hover {
  background: #f3f4f6;
  color: #3a4d55;
}
.customer-payment-card.customer-has-payment .cc-card-wrapper {
  display: none;
}
.customer-payment-card.customer-has-payment .sepa-widget {
  display: none;
}
.customer-payment-card.customer-has-payment #paymentMethodDisplay .col.s12.padding-top-1 {
  display: none;
}
.customer-payment-card.customer-has-payment #paymentMethodDisplay .col.s12.margin-top-1 .pf-chip {
  display: none;
}
.customer-payment-card.customer-has-payment #paymentMethodDisplay .col.s12.margin-top-1 .margin-bottom-1 {
  display: none;
}
.customer-payment-card.customer-has-payment #paymentMethodDisplay .col.s12.margin-top-1 {
  margin-top: 0 !important;
  padding: 0;
}
.customer-payment-card.customer-has-payment #paymentMethodDisplay .col.s12.margin-top-1 > .center {
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  text-align: left;
}
.customer-payment-card.customer-has-payment #paymentMethodDisplay .col.s12.margin-top-1 .margin-bottom-mini {
  margin-bottom: 0 !important;
}
.customer-payment-card .payment-method-wrapper.center {
  padding: 0;
}
.customer-payment-card .payment-method-wrapper.center img.responsive-img {
  display: none;
}
.customer-payment-card #paymentMethodDisplay .center > a.btn {
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.875rem;
  height: auto;
  line-height: 1.4;
  padding: 9px 16px;
  margin-top: 8px;
}
.custom-pm-card {
  aspect-ratio: 1.586;
  max-width: 300px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1a1a2e 0%, #007acc 65%, #00c4ff 100%);
  color: #fff;
  padding: 16px 20px 14px;
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: 0 4px 20px rgba(0, 122, 204, 0.28);
  font-family: 'Courier New', monospace;
}
.custom-pm-card::after {
  content: '';
  position: absolute;
  top: -40%;
  right: -20%;
  width: 70%;
  height: 170%;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}
.custom-pm-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.custom-pm-card__chip {
  display: block;
}
.custom-pm-card__type-icon {
  display: block;
}
.custom-pm-card__number {
  font-size: 0.9rem;
  letter-spacing: 0.14em;
  margin-top: 18px;
  opacity: 0.95;
}
.custom-pm-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
}
.custom-pm-card__holder {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  opacity: 0.85;
  font-family: inherit;
}
.custom-pm-card__expiry {
  font-size: 0.72rem;
  opacity: 0.85;
}
.custom-pm-sepa {
  background: #f0f5ff;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 12px;
  border-left: 3px solid #007acc;
}
.custom-pm-sepa__label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #007acc;
  font-weight: 600;
  margin-bottom: 5px;
}
.custom-pm-sepa__iban {
  font-family: 'Courier New', monospace;
  font-size: 0.88rem;
  color: #1a1a2e;
  margin-bottom: 5px;
  word-break: break-all;
}
.custom-pm-sepa__mandate {
  font-size: 0.78rem;
  color: #007acc;
}
.custom-pm-external {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 12px;
}
.custom-pm-external__icon {
  color: #6b7280;
  flex-shrink: 0;
}
.custom-pm-external__label {
  font-size: 0.875rem;
  color: #374151;
  font-weight: 500;
}
.custom-pm-empty {
  display: flex;
  justify-content: center;
  padding: 8px 0 4px;
  color: #d1d5db;
}
.customer-payments .collection.with-header .collection-item,
.customer-orders .collection.with-header .collection-item {
  padding: 0;
}
.orderPayments .collection.with-header .collection-item,
.userBuyerAccount .collection.with-header .collection-item,
.userBuyerOrder .collection.with-header .collection-item {
  padding: 1em;
}
.orderPayments .responsive-table th,
.userBuyerAccount .responsive-table th,
.userBuyerOrder .responsive-table th,
.orderPayments .responsive-table td,
.userBuyerAccount .responsive-table td,
.userBuyerOrder .responsive-table td {
  width: auto;
  overflow-y: hidden;
}
.orderPayments .responsive-table th p,
.userBuyerAccount .responsive-table th p,
.userBuyerOrder .responsive-table th p,
.orderPayments .responsive-table td p,
.userBuyerAccount .responsive-table td p,
.userBuyerOrder .responsive-table td p {
  margin: 0;
}
.orderPayments ul.collection.with-header,
.userBuyerAccount ul.collection.with-header,
.userBuyerOrder ul.collection.with-header {
  border: none;
}
.orderPayments .pf-chip.order-payment-type,
.userBuyerAccount .pf-chip.order-payment-type,
.userBuyerOrder .pf-chip.order-payment-type {
  border-color: rgba(58, 77, 85, 0.7);
  color: #3a4d55;
  background: #ffffff;
}
@media only screen and (max-width: 600px) {
  .customer-orders .responsive-table th,
  .customer-orders .responsive-table td {
    min-height: 57px !important;
  }
  .customer-payments .responsive-table th,
  .customer-payments .responsive-table td {
    min-height: 78px !important;
  }
}
ul#orders .responsive-table tr {
  cursor: pointer;
}
.sepa-widget {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid;
  padding: 2em;
  border-radius: 4px;
  background-color: #F3EDE7;
}
.cc-card {
  max-width: 380px;
  aspect-ratio: 1.586 / 1;
  margin: auto;
  background: linear-gradient(135deg, #483658 0%, #6964e0 55%, #504bc7 100%);
  box-shadow: 0 8px 24px rgba(72, 54, 88, 0.25), 0 2px 6px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5em;
  color: white;
  font-size: clamp(0.75em, 1.8vw, 0.95em);
  position: relative;
  overflow: hidden;
}
.cc-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.06) 100%);
  pointer-events: none;
  border-radius: inherit;
}
@media only screen and (max-width: 375px) {
  .cc-card-wrapper {
    margin: 1em 0;
  }
}
.cc-top {
  font-size: 1.1em;
  font-weight: 600;
  letter-spacing: 0.04em;
  opacity: 0.92;
}
.cc-middle {
  padding: 0.15em 0;
}
.cc-content-title {
  font-size: 0.72em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 0.2em;
}
.cc-content-content {
  font-weight: 500;
  letter-spacing: 0.18em;
}
.cc-bottom-wrapper {
  gap: 1.5em;
}
.cc-name {
  margin-left: auto;
  text-align: right;
}
.cc-name .cc-content-content {
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.choose-element span {
  flex: 1;
}
.choose-element .modal-select-wrapper {
  padding: 10px;
}
.choose-element .modal-select-wrapper label.select-label {
  height: auto;
  width: 100%;
  padding: 5px;
}
.choose-element .modal-select-wrapper label.select-label img.responsive-img.preview-img {
  max-width: 80px;
  max-height: 80px;
}
.choose-element .modal-select-wrapper label.select-label .item-title {
  color: #3a4d55;
  padding: 0 10px;
  width: 100%;
}
.choose-element .modal-select-wrapper label.select-label .item-price {
  margin-left: auto;
  width: 90%;
}
.choose-element .modal-select-wrapper label:hover {
  background-color: #e9e9e9;
}
.choose-element .modal-select-wrapper [type='radio']:checked + label {
  border: solid 2px #e9e9e9;
  color: #3a4d55;
  background-color: transparent;
}
.choose-element .modal-select-wrapper [type='checkbox']:checked + label {
  border: solid 2px #3a4d55;
  color: #3a4d55;
  background-color: transparent;
}
.choose-element .modal-select-wrapper label:before,
.choose-element .modal-select-wrapper label:after {
  display: none;
}
.choose-element .modal-select-wrapper [type='radio']:not(:checked) + label #newOrderLinkWrapper {
  display: none;
}
.choose-element .modal-select-wrapper [type='radio']:checked + label #newOrderLinkWrapper {
  display: block;
}
.choose-element .product-list-row {
  height: auto;
}
.choose-element .product-list-row:hover {
  background-color: #e9e9e9;
}
.customer-balance-adjust-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  cursor: pointer;
  transition: background 0.12s, border-color 0.12s;
  padding: 0;
  font-size: 1rem;
}
.customer-balance-adjust-btn:hover {
  background: #f3f4f6;
  border-color: #9ca3af;
}
.customer-balance-adjust-btn i {
  font-size: 16px;
  line-height: 1;
}
.customer-pm-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.customer-pm-row .custom-pm-card,
.customer-pm-row .custom-pm-sepa,
.customer-pm-row .custom-pm-external {
  flex-shrink: 0;
}
.customer-pm-row #paymentMethodDisplay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 4px;
}
.customer-pm-row:not(:has(#paymentMethodDisplay)) {
  flex-direction: column;
}
.customer-pm-row:not(:has(#paymentMethodDisplay)) .custom-pm-card,
.customer-pm-row:not(:has(#paymentMethodDisplay)) .custom-pm-sepa,
.customer-pm-row:not(:has(#paymentMethodDisplay)) .custom-pm-external {
  display: none;
}
.customer-portal-invite-btn {
  border-radius: 6px;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 0.78rem !important;
  font-weight: 600;
  height: auto !important;
  line-height: 1.4 !important;
  padding: 6px 12px !important;
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
}
.customer-pm-send-btn {
  background: none !important;
  border: 1px solid #d1d5db !important;
  border-radius: 6px;
  padding: 4px 10px !important;
  font-size: 0.75rem !important;
  font-weight: 600;
  color: #374151 !important;
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex !important;
  align-items: center;
  gap: 4px;
  height: auto !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
#customerNextBillingDate .row {
  margin-bottom: 0;
}
#customerNextBillingDate input[type='date'] {
  font-size: 0.78rem;
  padding: 4px 8px;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  height: auto;
  margin: 0;
  box-sizing: border-box;
}.iframe-video {
  min-height: 275px;
}
.guide-widget {
  margin: 2em 0;
}
.guide-video {
  max-width: 500px;
  margin: auto;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.progress-bar-bar {
  border: 1px solid #6964e0;
  overflow: hidden;
  height: 15px;
  background-color: white;
}
.progress-bar-progress {
  transform: scaleX(0.5);
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
  background-color: #6964e0;
  transition: transform 0.6s ease;
}
.progress-bar-progress-5 {
  transform: scaleX(0.05);
}
.progress-bar-progress-13 {
  transform: scaleX(0.13);
}
.progress-bar-progress-25 {
  transform: scaleX(0.25);
}
.progress-bar-progress-38 {
  transform: scaleX(0.38);
}
.progress-bar-progress-50 {
  transform: scaleX(0.5);
}
.progress-bar-progress-63 {
  transform: scaleX(0.63);
}
.progress-bar-progress-75 {
  transform: scaleX(0.75);
}
.progress-bar-progress-87 {
  transform: scaleX(0.87);
}
.progress-bar-progress-95 {
  transform: scaleX(0.95);
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
#orderList .collection-item .badge {
  float: right;
  position: relative;
  right: 0;
}
@media only screen and (max-width: 600px) {
  #orderList .collection-item .badge {
    float: none;
  }
}
#orderList .reactive-table tbody tr {
  cursor: pointer;
}
#orderList td.product-title,
#orderList td.customerFullName {
  min-width: 150px;
}
@media (max-width: 992px) {
  #orderList .reactive-table {
    margin-right: 10px;
  }
  #orderList .reactive-table tr td:nth-child(2),
  #orderList .reactive-table tr th:nth-child(2) {
    display: none;
  }
}
.order-page-table-status {
  max-width: 200px;
}
span.pf-chip.order-status-pending {
  border: solid 1px #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
span.pf-chip.order-status-running,
span.pf-chip.order-status-preorder,
span.pf-chip.order-status-trial,
span.pf-chip.order-payment-paid,
span.pf-chip.customer-status-subscriber,
span.pf-chip.customer-status-active,
span.pf-chip.customer-payment-method-active {
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
span.pf-chip.order-status-suspended,
span.pf-chip.order-status-suspendedAtRenewal {
  border: solid 1px #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
span.pf-chip.order-status-terminated,
span.pf-chip.order-status-terminatedAtRenewal,
span.pf-chip.order-payment-failed,
span.pf-chip.order-payment-disputed,
span.pf-chip.customer-status-churned,
span.pf-chip.customer-payment-method-noValidPaymentInfo,
span.pf-chip.customer-payment-method-paymentInfoExpired,
span.pf-chip.customer-payment-method-none,
span.pf-chip.customer-payment-method-null,
span.pf-chip.customer-payment-method-,
span.pf-chip.customer-balance {
  border: solid 1px #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
span.pf-chip.payment-type-DirectDebit,
span.pf-chip.order-status-completed {
  border: solid 1px #64b5f6;
  background-color: #e0f0fd;
  color: #64b5f6;
}
span.pf-chip.payment-type-Card,
span.pf-chip.order-status-inTrial {
  border: solid 1px #26a69a;
  background-color: #d3edea;
  color: #26a69a;
}
span.pf-chip.payment-type-ExternalCheck,
span.pf-chip.payment-type-ExternalCash,
span.pf-chip.payment-type-ExternalBank,
span.pf-chip.order-status-archived,
span.pf-chip.order-payment-refunded,
span.pf-chip.order-payment-cancelled,
span.pf-chip.order-payment-noPayment,
span.pf-chip.customer-status-archived,
span.pf-chip.customer-status-anonymized,
span.pf-chip.customer-payment-method-manual {
  border: solid 1px #90a4ae;
  background-color: #e8ecee;
  color: #90a4ae;
}
span.pf-chip.order-payment-outstanding,
span.pf-chip.order-payment-failed_toBeRetried,
span.pf-chip.order-payment-authRequested,
span.pf-chip.customer-status-prospect,
span.pf-chip.customer-status-idle,
span.pf-chip.customer-payment-method-insufficientFunds,
span.pf-chip.customer-payment-method-paymentInfoSoonExpired {
  border: solid 1px #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
span.pf-chip.customer-status-deleted {
  border: solid 1px #37474f;
  background-color: #90a4ae;
  color: #37474f;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
#paymentList .collection-item .badge {
  float: right;
  position: relative;
  right: 0;
}
@media only screen and (max-width: 600px) {
  #paymentList .collection-item .badge {
    float: none;
  }
}
#paymentList .reactive-table tbody tr {
  cursor: pointer;
}
#paymentList td.customerEmail {
  max-width: 150px;
  overflow: auto;
}
#paymentList td.fullNumberDebit {
  white-space: nowrap;
  overflow: auto;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.input-filled-in .input-field {
  margin: 0px;
}
.input-filled-in .input-field p {
  margin: 1em 0 0 0;
}
.product-type-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .product-type-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .product-type-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.product-type-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 24px 16px;
  border: 1.5px solid #E8E3DD;
  border-radius: 12px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
  overflow: hidden;
}
.product-type-card:hover:not(.product-type-card--selected) {
  border-color: #D5CFC8;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}
.product-type-card--selected {
  border-color: #007acc;
  box-shadow: 0 0 0 1px #007acc, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.product-type-card--unavailable {
  opacity: 0.55;
}
.product-type-card--unavailable:hover {
  opacity: 0.75;
  transform: none;
}
.product-type-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.product-type-card__icon svg {
  width: 26px;
  height: 26px;
}
.product-type-card__icon--physicalProduct {
  background: rgba(100, 181, 246, 0.1);
  color: #64b5f6;
}
.product-type-card__icon--service {
  background: rgba(105, 100, 224, 0.1);
  color: #6964e0;
}
.product-type-card__icon--digitalProduct {
  background: rgba(225, 85, 192, 0.1);
  color: #e155c0;
}
.product-type-card__icon--subscription {
  background: rgba(38, 166, 154, 0.1);
  color: #26a69a;
}
.product-type-card__title {
  font-size: 0.92em;
  font-weight: 600;
  color: #3a4d55;
  margin-bottom: 4px;
  line-height: 1.3;
}
.product-type-card__desc {
  font-size: 0.78em;
  color: #a8b4ba;
  line-height: 1.45;
  margin-bottom: 12px;
  max-width: 180px;
}
.product-type-card__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.01em;
  background: #fafafa;
  color: #a8b4ba;
  border: 1px solid #E8E3DD;
  white-space: nowrap;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.product-card .card:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.26), 0 2px 15px 0 rgba(0, 0, 0, 0.16);
}
.product-card .card .card-content {
  padding: 15px;
}
span.pf-chip.status-color-outofstock {
  border: solid 1px #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
span.pf-chip.status-color-blocked {
  border: solid 1px #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
span.pf-chip.status-color-online {
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
span.pf-chip.status-color-okay {
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
span.pf-chip.status-color-offline,
span.pf-chip.status-color-cancelled,
span.pf-chip.status-color-expired {
  border: solid 1px #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
span.pf-chip.type-color-subscription {
  border: solid 1px #26a69a;
  background-color: #d3edea;
  color: #26a69a;
}
span.pf-chip.type-color-service {
  border: solid 1px #6964e0;
  background-color: #e1e0f8;
  color: #6964e0;
}
span.pf-chip.type-color-physicalProduct {
  border: solid 1px #64b5f6;
  background-color: #e0f0fd;
  color: #64b5f6;
}
span.pf-chip.type-color-digitalProduct {
  border: solid 1px #e155c0;
  background-color: #f9ddf2;
  color: #e155c0;
}
span.pf-chip.type-color-cart {
  border: solid 1px #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.product-card .card .card-content .card-title {
  font-size: 18px;
  font-weight: 300;
  padding-right: 5%;
  text-align: left;
  letter-spacing: 1px;
  display: block;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: scroll;
  max-height: 3.6em;
  line-height: 1.2em;
  text-transform: none;
}
.product-card .card .card-image {
  height: 60%;
}
.product-card {
  opacity: 0;
  opacity: 1 \9;
  /* in case ie */
  animation: fadeIn ease-in 1;
  animation-fill-mode: forwards;
  animation-duration: 0.3s;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.product-card:nth-child(1) {
  animation-delay: 0s;
}
.product-card:nth-child(2) {
  animation-delay: 0.1s;
}
.product-card:nth-child(3) {
  animation-delay: 0.2s;
}
.product-card:nth-child(4) {
  animation-delay: 0.3s;
}
.product-card:nth-child(5) {
  animation-delay: 0.4s;
}
.product-card:nth-child(6) {
  animation-delay: 0.5s;
}
.product-card:nth-child(7) {
  animation-delay: 0.6s;
}
.product-card:nth-child(8) {
  animation-delay: 0.7s;
}
.product-card:nth-child(9) {
  animation-delay: 0.8s;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.card-content {
  position: relative;
}
.product-list-placeholder-image {
  background-image: url(https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal//noTextFound/no-product.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 200px;
  float: left;
  width: 100%;
  margin-top: 2em;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.advanced-pricing-accordion {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.advanced-pricing-accordion__item {
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.advanced-pricing-accordion__item--expanded {
  border-color: #D5CFC8;
  overflow: visible;
}
.advanced-pricing-accordion__item-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.15s ease;
  user-select: none;
  min-height: 44px;
}
.advanced-pricing-accordion__item-header:hover {
  background: #fafafa;
}
.advanced-pricing-accordion__item-header:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: -2px;
}
.advanced-pricing-accordion__item-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
  font-weight: 500;
  color: #3a4d55;
}
.advanced-pricing-accordion__item-summary {
  font-size: 0.85em;
  font-weight: 400;
  color: rgba(58, 77, 85, 0.7);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.advanced-pricing-accordion__item-summary::before {
  content: '·';
  margin: 0 4px;
  color: #D5CFC8;
}
.advanced-pricing-accordion__item-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(58, 77, 85, 0.7);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.advanced-pricing-accordion__item-chevron--open {
  transform: rotate(180deg);
}
.advanced-pricing-accordion__item-body {
  padding: 16px;
  border-top: 1px solid #E8E3DD;
}
@media only screen and (max-width: 600px) {
  .advanced-pricing-accordion {
    gap: 6px;
  }
  .advanced-pricing-accordion__item-header {
    padding: 10px 12px;
  }
  .advanced-pricing-accordion__item-summary {
    display: none;
  }
  .advanced-pricing-accordion__item-body {
    padding: 12px;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.design-button__toggle {
  padding-bottom: 8px;
}
.design-button__toggle .switch {
  margin-bottom: 0;
}
.design-button__toggle label {
  font-size: 0.88em;
}
.design-button__preview {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.design-button__preview-header {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 12px;
  font-size: 0.78em;
  font-weight: 500;
  color: #a8b4ba;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-bottom: 1px solid #E8E3DD;
}
.design-button__preview-header svg {
  flex-shrink: 0;
  opacity: 0.6;
}
.design-button__preview-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  min-height: 72px;
}
.design-button__preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: default;
  font-weight: 500;
  transition: none;
  border: none;
  line-height: 1.4;
}
.design-button__preview-btn--link {
  background: none;
  font-size: 0.9em;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.design-button__preview-btn--small {
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 0.88em;
}
.design-button__preview-btn--large {
  padding: 12px 32px;
  border-radius: 8px;
  font-size: 1em;
}
.design-button__preview-btn--full {
  width: 100%;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 1em;
  text-align: center;
}
.design-button__section {
  margin-bottom: 16px;
}
.design-button__controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.design-button__field {
  margin-bottom: 4px;
}
.design-button__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-items: start;
}
.design-button__row .design-button__field {
  margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
  .design-button__preview-stage {
    padding: 16px;
    min-height: 60px;
  }
  .design-button__row {
    grid-template-columns: 1fr;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.dp-upload {
  margin-top: 16px;
}
.dp-upload__file-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.dp-upload__file {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  transition: border-color 0.15s ease;
}
.dp-upload__file:hover {
  border-color: #D5CFC8;
}
.dp-upload__file-icon {
  position: relative;
  flex-shrink: 0;
  color: #a8b4ba;
}
.dp-upload__file-ext {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #007acc;
  text-transform: uppercase;
  line-height: 1;
}
.dp-upload__file-meta {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.dp-upload__file-name {
  font-size: 13px;
  font-weight: 500;
  color: #3a4d55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dp-upload__file-size {
  font-size: 12px;
  color: #a8b4ba;
}
.dp-upload__file-actions {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 2px;
}
.dp-upload__file-action {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a8b4ba;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.dp-upload__file-action:hover {
  background: #e0f7ff;
  color: #007acc;
}
.dp-upload__file-action--delete:hover {
  background: #f9e3e3;
  color: #e57373;
}
.dp-upload__progress {
  padding: 14px 16px;
  background: #e0f7ff;
  border: 1px solid rgba(0, 122, 204, 0.2);
  border-radius: 8px;
  margin-bottom: 16px;
}
.dp-upload__progress-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #007acc;
  margin-bottom: 10px;
}
.dp-upload__progress-pct {
  margin-left: auto;
  font-variant-numeric: tabular-nums;
}
.dp-upload__progress-track {
  height: 6px;
  background: rgba(0, 122, 204, 0.15);
  border-radius: 3px;
  overflow: hidden;
}
.dp-upload__progress-bar {
  height: 100%;
  background: #007acc;
  border-radius: 3px;
  transition: width 0.25s ease;
}
.dp-upload__dropzone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 28px 20px;
  border: 2px dashed #D5CFC8;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease;
  color: #a8b4ba;
}
.dp-upload__dropzone:hover {
  border-color: #007acc;
  background: #e0f7ff;
  color: #007acc;
}
.dp-upload__dropzone--dragover {
  border-color: #007acc;
  background: #e0f7ff;
  color: #007acc;
}
.dp-upload__dropzone-text {
  font-size: 14px;
  font-weight: 500;
  color: #3a4d55;
}
.dp-upload__dropzone-hint {
  font-size: 12px;
  color: #a8b4ba;
}
.dp-upload__max-size {
  font-size: 12px;
  color: #a8b4ba;
  margin-top: 8px;
}
.dp-upload__security {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  color: #66b266;
  background: #e0efe0;
  border-radius: 999px;
}
.dp-upload__settings {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #E8E3DD;
}
.dp-upload__settings-title {
  font-size: 13px;
  font-weight: 600;
  color: #3a4d55;
  margin-bottom: 4px;
}
.dp-upload__settings-help {
  font-size: 12px;
  color: #a8b4ba;
  margin-bottom: 12px;
}
.dp-upload__select {
  display: block;
  width: 100%;
  max-width: 240px;
  padding: 8px 12px;
  font-size: 13px;
  color: #3a4d55;
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  cursor: pointer;
  appearance: auto;
  margin-bottom: 16px;
}
.dp-upload__select:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15);
}
.dp-upload__toggle-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.dp-upload__toggle-row .switch {
  flex-shrink: 0;
  min-width: 52px;
}
.dp-upload__toggle-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #a8b4ba;
  padding-top: 2px;
}
.dp-upload__toggle-label > svg {
  flex-shrink: 0;
  margin-top: 1px;
}
.dp-upload__toggle-title {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #3a4d55;
}
.dp-upload__toggle-help {
  display: block;
  font-size: 12px;
  color: #a8b4ba;
  margin-top: 2px;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.display-appearance-card__divider {
  height: 1px;
  background: #E8E3DD;
  margin: 16px 0;
}
.display-header-card__field {
  margin-bottom: 8px;
}
.display-header-card__field:last-child {
  margin-bottom: 0;
}
.display-background-card__toggle {
  margin-bottom: 16px;
}
.display-background-card__custom {
  padding-top: 16px;
  border-top: 1px solid #E8E3DD;
  margin-top: 8px;
}
.showcase-design-card-background-fields .gradient-preview {
  border-radius: 8px;
}
.display-buttons-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.display-buttons-grid .product-editor-card {
  margin-bottom: 0;
}
.display-preview-link {
  text-align: center;
  padding: 8px 0;
}
.display-preview-link__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid #D5CFC8;
  border-radius: 999px;
  background: #ffffff;
  color: #3a4d55;
  font-size: 0.9em;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.15s ease;
  cursor: pointer;
}
.display-preview-link__button:hover {
  background: #fafafa;
  border-color: #6964e0;
  color: #6964e0;
}
.display-preview-link__button svg {
  flex-shrink: 0;
}
.display-preview-link__hint {
  margin: 8px 0 0;
  font-size: 0.8em;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.4;
}
@media only screen and (max-width: 600px) {
  .display-appearance-card__divider {
    margin: 8px 0;
  }
  .display-buttons-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .display-preview-link {
    padding: 4px 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .display-buttons-grid {
    gap: 16px;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.more-info-list__divider {
  height: 1px;
  background: #E8E3DD;
  margin: 8px 0;
}
.more-info-list__questions {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #E8E3DD;
}
.more-info-list__questions .question-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.more-info-list__add-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(58, 77, 85, 0.7);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  padding: 8px 0;
  margin-top: 16px;
  transition: color 0.15s ease;
}
.more-info-list__add-link:hover {
  color: #3a4d55;
}
.more-info-list__add-link svg {
  flex-shrink: 0;
}
.more-info-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  min-height: 32px;
}
.more-info-item__checkbox {
  flex: 1;
  min-width: 0;
}
.more-info-item__checkbox label {
  font-size: 0.88em;
  color: #3a4d55;
  line-height: 1.4;
}
.more-info-item__toggle {
  flex-shrink: 0;
  margin-left: 8px;
}
.more-info-item__toggle .switch {
  margin-bottom: 0;
}
.more-info-item__toggle .switch label {
  font-size: 0.8em;
  color: rgba(58, 77, 85, 0.7);
}
.pq-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px 10px 18px;
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  border-left: 3px solid #D5CFC8;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pq-row:hover {
  border-color: #D5CFC8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.pq-row.pq-row--mcq {
  border-left-color: #6964e0;
}
.pq-row.pq-row--text {
  border-left-color: #26a69a;
}
.pq-row__main {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.pq-row__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.pq-row__badge.pq-row__badge--mcq {
  background: #e1e0f8;
  color: #6964e0;
}
.pq-row__badge.pq-row__badge--text {
  background: #e0efe0;
  color: #26a69a;
}
.pq-row__title {
  font-size: 13px;
  font-weight: 500;
  color: #3a4d55;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pq-row__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.pq-row__toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.pq-row__toggle input[type="checkbox"] {
  width: 14px;
  height: 14px;
  accent-color: #3a4d55;
  cursor: pointer;
}
.pq-row__toggle-label {
  font-size: 11px;
  color: #a8b4ba;
  white-space: nowrap;
}
.pq-row__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 8px;
  background: transparent !important;
  color: #a8b4ba;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.pq-row__action-link:hover {
  background: #F3EDE7 !important;
  color: #3a4d55;
}
.pq-row__action-link.pq-row__action-link--delete:hover {
  background: #f9e3e3 !important;
  color: #e57373;
}
@media only screen and (max-width: 600px) {
  .more-info-item {
    flex-wrap: wrap;
    gap: 2px;
  }
  .more-info-item__toggle {
    margin-left: 30px;
  }
  .more-info-list__add-link {
    font-size: 12px;
  }
  .pq-row {
    flex-wrap: wrap;
    gap: 8px;
  }
  .pq-row__title {
    white-space: normal;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.product-editor-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}
.product-editor-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.product-editor-card:last-child {
  margin-bottom: 0;
}
.product-editor-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 16px;
  user-select: none;
}
.product-editor-card__header--clickable {
  cursor: pointer;
  border-radius: 8px;
  margin: -8px;
  padding: 8px;
  transition: background 0.15s ease;
}
.product-editor-card__header--clickable:hover {
  background: #fafafa;
}
.product-editor-card__header--clickable:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
}
.product-editor-card__header-text {
  flex: 1;
  min-width: 0;
}
.product-editor-card__title {
  font-size: 1.05em;
  font-weight: 600;
  color: #3a4d55;
  margin: 0;
  line-height: 1.35;
  letter-spacing: -0.01em;
}
.product-editor-card__subtitle {
  font-size: 0.82em;
  color: #a8b4ba;
  margin: 4px 0 0;
  line-height: 1.45;
}
.product-editor-card__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a8b4ba;
  margin-left: 8px;
  flex-shrink: 0;
}
.product-editor-card__body .row {
  margin-bottom: 0;
}
.product-editor-card__body .row.margin-0 {
  margin-left: 0;
  margin-right: 0;
}
.product-editor-card__body .input-field {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
}
.product-editor-card__body .input-field > label {
  display: none !important;
}
.product-editor-card__body .input-field > .prefix {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  left: 12px !important;
  font-size: 16px !important;
  width: auto !important;
  height: auto !important;
  color: #D5CFC8;
  z-index: 1;
  display: inline-flex !important;
  align-items: center;
}
.product-editor-card__body .input-field > .prefix svg {
  width: 16px;
  height: 16px;
}
.product-editor-card__body .input-field > .prefix ~ input,
.product-editor-card__body .input-field > .prefix ~ textarea {
  padding-left: 36px !important;
}
.product-editor-card__body .input-field > .prefix.right-0,
.product-editor-card__body .input-field > .prefix.right-9,
.product-editor-card__body .input-field > .prefix.right-minus-20,
.product-editor-card__body .input-field > i.tooltipped.prefix {
  left: auto !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 18px !important;
  color: #D5CFC8;
}
.product-editor-card__body .input-field .helper-text {
  font-size: 11px !important;
  margin-top: 4px !important;
  line-height: 1.3;
}
.product-editor-card__body .input-field input[type="text"],
.product-editor-card__body .input-field input[type="number"],
.product-editor-card__body .input-field input[type="email"],
.product-editor-card__body .input-field input[type="url"],
.product-editor-card__body .input-field input[type="password"] {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #3a4d55;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box !important;
}
.product-editor-card__body .input-field input[type="text"]:hover:not(:focus),
.product-editor-card__body .input-field input[type="number"]:hover:not(:focus),
.product-editor-card__body .input-field input[type="email"]:hover:not(:focus),
.product-editor-card__body .input-field input[type="url"]:hover:not(:focus),
.product-editor-card__body .input-field input[type="password"]:hover:not(:focus) {
  border-color: #D5CFC8 !important;
}
.product-editor-card__body .input-field input[type="text"]:focus,
.product-editor-card__body .input-field input[type="number"]:focus,
.product-editor-card__body .input-field input[type="email"]:focus,
.product-editor-card__body .input-field input[type="url"]:focus,
.product-editor-card__body .input-field input[type="password"]:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1) !important;
  background: #ffffff !important;
  outline: none !important;
}
.product-editor-card__body .input-field input[type="text"]::placeholder,
.product-editor-card__body .input-field input[type="number"]::placeholder,
.product-editor-card__body .input-field input[type="email"]::placeholder,
.product-editor-card__body .input-field input[type="url"]::placeholder,
.product-editor-card__body .input-field input[type="password"]::placeholder {
  color: #D5CFC8;
}
.product-editor-card__body .input-field input[type="text"].valid,
.product-editor-card__body .input-field input[type="number"].valid,
.product-editor-card__body .input-field input[type="email"].valid,
.product-editor-card__body .input-field input[type="url"].valid,
.product-editor-card__body .input-field input[type="password"].valid {
  border-color: #66b266 !important;
}
.product-editor-card__body .input-field input[type="text"].valid:focus,
.product-editor-card__body .input-field input[type="number"].valid:focus,
.product-editor-card__body .input-field input[type="email"].valid:focus,
.product-editor-card__body .input-field input[type="url"].valid:focus,
.product-editor-card__body .input-field input[type="password"].valid:focus {
  box-shadow: 0 0 0 3px rgba(102, 178, 102, 0.1) !important;
}
.product-editor-card__body .input-field input[type="text"].invalid,
.product-editor-card__body .input-field input[type="number"].invalid,
.product-editor-card__body .input-field input[type="email"].invalid,
.product-editor-card__body .input-field input[type="url"].invalid,
.product-editor-card__body .input-field input[type="password"].invalid {
  border-color: #e57373 !important;
}
.product-editor-card__body .input-field input[type="text"].invalid:focus,
.product-editor-card__body .input-field input[type="number"].invalid:focus,
.product-editor-card__body .input-field input[type="email"].invalid:focus,
.product-editor-card__body .input-field input[type="url"].invalid:focus,
.product-editor-card__body .input-field input[type="password"].invalid:focus {
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1) !important;
}
.product-editor-card__body input[type="text"],
.product-editor-card__body input[type="number"],
.product-editor-card__body input[type="email"],
.product-editor-card__body input[type="url"],
.product-editor-card__body input[type="password"] {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #3a4d55;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box !important;
}
.product-editor-card__body input[type="text"]:hover:not(:focus),
.product-editor-card__body input[type="number"]:hover:not(:focus),
.product-editor-card__body input[type="email"]:hover:not(:focus),
.product-editor-card__body input[type="url"]:hover:not(:focus),
.product-editor-card__body input[type="password"]:hover:not(:focus) {
  border-color: #D5CFC8 !important;
}
.product-editor-card__body input[type="text"]:focus,
.product-editor-card__body input[type="number"]:focus,
.product-editor-card__body input[type="email"]:focus,
.product-editor-card__body input[type="url"]:focus,
.product-editor-card__body input[type="password"]:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1) !important;
  background: #ffffff !important;
  outline: none !important;
}
.product-editor-card__body input[type="text"]::placeholder,
.product-editor-card__body input[type="number"]::placeholder,
.product-editor-card__body input[type="email"]::placeholder,
.product-editor-card__body input[type="url"]::placeholder,
.product-editor-card__body input[type="password"]::placeholder {
  color: #D5CFC8;
}
.product-editor-card__body input[type="text"].valid,
.product-editor-card__body input[type="number"].valid,
.product-editor-card__body input[type="email"].valid,
.product-editor-card__body input[type="url"].valid,
.product-editor-card__body input[type="password"].valid {
  border-color: #66b266 !important;
}
.product-editor-card__body input[type="text"].valid:focus,
.product-editor-card__body input[type="number"].valid:focus,
.product-editor-card__body input[type="email"].valid:focus,
.product-editor-card__body input[type="url"].valid:focus,
.product-editor-card__body input[type="password"].valid:focus {
  box-shadow: 0 0 0 3px rgba(102, 178, 102, 0.1) !important;
}
.product-editor-card__body input[type="text"].invalid,
.product-editor-card__body input[type="number"].invalid,
.product-editor-card__body input[type="email"].invalid,
.product-editor-card__body input[type="url"].invalid,
.product-editor-card__body input[type="password"].invalid {
  border-color: #e57373 !important;
}
.product-editor-card__body input[type="text"].invalid:focus,
.product-editor-card__body input[type="number"].invalid:focus,
.product-editor-card__body input[type="email"].invalid:focus,
.product-editor-card__body input[type="url"].invalid:focus,
.product-editor-card__body input[type="password"].invalid:focus {
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1) !important;
}
.product-editor-card__body textarea.materialize-textarea,
.product-editor-card__body textarea {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #3a4d55;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box !important;
  min-height: 80px;
  padding: 10px 12px !important;
  resize: vertical;
}
.product-editor-card__body textarea.materialize-textarea:hover:not(:focus),
.product-editor-card__body textarea:hover:not(:focus) {
  border-color: #D5CFC8 !important;
}
.product-editor-card__body textarea.materialize-textarea:focus,
.product-editor-card__body textarea:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1) !important;
  background: #ffffff !important;
  outline: none !important;
}
.product-editor-card__body textarea.materialize-textarea::placeholder,
.product-editor-card__body textarea::placeholder {
  color: #D5CFC8;
}
.product-editor-card__body textarea.materialize-textarea.valid,
.product-editor-card__body textarea.valid {
  border-color: #66b266 !important;
}
.product-editor-card__body textarea.materialize-textarea.valid:focus,
.product-editor-card__body textarea.valid:focus {
  box-shadow: 0 0 0 3px rgba(102, 178, 102, 0.1) !important;
}
.product-editor-card__body textarea.materialize-textarea.invalid,
.product-editor-card__body textarea.invalid {
  border-color: #e57373 !important;
}
.product-editor-card__body textarea.materialize-textarea.invalid:focus,
.product-editor-card__body textarea.invalid:focus {
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1) !important;
}
.product-editor-card__body .input-field > .prefix ~ input,
.product-editor-card__body .input-field > .prefix ~ textarea {
  padding-left: 36px !important;
}
.product-editor-card__body .input-field:has(> i.tooltipped) > input,
.product-editor-card__body .input-field:has(> i.tooltipped) > textarea {
  padding-right: 36px !important;
}
.product-editor-card__body select,
.product-editor-card__body .custom-select {
  padding: 9px 12px;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  font-size: 13px;
  background: #ffffff;
  color: #3a4d55;
  transition: border-color 0.2s, box-shadow 0.2s;
  appearance: auto;
}
.product-editor-card__body select:hover:not(:focus),
.product-editor-card__body .custom-select:hover:not(:focus) {
  border-color: #D5CFC8;
}
.product-editor-card__body select:focus,
.product-editor-card__body .custom-select:focus {
  border-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1);
  outline: none;
}
.product-editor-card__body .select-wrapper input.select-dropdown {
  width: 100% !important;
  padding: 12px 14px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: #ffffff !important;
  color: #3a4d55;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box !important;
  cursor: pointer;
}
.product-editor-card__body .select-wrapper input.select-dropdown:hover:not(:focus) {
  border-color: #D5CFC8 !important;
}
.product-editor-card__body .select-wrapper input.select-dropdown:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1) !important;
  background: #ffffff !important;
  outline: none !important;
}
.product-editor-card__body .select-wrapper input.select-dropdown::placeholder {
  color: #D5CFC8;
}
.product-editor-card__body .select-wrapper input.select-dropdown.valid {
  border-color: #66b266 !important;
}
.product-editor-card__body .select-wrapper input.select-dropdown.valid:focus {
  box-shadow: 0 0 0 3px rgba(102, 178, 102, 0.1) !important;
}
.product-editor-card__body .select-wrapper input.select-dropdown.invalid {
  border-color: #e57373 !important;
}
.product-editor-card__body .select-wrapper input.select-dropdown.invalid:focus {
  box-shadow: 0 0 0 3px rgba(229, 115, 115, 0.1) !important;
}
.product-editor-card__body .select-wrapper .caret {
  fill: #a8b4ba;
  transition: fill 0.15s;
}
.product-editor-card__body .select-wrapper:hover .caret {
  fill: #3a4d55;
}
.product-editor-card__body .select-wrapper ul.dropdown-content {
  max-height: 200px !important;
  overflow-y: auto !important;
}
.product-editor-card__body [type="checkbox"] + span:not(.lever) {
  font-size: 13px;
  color: #3a4d55;
  padding-left: 30px;
  line-height: 1.4;
}
.product-editor-card__body [type="checkbox"].filled-in:not(:checked) + span:not(.lever)::after {
  border-color: var(--border-default);
}
.product-editor-card__body [type="checkbox"].filled-in:checked + span:not(.lever)::after {
  border-color: #26a69a;
  background-color: #26a69a;
}
.product-editor-card__body .switch {
  margin-bottom: 0;
}
.product-editor-card__body .switch label {
  font-size: 12px;
  color: #a8b4ba;
}
.product-editor-card__body .switch label .lever {
  background-color: #E8E3DD;
}
.product-editor-card__body .switch label .lever::after {
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
.product-editor-card__body .switch label input[type="checkbox"]:checked + .lever {
  background-color: rgba(0, 122, 204, 0.4);
}
.product-editor-card__body .switch label input[type="checkbox"]:checked + .lever::after {
  background-color: #007acc;
}
.product-editor-card__body [type="radio"]:checked + span::after,
.product-editor-card__body [type="radio"].with-gap:checked + span::before,
.product-editor-card__body [type="radio"].with-gap:checked + span::after {
  border-color: #007acc;
}
.product-editor-card__body [type="radio"]:checked + span::after,
.product-editor-card__body [type="radio"].with-gap:checked + span::after {
  background-color: #007acc;
}
.product-editor-card__body .card-subtitle {
  font-size: 13px;
  color: #a8b4ba;
  line-height: 1.5;
}
.product-editor-card__body .font-size-mini {
  font-size: 12px;
}
.product-editor-card__body .text-dark-light {
  color: #a8b4ba;
}
.product-editor-card__body .btn-link {
  font-size: 13px;
  font-weight: 500;
  color: #007acc;
  text-decoration: none;
  transition: color 0.15s;
}
.product-editor-card__body .btn-link:hover {
  color: #005b99;
}
.product-editor-card__body .pf-chip {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.product-editor-card__body .pricing-field-with-taxes input[type="number"] {
  text-align: center;
  font-weight: 600;
  font-size: 15px !important;
  letter-spacing: -0.01em;
}
.product-editor-card__body .pricing-field-with-taxes .active-field-select {
  padding: 6px 10px;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  font-size: 12px;
  background: #fafafa;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
}
.product-editor-card__body .pricing-field-with-taxes .active-field-select:focus {
  border-color: #007acc;
  outline: none;
}
.product-editor-card__body .col.no-padding {
  padding-left: 0;
  padding-right: 0;
}
.product-editor-card__header + .product-editor-card__body {
  padding-top: 16px;
  border-top: 1px solid #F3EDE7;
}
.product-editor-card--flush .product-editor-card__body {
  margin: 0 -24px -24px;
  padding-top: 0;
  border-top: none;
}
.product-editor-card--flat {
  box-shadow: none;
}
@media only screen and (max-width: 600px) {
  .product-editor-card {
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .product-editor-card__title {
    font-size: 1em;
  }
  .product-editor-card--flush .product-editor-card__body {
    margin: 0 -16px -16px;
    padding-top: 0;
    border-top: none;
  }
}
.product-info-fields__row {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.product-info-fields__inputs {
  flex: 1;
  min-width: 0;
}
.product-info-fields__field {
  margin-bottom: 16px;
}
.product-info-fields__field:last-child {
  margin-bottom: 0;
}
.product-info-fields__preview {
  width: 280px;
  flex-shrink: 0;
}
.product-info-fields__seo-snippet {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 16px;
}
.product-info-fields__seo-url {
  font-size: 0.78em;
  color: #a8b4ba;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.product-info-fields__seo-title {
  font-size: 0.92em;
  font-weight: 500;
  color: #1a0dab;
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-info-fields__seo-desc {
  font-size: 0.82em;
  color: #a8b4ba;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-info-fields__slug-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #F3EDE7;
}
.product-info-fields__slug-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-info-fields__slug-base {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82em;
  color: #a8b4ba;
  white-space: nowrap;
  flex-shrink: 0;
}
.product-info-fields__slug-input {
  flex: 1;
  min-width: 0;
}
.product-info-fields__index-toggle {
  margin-top: 8px;
}
@media only screen and (max-width: 600px) {
  .product-info-fields__row {
    flex-direction: column;
    gap: 16px;
  }
  .product-info-fields__preview {
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .product-info-fields__preview {
    width: 240px;
  }
}
.product-email-note__hint {
  font-size: 0.82em;
  color: #a8b4ba;
  line-height: 1.5;
  margin: 0 0 8px;
}
.product-email-note__textarea {
  width: 100%;
  min-height: 140px;
  padding: 16px;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  background: #ffffff;
  font-size: 0.92em;
  font-family: inherit;
  color: #3a4d55;
  line-height: 1.6;
  resize: vertical;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.product-email-note__textarea:hover:not(:focus) {
  border-color: #D5CFC8;
}
.product-email-note__textarea:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1);
}
.product-email-note__textarea::placeholder {
  color: #D5CFC8;
}
.product-email-note__counter {
  text-align: right;
  font-size: 0.75em;
  color: #a8b4ba;
  margin-top: 4px;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.product-editor-layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.product-editor-layout__main {
  flex: 1;
  min-width: 0;
}
.product-editor-layout__sidebar {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 60px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #D5CFC8 transparent;
}
.product-editor-layout__sidebar .required-info-wrapper {
  flex-wrap: wrap;
  gap: 4px;
}
@media only screen and (max-width: 600px) {
  .product-editor-layout {
    flex-direction: column;
    gap: 16px;
  }
  .product-editor-layout__main,
  .product-editor-layout__sidebar {
    width: 100%;
  }
  .product-editor-layout__sidebar {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  .product-editor-layout__sidebar--general .product-status-card {
    order: -1;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .product-editor-layout__main {
    flex: 3;
  }
  .product-editor-layout__sidebar {
    width: 280px;
  }
}
@media only screen and (min-width: 1444px) {
  .product-editor-layout__sidebar {
    width: 360px;
  }
}
.product-editor-page {
  padding-bottom: 80px;
}
.product-editor-page__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding-bottom: 0;
}
.product-editor-page__back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(58, 77, 85, 0.7);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.88em;
  transition: color 0.15s ease;
  padding: 4px 8px 4px 4px;
  border-radius: 8px;
}
.product-editor-page__back-link:hover {
  color: #6964e0;
  background: rgba(105, 100, 224, 0.05);
}
.product-editor-page__back-link svg {
  flex-shrink: 0;
}
.product-editor-page__title {
  flex: 1;
  font-size: 1.3em;
  font-weight: 700;
  color: #3a4d55;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 600px) {
  .product-editor-page__header {
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 8px;
  }
  .product-editor-page__title {
    font-size: 1.15em;
    font-weight: 700;
    order: 2;
    width: 100%;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.product-editor-tabs {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: 1px solid #E8E3DD;
  margin-bottom: 16px;
  padding: 0;
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 10;
}
.product-editor-tabs__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 8px 8px 0 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.9em;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
  min-height: 44px;
}
.product-editor-tabs__tab:hover {
  color: #3a4d55;
  background: rgba(105, 100, 224, 0.04);
}
.product-editor-tabs__tab:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: -2px;
}
.product-editor-tabs__tab--active {
  color: #6964e0;
  border-bottom-color: #6964e0;
  background: rgba(105, 100, 224, 0.06);
}
.product-editor-tabs__tab--active .product-editor-tabs__tab-icon {
  color: #6964e0;
}
.product-editor-tabs__tab-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: inherit;
  line-height: 1;
}
.product-editor-tabs__tab-label {
  line-height: 1;
}
@media only screen and (max-width: 600px) {
  .product-editor-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    gap: 4px;
    margin-bottom: 16px;
    scrollbar-width: none;
  }
  .product-editor-tabs::-webkit-scrollbar {
    display: none;
  }
  .product-editor-tabs__tab {
    font-size: 0.82em;
    padding: 8px 12px;
    min-height: 44px;
  }
  .product-editor-tabs__tab-icon {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .product-editor-tabs__tab {
    font-size: 0.85em;
    padding: 8px 16px;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.product-seo-card__preview {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}
.product-seo-card__url {
  font-size: 0.78em;
  color: rgba(58, 77, 85, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 4px;
}
.product-seo-card__title {
  font-size: 0.95em;
  font-weight: 500;
  color: #1a0dab;
  margin-bottom: 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-seo-card__description {
  font-size: 0.82em;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-seo-card__slug {
  margin-bottom: 16px;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.product-status-card {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}
.product-status-card__indicator {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  flex-shrink: 0;
}
.product-status-card__label {
  font-size: 0.9em;
  font-weight: 500;
  color: #3a4d55;
}
.product-status-card--online .product-status-card__indicator {
  background: #66b266;
  box-shadow: 0 0 0 3px rgba(102, 178, 102, 0.2);
}
.product-status-card--online .product-status-card__label {
  color: #66b266;
}
.product-status-card--offline .product-status-card__indicator {
  background: #a8b4ba;
  box-shadow: 0 0 0 3px rgba(168, 180, 186, 0.2);
}
.product-status-card--offline .product-status-card__label {
  color: #a8b4ba;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
@media only screen and (min-width: 1270px) {
  .row .col.xl6 {
    width: 50%;
    margin-left: 0;
    right: 0;
  }
}
.product-page-tab__header {
  display: flex;
  align-items: center;
  padding: 8px 0 16px;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 16px;
  position: relative;
}
.product-page-tab__tabs {
  display: flex;
  gap: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.product-page-tab__tab {
  padding: 10px 24px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent !important;
  color: #8b95a5 !important;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  letter-spacing: 0.02em;
}
.product-page-tab__tab:hover,
.product-page-tab__tab:focus {
  background: #f5f5f5 !important;
  color: #3a4d55 !important;
  border-color: #e0e0e0;
}
.product-page-tab__tab--active,
.product-page-tab__tab--active:hover,
.product-page-tab__tab--active:focus {
  background: #fff !important;
  color: #3a4d55 !important;
  border-color: #d0d0d0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}
.product-page {
  color: #3a4d55;
}
.product-page__header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 4px 0 8px;
  margin-bottom: 4px;
}
.product-page__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #3a4d55;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 12px 6px 8px;
  border-radius: 6px;
  transition: background-color 0.15s;
}
.product-page__back:hover {
  background: #f5f5f5;
  color: #3a4d55;
}
.product-page__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.product-page__header-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.product-page__header-actions .btn:hover,
.product-page__header-actions .btn:focus,
.product-page__header-actions .btn-flat:hover,
.product-page__header-actions .btn-flat:focus {
  opacity: 0.85;
  background-color: inherit !important;
}
.product-page__alert {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px 16px;
  margin-bottom: 16px;
  font-size: 0.875rem;
}
.product-page__hero {
  padding: 20px;
  margin-bottom: 16px;
}
.product-page__hero-top {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.product-page__hero-image {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.product-page__hero-info {
  flex: 1;
  min-width: 0;
}
.product-page__hero-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 4px;
}
.product-page__hero-meta {
  font-size: 0.8rem;
  color: #8b95a5;
  margin-bottom: 8px;
}
.product-page__hero-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.product-page__kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
}
.product-page__kpi {
  text-align: center;
  padding: 8px 4px;
}
.product-page__kpi-value {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 4px;
}
.product-page__kpi-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b95a5;
}
.product-page__content-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  align-items: start;
}
@media only screen and (max-width: 992px) {
  .product-page__content-grid {
    grid-template-columns: 1fr;
  }
}
.product-page__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.product-page__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff !important;
  color: #3a4d55 !important;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.product-page__tab:hover,
.product-page__tab:focus {
  background: #f5f5f5 !important;
  color: #3a4d55 !important;
}
.product-page__tab--active,
.product-page__tab--active:focus,
.product-page__tab--active:hover {
  background: #3a4d55 !important;
  color: #fff !important;
  border-color: #3a4d55;
}
.product-page__tab-panel {
  padding: 20px;
}
.product-page__section-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b95a5;
  margin-bottom: 10px;
}
.product-page .share-buttons-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.product-page .share-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff !important;
  color: #3a4d55 !important;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  text-decoration: none;
  line-height: 1.4;
  height: auto !important;
}
.product-page .share-btn:hover,
.product-page .share-btn:focus {
  background: #f9fafb !important;
  border-color: #d1d5db;
  color: #3a4d55 !important;
}
.product-page .share-btn--email {
  min-width: auto !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
.product-page .share-btn--copy {
  border-style: dashed;
}
.product-page__preview {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
  background: #f9fafb;
}
.product-page__preview-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-bottom: 1px solid #e5e7eb;
  background: #fff;
}
.product-page__preview-devices {
  display: flex;
  gap: 2px;
  background: #f3f4f6;
  border-radius: 6px;
  padding: 2px;
}
.product-page__preview-device {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 28px;
  border: none;
  border-radius: 4px;
  background: transparent !important;
  color: #9ca3af !important;
  cursor: pointer;
  transition: all 0.15s;
}
.product-page__preview-device:hover,
.product-page__preview-device:focus {
  color: #3a4d55 !important;
  background: transparent !important;
}
.product-page__preview-device--active,
.product-page__preview-device--active:hover,
.product-page__preview-device--active:focus {
  background: #fff !important;
  color: #3a4d55 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.product-page__preview-open {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  color: #6b7280;
}
.product-page__preview-open:hover {
  color: #3a4d55;
}
.product-page__preview-frame {
  display: flex;
  justify-content: center;
  padding: 16px;
  min-height: 500px;
  transition: all 0.3s ease;
}
.product-page__preview-frame--desktop .product-page__preview-iframe {
  width: 100%;
  max-width: 100%;
}
.product-page__preview-frame--mobile .product-page__preview-iframe {
  width: 375px;
  max-width: 375px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.product-page__preview-iframe {
  border: none;
  background: #fff;
  height: 680px;
  border-radius: 8px;
}
.product-page__sidebar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-page__sidebar-card {
  padding: 16px;
}
.product-page__sidebar-label {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b95a5;
  margin-bottom: 8px;
}
.product-page__link-row {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f8f9fa;
  border-radius: 6px;
  padding: 8px 10px;
}
.product-page__link-url {
  flex: 1;
  font-size: 0.72rem;
  word-break: break-all;
  color: #6b7280;
  min-width: 0;
}
.product-page__quick-actions {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.product-page__quick-action {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  color: #3a4d55;
  cursor: pointer;
  transition: background-color 0.15s;
}
.product-page__quick-action:hover {
  background: #f5f5f5;
}
.pf-chip--small {
  font-size: 0.7rem;
  padding: 2px 10px;
  line-height: 1.6;
}
.pf-chip--neutral {
  background: #f1f5f9;
  color: #475569;
}
[data-page='product_page'] .card .card-content {
  padding: 12px;
}
#changeProductLanguage .input-field {
  margin-bottom: 0;
}
.product-analytics {
  padding: 8px 0;
}
.product-analytics__kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.product-analytics__kpi {
  padding: 16px;
}
.product-analytics__kpi-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
.product-analytics__kpi-label {
  font-size: 0.8rem;
  font-weight: 500;
  color: #6b7280;
}
.product-analytics__reset {
  margin-left: auto;
  background: none !important;
  border: none;
  color: #9ca3af !important;
  cursor: pointer;
  padding: 4px;
  border-radius: 4px;
  transition: color 0.15s;
}
.product-analytics__reset:hover,
.product-analytics__reset:focus {
  color: #3a4d55 !important;
  background: none !important;
}
.product-analytics__kpi-value {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #3a4d55;
}
.product-analytics__chart {
  padding: 20px;
}
.product-reviews {
  padding: 8px 0;
}
.product-reviews__summary {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px 20px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  margin-bottom: 16px;
}
.product-reviews__summary-stat {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-reviews__summary-value {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.product-reviews__summary-count {
  font-size: 0.85rem;
  color: #6b7280;
}
.product-reviews__stars {
  display: inline-flex;
  gap: 1px;
}
.product-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-reviews__card {
  padding: 16px 20px;
  cursor: pointer;
  transition: box-shadow 0.15s;
}
.product-reviews__card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.product-reviews__card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.product-reviews__card-name {
  font-weight: 600;
  font-size: 0.9rem;
}
.product-reviews__card-date {
  font-size: 0.75rem;
  color: #9ca3af;
  margin-top: 2px;
}
.product-reviews__card-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.product-reviews__card-comment {
  margin-top: 10px;
  font-size: 0.85rem;
  color: #4b5563;
  line-height: 1.6;
}
.product-reviews__toggle {
  background: none !important;
  border: none;
  padding: 4px;
  border-radius: 4px;
  cursor: pointer;
  color: #d1d5db !important;
  transition: color 0.15s;
}
.product-reviews__toggle:hover,
.product-reviews__toggle:focus {
  color: #6b7280 !important;
  background: none !important;
}
.product-reviews__toggle--visible {
  color: #22c55e !important;
}
.product-reviews__toggle--visible:hover,
.product-reviews__toggle--visible:focus {
  color: #16a34a !important;
}
.product-reviews__empty {
  text-align: center;
  padding: 48px 24px;
  color: #9ca3af;
}
.product-reviews__empty-title {
  font-size: 1rem;
  font-weight: 600;
  color: #6b7280;
  margin-top: 12px;
}
.product-reviews__empty-subtitle {
  font-size: 0.85rem;
  margin-top: 4px;
}
input#amount,
input#startingFees,
input#shippingFees,
input#expirationValue,
input#travelFees,
input#discount {
  font-size: 1.5rem;
}
.product-page-price-details {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0.5em;
}
.product-page-price-details .col:last-child {
  text-align: right;
}
.showcase-design-card-background-fields .showcase-design-card-background-image {
  display: none;
}
.showcase-design-card-background-fields .showcase-design-card-background-image img {
  max-height: 200px;
  max-width: 100%;
}
.showcase-design-card-background-fields.showcase-design-card-show-image .showcase-design-card-background-gradient {
  display: none;
}
.showcase-design-card-background-fields.showcase-design-card-show-image .showcase-design-card-background-image {
  display: block;
}
.gradient-preview {
  width: 100%;
  height: 200px;
}
.minicolors-theme-default .minicolors-swatch {
  width: 31px;
  height: 31px;
  top: 0;
  left: 0;
  border-radius: 4px;
  border: none;
}
.minicolors-theme-default .minicolors-swatch .minicolors-swatch-color {
  border-radius: 4px;
}
.minicolors-theme-default .minicolors-input {
  padding-left: 45px !important;
}
.minicolors input.minicolors-input {
  width: 60%;
}
input[name='display.orderButtonText'] {
  width: auto;
}
[name='display.showHeader'] + label {
  margin-bottom: 10px;
}
#amountFormatToDisplay .input-field-baseform label.radio-baseform span {
  font-size: 12px;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.sticky-action-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-top: 1px solid #E8E3DD;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.08);
  z-index: 100;
  padding: 16px 24px;
}
.sticky-action-bar__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}
.sticky-action-bar__btn {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  padding: 10px 24px;
  border-radius: 999px;
  font-family: inherit;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  white-space: nowrap;
  min-height: 40px;
}
.sticky-action-bar__btn:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.sticky-action-bar__btn--cancel {
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  border: 1px solid #D5CFC8;
}
.sticky-action-bar__btn--cancel:hover:not(:disabled) {
  background: #fafafa;
  color: #3a4d55;
}
.sticky-action-bar__btn--cancel:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: 2px;
}
.sticky-action-bar__btn--save {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.sticky-action-bar__btn--save:hover:not(:disabled) {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  filter: brightness(1.05);
}
.sticky-action-bar__btn--save:active:not(:disabled) {
  filter: brightness(0.97);
}
.sticky-action-bar__btn--save:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: 2px;
}
.sticky-action-bar__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}
.sticky-action-bar__btn-icon svg {
  vertical-align: middle;
}
@media only screen and (max-width: 600px) {
  .sticky-action-bar {
    padding: 8px 16px;
  }
  .sticky-action-bar__inner {
    gap: 8px;
  }
  .sticky-action-bar__btn {
    padding: 8px 12px;
    font-size: 0.85em;
    min-height: 36px;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 374px) {
  .sticky-action-bar__inner {
    flex-direction: column;
    gap: 8px;
  }
  .sticky-action-bar__btn {
    width: 100%;
    justify-content: center;
  }
}#editTaxProfile .character-counter {
  display: none;
}
.tax-profile-exception-block .input-field {
  margin: 0;
}
.tax-profile-exception-block .add-country-exception {
  padding: 1.165em !important;
}
.countries-exception-block {
  width: 100%;
}
.default-rate,
.default-rate:focus {
  background: none;
  border: none;
  border-bottom: solid 1px;
  width: 100%;
  outline: none;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.billing-page-iframe {
  width: 100%;
  height: 900px;
  border: 0;
  margin: 0 auto;
  display: block;
}
.row .col.card-footer {
  padding: 1em;
  background: #F3EDE7;
  border-radius: 0 0 8px 8px;
  margin-top: 2em;
}
.suspendedMode-cardContent {
  background: #ff8a65;
  color: white;
  min-height: 400px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.integration-page .card-content-wrapper {
  margin-top: 2em;
}
.integration-page .key-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.integration-page form#settingsFacebookPixel,
.integration-page form#settingsGoogleId {
  text-align: center;
}
.integration-page form#settingsFacebookPixel input,
.integration-page form#settingsGoogleId input {
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 3px;
  color: #3a4d55;
}
.integration-page .key-wrapper .zapier-key-icon {
  color: rgba(58, 77, 85, 0.7);
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 24px;
  height: 24px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.tab-content {
  margin: 2em 0;
}
#updateDetails .card-content-wrapper {
  padding: 1em 2em;
}
.profile-page .card .card-content .card-title {
  text-transform: none;
  text-align: left;
  font-size: 1.4em;
  font-weight: 400;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.referral-page .selected {
  border: solid 3px #6964e0 !important;
  border-radius: 8px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.settings-switch-info-icon {
  font-size: 1.3em;
  line-height: 1em;
  position: relative;
  top: 2px;
  left: 2px;
}
.settings-switch-checkbox label {
  margin-left: 3px;
  margin-bottom: 10px;
  color: inherit;
}
/* GrapesJS Light Mode Overrides */
.gjs-one-bg {
  background-color: #ffffff !important;
}
.gjs-two-bg {
  background-color: #f9f9f9 !important;
}
.gjs-three-bg {
  background-color: #e0e0e0 !important;
}
.gjs-four-color,
.gjs-four-color-h:hover {
  color: #333 !important;
}
.gjs-editor,
.gjs-cv-canvas {
  background-color: #ffffff !important;
}
.gjs-pn-panel {
  background-color: #fafafa !important;
  border-color: #D5CFC8;
}
.gjs-pn-btn {
  color: #333 !important;
  min-height: 100% !important;
}
/* Ensure device selector bar stays visible and tidy */
.gjs-devices-c {
  display: flex !important;
  gap: 6px;
  align-items: center;
  padding: 0 6px;
}
.gjs-devices-c .gjs-pn-btn {
  line-height: 24px;
  height: 28px;
}
.gjs-block {
  width: 65px !important;
  /* default ~120px */
  height: auto;
  min-height: 60px;
  /* keep click target usable */
}
.gjs-blocks-c {
  justify-content: center !important;
}
.gjs-block svg,
.gjs-block img,
.gjs-block .fa {
  font-size: 16px !important;
  /* shrink icons */
  max-width: 100%;
  max-height: 40px;
}
.gjs-block-label {
  font-size: 11px;
  /* shrink label text */
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.row-poweredby {
  padding: 1em 0;
}
.row-poweredby img.responsive-img {
  width: 110%;
}
@media only screen and (max-width: 600px) {
  .row-poweredby img.responsive-img {
    width: 40px;
  }
}
#publicHeader {
  z-index: 999;
  height: 0 !important;
}
#publicHeader .payfacile-header-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: inherit !important;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible !important;
  padding: 6px 8px 0;
}
@media only screen and (min-width: 601px) {
  #publicHeader .payfacile-header-nav {
    padding: 10px 20px 0;
  }
}
@media only screen and (min-width: 993px) {
  #publicHeader .payfacile-header-nav {
    padding: 12px 32px 0;
  }
}
#publicHeader .payfacile-header-nav > .container {
  max-width: 1600px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding: 4px 10px;
}
@media only screen and (max-width: 600px) {
  #publicHeader .payfacile-header-nav > .container {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  #publicHeader .payfacile-header-nav > .container {
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 993px) {
  #publicHeader .payfacile-header-nav > .container {
    padding: 6px 28px;
  }
}
#publicHeader .payfacile-header-nav.scrolled > .container {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06), 0 8px 32px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  #publicHeader .payfacile-header-nav.scrolled > .container {
    background: #fff;
  }
}
#publicHeader .no-wrap {
  overflow: visible !important;
}
.nc-instance #publicHeader .payfacile-header-nav > .container {
  background: rgba(29, 29, 27, 0.85);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  .nc-instance #publicHeader .payfacile-header-nav > .container {
    background: rgba(29, 29, 27, 0.95);
  }
}
.nc-instance #publicHeader .payfacile-header-nav.scrolled > .container {
  background: rgba(29, 29, 27, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 4px 16px rgba(0, 0, 0, 0.2), 0 8px 32px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.08);
}
@media only screen and (max-width: 600px) {
  .nc-instance #publicHeader .payfacile-header-nav.scrolled > .container {
    background: rgba(29, 29, 27, 0.95);
  }
}
@media only screen and (max-width: 600px) {
  #publicMain.onboarding-page > :first-child,
  #publicMain .pricing-page > :first-child,
  #publicMain .docs-page > :first-child,
  #publicMain .terms-page > :first-child,
  #publicMain .privacy-policy-page > :first-child,
  #publicMain .features-page > :first-child,
  #publicMain .feature-page > :first-child,
  #publicMain .aboutUs-page > :first-child,
  #publicMain .tutorial-page > :first-child,
  #publicMain .referral-program-page > :first-child,
  #publicMain .press-page > :first-child,
  #publicMain .reasonsToUse-page > :first-child,
  #publicMain .agent-page > :first-child,
  #publicMain .accountSwitcher > :first-child,
  #publicMain .testimonials-page > :first-child,
  #publicMain .openAccount-page > :first-child,
  #publicMain .password-recovery-page > :first-child,
  #publicMain .pf-target-page-wrapper > :first-child,
  #publicMain .security-page > :first-child {
    padding-top: calc(70px + 2em) !important;
  }
}
@media only screen and (min-width: 601px) {
  #publicMain.onboarding-page > :first-child,
  #publicMain .pricing-page > :first-child,
  #publicMain .docs-page > :first-child,
  #publicMain .terms-page > :first-child,
  #publicMain .privacy-policy-page > :first-child,
  #publicMain .features-page > :first-child,
  #publicMain .feature-page > :first-child,
  #publicMain .aboutUs-page > :first-child,
  #publicMain .tutorial-page > :first-child,
  #publicMain .referral-program-page > :first-child,
  #publicMain .press-page > :first-child,
  #publicMain .reasonsToUse-page > :first-child,
  #publicMain .agent-page > :first-child,
  #publicMain .accountSwitcher > :first-child,
  #publicMain .testimonials-page > :first-child,
  #publicMain .openAccount-page > :first-child,
  #publicMain .password-recovery-page > :first-child,
  #publicMain .pf-target-page-wrapper > :first-child,
  #publicMain .security-page > :first-child {
    padding-top: calc(78px + 2em) !important;
  }
}
.pf-instance #publicMain {
  background: #FFF8F2;
  background-image: radial-gradient(ellipse at 25% 0%, rgba(225, 85, 192, 0.04) 0%, transparent 55%), radial-gradient(ellipse at 75% 100%, rgba(255, 138, 101, 0.04) 0%, transparent 55%);
  min-height: 100vh;
}
#publicMain,
#authLayout,
#onboardingLayout {
  min-height: inherit;
}
#publicMain .card,
#authLayout .card,
#onboardingLayout .card {
  border-radius: 8px;
  padding-bottom: 2em;
}
#publicMain #signInForm,
#authLayout #signInForm,
#onboardingLayout #signInForm,
#publicMain #recoverPasswordForm,
#authLayout #recoverPasswordForm,
#onboardingLayout #recoverPasswordForm,
#publicMain #resetPasswordForm,
#authLayout #resetPasswordForm,
#onboardingLayout #resetPasswordForm {
  display: inline-block;
  width: 100%;
}
.publicBg-2 {
  position: absolute;
  background: linear-gradient(160deg, #6964e0, #e155c0, #ffb74d);
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.z-index-1 {
  z-index: 1;
}
.pricing-icon-check {
  color: #81c784;
  font-size: 2em;
  font-weight: bold;
  margin: auto;
}
.pricing-icon-cross {
  color: #e57373;
  font-size: 2em;
  font-weight: bold;
  margin: auto;
}
.card-max-width {
  max-width: 1200px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.auth-main {
  min-height: 600px;
}
.border-top-yellow {
  border-top-color: #007acc;
}
.signin-page .card,
.password-recovery-page .card {
  box-shadow: none !important;
  border-radius: 12px;
}
.signupFormWrapper.card {
  box-shadow: none;
  padding: 32px 32px 24px;
}
.signin-page input[type='text'],
.password-recovery-page input[type='text'],
.signin-page input[type='email'],
.password-recovery-page input[type='email'],
.signin-page input[type='password'],
.password-recovery-page input[type='password'] {
  width: 100% !important;
  border: 1.5px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 10px 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.signin-page input[type='text']:focus,
.password-recovery-page input[type='text']:focus,
.signin-page input[type='email']:focus,
.password-recovery-page input[type='email']:focus,
.signin-page input[type='password']:focus,
.password-recovery-page input[type='password']:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15) !important;
}
.signin-page .btn-link,
.password-recovery-page .btn-link,
.signupFormWrapper .btn-link {
  display: block;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.signup-form-button {
  padding: 0;
  margin-top: 8px;
  margin-bottom: 8px;
}
.signin-page h1,
.password-recovery-page h1 {
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.signupFormWrapper h1 {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.pricing-hero {
  text-align: center;
  padding-bottom: 0;
}
.pricing-hero-title {
  font-size: 2.2em;
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0 0 12px;
  color: var(--text-primary);
}
@media only screen and (max-width: 600px) {
  .pricing-hero-title {
    font-size: 1.6em;
  }
}
.pricing-hero-subtitle {
  font-size: 1.05em;
  font-weight: 400;
  color: var(--text-secondary);
  max-width: 480px;
  margin: 0 auto;
  line-height: 1.5;
}
.noCode-bg-dark .pricing-hero-subtitle {
  color: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 600px) {
  .pricing-hero-subtitle {
    font-size: 0.95em;
  }
}
.pricing-period-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  margin-bottom: 8px;
}
.pricing-toggle-track {
  display: inline-flex;
  background: #F0E6DC;
  border-radius: 999px;
  padding: 3px;
}
.noCode-bg-dark .pricing-toggle-track {
  background: rgba(255, 255, 255, 0.08);
}
.pricing-toggle-option {
  padding: 8px 24px;
  border-radius: 999px;
  border: none;
  background: transparent;
  font-size: 0.875em;
  font-weight: 600;
  color: rgba(45, 31, 48, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}
.noCode-bg-dark .pricing-toggle-option {
  color: rgba(255, 255, 255, 0.5);
}
.pricing-toggle-option.active {
  color: white !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}
.payfacile .pricing-toggle-option.active {
  background-color: #ff8a65 !important;
}
.noCode .pricing-toggle-option.active {
  background-color: #8B5CF6 !important;
}
.pricing-discount-label {
  font-size: 0.7em;
  font-weight: 600;
  padding: 2px 10px;
  border-radius: 999px;
  letter-spacing: 0.02em;
}
.pricing-discount-label.payfacile {
  color: #007acc;
  background: rgba(0, 122, 204, 0.1);
}
.pricing-discount-label.noCode {
  color: #8B5CF6;
  background: rgba(139, 92, 246, 0.12);
}
.pricing-cards-grid {
  display: grid;
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 0;
}
.pricing-cards-grid.cards-1 {
  grid-template-columns: 1fr;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-cards-grid.cards-2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-cards-grid.cards-3 {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-cards-grid.cards-4 {
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 600px) {
  .pricing-cards-grid {
    grid-template-columns: 1fr !important;
    max-width: 400px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    gap: 16px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .pricing-cards-grid.cards-3,
  .pricing-cards-grid.cards-4 {
    grid-template-columns: repeat(2, 1fr);
    max-width: 720px;
  }
}
.pricing-card {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(8px);
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: box-shadow 0.25s ease;
  box-shadow: 0 2px 16px rgba(180, 120, 80, 0.06);
}
.pricing-card:hover {
  box-shadow: 0 8px 30px rgba(180, 120, 80, 0.1);
}
.pricing-card.popular.payfacile {
  border: 2px solid #ff8a65;
  box-shadow: 0 4px 24px rgba(255, 138, 101, 0.12);
}
.pricing-card.popular.payfacile:hover {
  box-shadow: 0 8px 30px rgba(255, 138, 101, 0.16);
}
.pricing-card.popular.noCode {
  border: 2px solid #8B5CF6;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.1);
}
.pricing-card.popular.noCode:hover {
  box-shadow: 0 8px 30px rgba(139, 92, 246, 0.14);
}
.noCode-bg-dark .pricing-card {
  background: #2a2a27;
  border-color: #444442;
  backdrop-filter: none;
  box-shadow: none;
}
.noCode-bg-dark .pricing-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
}
.noCode-bg-dark .pricing-card.popular.noCode {
  border-color: #8B5CF6;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.15);
}
.pricing-header-cell {
  padding: 28px 24px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 192px;
  justify-content: center;
}
.pricing-popular-badge {
  display: inline-block;
  font-size: 0.65em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 3px 12px;
  border-radius: 999px;
  margin-bottom: 14px;
  color: white;
}
.pricing-popular-badge.is-placeholder {
  visibility: hidden;
}
.pricing-popular-badge.payfacile {
  background: linear-gradient(130deg, #e57373, #ffb74d);
}
.pricing-popular-badge.noCode {
  background: #8B5CF6;
}
.pricing-plan-label {
  font-size: 0.95em;
  font-weight: 700;
  color: #2D1F30;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.noCode-bg-dark .pricing-plan-label {
  color: #e5e5df;
}
.pricing-plan-price {
  font-size: 2.6em;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  letter-spacing: -0.03em;
}
.pricing-plan-price.payfacile {
  color: #ff8a65;
}
.pricing-plan-price.noCode {
  color: #8B5CF6;
}
.pricing-plan-price.is-text {
  font-size: 1.6em;
  letter-spacing: -0.01em;
}
.pricing-plan-period {
  font-size: 0.8em;
  font-weight: 500;
  color: rgba(45, 31, 48, 0.5);
  margin-bottom: 4px;
  min-height: 18px;
}
.noCode-bg-dark .pricing-plan-period {
  color: #8a8a85;
}
.pricing-annual-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  min-height: 38px;
}
.pricing-annual-total {
  font-size: 0.78em;
  font-weight: 500;
  color: rgba(45, 31, 48, 0.5);
}
.noCode-bg-dark .pricing-annual-total {
  color: #8a8a85;
}
.pricing-annual-spacer {
  height: 18px;
}
.pricing-save-badge {
  display: inline-block;
  font-size: 0.7em;
  font-weight: 700;
  padding: 2px 10px;
  border-radius: 999px;
}
.pricing-save-badge.payfacile {
  color: #007acc;
  background: rgba(0, 122, 204, 0.1);
}
.pricing-save-badge.noCode {
  color: #8B5CF6;
  background: rgba(139, 92, 246, 0.12);
}
.pricing-cta-wrapper {
  margin-top: 16px;
  padding: 0 4px;
}
.pricing-cta-btn {
  width: 100%;
  padding: 11px 20px;
  border: 1.5px solid transparent;
  border-radius: 10px;
  font-size: 0.9em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.pricing-cta-btn.payfacile {
  background: rgba(255, 255, 255, 0.7);
  color: #ff8a65;
  border-color: rgba(255, 138, 101, 0.25);
}
.pricing-cta-btn.payfacile:hover {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  background-size: 140% 140%;
  border-color: transparent;
  color: white;
}
.pricing-cta-btn.payfacile.popular {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  background-size: 140% 140%;
  background-position: 0% 50%;
  border-color: transparent;
  color: white;
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.pricing-cta-btn.payfacile.popular:hover {
  background-position: 100% 50%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-1px);
}
.pricing-cta-btn.noCode {
  background: white;
  color: #8B5CF6;
  border-color: rgba(139, 92, 246, 0.3);
}
.pricing-cta-btn.noCode:hover {
  background: #8B5CF6;
  border-color: #8B5CF6;
  color: white;
}
.pricing-cta-btn.noCode.popular {
  background: #8B5CF6;
  border-color: #8B5CF6;
  color: white;
}
.pricing-cta-btn.noCode.popular:hover {
  background: #763ff4;
  box-shadow: 0 4px 14px rgba(139, 92, 246, 0.3);
}
.noCode-bg-dark .pricing-cta-btn.noCode {
  background: transparent;
  color: #8B5CF6;
  border-color: rgba(139, 92, 246, 0.35);
}
.noCode-bg-dark .pricing-cta-btn.noCode:hover {
  background: #8B5CF6;
  border-color: #8B5CF6;
  color: white;
}
.noCode-bg-dark .pricing-cta-btn.noCode.popular {
  background: #8B5CF6;
  border-color: #8B5CF6;
  color: white;
}
.noCode-bg-dark .pricing-cta-btn.noCode.popular:hover {
  background: #763ff4;
}
.pricing-cta-btn.disabled {
  opacity: 0.35;
  cursor: not-allowed;
  pointer-events: none;
}
.pricing-features-list {
  padding: 0 24px 24px;
  flex: 1;
  border-top: 1px solid rgba(45, 31, 48, 0.06);
  margin-top: 8px;
  padding-top: 16px;
}
.noCode-bg-dark .pricing-features-list {
  border-top-color: #444442;
}
.pricing-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  font-size: 0.85em;
  color: rgba(45, 31, 48, 0.75);
  line-height: 1.45;
}
.pricing-feature-item.highlight {
  font-weight: 700;
  font-size: 0.9em;
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: 1px solid rgba(45, 31, 48, 0.06);
  color: #2D1F30;
}
.noCode-bg-dark .pricing-feature-item.highlight {
  border-bottom-color: #444442;
}
.pricing-feature-item.unavailable {
  color: #d4c8c0;
}
.noCode-bg-dark .pricing-feature-item.unavailable {
  color: #8a8a85;
}
.noCode-bg-dark .pricing-feature-item {
  color: #e5e5df;
}
.pricing-feature-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pricing-feature-text {
  flex: 1;
}
.pricing-top-section {
  padding: 0;
}
.pricing-wrapper {
  padding-top: 0;
  padding-bottom: 2em;
}
@media only screen and (min-width: 993px) {
  .pricing-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.plan-name-wrapper {
  font-size: 0.9em;
  text-align: center;
  padding: 5px 1em;
}
.most-popular-border-mobile.payfacile {
  border: solid 2px #ff8a65;
}
.most-popular-border-mobile.noCode {
  border: solid 2px #8B5CF6;
}
table.responsive-table.pf-pricing-table .plan-name-wrapper {
  font-size: 0.9em;
  text-align: center;
  padding: 5px 0;
  height: 100px;
  display: flex;
}
@media only screen and (min-width: 993px) {
  table.responsive-table.pf-pricing-table .plan-name-wrapper {
    width: 250px;
    padding: 0 0 15px 0;
    height: auto;
    display: table-cell;
  }
  table.responsive-table.pf-pricing-table .plan-name-wrapper .most-popular-title {
    height: 20px;
  }
}
@media only screen and (min-width: 993px) {
  table.responsive-table.pf-pricing-table .most-popular-border.payfacile {
    border-right: solid 2px #ff8a65;
    border-left: solid 2px #ff8a65;
  }
  table.responsive-table.pf-pricing-table .most-popular-border.noCode {
    border-right: solid 2px #8B5CF6;
    border-left: solid 2px #8B5CF6;
  }
  table.responsive-table.pf-pricing-table .most-popular-last-border.payfacile {
    border-bottom: solid 2px #ff8a65;
  }
  table.responsive-table.pf-pricing-table .most-popular-last-border.noCode {
    border-bottom: solid 2px #8B5CF6;
  }
}
table.responsive-table.pf-pricing-table .plan-name {
  margin: auto;
}
table.responsive-table.pf-pricing-table .feature-wrapper {
  display: flex;
  align-items: center;
  height: 100px;
  font-weight: 400;
}
@media only screen and (min-width: 993px) {
  table.responsive-table.pf-pricing-table .feature-wrapper {
    display: table-cell;
    height: auto;
  }
}
table.responsive-table.pf-pricing-table td {
  text-transform: capitalize;
  white-space: normal;
  max-width: 160px;
  min-height: 80px;
  padding: 7px;
}
table.responsive-table.pf-pricing-table th {
  min-height: 80px;
}
.period-toggle {
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.period-toggle .toggle {
  display: flex;
  flex-direction: row;
}
.period-toggle .toggle .period-option:first-child,
.period-toggle .toggle .period-option:last-child {
  padding: 10px 20px;
  border-radius: 30px;
  margin-left: 1em;
}
.period-toggle .toggle .period-option {
  background-color: #F3EDE7;
  font-size: 0.9em;
  color: #3a4d55;
  width: 95px;
  font-weight: 600;
  text-align: center;
  letter-spacing: -0.02em;
  cursor: pointer;
  position: relative;
}
.period-toggle .toggle .period-option span {
  position: relative;
  z-index: 1;
}
.period-toggle.payfacile .toggle .period-option.active {
  color: #ff8a65;
  box-shadow: none;
}
.period-toggle.payfacile .toggle .period-option.active:before {
  background-color: rgba(255, 138, 101, 0.12);
  border: 2px solid #ff8a65;
}
.period-toggle.noCode .toggle .period-option.active {
  color: #8B5CF6;
  box-shadow: none;
}
.period-toggle.noCode .toggle .period-option.active:before {
  background-color: #fef5f3;
  border: 2px solid #8B5CF6;
}
.period-toggle .toggle .period-option:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 40px;
}
.discount-wrapper {
  position: static !important;
  max-width: 250px;
  width: 100%;
  margin-top: 8px;
  text-align: center;
}
.discount-comment {
  width: fit-content;
  color: white;
  font-size: 0.7em;
  padding: 2px 10px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0 8px;
}
.discount-comment.payfacile {
  background: #007acc;
}
.discount-comment.noCode {
  background: #8B5CF6;
}
.accept-terms-switch p {
  display: inline-block;
}
.accept-terms-switch label {
  padding-left: 25px;
}
.accept-terms-switch span {
  position: relative;
  display: inline !important;
  padding-top: 5px;
}
.accept-terms-switch-container {
  text-align: left;
}
.vp-wrapper {
  max-width: 900px;
  margin-left: auto;
}
.signup-wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 993px) {
  .vp-signup-wrapper {
    display: flex;
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 999px;
}
.pf-instance {
  --surface-page: #FFF8F2;
  --surface-card: #ffffff;
  --surface-card-glass: rgba(255, 255, 255, 0.72);
  --surface-raised: #fafafa;
  --surface-muted: #F3EDE7;
  --surface-highlight: rgba(255, 138, 101, 0.04);
  --surface-brand: linear-gradient(130deg, #e57373, #ffb74d);
  --text-primary: #3a4d55;
  --text-secondary: rgba(58, 77, 85, 0.7);
  --text-muted: #a8b4ba;
  --text-inverse: #ffffff;
  --text-on-brand: #ffffff;
  --text-link: #007acc;
  --brand-primary: #ff8a65;
  --brand-primary-light: #fff0db;
  --brand-gradient: linear-gradient(130deg, #e57373, #ffb74d);
  --brand-accent: #e155c0;
  --brand-accent-light: rgba(225, 85, 192, 0.1);
  --border-default: #D5CFC8;
  --border-subtle: #E8E3DD;
  --border-accent: #ff8a65;
  --status-success: #66b266;
  --status-success-light: #e0efe0;
  --status-error: #e57373;
  --status-error-light: #f9e3e3;
  --status-warning: #ffb74d;
  --status-warning-light: #fff0db;
  --status-info: #90a4ae;
  --status-info-light: #e8ecee;
  --cta-bg: linear-gradient(130deg, #e57373, #ffb74d);
  --cta-text: #ffffff;
  --cta-shadow: 0 4px 20px rgba(255, 138, 101, 0.35);
  --cta-hover-shadow: 0 8px 28px rgba(255, 138, 101, 0.45);
  --icon-accent: #ff8a65;
  --icon-accent-bg: #fff0db;
  --icon-muted: rgba(58, 77, 85, 0.7);
  --accent-pink: #e155c0;
  --accent-amber: #ff8a65;
  --accent-blue: #007acc;
  --accent-emerald: #26a69a;
  --surface-section-alt: #f9f7f4;
  --icon-feature: #6964e0;
  --accent-step-gradient: linear-gradient(135deg, #6964e0, #504bc7);
  --status-positive: #26a69a;
  --status-negative: #e57373;
  --font-heading: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --radius-card: 20px;
  --radius-pill: 25px;
  --radius-button: 999px;
  --transition-hover: 240ms ease;
  --transition-micro: 160ms ease;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.nc-instance {
  --surface-page: #fafafa;
  --surface-card: #ffffff;
  --surface-card-glass: rgba(255, 255, 255, 0.72);
  --surface-raised: #fafafa;
  --surface-muted: #f0f0f0;
  --surface-highlight: rgba(139, 92, 246, 0.04);
  --surface-brand: linear-gradient(135deg, #8B5CF6, #A78BFA);
  --surface-section-alt: #f5f5f5;
  --text-primary: #1d1d1b;
  --text-secondary: rgba(29, 29, 27, 0.6);
  --text-muted: #8a8a85;
  --text-inverse: #f5f5f0;
  --text-on-brand: #FFFFFF;
  --text-link: #5ca4a9;
  --brand-primary: #8B5CF6;
  --brand-primary-light: rgba(139, 92, 246, 0.15);
  --brand-gradient: linear-gradient(135deg, #8B5CF6, #A78BFA);
  --brand-accent: #5ca4a9;
  --brand-accent-light: rgba(92, 164, 169, 0.15);
  --accent-pink: #EC4899;
  --accent-amber: #F59E0B;
  --accent-blue: #38BDF8;
  --accent-emerald: #10B981;
  --border-default: #e5e5df;
  --border-subtle: #f0f0f0;
  --border-accent: #8B5CF6;
  --status-success: #34d399;
  --status-success-light: rgba(52, 211, 153, 0.12);
  --status-error: #ef4444;
  --status-error-light: rgba(239, 68, 68, 0.1);
  --status-warning: #f5a623;
  --status-warning-light: rgba(245, 166, 35, 0.12);
  --status-info: #5ca4a9;
  --status-info-light: rgba(92, 164, 169, 0.1);
  --icon-feature: #8B5CF6;
  --accent-step-gradient: linear-gradient(135deg, #8B5CF6, #7C3AED);
  --status-positive: #10B981;
  --status-negative: #ef4444;
  --cta-bg: linear-gradient(135deg, #8B5CF6, #A78BFA);
  --cta-text: #FFFFFF;
  --cta-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
  --cta-hover-shadow: 0 8px 28px rgba(139, 92, 246, 0.4);
  --icon-accent: #8B5CF6;
  --icon-accent-bg: rgba(139, 92, 246, 0.15);
  --icon-muted: rgba(29, 29, 27, 0.6);
  --font-heading: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-card: 14px;
  --radius-pill: 16px;
  --radius-button: 12px;
  --transition-hover: 160ms ease-out;
  --transition-micro: 120ms ease-out;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.nc-instance.noCode-bg-dark,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  --surface-page: #1d1d1b;
  --surface-card: #333331;
  --surface-card-glass: rgba(42, 42, 40, 0.72);
  --surface-raised: #2a2a27;
  --surface-muted: #232321;
  --surface-highlight: rgba(139, 92, 246, 0.06);
  --surface-section-alt: #232321;
  --text-primary: #e5e5df;
  --text-secondary: #9b9b96;
  --text-muted: #8a8a85;
  --text-inverse: #1d1d1b;
  --text-on-brand: #FFFFFF;
  --border-default: #444442;
  --border-subtle: #444442;
  --status-success-light: #052e16;
  --status-error-light: #450a0a;
  --status-warning-light: #451a03;
  --status-info-light: #0c3a3d;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section {
  --text-primary: #1d1d1b;
  --text-secondary: rgba(29, 29, 27, 0.6);
  --text-muted: #8a8a85;
  --text-inverse: #f5f5f0;
  --border-default: #e5e5df;
  --border-subtle: #f0f0f0;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-card,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-card,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-card,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-card,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-card,
.nc-instance .background-hero .comparison-cost-section .pf-card,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-card,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-card,
.nc-instance .background-hero .comparison-faq-section .pf-card,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-stat-card,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-stat-card,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-stat-card,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-stat-card,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-stat-card,
.nc-instance .background-hero .comparison-cost-section .pf-stat-card,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-stat-card,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-stat-card,
.nc-instance .background-hero .comparison-faq-section .pf-stat-card,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-surface,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-surface,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-surface,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-surface,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-surface,
.nc-instance .background-hero .comparison-cost-section .pf-surface,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-surface,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-surface,
.nc-instance .background-hero .comparison-faq-section .pf-surface {
  --text-primary: #e5e5df;
  --text-secondary: #9b9b96;
  --text-muted: #8a8a85;
}
.red {
  background-color: #F44336 !important;
}
.red-text {
  color: #F44336 !important;
}
.red.lighten-5 {
  background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.red.lighten-3 {
  background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.red.lighten-2 {
  background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
  color: #E57373 !important;
}
.red.lighten-1 {
  background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.red.darken-1 {
  background-color: #E53935 !important;
}
.red-text.text-darken-1 {
  color: #E53935 !important;
}
.red.darken-2 {
  background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
  color: #D32F2F !important;
}
.red.darken-3 {
  background-color: #C62828 !important;
}
.red-text.text-darken-3 {
  color: #C62828 !important;
}
.red.darken-4 {
  background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
  color: #B71C1C !important;
}
.red.accent-1 {
  background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.red.accent-2 {
  background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
  color: #FF5252 !important;
}
.red.accent-3 {
  background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
  color: #FF1744 !important;
}
.red.accent-4 {
  background-color: #D50000 !important;
}
.red-text.text-accent-4 {
  color: #D50000 !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #aa00ff !important;
}
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.blue {
  background-color: #2196F3 !important;
}
.blue-text {
  color: #2196F3 !important;
}
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.blue.darken-1 {
  background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.blue.darken-2 {
  background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.blue.darken-3 {
  background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.blue.darken-4 {
  background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.blue.accent-1 {
  background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.blue.accent-2 {
  background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
  color: #448AFF !important;
}
.blue.accent-3 {
  background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
  color: #2979FF !important;
}
.blue.accent-4 {
  background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
  color: #2962FF !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green {
  background-color: #4CAF50 !important;
}
.green-text {
  color: #4CAF50 !important;
}
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.green.lighten-2 {
  background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
  color: #81C784 !important;
}
.green.lighten-1 {
  background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.green.darken-1 {
  background-color: #43A047 !important;
}
.green-text.text-darken-1 {
  color: #43A047 !important;
}
.green.darken-2 {
  background-color: #388E3C !important;
}
.green-text.text-darken-2 {
  color: #388E3C !important;
}
.green.darken-3 {
  background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.green.darken-4 {
  background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.green.accent-1 {
  background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.green.accent-2 {
  background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
  color: #69F0AE !important;
}
.green.accent-3 {
  background-color: #00E676 !important;
}
.green-text.text-accent-3 {
  color: #00E676 !important;
}
.green.accent-4 {
  background-color: #00C853 !important;
}
.green-text.text-accent-4 {
  color: #00C853 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ffff00 !important;
}
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #9e9e9e !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eeeeee !important;
}
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.black {
  background-color: #000000 !important;
}
.black-text {
  color: #000000 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.white-text {
  color: #FFFFFF !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  box-shadow: none !important;
}
/* 2dp elevation modified*/
.z-depth-1,
nav,
.card-panel,
.card,
.btn,
.dropdown-content,
.collapsible,
.sidenav,
.btn-large,
.btn-small {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/* 24dp elevation */
.z-depth-5,
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type=range],
input[type=range] + .thumb {
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #fff;
}
nav i,
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
nav ul {
  margin: 0;
}
nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating,
nav ul a.btn-large,
nav ul a.btn-small {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
nav .input-field label.active i {
  color: #fff;
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94666667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76666667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.card-panel {
  transition: box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
}
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.btn,
.btn-flat,
.btn-large,
.btn-small {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
.btn-large.disabled:hover,
.btn-large:disabled:hover,
.btn-large[disabled]:hover,
.btn-small.disabled:hover,
.btn-small:disabled:hover,
.btn-small[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
.btn-large,
.btn-small {
  font-size: 14px;
  outline: 0;
}
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
.btn-large i,
.btn-small i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn:focus,
.btn-floating:focus,
.btn-large:focus,
.btn-small:focus {
  background-color: #1c7d74;
}
.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:hover {
  box-shadow: none;
}
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li:focus {
  outline: none;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  white-space: nowrap;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}
.dropdown-trigger {
  cursor: pointer;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-flat,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}
.collapsible li.active > .collapsible-body {
  display: block;
}
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all 0.3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
/* Text Inputs + Textarea */
/* Style Placeholders */
::placeholder {
  color: #d1d1d1;
}
/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled,
input[type=text]:not(.browser-default):disabled,
input[type=password]:not(.browser-default):disabled,
input[type=email]:not(.browser-default):disabled,
input[type=url]:not(.browser-default):disabled,
input[type=time]:not(.browser-default):disabled,
input[type=date]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default):disabled,
input[type=number]:not(.browser-default):disabled,
input[type=search]:not(.browser-default):disabled,
textarea.materialize-textarea:disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default):disabled + label,
textarea.materialize-textarea:disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
input:not([type]).valid,
input[type=text]:not(.browser-default).valid,
input[type=password]:not(.browser-default).valid,
input[type=email]:not(.browser-default).valid,
input[type=url]:not(.browser-default).valid,
input[type=time]:not(.browser-default).valid,
input[type=date]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=tel]:not(.browser-default).valid,
input[type=number]:not(.browser-default).valid,
input[type=search]:not(.browser-default).valid,
textarea.materialize-textarea.valid,
input:not([type]):focus.valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}
input:not([type]).invalid,
input[type=text]:not(.browser-default).invalid,
input[type=password]:not(.browser-default).invalid,
input[type=email]:not(.browser-default).invalid,
input[type=url]:not(.browser-default).invalid,
input[type=time]:not(.browser-default).invalid,
input[type=date]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=number]:not(.browser-default).invalid,
input[type=search]:not(.browser-default).invalid,
textarea.materialize-textarea.invalid,
input:not([type]):focus.invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}
/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
/* Character Counter */
.character-counter {
  min-height: 18px;
}
/* Radio Buttons */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  user-select: none;
}
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}
/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}
[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
/* Checkboxes */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="checkbox"] {
  /* checkbox aspect */
}
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}
/* Switch */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}
/* Select Field */
select {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
/* File Input */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
/* Range */
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range] {
  border: 1px solid white;
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-moz-focus-inner {
  border: 0;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
}
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i,
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 993px) {
  .container:not(.success-payment) {
    width: 100%;
  }
}
html body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: #3a4d55;
  letter-spacing: 0.02em;
  overflow: auto !important;
}
@media only screen and (min-width: 993px) {
  html body main {
    padding-left: 75px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  html body main {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  html body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  html body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 993px) {
  html body {
    font-size: 14px;
  }
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.main-layout {
  /*
  background: url("images/bg-pattern.png") no-repeat center fixed;
  */
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 1em;
}
main {
  flex: 1 0 auto;
  padding-top: 1em;
}
.pf-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.pf-container-center {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.pf-main-block {
  flex: 1 1 auto;
}
.input-field.input-field-baseform label,
.input-field-baseform label {
  top: 0;
}
form .input-field > label {
  transform: translateY(10px) scale(0.95);
}
form .input-field > label:not(.label-icon).active {
  transform: translateY(-5px) scale(0.8);
}
@media only screen and (max-width: 600px) {
  .input-field > label:not(.label-icon).active {
    transform: translateY(-15px) scale(0.8) !important;
  }
  form .input-field > label {
    padding-left: 15px !important;
  }
}
#searchBar label {
  top: -5px;
  padding-left: 1em;
  font-size: 0.9em;
}
.input-field.input-field-baseform > label {
  height: fit-content;
  font-size: 0.9em;
  padding-left: 1em;
}
.input-field.input-field-baseform > label :not(.label-icon).active {
  left: 5px;
}
.input-field.input-field-baseform > label.active {
  width: fit-content !important;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: white;
  top: -8px;
  left: 0;
  font-size: 0.8em;
  transform: translateY(0) scale(0.8) !important;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .input-field.input-field-baseform > label.active {
    top: -5px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field.input-field-baseform > label.active {
    top: -3px;
  }
}
.input-field.input-field-baseform .prefix {
  font-size: 1.5em !important;
  width: 3em;
  top: 0.2rem;
}
.input-field.input-field-baseform .prefix ~ label {
  margin-left: 3em !important;
  margin-top: -5px;
}
.input-field.input-field-baseform .prefix ~ label.active {
  left: 11px;
  margin-top: 0;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .input-field.input-field-baseform .prefix ~ label.active {
    left: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field.input-field-baseform .prefix ~ label.active {
    left: 18px;
  }
}
.input-field.input-field-baseform .prefix ~ input {
  margin-left: 2rem;
}
.input-field.input-field-baseform .prefix ~ .helper-text {
  margin-left: 2em;
}
.input-field.input-field-baseform ~ input {
  margin-left: 2em;
}
i.prefix.tiny {
  font-size: 1em !important;
  width: 2em;
}
i.prefix.tiny ~ input {
  margin-left: 2em;
}
/* SVG prefix icon (Lucide) inside input-field — scoped to .input-field
   to avoid breaking SVGs with .prefix class in flex/flow layouts */
.input-field svg.prefix,
.input-field span.prefix {
  position: absolute;
  top: 0.6rem;
  width: auto !important;
  height: auto !important;
}
.input-field svg.prefix ~ input,
.input-field span.prefix ~ input,
.input-field svg.prefix ~ textarea,
.input-field span.prefix ~ textarea {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
.input-field svg.prefix ~ label,
.input-field span.prefix ~ label {
  margin-left: 2.5rem;
}
.input-field svg.prefix ~ label.active,
.input-field span.prefix ~ label.active {
  margin-left: 0;
}
.rating {
  transition: color 0.3s ease;
}
.rating svg.active {
  color: #ffd700;
  fill: #ffd700;
}
div.input-field,
div.input-group {
  margin-top: 0;
  margin-bottom: 5px;
}
div.input-field input:not([type='radio'], [type='file'], [type='digit']),
div.input-group input:not([type='radio'], [type='file'], [type='digit']) {
  width: 80% !important;
  height: 1.25em !important;
  font-size: 1em !important;
  border: none !important;
  outline: 1px solid #a8b4ba !important;
  border-radius: 4px !important;
  padding: 5px !important;
  background-color: white !important;
  margin-bottom: 10px !important;
}
div.input-field input.select-dropdown,
div.input-group input.select-dropdown {
  width: 100% !important;
}
div.input-field .select-wrapper .caret,
div.input-group .select-wrapper .caret {
  z-index: 1;
  pointer-events: none;
}
div.input-field .select-wrapper ~ label,
div.input-group .select-wrapper ~ label {
  top: 0px !important;
  white-space: nowrap;
  min-width: fit-content;
  overflow: auto;
  padding: 0 !important;
}
div.input-field.input-field-baseform .select-wrapper ~ label,
div.input-group.input-field-baseform .select-wrapper ~ label {
  top: -8px !important;
  font-size: 0.8em;
  background: white;
  padding: 0 0.5em !important;
  width: fit-content;
  border-radius: 4px;
}
div.input-field .minicolors input,
div.input-group .minicolors input {
  padding-left: 40px !important;
}
div.input-field ul.dropdown-content,
div.input-group ul.dropdown-content {
  border-radius: 8px;
}
div.input-field ul.dropdown-content li,
div.input-group ul.dropdown-content li {
  min-height: 28px;
}
div.input-field ul.dropdown-content li > span,
div.input-group ul.dropdown-content li > span {
  font-size: 14px;
  color: #3a4d55;
}
.switch label {
  position: relative !important;
  font-size: 0.9em !important;
}
.switch label .lever {
  height: 12px !important;
}
.switch label .lever:after,
.switch label .lever:before {
  width: 17px !important;
  height: 17px !important;
}
.datepicker-calendar .select-dropdown {
  outline: none !important;
  background-color: initial !important;
  width: 100% !important;
}
.datepicker-controls .select-month input {
  max-width: 100px;
  width: 100% !important;
}
.datepicker-controls .select-year input {
  max-width: 55px;
  width: 100% !important;
  margin-left: 10px !important;
}
.datepicker-controls .month-prev,
.datepicker-controls .month-next {
  flex-shrink: 0;
}
#productPricing div.input-field label.radio-baseform,
#slide-out-questions div.input-field label.radio-baseform,
.radio-button-pf div.input-field label.radio-baseform {
  position: inherit;
}
#productPricing #selectBlockCategory.input-field label,
#slide-out-questions #selectBlockCategory.input-field label,
.radio-button-pf #selectBlockCategory.input-field label,
#productPricing #selectBlockInBlockList.input-field label,
#slide-out-questions #selectBlockInBlockList.input-field label,
.radio-button-pf #selectBlockInBlockList.input-field label {
  position: absolute;
}
#productPricing #backgroundColorWrapper .input-field input,
#slide-out-questions #backgroundColorWrapper .input-field input,
.radio-button-pf #backgroundColorWrapper .input-field input,
#productPricing #buttonColorWrapper .input-field input,
#slide-out-questions #buttonColorWrapper .input-field input,
.radio-button-pf #buttonColorWrapper .input-field input {
  margin-bottom: 0;
}
#productPricing #backgroundColorWrapper .input-field label,
#slide-out-questions #backgroundColorWrapper .input-field label,
.radio-button-pf #backgroundColorWrapper .input-field label,
#productPricing #buttonColorWrapper .input-field label,
#slide-out-questions #buttonColorWrapper .input-field label,
.radio-button-pf #buttonColorWrapper .input-field label {
  position: absolute;
}
.collection {
  position: relative;
}
.collection-item > .btn,
.collection-item > .btn-flat,
.collection-item > .btn-raised,
.collection-item > .btn-large,
.collection-item > .btn-small {
  margin-bottom: 0;
}
.select-wrapper {
  margin-top: 0;
}
.select-wrapper input {
  height: 2.2rem !important;
  line-height: 2.2rem !important;
}
span.badge {
  height: auto;
}
div.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: auto !important;
  min-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 1rem 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pf-input-modern {
  position: relative;
  margin-bottom: 16px;
}
.pf-input-modern .pf-input-field {
  width: 100%;
  height: 56px;
  padding: 26px 16px 10px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3a4d55;
  background-color: #fafafa;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.pf-input-modern .pf-input-field::placeholder {
  color: transparent;
}
.pf-input-modern .pf-input-field:hover {
  border-color: #bdbdbd;
  background-color: #f5f5f5;
}
.pf-input-modern .pf-input-field:focus {
  border-color: #007aff;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.12);
}
.pf-input-modern .pf-input-field:focus + .pf-input-label,
.pf-input-modern .pf-input-field:not(:placeholder-shown) + .pf-input-label {
  top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.pf-input-modern .pf-input-field:focus + .pf-input-label {
  color: #007aff;
}
.pf-input-modern .pf-input-field.invalid,
.pf-input-modern .pf-input-field:invalid:not(:placeholder-shown) {
  border-color: #ff3b30;
}
.pf-input-modern .pf-input-field.invalid:focus,
.pf-input-modern .pf-input-field:invalid:not(:placeholder-shown):focus {
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}
.pf-input-modern .pf-input-field.valid {
  border-color: #34c759;
}
.pf-input-modern .pf-input-label {
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
}
.pf-input-modern.with-icon .pf-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
  transition: color 0.2s ease;
}
.pf-input-modern.with-icon .pf-input-field {
  padding-left: 48px;
}
.pf-input-modern.with-icon .pf-input-label {
  left: 48px;
}
.pf-input-modern.with-icon .pf-input-field:focus ~ .pf-input-icon {
  color: #007aff;
}
.pf-input-modern .pf-input-error {
  display: block;
  margin-top: 4px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ff3b30;
}
.pf-btn-signin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: #007aff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
  letter-spacing: 0;
}
.pf-btn-signin:hover {
  background-color: #0066d6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}
.pf-btn-signin:active {
  transform: translateY(0);
  box-shadow: none;
}
.pf-btn-signin:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pf-btn-signin.loading {
  position: relative;
  color: transparent;
}
.pf-btn-signin.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: pf-btn-spin 0.8s linear infinite;
}
.pf-btn-signin.pf-btn-vendor:hover {
  filter: brightness(0.95);
}
@keyframes pf-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.pf-auth-card {
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
}
.pf-auth-card .input-field input {
  width: 100% !important;
}
.pf-auth-card .pf-auth-logo {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.pf-auth-card .pf-auth-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #3a4d55;
  text-align: center;
}
.pf-auth-card .pf-auth-subtitle {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.pf-auth-card .pf-auth-footer {
  margin-top: 24px;
  text-align: center;
}
.pf-auth-card .pf-auth-footer .pf-auth-prompt {
  font-size: 14px;
  color: #666;
}
.pf-auth-card .pf-auth-footer .pf-auth-link {
  font-size: 14px;
  font-weight: 500;
  color: #007aff;
  cursor: pointer;
  transition: color 0.2s ease;
}
.pf-auth-card .pf-auth-footer .pf-auth-link:hover {
  color: #0066d6;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .text-adaptive {
    font-size: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .text-adaptive {
    font-size: 12px;
  }
}
@media only screen and (min-width: 993px) {
  .text-adaptive {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .inverse-adaptive {
    font-size: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .inverse-adaptive {
    font-size: 16px;
  }
}
@media only screen and (min-width: 993px) {
  .inverse-adaptive {
    font-size: 16px;
  }
}
.capitalize {
  text-transform: capitalize;
}
/* =========================
 * Base text color utilities
 * ========================= */
.text-dark {
  color: #3a4d55 !important;
}
.text-dark-light {
  color: rgba(58, 77, 85, 0.7) !important;
}
.text-white {
  color: #fff !important;
}
.text-light {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-purple {
  color: #6964e0 !important;
}
.text-teal {
  color: #26a69a !important;
}
.text-red {
  color: #e57373 !important;
}
.text-yellow {
  color: #ffe66d !important;
}
.text-blue {
  color: blue !important;
}
/* Shared typography / wrapping rules for all text-* utilities */
.text-dark,
.text-dark-light,
.text-white,
.text-light,
.text-purple,
.text-teal,
.text-red,
.text-yellow,
.text-blue {
  /* Letter-spacing */
  letter-spacing: 0.03em;
  /* Hyphenation & wrapping */
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  /* Font smoothing & ligatures */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga' 1, 'kern' 1;
}
/* Links with light/white text inside or as the link itself */
a .text-light,
a .text-white,
a.text-light,
a.text-white {
  color: rgba(255, 255, 255, 0.9) !important;
}
/* =========================
 * Meme text (outlined)
 * ========================= */
/* TikTok-style meme captions — soft blurred halo, no hard stroke */
.text-dark-meme,
.text-light-meme {
  font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Light text on dark — soft dark halo */
.text-light-meme {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.35), 0 0 20px rgba(0, 0, 0, 0.2);
}
/* Dark text on light — soft light halo */
.text-dark-meme {
  color: #000 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.25);
}
/* Better multi-line balance on modern engines */
@supports (text-wrap: balance) {
  .text-dark-meme,
  .text-light-meme {
    text-wrap: balance;
  }
}
/* Accessibility: add thin stroke when users ask for contrast */
@media (prefers-contrast: more) {
  .text-light-meme {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.6);
  }
  .text-dark-meme {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  }
}
/* =========================
 * Gradient / rainbow text
 * ========================= */
.text-rainbow {
  background-image: linear-gradient(130deg, #e57373, #ffb74d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.font-size-10px {
  font-size: 10px;
}
.font-size-mini {
  font-size: 12px;
}
.font-size-2 {
  font-size: 1.2em;
}
.font-size-3 {
  font-size: 1.5em;
}
.font-size-4 {
  font-size: 2em;
}
.font-size-5 {
  font-size: 2.4em;
}
.font-size-smaller {
  font-size: 0.7em !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.public-h1 {
  line-height: 1.2em !important;
  margin: 0 !important;
}
@media only screen and (min-width: 993px) {
  .public-h1 {
    font-size: 3em !important;
  }
}
.public-h2 {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.public-h3 {
  font-size: 1.2em !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
/*
 * materialize-grid.css
 * =====================================================================
 * Standalone grid & utility extraction from MaterializeCSS v1.0.0.
 *
 * This file replaces the full materialize-css npm package for layout
 * purposes. It contains ONLY:
 *   1. 12-column float grid  (.row, .col, .s1-.s12, .m1-.m12, .l1-.l12, .xl1-.xl12)
 *   2. Offset classes         (.offset-s1 … .offset-xl12)
 *   3. Push / Pull classes    (.push-s1 … .pull-xl12)
 *   4. Container & Section    (.container, .section)
 *   5. Responsive visibility  (.hide-on-*, .show-on-*)
 *   6. Utility helpers        (.valign-wrapper, .truncate, .center, .center-align,
 *                              .left-align, .right-align, .left, .right,
 *                              .circle, .center-block, .responsive-img)
 *
 * Breakpoints (Materialize convention):
 *   s  = 0px+      (small / default)
 *   m  = 601px+    (medium)
 *   l  = 993px+    (large)
 *   xl = 1201px+   (extra-large)
 *
 * Created: 2026-03-10 — extracted as part of the Materialize removal plan.
 * See: .claude/plans/MATERIALIZE-REMOVAL-PLAN.md
 * =====================================================================
 */
/* ==========================================================================
   1. RESPONSIVE VISIBILITY HELPERS
   ========================================================================== */
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
/* ==========================================================================
   2. CONTAINER & SECTION
   ========================================================================== */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
/* ==========================================================================
   3. GRID — Row & Column base
   ========================================================================== */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
/* ==========================================================================
   3a. GRID — Small (s) — 0px+
   ========================================================================== */
.row .col.s1 {
  width: 8.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.33333333%;
}
.row .col.offset-s2 {
  margin-left: 16.66666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33333333%;
}
.row .col.offset-s5 {
  margin-left: 41.66666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33333333%;
}
.row .col.offset-s8 {
  margin-left: 66.66666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33333333%;
}
.row .col.offset-s11 {
  margin-left: 91.66666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s1 {
  right: 8.33333333%;
}
.row .col.pull-s2 {
  right: 16.66666667%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.pull-s4 {
  right: 33.33333333%;
}
.row .col.pull-s5 {
  right: 41.66666667%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.pull-s7 {
  right: 58.33333333%;
}
.row .col.pull-s8 {
  right: 66.66666667%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.pull-s10 {
  right: 83.33333333%;
}
.row .col.pull-s11 {
  right: 91.66666667%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s1 {
  left: 8.33333333%;
}
.row .col.push-s2 {
  left: 16.66666667%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.push-s4 {
  left: 33.33333333%;
}
.row .col.push-s5 {
  left: 41.66666667%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.push-s7 {
  left: 58.33333333%;
}
.row .col.push-s8 {
  left: 66.66666667%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.push-s10 {
  left: 83.33333333%;
}
.row .col.push-s11 {
  left: 91.66666667%;
}
.row .col.push-s12 {
  left: 100%;
}
/* ==========================================================================
   3b. GRID — Medium (m) — 601px+
   ========================================================================== */
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m1 {
    right: 8.33333333%;
  }
  .row .col.pull-m2 {
    right: 16.66666667%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.pull-m4 {
    right: 33.33333333%;
  }
  .row .col.pull-m5 {
    right: 41.66666667%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.pull-m7 {
    right: 58.33333333%;
  }
  .row .col.pull-m8 {
    right: 66.66666667%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.pull-m10 {
    right: 83.33333333%;
  }
  .row .col.pull-m11 {
    right: 91.66666667%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m1 {
    left: 8.33333333%;
  }
  .row .col.push-m2 {
    left: 16.66666667%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.push-m4 {
    left: 33.33333333%;
  }
  .row .col.push-m5 {
    left: 41.66666667%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.push-m7 {
    left: 58.33333333%;
  }
  .row .col.push-m8 {
    left: 66.66666667%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.push-m10 {
    left: 83.33333333%;
  }
  .row .col.push-m11 {
    left: 91.66666667%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
/* ==========================================================================
   3c. GRID — Large (l) — 993px+
   ========================================================================== */
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l1 {
    right: 8.33333333%;
  }
  .row .col.pull-l2 {
    right: 16.66666667%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.pull-l4 {
    right: 33.33333333%;
  }
  .row .col.pull-l5 {
    right: 41.66666667%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.pull-l7 {
    right: 58.33333333%;
  }
  .row .col.pull-l8 {
    right: 66.66666667%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.pull-l10 {
    right: 83.33333333%;
  }
  .row .col.pull-l11 {
    right: 91.66666667%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l1 {
    left: 8.33333333%;
  }
  .row .col.push-l2 {
    left: 16.66666667%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.push-l4 {
    left: 33.33333333%;
  }
  .row .col.push-l5 {
    left: 41.66666667%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.push-l7 {
    left: 58.33333333%;
  }
  .row .col.push-l8 {
    left: 66.66666667%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.push-l10 {
    left: 83.33333333%;
  }
  .row .col.push-l11 {
    left: 91.66666667%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
/* ==========================================================================
   3d. GRID — Extra-large (xl) — 1201px+
   ========================================================================== */
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl1 {
    right: 8.33333333%;
  }
  .row .col.pull-xl2 {
    right: 16.66666667%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.pull-xl4 {
    right: 33.33333333%;
  }
  .row .col.pull-xl5 {
    right: 41.66666667%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.pull-xl7 {
    right: 58.33333333%;
  }
  .row .col.pull-xl8 {
    right: 66.66666667%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.pull-xl10 {
    right: 83.33333333%;
  }
  .row .col.pull-xl11 {
    right: 91.66666667%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl1 {
    left: 8.33333333%;
  }
  .row .col.push-xl2 {
    left: 16.66666667%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.push-xl4 {
    left: 33.33333333%;
  }
  .row .col.push-xl5 {
    left: 41.66666667%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.push-xl7 {
    left: 58.33333333%;
  }
  .row .col.push-xl8 {
    left: 66.66666667%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.push-xl10 {
    left: 83.33333333%;
  }
  .row .col.push-xl11 {
    left: 91.66666667%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
/* ==========================================================================
   4. UTILITY HELPERS
   ========================================================================== */
.valign-wrapper {
  display: flex;
  align-items: center;
}
.center,
.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.circle {
  border-radius: 50%;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 993px) {
  .display-inline-block-on-desktop-only {
    display: inline-block;
  }
}
.align-items-center {
  align-items: center;
}
.align-items-flex-start {
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .align-items-start-mobile {
    align-items: start !important;
  }
}
.flex-direction-column {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .flex-direction-column-mobile {
    flex-direction: column;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-start {
  justify-content: flex-start;
}
.d-flex {
  display: flex !important;
}
@media only screen and (max-width: 600px) {
  .justify-content-center-on-mobile {
    justify-content: center;
  }
}
@media only screen and (min-width: 993px) {
  .justify-content-center-on-desktop {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-mobile {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  .center-on-mediaTabletAndUp {
    text-align: center;
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-hidden {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.no-wrap {
  white-space: nowrap;
  min-width: fit-content;
  overflow: auto;
}
@media only screen and (min-width: 601px) {
  .right-on-mediaTabletAndUp {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .valign-wrapper-mobile {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 993px) {
  .valign-wrapper-desktop {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 601px) {
  .valign-wrapper-tabletAndUp {
    display: flex;
    align-items: center;
  }
}
.justify-content-space-between {
  justify-content: space-between;
}
.display-grid {
  display: grid;
}
.display-flex {
  display: flex;
}
.fdb-block {
  overflow: visible;
}
.fdb-block .container.card {
  margin: 0 auto;
}
.fdb-block .row {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fdb-block [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.fdb-block .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.fdb-block .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.fdb-block .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.fdb-block .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.fdb-block .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.fdb-block .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.fdb-block .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.fdb-block .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.fdb-block .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.fdb-block .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.fdb-block .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.fdb-block .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.fdb-block .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .fdb-block .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .fdb-block .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .fdb-block .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .fdb-block .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fdb-block .ml-auto {
  margin-left: auto !important;
}
.fdb-block .mr-auto {
  margin-right: auto !important;
}
.fdb-block .m-auto {
  margin: auto !important;
}
@media (min-width: 768px) {
  .fdb-block .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .mr-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .m-sm-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .m-md-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .ml-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .mr-lg-0 {
    margin-right: 0 !important;
  }
}
.fdb-block .mt-1 {
  margin-top: 0.25rem !important;
}
.fdb-block .mt-2 {
  margin-top: 0.5rem !important;
}
.fdb-block .mt-4 {
  margin-top: 1.5rem !important;
}
.fdb-block .mt-5 {
  margin-top: 3rem !important;
}
.fdb-block .mb-3 {
  margin-bottom: 1rem !important;
}
.fdb-block .mb-4 {
  margin-bottom: 1.5rem !important;
}
.fdb-block .mb-5 {
  margin-bottom: 3rem !important;
}
.fdb-block .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.fdb-block .pt-3 {
  padding-top: 1rem !important;
}
.fdb-block .pt-4 {
  padding-top: 1.5rem !important;
}
.fdb-block .pt-5 {
  padding-top: 3rem !important;
}
.fdb-block .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fdb-block .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .fdb-block .ml-md-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .pt-md-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .pt-lg-0 {
    padding-top: 0 !important;
  }
}
.fdb-block .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.fdb-block .no-gutters > .col,
.fdb-block .no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.fdb-block .text-center {
  text-align: center !important;
}
.fdb-block .text-left {
  text-align: left !important;
}
.fdb-block .no-padding {
  padding: 0 !important;
}
.fdb-block .img-fluid {
  max-width: 100%;
  height: auto;
}
.fdb-block .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.margin-top-auto {
  margin-top: auto !important;
}
.margin-top-mini {
  margin-top: 5px !important;
}
.margin-top-1 {
  margin-top: 1em;
}
.margin-top-2 {
  margin-top: 2em;
}
.margin-top-3 {
  margin-top: 3em;
}
.margin-top-3-desktop {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-top-3-desktop {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-3-desktop {
    margin-top: 3em;
  }
}
.margin-top-20-desktop {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-top-20-desktop {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-20-desktop {
    margin-top: 20em;
  }
}
.margin-bottom-auto {
  margin-bottom: auto !important;
}
.margin-bottom-3 {
  margin-bottom: 3em;
}
.margin-bottom-15 {
  margin-bottom: 15em;
}
.margin-bottom-3-desktop {
  margin-bottom: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-bottom-3-desktop {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-bottom-3-desktop {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-auto-mobile {
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .margin-1-tabletAndUp {
    margin: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-top-1-tabletAndUp {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-top-3-tabletAndUp {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-top-1-mobile {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-4-desktop {
    margin-top: 4em;
  }
}
.margin-bottom-mini-2 {
  margin-bottom: 10px !important;
}
.margin-bottom-mini {
  margin-bottom: 5px !important;
}
.margin-bottom-1 {
  margin-bottom: 1em;
}
.margin-bottom-2 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 600px) {
  .margin-bottom-1-mobile {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-bottom-5-mobile {
    margin-bottom: 5em;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-1 {
  margin: 1em;
}
.margin-2 {
  margin: 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-2 {
    margin: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-2 {
    margin: 10px;
  }
}
.margin-sides-mini {
  margin: 0 0.5em !important;
}
.margin-sides-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-sides-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.margin-sides-2 {
  margin: 0 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-sides-2 {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-sides-2 {
    margin: 0 10px;
  }
}
.margin-auto {
  margin: auto !important;
}
.margin-auto-0 {
  margin: auto 0;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-right-mini {
  margin-right: 5px;
}
.margin-right-1 {
  margin-right: 1em;
}
@media only screen and (max-width: 600px) {
  .margin-right-1-mobile {
    margin-right: 1em;
  }
}
.margin-right-2 {
  margin-right: 2em;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-mini {
  margin-left: 5px;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-left-1 {
  margin-left: 1em;
}
.margin-left-2 {
  margin-left: 2em;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-1-1 {
  margin-left: 1.1% !important;
}
@media only screen and (min-width: 601px) {
  .margin-left-2-tablet-up {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-left-auto-tablet-and-up {
    margin-left: auto;
  }
}
.margin-top-18px {
  margin-top: 18px !important;
}
@media only screen and (max-width: 600px) {
  .margin-right-auto-mobile {
    margin-right: auto;
  }
}
.padding-mini {
  padding: 5px;
}
.padding-mini-i {
  padding: 5px !important;
}
.padding-top-mini {
  padding-top: 5px;
}
.padding-bottom-mini {
  padding-bottom: 5px;
}
.padding-left-mini {
  padding-left: 5px !important;
}
.padding-left-0-8 {
  padding-left: 0.8em !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-1 {
  padding-left: 1em;
}
.padding-left-2 {
  padding-left: 2em;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-sides-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.padding-sides-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-sides-mini {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media only screen and (max-width: 600px) {
  .padding-0-mobile {
    padding: 0 !important;
  }
}
.padding-1 {
  padding: 1em;
}
@media only screen and (min-width: 601px) {
  .padding-left-1-tablet-and-up {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 993px) {
  .padding-left-1-desktop {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-left-2-tablet-and-up {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .padding-left-2-tablet-and-up {
    padding-left: 2em;
  }
}
.padding-2 {
  padding: 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .padding-2 {
    padding: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-2 {
    padding: 10px;
  }
}
.padding-4 {
  padding: 4em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .padding-4 {
    padding: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-4 {
    padding: 15px;
  }
}
.padding-top-1 {
  padding-top: 1em !important;
}
.padding-top-2 {
  padding-top: 2em !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-1 {
  padding-bottom: 1em !important;
}
.padding-bottom-2 {
  padding-bottom: 2em !important;
}
.padding-bottom-3 {
  padding-bottom: 3em !important;
}
.padding-up-down-mini {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-up-down-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.padding-sides-mini {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-sides-1 {
  padding-left: 1em;
  padding-right: 1em;
}
/* General */
.min-width-60px {
  min-width: 60px;
}
.min-width-150px {
  min-width: 150px;
}
.min-width-300px {
  min-width: 300px;
}
.min-width-450px {
  min-width: 450px;
}
.min-height-inherit {
  min-height: inherit;
}
.min-height-150px {
  min-height: 150px;
}
.width-135px {
  width: 135px !important;
}
.width100 {
  width: 100%;
}
.width91 {
  width: 91% !important;
}
.width-auto {
  width: auto !important;
}
.height100 {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .width60-mobile {
    width: 60%;
  }
}
@media only screen and (min-width: 601px) {
  .width5-tablet-and-up {
    width: 5%;
  }
}
@media only screen and (min-width: 601px) {
  .width10-tablet-and-up {
    width: 10%;
  }
}
@media only screen and (min-width: 601px) {
  .width20-tablet-and-up {
    width: 20%;
  }
}
@media only screen and (min-width: 601px) {
  .width25-tablet-and-up {
    width: 25%;
  }
}
@media only screen and (min-width: 601px) {
  .width40-tablet-and-up {
    width: 40%;
  }
}
.width-40 {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .width-80-mobile {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  .width-50-desktop {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .width-30-desktop {
    width: 30%;
  }
}
.top35px {
  position: absolute;
  width: 100%;
  top: 35px;
}
.top35px .showcase-page-container {
  padding-top: 110px !important;
}
.height28 {
  height: 28px !important;
}
.width35 {
  width: 35px;
}
.width-fill-available {
  width: 100%;
  /* Fallback for older browsers */
  width: -webkit-fill-available;
  /* Chrome, Safari */
}
.height35 {
  height: 35px;
  line-height: 35px;
}
.height50 {
  height: 50px !important;
}
.height70 {
  height: 70px !important;
}
.height200 {
  height: 200px !important;
}
.minHeight60 {
  min-height: 60px !important;
}
.line-height-normal {
  line-height: normal !important;
}
.line-height-small {
  line-height: 20px !important;
}
.line-height-medium {
  line-height: 36px !important;
}
.line-height-large {
  line-height: 54px !important;
}
.width-150px {
  width: 150px;
}
.max-width-40px {
  max-width: 40px;
}
.max-width-80px {
  max-width: 80px;
}
.max-width-80px-responsive {
  max-width: 80px;
}
@media only screen and (max-width: 600px) {
  .max-width-80px-responsive {
    max-width: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .max-width-80px-responsive {
    max-width: 50px;
  }
}
.max-width-150px {
  max-width: 150px;
}
.max-width-200px {
  max-width: 200px;
}
.max-width-250px {
  max-width: 250px;
}
.max-width-400px {
  max-width: 400px;
}
.max-width-600px {
  max-width: 600px;
}
.max-width-700px {
  max-width: 700px;
}
.max-width-1100px {
  max-width: 1100px;
}
.max-width-1900px {
  max-width: 1900px;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-40 {
  max-width: 40%;
}
.max-height-30 {
  max-height: 30px;
}
.max-height-50 {
  max-height: 50px;
}
.max-height-80 {
  max-height: 80px;
}
.max-height-150px {
  max-height: 150px;
}
.max-height-250px {
  max-height: 250px;
}
.max-height-400px {
  max-height: 400px;
}
.min-height-40 {
  min-height: 40px;
}
.min-height-50 {
  min-height: 50px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-250 {
  min-height: 250px;
}
.min-height-345 {
  min-height: 345px;
}
.min-height-450 {
  min-height: 450px;
}
.min-h-40vh {
  min-height: 40vh;
}
.min-h-80vh {
  min-height: 80vh;
}
.height-180 {
  height: 180px !important;
}
.height-350 {
  height: 350px;
}
.height-400 {
  height: 400px;
}
.fullheight {
  height: 100vh;
}
.fullHeightWithHeader {
  height: calc(100vh -  80px);
}
.height80vh {
  height: 80vh;
  max-height: 750px;
}
@media only screen and (max-width: 600px) {
  .height80vh {
    height: 85vh;
  }
}
.fullwidth {
  width: 100vw;
}
.height-fit-content {
  height: fit-content !important;
}
.min-height-100vh {
  min-height: 100vh;
}
/* Buttons */
/* Links */
body a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-flat) {
  color: #3a4d55;
}
body a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-flat):hover {
  color: rgba(58, 77, 85, 0.7);
}
a.text-light:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* Small buttons */
.btn-small {
  height: 26px !important;
  line-height: 1.5 !important;
  font-size: 12px !important;
  padding: 3px 10px !important;
  min-width: 60px !important;
}
.btn-small i {
  font-size: 1em !important;
}
.btn-small i.right {
  margin-left: 7px !important;
}
/* Disabled buttons: remove gradient */
.btn,
.btn-small,
.btn-large,
.btn.col.s12,
.btn-large,
.btn-large.col.s12,
.btn-small,
.btn-small.col.s12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.disabled,
.btn-small.disabled,
.btn-large.disabled,
.btn.col.s12.disabled,
.btn-large.disabled,
.btn-large.col.s12.disabled,
.btn-small.disabled,
.btn-small.col.s12.disabled {
  background-image: none !important;
}
.btn span,
.btn-small span,
.btn-large span,
.btn.col.s12 span,
.btn-large span,
.btn-large.col.s12 span,
.btn-small span,
.btn-small.col.s12 span {
  margin: auto;
}
/* Flat button focus */
.btn-flat:focus {
  background-color: inherit;
}
/* Left-aligned button spacing */
.btn.left,
.btn-large.left,
.btn-small.left {
  margin-right: 1rem;
}
/* Button focus reset on native <button> */
button:focus {
  background-color: inherit !important;
  outline: none !important;
}
/* Responsive button */
.btn-responsive {
  height: auto !important;
  line-height: inherit !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* General button shape & text */
.btn,
.btn-large,
.btn-small,
.btn-flat,
.btn-large,
.btn-small {
  text-transform: none !important;
  border-radius: 999px !important;
}
.btn i.tiny,
.btn-large i.tiny,
.btn-small i.tiny,
.btn-flat i.tiny,
.btn-large i.tiny,
.btn-small i.tiny {
  font-size: 1rem;
}
/* Basic flat button */
.btn-basic.btn-flat {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-basic.btn-flat i.tiny {
  font-size: 1rem;
}
/* Link-style buttons */
.btn-link {
  color: #3a4d55;
  text-decoration: underline;
  background: none;
  border: none;
}
.btn-link:hover {
  text-decoration: underline;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
}
.btn-link-light {
  color: white;
  text-decoration: underline;
}
.btn-link-light:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
/* Basic hover style */
.btn-basic:hover {
  text-decoration: underline;
  cursor: pointer;
  filter: brightness(120%);
}
/* Waves-effect buttons */
.btn.waves-effect,
.btn-large.waves-effect,
.btn-large.waves-effect,
.btn-small.waves-effect {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 100px;
}
.btn.waves-effect.waves-dark,
.btn-large.waves-effect.waves-dark,
.btn-large.waves-effect.waves-dark,
.btn-small.waves-effect.waves-dark {
  background-color: rgba(255, 255, 255, 0.6);
}
/* Default button hover */
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  text-decoration: none !important;
}
.btn:hover span,
.btn-large:hover span,
.btn-small:hover span {
  color: inherit;
}
/* Dark text buttons */
.btn.text-dark,
.btn-large.text-dark,
.btn-small.text-dark {
  color: #3a4d55 !important;
}
/* White button with dark text */
.btn.white.text-dark:hover span,
.btn-large.white.text-dark:hover span,
.btn-small.white.text-dark:hover span {
  color: #696969;
}
/* Red text variants */
.btn.white.red-text:hover span,
.btn-link.red-text:hover span,
.btn-large.white.red-text:hover span,
.btn-small.white.red-text:hover span {
  color: red;
}
/* Solid purple button */
.btn.purple-button,
.btn-small.purple-button,
.btn-large.purple-button,
.btn-large.purple-button,
.btn-small.purple-button {
  background: linear-gradient(130deg, #6964e0, #007acc);
  color: #fff;
  border: none;
  border-radius: 999px !important;
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.btn.purple-button span,
.btn-small.purple-button span,
.btn-large.purple-button span,
.btn.purple-button i,
.btn-small.purple-button i,
.btn-large.purple-button i,
.btn-large.purple-button span,
.btn-large.purple-button i,
.btn-small.purple-button span,
.btn-small.purple-button i {
  color: inherit;
}
.btn.purple-button:hover,
.btn-small.purple-button:hover,
.btn-large.purple-button:hover,
.btn-large.purple-button:hover,
.btn-small.purple-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.btn.purple-button:active,
.btn-small.purple-button:active,
.btn-large.purple-button:active,
.btn-large.purple-button:active,
.btn-small.purple-button:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* Light Button */
.btn.light-button,
.btn-small.light-button,
.btn-large.light-button,
.btn-large.light-button,
.btn-small.light-button {
  background-color: white !important;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
.btn.light-button.text-dark,
.btn-small.light-button.text-dark,
.btn-large.light-button.text-dark,
.btn-large.light-button.text-dark,
.btn-small.light-button.text-dark {
  color: #3a4d55 !important;
}
.btn.light-button span:hover,
.btn-small.light-button span:hover,
.btn-large.light-button span:hover,
.btn.light-button i:hover,
.btn-small.light-button i:hover,
.btn-large.light-button i:hover,
.btn-large.light-button span:hover,
.btn-large.light-button i:hover,
.btn-small.light-button span:hover,
.btn-small.light-button i:hover {
  color: #3a4d55;
}
.btn.light-button:hover,
.btn-small.light-button:hover,
.btn-large.light-button:hover,
.btn-large.light-button:hover,
.btn-small.light-button:hover {
  background-color: #e9e9e9 !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 8px rgba(255, 255, 255, 0.25);
}
/* Dark Button */
.btn.dark-button,
.btn-small.dark-button,
.btn-large.dark-button,
.btn-large.dark-button,
.btn-small.dark-button {
  background-color: #1d1d1b !important;
}
.btn.dark-button span:hover,
.btn-small.dark-button span:hover,
.btn-large.dark-button span:hover,
.btn.dark-button i:hover,
.btn-small.dark-button i:hover,
.btn-large.dark-button i:hover,
.btn-large.dark-button span:hover,
.btn-large.dark-button i:hover,
.btn-small.dark-button span:hover,
.btn-small.dark-button i:hover {
  color: white;
}
.btn.dark-button:hover,
.btn-small.dark-button:hover,
.btn-large.dark-button:hover,
.btn-large.dark-button:hover,
.btn-small.dark-button:hover {
  background-color: #696969 !important;
}
/* NoCode gradient buttons */
.btn.nocode-button-1,
.btn-small.nocode-button-1,
.btn-large.nocode-button-1,
.btn-large.nocode-button-1,
.btn-small.nocode-button-1 {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border: none;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 12px;
  transition: filter 0.16s ease-out, box-shadow 0.16s ease-out;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
}
.btn.nocode-button-1:hover,
.btn-small.nocode-button-1:hover,
.btn-large.nocode-button-1:hover,
.btn.nocode-button-1:focus,
.btn-small.nocode-button-1:focus,
.btn-large.nocode-button-1:focus,
.btn-large.nocode-button-1:hover,
.btn-large.nocode-button-1:focus,
.btn-small.nocode-button-1:hover,
.btn-small.nocode-button-1:focus {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
  color: #FFFFFF;
}
.btn.nocode-button-1:hover span,
.btn-small.nocode-button-1:hover span,
.btn-large.nocode-button-1:hover span,
.btn.nocode-button-1:focus span,
.btn-small.nocode-button-1:focus span,
.btn-large.nocode-button-1:focus span,
.btn-large.nocode-button-1:hover span,
.btn-large.nocode-button-1:focus span,
.btn-small.nocode-button-1:hover span,
.btn-small.nocode-button-1:focus span {
  color: #FFFFFF;
}
.btn.nocode-button-2,
.btn-small.nocode-button-2,
.btn-large.nocode-button-2,
.btn-large.nocode-button-2,
.btn-small.nocode-button-2 {
  background-color: #f5f5f5;
  color: #8B5CF6;
  border: 2px solid #8B5CF6;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 12px;
  transition: background-color 0.16s ease-out, border-color 0.16s ease-out;
  cursor: pointer;
}
.btn.nocode-button-2:hover,
.btn-small.nocode-button-2:hover,
.btn-large.nocode-button-2:hover,
.btn.nocode-button-2:focus,
.btn-small.nocode-button-2:focus,
.btn-large.nocode-button-2:focus,
.btn-large.nocode-button-2:hover,
.btn-large.nocode-button-2:focus,
.btn-small.nocode-button-2:hover,
.btn-small.nocode-button-2:focus {
  background-color: rgba(139, 92, 246, 0.06);
  border-color: #A78BFA;
  color: #8B5CF6 !important;
}
.btn.nocode-button-2:hover span,
.btn-small.nocode-button-2:hover span,
.btn-large.nocode-button-2:hover span,
.btn.nocode-button-2:focus span,
.btn-small.nocode-button-2:focus span,
.btn-large.nocode-button-2:focus span,
.btn-large.nocode-button-2:hover span,
.btn-large.nocode-button-2:focus span,
.btn-small.nocode-button-2:hover span,
.btn-small.nocode-button-2:focus span {
  color: #8B5CF6 !important;
}
/* Dark Button Outline */
.btn.dark-button-outline,
.btn-small.dark-button-outline,
.btn-large.dark-button-outline,
.btn-large.dark-button-outline,
.btn-small.dark-button-outline {
  background-color: transparent !important;
  border: solid 1px #1d1d1b !important;
}
.btn.dark-button-outline span:hover,
.btn-small.dark-button-outline span:hover,
.btn-large.dark-button-outline span:hover,
.btn.dark-button-outline i:hover,
.btn-small.dark-button-outline i:hover,
.btn-large.dark-button-outline i:hover,
.btn-large.dark-button-outline span:hover,
.btn-large.dark-button-outline i:hover,
.btn-small.dark-button-outline span:hover,
.btn-small.dark-button-outline i:hover {
  color: rgba(29, 29, 27, 0.7);
}
.btn.dark-button-outline:hover,
.btn-small.dark-button-outline:hover,
.btn-large.dark-button-outline:hover,
.btn-large.dark-button-outline:hover,
.btn-small.dark-button-outline:hover {
  background-color: rgba(250, 250, 250, 0.8) !important;
}
/* Rainbow Button (primary gradient CTA) */
.btn.rainbow-button,
.btn-small.rainbow-button,
.btn-large.rainbow-button,
.btn-large.rainbow-button,
.btn-small.rainbow-button {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  border: none;
  border-radius: 999px !important;
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.btn.rainbow-button span,
.btn-small.rainbow-button span,
.btn-large.rainbow-button span,
.btn.rainbow-button i,
.btn-small.rainbow-button i,
.btn-large.rainbow-button i,
.btn-large.rainbow-button span,
.btn-large.rainbow-button i,
.btn-small.rainbow-button span,
.btn-small.rainbow-button i {
  color: inherit;
}
.btn.rainbow-button:hover,
.btn-small.rainbow-button:hover,
.btn-large.rainbow-button:hover,
.btn-large.rainbow-button:hover,
.btn-small.rainbow-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.btn.rainbow-button:active,
.btn-small.rainbow-button:active,
.btn-large.rainbow-button:active,
.btn-large.rainbow-button:active,
.btn-small.rainbow-button:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* White & Rainbow Button (secondary / marketing CTA) */
.btn.white-rainbow-button,
.btn-small.white-rainbow-button,
.btn-large.white-rainbow-button,
.btn-large.white-rainbow-button,
.btn-small.white-rainbow-button {
  background: #fff;
  border-radius: 999px !important;
  border: 1px solid rgba(105, 100, 224, 0.4);
  will-change: transform;
  background-size: 140% 140%;
  background-position: 0 50%;
  transition: background-position 240ms ease, transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.btn.white-rainbow-button span,
.btn-small.white-rainbow-button span,
.btn-large.white-rainbow-button span,
.btn.white-rainbow-button i,
.btn-small.white-rainbow-button i,
.btn-large.white-rainbow-button i,
.btn-large.white-rainbow-button span,
.btn-large.white-rainbow-button i,
.btn-small.white-rainbow-button span,
.btn-small.white-rainbow-button i {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.white-rainbow-button:hover,
.btn-small.white-rainbow-button:hover,
.btn-large.white-rainbow-button:hover,
.btn-large.white-rainbow-button:hover,
.btn-small.white-rainbow-button:hover {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.btn.white-rainbow-button:hover span,
.btn-small.white-rainbow-button:hover span,
.btn-large.white-rainbow-button:hover span,
.btn.white-rainbow-button:hover i,
.btn-small.white-rainbow-button:hover i,
.btn-large.white-rainbow-button:hover i,
.btn-large.white-rainbow-button:hover span,
.btn-large.white-rainbow-button:hover i,
.btn-small.white-rainbow-button:hover span,
.btn-small.white-rainbow-button:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}
/* CTA icon + motion */
.cta-icon {
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0.9;
}
.white-rainbow-button:hover .cta-icon,
.white-rainbow-button:focus .cta-icon {
  transform: translateX(4px);
}
.white-rainbow-button:hover .cta-text,
.white-rainbow-button:focus .cta-text {
  color: rgba(255, 255, 255, 0.9);
}
/* Keyboard focus */
.white-rainbow-button:focus {
  outline: 2px solid rgba(0, 137, 255, 0.35);
  outline-offset: 2px;
}
/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  .white-rainbow-button,
  .cta-icon {
    transition: none;
  }
}
/* Purple Outline / Ghost Button */
.btn.purple-button-outline,
.btn-small.purple-button-outline,
.btn-large.purple-button-outline,
.btn-large.purple-button-outline,
.btn-small.purple-button-outline {
  background-color: #ffffff;
  border: 2px solid #9c97ff;
  color: #6964e0;
  border-radius: 999px;
  padding: 10px 24px;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}
.btn.purple-button-outline span,
.btn-small.purple-button-outline span,
.btn-large.purple-button-outline span,
.btn.purple-button-outline i,
.btn-small.purple-button-outline i,
.btn-large.purple-button-outline i,
.btn-large.purple-button-outline span,
.btn-large.purple-button-outline i,
.btn-small.purple-button-outline span,
.btn-small.purple-button-outline i {
  color: inherit;
}
.btn.purple-button-outline:hover,
.btn-small.purple-button-outline:hover,
.btn-large.purple-button-outline:hover,
.btn.purple-button-outline:focus,
.btn-small.purple-button-outline:focus,
.btn-large.purple-button-outline:focus,
.btn-large.purple-button-outline:hover,
.btn-large.purple-button-outline:focus,
.btn-small.purple-button-outline:hover,
.btn-small.purple-button-outline:focus {
  background-color: #6964e0;
  border-color: #6964e0;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.purple-button-outline:active,
.btn-small.purple-button-outline:active,
.btn-large.purple-button-outline:active,
.btn-large.purple-button-outline:active,
.btn-small.purple-button-outline:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn.purple-button-outline.disabled,
.btn-small.purple-button-outline.disabled,
.btn-large.purple-button-outline.disabled,
.btn-large.purple-button-outline.disabled,
.btn-small.purple-button-outline.disabled {
  background-color: #ffffff;
  border-color: rgba(156, 151, 255, 0.4);
  color: rgba(105, 100, 224, 0.5);
  box-shadow: none;
  transform: none;
}
/* Pastel pink outline */
.btn.pastelPink-button-outline,
.btn-small.pastelPink-button-outline,
.btn-large.pastelPink-button-outline,
.btn-small.pastelPink-button-outline {
  background-color: white;
  border: solid 2px #A78BFA;
  color: #1d1d1b;
  height: fit-content;
  border-radius: 999px;
}
.btn.pastelPink-button-outline span:hover,
.btn-small.pastelPink-button-outline span:hover,
.btn.pastelPink-button-outline:hover,
.btn-small.pastelPink-button-outline:hover,
.btn.pastelPink-button-outline:focus,
.btn-small.pastelPink-button-outline:focus,
.btn-large.pastelPink-button-outline span:hover,
.btn-large.pastelPink-button-outline:hover,
.btn-large.pastelPink-button-outline:focus,
.btn-small.pastelPink-button-outline span:hover,
.btn-small.pastelPink-button-outline:hover,
.btn-small.pastelPink-button-outline:focus {
  background-color: #A78BFA;
  color: #1d1d1b;
  border-color: #A78BFA;
}
.btn.pastelPink-button-outline.disabled,
.btn-small.pastelPink-button-outline.disabled,
.btn-large.pastelPink-button-outline.disabled,
.btn-small.pastelPink-button-outline.disabled {
  border: none;
}
/* Utility */
.btn .fa,
.btn-large .fa,
.btn-small .fa {
  margin-right: 0.5rem;
}
/* Lucide SVG icon spacing inside buttons and action links */
.btn > svg,
.btn-small > svg,
.btn-large > svg,
.btn-flat > svg,
.btn-basic > svg,
.btn-link > svg,
.btn-large > svg,
.btn-small > svg {
  vertical-align: middle;
}
.btn > svg:first-child:not(:last-child),
.btn-small > svg:first-child:not(:last-child),
.btn-large > svg:first-child:not(:last-child),
.btn-flat > svg:first-child:not(:last-child),
.btn-basic > svg:first-child:not(:last-child),
.btn-link > svg:first-child:not(:last-child),
.btn-large > svg:first-child:not(:last-child),
.btn-small > svg:first-child:not(:last-child) {
  margin-right: 6px;
}
.btn > svg:last-child:not(:first-child),
.btn-small > svg:last-child:not(:first-child),
.btn-large > svg:last-child:not(:first-child),
.btn-flat > svg:last-child:not(:first-child),
.btn-basic > svg:last-child:not(:first-child),
.btn-link > svg:last-child:not(:first-child),
.btn-large > svg:last-child:not(:first-child),
.btn-small > svg:last-child:not(:first-child) {
  margin-left: 6px;
}
a.btn-basic > svg,
a.text-dark > svg,
li > a > svg {
  vertical-align: middle;
}
a.btn-basic > svg:first-child:not(:last-child),
a.text-dark > svg:first-child:not(:last-child),
li > a > svg:first-child:not(:last-child) {
  margin-right: 6px;
}
a.btn-basic > svg:last-child:not(:first-child),
a.text-dark > svg:last-child:not(:first-child),
li > a > svg:last-child:not(:first-child) {
  margin-left: 6px;
}
/* Disabled state for all button variants */
.btn.disabled,
.btn:disabled,
.btn[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled] {
  background: #e9e9e9 !important;
  color: rgba(58, 77, 85, 0.7) !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.no-underline-hover:hover {
  text-decoration: none !important;
}
span.pf-chip {
  text-align: center;
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
  padding: 5px 8px !important;
  border-radius: 18px;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-block;
}
.pf-chip {
  /* Neutral (grey) variant for tags like "Default" */
  /* Custom (vendor) variant */
  /* Risk levels */
  /* Indigo - cool blue variant */
}
.pf-chip.pf-chip--neutral {
  border-color: #bdbdbd;
  background-color: #eeeeee;
  color: #424242;
}
.pf-chip.pf-chip--custom {
  border-color: #6964e0;
  background-color: rgba(105, 100, 224, 0.12);
  color: #6964e0;
}
.pf-chip.pf-chip--low {
  border-color: #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.pf-chip.pf-chip--med {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--high {
  border-color: #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
.pf-chip.pf-chip--pink {
  border-color: #e155c0;
  background-color: #f9ddf2;
  color: #e155c0;
}
.pf-chip.pf-chip--blue {
  border-color: #64b5f6;
  background-color: #e0f0fd;
  color: #64b5f6;
}
.pf-chip.pf-chip--lightOrange {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--darkOrange {
  border-color: #ff8a65;
  background-color: #fff0db;
  color: #ff8a65;
}
.pf-chip.pf-chip--red {
  border-color: #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
.pf-chip.pf-chip--green {
  border-color: #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.pf-chip.pf-chip--indigo {
  border-color: #007acc;
  background-color: #e0f7ff;
  color: #007acc;
}
.pf-chip.pf-chip--purple {
  border-color: #6964e0;
  background-color: #e1e0f8;
  color: #6964e0;
}
.pf-chip.pf-chip--teal {
  border-color: #26a69a;
  background-color: #d3edea;
  color: #26a69a;
}
.pf-chip.pf-chip--mint {
  border-color: #8cdbe3;
  background-color: #e6f9fb;
  color: #8cdbe3;
}
.pf-chip.pf-chip--lightBlue {
  border-color: #90a4ae;
  background-color: #e8ecee;
  color: #90a4ae;
}
.pf-chip.pf-chip--orange {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--yellow {
  border-color: #d4a017;
  background-color: #fef9e7;
  color: #d4a017;
}
#updateUserSector .card .card-image img {
  border-radius: 8px 8px 0 0;
}
.card-title {
  margin: 0 auto;
  text-align: left;
}
.col .card .card-content .card-title {
  color: #3a4d55;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
}
/* Card Title */
.card-title-wrapper {
  border-bottom: solid 1px lightgray;
  padding: 1em 2em;
}
.card-title-with-button {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .card-title-with-button {
    display: flex;
  }
}
.card .card-title-wrapper .card-title {
  color: #3a4d55;
  font-size: 1.2em;
  font-weight: 400;
}
.card-subtitle {
  color: rgba(58, 77, 85, 0.7);
  font-size: 0.9em;
  word-break: break-word;
}
/* Card Content */
.card-content-wrapper {
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  color: #3a4d55;
}
.img-container {
  width: 100%;
  /* Set the width you want for the container */
  overflow: hidden;
  /* Hide the overflowed parts */
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container.small {
  height: 200px;
  /* Set a fixed height */
}
.img-container.medium {
  height: 250px;
}
.img-container.large {
  height: 350px;
}
.img-container .responsive-img {
  width: 100%;
  /* Ensure the image fills the container's width */
  height: 100%;
  /* The image height will fill the container height */
  object-fit: cover;
}
.invoice-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: auto;
  overflow: hidden;
}
.pf-section--tight {
  padding: 1rem 0;
}
/* Base button hooks (augment Materialize) */
.pf-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  border-radius: var(--btn-radius, 8px);
  height: var(--btn-h, 40px);
  padding: 0 14px;
}
.pf-btn--sm {
  --btn-h: 36px;
}
.pf-btn--lg {
  --btn-h: 48px;
  padding: 0 18px;
}
.pf-btn--full {
  width: 100%;
}
/* Loading overlay */
.pf-btn--loading {
  pointer-events: none;
}
.pf-btn__spinner {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  animation: pf-spin 0.8s linear infinite;
}
@keyframes pf-spin {
  to {
    transform: rotate(1turn);
  }
}
/* Focus ring that actually shows up */
.pf-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2a7ae4) 24%, transparent);
}
/* Link variant stays low-chrome but focusable */
.pf-btn--link {
  background: transparent !important;
  padding: 0;
  height: auto;
}
.pf-btn--link:focus-visible {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2a7ae4) 18%, transparent);
  border-radius: 6px;
}
.pf-form input:focus,
.pf-form textarea:focus {
  border-color: #ea88d2 !important;
  outline: none !important;
  box-shadow: 0 0 5px #e155c0 !important;
  /* glow in your brand hue */
}
.pf-form input::placeholder,
.pf-form textarea::placeholder {
  color: lightgrey;
  font-style: italic;
}
/* Spacing scale hook */
.space-scale {
  gap: var(--space-2, 8px) var(--space-3, 12px);
}
/* ============================================
 * COMMON TYPOGRAPHY & LAYOUT HELPERS
 * Shared across PayFacile + NoCode instances.
 * Colors are applied per instance (.pf-instance / .nc-instance).
 * ============================================
 */
/* ------------------------------------------
 * HERO TITLES (top of page marketing)
 * ------------------------------------------ */
.pf-hero-title {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-size: clamp(28px, 16vw, 52px);
}
.pf-hero-subtitle {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  font-size: clamp(18px, 12vw, 28px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 8px;
}
.pf-hero-lead {
  font-size: clamp(16px, 13.2vw, 22px);
  line-height: 1.45;
  margin: 0 0 1.25rem 0;
}
.pf-hero-bg-text {
  padding: 0.4em 0.6em;
  background: rgba(0, 0, 0, 0.35);
}
/* -------------------------------
 * Kicker / overline above titles
 * ------------------------------- */
.pf-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}
/* -------------------------------
 * Page / hero titles & lead text
 * Used on feature / marketing pages
 * ------------------------------- */
.pf-page-title {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 0.75rem 0;
  font-size: clamp(18px, 15vw, 40px);
  /* color handled by instance theme */
}
.pf-page-lead {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Section titles (H2/H3 level)
 * ------------------------------- */
.pf-section-title {
  font-size: clamp(16px, 12.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  /* color handled by instance theme */
}
.pf-section-subtitle {
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Meta / caption text
 * ------------------------------- */
.pf-meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  /* color handled by instance theme */
}
.pf-caption {
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0.25rem 0 0 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Icons
 * ------------------------------- */
/* Accent icon color is instance-specific:
 * .pf-instance .icon-accent { ... }
 * .nc-instance .icon-accent { ... }
 */
.icon-accent {
  /* color comes from theme-pf.less / theme-nc.less */
}
/* -------------------------------
 * Search bar
 * ------------------------------- */
.pf-search {
  position: relative;
}
.pf-search__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #a8b4ba;
  pointer-events: none;
}
.pf-search__input {
  width: 100%;
  box-sizing: border-box !important;
  font-size: 13px !important;
  padding: 7px 10px 7px 32px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3a4d55 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: border-color 150ms ease;
}
.pf-search__input:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.1) !important;
}
.pf-search__input::placeholder {
  color: #a8b4ba;
}
/* -------------------------------
 * Filter bar (Orders, Payments)
 * ------------------------------- */
.pf-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  clear: both;
}
.pf-filter-bar__dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #3a4d55;
}
.pf-filter-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.pf-filter-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 6px;
  padding: 12px 14px;
  min-width: 140px;
  flex: 1 1 140px;
}
.pf-filter-card__title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3EDE7;
}
.pf-filter-card__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pf-filter-card label {
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  padding: 2px 0;
  margin: 0;
  min-height: 28px;
}
.pf-filter-card label span.pf-filter-label {
  font-size: 12px;
  color: #3a4d55;
  line-height: 1.3;
}
.pf-filter-card a.pf-filter-see-more {
  font-size: 11px;
  color: #007acc;
  margin-top: 4px;
  display: inline-block;
}
.pf-filter-card a.pf-filter-see-more:hover {
  text-decoration: underline;
}
/* -------------------------------
 * Filter select (Discounts, Reviews, Collections)
 * ------------------------------- */
.pf-filter-select {
  font-size: 13px !important;
  padding: 7px 10px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3a4d55 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.pf-filter-select:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.1) !important;
  outline: none;
}
.pf-filter-bar__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.start-animation.zoom-in-block {
  animation: zoomOut 2s forwards;
}
@keyframes zoomOut {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
    /* You can adjust this value to control the final size */
  }
}
/* ===== Slide down animation ===== */
.start-animation .animated-block-slide-down {
  animation: slideIn 1s forwards;
}
.animated-block-slide-down {
  opacity: 0;
  transform: translateY(-100%);
}
/* ===== Reusable keyframes ===== */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ===== Animation delays (optional sequencing) ===== */
#animatedBlock1 {
  animation-delay: 0s;
}
#animatedBlock2 {
  animation-delay: 0.5s;
}
#animatedBlock3 {
  animation-delay: 1s;
}
.badge-block #animatedBadge1 {
  animation-delay: 0.5s;
  /* First block appears immediately */
}
.badge-block #animatedBadge2 {
  animation-delay: 1s;
  /* Second block appears after 1 second */
}
.badge-block #animatedBadge3 {
  animation-delay: 1.5s;
  /* Third block appears after 2 seconds */
}
#animatedFeature1 {
  animation-delay: 3s;
}
#animatedFeature2 {
  animation-delay: 0.5s;
}
#animatedFeature3 {
  animation-delay: 2.5s;
}
#animatedFeature4 {
  animation-delay: 2.5s;
}
#animatedFeature5 {
  animation-delay: 4.5s;
}
#animatedFeature6 {
  animation-delay: 5.5s;
}
#animatedFeature7 {
  animation-delay: 4.5s;
}
#animatedFeature8 {
  animation-delay: 5.5s;
}
#animatedFeature9 {
  animation-delay: 6.5s;
}
#animatedFeature10 {
  animation-delay: 7.5s;
}
#animatedFeature11 {
  animation-delay: 8.5s;
}
#animatedFeature12 {
  animation-delay: 9.5s;
}
.rotating {
  animation: roll 3s infinite;
  transform: rotate(30deg);
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-btn {
  animation: bounce 1s cubic-bezier(0.25, 0.05, 1, 0.25);
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.ai-chat {
  --ai-chat-message-gap: 16px;
  --ai-chat-bubble-max-width: 80%;
  --ai-chat-bubble-radius: 16px;
  --ai-chat-input-radius: 24px;
  --ai-chat-input-height: 48px;
  --ai-chat-user-bg: #E0E7FF;
  --ai-chat-user-text: #3a4d55;
  --ai-chat-assistant-bg: #F9FAFB;
  --ai-chat-assistant-text: #3a4d55;
  --ai-chat-surface: #FFFFFF;
  --ai-chat-input-bg: #FFFFFF;
  --ai-chat-input-border: #E8E3DD;
  --ai-chat-input-focus: #007acc;
  --ai-chat-send-bg: #007acc;
  --ai-chat-send-text: #FFFFFF;
  --ai-chat-dot-color: #a8b4ba;
  --ai-chat-prompt-bg: #fafafa;
  --ai-chat-prompt-border: #E8E3DD;
  --ai-chat-prompt-hover: #F1F5F9;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--ai-chat-input-border);
  background: var(--ai-chat-surface);
  overflow: hidden;
  position: relative;
}
.nc-instance .ai-chat {
  --ai-chat-user-bg: rgba(139, 92, 246, 0.12);
  --ai-chat-user-text: #e5e5df;
  --ai-chat-assistant-bg: #2a2a27;
  --ai-chat-assistant-text: #e5e5df;
  --ai-chat-surface: #1d1d1b;
  --ai-chat-input-bg: #333331;
  --ai-chat-input-border: #444442;
  --ai-chat-input-focus: #8B5CF6;
  --ai-chat-send-bg: #8B5CF6;
  --ai-chat-send-text: #FFFFFF;
  --ai-chat-dot-color: #8a8a85;
  --ai-chat-prompt-bg: #2a2a27;
  --ai-chat-prompt-border: #444442;
  --ai-chat-prompt-hover: #333331;
}
.ai-chat--full-page {
  max-width: 720px;
  margin: 0 auto;
  height: calc(100vh - 180px);
  min-height: 400px;
}
.ai-chat--sidebar {
  height: 100%;
  max-height: 60vh;
}
.ai-chat--embedded {
  max-height: 50vh;
  min-height: 280px;
}
.ai-chat--page-builder {
  max-width: 960px;
  margin: 0 auto;
  height: calc(100vh - 200px);
  min-height: 400px;
}
.ai-chat__messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--ai-chat-message-gap);
  scroll-behavior: smooth;
}
.ai-chat__messages::-webkit-scrollbar {
  width: 4px;
}
.ai-chat__messages::-webkit-scrollbar-track {
  background: transparent;
}
.ai-chat__messages::-webkit-scrollbar-thumb {
  background: var(--ai-chat-dot-color);
  border-radius: 2px;
}
.ai-chat__message-row {
  display: flex;
  gap: 8px;
  max-width: 100%;
  animation: ai-chat-msg-enter 0.25s ease-out both;
}
.ai-chat__message-row--user {
  justify-content: flex-end;
}
.ai-chat__message-row--assistant {
  justify-content: flex-start;
}
@keyframes ai-chat-msg-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__message-row {
    animation: none;
  }
}
.ai-chat__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: 2px;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 8px rgba(0, 122, 204, 0.12);
}
.ai-chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nc-instance .ai-chat__avatar {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 8px rgba(139, 92, 246, 0.15);
}
.ai-chat__bubble {
  max-width: var(--ai-chat-bubble-max-width);
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-word;
  position: relative;
  text-align: left;
}
.ai-chat__bubble p {
  margin: 0 0 8px;
}
.ai-chat__bubble p:last-child {
  margin-bottom: 0;
}
.ai-chat__bubble ul,
.ai-chat__bubble ol {
  margin: 4px 0;
  padding-left: 20px;
}
.ai-chat__bubble code {
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.9em;
}
.ai-chat__bubble pre {
  background: rgba(0, 0, 0, 0.06);
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
}
.ai-chat__bubble pre code {
  background: none;
  padding: 0;
}
.ai-chat__bubble a {
  color: var(--ai-chat-input-focus);
  text-decoration: underline;
}
.ai-chat__bubble--user {
  background: var(--ai-chat-user-bg);
  color: var(--ai-chat-user-text);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px var(--ai-chat-bubble-radius);
}
.ai-chat__bubble--assistant {
  background: var(--ai-chat-assistant-bg);
  color: var(--ai-chat-assistant-text);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.ai-chat__bubble-copy {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
  transition: opacity 0.15s;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ai-chat-dot-color);
  padding: 4px;
  border-radius: 4px;
}
.ai-chat__bubble-copy:hover {
  color: var(--ai-chat-user-text);
  background: rgba(0, 0, 0, 0.05);
}
.ai-chat__bubble:hover .ai-chat__bubble-copy {
  opacity: 1;
}
.ai-chat__typing {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ai-chat__typing-dots {
  display: inline-flex;
  gap: 4px;
  padding: 12px 16px;
  background: var(--ai-chat-assistant-bg);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px;
}
.ai-chat__typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ai-chat-dot-color);
  animation: ai-chat-bounce 1.4s infinite ease-in-out both;
}
.ai-chat__typing-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.ai-chat__typing-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__typing-dots span {
    animation: none;
    opacity: 0.5;
  }
}
.ai-chat__typing-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--ai-chat-dot-color);
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--ai-chat-prompt-bg);
  border-radius: 12px;
  padding: 2px 10px;
}
@keyframes ai-chat-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.ai-chat__input-area {
  padding: 12px 16px;
  border-top: 1px solid var(--ai-chat-input-border);
  background: var(--ai-chat-surface);
  backdrop-filter: blur(12px);
}
.nc-instance .ai-chat__input-area {
  background: #1d1d1b;
}
.ai-chat__input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: var(--ai-chat-input-bg);
  border: 1.5px solid var(--ai-chat-input-border);
  border-radius: var(--ai-chat-input-radius);
  padding: 6px 6px 6px 16px;
  transition: border-color 0.2s;
}
.ai-chat__input-wrapper:focus-within {
  border-color: var(--ai-chat-input-focus);
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15);
}
.nc-instance .ai-chat__input-wrapper:focus-within {
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.25);
}
.nc-instance .ai-chat__send-btn:focus-visible {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #8B5CF6), 0 0 0 4px rgba(139, 92, 246, 0.25);
}
.ai-chat__textarea {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--ai-chat-user-text);
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  min-height: 24px;
  max-height: 120px;
  padding: 6px 0;
  outline: none;
  font-family: inherit;
}
.ai-chat__textarea::placeholder {
  color: var(--ai-chat-dot-color);
}
.ai-chat__send-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--ai-chat-send-bg);
  color: var(--ai-chat-send-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s, transform 0.1s;
}
.ai-chat__send-btn:hover:not(:disabled) {
  filter: brightness(1.15);
}
.ai-chat__send-btn:active:not(:disabled) {
  transform: scale(0.9);
  filter: brightness(1.2);
}
.ai-chat__send-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 0 4px rgba(0, 122, 204, 0.2);
}
.ai-chat__send-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chat__prompts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.ai-chat__prompts--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 16px;
}
.ai-chat__prompt-card {
  background: var(--ai-chat-prompt-bg);
  border: 1px solid var(--ai-chat-prompt-border);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ai-chat-assistant-text);
  animation: ai-chat-msg-enter 0.3s ease-out both;
}
.ai-chat__prompt-card:nth-child(1) {
  animation-delay: 0ms;
}
.ai-chat__prompt-card:nth-child(2) {
  animation-delay: 60ms;
}
.ai-chat__prompt-card:nth-child(3) {
  animation-delay: 120ms;
}
.ai-chat__prompt-card:nth-child(4) {
  animation-delay: 180ms;
}
.ai-chat__prompt-card:hover {
  background: var(--ai-chat-prompt-hover);
  border-color: var(--ai-chat-input-focus);
  transform: translateY(-1px);
}
.ai-chat__prompt-card:active {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__prompt-card {
    animation: none;
  }
}
.ai-chat__prompt-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2px;
}
.ai-chat__history-panel {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ai-chat-input-border);
  width: 240px;
  flex-shrink: 0;
  background: var(--ai-chat-prompt-bg);
}
.ai-chat__history-header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ai-chat-input-border);
}
.ai-chat__history-new-btn {
  background: var(--ai-chat-send-bg);
  color: var(--ai-chat-send-text);
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
}
.ai-chat__history-new-btn:hover {
  opacity: 0.85;
}
.ai-chat__history-new-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chat__history-list {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
  list-style: none;
  margin: 0;
}
.ai-chat__history-item {
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--ai-chat-assistant-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s;
}
.ai-chat__history-item:hover {
  background: var(--ai-chat-prompt-hover);
}
.ai-chat__history-item--active {
  background: var(--ai-chat-prompt-hover);
  font-weight: 600;
}
.ai-chat--full-page.ai-chat--with-history {
  flex-direction: row;
}
.ai-chat--full-page.ai-chat--with-history .ai-chat__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ai-chat__preview {
  background: var(--ai-chat-prompt-bg);
  border: 1px solid var(--ai-chat-prompt-border);
  border-radius: 12px;
  padding: 16px;
  margin-top: 4px;
}
.ai-chat__preview h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--ai-chat-input-focus);
}
.ai-chat__preview-section {
  background: var(--ai-chat-surface);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid var(--ai-chat-input-border);
}
.ai-chat__preview-section:last-child {
  margin-bottom: 0;
}
.ai-chat__preview-section h6 {
  font-size: 13px;
  margin: 0 0 6px;
  color: var(--ai-chat-user-text);
}
.ai-chat__preview-meta {
  font-size: 12px;
  color: var(--ai-chat-dot-color);
  margin-top: 12px;
  line-height: 1.6;
}
.ai-chat-container__header {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: 16px auto 12px;
  padding: 0 4px;
}
.ai-chat-container__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #007acc), 0 0 8px rgba(0, 122, 204, 0.12);
}
.nc-instance .ai-chat-container__avatar {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #8B5CF6), 0 0 8px rgba(139, 92, 246, 0.15);
}
.ai-chat-container__info {
  flex: 1;
  min-width: 0;
}
.ai-chat-container__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.ai-chat-container__subtitle {
  font-size: 13px;
  color: var(--ai-chat-dot-color, #a8b4ba);
  margin-top: 2px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .ai-chat__prompts--grid {
    grid-template-columns: 1fr;
  }
  .ai-chat--full-page {
    max-width: 100%;
    height: calc(100vh - 120px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .ai-chat--full-page.ai-chat--with-history {
    flex-direction: column;
  }
  .ai-chat--full-page.ai-chat--with-history .ai-chat__history-panel {
    width: 100%;
    max-height: 200px;
    border-right: none;
    border-bottom: 1px solid var(--ai-chat-input-border);
  }
  .ai-chat__bubble {
    max-width: 90%;
  }
  .ai-chat--page-builder {
    max-width: 100%;
    height: calc(100vh - 120px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.blank-page-sitea {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}
.blank-page-sitea__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  flex-shrink: 0;
}
.blank-page-sitea__back {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ai-chat-dot-color, #a8b4ba);
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.blank-page-sitea__back:hover {
  color: var(--ai-chat-user-text, #3a4d55);
}
.blank-page-sitea__title {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--ai-chat-user-text, #3a4d55);
}
.nc-instance .blank-page-sitea__title {
  color: #e5e5df;
}
.blank-page-sitea__skip {
  background: none;
  border: 1px solid var(--ai-chat-input-border, #E8E3DD);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ai-chat-dot-color, #a8b4ba);
  transition: border-color 0.15s, color 0.15s;
}
.blank-page-sitea__skip:hover {
  border-color: var(--ai-chat-input-focus, #007acc);
  color: var(--ai-chat-input-focus, #007acc);
}
.blank-page-sitea__chat {
  flex: 1;
  min-height: 0;
}
.pf-toast-container {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 10000;
  pointer-events: none;
  width: 356px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-toast {
  position: relative;
  width: 100%;
  pointer-events: auto;
  touch-action: pan-x;
  user-select: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--surface-card, #fff);
  color: var(--text-primary, #333);
  border-radius: var(--radius-sm, 8px);
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.1));
  border-left: 3px solid transparent;
  overflow: hidden;
  animation: pf-toast-enter 250ms cubic-bezier(0.21, 1.02, 0.73, 1) forwards;
  transform: translateX(var(--toast-swipe, 0px));
}
.pf-toast--success {
  border-left-color: var(--status-success, #66b266);
}
.pf-toast--error {
  border-left-color: var(--status-error, #e57373);
}
.pf-toast--info {
  border-left-color: var(--status-info, #90a4ae);
}
.pf-toast--removing {
  animation: pf-toast-exit 150ms ease-in forwards;
}
.pf-toast--swiping {
  transition: none !important;
  animation: none !important;
}
@keyframes pf-toast-enter {
  from {
    transform: translateX(calc(100% + 32px));
    opacity: 0;
  }
  to {
    transform: translateX(var(--toast-swipe, 0px));
    opacity: 1;
  }
}
@keyframes pf-toast-exit {
  from {
    transform: translateX(var(--toast-swipe, 0px));
    opacity: 1;
  }
  to {
    transform: translateX(calc(100% + 32px));
    opacity: 0;
  }
}
.pf-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.pf-toast__icon--success {
  color: var(--status-success, #66b266);
}
.pf-toast__icon--error {
  color: var(--status-error, #e57373);
}
.pf-toast__icon--info {
  color: var(--status-info, #90a4ae);
}
.pf-toast__content {
  flex: 1;
  min-width: 0;
}
.pf-toast__message {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-primary, #333);
  word-break: break-word;
}
.pf-toast__action {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-link, #007acc);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pf-toast__action:hover {
  opacity: 0.8;
}
.pf-toast__dismiss {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 4px;
  color: var(--text-muted, #999);
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
  margin-top: -2px;
}
.pf-toast__dismiss:hover {
  color: var(--text-primary, #333);
  background: var(--surface-raised, #fafafa);
}
.pf-toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: left;
  animation: pf-toast-shrink linear forwards;
  animation-duration: var(--toast-duration, 3000ms);
}
.pf-toast__progress--success {
  background: var(--status-success, #66b266);
  opacity: 0.35;
}
.pf-toast__progress--error {
  background: var(--status-error, #e57373);
  opacity: 0.35;
}
.pf-toast__progress--info {
  background: var(--status-info, #90a4ae);
  opacity: 0.35;
}
@keyframes pf-toast-shrink {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-toast {
    animation-duration: 1ms !important;
  }
  .pf-toast__progress {
    animation: none;
  }
}
@media (max-width: 480px) {
  .pf-toast-container {
    top: 16px;
    right: 8px;
    left: 8px;
    width: auto;
  }
  .pf-toast {
    width: 100%;
  }
}
.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.15s ease;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}
.copy-btn:hover {
  opacity: 0.7;
}
.copy-btn:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
  border-radius: 4px;
}
.copy-btn--icon {
  padding: 10px;
  color: inherit;
  line-height: 1;
}
.copy-btn--button {
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 500;
}
.copy-btn--icon-button {
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
}
.product-embed__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.product-embed__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff !important;
  color: #3a4d55 !important;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.product-embed__tab:hover,
.product-embed__tab:focus {
  background: #f5f5f5 !important;
  color: #3a4d55 !important;
}
.product-embed__tab--active,
.product-embed__tab--active:hover,
.product-embed__tab--active:focus {
  background: #1e1e2e !important;
  color: #fff !important;
  border-color: #1e1e2e;
}
.product-embed__preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  border: none;
  background: none !important;
  color: #6b7280 !important;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.15s;
}
.product-embed__preview-toggle:hover,
.product-embed__preview-toggle:focus {
  color: #3a4d55 !important;
  background: none !important;
}
.product-embed__preview {
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  overflow: hidden;
}
.product-embed__preview-iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}
.embed-code-block {
  margin-bottom: 12px;
}
.embed-code-block__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b95a5;
  margin-bottom: 6px;
}
.embed-code-block__container {
  position: relative;
  border-radius: 8px;
  background: #1e1e2e;
  overflow: hidden;
}
.embed-code-block__copy {
  position: absolute;
  top: 4px;
  right: 4px;
  color: rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  z-index: 1;
  padding: 8px;
  border-radius: 4px;
  transition: color 0.15s, background-color 0.15s;
  min-width: 36px;
  min-height: 36px;
}
.embed-code-block__copy:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.embed-code-block__copy:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 1px;
}
.embed-code-block__pre {
  margin: 0;
  padding: 16px 48px 16px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.embed-code-block__code {
  font-family: 'SF Mono', 'Fira Code', 'Fira Mono', Menlo, Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #cdd6f4;
  white-space: pre-wrap;
  word-break: break-all;
  user-select: all;
}
.ecp-sheet {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
}
.ecp-handle {
  display: flex;
  justify-content: center;
  padding: 10px 0 4px;
  flex-shrink: 0;
}
.ecp-handle .ecp-handle-bar {
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: #D5CFC8;
}
.ecp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px 12px;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
}
.ecp-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ecp-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 122, 204, 0.1);
  color: #007acc;
  flex-shrink: 0;
}
.nc-instance .ecp-header-icon {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.ecp-header-title {
  font-size: 15px;
  font-weight: 600;
  color: #3a4d55;
  letter-spacing: -0.1px;
}
.ecp-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
  flex-shrink: 0;
}
.ecp-close-btn:hover {
  background: #E8E3DD;
  color: #3a4d55;
}
.ecp-close-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ecp-recipients-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
  min-height: 44px;
}
.ecp-recipients-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  white-space: nowrap;
  flex-shrink: 0;
}
.ecp-recipients-chips {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  flex: 1;
  min-width: 0;
  padding-bottom: 2px;
}
.ecp-recipients-chips::-webkit-scrollbar {
  height: 3px;
}
.ecp-recipients-chips::-webkit-scrollbar-track {
  background: transparent;
}
.ecp-recipients-chips::-webkit-scrollbar-thumb {
  background: #D5CFC8;
  border-radius: 99px;
}
.ecp-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px 3px 8px;
  border-radius: 999px;
  background: #F3EDE7;
  border: 1px solid #E8E3DD;
  font-size: 12px;
  color: #3a4d55;
  white-space: nowrap;
  flex-shrink: 0;
}
.ecp-chip-icon {
  color: rgba(58, 77, 85, 0.7);
  flex-shrink: 0;
}
.ecp-recipients-empty {
  font-size: 12px;
  color: #a8b4ba;
  font-style: italic;
}
.ecp-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 24px;
}
.ecp-body .fr-box,
.ecp-body .fr-wrapper {
  border-radius: 8px !important;
  border-color: #D5CFC8 !important;
}
.ecp-body .fr-toolbar {
  border-radius: 8px 8px 0 0 !important;
  border-color: #D5CFC8 !important;
  background: #fafafa !important;
}
.ecp-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 24px 20px;
  border-top: 1px solid #E8E3DD;
  flex-shrink: 0;
  background: #ffffff;
}
.ecp-send-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pf-row-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
  flex-shrink: 0;
}
.pf-row-action-btn:hover {
  background: rgba(0, 122, 204, 0.1);
  color: #007acc;
}
.nc-instance .pf-row-action-btn:hover {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.collection-header .btn,
.collection-header .btn-flat,
.collection-header .btn-large,
.collection-header .btn-small {
  float: right;
  margin: 0;
}
.collection-item {
  overflow: hidden;
}
.collection-item > .row .btn,
.collection-item > .row .btn-large,
.collection-item > .row .btn-small {
  margin-bottom: 0;
}
.collection-item > .row:last-child {
  margin-bottom: 0;
}
.collection-item .card-image {
  position: relative;
}
.collection-item .card-image img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
table .btn,
table .btn-flat,
table .btn-large,
table .btn-small {
  margin: 0;
}
.collection.with-header .collection-header {
  text-align: center;
  text-transform: uppercase;
  color: #494949;
}
.collection.with-header .collection-item {
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .collection.with-header .collection-item {
    padding-left: 5px;
  }
}
.valign-wrapper.center-align .valign {
  margin-left: auto;
  margin-right: auto;
}
.sidenav li > a {
  padding: 0 1em !important;
}
.sidenav li > a i {
  margin-right: 0 !important;
}
.sidenav li.title:hover {
  background-color: inherit;
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0;
    width: 95% !important;
  }
}
.row {
  margin-bottom: 0 !important;
  width: 100%;
}
.collapsible li.active .collapsible-header {
  background-color: #F3EDE7;
}
.option-group-list .collapsible {
  box-shadow: none;
  border-radius: 8px;
  background-color: white;
}
.option-group-list ul {
  margin-top: 0;
}
.collapsible-header-icon {
  margin-left: auto;
}
.collapsible li.active i.collapsible-header-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
a.btn[data-action='close-collapsible'],
a.btn-large[data-action='close-collapsible'],
a.btn-small[data-action='close-collapsible'] {
  background-color: rgba(58, 77, 85, 0.7);
}
.switch {
  min-height: 24px;
  overflow: hidden;
}
.switch label {
  font-size: 1em;
  color: #3a4d55;
}
.progress {
  max-height: 5px !important;
}
.dropdown-content li {
  margin-left: 0 !important;
}
#actionFunnelModal.modal {
  max-width: 1200px;
  max-height: 90%;
  padding-top: 0 !important;
}
@media only screen and (max-width: 600px) {
  #actionFunnelModal.modal {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #actionFunnelModal.modal {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  #actionFunnelModal.modal {
    width: 70%;
  }
}
#actionFunnelModal .payfacileOverlay ~ .modal-overlay {
  background: #6964e0;
}
#actionFunnelModal .noCodeOverlay + .modal-overlay {
  background: #A78BFA;
}
#modalGetSectorAndCategory {
  width: 70%;
  max-width: 1200px;
}
/* Loader */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.spinner-violet-only {
  border-color: #6964e0 !important;
}
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=url]:focus,
.input-field input[type=number]:focus,
.input-field input[type=password]:focus,
.input-field input[type=search]:focus,
.input-field input[type=tel]:focus,
.input-field input[type=date]:focus,
.input-field textarea:focus {
  border-bottom-color: #6964e0 !important;
  box-shadow: 0 1px 0 0 #6964e0 !important;
}
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=url]:focus + label,
.input-field input[type=number]:focus + label,
.input-field input[type=password]:focus + label,
.input-field input[type=search]:focus + label,
.input-field input[type=tel]:focus + label,
.input-field input[type=date]:focus + label,
.input-field textarea:focus + label {
  color: #6964e0 !important;
}
input.border-light:focus,
textarea.border-light:focus {
  border-color: #6964e0 !important;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1) !important;
  outline: none !important;
}
.dropdown-content {
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin-top: 4px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 8px 0 !important;
  background-color: #fff !important;
}
.dropdown-content li {
  min-height: 44px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.dropdown-content li > a,
.dropdown-content li > span {
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  color: #3a4d55 !important;
  display: flex !important;
  align-items: center !important;
}
.dropdown-content li.selected,
.dropdown-content li.active {
  background-color: rgba(105, 100, 224, 0.08) !important;
}
.business-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #37474f;
  letter-spacing: 0.5px;
  position: relative;
}
.progress {
  margin: auto;
  z-index: 10;
}
.business-page-main-container {
  flex: 1 1 auto;
  width: 100%;
  min-height: 600px;
}
@media only screen and (min-width: 601px) {
  .business-page-main-container .page-builder-block .container {
    max-width: 1400px !important;
  }
}
.showcase-main-container-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fafafa;
  background-size: cover;
}
.showcase-footer {
  background-color: #eceff1;
  border-top: solid 1px #3a4d55;
}
.showcase-footer-top {
  padding: 2em 0;
}
.showcase-footer-vendor-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 30px;
}
@media only screen and (max-width: 600px) {
  .showcase-footer-vendor-logo {
    background-position: center;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-vendor-logo {
    background-position: center;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-footer-vendor-logo {
    height: 60px;
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .showcase-footer-column {
    text-align: center;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-column {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-column .vendor-info-wrapper {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-footer-vendor-motto {
    padding-right: 2em;
  }
}
.showcase-footer-column-item {
  padding-top: 5px;
}
.showcase-footer-column-item a {
  color: #3a4d55;
}
.showcase-footer-column-item a:hover {
  text-decoration: underline;
  color: rgba(58, 77, 85, 0.7);
}
.showcase-header-container {
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #979797;
  color: #3a4d55;
}
@media only screen and (min-width: 601px) {
  .showcase-header-container {
    height: 70px;
  }
}
.showcase-header {
  position: relative;
  margin: auto;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 30px !important;
}
@media only screen and (min-width: 601px) {
  .showcase-header {
    height: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-header {
    max-width: 1600px;
  }
}
.showcase-header .menu-logo-wrapper {
  margin-left: auto;
  color: #3a4d55;
  border: 1px solid rgba(58, 77, 85, 0.2);
  padding: 6px 12px;
  border-radius: 24px;
  background-color: white;
  transition: background-color 150ms ease, border-color 150ms ease, filter 150ms ease;
}
.showcase-header .menu-logo-wrapper:hover {
  cursor: pointer;
  filter: brightness(0.96);
  border-color: rgba(58, 77, 85, 0.35);
}
#showcaseHeader nav,
.showcase-slide-panel nav {
  background-color: transparent;
  color: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  box-shadow: none;
}
.showcase-header-zone {
  display: flex;
  align-items: center;
}
.showcase-header-zone--brand {
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .showcase-header-zone--brand {
    padding: 0;
  }
}
.showcase-header-zone--nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  min-width: 0;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8px, black calc(100% - 8px), transparent);
  mask-image: linear-gradient(to right, transparent, black 8px, black calc(100% - 8px), transparent);
}
@media only screen and (max-width: 992px) {
  .showcase-header-zone--nav {
    display: none;
  }
}
.showcase-header-zone--actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px;
}
.showcase-header-desktop-only {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .showcase-header-desktop-only {
    display: none;
  }
}
.showcase-header-mobile-only {
  display: none;
}
@media only screen and (max-width: 992px) {
  .showcase-header-mobile-only {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .showcase-header-shopname {
    display: none;
  }
}
a.showcase-header-logo-wrapper {
  text-decoration: none;
  color: inherit;
}
.showcase-header-shopname a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.showcase-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
}
.showcase-header-transparent .showcase-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .showcase-header-transparent .showcase-header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.showcaseHeaderWithLogo .showcase-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.showcaseHeaderWithLogo .showcase-header-logo-wrapper:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}
.showcase-header-vendor-logo {
  width: 60px;
  height: 30px;
  border-radius: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 601px) {
  .showcase-header-vendor-logo {
    height: 60px;
    width: 120px;
  }
}
.showcase-header-organization {
  font-size: 12px;
}
@media only screen and (min-width: 601px) {
  .showcase-header-organization {
    font-size: 18px;
    font-weight: 500;
  }
}
.showcase-shopping-cart {
  position: relative;
}
.showcase-shopping-cart-pin {
  background-color: #e53935;
  color: white;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 9px;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  animation: cartBadgeBounce 300ms ease-out;
}
@keyframes cartBadgeBounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.showcase-shopping-cart a {
  margin-right: 20px;
  padding: 5px;
  display: flex;
}
.showcase-shopping-cart i {
  font-size: 1.5em;
}
.showcase-shopping-cart-sidenav {
  min-width: 50% !important;
  max-width: 800px;
}
@media only screen and (max-width: 600px) {
  .showcase-shopping-cart-sidenav {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-shopping-cart-sidenav {
    width: 80%;
  }
}
#showcaseHeader {
  z-index: 998;
  background-color: var(--header-bg, transparent);
}
#showcaseHeader .showcase-header-themed-text {
  color: var(--header-text, inherit);
}
#showcaseHeader .showcase-header-themed-text svg {
  color: var(--header-text, inherit);
}
#showcaseHeader .showcase-header-btn {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  border: solid 2px var(--header-btn-border, transparent);
  line-height: 2.2em;
}
.showcase-slide-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.showcase-slide-panel-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}
.showcase-slide-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: white;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 300ms ease;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
}
.showcase-slide-panel--open {
  transform: translateX(0);
}
.showcase-slide-panel.showcase-shopping-cart-sidenav {
  width: 420px;
  max-width: 90vw;
}
@media only screen and (max-width: 600px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 420px;
    max-width: 85vw;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 440px;
  }
}
.showcase-slide-panel.showcase-menu-sidenav {
  width: 300px;
  max-width: 85%;
}
.showcase-slide-panel.showcase-menu-sidenav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.showcase-slide-panel.showcase-menu-sidenav li {
  display: block;
  width: 100%;
}
.showcase-slide-panel-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 12px 0;
}
.showcase-slide-panel-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3a4d55;
  transition: background-color 150ms ease;
}
.showcase-slide-panel-close:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.showcase-slide-panel-close:focus-visible {
  outline: 2px solid #3a4d55;
  outline-offset: 2px;
}
.showcase-slide-panel .sidenav-link-wrapper .sidenav-link {
  font-size: 1.1em;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a4d55;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.showcase-slide-panel .sidenav-link-wrapper .padding-left-mini {
  padding-left: 0 !important;
}
.showcase-slide-panel .sidenav-link-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.showcase-slide-panel .sidenav-link-wrapper .sidenav-link:focus-visible {
  outline: 2px solid #3a4d55;
  outline-offset: -2px;
}
.showcase-slide-panel--preview {
  position: absolute;
}
.showcase-slide-panel-overlay--preview {
  position: absolute;
}
.showcase-menu-trigger,
.showcase-cart-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font: inherit;
}
.showcase-menu-trigger:focus-visible,
.showcase-cart-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}
.showcase-header-transparent .showcase-cart-trigger {
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.showcase-header-transparent .showcase-cart-trigger:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.payfacile-page .progress {
  margin: auto;
  z-index: 10;
}
@media only screen and (min-width: 993px) {
  .showcase-video {
    min-width: 400px;
    min-height: 225px;
  }
}
.showcase-option-limitation {
  text-align: left;
  font-size: 1rem;
}
.showcase-option-limitation .showcase-option-group-trigger {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.showcase-option-limitation .showcase-option-group-trigger:focus,
.showcase-option-limitation .showcase-option-group-trigger:active {
  outline: none;
  text-decoration: none;
}
.showcase-option-limitation .showcase-option-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px !important;
  padding: 8px 36px 8px 14px !important;
  line-height: 1.4 !important;
  background-color: #fafafa !important;
  margin-bottom: 6px !important;
  min-height: 38px;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  position: relative;
}
.showcase-option-limitation .showcase-option-group-title svg {
  font-size: 18px;
  color: #6b7c86;
  margin-left: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.showcase-option-limitation .showcase-option-group-trigger:hover .showcase-option-group-title {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: #fff !important;
}
.showcase-option-limitation .showcase-option-group-trigger:focus .showcase-option-group-title,
.showcase-option-limitation .showcase-option-group-trigger:focus-visible .showcase-option-group-title {
  border-color: #6964e0 !important;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1) !important;
  background-color: #fff !important;
}
.showcase-option-limitation .dropdown-content {
  max-width: 95%;
}
.showcase-option-limitation .dropdown-content li.disabled span {
  background-color: transparent;
}
.showcase-page .max-width-950px {
  max-width: 950px;
}
.showcase-page .max-width-600px {
  max-width: 600px;
}
.showcase-not-found {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-not-found {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-not-found {
    padding-top: 4em;
    min-height: 100vh;
  }
}
.payfacile-header-container,
.showcase-final-footer-container {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .showcase-footer-poweredby-wrapper {
    padding-top: 1em;
  }
}
.showcase-footer-final-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.powered-by-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.8;
}
.powered-by-badge:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.18);
  opacity: 1;
  text-decoration: none;
}
.powered-by-badge .powered-by-badge-logo {
  height: 16px;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.powered-by-badge .powered-by-badge-text {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
  opacity: 0.85;
}
.powered-by-badge .powered-by-badge-arrow {
  font-size: 12px;
  opacity: 0.6;
  transition: transform 0.15s ease;
}
.powered-by-badge:hover .powered-by-badge-arrow {
  transform: translateX(2px);
  opacity: 0.9;
}
.nc-instance .powered-by-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.nc-instance .powered-by-badge:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}
.powered-by-payment-separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(58, 77, 85, 0.2);
  margin: 0 4px;
  flex-shrink: 0;
}
.powered-by-payment-logo {
  height: 14px;
  width: auto;
  opacity: 0.55;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.powered-by-payment-logo:hover {
  opacity: 0.85;
}
#paymentRequestPage.showcase-page .showcase-page-container {
  padding-top: 100px;
}
.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.language-picker .language-picker-trigger {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  border-radius: 9999px;
  transition: background-color 120ms ease, color 90ms ease;
}
.language-picker .language-picker-trigger:hover {
  background: rgba(0, 0, 0, 0.06);
}
.language-picker .language-picker-trigger:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
.language-picker .language-picker-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  padding: 6px;
  min-width: 90px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  animation: dropdownIn 0.15s ease-out;
}
.language-picker .language-picker-dropdown li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  color: #3a4d55;
  font-size: 14px;
  transition: background-color 120ms ease;
}
.language-picker .language-picker-dropdown li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.language-picker .language-picker-dropdown li a:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: -2px;
}
.nc-instance .language-picker .language-picker-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nc-instance .language-picker .language-picker-dropdown {
  background: rgba(42, 42, 40, 0.92);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nc-instance .language-picker .language-picker-dropdown li a {
  color: #e5e5df;
}
.nc-instance .language-picker .language-picker-dropdown li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
@keyframes dropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.payfacile-header-container {
  width: 100%;
  min-width: 0;
  overflow: visible !important;
}
.payfacile-header-container .payfacile-header-logo {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/horiz/logo-payfacile-horiz-noBg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-logo {
    height: 45px;
    width: 145px;
  }
}
.payfacile-header-container .noCode-header-logo-dark {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/nocode/rectangle-dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .noCode-header-logo-dark {
    height: 45px;
    width: 145px;
  }
}
.payfacile-header-container .noCode-header-logo-light {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/nocode/rectangle-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .noCode-header-logo-light {
    height: 45px;
    width: 145px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .payfacile-header-container .hide-free-tools-narrow {
    display: none;
  }
}
.payfacile-header-container .hide-talk-to-expert {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .payfacile-header-container .hide-talk-to-expert {
    display: contents;
  }
}
.payfacile-header-container .btn-basic {
  padding: 6px 14px;
  border-radius: 9999px;
  transition: background-color 120ms ease, color 90ms ease;
}
@media only screen and (min-width: 993px) and (max-width: 1799px) {
  .payfacile-header-container .btn-basic {
    padding: 6px 8px;
  }
}
.payfacile-header-container .btn-basic:hover {
  background: rgba(0, 0, 0, 0.06);
}
.payfacile-header-container .btn-basic:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
@media only screen and (min-width: 993px) and (max-width: 1799px) {
  .payfacile-header-container .margin-right-2 {
    margin-right: 1em;
  }
  .payfacile-header-container .margin-sides-2 {
    margin: 0 0.75em;
  }
  .payfacile-header-container .margin-left-2 {
    margin-left: 1em;
  }
}
.payfacile-header-container .payfacile-header-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: inherit !important;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible !important;
  padding: 6px 8px 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-nav {
    padding: 10px 20px 0;
  }
}
@media only screen and (min-width: 993px) {
  .payfacile-header-container .payfacile-header-nav {
    padding: 12px 32px 0;
  }
}
.payfacile-header-container .payfacile-header-nav > .container {
  max-width: 1600px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding: 4px 10px;
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 993px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    padding: 6px 28px;
  }
}
.payfacile-header-container .payfacile-header-nav.scrolled > .container {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .payfacile-header-nav.scrolled > .container {
    background: #fff;
  }
}
.payfacile-header-container .no-wrap {
  overflow: visible !important;
}
.payfacile-header-container .sidenav-wrapper ul {
  position: absolute;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  top: calc(100% + 8px);
  right: -22px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  z-index: 1001;
  width: 100vw;
  max-width: 360px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}
.payfacile-header-container .sidenav-wrapper ul .col.m6 {
  width: 100%;
}
.payfacile-header-container .sidenav-wrapper ul .sidenav-link {
  overflow: visible;
  height: auto;
  min-height: 35px;
}
.payfacile-header-container .sidenav-wrapper.open ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  max-height: 70vh;
  overflow-y: auto;
}
.payfacile-header-container .menu-logo-wrapper {
  position: relative;
  border: none;
  padding: 6px 10px;
  border-radius: 9999px;
  max-height: 44px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .menu-logo-wrapper {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .menu-logo-wrapper {
    padding: 8px 16px;
  }
}
.payfacile-header-container .menu-logo-wrapper:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.payfacile-header-container .menu-logo-wrapper:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
.payfacile-header-container .menu-logo-wrapper .payfacile-menu-text {
  font-weight: 500;
  padding-right: 5px;
  font-size: 1.2em;
  display: none;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .menu-logo-wrapper .payfacile-menu-text {
    display: inline;
  }
}
.payfacile-header-container .sub-menu-container {
  position: absolute;
  color: #3a4d55;
  top: calc(100% + 12px);
  left: 0;
  line-height: 1.2em;
  min-width: 220px;
  white-space: nowrap;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}
.payfacile-header-container .sub-menu-container.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.payfacile-header-container .sub-menu-container a.btn-basic {
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
}
.payfacile-header-container .sub-menu-container a.btn-basic:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.payfacile-header-container .sub-menu-container a.btn-basic:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: -2px;
}
.nc-instance .payfacile-header-container .btn-basic:hover {
  background: rgba(255, 255, 255, 0.08);
}
.nc-instance .payfacile-header-container .payfacile-header-nav > .container {
  background: rgba(29, 29, 27, 0.85);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nc-instance .payfacile-header-container .payfacile-header-nav.scrolled > .container {
  background: rgba(29, 29, 27, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 4px 16px rgba(0, 0, 0, 0.2), 0 12px 32px -8px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.08);
}
.nc-instance .payfacile-header-container .menu-logo-wrapper {
  background: rgba(45, 45, 43, 0.85);
  color: #e5e5df;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nc-instance .payfacile-header-container .menu-logo-wrapper:hover {
  background: rgba(45, 45, 43, 0.95);
}
.nc-instance .payfacile-header-container .sidenav-wrapper ul {
  background: rgba(42, 42, 40, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
  color: #e5e5df;
}
.nc-instance .payfacile-header-container .sub-menu-container {
  background: rgba(42, 42, 40, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-color: rgba(255, 255, 255, 0.08);
  color: #e5e5df;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nc-instance .payfacile-header-container .sub-menu-container a.btn-basic:hover {
  background: rgba(255, 255, 255, 0.08);
}
.email-capture input[type='email'] {
  border: none !important;
  margin: 0 !important;
}
.showcase-option-row {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  gap: 8px;
}
.showcase-option-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 1;
  min-height: 32px;
}
.showcase-option-label [type='checkbox'] + span:not(.lever),
.showcase-option-label [type='radio']:not(:checked) + span,
.showcase-option-label [type='radio']:checked + span {
  padding-left: 30px;
  line-height: 1.4;
}
.showcase-option-content {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.showcase-option-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #3a4d55;
  white-space: nowrap;
  min-width: 80px;
}
.showcase-option-tax {
  font-weight: 400;
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
}
.showcase-option-name {
  font-weight: 500;
  color: #3a4d55;
  font-size: 0.95rem;
}
.showcase-option-qty {
  flex-shrink: 0;
  margin-left: auto;
}
.showcase-option-row [type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid rgba(58, 77, 85, 0.35);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.showcase-option-row [type='checkbox'].filled-in:checked + span:not(.lever):after {
  border-radius: 4px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.showcase-option-row [type='checkbox'].filled-in:checked + span:not(.lever):before {
  top: 1px;
  left: 1px;
  width: 7px;
  height: 12px;
}
.showcase-option-row [type='radio']:not(:checked) + span:before,
.showcase-option-row [type='radio']:checked + span:before {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(58, 77, 85, 0.35);
  top: 1px;
}
.showcase-option-row [type='radio']:not(:checked) + span:after,
.showcase-option-row [type='radio']:checked + span:after {
  width: 18px;
  height: 18px;
  top: 1px;
}
.showcase-option-row [type='radio']:checked + span:after {
  transform: scale(0.55);
}
.showcase-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.showcase-social-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.4;
}
.showcase-social-proof-item i {
  font-size: 1em;
}
.showcase-social-proof-item--sales {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.showcase-social-proof-item--popular {
  background-color: #fff3e0;
  color: #e65100;
}
.showcase-social-proof-item--stock {
  background-color: #fce4ec;
  color: #c62828;
}
.pf-feature-section {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .pf-feature-section {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 600px) {
  .pf-feature-section {
    padding: 40px 16px;
  }
}
.pf-feature-section--surface {
  background: var(--surface-page);
}
.pf-feature-section--card {
  background: var(--surface-card);
}
.pf-feature-section--muted {
  background: var(--surface-muted);
}
.pf-feature-section--brand {
  background: var(--surface-brand);
  color: var(--text-on-brand);
}
.pf-feature-section--brand .pf-section-title,
.pf-feature-section--brand .pf-kicker,
.pf-feature-section--brand .pf-page-lead {
  color: var(--text-on-brand);
}
.pf-feature-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.pf-feature-hero__grid {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__grid {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-hero__text {
  flex: 1 1 55%;
}
.pf-feature-hero__image {
  flex: 1 1 45%;
  text-align: center;
}
.pf-feature-hero__image img {
  max-width: 100%;
  max-height: 360px;
  border-radius: var(--radius-lg);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__image {
    display: none;
  }
}
.pf-feature-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
  flex-wrap: wrap;
}
.pf-feature-hero__sub {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: var(--space-1);
}
.pf-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 992px) {
  .pf-feature-cards {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-1);
  border-bottom: 2px solid var(--brand-primary);
  display: inline-block;
}
.pf-feature-card__bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: var(--text-secondary);
  font-size: 15px;
}
.pf-feature-card__bullet svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--icon-accent);
}
.pf-feature-card__bullet img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.pf-feature-banner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.pf-feature-banner__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: var(--space-2);
}
@media only screen and (max-width: 600px) {
  .pf-feature-banner__title {
    font-size: 22px;
  }
}
.pf-feature-banner__text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: var(--space-3);
}
.pf-feature-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 768px) {
  .pf-feature-details {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-detail {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
}
.pf-feature-detail img {
  max-height: 80px;
  margin-bottom: var(--space-2);
}
.pf-feature-detail__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}
.pf-feature-detail__text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.pf-feature-video {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-video {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-video__embed {
  flex: 1 1 55%;
  position: relative;
  padding-bottom: 53.28%;
  height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.pf-feature-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pf-feature-video__text {
  flex: 1 1 45%;
}
.pf-feature-integrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: var(--space-2) 0 var(--space-4);
}
@media only screen and (max-width: 600px) {
  .pf-feature-integrations {
    gap: 32px;
  }
}
.pf-feature-integrations img {
  height: 40px;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.45;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.pf-feature-integrations a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.pf-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border-default);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pf-cta-secondary:hover {
  border-color: var(--brand-primary);
  background: var(--surface-highlight);
}
@keyframes pf-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-hero-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pf-hero-slide-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pf-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes pf-hero-float {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
@keyframes pf-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-hero-v2,
  .pf-hero-v2 *,
  .pf-hero-v2 *::before,
  .pf-hero-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-hero-v2 {
  background: #F3EDE7;
  position: relative;
  overflow: hidden;
}
.pf-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .pf-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 104px 24px 48px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .pf-hero-v2__inner {
    padding: 96px 20px 40px;
  }
}
.pf-hero-v2__title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: #3a4d55;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-hero-v2__title-accent {
  color: #ff8a65;
}
.pf-hero-v2__line {
  width: 64px;
  height: 3px;
  background: #ff8a65;
  border-radius: 2px;
  margin: 20px 0 24px;
  transform-origin: left center;
  animation: pf-hero-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-hero-v2__subtitle {
  font-size: clamp(18px, 13.5vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: #3a4d55;
  margin: 0 0 12px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
.pf-hero-v2__supporting {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 32px;
  max-width: 480px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-hero-v2__dot-sep {
  margin: 0 6px;
  opacity: 0.4;
}
.pf-hero-v2__cta-group {
  margin: 0 0 32px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}
.pf-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #fff;
}
.pf-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-hero-v2__cta:hover .pf-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.pf-hero-v2__reassurance {
  font-size: 0.82rem;
  color: rgba(58, 77, 85, 0.7);
  margin: 12px 0 0;
}
.pf-hero-v2__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}
.pf-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pf-hero-v2__badge svg {
  opacity: 0.45;
}
.pf-hero-v2__visual {
  animation: pf-hero-slide-right 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-v2__visual {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .pf-hero-v2__visual-tilt {
    animation: pf-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.pf-hero-mockup {
  position: relative;
}
.pf-hero-mockup__window {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #fafafa;
  border-bottom: 1px solid #E8E3DD;
}
.pf-hero-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__titlebar-text {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-left: auto;
  font-weight: 500;
}
.pf-hero-mockup__body {
  padding: 20px;
}
.pf-hero-mockup__stat-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.pf-hero-mockup__label {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-hero-mockup__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3a4d55;
  letter-spacing: -0.02em;
}
.pf-hero-mockup__trend {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: #e0efe0;
  color: #66b266;
}
.pf-hero-mockup__chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 2px;
}
.pf-hero-mockup__bar {
  flex: 1;
  height: var(--bar-h, 50%);
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 3px 3px 0 0;
  transform-origin: bottom center;
  animation: pf-hero-bar-grow 0.6s cubic-bezier(0.16, 1, 0.3, 1) var(--bar-delay, 0ms) both;
  animation-delay: calc(0.6s + var(--bar-delay, 0ms));
}
.pf-hero-mockup__products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-hero-mockup__product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__product-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__product-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3a4d55;
}
.pf-hero-mockup__product-meta {
  font-size: 0.7rem;
  color: #a8b4ba;
}
.pf-hero-mockup__notification {
  position: absolute;
  bottom: -12px;
  right: -16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #E8E3DD;
  animation: pf-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-mockup__notification {
    right: -8px;
    bottom: -8px;
  }
}
@media (max-width: 480px) {
  .pf-hero-mockup__notification {
    right: 0;
    bottom: -6px;
    padding: 10px 12px;
    gap: 8px;
  }
}
.pf-hero-mockup__notif-icon {
  color: #66b266;
  flex-shrink: 0;
}
.pf-hero-mockup__notif-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3a4d55;
  white-space: nowrap;
}
.pf-hero-mockup__notif-text {
  font-size: 0.68rem;
  color: #a8b4ba;
  white-space: nowrap;
}
.pf-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--cta-bg);
  color: var(--cta-text) !important;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: var(--cta-text) !important;
}
.pf-cta-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-cta-primary:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-cta-primary__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-cta-primary:hover .pf-cta-primary__arrow {
  transform: translateX(4px);
}
.pf-section {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .pf-section {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .pf-section {
    padding: 40px 0;
  }
}
.pf-underline-accent {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--brand-primary);
  padding-bottom: 4px;
}
.pf-intermediate-cta {
  text-align: center;
  padding: var(--space-5) var(--space-2);
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: var(--space-1);
}
.trust-strip {
  background-color: var(--surface-card-glass);
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.trust-strip-item {
  display: inline-flex;
  align-items: center;
  margin: 4px 12px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .trust-strip-item {
    margin: 4px 8px;
  }
}
.trust-strip-logo {
  height: 18px;
  max-width: 80px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .trust-strip-logo {
    height: 16px;
    max-width: 60px;
  }
}
.pf-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .pf-stat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.pf-stat-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}
.pf-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-gradient);
}
.pf-stat-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.pf-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-accent);
  opacity: 0.7;
  flex-shrink: 0;
}
.pf-stat-card__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-stat-card__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-stat-card__sparkline {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
  margin-top: 12px;
}
.pf-stat-card__spark-bar {
  flex: 1;
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 2px 2px 0 0;
  height: var(--spark-h, 50%);
}
.badge-block .valign-wrapper-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.badge-block [class*='col'] {
  float: none;
  flex: 1 1 0;
  max-width: 280px;
  margin-left: 0;
  padding-bottom: 0;
}
.pf-soft-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-soft-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  margin-bottom: var(--space-2);
  flex-shrink: 0;
}
.testimonial-carousel__card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card,
.nc-instance .noCode-bg-dark .testimonial-carousel__card {
  background: var(--text-inverse);
  border-color: var(--border-subtle);
  color: var(--text-inverse, #333331);
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark-light {
  color: var(--text-inverse, #333331) !important;
}
.testimonial-carousel__quote-mark {
  color: var(--brand-primary);
  font-size: 2rem;
  line-height: 1;
}
.pf-free-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: var(--space-2);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}
.pf-free-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-top-color: var(--brand-primary);
}
.pf-free-tool-card .cta-text {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: var(--space-1);
}
.pf-free-tool-card svg {
  color: var(--text-secondary);
}
.pf-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--brand-gradient);
  padding: 10px 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  animation: pf-sticky-slide-up 0.3s ease-out;
  overflow: hidden;
}
@keyframes pf-sticky-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pf-sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.pf-sticky-cta__text {
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: none;
}
@media (min-width: 768px) {
  .pf-sticky-cta__text {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pf-sticky-cta__text {
    font-size: 0.85rem;
  }
}
.pf-sticky-cta__promo {
  background: var(--status-warning);
  color: var(--text-primary);
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}
.pf-sticky-cta__countdown {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pf-sticky-cta__countdown {
    display: inline-flex;
  }
}
.pf-sticky-cta__btn {
  margin-left: auto;
  background: var(--surface-card);
  color: var(--text-primary);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.pf-sticky-cta__btn:hover {
  background: var(--surface-raised);
  color: var(--text-primary);
}
.pf-sticky-cta__dismiss {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.pf-sticky-cta__dismiss:hover {
  opacity: 1;
}
.pf-tabbed-features__split {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 40px;
  align-items: start;
  padding-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-tabbed-features__split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.pf-tabbed-features__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pf-tabbed-features__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-tabbed-features__feature:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.pf-tabbed-features__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  flex-shrink: 0;
}
.pf-tabbed-features__feature-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-tabbed-features__feature-text {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .pf-tabbed-features__mockup {
    display: none;
  }
}
.pf-mockup {
  position: relative;
}
.pf-mockup__window {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.pf-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--surface-raised);
  border-bottom: 1px solid var(--border-subtle);
}
.pf-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-mockup__titlebar-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-left: auto;
  font-weight: 500;
}
.pf-mockup__body {
  padding: 20px;
}
.pf-mockup__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 600;
}
.pf-mockup__chip--green {
  background: var(--status-success-light);
  color: var(--status-success);
}
.pf-mockup__chip--orange {
  background: var(--status-warning-light);
  color: var(--brand-primary);
}
.pf-mockup__chip--blue {
  background: #e0f0fd;
  color: var(--text-link);
}
.pf-mockup__input {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  width: 100%;
  box-sizing: border-box;
}
.pf-mockup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--brand-gradient);
  color: var(--cta-text);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: none;
  width: 100%;
}
.pf-mockup__label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.pf-mockup__value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-mockup__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.pf-mockup__divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 12px 0;
}
.pf-db-mockup {
  width: 100%;
  font-family: inherit;
}
.pf-db-layout {
  display: flex;
  min-height: 0;
}
.pf-db-sidebar {
  width: 30px;
  flex-shrink: 0;
  background: var(--surface-raised);
  border-right: 1px solid var(--border-subtle);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-db-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.pf-db-content {
  flex: 1;
  padding: 8px;
  min-width: 0;
}
.pf-db-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.pf-db-topbar__range {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.58rem;
  color: var(--text-muted);
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 2px 6px;
}
.pf-db-topbar__tabs {
  display: flex;
  gap: 2px;
}
.pf-db-topbar__tab {
  font-size: 0.58rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--text-muted);
  font-weight: 500;
}
.pf-db-topbar__tab--active {
  background: var(--brand-primary);
  color: #fff;
  font-weight: 700;
}
.pf-db-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 8px;
}
.pf-db-stat {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 7px;
}
.pf-db-stat__label {
  font-size: 0.5rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-stat__value {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-main {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.pf-db-chart {
  flex: 1;
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 8px;
  min-width: 0;
}
.pf-db-chart__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-chart__area {
  position: relative;
  height: 56px;
}
.pf-db-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.pf-db-bar {
  flex: 1;
  background: rgba(126, 155, 228, 0.6);
  border-radius: 2px 2px 0 0;
}
.pf-db-aside {
  width: 115px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pf-db-notif {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
  flex: 1;
}
.pf-db-notif__title {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-db-notif__row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.pf-db-notif__row:last-child {
  border-bottom: none;
}
.pf-db-notif__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-db-notif__text {
  font-size: 0.52rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-conversion {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-conversion__label {
  font-size: 0.48rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.pf-db-conversion__value {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
}
.pf-db-conversion__sub {
  font-size: 0.48rem;
  color: var(--text-muted);
}
.pf-db-subs {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-subs__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-subs__row {
  display: flex;
  gap: 4px;
}
.pf-db-sub {
  flex: 1;
  min-width: 0;
}
.pf-db-sub__label {
  font-size: 0.48rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-sub__value {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-sub__delta {
  font-size: 0.48rem;
  font-weight: 600;
}
.pf-db-sub__delta--up {
  color: #4caf50;
}
.pf-db-sub__delta--down {
  color: #e53935;
}
.pf-features-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: var(--space-3) 0;
}
@media (max-width: 1023px) {
  .pf-features-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pf-features-row--reverse {
    direction: rtl;
  }
  .pf-features-row--reverse > * {
    direction: ltr;
  }
}
.pf-features-row__copy h3 {
  font-size: clamp(20px, 12vw, 28px);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 4px;
}
.pf-features-row__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 12px;
}
.pf-features-row__text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
.pf-features-row__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-features-row__bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-primary);
}
.pf-features-row__bullet svg {
  color: var(--icon-accent);
  flex-shrink: 0;
}
@keyframes pf-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-cta-primary,
  .pf-soft-card,
  .pf-stat-card,
  .pf-free-tool-card,
  .pf-sticky-cta,
  .pf-mockup,
  .pf-mockup * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes pf-ref-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-ref-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pf-ref-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-referral,
  .pf-referral *,
  .pf-referral *::before,
  .pf-referral *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-referral {
  background: #F3EDE7;
}
.pf-ref-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .pf-ref-section {
    padding: 0 20px;
  }
}
.pf-ref-hero {
  padding: 100px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pf-ref-hero {
    padding: 80px 0 48px;
  }
}
.pf-ref-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff8a65;
  margin-bottom: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-ref-hero__line {
  width: 32px;
  height: 2px;
  background: #ff8a65;
  border-radius: 2px;
  transform-origin: left center;
  animation: pf-ref-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__title {
  font-size: clamp(32px, 15vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #3a4d55;
  margin: 0 0 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.pf-ref-hero__title-accent {
  color: #ff8a65;
}
.pf-ref-hero__subtitle {
  font-size: clamp(16px, 13.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(58, 77, 85, 0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
}
.pf-ref-hero__badge svg {
  opacity: 0.5;
}
.pf-ref-plans {
  padding: 48px 0 64px;
}
.pf-ref-plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .pf-ref-plans__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
.pf-ref-plan-card {
  background: #fff;
  border: 1.5px solid #E8E3DD;
  border-radius: 16px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pf-ref-scale-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-plan-card:nth-child(2) {
  animation-delay: 0.4s;
}
.pf-ref-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  border-color: #D5CFC8;
}
@media (max-width: 480px) {
  .pf-ref-plan-card {
    padding: 32px 24px;
  }
}
.pf-ref-plan-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.pf-ref-plan-card__icon--classic {
  background: linear-gradient(135deg, rgba(0, 122, 204, 0.1), rgba(0, 122, 204, 0.05));
  color: #007acc;
}
.pf-ref-plan-card__icon--partner {
  background: linear-gradient(135deg, rgba(255, 138, 101, 0.12), rgba(255, 183, 77, 0.08));
  color: #ff8a65;
}
.pf-ref-plan-card__name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 8px;
}
.pf-ref-plan-card__amount {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #3a4d55;
  margin: 0 0 4px;
  line-height: 1.1;
}
.pf-ref-plan-card__amount-unit {
  font-size: 0.5em;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0;
}
.pf-ref-plan-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 16px 0 0;
}
.pf-ref-plan-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-plan-card__cta--primary {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(255, 138, 101, 0.3);
}
.pf-ref-plan-card__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 138, 101, 0.4);
  filter: brightness(1.05);
  color: #fff !important;
}
.pf-ref-plan-card__cta--secondary {
  background: #007acc;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 122, 204, 0.25);
}
.pf-ref-plan-card__cta--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 122, 204, 0.35);
  filter: brightness(1.08);
  color: #fff !important;
}
.pf-ref-steps {
  padding: 64px 0;
  background: var(--surface-card, #fff);
}
.pf-ref-steps__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: -0.02em;
}
.pf-ref-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .pf-ref-steps__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.pf-ref-step {
  text-align: center;
  padding: 24px 16px;
}
.pf-ref-step__number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}
.pf-ref-step__title {
  font-size: 17px;
  font-weight: 700;
  color: #3a4d55;
  margin: 0 0 8px;
}
.pf-ref-step__text {
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.6;
  margin: 0;
}
.pf-ref-faq {
  padding: 64px 0 80px;
}
.pf-ref-faq__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.02em;
}
.pf-ref-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pf-ref-faq__item {
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.2s ease;
}
.pf-ref-faq__item:hover {
  background: rgba(0, 0, 0, 0.015);
}
.pf-ref-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #3a4d55;
  line-height: 1.4;
}
.pf-ref-faq__question:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: -2px;
  border-radius: 8px;
}
.pf-ref-faq__chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #a8b4ba;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-faq__item--open .pf-ref-faq__chevron {
  transform: rotate(180deg);
  color: #ff8a65;
}
.pf-ref-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 20px;
}
.pf-ref-faq__item--open .pf-ref-faq__answer {
  max-height: 300px;
  padding: 0 20px 18px;
}
.pf-ref-faq__answer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
}
.pf-ref-faq__answer-text a {
  color: #007acc;
  text-decoration: none;
  font-weight: 500;
}
.pf-ref-faq__answer-text a:hover {
  text-decoration: underline;
}
.pf-ref-faq__divider {
  height: 1px;
  background: #E8E3DD;
  margin: 0 20px;
}
.pf-ref-cta {
  padding: 64px 0 80px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  text-align: center;
  border-radius: 24px;
  max-width: 900px;
  margin: 0 auto 48px;
}
.pf-ref-cta__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.pf-ref-cta__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}
.pf-ref-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #fff;
  color: #3a4d55 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.pf-ref-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  color: #3a4d55;
}
.pf-ref-cta__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-cta__button:hover .pf-ref-cta__arrow {
  transform: translateX(4px);
}
.related-content-block {
  padding: 3rem 0;
  background: var(--pblog-bg-alt, #f9fafb);
}
.related-content-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.related-comparisons-block {
  padding: 2rem 0;
}
#publicMain:has(.guide-pillar-page),
#publicMain:has(.guides-home-page) {
  overflow: visible !important;
}
.nc-instance .guides-home-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guides-home-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guides-home-header {
  text-align: center;
  margin-bottom: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
}
.guides-home-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
.guides-home-subtitle {
  font-size: 1.15rem;
  color: var(--pblog-text-muted, #6b7280);
  max-width: 600px;
  margin: 0 auto;
}
.guides-home-empty {
  text-align: center;
  padding: var(--pblog-xl, 3rem);
  color: var(--pblog-text-muted, #6b7280);
}
.nc-instance .guide-pillar-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guide-pillar-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guide-pillar-hero {
  text-align: center;
  padding: var(--pblog-xl, 3rem) 0;
}
.guide-pillar-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
@media (max-width: 768px) {
  .guide-pillar-hero h1 {
    font-size: 2rem;
  }
}
.guide-pillar-hero-meta {
  color: var(--pblog-text-muted, #6b7280);
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
.guide-pillar-author {
  font-weight: 600;
  color: var(--pblog-text, #1a1a1a);
}
.guide-pillar-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pblog-xl, 3rem);
  margin-top: var(--pblog-xl, 3rem);
}
@media (min-width: 992px) {
  .guide-pillar-layout.has-toc {
    grid-template-columns: 260px 1fr;
  }
}
.guide-pillar-toc {
  display: none;
  --blog-text-secondary: var(--pblog-text-secondary);
  --blog-text-primary: var(--pblog-text);
  --blog-text-muted: var(--pblog-text-muted);
  --blog-accent-color: var(--pblog-accent);
}
@media (min-width: 992px) {
  .guide-pillar-toc {
    display: block;
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 1rem;
    border-right: 1px solid var(--pblog-border, #e5e7eb);
  }
}
.guide-pillar-toc .blog-toc {
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
.guide-pillar-toc .blog-toc ul {
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc li {
  float: none;
  padding: 0;
  list-style: none;
}
.guide-pillar-toc .blog-toc a {
  color: var(--blog-text-secondary);
}
.guide-pillar-toc .blog-toc-title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted);
  margin-bottom: 0.5rem;
}
.guide-pillar-toc .blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc-item {
  margin-bottom: 2px;
}
.guide-pillar-toc .blog-toc-item a {
  display: block;
  padding: 5px 0 5px 12px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.guide-pillar-toc .blog-toc-item a:hover {
  color: var(--blog-text-primary);
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--h3 a {
  padding-left: 24px;
  font-size: 0.825rem;
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--active a {
  color: var(--blog-accent-color);
  border-left-color: var(--blog-accent-color);
  font-weight: 500;
}
.guide-pillar-content {
  min-width: 0;
}
.guide-pillar-spokes {
  margin-top: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
  border-top: 1px solid var(--pblog-border, #e5e7eb);
}
.guide-pillar-spokes-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: var(--pblog-lg, 1.5rem);
}
@keyframes nc-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nc-hero-slide-left {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes nc-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes nc-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes nc-hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes nc-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nc-hero-v2,
  .nc-hero-v2 *,
  .nc-hero-v2 *::before,
  .nc-hero-v2 *::after,
  .nc-section,
  .nc-section * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.nc-hero-v2 {
  background: #1d1d1b;
  position: relative;
  overflow: hidden;
}
.nc-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 40px 100px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .nc-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 120px 24px 56px;
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .nc-hero-v2__inner {
    padding: 104px 20px 40px;
    gap: 36px;
  }
}
.nc-hero-v2__title {
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f5f5f0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.nc-hero-v2__title-accent {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-hero-v2__subtitle {
  font-size: clamp(17px, 12.4vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin: 20px 0 0;
  max-width: 480px;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__subtitle {
    max-width: 100%;
  }
}
.nc-hero-v2__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 36px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}
@media (max-width: 480px) {
  .nc-hero-v2__cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.nc-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.nc-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #333331 !important;
}
.nc-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(139, 92, 246, 0.25);
}
.nc-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px rgba(139, 92, 246, 0.3);
}
.nc-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta:hover .nc-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.nc-hero-v2__cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  background: transparent;
  color: #e5e5df !important;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #444442;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta-ghost:hover {
  border-color: #9b9b96;
  background: rgba(42, 42, 39, 0.6);
  color: #f5f5f0 !important;
}
.nc-hero-v2__cta-ghost:active {
  background: #2a2a27;
}
.nc-hero-v2__reassurance {
  font-size: 0.82rem;
  color: #8a8a85;
  margin: 14px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.nc-hero-v2__visual {
  animation: nc-hero-slide-left 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__visual {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .nc-hero-v2__visual-float {
    animation: nc-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.nc-hero-storefront {
  position: relative;
  background: #333331;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  overflow: hidden;
}
.nc-hero-storefront__image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .nc-hero-storefront__image {
    height: 80px;
  }
}
.nc-hero-storefront__image::before,
.nc-hero-storefront__image::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}
.nc-hero-storefront__image::before {
  width: 120px;
  height: 120px;
  right: -20px;
  top: -30px;
  background: #8B5CF6;
}
.nc-hero-storefront__image::after {
  width: 80px;
  height: 80px;
  left: 30%;
  bottom: -20px;
  background: #A78BFA;
}
.nc-hero-storefront__image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(167, 139, 250, 0.15) 50%, transparent 80%), #2a2a27;
}
.nc-hero-storefront__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  animation: nc-hero-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}
.nc-hero-storefront__body {
  padding: 20px 24px 24px;
}
.nc-hero-storefront__category {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8B5CF6;
  margin-bottom: 6px;
}
.nc-hero-storefront__name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.nc-hero-storefront__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}
.nc-hero-storefront__rating-count {
  font-size: 0.72rem;
  color: #8a8a85;
  margin-left: 6px;
}
.nc-hero-storefront__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin-bottom: 20px;
}
.nc-hero-storefront__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #444442;
}
.nc-hero-storefront__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.nc-hero-storefront__price-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.02em;
}
.nc-hero-storefront__price-period {
  font-size: 0.82rem;
  color: #8a8a85;
}
.nc-hero-storefront__buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: default;
}
.nc-hero-storefront__sold-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #2a2a27;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f5f5f0;
  white-space: nowrap;
  animation: nc-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1s both;
}
@media (max-width: 480px) {
  .nc-hero-storefront__sold-badge {
    top: -6px;
    right: -4px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
}
.nc-hero-storefront__sold-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: nc-pulse 2s ease-in-out infinite;
}
@keyframes nc-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.nc-trust-strip {
  background: #232321;
  padding: 24px 40px;
}
@media (max-width: 480px) {
  .nc-trust-strip {
    padding: 20px 20px;
  }
}
.nc-trust-strip__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nc-trust-strip__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #8a8a85;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nc-trust-strip__sep {
  width: 1px;
  height: 20px;
  background: #444442;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .nc-trust-strip__sep {
    display: none;
  }
}
.nc-trust-strip__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nc-trust-strip__logo {
  height: 22px;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s;
}
.nc-trust-strip__logo:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .nc-trust-strip__logo {
    height: 18px;
  }
}
.nc-section {
  padding: 80px 40px;
}
@media (max-width: 1023px) {
  .nc-section {
    padding: 56px 24px;
  }
}
@media (max-width: 480px) {
  .nc-section {
    padding: 40px 20px;
  }
}
.nc-section--base {
  background: #1d1d1b;
  color: #e5e5df;
}
.nc-section--elevated {
  background: #232321;
  color: #e5e5df;
}
.nc-section--card {
  background: #2a2a27;
  color: #e5e5df;
}
.nc-section--light {
  background: #F8FAFC;
  color: #1E293B;
}
.nc-section--light .nc-section__title {
  color: #1E293B;
}
.nc-section--light .nc-section__subtitle {
  color: #475569;
}
.nc-section--light .nc-value-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--light .nc-value-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--light .nc-value-card__title {
  color: #1E293B;
}
.nc-section--light .nc-value-card__sub {
  color: #475569;
}
.nc-section--light .nc-value-card__list li {
  color: #1E293B;
}
.nc-section--accent-cool {
  background: #dfedee;
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__subtitle {
  color: #475569;
}
.nc-section--accent-cool .nc-feature-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--accent-cool .nc-feature-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--accent-cool .nc-feature-card__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-feature-card__desc {
  color: #475569;
}
.nc-section--accent-warm {
  background: #ffdab9;
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__subtitle {
  color: #475569;
}
.nc-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nc-section__title {
  font-size: clamp(28px, 13.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #f5f5f0;
  margin: 0 0 12px;
}
.nc-section__subtitle {
  font-size: clamp(16px, 11.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin-top: 0;
  margin-bottom: 48px;
  max-width: 600px;
}
.nc-section__title--center,
.nc-section__subtitle--center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nc-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.nc-value-card {
  background: #333331;
  border: 1px solid #444442;
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-value-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-value-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  margin-bottom: 20px;
}
.nc-value-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 4px;
}
.nc-value-card__sub {
  font-size: 0.88rem;
  color: #8a8a85;
  margin: 0 0 20px;
}
.nc-value-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nc-value-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #e5e5df;
  padding: 8px 0;
  border-top: 1px solid rgba(68, 68, 66, 0.5);
}
.nc-value-card__list li svg {
  flex-shrink: 0;
  color: #8B5CF6;
  opacity: 0.8;
}
.nc-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .nc-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nc-feature-grid {
    grid-template-columns: 1fr;
  }
}
.nc-feature-card {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #444442;
  background: #333331;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-feature-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-feature-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(139, 92, 246, 0.12);
  color: #8B5CF6;
  margin-bottom: 16px;
}
.nc-feature-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 6px;
}
.nc-feature-card__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin: 0;
}
.nc-divider-coral {
  border: none;
  height: 2px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  max-width: 120px;
  margin: 0 auto 48px;
  border-radius: 1px;
}
.nc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.features img.responsive-img {
  max-width: 125px;
}
.landing-basic-page .feature-wrapper:hover,
.home-page .feature-wrapper:hover,
.home-page-noCode .feature-wrapper:hover,
.landing-page-ecommerce .feature-wrapper:hover,
.landing-page-payment .feature-wrapper:hover,
.landing-page-stripe .feature-wrapper:hover,
.landing-page-subscription .feature-wrapper:hover {
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media only screen and (min-width: 993px) {
  .landing-basic-page .feature-wrapper,
  .home-page .feature-wrapper,
  .home-page-noCode .feature-wrapper,
  .landing-page-ecommerce .feature-wrapper,
  .landing-page-payment .feature-wrapper,
  .landing-page-stripe .feature-wrapper,
  .landing-page-subscription .feature-wrapper {
    padding: 1em;
  }
}
.landing-basic-page .feature-wrapper img.responsive-img,
.home-page .feature-wrapper img.responsive-img,
.home-page-noCode .feature-wrapper img.responsive-img,
.landing-page-ecommerce .feature-wrapper img.responsive-img,
.landing-page-payment .feature-wrapper img.responsive-img,
.landing-page-stripe .feature-wrapper img.responsive-img,
.landing-page-subscription .feature-wrapper img.responsive-img {
  max-height: 110px;
}
.landing-basic-page .title,
.home-page-noCode .title {
  font-size: 4em;
  line-height: 1.2em;
}
.landing-basic-page .subtitle,
.home-page-noCode .subtitle {
  font-size: 2em;
}
.landing-basic-page .showcase-video,
.home-page-noCode .showcase-video {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .landing-basic-page .showcase-video,
  .home-page-noCode .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 300px;
  }
}
.home-page .text-wrapper,
.home-page .video-wrapper {
  display: inline-block;
  width: 100%;
}
.home-page .showcase-video {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px;
}
@media only screen and (min-width: 601px) {
  .home-page .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 300px;
  }
}
.home-page .signupFormWrapper input {
  font-size: 1.1em !important;
  color: #3a4d55 !important;
}
.home-page [type='checkbox'] + span:not(.lever) {
  font-size: 14px;
  line-height: 22px;
}
.maintenance-page {
  height: 95vh;
}
.maintenance-page .justify-content-center {
  justify-content: center;
}
.landing-page-ecommerce .text-wrapper,
.landing-page-payment .text-wrapper,
.landing-page-stripe .text-wrapper,
.landing-page-subscription .text-wrapper,
.landing-page-ecommerce .video-wrapper,
.landing-page-payment .video-wrapper,
.landing-page-stripe .video-wrapper,
.landing-page-subscription .video-wrapper {
  display: inline-block;
  width: 100%;
}
.landing-page-ecommerce .showcase-video,
.landing-page-payment .showcase-video,
.landing-page-stripe .showcase-video,
.landing-page-subscription .showcase-video {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px;
}
@media only screen and (min-width: 993px) {
  .landing-page-ecommerce .showcase-video,
  .landing-page-payment .showcase-video,
  .landing-page-stripe .showcase-video,
  .landing-page-subscription .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 250px;
  }
}
.landing-page-ecommerce .signupFormWrapper input,
.landing-page-payment .signupFormWrapper input,
.landing-page-stripe .signupFormWrapper input,
.landing-page-subscription .signupFormWrapper input {
  font-size: 1.2em !important;
  color: #3a4d55 !important;
}
.signup-page .signupFormWrapper input {
  height: 2.5rem !important;
  color: #3a4d55 !important;
}
.testimonials-page img.responsive-img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonials-page .text-wrapper,
.testimonials-page .video-wrapper {
  display: inline-block;
  width: 100%;
  padding: 2em 0;
}
@media only screen and (min-width: 601px) {
  .testimonials-page .text-wrapper,
  .testimonials-page .video-wrapper {
    padding: 2em;
  }
}
.testimonials-page .showcase-video {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .testimonials-page .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 450px;
  }
}
.testimonials-page .signupFormWrapper input {
  font-size: 1.2em !important;
  color: #3a4d55 !important;
}
.testimonials-page .category-card {
  padding: 1em !important;
  cursor: pointer;
}
.testimonials-page .category-card i {
  margin-right: 10px;
}
.testimonials-page .category-card.active {
  background-color: #009688;
  color: #fafafa;
}
@media only screen and (min-width: 601px) {
  .testimonials-page .hide-tablet-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-page .testimonial-category-slider {
    height: 650px;
  }
  .testimonials-page .slider-list {
    height: 450px !important;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-page .hide-mobile {
    display: none;
  }
  .testimonials-page .dropdown-content {
    width: 75vw !important;
    left: -75vw !important;
  }
  .testimonials-page .slider-list {
    height: 550px !important;
  }
}
.pf-free-tool-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
}
.pf-free-tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pf-soft-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  min-height: 260px;
  transition: box-shadow 0.2s ease;
}
.pf-soft-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.agent-carousel {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.agent-carousel__track {
  display: flex;
  transition: transform 0.4s ease;
}
.agent-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .agent-carousel__slide {
    flex-direction: column;
    gap: 16px;
  }
}
.agent-carousel__image {
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
}
.agent-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.agent-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.agent-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.agent-carousel__dot.active {
  background: #ff8a65;
}
.agent-carousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.agent-carousel__arrow:hover {
  border-color: #007acc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.agent-carousel__arrow svg {
  width: 16px;
  height: 16px;
  color: #3a4d55;
}
.pf-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.pf-tabs::-webkit-scrollbar {
  display: none;
}
.pf-tab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-secondary);
  border: 1.5px solid var(--border-default);
  background: transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.pf-tab.active {
  background: var(--brand-primary) !important;
  color: #fff !important;
  border-color: var(--brand-primary) !important;
}
.pf-tab:hover:not(.active) {
  border-color: var(--brand-primary);
  color: var(--text-primary);
  background: var(--surface-highlight, color-mix(in srgb, var(--brand-primary) 6%, transparent));
}
.pf-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}
@media (max-width: 480px) {
  .pf-hero-trust {
    gap: 10px;
    font-size: 0.8rem;
  }
}
.integration-strip {
  overflow: hidden;
  position: relative;
  padding: 24px 0;
}
.integration-strip__track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: scrollLogos 30s linear infinite;
  width: max-content;
}
.integration-strip__track:hover {
  animation-play-state: paused;
}
.integration-strip__logo {
  height: 40px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.integration-strip__logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.integration-strip__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
  pointer-events: none;
}
.integration-strip__fade--left {
  left: 0;
  background: linear-gradient(to right, #F3EDE7, transparent);
}
.integration-strip__fade--right {
  right: 0;
  background: linear-gradient(to left, #F3EDE7, transparent);
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-carousel__page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 993px) {
  .testimonial-carousel__page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pf-signup-modern input[type='text'],
.pf-signup-modern input[type='email'] {
  border: 1.5px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.pf-signup-modern input[type='text']:focus,
.pf-signup-modern input[type='email']:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15) !important;
}
.pf-signup-modern .col.margin-bottom-1 {
  margin-bottom: 20px !important;
}
.pf-intermediate-cta {
  text-align: center;
  padding: 32px 16px;
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: #a8b4ba;
  font-size: 14px;
  margin-top: 8px;
}
.pf-target-page {
  background: var(--surface-page);
}
.pf-target-page .pf-target-hero {
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: 32px;
}
.pf-target-page .pf-target-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.pf-target-page .pf-target-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 16px;
  color: var(--text-primary);
  line-height: 1.5;
}
.pf-target-page .pf-target-hero-bullets li .icon-accent {
  color: var(--brand-primary);
  margin-top: 3px;
}
.pf-target-page .pf-target-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .pf-target-page .pf-target-pain-grid {
    grid-template-columns: 1fr;
  }
}
.pf-target-page .pf-target-pain-card {
  padding: 24px;
  text-align: left;
}
.pf-target-page .pf-target-pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--icon-accent-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--icon-accent);
}
.pf-target-page .pf-target-pain-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.pf-target-page .pf-target-pain-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}
.pf-target-page .pf-target-usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.pf-target-page .pf-target-usecase-card {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pf-target-page .pf-target-usecase-card p {
  margin: 0;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.5;
}
.pf-target-page .pf-target-usecase-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.pf-target-page .pf-target-cta-banner {
  background: var(--surface-muted);
  padding: 40px 16px;
}
.pf-target-page .pf-target-cta-headline {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.pf-target-page .pf-target-cta-intro {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.pf-target-page .pf-target-related-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 560px;
  margin: 24px auto 0;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.pf-target-page .pf-target-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #3a4d55;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  border-bottom: 1px solid #E8E3DD;
}
.pf-target-page .pf-target-related-link:last-child {
  border-bottom: none;
}
.pf-target-page .pf-target-related-link:hover {
  background-color: #F3EDE7;
  color: #007acc;
  text-decoration: none;
}
.pf-target-page .pf-target-related-link:hover .pf-target-related-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.pf-target-page .pf-target-related-arrow {
  font-size: 16px;
  opacity: 0.35;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.pf-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  .pf-compare-grid {
    grid-template-columns: 1fr;
  }
}
.pf-compare-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  color: #3a4d55;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #E8E3DD;
  border-right: 1px solid #E8E3DD;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pf-compare-link:nth-child(2n) {
  border-right: none;
}
.pf-compare-link:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pf-compare-link {
    border-right: none;
  }
  .pf-compare-link:last-child {
    border-bottom: none;
  }
  .pf-compare-link:nth-last-child(2) {
    border-bottom: 1px solid #E8E3DD;
  }
}
.pf-compare-link:hover {
  background-color: #F3EDE7;
  color: #007acc;
  text-decoration: none;
}
.pf-compare-link:hover .pf-compare-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.pf-compare-arrow {
  font-size: 14px;
  opacity: 0.3;
  transition: opacity 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.pf-audience-section {
  padding: 3rem 0;
}
.pf-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .pf-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .pf-audience-grid {
    grid-template-columns: 1fr;
  }
}
.pf-audience-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
}
.pf-audience-card:hover {
  border-color: #007acc;
  box-shadow: 0 4px 20px rgba(0, 122, 204, 0.1);
  transform: translateY(-2px);
}
.pf-audience-card:hover .pf-audience-card__arrow {
  opacity: 1;
  transform: translateX(0);
}
.pf-audience-card:hover .pf-audience-card__icon {
  color: #007acc;
}
.pf-audience-card__icon {
  color: #3a4d55;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.pf-audience-card__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #3a4d55;
  margin-bottom: 6px;
}
.pf-audience-card__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #3a4d55;
  flex: 1;
}
.pf-audience-card__arrow {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #007acc;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.2s;
}
.shopping-cart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.shopping-cart-container hr {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .shopping-cart-container .shopping-cart-items {
    overflow: auto;
  }
}
.shopping-cart-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.shopping-cart-header h5 {
  text-align: center;
}
.shopping-cart-body {
  padding: 0 1em;
  display: flex;
  flex-direction: column;
}
.shopping-cart-body .collapsible {
  border: none;
  box-shadow: none;
}
.shopping-cart-body .collapsible .collapsible-header {
  border: none;
}
.shopping-cart-body .collapsible .collapsible-body {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .shopping-cart-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 601px) {
  .shopping-cart-body-desktopTablet-height {
    height: 70vh;
  }
}
.shopping-cart-summary {
  border-top: solid 1px #979797;
  padding: 10px 0;
}
.shopping-cart-summary .promo-code {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.shopping-cart-summary .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}
.s-quantity-input-minus,
.s-quantity-input-plus {
  cursor: pointer;
  padding-top: 8px;
  height: 42px;
}
.inactive > .s-quantity-input-minus,
.inactive > .s-quantity-input-plus {
  cursor: default;
}
.s-quantity-input-minus {
  text-align: right;
}
.s-quantity-input-plus {
  text-align: left;
  margin-left: auto;
}
.s-quantity-input-value {
  font-size: 1.4em;
  width: 10%;
  padding-top: 3px;
  height: 42px;
  text-align: center;
  margin-left: auto;
}
.background-purple {
  background: linear-gradient(130deg, #6964e0, #007acc);
}
.background-yellow {
  background: linear-gradient(130deg, #ffb74d, #ffe66d);
}
.background-rainbow {
  background: linear-gradient(130deg, #e57373, #ffb74d);
}
.background-basic {
  background-color: var(--surface-muted);
}
.background-classic {
  background-color: var(--surface-raised);
}
.background-hero {
  background: linear-gradient(135deg, #e155c0, #ffb74d);
}
.background-green {
  background-color: #e0efe0;
}
.background-grey {
  background-color: #DDD7D0;
}
.line-purple {
  border-bottom: solid 2px #6964e0;
}
.outline-purple {
  outline: solid 2px #6964e0;
}
.outline-rainbow {
  position: relative;
}
.outline-rainbow > .content-wrapper {
  position: relative;
  z-index: 1;
}
.outline-rainbow::before {
  content: '';
  position: absolute;
  top: -2px;
  /* Adjust based on your needs */
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 0;
  /* Try changing this */
  border-radius: inherit;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  pointer-events: none;
  /* so it doesn't interfere with clicks */
}
/* Primary PayFacile underline – used via getInstanceStyling().primaryUnderline */
.pf-underline-rainbow {
  position: relative;
  display: inline-block;
}
.pf-underline-rainbow::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  pointer-events: none;
}
/* PF styling */
.pf-underline {
  border-bottom: 5px solid #6964e0;
  padding-bottom: 5px;
}
.pf-underline-white {
  border-bottom: 5px solid white;
  padding-bottom: 5px;
}
.pf-underline-rainbow {
  border-bottom: 5px solid;
  border-image: linear-gradient(130deg, #e57373, #ffb74d);
  padding-bottom: 5px;
}
.border-purple {
  border: solid 2px #007acc !important;
  border-radius: 20px !important;
}
.border-peach {
  border: solid 2px #A78BFA !important;
  border-radius: 20px !important;
}
.noCode-bg-dark {
  background-color: #1d1d1b;
}
.nc-public-page {
  background-color: #F8FAFC;
  color: #1E293B;
}
.noCode-bg-light1 {
  background-color: #dfedee;
}
.noCode-bg-light1.gradient {
  background: linear-gradient(90deg, #dfedee, white);
}
.noCode-bg-light2 {
  background-color: #ffdab9;
}
.noCode-bg-light2.gradient {
  background: linear-gradient(90deg, #ffdab9, white);
}
.noCode-bg-light3 {
  background-color: #d0e8e4;
}
.noCode-bg-light3.gradient {
  background: linear-gradient(90deg, #d0e8e4, white);
}
.noCode-bg-light4 {
  background-color: #ffe5b4;
}
.noCode-bg-light4.gradient {
  background: linear-gradient(90deg, #ffe5b4, white);
}
.noCode-bg-light5 {
  background-color: #A78BFA;
}
.noCode-bg-light5.gradient {
  background: linear-gradient(90deg, #A78BFA, white);
}
.noCode-bg-secondary {
  background-color: #8B5CF6;
}
.nocode-outline {
  position: relative;
}
.nocode-outline > .content-wrapper {
  position: relative;
  z-index: 1;
}
.nocode-outline::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  /* Soft pink to peach gradient */
  pointer-events: none;
}
/* NoCode primary underline – used via getInstanceStyling().primaryUnderline */
.nocode-underline {
  position: relative;
  display: inline-block;
}
.nocode-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  pointer-events: none;
}
.nocode-underline {
  border-bottom: 5px solid;
  border-image: linear-gradient(135deg, #8B5CF6, #A78BFA) 1 !important;
  padding-bottom: 5px;
}.fr-view h1 {
  font-size: 3rem;
}
.fr-view h2 {
  font-size: 2rem;
}
.fr-view h3 {
  font-size: 1.5rem;
}
.fr-view p {
  margin: 8px auto !important;
}
.fr-view .product-button-container p {
  margin: 0 !important;
}
.fr-view ul li {
  list-style-type: inherit !important;
  margin-left: 25px;
}
.fr-view ul:not([style]) li {
  list-style-type: disc !important;
}
.fr-view blockquote {
  padding: 10px;
  background-color: #5e35b110;
  color: #414141;
  border-width: 5px;
}
.fr-view blockquote blockquote {
  background-color: #00bcd410;
  color: #414141;
}
.fr-view blockquote blockquote blockquote {
  background-color: #43a04710;
  color: #414141;
}
.fr-view table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px 0;
}
.fr-view table td,
.fr-view table th {
  border: 1px solid #ddd;
  padding: 8px;
  min-width: 40px;
}
.fr-view table th {
  background-color: #f5f5f5;
  font-weight: bold;
}
.fr-popup {
  z-index: 999 !important;
}
.fr-popup .fr-checkbox {
  padding: 0.5em;
}
.fr-popup .fr-checkbox input {
  opacity: 1 !important;
}
.fr-popup .fr-buttons.fr-tabs {
  height: 40px;
}
.fr-popup.fr-active {
  opacity: 1 !important;
}
.fr-command i,
.fr-btn.fr-floating-btn i {
  font-size: 18px;
}
.fr-link-insert-layer .fr-checkbox-line label {
  color: black;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ffffff;
  font-size: 5px;
  margin: 0 auto;
  top: -15px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.modal-content {
  padding: 28px 32px 8px;
  color: #3a4d55;
  overflow-y: auto;
  flex: 1 1 auto;
  min-height: 0;
}
.modal-content h4 .modal-close {
  padding: 0;
}
.modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #3a4d55;
  margin: 0 0 20px;
  padding: 0 0 16px;
  border-bottom: 1px solid #E8E3DD;
  letter-spacing: -0.2px;
  line-height: 1.3;
}
.modal-footer {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 32px 24px;
  background: transparent;
  border-top: none;
}
.modal-btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 600;
  font-family: inherit;
  color: white;
  background: #007acc;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}
.modal-btn-submit:hover {
  background: #0062a3;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.modal-btn-submit:active {
  transform: translateY(1px);
  box-shadow: none;
}
.modal-btn-submit:disabled,
.modal-btn-submit[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.modal-btn-submit .loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: modal-spin 0.6s linear infinite;
}
@keyframes modal-spin {
  to {
    transform: rotate(360deg);
  }
}
.modal-btn-cancel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  color: rgba(58, 77, 85, 0.7);
  background: transparent;
  border: 1px solid #D5CFC8;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  text-transform: none;
  letter-spacing: 0;
  line-height: 1.4;
}
.modal-btn-cancel:hover {
  background: #fafafa;
  border-color: #a8b4ba;
  color: #3a4d55;
}
.modal-btn-cancel:active {
  background: #E8E3DD;
}
.modal-confirm .modal-content .text-dark {
  margin: 16px 0;
  line-height: 1.6;
  font-size: 15px;
}
.modal-form .materialize-textarea,
.modal-form textarea {
  border: 1px solid #D5CFC8;
  min-height: 80px;
  padding: 10px 14px;
  margin-bottom: 0;
  width: 100%;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
}
.modal-form .materialize-textarea:focus,
.modal-form textarea:focus {
  border-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.12);
  outline: none;
}
.modal-form-add-form {
  font-size: 1.2em;
}
.modal-form-add-form i {
  font-size: 1.3em;
  position: relative;
  top: 3px;
}
.vendor-message-character-count {
  text-align: right;
}
.modal-form-content {
  margin-bottom: 8px;
}
.MuiDialog-paper.modal-get-phone,
.modal-get-phone.modal-paper {
  max-width: 520px;
  padding: 0 !important;
}
.modal-get-phone .modal-content {
  padding: 0 !important;
}
.modal-get-phone .get-phone-header {
  text-align: center;
  padding: 28px 32px 20px;
  background: linear-gradient(135deg, rgba(105, 100, 224, 0.06) 0%, rgba(156, 151, 255, 0.08) 100%);
  border-bottom: 1px solid #E8E3DD;
}
.modal-get-phone .get-phone-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 14px;
}
.modal-get-phone .get-phone-icon {
  font-size: 26px;
  color: #6964e0;
}
.modal-get-phone .get-phone-title {
  font-size: 20px;
  font-weight: 600;
  color: #3a4d55;
  margin: 0 0 6px;
  padding: 0;
  border: none;
  letter-spacing: -0.2px;
}
.modal-get-phone .get-phone-subtitle {
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
  line-height: 1.5;
}
.modal-get-phone .get-phone-form {
  padding: 24px 32px 8px;
}
.modal-get-phone .get-phone-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 600px) {
  .modal-get-phone .get-phone-row {
    flex-direction: column;
    gap: 16px;
  }
}
.modal-get-phone .get-phone-field {
  flex: 1;
  min-width: 0;
}
.modal-get-phone .get-phone-field-full {
  flex: 1 1 100%;
}
.modal-get-phone .get-phone-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #3a4d55;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}
.modal-get-phone .get-phone-input,
.modal-get-phone .get-phone-select,
.modal-get-phone .get-phone-textarea {
  width: 100%;
  padding: 10px 14px;
  font-size: 14px;
  color: #3a4d55;
  background: #ffffff;
  border: 1px solid #D5CFC8 !important;
  border-radius: 8px !important;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
  height: auto !important;
  margin: 0 !important;
}
.modal-get-phone .get-phone-input::placeholder,
.modal-get-phone .get-phone-select::placeholder,
.modal-get-phone .get-phone-textarea::placeholder {
  color: #a8b4ba;
}
.modal-get-phone .get-phone-input:focus,
.modal-get-phone .get-phone-select:focus,
.modal-get-phone .get-phone-textarea:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.12) !important;
}
.modal-get-phone .get-phone-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23a8b4ba' d='M1.41 0L6 4.58 10.59 0 12 1.41l-6 6-6-6z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 36px;
  cursor: pointer;
}
.modal-get-phone .get-phone-textarea {
  resize: vertical;
  min-height: 72px;
  line-height: 1.5;
}
.modal-get-phone .modal-footer {
  padding: 16px 32px 24px !important;
  flex-direction: row-reverse;
}
.modal-get-phone .modal-footer .col {
  width: auto !important;
  padding: 0 !important;
  display: contents;
}
.modal-get-phone.modal-get-phone-nc .get-phone-header {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.08) 0%, rgba(167, 139, 250, 0.1) 100%);
}
.modal-get-phone.modal-get-phone-nc .get-phone-icon {
  color: #8B5CF6;
}
.modal-get-phone.modal-get-phone-nc .get-phone-input:focus,
.modal-get-phone.modal-get-phone-nc .get-phone-select:focus,
.modal-get-phone.modal-get-phone-nc .get-phone-textarea:focus {
  border-color: #8B5CF6 !important;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.15) !important;
}
.modal-get-phone.modal-get-phone-nc .modal-btn-submit {
  background: #8B5CF6;
}
.modal-get-phone.modal-get-phone-nc .modal-btn-submit:hover {
  background: #6f35f4;
}
.nc-instance .modal-btn-submit {
  background: #8B5CF6;
}
.nc-instance .modal-btn-submit:hover {
  background: #6f35f4;
}.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
:root {
  --blog-text-primary: #1a1a1a;
  --blog-text-secondary: #666;
  --blog-text-muted: #999;
  --blog-bg-primary: #fff;
  --blog-bg-secondary: #f8f9fa;
  --blog-border-color: #e9ecef;
  --blog-accent-color: #6964e0;
  --blog-link-color: #6964e0;
  --blog-accent-text-color: #fff;
}
.creator-blog-article-page,
.creator-blog-index-page,
.creator-blog-category-page {
  background-color: var(--blog-bg-primary);
  min-height: 100vh;
}
.creator-blog-article-page .container,
.creator-blog-index-page .container,
.creator-blog-category-page .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.creator-blog-breadcrumbs-wrapper {
  background-color: transparent;
  padding: 1rem 0;
  border-bottom: none;
}
.creator-blog-breadcrumbs-wrapper .container {
  max-width: 920px;
}
.creator-blog-breadcrumbs {
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
}
.creator-blog-breadcrumbs .breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.creator-blog-breadcrumbs .breadcrumb-item {
  display: flex;
  align-items: center;
  color: var(--blog-text-secondary);
}
.creator-blog-breadcrumbs .breadcrumb-item:not(:last-child)::after {
  content: '/';
  margin: 0 0.5rem;
  color: var(--blog-text-muted);
}
.creator-blog-breadcrumbs .breadcrumb-item a {
  color: var(--blog-text-secondary);
  text-decoration: none;
}
.creator-blog-breadcrumbs .breadcrumb-item a:hover {
  color: var(--blog-link-color);
  text-decoration: underline;
}
.creator-blog-breadcrumbs .breadcrumb-item.breadcrumb-current {
  color: var(--blog-text-primary);
  font-weight: 500;
}
.creator-blog-article-header {
  padding: 3.5rem 0 2rem;
  text-align: center;
}
.creator-blog-article-header .container {
  max-width: 920px;
}
.creator-blog-article-category {
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: var(--blog-accent-color);
  color: var(--blog-accent-text-color);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.2s;
}
.creator-blog-article-category:hover {
  opacity: 0.9;
  color: var(--blog-accent-text-color);
}
.creator-blog-article-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  color: var(--blog-text-primary);
}
@media (max-width: 768px) {
  .creator-blog-article-title {
    font-size: 1.875rem;
  }
}
.creator-blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--blog-text-muted);
  font-size: 0.875rem;
}
.creator-blog-meta-dot {
  color: var(--blog-text-muted);
  font-size: 1.25rem;
  line-height: 1;
}
.creator-blog-article-author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.creator-blog-article-author-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  object-fit: cover;
}
.creator-blog-article-updated {
  font-style: italic;
  color: var(--blog-text-muted);
}
.creator-blog-article-featured-image {
  margin: 2rem 0;
  text-align: center;
}
.creator-blog-article-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.creator-blog-article-featured-image figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--blog-text-muted);
  font-style: italic;
}
.creator-blog-article-main {
  padding: 2rem 0 3rem;
}
.creator-blog-article-content-wrapper {
  max-width: 720px;
  margin: 0 auto;
}
.article-summary {
  background: linear-gradient(135deg, #f8f9fa 0%, #f1f3f5 100%);
  border-left: 4px solid var(--blog-accent-color);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 0 12px 12px 0;
}
.article-summary p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--blog-text-primary);
  font-style: italic;
}
.key-takeaway {
  background-color: #f0f7ff;
  border: 1px solid #cce5ff;
  border-radius: 8px;
  padding: 1.5rem;
  margin: 2rem 0;
}
.key-takeaway::before {
  content: '💡 Key Takeaway';
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--blog-accent-color);
}
.creator-blog-article-content {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--blog-text-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.creator-blog-article-content h2,
.creator-blog-article-content h3,
.creator-blog-article-content h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.creator-blog-article-content h2 {
  font-size: 1.75rem;
}
.creator-blog-article-content h3 {
  font-size: 1.5rem;
}
.creator-blog-article-content h4 {
  font-size: 1.25rem;
}
.creator-blog-article-content p {
  margin-bottom: 1.5rem;
}
.creator-blog-article-content ul,
.creator-blog-article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.creator-blog-article-content ul li,
.creator-blog-article-content ol li {
  margin-bottom: 0.5rem;
}
.creator-blog-article-content blockquote {
  border-left: 4px solid var(--blog-accent-color);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  font-style: italic;
  color: var(--blog-text-secondary);
  background-color: var(--blog-bg-secondary);
  border-radius: 0 12px 12px 0;
}
.creator-blog-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5rem 0;
}
.creator-blog-article-content a {
  color: var(--blog-link-color);
  text-decoration: underline;
}
.creator-blog-article-content a:hover {
  text-decoration: none;
}
.creator-blog-article-content a[target="_blank"]::after {
  content: ' ↗';
  font-size: 0.75em;
}
.creator-blog-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.creator-blog-article-content table th,
.creator-blog-article-content table td {
  border: 1px solid var(--blog-border-color);
  padding: 1rem;
  text-align: left;
}
.creator-blog-article-content table th {
  background-color: var(--blog-bg-secondary);
  font-weight: 600;
}
.creator-blog-article-content table caption {
  caption-side: top;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.creator-blog-article-content code {
  background-color: var(--blog-bg-secondary);
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Fira Code', 'Consolas', monospace;
  font-size: 0.9em;
}
.creator-blog-article-content pre {
  background-color: #1e1e1e;
  color: #d4d4d4;
  padding: 1.5rem;
  border-radius: 8px;
  overflow-x: auto;
  margin: 2rem 0;
}
.creator-blog-article-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.creator-blog-article-content hr {
  border: none;
  border-top: 1px solid var(--blog-border-color);
  margin: 3rem 0;
}
.creator-blog-article-content dfn {
  font-style: normal;
  font-weight: 600;
  color: var(--blog-accent-color);
}
.creator-blog-article-faq {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--blog-border-color);
}
.creator-blog-article-faq h2 {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.creator-blog-faq-list {
  margin: 0;
}
.creator-blog-faq-item {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid var(--blog-border-color);
}
.creator-blog-faq-question {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--blog-text-primary);
}
.creator-blog-faq-answer {
  margin: 0;
  color: var(--blog-text-secondary);
  line-height: 1.6;
}
.creator-blog-article-author-bio {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid var(--blog-border-color);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.creator-blog-author-bio-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.creator-blog-author-bio-content strong {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.creator-blog-author-bio-content p {
  margin: 0;
  color: var(--blog-text-secondary);
  line-height: 1.6;
}
.creator-blog-author-social-links {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.creator-blog-author-social-links a {
  color: var(--blog-text-secondary);
  font-size: 1.25rem;
}
.creator-blog-author-social-links a:hover {
  color: var(--blog-link-color);
}
.creator-blog-article-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 2rem;
}
.creator-blog-tag {
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: transparent;
  color: var(--blog-text-secondary);
  font-size: 0.875rem;
  border-radius: 999px;
  border: 1px solid var(--blog-border-color);
  transition: all 0.2s;
}
.creator-blog-tag:hover {
  background-color: var(--blog-bg-secondary);
  border-color: var(--blog-text-muted);
}
.creator-blog-gated {
  position: relative;
}
.creator-blog-gated-preview {
  max-height: 300px;
  overflow: hidden;
}
.creator-blog-gated-fade {
  position: absolute;
  bottom: 200px;
  left: 0;
  right: 0;
  height: 150px;
  background: linear-gradient(to bottom, transparent, var(--blog-bg-primary));
  pointer-events: none;
}
.creator-blog-gated-cta {
  position: relative;
  text-align: center;
  padding: 3rem;
  background-color: var(--blog-bg-secondary);
  border-radius: 16px;
  border: 2px dashed var(--blog-border-color);
}
.creator-blog-gated-cta-icon {
  font-size: 3rem;
  color: var(--blog-text-muted);
  margin-bottom: 1.5rem;
}
.creator-blog-gated-cta-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.creator-blog-gated-cta-text {
  color: var(--blog-text-secondary);
  margin-bottom: 2rem;
}
.creator-blog-gated-cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.creator-blog-btn-primary {
  background-color: var(--blog-accent-color);
  color: var(--blog-accent-text-color);
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
}
.creator-blog-btn-primary:hover {
  background-color: var(--blog-accent-color);
  opacity: 0.9;
  color: var(--blog-accent-text-color);
}
.creator-blog-gated-cta-login {
  color: var(--blog-text-secondary);
  font-size: 0.9rem;
}
.creator-blog-gated-cta-login a {
  color: var(--blog-link-color);
  margin-left: 0.5rem;
}
.creator-blog-related {
  padding: 3rem 0;
  background-color: var(--blog-bg-secondary);
  margin-top: 3rem;
  border-top: 1px solid var(--blog-border-color);
}
.creator-blog-related-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.creator-blog-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.creator-blog-index-header,
.creator-blog-category-header {
  padding: 3rem 0 2rem;
  text-align: center;
}
.creator-blog-index-title,
.creator-blog-category-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media (max-width: 768px) {
  .creator-blog-index-title,
  .creator-blog-category-title {
    font-size: 2rem;
  }
}
.creator-blog-category-description {
  color: var(--blog-text-secondary);
  font-size: 1.125rem;
  max-width: 600px;
  margin: 0 auto;
}
.creator-blog-index-page-indicator {
  color: var(--blog-text-muted);
  margin-top: 0.5rem;
}
.creator-blog-index-layout {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 3rem;
  padding: 2rem 0 3rem;
}
@media (max-width: 992px) {
  .creator-blog-index-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 992px) {
  .creator-blog-sidebar {
    order: -1;
  }
}
.creator-blog-sidebar-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--blog-text-muted);
  margin-bottom: 1.5rem;
}
.creator-blog-categories-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
@media (max-width: 992px) {
  .creator-blog-categories-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.creator-blog-category-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.2s;
}
.creator-blog-category-link:hover {
  background-color: var(--blog-bg-secondary);
  color: var(--blog-text-primary);
}
.creator-blog-category-link.creator-blog-category-link-active {
  background-color: var(--blog-bg-secondary);
  color: var(--blog-text-primary);
  font-weight: 600;
}
.creator-blog-category-link.creator-blog-category-link-active .creator-blog-category-count {
  background-color: #e2e4e8;
  color: var(--blog-text-secondary);
}
@media (max-width: 992px) {
  .creator-blog-category-link {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }
}
.creator-blog-category-count {
  background-color: var(--blog-bg-secondary);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.75rem;
  color: var(--blog-text-muted);
}
.creator-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.creator-blog-card {
  background-color: var(--blog-bg-primary);
  border: 1px solid var(--blog-border-color);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
}
.creator-blog-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.creator-blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.creator-blog-card-image-wrapper {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.creator-blog-card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.creator-blog-card-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 4px 8px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
}
.creator-blog-card-badge-members {
  background-color: #ffc107;
  color: #000;
}
.creator-blog-card-content {
  padding: 1.5rem;
}
.creator-blog-card-category {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--blog-accent-color);
  margin-bottom: 0.5rem;
}
.creator-blog-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem;
  color: var(--blog-text-primary);
}
.creator-blog-card-excerpt {
  font-size: 0.9rem;
  color: var(--blog-text-secondary);
  line-height: 1.5;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.creator-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--blog-text-muted);
}
.creator-blog-card-meta-separator {
  color: var(--blog-border-color);
}
.creator-blog-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-top: 1rem;
}
.creator-blog-card-tag {
  padding: 2px 8px;
  background-color: var(--blog-bg-secondary);
  font-size: 0.75rem;
  color: var(--blog-text-muted);
  border-radius: 4px;
}
.creator-blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--blog-border-color);
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
}
.creator-blog-pagination-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  color: var(--blog-link-color);
  text-decoration: none;
  font-weight: 500;
}
.creator-blog-pagination-link:hover {
  text-decoration: underline;
}
.creator-blog-pagination-info {
  color: var(--blog-text-muted);
  font-size: 0.9rem;
}
.creator-blog-empty {
  text-align: center;
  padding: 3rem;
  color: var(--blog-text-secondary);
}
.creator-blog-error {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.creator-blog-error h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.creator-blog-error p {
  color: var(--blog-text-secondary);
  margin-bottom: 2rem;
}
.blog-block-text {
  margin-bottom: 2rem;
}
@media (min-width: 920px) {
  .blog-block-media,
  .blog-block-promo-banner,
  .blog-block-email-capture {
    width: calc(100% + 180px);
    max-width: 900px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.blog-block-media {
  margin: 2rem 0;
}
.blog-block-media img,
.blog-block-media video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.blog-block-media video {
  width: 100%;
}
.blog-block-media-center {
  text-align: center;
}
.blog-block-media-left {
  text-align: left;
}
.blog-block-media-right {
  text-align: right;
}
.blog-block-media-small img,
.blog-block-media-small video {
  max-width: 40%;
}
.blog-block-media-medium img,
.blog-block-media-medium video {
  max-width: 70%;
}
.blog-block-media-full img,
.blog-block-media-full video {
  max-width: 100%;
}
.blog-block-caption {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  color: var(--blog-text-muted);
  font-style: italic;
}
.blog-block-email-capture {
  margin: 3rem 0;
  padding: 2.5rem 2rem;
  background-color: var(--blog-bg-secondary);
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  border: 1px solid var(--blog-border-color);
}
.blog-block-email-capture h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: var(--blog-text-primary);
}
.blog-block-email-capture p {
  color: var(--blog-text-secondary);
  margin: 0 0 1.5rem;
}
.blog-block-email-form {
  display: flex;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
}
.blog-block-email-form input[type="email"] {
  flex: 1;
  padding: 0.75rem 1.25rem;
  border: 1px solid var(--blog-border-color);
  border-radius: 999px;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s;
  height: auto;
  box-sizing: border-box;
}
.blog-block-email-form input[type="email"]:focus {
  border-color: var(--blog-accent-color);
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1);
}
.blog-block-email-form .btn {
  background-color: var(--blog-accent-color);
  color: var(--blog-accent-text-color);
  white-space: nowrap;
  padding-left: 2rem;
  padding-right: 2rem;
}
.blog-block-email-form .btn:hover {
  background-color: var(--blog-accent-color);
  color: var(--blog-accent-text-color);
  opacity: 0.9;
}
@media (max-width: 600px) {
  .blog-block-email-form {
    flex-direction: column;
  }
  .blog-block-email-form .btn {
    width: 100%;
  }
}
.blog-block-email-capture--success {
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
  border-color: #86efac;
}
.blog-block-email-success i {
  font-size: 2.5rem;
  color: #22c55e;
  margin-bottom: 1rem;
}
.blog-block-email-success h3 {
  color: #166534;
}
.blog-block-email-success p {
  color: #15803d;
}
.blog-block-email-success p strong {
  color: #166534;
}
.blog-block-email-error {
  color: #dc2626;
  font-size: 0.875rem;
  margin-top: 1rem;
  text-align: center;
}
.blog-block-promo-banner {
  margin: 3rem 0;
  padding: 3rem 2rem;
  border-radius: 16px;
  text-align: center;
  color: #fff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
}
.blog-block-promo-banner h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 1rem;
  color: #fff;
}
.blog-block-promo-banner p {
  font-size: 1.1rem;
  margin: 0 0 2rem;
  opacity: 0.9;
  color: #fff;
}
.blog-block-promo-banner .btn.white {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  padding-left: 2rem;
  padding-right: 2rem;
}
.blog-block-promo-banner a.btn.white {
  text-decoration: none !important;
  color: inherit;
}
.blog-block-promo-banner a.btn.white:hover,
.blog-block-promo-banner a.btn.white:focus {
  text-decoration: none !important;
}
.creator-blog-link {
  color: var(--blog-link-color);
  text-decoration: underline;
}
.creator-blog-link:hover {
  text-decoration: none;
}
.creator-blog-article-body-layout {
  display: flex;
  gap: 3rem;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .creator-blog-article-body-layout {
    max-width: 720px;
  }
}
.blog-toc-sidebar {
  flex-shrink: 0;
  width: 220px;
  order: -1;
}
@media (max-width: 1024px) {
  .blog-toc-sidebar {
    display: none;
  }
}
.blog-toc {
  position: sticky;
  top: 2rem;
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
  padding-right: 1rem;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
.blog-toc ul {
  margin: 0;
  padding: 0;
}
.blog-toc li {
  float: none;
  padding: 0;
  list-style: none;
}
.blog-toc a {
  color: var(--blog-text-secondary);
}
.blog-toc-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted);
  margin-bottom: 1rem;
}
.blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-toc-item {
  margin-bottom: 2px;
}
.blog-toc-item a {
  display: block;
  padding: 4px 0 4px 12px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.blog-toc-item a:hover {
  color: var(--blog-text-primary);
}
.blog-toc-item.blog-toc-item--h3 a {
  padding-left: 24px;
  font-size: 0.775rem;
}
.blog-toc-item.blog-toc-item--active a {
  color: var(--blog-accent-color);
  border-left-color: var(--blog-accent-color);
  font-weight: 500;
}
.blog-share-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 2rem;
}
.blog-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--blog-bg-secondary);
  color: var(--blog-text-secondary);
  border: 1px solid var(--blog-border-color);
  cursor: pointer;
  transition: background-color 150ms ease, color 150ms ease, transform 150ms ease;
  text-decoration: none;
  font-size: 0;
  padding: 0;
}
.blog-share-btn i {
  font-size: 1.1rem;
  line-height: 1;
}
.blog-share-btn:hover {
  background-color: var(--blog-accent-color);
  color: var(--blog-accent-text-color);
  border-color: var(--blog-accent-color);
  transform: translateY(-1px);
  text-decoration: none;
}
.blog-share-btn-copy {
  position: relative;
}
.blog-share-copied-toast {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--blog-text-primary);
  color: #fff;
  font-size: 0.7rem;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  animation: blog-toast-fade 2s ease forwards;
}
@keyframes blog-toast-fade {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(4px);
  }
  15% {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.countdown-container {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .countdown-container {
    max-width: 320px;
  }
}
.countdown-container > .font-size-2 {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
  color: rgba(58, 77, 85, 0.65);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 6px !important;
}
.countdown {
  color: #fff;
  display: flex;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  gap: 6px;
}
.countdown .countdown-unit-block {
  flex: 1;
  padding: 6px 0;
  border-radius: 8px;
  display: inline-block;
}
.countdown .countdown-value {
  padding: 6px 10px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.1rem;
  min-width: 2.2ch;
}
.countdown .countdown-unit {
  padding-top: 3px;
  font-size: 10px;
  font-weight: 500;
  text-transform: lowercase;
  opacity: 0.85;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.digital-product-mention {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  margin: 16px 10px;
  background: linear-gradient(135deg, #e8f4fc 0%, #e6f9fb 100%);
  border-radius: 12px;
  border: 1px solid rgba(0, 122, 204, 0.12);
}
@media only screen and (max-width: 600px) {
  .digital-product-mention {
    margin: 12px 0.75rem;
    padding: 12px 14px;
  }
}
.digital-product-mention-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #007acc 0%, #26a69a 100%);
  box-shadow: 0 2px 6px rgba(0, 122, 204, 0.25);
}
.digital-product-mention-icon-wrapper i {
  font-size: 20px;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .digital-product-mention-icon-wrapper {
    width: 36px;
    height: 36px;
  }
  .digital-product-mention-icon-wrapper i {
    font-size: 18px;
  }
}
.digital-product-mention-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.digital-product-mention-title {
  font-size: 13px;
  font-weight: 600;
  color: #3a4d55;
  letter-spacing: 0.01em;
}
.digital-product-mention-description {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(58, 77, 85, 0.7);
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.showcase-option-onoff .select-wrapper input.select-dropdown {
  height: 2em;
  font-size: 14px;
  margin: 0;
  font-family: inherit;
}
.showcase-option-onoff .select-wrapper .dropdown-content {
  border-radius: 8px;
}
.showcase-option-onoff .select-wrapper .dropdown-content li > span {
  color: #3a4d55;
  font-size: 14px;
}
.showcase-option-onoff .select-wrapper .dropdown-content li > span label {
  color: #3a4d55;
}
.showcase-option-limitation .option-limitation {
  color: #3a4d55;
  font-size: 14px;
}
.quantity-input-stock-left {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.6);
  padding: 4px 8px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-left: 8px;
}
.order-button-logos {
  height: 24px;
  color: #595959;
  gap: 8px;
}
.order-button-logos img {
  height: 24px;
  opacity: 0.55;
  filter: grayscale(40%);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.order-button-logos img:hover {
  opacity: 0.85;
  filter: grayscale(0%);
}
.btn.order-btn {
  letter-spacing: 1px;
  padding: 0 0.5rem;
  margin: 0.5em 0;
  white-space: nowrap;
  min-width: 130px;
  white-space: normal;
  height: auto;
  line-height: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.btn.order-btn:hover {
  background-color: #26a69a;
}
.outofstock-button {
  display: inline-block;
  padding: 0.3rem 2rem;
  color: red;
  border: 1px solid red;
  text-transform: uppercase;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pricing-details {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pricing-table-row {
  font-size: 13px;
  line-height: 1.7em;
  overflow: auto;
  zoom: 1;
}
.pricing-table-row > div:first-child {
  float: left;
  color: rgba(66, 66, 66, 0.87);
}
.pricing-table-row > div:last-child {
  float: right;
  font-weight: 500;
  color: rgba(66, 66, 66, 0.87);
}
.transitioned-value {
  opacity: 1;
  transition: opacity 0.25s;
}
.transitioned-value.price-hide {
  opacity: 0;
}
.product-price-discounted {
  text-decoration: line-through;
}
.pricing-table-title {
  font-size: 12px;
  font-weight: bold;
}
.product-price-amount-format {
  text-align: end;
}
.product-price-amount-format .btn-link {
  text-decoration: underline !important;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.sticky-mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 -2px 16px rgba(0, 0, 0, 0.06);
  padding: 16px;
  padding-bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  animation: slideUpFadeIn 0.25s ease-out;
}
@keyframes slideUpFadeIn {
  from {
    opacity: 0;
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sticky-mobile-cta__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 600px;
  margin: 0 auto;
}
.sticky-mobile-cta__price {
  display: flex;
  flex-direction: column;
  min-width: 0;
  flex-shrink: 1;
}
.sticky-mobile-cta__amount {
  font-size: 1.25rem;
  font-weight: 700;
  color: #3a4d55;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-mobile-cta__recurring {
  font-size: 0.75rem;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sticky-mobile-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 24px;
  border: none;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease, opacity 0.15s ease;
  white-space: nowrap;
  min-width: 130px;
  flex-shrink: 0;
  background-color: #26a69a;
  color: #fff;
}
.sticky-mobile-cta__button:active:not(.disabled):not(.loading) {
  transform: scale(0.97);
}
.sticky-mobile-cta__button.disabled {
  background-color: #E8E3DD !important;
  color: #a8b4ba !important;
  cursor: not-allowed;
}
.sticky-mobile-cta__button.loading {
  opacity: 0.85;
  cursor: wait;
}
.sticky-mobile-cta__button-text {
  display: inline-block;
}
.sticky-mobile-cta__spinner {
  width: 16px;
  height: 16px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  .main-card {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 600px) {
  .showcase-final-footer-wrapper {
    padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.custom-order-attributes-fields {
  margin-top: 8px;
}
.custom-order-attributes-field {
  margin-bottom: 24px;
}
.custom-order-attributes-field-label {
  font-size: 0.95em;
  font-weight: 600;
  color: #3a4d55;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.question-required-mark {
  color: #ff3b30;
  font-weight: 600;
}
.question-optional-badge {
  font-size: 0.75rem;
  font-weight: 400;
  color: rgba(58, 77, 85, 0.7);
  background: #f5f5f5;
  padding: 2px 8px;
  border-radius: 10px;
}
.question-answered-icon {
  color: #34c759;
  margin-left: auto;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
}
.question-textarea {
  width: 100%;
  min-height: 100px;
  padding: 12px 16px;
  font-size: 16px;
  font-family: inherit;
  color: #3a4d55;
  background-color: #fafafa;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  resize: vertical;
  transition: all 0.2s ease;
  box-sizing: border-box;
}
.question-textarea:hover {
  border-color: #bdbdbd;
  background-color: #f5f5f5;
}
.question-textarea:focus {
  border-color: #007aff;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.12);
}
.question-textarea.invalid {
  border-color: #ff3b30;
}
.question-textarea.invalid:focus {
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}
.question-char-count {
  text-align: right;
  font-size: 0.75rem;
  color: rgba(58, 77, 85, 0.7);
  margin-top: 4px;
}
.question-char-count.warning {
  color: #ff9500;
}
.question-char-count.limit {
  color: #ff3b30;
}
.question-choices {
  margin-top: 8px;
}
.question-choice {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  margin-bottom: 8px;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.15s ease;
  font-size: 0.95rem;
  background: #fafafa;
}
.question-choice:hover {
  border-color: #bdbdbd;
  background: #f5f5f5;
}
.question-choice.selected {
  border-color: #007aff;
  background: rgba(0, 122, 255, 0.04);
}
.question-choice input[type='radio'] {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  flex-shrink: 0;
  accent-color: #007aff;
  cursor: pointer;
}
.question-choice span {
  color: #3a4d55;
}
@media only screen and (max-width: 600px) {
  .question-choice {
    padding: 14px 16px;
  }
}
.question-error-msg {
  display: block;
  margin-top: 4px;
  padding-left: 2px;
  font-size: 12px;
  font-weight: 500;
  color: #ff3b30;
}
#termsAndConditionsModal,
#privacyPolicyModal,
#contactModal {
  text-align: left;
  color: #3a4d55;
  padding: 1em;
}
#termsAndConditionsModal .modal-content,
#privacyPolicyModal .modal-content,
#contactModal .modal-content {
  padding: 0;
}
.showcaseModalTitle {
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: solid 2px;
  padding-bottom: 1em;
  margin-bottom: 1em;
}
.terms span {
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0.8px;
  word-break: break-word;
  text-transform: lowercase;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.auth-banner {
  color: white;
  padding: 5px 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
}.quantity-input {
  color: #333;
  overflow: auto;
  zoom: 1;
}
.quantity-input.inactive {
  color: #999;
}
/* QuantityInput — modernized */
.quantity-input {
  /* Design tokens (override per theme if needed) */
  --qi-border: rgba(0, 0, 0, 0.12);
  --qi-bg: #fff;
  --qi-fg: #1f2a33;
  --qi-fg-muted: #6b7c86;
  --qi-accent: #2a7ae4;
  --qi-focus: 0 0 0 3px rgba(42, 122, 228, 0.2);
  --qi-radius: 8px;
  --qi-height: 40px;
  /* default size */
  --qi-gap: 8px;
  --qi-pad-x: 8px;
  display: inline-flex;
  align-items: center;
  gap: var(--qi-gap);
  height: var(--qi-height);
  padding: 0 var(--qi-pad-x);
  border: 1px solid var(--qi-border);
  border-radius: var(--qi-radius);
  background: var(--qi-bg);
  color: var(--qi-fg);
  user-select: none;
  /* remove legacy clearfix/zoom */
  overflow: visible;
  /* size variants */
  /* contrast override via parent (your headingColor still applies inline) */
}
.quantity-input.inactive {
  color: var(--qi-fg-muted);
  opacity: 0.6;
  pointer-events: none;
}
.quantity-input.qi-sm {
  --qi-height: 32px;
  --qi-gap: 6px;
  --qi-pad-x: 6px;
}
.quantity-input.qi-lg {
  --qi-height: 48px;
  --qi-gap: 10px;
  --qi-pad-x: 10px;
}
.quantity-input.qi-full {
  width: 100%;
  justify-content: space-between;
}
.quantity-input.qi-contrast {
  --qi-bg: #1c2228;
  --qi-fg: #f3f6f8;
  --qi-border: rgba(255, 255, 255, 0.16);
}
/* Buttons */
.quantity-input-minus,
.quantity-input-plus {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--qi-height) - 6px);
  height: calc(var(--qi-height) - 6px);
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 0.06s ease, background-color 0.15s ease, border-color 0.15s ease;
  outline: none;
  /* we provide our own focus ring */
  background: transparent;
}
.quantity-input-minus:hover,
.quantity-input-plus:hover {
  background: rgba(0, 0, 0, 0.04);
}
.quantity-input-minus:active,
.quantity-input-plus:active {
  transform: scale(0.96);
}
.quantity-input-minus:focus-visible,
.quantity-input-plus:focus-visible {
  border-color: var(--qi-accent);
  box-shadow: 0 0 0 3px rgba(42, 122, 228, 0.2);
}
.inactive .quantity-input-minus,
.inactive .quantity-input-plus {
  cursor: default;
  opacity: 0.6;
}
/* Icons inside buttons */
.quantity-input-minus i,
.quantity-input-plus i {
  font-size: 18px;
  line-height: 1;
}
/* Value */
.quantity-input-value {
  min-width: 2.2ch;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  padding: 0 2px;
  line-height: 1;
}
/* Tight layout when shown inside options list */
.option-limitation {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .quantity-input-minus,
  .quantity-input-plus {
    transition: none;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.showcase-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #37474f;
  letter-spacing: 0.5px;
}
.showcase-header-container,
.showcase-footer-container,
.showcase-final-footer-container {
  width: 100%;
}
.showcase-main-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
}
.showcase-main-container-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
}
.showcase-main-container-background.blurred-background {
  -webkit-filter: blur(3px);
  -moz-filter: blur(3px);
  -o-filter: blur(3px);
  -ms-filter: blur(3px);
  filter: blur(3px);
}
.showcase-main {
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .showcase-main {
    width: 80%;
    max-width: 480px;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-main {
    width: 80%;
    max-width: 960px;
  }
}
span[data-action='showTermsAndConditionsModal'] {
  text-decoration: underline;
  cursor: pointer;
}
.card.payment-form-iframe-card {
  margin: 0.5rem auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.48), 0 0 2px 0 rgba(0, 0, 0, 0.24);
  border: 1px solid rgba(0, 0, 0, 0.12);
}
#paymentFormIframe {
  width: 100%;
  height: 850px;
  border: 0;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
}
#proAbonoCustomerRegisterPageIframe {
  width: 100%;
  height: 750px;
  border: 0;
  margin: 0 auto;
  display: block;
  border-radius: 2px;
}
.showcase-customer-details-submit {
  width: 150px;
}
.shopping-cart-main {
  margin: 0 auto;
  min-height: 90vh;
  width: 100%;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.main-card {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: auto;
  zoom: 1;
}
@media only screen and (min-width: 993px) {
  .showcase-main-card-desktop-col1 {
    width: 50%;
    float: left;
    padding: 16px 8px 16px 16px;
  }
  .showcase-main-card-desktop-col1 .showcase-order-block-container,
  .showcase-main-card-desktop-col1 .showcase-description,
  .showcase-main-card-desktop-col1 .digital-product-mention {
    display: none;
  }
  .showcase-main-card-no-pricing-no-image .showcase-main-card-desktop-col1 {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .showcase-main-card-desktop-col1 .showcase-desktop-countdown-timer {
    display: none;
  }
}
.showcase-main-card-desktop-col2 {
  display: none;
  width: 50%;
  float: right;
  padding: 16px 16px 16px 8px;
}
@media only screen and (min-width: 993px) {
  .showcase-main-card-desktop-col2 {
    display: block;
  }
  .showcase-main-card-no-pricing-no-image .showcase-main-card-desktop-col2 {
    padding: 0;
    width: 100%;
  }
}
.showcase-main-card-desktop-col3 {
  display: none;
  clear: both;
}
@media only screen and (min-width: 993px) {
  .showcase-main-card-desktop-col3 {
    display: inline-block;
    margin-top: 1em;
  }
  .showcase-main-card-no-pricing-no-image .showcase-main-card-desktop-col3 {
    padding: 0;
    width: 100%;
  }
}
.showcase-image {
  text-align: center;
  position: relative;
}
.showcase-image img {
  max-height: 240px;
  cursor: zoom-in;
  user-select: none;
  -webkit-user-drag: none;
}
.showcase-image-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 0 8px;
}
.showcase-image-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.2s ease;
}
.showcase-image-dot:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.showcase-image-dot.active {
  background-color: #6964e0;
  transform: scale(1.25);
}
.showcase-image-thumbnails {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 16px 0;
}
@media only screen and (max-width: 600px) {
  .showcase-description {
    padding: 0 0.75rem;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-description {
    margin: 10px;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-description {
    margin: 20px;
  }
}
.showcase-pricing-details-container {
  margin-bottom: 10px;
}
@media only screen and (min-width: 601px) {
  .showcase-pricing-details-container {
    margin: 10px;
  }
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.bo-tabs {
  display: flex;
  gap: 4px;
  padding: 8px 0 16px;
}
.bo-tabs__tab {
  padding: 10px 24px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: transparent;
  color: #8b95a5;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.15s ease;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.bo-tabs__tab:hover,
.bo-tabs__tab:focus {
  background: #f5f5f5;
  color: #3a4d55;
  border-color: #e0e0e0;
}
.bo-tabs__tab:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: -2px;
}
.bo-tabs__tab--active,
.bo-tabs__tab--active:hover,
.bo-tabs__tab--active:focus {
  background: #fff;
  color: #3a4d55;
  border-color: #c0c0c0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.13);
}
@media only screen and (max-width: 600px) {
  .bo-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .bo-tabs::-webkit-scrollbar {
    display: none;
  }
  .bo-tabs .bo-tabs__tab {
    font-size: 0.82rem;
    padding: 8px 16px;
  }
}
.bo-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: transparent;
  color: #8b95a5;
  font-family: inherit;
  font-size: 0.82rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.bo-back-btn:hover {
  background: #f5f5f5;
  color: #3a4d55;
  border-color: #d0d0d0;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.activityFeedPage .activityFeed-section {
  padding: 30px;
  min-height: 300px;
}
.activityFeedPage .activity-feed-wrapper .activity-feed-content-wrapper .activity-feed-time {
  display: inline-block;
}
.activityFeedPage .activity-feed-wrapper:hover {
  cursor: pointer;
  background-color: #F3EDE7;
}
.activity-feed-icon-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: 10px;
}
.activity-feed-icon-badge--green {
  background-color: rgba(76, 175, 80, 0.12);
  color: #4caf50;
}
.activity-feed-icon-badge--teal {
  background-color: rgba(38, 166, 154, 0.12);
  color: #26a69a;
}
.activity-feed-icon-badge--blue {
  background-color: rgba(66, 165, 245, 0.12);
  color: #42a5f5;
}
.activity-feed-icon-badge--amber {
  background-color: rgba(255, 167, 38, 0.15);
  color: #ffa726;
}
.activity-feed-icon-badge--orange {
  background-color: rgba(255, 152, 0, 0.15);
  color: #ff9800;
}
.activity-feed-icon-badge--red {
  background-color: rgba(229, 115, 115, 0.12);
  color: #e57373;
}
.activity-feed-icon-badge--purple {
  background-color: rgba(156, 151, 255, 0.12);
  color: #9c97ff;
}
.activity-feed-icon-badge--indigo {
  background-color: rgba(121, 134, 203, 0.12);
  color: #7986cb;
}
.activity-feed-icon-badge--pink {
  background-color: rgba(240, 98, 146, 0.12);
  color: #f06292;
}
.activity-feed-wrapper .CustomerCreated,
ul.topbar-user-activityfeed-dropdown .CustomerCreated,
.activity-feed-wrapper .AccountCreated,
ul.topbar-user-activityfeed-dropdown .AccountCreated,
.activity-feed-wrapper .CustomerProfileUpdated,
ul.topbar-user-activityfeed-dropdown .CustomerProfileUpdated {
  color: #4caf50;
}
.activity-feed-wrapper .SubscriptionStarted,
ul.topbar-user-activityfeed-dropdown .SubscriptionStarted,
.activity-feed-wrapper .SubscriptionRenewed,
ul.topbar-user-activityfeed-dropdown .SubscriptionRenewed,
.activity-feed-wrapper .SubscriptionRestarted,
ul.topbar-user-activityfeed-dropdown .SubscriptionRestarted,
.activity-feed-wrapper .CustomerSettingsPaymentUpdated,
ul.topbar-user-activityfeed-dropdown .CustomerSettingsPaymentUpdated,
.activity-feed-wrapper .PaymentMethodReactivated,
ul.topbar-user-activityfeed-dropdown .PaymentMethodReactivated,
.activity-feed-wrapper .PaymentMethodManualAdded,
ul.topbar-user-activityfeed-dropdown .PaymentMethodManualAdded,
.activity-feed-wrapper .CustomerBilledNow,
ul.topbar-user-activityfeed-dropdown .CustomerBilledNow {
  color: #26a69a;
}
.activity-feed-wrapper .InvoiceDebitPaid,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitPaid,
.activity-feed-wrapper .InvoiceDebitIssuedPaymentAuto,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitIssuedPaymentAuto,
.activity-feed-wrapper .InvoiceDebitIssuedPaymentOffline,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitIssuedPaymentOffline {
  color: #42a5f5;
}
.activity-feed-wrapper .updateSubscriptionBasePrice,
ul.topbar-user-activityfeed-dropdown .updateSubscriptionBasePrice,
.activity-feed-wrapper .updateSubscriptionFeatureOnoff,
ul.topbar-user-activityfeed-dropdown .updateSubscriptionFeatureOnoff,
.activity-feed-wrapper .updateSubscriptionRenewal,
ul.topbar-user-activityfeed-dropdown .updateSubscriptionRenewal,
.activity-feed-wrapper .SubscriptionUpdated,
ul.topbar-user-activityfeed-dropdown .SubscriptionUpdated,
.activity-feed-wrapper .SubscriptionOptionQuantityUpdated,
ul.topbar-user-activityfeed-dropdown .SubscriptionOptionQuantityUpdated,
.activity-feed-wrapper .UpdateUserNextBilling,
ul.topbar-user-activityfeed-dropdown .UpdateUserNextBilling,
.activity-feed-wrapper .PaymentScheduleChanged,
ul.topbar-user-activityfeed-dropdown .PaymentScheduleChanged {
  color: #ffa726;
}
.activity-feed-wrapper .SubscriptionSuspendedPaymentInfoMissing,
ul.topbar-user-activityfeed-dropdown .SubscriptionSuspendedPaymentInfoMissing,
.activity-feed-wrapper .SubscriptionSuspendedPaymentDue,
ul.topbar-user-activityfeed-dropdown .SubscriptionSuspendedPaymentDue,
.activity-feed-wrapper .SubscriptionSuspendedAgent,
ul.topbar-user-activityfeed-dropdown .SubscriptionSuspendedAgent,
.activity-feed-wrapper .GatewayPermissionInsufficientFunds,
ul.topbar-user-activityfeed-dropdown .GatewayPermissionInsufficientFunds,
.activity-feed-wrapper .GatewayPermissionSoonExpired,
ul.topbar-user-activityfeed-dropdown .GatewayPermissionSoonExpired,
.activity-feed-wrapper .CustomerPaymentMethodInvalid,
ul.topbar-user-activityfeed-dropdown .CustomerPaymentMethodInvalid {
  color: #ff9800;
}
.activity-feed-wrapper .InvoiceDebitCancelled,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitCancelled,
.activity-feed-wrapper .InvoiceDebitPaymentAutoFailed,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitPaymentAutoFailed,
.activity-feed-wrapper .InvoiceCreditPaid,
ul.topbar-user-activityfeed-dropdown .InvoiceCreditPaid,
.activity-feed-wrapper .InvoiceDebitRefunded,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitRefunded,
.activity-feed-wrapper .InvoiceDebitDisputed,
ul.topbar-user-activityfeed-dropdown .InvoiceDebitDisputed,
.activity-feed-wrapper .CustomerChargingAutoFailedNoPermission,
ul.topbar-user-activityfeed-dropdown .CustomerChargingAutoFailedNoPermission,
.activity-feed-wrapper .GatewayPermissionDefective,
ul.topbar-user-activityfeed-dropdown .GatewayPermissionDefective,
.activity-feed-wrapper .GatewayPermissionExpired,
ul.topbar-user-activityfeed-dropdown .GatewayPermissionExpired,
.activity-feed-wrapper .SubscriptionTerminatedAtRenewal,
ul.topbar-user-activityfeed-dropdown .SubscriptionTerminatedAtRenewal,
.activity-feed-wrapper .SubscriptionTerminated,
ul.topbar-user-activityfeed-dropdown .SubscriptionTerminated,
.activity-feed-wrapper .PaymentMethodDeleted,
ul.topbar-user-activityfeed-dropdown .PaymentMethodDeleted,
.activity-feed-wrapper .ResetBalance,
ul.topbar-user-activityfeed-dropdown .ResetBalance,
.activity-feed-wrapper .AddCreditToBalance,
ul.topbar-user-activityfeed-dropdown .AddCreditToBalance,
.activity-feed-wrapper .AddDebitToBalance,
ul.topbar-user-activityfeed-dropdown .AddDebitToBalance,
.activity-feed-wrapper .CustomerPaymentMethodRemoved,
ul.topbar-user-activityfeed-dropdown .CustomerPaymentMethodRemoved {
  color: #e57373;
}
.activity-feed-wrapper .SwitchToLiveMode,
ul.topbar-user-activityfeed-dropdown .SwitchToLiveMode,
.activity-feed-wrapper .CasarSubscriptionStarted,
ul.topbar-user-activityfeed-dropdown .CasarSubscriptionStarted,
.activity-feed-wrapper .CasarSubscriptionSuspended,
ul.topbar-user-activityfeed-dropdown .CasarSubscriptionSuspended,
.activity-feed-wrapper .CasarSubscriptionRestarted,
ul.topbar-user-activityfeed-dropdown .CasarSubscriptionRestarted,
.activity-feed-wrapper .CasarSubscriptionTerminated,
ul.topbar-user-activityfeed-dropdown .CasarSubscriptionTerminated,
.activity-feed-wrapper .CasarCustomerGatewayDefective,
ul.topbar-user-activityfeed-dropdown .CasarCustomerGatewayDefective,
.activity-feed-wrapper .CasarCustomerGatewayExpired,
ul.topbar-user-activityfeed-dropdown .CasarCustomerGatewayExpired,
.activity-feed-wrapper .CasarCustomerGatewayInsufficientFunds,
ul.topbar-user-activityfeed-dropdown .CasarCustomerGatewayInsufficientFunds,
.activity-feed-wrapper .CasarInvoiceDebitPaid,
ul.topbar-user-activityfeed-dropdown .CasarInvoiceDebitPaid {
  color: #9c97ff;
}
.activity-feed-wrapper .NewReferee,
ul.topbar-user-activityfeed-dropdown .NewReferee,
.activity-feed-wrapper .NewActiveReferee,
ul.topbar-user-activityfeed-dropdown .NewActiveReferee {
  color: #7986cb;
}
.activity-feed-wrapper .LeaveReview,
ul.topbar-user-activityfeed-dropdown .LeaveReview {
  color: #f06292;
}
.badge.new-activity {
  display: inline-block;
  color: rgba(255, 255, 255, 0.9);
  padding: 1px 8px;
  margin-left: 8px;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  vertical-align: middle;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
#collectionListPage .page-title-widget,
#newCollectionPage .page-title-widget,
#detailsCollectionPage .page-title-widget {
  border-color: #ffb74d;
}
#collectionListPage .page-title-widget i,
#newCollectionPage .page-title-widget i,
#detailsCollectionPage .page-title-widget i {
  color: #ffb74d;
}
#collectionListPage .button-new,
#newCollectionPage .button-new,
#detailsCollectionPage .button-new,
#collectionListPage .see-button,
#newCollectionPage .see-button,
#detailsCollectionPage .see-button {
  background-color: #ffb74d;
}
#collectionListPage .button-new :hover,
#newCollectionPage .button-new :hover,
#detailsCollectionPage .button-new :hover,
#collectionListPage .see-button :hover,
#newCollectionPage .see-button :hover,
#detailsCollectionPage .see-button :hover {
  color: white;
}
.drag-and-title {
  display: inline-flex;
  width: 70%;
}
.label-and-bin {
  width: 30%;
}
.collection-remove-product {
  padding: 2px 8px;
}
span.pf-chip.option-group-list {
  margin-left: auto;
}
.product-collection-card-labels {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 100px;
}
.product-collection-card-labels .label {
  margin-top: 6px;
}
.product-card-number-of-products-label {
  background-color: #696969;
  color: white;
  padding: 2px 8px;
  min-width: 90px;
  text-align: center;
  margin-bottom: 5px;
  border-radius: 8px 0;
}
.showcaseUrlField-note-icon {
  color: #3a4d55;
  position: relative;
  top: 6px;
  margin-right: 5px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
#couponListPage .page-title-widget,
#couponListPage .page-title-widget i,
#couponListPage .input-field .prefix.active {
  color: #e155c0;
  border-color: #e155c0;
}
#couponListPage input[type='text'],
#couponListPage thead {
  border-bottom: 1px solid #e155c0;
  box-shadow: 0 1px 0 0 #e155c0;
}
#couponListPage .button-new {
  background-color: #e155c0;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.blog-admin-article-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.blog-admin-thumbnail {
  width: 48px;
  height: 48px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
.blog-admin-view-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #a8b4ba;
  transition: all 0.15s;
  text-decoration: none;
}
.blog-admin-view-link:hover {
  color: #6964e0;
  background: rgba(105, 100, 224, 0.06);
}
.blog-admin-view-link .mdi {
  font-size: 1.1em;
}
.blog-editor {
  padding-bottom: 80px;
  max-width: 1280px;
  margin: 0 auto;
}
.blog-editor__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  margin-bottom: 8px;
  position: sticky;
  top: 0;
  z-index: 20;
}
.blog-editor__back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(58, 77, 85, 0.7);
  text-decoration: none;
  font-weight: 500;
  font-size: 0.88em;
  padding: 6px 10px 6px 6px;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.blog-editor__back:hover {
  color: #6964e0;
  background: rgba(105, 100, 224, 0.05);
}
.blog-editor__back .mdi {
  font-size: 1.2em;
}
.blog-editor__topbar-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-editor__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 0.88em;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 18px;
  transition: all 0.15s ease;
  white-space: nowrap;
  min-height: 36px;
}
.blog-editor__btn--primary {
  background: #6964e0;
  color: #fff;
}
.blog-editor__btn--primary:hover {
  background: #504adb;
}
.blog-editor__btn--secondary {
  background: #ffffff;
  color: #3a4d55;
  border: 1px solid #D5CFC8;
}
.blog-editor__btn--secondary:hover {
  background: #fafafa;
  border-color: #a8b4ba;
}
.blog-editor__btn--warning {
  background: #ffb74d;
  color: #fff;
}
.blog-editor__btn--warning:hover {
  background: #ffa624;
}
.blog-editor__btn--ghost {
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  padding: 8px;
}
.blog-editor__btn--ghost:hover {
  background: #fafafa;
}
.blog-editor__btn--danger {
  color: #e57373;
}
.blog-editor__btn--danger:hover {
  background: rgba(229, 115, 115, 0.08);
  color: #dd4848;
}
.blog-editor__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.blog-editor__layout {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}
.blog-editor__main {
  flex: 1;
  min-width: 0;
}
.blog-editor__sidebar {
  width: 320px;
  flex-shrink: 0;
  position: sticky;
  top: 72px;
  max-height: calc(100vh - 90px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #D5CFC8 transparent;
}
.blog-editor__sidebar .input-field {
  margin: 0;
}
.blog-editor__title-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.blog-editor__title-field input {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.blog-editor__title-field label {
  font-size: 1rem;
}
.blog-editor__tip {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(105, 100, 224, 0.06);
  border: 1px solid rgba(105, 100, 224, 0.12);
  border-radius: 8px;
  margin-bottom: 16px;
  font-size: 0.82em;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.5;
}
.blog-editor__tip .mdi {
  color: #6964e0;
  font-size: 1.15em;
  margin-top: 1px;
  flex-shrink: 0;
}
.blog-editor__excerpt-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
  margin-top: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.blog-editor__textarea {
  width: 100%;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 10px 12px;
  font-family: inherit;
  font-size: 0.88em;
  color: #3a4d55;
  background: #ffffff;
  resize: vertical;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
  min-height: 72px;
  line-height: 1.5;
}
.blog-editor__textarea:focus {
  border-color: #6964e0;
}
.blog-editor__textarea::placeholder {
  color: #a8b4ba;
}
.blog-editor__field-helper {
  display: block;
  font-size: 0.78em;
  color: #a8b4ba;
  margin-top: 4px;
  line-height: 1.4;
}
.blog-editor__field-helper--error {
  color: #e57373;
}
@media only screen and (max-width: 600px) {
  .blog-editor__layout {
    flex-direction: column;
    gap: 16px;
  }
  .blog-editor__main,
  .blog-editor__sidebar {
    width: 100%;
  }
  .blog-editor__sidebar {
    position: static;
    max-height: none;
    overflow-y: visible;
  }
  .blog-editor__title-field input {
    font-size: 1.3rem !important;
  }
  .blog-editor__topbar {
    flex-wrap: wrap;
    gap: 8px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .blog-editor__sidebar {
    width: 280px;
  }
}
@media only screen and (min-width: 1444px) {
  .blog-editor__sidebar {
    width: 360px;
  }
}
.blog-sidebar-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  margin-bottom: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.blog-sidebar-card:last-child {
  margin-bottom: 0;
}
.blog-sidebar-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.blog-sidebar-card__header:hover {
  background: #fafafa;
}
.blog-sidebar-card__header:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: -2px;
}
.blog-sidebar-card__title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9em;
  font-weight: 600;
  color: #3a4d55;
}
.blog-sidebar-card__title .mdi {
  font-size: 1.15em;
  color: rgba(58, 77, 85, 0.7);
}
.blog-sidebar-card__chevron {
  color: #a8b4ba;
  font-size: 1.1em;
  transition: transform 0.25s ease;
}
.blog-sidebar-card__chevron--open {
  transform: rotate(180deg);
}
.blog-sidebar-card__body {
  padding: 0 16px 16px;
}
.blog-sidebar-field {
  margin-bottom: 12px;
}
.blog-sidebar-field:last-child {
  margin-bottom: 0;
}
.blog-sidebar-field__label {
  display: block;
  font-size: 0.78em;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
}
.blog-sidebar-field__nested {
  margin-top: 8px;
  padding-left: 4px;
}
.blog-sidebar-input {
  width: 100%;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 0.85em;
  color: #3a4d55;
  background: #ffffff;
  outline: none;
  transition: border-color 0.15s;
  box-sizing: border-box;
  margin-bottom: 6px;
  height: auto;
}
.blog-sidebar-input:focus {
  border-color: #6964e0;
}
.blog-sidebar-input::placeholder {
  color: #a8b4ba;
}
.blog-sidebar-input--error {
  border-color: #e57373;
}
.blog-sidebar-select {
  width: 100%;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 8px 10px;
  font-family: inherit;
  font-size: 0.85em;
  color: #3a4d55;
  background: #ffffff;
  outline: none;
  cursor: pointer;
  appearance: auto;
  box-sizing: border-box;
}
.blog-sidebar-select:focus {
  border-color: #6964e0;
}
.blog-sidebar-radio {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  font-size: 0.85em;
  color: #3a4d55;
  cursor: pointer;
}
.blog-sidebar-radio input[type='radio'] {
  margin: 0;
  accent-color: #6964e0;
}
.blog-sidebar-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 0;
  font-size: 0.85em;
  color: #3a4d55;
  cursor: pointer;
}
.blog-sidebar-checkbox input[type='checkbox'] {
  margin: 0;
  accent-color: #6964e0;
}
.blog-sidebar-status {
  display: inline-flex;
  padding: 3px 10px;
  border-radius: 999px;
  font-size: 0.78em;
  font-weight: 600;
  letter-spacing: 0.02em;
}
.blog-sidebar-status--draft {
  background: #fafafa;
  color: rgba(58, 77, 85, 0.7);
  border: 1px solid #E8E3DD;
}
.blog-sidebar-status--published {
  background: #e0efe0;
  color: #66b266;
}
.blog-sidebar-status--scheduled {
  background: #fff0db;
  color: #ffb74d;
}
.blog-sidebar-image-preview {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
.blog-sidebar-image-preview img {
  width: 100%;
  max-height: 160px;
  object-fit: cover;
  display: block;
}
.blog-block-editor {
  margin-bottom: 8px;
}
.blog-block-toolbar {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
}
.blog-block-toolbar-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px dashed #D5CFC8;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.82em;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  transition: all 0.15s ease;
}
.blog-block-toolbar-btn:hover {
  border-color: #6964e0;
  color: #6964e0;
  background: rgba(105, 100, 224, 0.04);
  border-style: solid;
}
.blog-block-toolbar-btn .mdi {
  font-size: 1.15em;
}
.blog-block-empty {
  text-align: center;
  padding: 40px 24px;
  border: 2px dashed #E8E3DD;
  border-radius: 12px;
  background: #ffffff;
}
.blog-block-empty-icon {
  margin-bottom: 16px;
}
.blog-block-empty-icon .mdi {
  font-size: 2.5rem;
  color: #D5CFC8;
}
.blog-block-empty-title {
  font-size: 1.05em;
  font-weight: 600;
  color: #3a4d55;
  margin-bottom: 4px;
}
.blog-block-empty-subtitle {
  font-size: 0.85em;
  color: rgba(58, 77, 85, 0.7);
  margin-bottom: 24px;
}
.blog-block-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-block-item {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transition: box-shadow 0.15s, border-color 0.15s;
}
.blog-block-item:hover {
  border-color: #D5CFC8;
}
.blog-block-item--dragging {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #6964e0;
}
.blog-block-item--collapsed .blog-block-item-header {
  border-bottom: none;
}
.blog-block-item-header {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 8px 6px 0;
  background: #fafafa;
  border-bottom: 1px solid #E8E3DD;
}
.blog-block-item-header--clickable {
  cursor: pointer;
  user-select: none;
}
.blog-block-item-header--clickable:hover {
  background: #F3EDE7;
}
.blog-block-item-chevron {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #a8b4ba;
  transition: transform 0.25s;
}
.blog-block-item-chevron--open {
  transform: rotate(180deg);
}
.blog-block-item-chevron .mdi {
  font-size: 1.1em;
}
.blog-block-drag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  cursor: grab;
  color: #a8b4ba;
  border-radius: 4px;
  transition: color 0.15s, background 0.15s;
  flex-shrink: 0;
}
.blog-block-drag-handle:hover {
  color: #3a4d55;
  background: #E8E3DD;
}
.blog-block-drag-handle:active {
  cursor: grabbing;
}
.blog-block-drag-handle .mdi {
  font-size: 1.2em;
}
.blog-block-item-type {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75em;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex: 1;
}
.blog-block-item-type .mdi {
  font-size: 1.1em;
}
.blog-block-item-actions {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.blog-block-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  color: #a8b4ba;
  transition: all 0.15s;
  padding: 0;
}
.blog-block-action-btn:hover {
  background: #E8E3DD;
  color: #3a4d55;
}
.blog-block-action-btn--danger:hover {
  background: rgba(229, 115, 115, 0.1);
  color: #e57373;
}
.blog-block-action-btn .mdi {
  font-size: 1em;
}
.blog-block-delete-confirm {
  display: flex;
  align-items: center;
  gap: 6px;
  animation: blog-block-fade-in 0.15s ease-out;
}
.blog-block-delete-confirm__text {
  font-size: 12px;
  color: #e57373;
  white-space: nowrap;
  font-weight: 500;
}
.blog-block-delete-confirm__btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  padding: 2px 10px;
  line-height: 20px;
  transition: all 0.15s;
}
.blog-block-delete-confirm__btn--yes {
  background: #e57373;
  color: #fff;
}
.blog-block-delete-confirm__btn--yes:hover {
  background: #dd4848;
}
.blog-block-delete-confirm__btn--no {
  background: #E8E3DD;
  color: #3a4d55;
}
.blog-block-delete-confirm__btn--no:hover {
  background: #D5CFC8;
}
@keyframes blog-block-fade-in {
  from {
    opacity: 0;
    transform: translateX(8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.blog-block-item-body {
  padding: 16px;
}
.blog-block-add-bar {
  margin-top: 16px;
  padding: 16px 0;
  border-top: 1px dashed #E8E3DD;
}
.blog-block-text-editor {
  min-height: 200px;
}
.blog-block-text-editor .fr-qi-helper a.fr-btn.fr-floating-btn {
  background: #6964e0 !important;
  color: #fff !important;
  border: 2px solid #6964e0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
  width: 32px !important;
  height: 32px !important;
  line-height: 28px !important;
  opacity: 1 !important;
  transition: all 0.2s ease !important;
}
.blog-block-text-editor .fr-qi-helper a.fr-btn.fr-floating-btn:hover {
  background: #4842d9 !important;
  border-color: #4842d9 !important;
  transform: scale(1.1);
}
.blog-block-text-editor .fr-qi-helper a.fr-btn.fr-floating-btn svg {
  fill: #fff !important;
  stroke: #fff !important;
}
.blog-block-text-editor .fr-qi-toolbar {
  background: #ffffff !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}
.blog-block-text-editor .fr-qi-toolbar .fr-btn {
  color: rgba(58, 77, 85, 0.7) !important;
  width: 36px !important;
  height: 36px !important;
}
.blog-block-text-editor .fr-qi-toolbar .fr-btn svg {
  fill: rgba(58, 77, 85, 0.7) !important;
  width: 20px !important;
  height: 20px !important;
}
.blog-block-text-editor .fr-qi-toolbar .fr-btn:hover {
  background: rgba(105, 100, 224, 0.08) !important;
  color: #6964e0 !important;
}
.blog-block-text-editor .fr-qi-toolbar .fr-btn:hover svg {
  fill: #6964e0 !important;
}
.blog-block-segmented {
  display: inline-flex;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 8px;
}
.blog-block-segmented__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border: none;
  background: #ffffff;
  color: rgba(58, 77, 85, 0.7);
  font-size: 0.82em;
  font-family: inherit;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
  white-space: nowrap;
}
.blog-block-segmented__btn:not(:last-child) {
  border-right: 1px solid #E8E3DD;
}
.blog-block-segmented__btn:hover {
  background: #fafafa;
}
.blog-block-segmented__btn--active {
  background: rgba(105, 100, 224, 0.08);
  color: #6964e0;
}
.blog-block-segmented__btn--active:hover {
  background: rgba(105, 100, 224, 0.12);
}
.blog-block-segmented__btn .mdi {
  font-size: 1.1em;
}
.blog-block-segmented--compact .blog-block-segmented__btn {
  padding: 5px 10px;
  font-size: 0.78em;
}
.blog-block-media-upload-row {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}
.blog-block-media-upload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border: 1px dashed #D5CFC8;
  border-radius: 8px;
  background: #ffffff;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: all 0.15s;
}
.blog-block-media-upload-btn:hover {
  border-color: #6964e0;
  color: #6964e0;
  background: rgba(105, 100, 224, 0.04);
}
.blog-block-media-upload-btn .mdi {
  font-size: 1.3em;
}
.blog-block-media-upload-btn svg {
  width: 1.3em;
  height: 1.3em;
}
.blog-block-media-unsplash-input {
  flex: 1;
  min-width: 0;
}
.blog-block-media-unsplash-input > div {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6px;
}
.blog-block-media-unsplash-input input[type="text"] {
  height: 44px !important;
  border: 1px dashed #D5CFC8 !important;
  border-radius: 8px !important;
  padding: 0 12px !important;
  font-size: 0.85em !important;
  color: #3a4d55 !important;
  background: #ffffff !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
  transition: border-color 0.15s !important;
}
.blog-block-media-unsplash-input input[type="text"]:focus {
  border-color: #6964e0 !important;
  border-style: solid !important;
}
.blog-block-media-unsplash-input input[type="text"]::placeholder {
  color: #a8b4ba !important;
}
.blog-block-media-unsplash-input .tiny {
  border-radius: 8px;
  overflow: hidden;
}
.blog-block-media-preview {
  margin: 8px 0;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  background: #fafafa;
}
.blog-block-media-preview img {
  max-width: 100%;
  max-height: 280px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.blog-block-media-settings {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #E8E3DD;
}
.blog-block-media-setting-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-block-media-setting-group .blog-block-segmented {
  margin-bottom: 0;
}
.blog-block-setting-label {
  font-size: 0.78em;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.blog-block-email-preview {
  margin-top: 16px;
}
.blog-block-email-preview-label,
.blog-block-promo-preview-label {
  font-size: 0.72em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b4ba;
  margin-bottom: 8px;
}
.blog-block-email-preview-card {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
}
.blog-block-email-preview-card h5 {
  margin: 0 0 6px;
  font-size: 1.05em;
  font-weight: 600;
  color: #3a4d55;
}
.blog-block-email-preview-card p {
  color: rgba(58, 77, 85, 0.7);
  margin-bottom: 16px;
  font-size: 0.88em;
}
.blog-block-email-preview-form {
  display: flex;
  gap: 8px;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}
.blog-block-email-preview-form input {
  flex: 1;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 0 10px;
  height: 36px;
  font-size: 0.85em;
}
.blog-block-email-preview-form .blog-email-preview-btn {
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 8px;
  font-size: 0.85em;
  border: none;
  cursor: default;
  pointer-events: none;
  font-weight: 500;
}
.blog-block-promo-row {
  display: flex;
  gap: 8px;
}
.blog-block-promo-color {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0 16px;
}
.blog-block-promo-preview {
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  color: #fff;
}
.blog-block-promo-preview h5 {
  margin: 0 0 6px;
  font-size: 1.1em;
  font-weight: 600;
  color: #fff;
}
.blog-block-promo-preview p {
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 16px;
  font-size: 0.88em;
}
.blog-block-promo-preview .btn {
  height: 36px;
  line-height: 36px;
  border-radius: 8px;
}
.blog-seo-preview {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 16px;
}
.blog-seo-preview__title {
  font-size: 0.95em;
  font-weight: 500;
  color: #1a0dab;
  line-height: 1.3;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-seo-preview__url {
  font-size: 0.78em;
  color: #006621;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.blog-seo-preview__desc {
  font-size: 0.8em;
  color: #545454;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-seo-panel {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.blog-seo-panel__slug--error input {
  border-color: #e57373 !important;
}
.blog-faq-items,
.blog-howto-steps {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.blog-faq-item-header,
.blog-howto-step-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.blog-categories-layout {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.blog-categories-form {
  max-width: 560px;
}
.blog-categories-form .blog-sidebar-card {
  margin-bottom: 0;
}
.blog-categories-form__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding-top: 8px;
  border-top: 1px solid #F3EDE7;
}
.blog-categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 8px;
}
.blog-category-card {
  background: #fff;
  border: 1px solid #F3EDE7;
  border-radius: 12px;
  padding: 8px 16px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.blog-category-card:hover {
  border-color: #E8E3DD;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.blog-category-card--active {
  border-color: #6964e0;
  box-shadow: 0 0 0 1px #6964e0;
}
.blog-category-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.blog-category-card__name {
  font-weight: 600;
  font-size: 0.95rem;
  color: #3a4d55;
}
.blog-category-card__delete {
  background: none;
  border: none;
  cursor: pointer;
  color: #D5CFC8;
  padding: 4px;
  border-radius: 8px;
  line-height: 1;
  transition: color 0.15s;
}
.blog-category-card__delete:hover:not(:disabled) {
  color: #e57373;
}
.blog-category-card__delete:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.blog-category-card__delete i {
  font-size: 1.1rem;
}
.blog-category-card__slug {
  font-size: 0.8rem;
  color: #a8b4ba;
  margin-bottom: 8px;
}
.blog-category-card__stats {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: rgba(58, 77, 85, 0.7);
}
.blog-category-card__dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #D5CFC8;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.dashboard-filter-bar {
  display: flex;
  align-items: center;
  padding: 12px 0 16px;
  border-bottom: 1px solid #E8E3DD;
  margin-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.dashboard-filter-bar::-webkit-scrollbar {
  display: none;
}
.dashboard-filter-pill {
  display: inline-flex;
  align-items: center;
  height: 38px;
  min-width: max-content;
  border: 1px solid #D5CFC8;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}
.dashboard-filter-pill .filter-cal-icon {
  display: flex;
  align-items: center;
  padding: 0 10px 0 12px;
  color: #a8b4ba;
  flex-shrink: 0;
}
.dashboard-filter-pill .filter-cal-icon svg {
  display: block;
}
.dashboard-filter-pill .filter-date-range {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-right: 14px;
}
.dashboard-filter-pill .filter-date-range input[type='date'] {
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
  color: #3a4d55;
  padding: 0;
  height: auto;
  cursor: pointer;
  width: 100px;
}
.dashboard-filter-pill .filter-date-range input[type='date']::-webkit-calendar-picker-indicator {
  opacity: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.dashboard-filter-pill .filter-date-range input[type='date']:focus {
  outline: none;
}
.dashboard-filter-pill .filter-date-range .filter-arrow {
  font-size: 12px;
  color: #a8b4ba;
  flex-shrink: 0;
}
.dashboard-filter-pill .filter-divider {
  width: 1px;
  height: 20px;
  background: #E8E3DD;
  flex-shrink: 0;
}
.dashboard-filter-pill .dashboard-filter-granularity {
  display: flex;
  align-items: center;
  height: 100%;
}
.dashboard-filter-pill .dashboard-filter-granularity button {
  border: none;
  border-left: 1px solid #E8E3DD;
  background: transparent;
  padding: 0 14px;
  height: 100%;
  font-size: 12px;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  line-height: 1;
  white-space: nowrap;
}
.dashboard-filter-pill .dashboard-filter-granularity button:hover {
  background: #F3EDE7;
  color: #3a4d55;
}
.dashboard-filter-pill .dashboard-filter-granularity button.active {
  background-color: #ffb74d !important;
  color: #fff !important;
}
.dashboard-toggle {
  display: flex;
  border: 1px solid #D5CFC8;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
}
.dashboard-toggle-btn {
  flex: 1;
  border: none;
  background: #ffffff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  border-right: 1px solid #E8E3DD;
  line-height: 1;
}
.dashboard-toggle-btn:last-child {
  border-right: none;
}
.dashboard-toggle-btn:hover {
  background: #F3EDE7;
  color: #3a4d55;
}
.dashboard-toggle-btn.active {
  background-color: #ffb74d !important;
  color: #fff !important;
}
.dashboard-stat-card {
  background-color: white;
  border: 1px solid #D5CFC8;
  border-radius: 20px;
  padding: 16px;
  margin-top: 8px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.dashboard-stat-card .stat-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-stat-card .stat-icon svg {
  width: 18px;
  height: 18px;
}
.dashboard-stat-card .stat-icon.stat-icon--payments {
  background: rgba(0, 122, 204, 0.1);
  color: #007acc;
}
.dashboard-stat-card .stat-icon.stat-icon--volume {
  background: rgba(70, 183, 131, 0.1);
  color: #46b783;
}
.dashboard-stat-card .stat-icon.stat-icon--average {
  background: rgba(147, 112, 219, 0.1);
  color: #9370db;
}
.dashboard-stat-card .stat-icon.stat-icon--failed {
  background: rgba(239, 68, 68, 0.1);
  color: #e57373;
}
.dashboard-stat-card .stat-icon.stat-icon--sepa {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}
.dashboard-stat-card .stat-body {
  flex: 1;
  min-width: 0;
}
.dashboard-stat-card .stat-body .pf-kicker {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-stat-card .stat-body .stat-value {
  font-size: 1.05rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.35;
}
.dashboard-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .dashboard-kpi-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 992px) {
  .dashboard-kpi-grid {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }
}
.membership-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 601px) {
  .membership-kpi-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .membership-kpi-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.dashboard-conversion-card {
  padding: 12px 16px;
  margin-top: 16px;
  margin-bottom: 8px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.analytics-kpi-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
@media (min-width: 601px) {
  .analytics-kpi-grid {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  }
}
.analytics-kpi-card .recharts-wrapper {
  margin: 0 auto;
}
.dunning-card {
  margin-top: 16px;
}
.dunning-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.dunning-card__icon {
  color: var(--brand-primary, #007acc);
}
.dunning-card__title {
  margin: 0;
}
.dunning-card__footer {
  margin-top: 8px;
  color: rgba(58, 77, 85, 0.7);
}
.analytics-chart-section {
  margin-bottom: 16px;
}
.analytics-secondary-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .analytics-secondary-row {
    grid-template-columns: 1fr 1fr;
  }
}
@keyframes analytics-shimmer {
  0% {
    background-position: -200px 0;
  }
  100% {
    background-position: calc(200px + 100%) 0;
  }
}
.analytics-skeleton-block {
  background: linear-gradient(90deg, #F3EDE7 25%, #E8E3DD 50%, #F3EDE7 75%);
  background-size: 200px 100%;
  animation: analytics-shimmer 1.5s ease-in-out infinite;
  border-radius: 8px;
}
.analytics-granularity-chip {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 4px;
  background: #F3EDE7;
  color: rgba(58, 77, 85, 0.7);
  margin-left: 8px;
  vertical-align: middle;
}
.analytics-funnel-bar {
  display: flex;
  height: 32px;
  border-radius: 8px;
  overflow: hidden;
  background: #F3EDE7;
}
.analytics-funnel-segment {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4px;
  transition: width 0.3s ease;
}
.analytics-funnel-segment-label {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.analytics-funnel-legend {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 10px;
  font-size: 12px;
  color: rgba(58, 77, 85, 0.7);
}
.analytics-funnel-legend-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.analytics-funnel-legend-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.analytics-funnel-stats {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 12px;
}
.analytics-funnel-stat {
  text-align: center;
  flex: 1;
  min-width: 100px;
}
.analytics-expand-btn {
  background: none;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background 0.15s, color 0.15s;
}
.analytics-expand-btn:hover {
  background: #F3EDE7;
  color: #3a4d55;
}
.analytics-cohort-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 12px;
}
.analytics-cohort-table th {
  padding: 6px 8px;
  font-weight: 600;
  text-align: center;
  color: rgba(58, 77, 85, 0.7);
  background: #fafafa;
  border-radius: 4px;
}
.analytics-cohort-table td {
  padding: 6px 8px;
  text-align: center;
  border-radius: 4px;
  transition: background 0.2s;
}
.analytics-cohort-table .cohort-cell-label {
  text-align: left;
  font-weight: 500;
  color: #3a4d55;
  white-space: nowrap;
}
.nc-instance .analytics-cohort-table th {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance .analytics-cohort-table .cohort-cell-label {
  color: rgba(255, 255, 255, 0.85);
}
.nc-instance .analytics-expand-btn {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance .analytics-expand-btn:hover {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
}
.nc-instance .analytics-granularity-chip {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance .analytics-funnel-bar {
  background: rgba(255, 255, 255, 0.06);
}
.nc-instance .analytics-funnel-legend {
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance .analytics-skeleton-block {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04) 25%, rgba(255, 255, 255, 0.08) 50%, rgba(255, 255, 255, 0.04) 75%);
  background-size: 200px 100%;
}
.business-details-wrapper {
  padding: 1em;
  display: inline-flex;
  flex-wrap: wrap;
  color: #3a4d55;
}
.business-details-logo-wrapper {
  padding: 1em;
  display: inline-block;
  text-align: center;
}
.business-details-shopName-wrapper {
  font-size: 1.2em;
  margin-bottom: 1em;
}
.graph {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}
.graph-select .dateContainer {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1em;
}
.graph-select .select {
  display: flex;
  flex-flow: row nowrap;
  margin-top: 1em;
}
.graph-select .button {
  background-color: #ffffff;
  margin: 0;
}
.table-container {
  overflow: auto !important;
  width: 100%;
}
.table-info {
  margin-left: 1rem;
}
.table-info .headText {
  font-size: 1rem;
  color: #3a4d55;
  padding-left: 0.2rem;
}
.table-info .tableRow {
  cursor: pointer;
}
/* STYLE for SingleLine */
.trunc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
}
.cell {
  padding-left: 0.2rem;
}
.paddingCell {
  padding-left: 3px;
  padding-right: 3px;
}
.subscription {
  background-color: #d3edea;
  color: #26a69a;
  border: solid 1px #26a69a;
  height: 2em;
  border-radius: 8px;
}
.service {
  background-color: #e1e0f8;
  color: #6964e0;
  border: solid 1px #6964e0;
  height: 2em;
  border-radius: 8px;
}
.physicalProduct {
  background-color: #e0f0fd;
  color: #64b5f6;
  border: solid 1px #64b5f6;
  height: 2em;
  border-radius: 8px;
}
.digitalProduct {
  background-color: #f9ddf2;
  color: #e155c0;
  border: solid 1px #e155c0;
  height: 2em;
  border-radius: 8px;
}
.cart {
  background-color: #fff0db;
  color: #ffb74d;
  border: solid 1px #ffb74d;
  height: 2em;
  border-radius: 8px;
}
.failed {
  background-color: #ef9a9a;
  color: #ffffff;
}
.failed_toBeRetried {
  background-color: #ffcc80;
  color: #ffffff;
}
/* END STYLE for SingleLine */.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.order-tooltip {
  position: relative;
  display: inline-flex;
  cursor: help;
}
.order-tooltip::after {
  content: attr(data-tip);
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  background: #3a4d55;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: 6px;
  max-width: 340px;
  white-space: normal;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.15s ease;
  z-index: 100;
}
.order-tooltip:hover::after {
  opacity: 1;
}
#orderPage {
  color: #3a4d55;
  padding: 0 0 40px;
}
.order-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.order-back-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  color: rgba(58, 77, 85, 0.7);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.order-back-link:hover {
  background: #F3EDE7;
  color: #3a4d55;
}
.order-back-link svg {
  opacity: 0.7;
  transition: opacity 0.15s ease;
}
.order-back-link:hover svg {
  opacity: 1;
}
.order-header-actions {
  flex-shrink: 0;
  position: relative;
}
.order-header-actions > div > .dropdown-content {
  min-width: 400px;
  width: 400px;
}
.order-hero {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 20px 24px;
}
.order-hero-left {
  flex: 1;
  min-width: 0;
}
.order-hero-id {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  color: #3a4d55;
}
.order-hero-date {
  color: #a8b4ba;
  font-size: 0.8rem;
  margin-top: 2px;
}
.order-hero-chips {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.order-hero-chips .pf-chip {
  cursor: default;
}
.order-hero-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.order-nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #a8b4ba;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.order-nav-btn:hover {
  background: #E8E3DD;
  color: #3a4d55;
}
.order-kpi-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 992px) {
  .order-kpi-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .order-kpi-grid {
    grid-template-columns: 1fr;
  }
}
.order-kpi-card {
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  min-height: 90px;
}
.order-kpi-card .pf-chip {
  cursor: default;
}
.order-kpi-card__title {
  flex-shrink: 0;
}
.order-kpi-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.order-pm-preview {
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 8px 12px;
  margin-top: 2px;
  max-width: 180px;
}
.order-pm-preview__top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.order-pm-preview__mask {
  font-family: 'Courier New', monospace;
  font-size: 0.78rem;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0.04em;
}
.order-pm-preview__exp {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-left: auto;
}
.order-pm-preview__label {
  font-size: 0.72rem;
  color: #a8b4ba;
  margin-top: 4px;
}
.order-pm-preview--card {
  background: linear-gradient(135deg, #1a1a2e 0%, #007acc 65%, #00c4ff 100%);
  border: none;
  color: #fff;
}
.order-pm-preview--card .order-pm-preview__mask {
  color: rgba(255, 255, 255, 0.9);
  letter-spacing: 0.1em;
}
.order-pm-preview--card .order-pm-preview__exp {
  color: rgba(255, 255, 255, 0.6);
}
.order-pm-preview--card .order-pm-preview__label {
  color: rgba(255, 255, 255, 0.5);
}
.order-pm-preview--sepa {
  background: #f0f5ff;
  border-left: 3px solid #007acc;
}
.order-pm-preview--external {
  background: #fafafa;
}
.order-content-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 16px;
  align-items: start;
}
@media only screen and (max-width: 992px) {
  .order-content-grid {
    grid-template-columns: 1fr;
  }
}
.order-tabs {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #E8E3DD;
  margin: 0;
  padding: 0 20px;
}
.order-tab {
  padding: 12px 20px;
  font-weight: 600;
  font-size: 0.875rem;
  color: #a8b4ba;
  cursor: pointer;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  background: none;
  transition: color 0.15s, border-color 0.15s;
}
.order-tab:hover {
  color: #3a4d55;
}
.order-tab.active {
  color: #007acc;
  border-bottom-color: #007acc;
}
.order-tab-panel {
  padding: 20px 24px;
}
.order-tab-panel .font-size-2 {
  font-size: 0.95rem;
}
.order-tab-panel .text-dark.strong {
  font-size: 0.82rem;
  color: rgba(58, 77, 85, 0.7);
}
.order-tab-panel .border-light.padding-mini {
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 14px 16px !important;
}
.order-tab-panel .border-light.padding-mini .text-dark-light {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b4ba;
  font-weight: 600;
}
.order-tab-panel .border-light.padding-mini .font-size-2.strong {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 4px;
}
.order-tab-panel table {
  border-collapse: collapse;
  width: 100%;
}
.order-tab-panel table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b4ba;
  font-weight: 600;
  padding: 10px 8px;
  border-bottom: 1px solid #E8E3DD;
  text-align: left;
}
.order-tab-panel table td {
  padding: 10px 8px;
  font-size: 0.875rem;
  border-bottom: 1px solid #E8E3DD;
}
.order-tab-panel table tbody tr:last-child td {
  border-bottom: none;
}
.order-tab-panel .order-details-table-line {
  border-color: #E8E3DD;
  padding: 8px 0;
}
.order-tab-panel .btn.btn-small.waves-effect.waves-light {
  border-radius: 8px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 600;
  font-size: 0.85rem;
  height: auto;
  line-height: 1.5;
  padding: 8px 16px;
  box-shadow: none;
}
.order-tab-panel .btn.btn-small.waves-effect.waves-light.red {
  background-color: #e57373 !important;
}
.order-tab-panel .btn.btn-small.waves-effect.waves-light.red:hover {
  background-color: #df5151 !important;
}
.order-tab-panel .btn.btn-small.waves-effect.waves-light:not(.red) {
  background-color: #007acc !important;
}
.order-tab-panel .btn.btn-small.waves-effect.waves-light:not(.red):hover {
  background-color: #0062a3 !important;
}
.order-tab-panel .valign-wrapper-tabletAndUp {
  gap: 12px;
}
.order-summary-info {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 4px;
}
@media only screen and (max-width: 992px) {
  .order-summary-info {
    flex-direction: column;
  }
}
.order-summary-info-left {
  flex: 1;
  min-width: 0;
}
.order-summary-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
.order-summary-row-label {
  font-weight: 600;
  color: #3a4d55;
  white-space: nowrap;
}
.order-summary-total-box {
  flex-shrink: 0;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 16px 24px;
  text-align: center;
  min-width: 160px;
}
.order-summary-total-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: #3a4d55;
  margin-top: 4px;
}
.order-summary-actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid #E8E3DD;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.order-summary-action-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.order-portal-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  color: #007acc;
  text-decoration: none;
  margin-left: auto;
}
.order-portal-link:hover {
  text-decoration: underline;
}
.order-totals-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
  max-width: 360px;
  margin-left: auto;
  margin-top: 16px;
  padding: 12px 0;
  border-top: 1px solid #E8E3DD;
}
.order-totals-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
  font-size: 0.875rem;
  color: #3a4d55;
}
.order-totals-value {
  font-weight: 600;
}
.order-feature-header {
  display: flex;
  padding: 10px 0;
  border-bottom: 1px solid #E8E3DD;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b4ba;
  font-weight: 600;
}
.order-feature-header__desc {
  width: 41.6667%;
  padding-left: 0.75rem;
}
@media only screen and (max-width: 600px) {
  .order-feature-header__desc {
    width: 58.3333%;
  }
}
.order-feature-header__cols {
  width: 58.3333%;
  display: flex;
}
@media only screen and (max-width: 600px) {
  .order-feature-header__cols {
    width: 41.6667%;
  }
}
.order-feature-header__col {
  width: 33.3333%;
  padding-left: 0.75rem;
}
.order-micro-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #a8b4ba;
  font-weight: 600;
  margin-bottom: 4px;
}
.order-customer-sidebar {
  padding: 20px;
}
.order-customer-section {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #E8E3DD;
}
.order-customer-section:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.order-customer-name {
  font-weight: 700;
  font-size: 1.05rem;
  color: #3a4d55;
}
.order-customer-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.78rem;
  color: #007acc;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.15s;
}
.order-customer-link:hover {
  opacity: 0.8;
}
.order-customer-value {
  font-size: 0.875rem;
  color: #3a4d55;
  margin-top: 2px;
}
.order-payments-card .order-payments-header {
  padding: 20px 24px 8px;
}
.order-payments-card .order-payments-body {
  padding: 0 12px 16px;
  overflow-x: auto;
}
.order-payments-card table {
  width: 100%;
  border-collapse: collapse;
}
.order-payments-card table th {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b4ba;
  font-weight: 600;
  padding: 10px 12px;
  border-bottom: 1px solid #E8E3DD;
  text-align: left;
}
.order-payments-card table td {
  padding: 12px;
  font-size: 0.875rem;
  border-bottom: 1px solid #E8E3DD;
  vertical-align: top;
}
.order-payments-card table tbody tr:last-child td {
  border-bottom: none;
}
.order-payments-empty {
  text-align: center;
  padding: 24px 0;
  color: #a8b4ba;
  font-size: 0.875rem;
}
.order-details-terms {
  min-height: 40px;
  text-align: right;
}
span.pf-chip.order-details-terms {
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.order-details-table-line {
  border-bottom: solid 1px #E8E3DD;
  margin-bottom: 1%;
  padding: 1% 0;
}
.order-details-table-line span.value {
  float: right;
}
.order-custom-attribute {
  display: flex;
  justify-content: space-between;
}
.order-custom-attribute .label {
  text-align: left;
  margin-right: 1rem;
}
.order-restricted-pages {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E8E3DD;
}
.order-restricted-pages ul {
  margin: 8px 0 0 20px;
  padding: 0;
}
.order-restricted-pages li {
  margin-bottom: 4px;
}
.order-restricted-pages a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.85rem;
  color: #007acc;
  text-decoration: none;
}
.order-restricted-pages a:hover {
  text-decoration: underline;
}
.payment-request-builder-page .sticky-preview {
  position: sticky;
  top: 80px;
}
.payment-request-builder-page .builder-header {
  margin-bottom: 24px;
}
.payment-request-builder-page .builder-header-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  color: rgba(58, 77, 85, 0.7);
  font-size: 13px;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
}
.payment-request-builder-page .builder-header-back:hover {
  background: #E8E3DD;
  color: #3a4d55;
}
.payment-request-builder-page .builder-header-title {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #3a4d55;
  margin-top: 12px;
}
.payment-request-builder-page .builder-header-subtitle {
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  margin-top: 4px;
}
.payment-request-form .pf-card {
  margin-bottom: 16px;
  padding: 24px;
}
.payment-request-form .card-section-title {
  font-weight: 600;
  font-size: 15px;
  color: #3a4d55;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E3DD;
}
.payment-request-form .pr-field {
  margin-bottom: 10px;
}
.payment-request-form .pr-field .pr-field-label {
  display: block;
  font-size: 12px;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  margin-bottom: 4px;
  letter-spacing: 0.2px;
}
.payment-request-form .pr-field input,
.payment-request-form .pr-field input[type='text'],
.payment-request-form .pr-field input[type='number'],
.payment-request-form .pr-field input[type='email'],
.payment-request-form .pr-field input[type='tel'] {
  width: 100% !important;
  height: 42px !important;
  padding: 0 12px !important;
  font-size: 14px !important;
  color: #3a4d55;
  background: white !important;
  border: 1.5px solid #D5CFC8 !important;
  border-bottom: 1.5px solid #D5CFC8 !important;
  border-radius: 8px !important;
  outline: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}
.payment-request-form .pr-field input::placeholder,
.payment-request-form .pr-field input[type='text']::placeholder,
.payment-request-form .pr-field input[type='number']::placeholder,
.payment-request-form .pr-field input[type='email']::placeholder,
.payment-request-form .pr-field input[type='tel']::placeholder {
  color: #a8b4ba !important;
  font-weight: 400;
}
.payment-request-form .pr-field input:hover,
.payment-request-form .pr-field input[type='text']:hover,
.payment-request-form .pr-field input[type='number']:hover,
.payment-request-form .pr-field input[type='email']:hover,
.payment-request-form .pr-field input[type='tel']:hover {
  border-color: #a8b4ba !important;
}
.payment-request-form .pr-field input:focus,
.payment-request-form .pr-field input[type='text']:focus,
.payment-request-form .pr-field input[type='number']:focus,
.payment-request-form .pr-field input[type='email']:focus,
.payment-request-form .pr-field input[type='tel']:focus {
  border-color: #007acc !important;
  border-bottom-color: #007acc !important;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1) !important;
}
.payment-request-form .input-field.input-field-baseform {
  margin-bottom: 8px;
}
.payment-request-form .input-field.input-field-baseform select.browser-default {
  width: 100%;
  height: 2.2em;
  font-size: 1em;
  border: none;
  outline: 1px solid #a8b4ba;
  border-radius: 6px;
  padding: 4px 8px;
  background-color: white;
  margin-bottom: 10px;
  appearance: auto;
  transition: outline-color 0.15s ease, box-shadow 0.15s ease;
}
.payment-request-form .input-field.input-field-baseform select.browser-default:focus {
  outline-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1);
}
.payment-request-form .amount-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 4px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 12px 16px;
}
.payment-request-form .amount-row .amount-input {
  flex: 0 0 160px;
  margin-bottom: 0;
}
.payment-request-form .amount-row .amount-input input {
  font-size: 1.3em !important;
  font-weight: 600;
}
.payment-request-form .amount-row .currency-label {
  font-size: 20px;
  font-weight: 600;
  padding-top: 2px;
  color: #3a4d55;
}
.payment-request-form .amount-row .tax-info-inline {
  font-size: 13px;
  color: rgba(58, 77, 85, 0.7);
  padding: 4px 12px;
  border: 1px solid #E8E3DD;
  border-radius: 999px;
  background: white;
  white-space: nowrap;
}
.payment-request-form .radio-group-pills {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}
.payment-request-form .radio-group-pills label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border: 1.5px solid #D5CFC8;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  background: white;
  transition: all 0.15s ease;
  user-select: none;
}
.payment-request-form .radio-group-pills label input[type='radio'] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.payment-request-form .radio-group-pills label .pill-icon {
  display: flex;
  align-items: center;
}
.payment-request-form .radio-group-pills label:hover {
  border-color: #a8b4ba;
  color: #3a4d55;
}
.payment-request-form .radio-group-pills label.active {
  border-color: #007acc;
  color: #007acc;
  background: #e0f7ff;
  font-weight: 500;
}
.payment-request-form .radio-group {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}
.payment-request-form .radio-group label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.payment-request-form .frequency-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 8px 12px;
}
.payment-request-form .frequency-row .freq-label {
  font-size: 13px;
  color: rgba(58, 77, 85, 0.7);
  white-space: nowrap;
}
.payment-request-form .frequency-row select.browser-default {
  height: 2.2em;
  font-size: 0.95em;
  border: none;
  outline: 1px solid #a8b4ba;
  border-radius: 6px;
  padding: 2px 6px;
  background-color: white;
  transition: outline-color 0.15s ease, box-shadow 0.15s ease;
}
.payment-request-form .frequency-row select.browser-default:focus {
  outline-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.08);
}
.payment-request-form .frequency-row .freq-value {
  width: 60px;
}
.payment-request-form .frequency-row .freq-period {
  width: 130px;
}
.payment-request-form .section-toggle-btn {
  background: none;
  border: 1px dashed #D5CFC8;
  border-radius: 999px;
  cursor: pointer;
  padding: 5px 14px;
  color: rgba(58, 77, 85, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  margin-bottom: 6px;
  transition: all 0.15s ease;
}
.payment-request-form .section-toggle-btn:hover {
  border-color: #007acc;
  color: #007acc;
  background: #e0f7ff;
}
.payment-request-form .section-toggle-btn.toggle-active {
  border-style: solid;
  border-color: #D5CFC8;
  background: #fafafa;
  color: #3a4d55;
}
.payment-request-form .section-toggle-btn.toggle-active:hover {
  border-color: #e57373;
  color: #e57373;
  background: #f9e3e3;
}
.payment-request-form .address-fields {
  padding-left: 16px;
  border-left: 2px solid #E8E3DD;
  margin-top: 6px;
  margin-bottom: 8px;
}
.payment-request-form .product-picker-card {
  padding: 14px 20px;
  margin-bottom: 12px;
}
.payment-request-form .product-picker-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a8b4ba;
  margin-bottom: 6px;
}
.payment-request-preview .preview-section-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #a8b4ba;
  margin-bottom: 10px;
}
.payment-request-preview .preview-device-frame {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 16px;
}
.payment-request-preview .preview-device-frame .main-card.invoice-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.payment-request-preview #copyLinkUrlBlock {
  border-radius: 8px;
  overflow: hidden;
  border: 1.5px solid #D5CFC8;
}
.payment-request-preview .qr-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #E8E3DD;
}
.payment-request-preview .qr-container .qr-wrapper {
  cursor: pointer;
  overflow: hidden;
  transition: width 0.3s ease, height 0.3s ease;
  width: 80px;
  height: 80px;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 4px;
  background: white;
}
.payment-request-preview .qr-container .qr-wrapper:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.payment-request-preview .qr-container .qr-wrapper.expanded {
  width: 200px;
  height: 200px;
}
.payment-request-preview .qr-container .qr-wrapper svg {
  width: 100% !important;
  height: 100% !important;
}
.payment-request-preview .qr-container .qr-hint {
  font-size: 12px;
  color: #a8b4ba;
  margin-top: 6px;
}
.payment-request-preview .qr-container .qr-actions {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  align-items: center;
}
.payment-request-preview .tip-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 12px;
  font-size: 12px;
  color: #a8b4ba;
}
.payment-request-preview .tip-row a {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 999px;
  transition: background 0.15s ease;
}
.payment-request-preview .tip-row a:hover {
  background: #E8E3DD;
}
.new-order-stepper {
  display: flex;
  align-items: center;
}
.new-order-stepper__step {
  display: flex;
  align-items: center;
  gap: 10px;
  background: none;
  border: none;
  padding: 6px 4px;
  cursor: pointer;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
  font-family: inherit;
}
.new-order-stepper__step:hover:not(:disabled) {
  opacity: 0.75;
}
.new-order-stepper__step:disabled {
  cursor: default;
}
.new-order-stepper__step:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
  border-radius: 8px;
}
.new-order-stepper__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 0.82rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background: #fafafa;
  border: 2px solid #D5CFC8;
  color: #a8b4ba;
}
.new-order-stepper__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: #a8b4ba;
  white-space: nowrap;
  transition: color 0.15s ease;
}
.new-order-stepper__step--active .new-order-stepper__circle {
  background: #007acc;
  border-color: #007acc;
  color: #fff;
}
.new-order-stepper__step--active .new-order-stepper__label {
  color: #007acc;
  font-weight: 600;
}
.new-order-stepper__step--completed .new-order-stepper__circle {
  background: #e0efe0;
  border-color: #66b266;
  color: #66b266;
}
.new-order-stepper__step--completed .new-order-stepper__label {
  color: #3a4d55;
}
.new-order-stepper__step--locked .new-order-stepper__label {
  color: #D5CFC8;
}
.new-order-stepper__connector {
  flex: 1;
  height: 2px;
  min-width: 20px;
  max-width: 80px;
  margin: 0 6px;
  background: #D5CFC8;
  border-radius: 1px;
  transition: background 0.2s ease;
}
.new-order-stepper__connector--completed {
  background: #66b266;
}
@media only screen and (max-width: 600px) {
  .new-order-stepper__label {
    display: none;
  }
  .new-order-stepper__circle {
    width: 28px;
    height: 28px;
    font-size: 0.78rem;
  }
  .new-order-stepper__connector {
    min-width: 16px;
  }
}
.cdv {
  color: #3a4d55;
}
.cdv__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.cdv__ref {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  color: #a8b4ba;
  font-weight: 500;
}
.cdv__ref svg {
  color: #a8b4ba;
}
.cdv__ref .emoji {
  width: 18px;
  height: 14px;
  vertical-align: middle;
}
.cdv__name {
  font-size: 1.1rem;
  font-weight: 700;
  color: #3a4d55;
  letter-spacing: -0.01em;
  margin-bottom: 10px;
}
.cdv__fields {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}
.cdv__field {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: #3a4d55;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cdv__field svg {
  flex-shrink: 0;
  color: #a8b4ba;
}
.cdv__field a {
  color: #007acc;
  text-decoration: none;
}
.cdv__field a:hover {
  text-decoration: underline;
}
.cdv__address-card {
  background: #fafafa;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 10px;
}
.cdv__address-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #a8b4ba;
  font-weight: 600;
  margin-bottom: 6px;
}
.cdv__address-name {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 4px;
}
.cdv__address-lines {
  font-size: 0.82rem;
  line-height: 1.5;
  color: rgba(58, 77, 85, 0.7);
}
.cdv__address-unknown {
  font-size: 0.85rem;
  color: #a8b4ba;
}
.cdv__qr {
  flex-shrink: 0;
}
.cdv__actions {
  margin-top: 12px;
}
.new-order-final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}
@media only screen and (max-width: 992px) {
  .new-order-final {
    grid-template-columns: 1fr;
  }
}
.new-order-final__cart {
  position: sticky;
  top: 80px;
}
.new-order-final__form {
  min-width: 0;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.nav-editor {
  padding: 8px 0;
}
.nav-editor__sections {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.nav-accordion-section {
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color 0.2s ease;
}
.nav-accordion-section--expanded {
  border-color: #D5CFC8;
  overflow: visible;
}
.nav-accordion-section__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  cursor: pointer;
  background: #ffffff;
  transition: background 0.15s ease;
  user-select: none;
  min-height: 44px;
}
.nav-accordion-section__header:hover {
  background: #fafafa;
}
.nav-accordion-section__header:focus-visible {
  outline: 2px solid #6964e0;
  outline-offset: -2px;
}
.nav-accordion-section__header-left {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.nav-accordion-section__icon {
  flex-shrink: 0;
  color: rgba(58, 77, 85, 0.7);
}
.nav-accordion-section__titles {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.nav-accordion-section__title {
  font-size: 0.9em;
  font-weight: 600;
  color: #3a4d55;
  line-height: 1.3;
}
.nav-accordion-section__subtitle {
  font-size: 0.8em;
  font-weight: 400;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav-accordion-section__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(58, 77, 85, 0.7);
  transition: transform 0.25s ease;
  flex-shrink: 0;
}
.nav-accordion-section__chevron--open {
  transform: rotate(180deg);
}
.nav-accordion-section__body {
  padding: 16px;
  border-top: 1px solid #E8E3DD;
}
.nav-accordion-section__color-group {
  border-top: 1px solid #E8E3DD;
  margin-top: 12px;
  padding-top: 12px;
}
@media only screen and (max-width: 600px) {
  .nav-accordion-section__header {
    padding: 10px 12px;
  }
  .nav-accordion-section__subtitle {
    display: none;
  }
  .nav-accordion-section__body {
    padding: 12px;
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
#PageBuilderSideNav {
  position: relative;
  overflow-y: auto;
  padding-bottom: 4em !important;
}
@media only screen and (min-width: 993px) {
  #PageBuilderSideNav {
    height: 100vh;
  }
}
#PageBuilderPreviewShowcase {
  height: 100vh;
  overflow-y: auto;
}
.use-froala-blocks .btn-link {
  color: inherit !important;
  text-decoration: underline !important;
}
.use-froala-blocks .btn-link:hover {
  color: inherit;
}
.use-froala-blocks .fdb-block {
  padding: 0 !important;
}
.use-froala-blocks .fdb-block .fdb-box {
  padding: 1em 2em;
}
@media only screen and (min-width: 601px) {
  .use-froala-blocks .fdb-block .fdb-box {
    padding: 2em 3em;
  }
}
.use-froala-blocks .fdb-block .container {
  padding: 4em 0 2em 0 !important;
}
.use-froala-blocks .fdb-block .container.no-padding {
  padding: 0 !important;
}
.page-builder-block .fdb-block {
  padding: 4em 0 !important;
}
.fdb-block a.btn-small {
  line-height: 22px !important;
  height: 30px !important;
}
.fdb-block a.btn-large {
  line-height: 36px;
}
.fdb-block form input::placeholder {
  padding-left: 1em;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.collapsible-body fieldset {
  border: none;
}
.preview .img-fileUpload-thumbnail {
  max-width: 100%;
  max-height: 200px;
}
@media only screen and (min-width: 601px) {
  .preview .product-title {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
    min-height: 50px;
    padding: 7px 10px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 993px) {
  .preview .product-title {
    text-align: left;
    padding: 7px 20px;
  }
}
@media only screen and (min-width: 601px) {
  .preview .product-description {
    display: block;
    margin: 0 0 10px 0;
    text-align: center;
    min-height: 50px;
    padding: 7px 10px;
  }
}
@media only screen and (min-width: 993px) {
  .preview .product-description {
    text-align: left;
    padding: 7px 20px;
  }
}
.drag-and-drop-handle {
  display: block;
  opacity: 0.7;
  margin-right: 5px;
  cursor: row-resize;
}
.og-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.og-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  border-left: 3px solid #D5CFC8;
  transition: border-color 0.2s, box-shadow 0.2s;
  overflow: hidden;
}
.og-card:hover {
  border-color: #D5CFC8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.og-card.og-card--has-options {
  border-left-color: #007acc;
}
.og-card.og-card--dragging {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #D5CFC8;
}
.og-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.og-card__header:hover {
  background: #fafafa;
}
.og-card__drag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: #D5CFC8;
  cursor: grab;
  flex-shrink: 0;
  border-radius: 8px;
  transition: color 0.15s, background 0.15s;
}
.og-card__drag:hover {
  color: rgba(58, 77, 85, 0.7);
  background: #F3EDE7;
}
.og-card__drag:active {
  cursor: grabbing;
}
.og-card__title-input {
  flex: 1;
  min-width: 0;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 14px !important;
  font-weight: 500;
  color: #3a4d55;
  padding: 4px 8px !important;
  margin: 0 !important;
  height: auto !important;
  border-radius: 8px !important;
  transition: background 0.15s;
}
.og-card__title-input:focus {
  background: #ffffff !important;
  box-shadow: inset 0 0 0 1px #E8E3DD !important;
}
.og-card__title-input::placeholder {
  color: #a8b4ba;
  font-weight: 400;
}
.og-card__option-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: rgba(0, 122, 204, 0.12);
  color: #007acc;
  font-size: 11px;
  font-weight: 600;
  flex-shrink: 0;
}
.og-card__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #a8b4ba;
  flex-shrink: 0;
  transition: color 0.15s;
}
.og-card__body {
  border-top: 1px solid #F3EDE7;
}
.og-card__settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 24px;
  padding: 8px 16px 16px;
}
@media only screen and (max-width: 600px) {
  .og-card__settings {
    grid-template-columns: 1fr;
  }
}
.og-card__setting {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.3;
  cursor: pointer;
}
.og-card__setting input[type="checkbox"] {
  width: 15px;
  height: 15px;
  accent-color: #007acc;
  cursor: pointer;
  flex-shrink: 0;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  opacity: 1 !important;
  position: relative !important;
  pointer-events: auto !important;
}
.og-card__setting input[type="checkbox"] + span::before,
.og-card__setting input[type="checkbox"] + span::after {
  display: none !important;
}
.og-card__options {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.og-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-top: 1px solid #F3EDE7;
  transition: background 0.15s;
}
.og-option:hover {
  background: #fafafa;
}
.og-option__name {
  flex: 1;
  min-width: 0;
  font-size: 13px;
  font-weight: 500;
  color: #3a4d55;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.og-option__price {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.og-option__price-value {
  font-size: 13px;
  font-weight: 600;
  color: #3a4d55;
}
.og-option__price-tax {
  font-size: 11px;
  color: #a8b4ba;
}
.og-option__badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
}
.og-option__badge.og-option__badge--onoff {
  background: #e0efe0;
  color: #26a69a;
}
.og-option__badge.og-option__badge--limitation {
  background: #e1e0f8;
  color: #6964e0;
}
.og-option__badge.og-option__badge--consumption {
  background: #fff0db;
  color: #ff9800;
}
.og-option__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a8b4ba;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  flex-shrink: 0;
}
.og-option__remove:hover {
  background: #f9e3e3;
  color: #e57373;
}
.og-card__actions {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-top: 1px solid #F3EDE7;
}
.og-card__action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a8b4ba;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
}
.og-card__action-btn svg {
  flex-shrink: 0;
}
.og-card__action-btn:hover {
  background: #F3EDE7;
  color: #3a4d55;
}
.og-card__action-btn.og-card__action-btn--delete:hover {
  background: #f9e3e3;
  color: #e57373;
}
.og-add-group {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px dashed #D5CFC8;
  border-radius: 8px;
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: border-color 0.15s, color 0.15s, background 0.15s;
  width: 100%;
  justify-content: center;
}
.og-add-group svg {
  flex-shrink: 0;
}
.og-add-group:hover {
  border-color: #007acc;
  color: #007acc;
  background: rgba(0, 122, 204, 0.04);
}
.price-card-amount-row {
  margin-top: 20px;
}
.row.price-card-discount-row {
  margin-top: 2px;
}
p.amountTrialIsFree {
  text-align: center;
  border: solid 2px;
  margin-top: 0;
}
#product-stock input {
  width: 80%;
  text-align: center;
  margin-right: 8px;
  margin-left: 10px;
  padding-left: 10px;
}
.product-stock-label {
  display: inline-block;
}
.sidenav.sidenav-question,
.sidenav.sidenav-option {
  right: 0;
  left: auto;
  width: 440px;
  max-width: 92vw;
  margin-bottom: 0;
  padding: 0;
  background: #F3EDE7;
  border-left: 1px solid #E8E3DD;
  box-shadow: -8px 0 30px rgba(0, 0, 0, 0.06);
}
.sidenav.sidenav-question .card,
.sidenav.sidenav-option .card {
  padding: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .sidenav.sidenav-question,
  .sidenav.sidenav-option {
    width: 90%;
  }
}
@media only screen and (max-width: 600px) {
  .sidenav.sidenav-question,
  .sidenav.sidenav-option {
    width: 100%;
    max-width: 100vw;
  }
}
.qpanel {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.qpanel__header {
  padding: 24px 24px 16px;
  background: #ffffff;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
}
.qpanel__header-top {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qpanel__title {
  font-size: 17px;
  font-weight: 600;
  color: #3a4d55;
  margin: 0;
  letter-spacing: -0.01em;
}
.qpanel__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  border-radius: 999px;
  background: #E8E3DD;
  color: rgba(58, 77, 85, 0.7);
  font-size: 11px;
  font-weight: 600;
}
.qpanel__subtitle {
  margin: 8px 0 0;
  font-size: 13px;
  color: #a8b4ba;
  line-height: 1.4;
}
.qpanel__toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: #ffffff;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
}
.qpanel__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: #F3EDE7;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #a8b4ba;
  transition: border-color 0.2s, background 0.2s;
}
.qpanel__search:focus-within {
  background: #ffffff;
  border-color: #D5CFC8;
}
.qpanel__search-input {
  flex: 1;
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  font-size: 13px;
  padding: 0 !important;
  margin: 0 !important;
  height: auto !important;
  color: #3a4d55;
}
.qpanel__search-input::placeholder {
  color: #a8b4ba;
}
.qpanel__new-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 14px;
  border: none;
  border-radius: 8px;
  background: #3a4d55 !important;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  transition: opacity 0.15s;
  flex-shrink: 0;
}
.qpanel__new-btn svg {
  stroke: #ffffff;
}
.qpanel__new-btn:hover {
  opacity: 0.85;
}
.qpanel__body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 24px 24px;
}
.qpanel__body::-webkit-scrollbar {
  width: 5px;
}
.qpanel__body::-webkit-scrollbar-track {
  background: transparent;
}
.qpanel__body::-webkit-scrollbar-thumb {
  background: #D5CFC8;
  border-radius: 999px;
}
.qpanel__form-wrap {
  margin-bottom: 24px;
}
.qpanel__form-card {
  padding: 24px;
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
}
.qpanel__form-cancel {
  display: inline-block;
  margin-top: 8px;
  padding: 5px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a8b4ba;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.15s;
}
.qpanel__form-cancel:hover {
  color: #3a4d55;
}
.qpanel__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 48px 24px;
}
.qpanel__empty-icon {
  color: #D5CFC8;
  margin-bottom: 16px;
}
.qpanel__empty-title {
  font-size: 15px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 8px;
}
.qpanel__empty-hint {
  font-size: 13px;
  color: #a8b4ba;
  max-width: 260px;
  line-height: 1.5;
  margin: 0;
}
.qpanel__no-results {
  text-align: center;
  padding: 32px 0;
  color: #a8b4ba;
  font-size: 13px;
}
.qpanel__list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.qcard {
  position: relative;
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 16px 16px 16px 18px;
  transition: border-color 0.2s, box-shadow 0.2s;
  border-left: 3px solid #D5CFC8;
}
.qcard:hover {
  border-color: #D5CFC8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.qcard.qcard--mcq {
  border-left-color: #6964e0;
}
.qcard.qcard--text {
  border-left-color: #26a69a;
}
.qcard.qcard--onoff {
  border-left-color: #26a69a;
}
.qcard.qcard--limitation {
  border-left-color: #6964e0;
}
.qcard.qcard--editing {
  border-left-color: #007acc;
  background: #fafafa;
}
.qcard__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.qcard__badge {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.qcard__badge.qcard__badge--mcq {
  background: #e1e0f8;
  color: #6964e0;
}
.qcard__badge.qcard__badge--text {
  background: #e0efe0;
  color: #26a69a;
}
.qcard__badge.qcard__badge--onoff {
  background: #e0efe0;
  color: #26a69a;
}
.qcard__badge.qcard__badge--limitation {
  background: #e1e0f8;
  color: #6964e0;
}
.qcard__secondary-actions {
  display: flex;
  align-items: center;
  gap: 2px;
  opacity: 0;
  transition: opacity 0.15s;
}
.qcard:hover .qcard__secondary-actions {
  opacity: 1;
}
.qcard__icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: transparent !important;
  color: #a8b4ba;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
}
.qcard__icon-btn:hover {
  background: #F3EDE7 !important;
  color: #3a4d55;
}
.qcard__icon-btn.qcard__icon-btn--delete a,
.qcard__icon-btn.qcard__icon-btn--delete button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none !important;
  padding: 0;
  font-size: 12px;
  color: #a8b4ba;
  cursor: pointer;
}
.qcard__icon-btn.qcard__icon-btn--delete:hover {
  background: #f9e3e3 !important;
}
.qcard__icon-btn.qcard__icon-btn--delete:hover a,
.qcard__icon-btn.qcard__icon-btn--delete:hover button {
  color: #e57373;
}
.qcard__title {
  font-size: 14px;
  font-weight: 500;
  color: #3a4d55;
  line-height: 1.45;
}
.qcard__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
  padding-top: 8px;
}
.qcard__chip {
  display: inline-block;
  padding: 3px 10px;
  background: #F3EDE7;
  border-radius: 999px;
  font-size: 12px;
  color: rgba(58, 77, 85, 0.7);
}
.qcard__add-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 16px;
  padding: 8px 16px;
  border: none;
  border-radius: 8px;
  background: #F3EDE7 !important;
  color: #3a4d55 !important;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s;
  width: 100%;
  justify-content: center;
}
.qcard__add-btn:hover {
  background: #E8E3DD !important;
}
.qcard__meta {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: 8px;
}
.qcard__price {
  font-size: 14px;
  font-weight: 600;
  color: #3a4d55;
}
.qcard__tax {
  font-size: 11px;
  color: #a8b4ba;
}
.qpanel__filters {
  display: flex;
  gap: 6px;
  padding: 8px 24px 16px;
  background: #ffffff;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
}
.qpanel__filter-pill {
  padding: 4px 12px;
  border: 1px solid #E8E3DD;
  border-radius: 999px;
  background: #ffffff;
  color: #a8b4ba;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s;
}
.qpanel__filter-pill:hover {
  border-color: #D5CFC8;
  color: #3a4d55;
}
.qpanel__filter-pill.qpanel__filter-pill--active {
  background: #3a4d55 !important;
  border-color: #3a4d55;
  color: #ffffff !important;
}
.qform__chips-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}
.qform__chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  background: #e1e0f8;
  border-radius: 999px;
  font-size: 12px;
  color: #6964e0;
}
.qform__chip-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  color: #6964e0;
  opacity: 0.6;
  transition: opacity 0.15s;
}
.qform__chip-remove:hover {
  opacity: 1;
}
.qform__add-choice-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.qform__choice-input {
  flex: 1;
  padding: 7px 12px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 8px !important;
  font-size: 13px !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  background: #ffffff;
  color: #3a4d55;
  transition: border-color 0.15s;
}
.qform__choice-input:focus {
  border-color: #D5CFC8 !important;
}
.qform__choice-input::placeholder {
  color: #a8b4ba;
}
.qform__choice-add-btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 7px 14px;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  background: #ffffff;
  color: rgba(58, 77, 85, 0.7);
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s, color 0.15s;
}
.qform__choice-add-btn:hover {
  border-color: #D5CFC8;
  color: #3a4d55;
}
.qform__back-btn {
  display: inline-block;
  float: right;
  margin: 8px;
  padding: 5px 12px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #a8b4ba;
  font-size: 13px;
  cursor: pointer;
  transition: color 0.15s;
}
.qform__back-btn:hover {
  color: #3a4d55;
}
.choice {
  padding: 5px;
  margin: 0 5px;
  border-radius: 6px;
  font-size: 0.8em;
  background-color: #e1e0f8;
  border: solid 1px #6964e0;
  color: #6964e0;
}
@media only screen and (max-width: 600px) {
  .choice {
    font-size: 10px;
  }
}
.choice.mcq {
  background-color: #e1e0f8;
  border: solid 1px #6964e0;
  color: #6964e0;
}
.choice.text {
  background-color: #e0efe0;
  border: solid 1px #26a69a;
  color: #26a69a;
}
.edit-question-block {
  text-align: left;
}
.edit-question-block .add-choices {
  margin-top: 16px;
  margin-bottom: 8px;
}
.edit-question-block .qform__add-choice-row {
  margin-bottom: 16px;
}.givelove-page {
  max-width: 900px;
  padding: 0 1rem 2rem;
}
.givelove-header {
  margin-bottom: 2rem;
}
.givelove-header .pf-page-lead {
  max-width: 680px;
  line-height: 1.6;
}
.givelove-section-title {
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: inherit;
}
.givelove-badges {
  margin-bottom: 2.5rem;
}
.givelove-form-section {
  margin-bottom: 2rem;
}
.givelove-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.givelove-status-badge svg {
  flex-shrink: 0;
}
.givelove-status-online {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.givelove-category-section {
  padding: 1.25rem;
  margin-bottom: 2rem;
}
.givelove-category-section .givelove-category-label {
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.givelove-category-section .givelove-category-input {
  max-width: 400px;
}
.givelove-category-section .givelove-category-other {
  margin-top: 1rem;
  max-width: 400px;
}
.givelove-questions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.givelove-question-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.25rem;
}
.givelove-question-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.85rem;
  margin-top: 2px;
}
.givelove-question-content {
  flex: 1;
  min-width: 0;
}
.givelove-question-content .givelove-question-label {
  margin-bottom: 0.75rem;
}
.givelove-question-content .givelove-question-label .pf-caption {
  margin-top: 0.25rem;
}
.givelove-question-content textarea {
  width: 100%;
  min-height: 120px;
  border-radius: 8px;
  padding: 12px;
  border: 1px solid #d5cfc8;
  font-family: inherit;
  font-size: 0.95rem;
  resize: vertical;
  transition: border-color 0.2s;
  box-sizing: border-box;
}
.givelove-question-content textarea:focus {
  border-color: #6964e0;
  outline: none;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1);
}
.givelove-question-content textarea:disabled {
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.7;
}
.givelove-submit {
  margin-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 600px) {
  .givelove-question-card {
    flex-direction: column;
    gap: 0.5rem;
  }
  .givelove-question-number {
    margin-top: 0;
  }
}
.pf-instance .givelove-question-number {
  background-color: #ededfc;
  color: #6964e0;
}
.pf-instance .givelove-question-content textarea:focus {
  border-color: #6964e0;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1);
}
.nc-instance .givelove-question-number {
  background-color: var(--brand-primary-light);
  color: var(--brand-primary);
}
.nc-instance .givelove-question-content textarea:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px var(--brand-primary-light);
}#betaSignUpPage #notBetaBlock .progress {
  height: 12px;
  border-radius: 8px;
}
#betaSignUpPage .fr-element.fr-view {
  min-height: 300px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
/*** Card Layout ***/
/* Info Section */
.info-wrapper {
  margin-top: 2%;
}
.info-title {
  font-size: 1.2em;
  color: #3a4d55;
}
.info-subtitle {
  font-style: italic;
  color: rgba(58, 77, 85, 0.7);
}
.info-content {
  color: rgba(58, 77, 85, 0.7);
  padding-top: 1em;
}
/* Specificities */
/* ── Gateway Connected Cards ── */
.gateway-card .gateway-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #E8E3DD;
}
.gateway-card .gateway-card-header img {
  max-width: 100px;
  height: auto;
}
.gateway-card .gateway-card-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.gateway-card .gateway-card-actions .btn-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.82rem;
  padding: 5px 10px;
  border-radius: 12px;
  transition: background 0.15s ease;
}
.gateway-card .gateway-card-actions .btn-link:hover {
  background: #E8E3DD;
}
.gateway-card .gateway-card-status {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 16px;
}
.gateway-card .gateway-card-status .status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
}
.gateway-card .gateway-card-status .status-row .teal-text {
  color: #0d9488;
}
.gateway-card .gateway-card-methods {
  border-top: 1px solid #E8E3DD;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gateway-card .gateway-card-methods .method-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}
.gateway-card .gateway-card-methods .method-row .method-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #3a4d55;
}
/* ── Setup Wizard — Method Selection Cards ── */
.setup-method-card {
  padding: 24px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.setup-method-card + .setup-method-card {
  margin-top: 16px;
}
.setup-method-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: #a8b4ba;
}
.setup-method-card.selected {
  border-color: #6964e0 !important;
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(105, 100, 224, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.setup-method-card.selected .setup-method-card-footer .text-light {
  color: #6964e0;
}
.setup-method-card .setup-method-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 16px;
}
.setup-method-card .setup-method-card-icons {
  display: flex;
  align-items: center;
  gap: 14px;
}
.setup-method-card .setup-method-badge {
  font-size: 0.75rem;
  font-weight: 600;
  color: #0d9488;
  background: rgba(13, 148, 136, 0.08);
  padding: 3px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.setup-method-card .setup-method-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  border-top: 1px solid #E8E3DD;
}
.setup-method-card .setup-method-card-footer .setup-method-chevron {
  transition: transform 0.15s ease, color 0.15s ease;
  flex-shrink: 0;
}
.setup-method-card .setup-method-provider {
  font-size: 0.82rem;
  color: #a8b4ba;
  font-weight: 500;
}
.setup-method-card:hover .setup-method-chevron {
  transform: translateX(3px);
}
.setup-method-card.selected .setup-method-chevron {
  color: #6964e0;
}
/* ── Setup Wizard — Gateway Selection Cards ── */
.setup-gateway-card {
  display: flex;
  align-items: center;
  padding: 16px;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.setup-gateway-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.setup-gateway-card.selected {
  border-color: #6964e0 !important;
  border-width: 2px;
  box-shadow: 0 0 0 4px rgba(105, 100, 224, 0.1), 0 4px 12px rgba(0, 0, 0, 0.08);
}
.setup-gateway-card img {
  max-width: 120px;
  height: auto;
}
/* ── Setup Reassurance ── */
.setup-reassurance {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 8px;
}
.setup-reassurance .setup-reassurance-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.setup-reassurance .setup-reassurance-item .teal-text {
  color: #0d9488;
  flex-shrink: 0;
  margin-top: 1px;
}
.table-in-card {
  position: relative;
  overflow: auto;
  max-width: 100%;
  padding: 0 1em 1em 1em;
}
.table-in-card .table-in-card-email {
  max-width: 200px;
  overflow: auto;
}
.table-in-card i:hover {
  cursor: pointer;
}
.email-preview {
  margin-top: 2em;
}.react-flow {
  --xy-background-color: #f8f9fb;
  --xy-theme-selected: #818cf8;
  --xy-theme-hover: #c4c7cc;
  --xy-theme-edge-hover: #374151;
  --xy-theme-color-focus: rgba(129, 140, 248, 0.15);
  --xy-node-border-default: 1px solid #e8eaed;
  --xy-node-boxshadow-default: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  --xy-node-border-radius-default: 10px;
  --xy-handle-background-color-default: #ffffff;
  --xy-handle-border-color-default: #bbb;
  --xy-edge-label-color-default: #5f6368;
}
.react-flow__node {
  max-width: 200px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  border-radius: var(--xy-node-border-radius-default);
  background-color: var(--xy-node-background-color-default);
  border: var(--xy-node-border-default);
  color: var(--xy-node-color, var(--xy-node-color-default));
  box-shadow: var(--xy-node-boxshadow-default);
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.react-flow__node,
.react-flow__node * {
  white-space: normal !important;
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}
.react-flow__node.selectable:focus {
  box-shadow: 0 0 0 3px var(--xy-theme-color-focus);
  border-color: #818cf8;
}
.react-flow__node.selectable:focus:active {
  box-shadow: var(--xy-node-boxshadow-default);
}
.react-flow__node.selectable:hover,
.react-flow__node.draggable:hover {
  border-color: var(--xy-theme-hover);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}
.react-flow__node.selectable.selected {
  border-color: var(--xy-theme-selected);
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.react-flow__node-group {
  background-color: rgba(207, 182, 255, 0.4);
  border-color: #9e86ed;
}
.react-flow__edge.selectable:hover .react-flow__edge-path,
.react-flow__edge.selectable.selected .react-flow__edge-path {
  stroke: var(--xy-theme-edge-hover);
}
.react-flow__handle {
  background-color: var(--xy-handle-background-color-default);
  transition: background-color 150ms ease, border-color 150ms ease;
}
.react-flow__handle.connectionindicator:hover {
  pointer-events: all;
  border-color: var(--xy-theme-edge-hover);
  background-color: white;
}
.react-flow__handle.connectionindicator:focus,
.react-flow__handle.connectingfrom,
.react-flow__handle.connectingto {
  border-color: var(--xy-theme-edge-hover);
}
.react-flow__node-resizer {
  border-radius: 0;
  border: none;
}
.react-flow__resize-control.handle {
  background-color: #ffffff;
  border-color: #9e86ed;
  border-radius: 0;
  width: 5px;
  height: 5px;
}
.react-flow__node-workflowNode {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.react-flow__node-workflowNode.selectable:focus {
  box-shadow: none !important;
  border: none !important;
}
.react-flow__node-workflowNode.selectable:hover,
.react-flow__node-workflowNode.draggable:hover {
  box-shadow: none !important;
  border: none !important;
}
.react-flow__node-workflowNode.selectable.selected {
  box-shadow: none !important;
  border: none !important;
}
.react-flow__node-workflowNode.selectable.selected .wf-node {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.12), 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.react-flow__node-circle {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  font-family: monospace;
  text-align: center;
}
.react-flow__node-textinput {
  width: 150px;
  font-family: monospace;
  text-align: left;
}
.text-input-node__input {
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
}
.react-flow__node-annotation {
  font-size: 16px;
  width: 200px;
  color: #683bfa;
  position: absolute;
  box-shadow: none;
  font-family: monospace;
  text-align: left;
  background-color: transparent;
  border: none;
}
.react-flow__node-annotation .annotation-content {
  padding: 10px;
  display: flex;
}
.react-flow__node-annotation .annotation-level {
  margin-right: 4px;
}
.react-flow__node-annotation .annotation-arrow {
  position: absolute;
  font-size: 24px;
}
.react-flow__node-toolbar {
  background-color: #000000;
  border-radius: 16px;
  overflow: hidden;
}
.react-flow__node-toolbar button {
  cursor: pointer;
  background: inherit;
  border: none;
  padding: 5px 7px;
  margin: 3px;
  border-radius: 50%;
  box-shadow: var(--xy-node-boxshadow-default);
}
.react-flow__node-toolbar button:hover {
  background: #4d4d4d;
}
.resizer-node__handles {
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  justify-content: space-evenly;
  left: 0;
}
.resizer-node__handle {
  position: relative;
  left: 0;
  transform: none;
}
.button-edge__label {
  position: absolute;
  pointer-events: all;
  transform-origin: center;
}
.button-edge__button {
  width: 30px;
  height: 30px;
  border: 5px solid #f8f9fb;
  color: var(--xy-edge-node-color-default);
  background-color: #f3f3f4;
  cursor: pointer;
  border-radius: 50%;
  font-size: 12px;
  padding-top: 0px;
}
.button-edge__button:hover {
  background-color: var(--xy-theme-hover);
  color: #ffffff;
}
.react-flow__handle.custom-handle {
  background-color: var(--xy-handle-border-color-default);
  border-radius: 1px;
  width: 8px;
  height: 4px;
  border: none;
  min-width: 2px;
  min-height: 2px;
}
.react-flow__handle.custom-handle:hover,
.react-flow__handle.custom-handle.connectionindicator:focus,
.react-flow__handle.custom-handle.connectingfrom,
.react-flow__handle.custom-handle.connectingto {
  background-color: var(--xy-theme-edge-hover);
}
.react-flow__handle-bottom.custom-handle {
  bottom: -5px;
  transform: none;
}
.react-flow__handle-top.custom-handle {
  top: -5px;
  transform: none;
}
.react-flow__handle-left.custom-handle {
  height: 8px;
  width: 4px;
  left: -3px;
}
.react-flow__minimap .group {
  fill-opacity: 0.4;
}
.react-flow__minimap .resizer,
.react-flow__minimap .tools,
.react-flow__minimap .circle,
.react-flow__minimap .textinput {
  fill: #d0c0f7;
}
.react-flow__minimap .circle {
  rx: 100%;
  ry: 100%;
}
.react-flow__minimap .annotation {
  display: none;
}
.react-flow .react-flow__panel.card-panel {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  padding: 10px 12px !important;
}
.wf-dd-wrapper {
  position: relative;
}
.wf-dd-wrapper:hover .wf-dd-content {
  display: block !important;
}
.wf-dd-wrapper .wf-dd-trigger {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: 0.01em;
  border-radius: 6px !important;
  padding: 5px 12px !important;
  height: auto !important;
  line-height: 1.5 !important;
  transition: all 150ms ease !important;
  box-shadow: none !important;
  border: 1px solid transparent !important;
}
.wf-dd-wrapper:nth-child(1) .wf-dd-trigger {
  background: #fef3c7 !important;
  color: #92400e !important;
  border-color: rgba(245, 158, 11, 0.3) !important;
}
.wf-dd-wrapper:nth-child(1) .wf-dd-trigger:hover {
  border-color: #f59e0b !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}
.wf-dd-wrapper:nth-child(2) .wf-dd-trigger {
  background: #dbeafe !important;
  color: #1e40af !important;
  border-color: rgba(59, 130, 246, 0.25) !important;
}
.wf-dd-wrapper:nth-child(2) .wf-dd-trigger:hover {
  border-color: #3b82f6 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}
.wf-dd-wrapper:nth-child(3) .wf-dd-trigger {
  background: #f3e8ff !important;
  color: #6b21a8 !important;
  border-color: rgba(168, 85, 247, 0.25) !important;
}
.wf-dd-wrapper:nth-child(3) .wf-dd-trigger:hover {
  border-color: #a855f7 !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}
.wf-dd-wrapper:nth-child(4) .wf-dd-trigger {
  background: #f3f4f6 !important;
  color: #374151 !important;
  border-color: rgba(156, 163, 175, 0.25) !important;
}
.wf-dd-wrapper:nth-child(4) .wf-dd-trigger:hover {
  border-color: #9ca3af !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06) !important;
}
.wf-dd-content {
  width: auto !important;
  min-width: 220px !important;
  border-radius: 10px !important;
  border: 1px solid #e8eaed;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 8px 24px rgba(0, 0, 0, 0.04) !important;
  overflow: hidden;
}
.wf-dd-content li a {
  display: block;
  padding: 8px 14px;
  color: #1a1d23;
  text-decoration: none;
  white-space: nowrap;
  font-size: 13px;
  transition: background 150ms ease;
}
.wf-dd-content li a:hover {
  background: #eef2ff;
  color: #818cf8;
}
.col.s9 > .card-panel.overflow-auto {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  box-shadow: none;
  margin: 0;
}
.col.s9 > .card-panel.overflow-auto .input-field input[type='text'] {
  font-size: 15px;
  font-weight: 600;
  color: #1a1d23;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0;
  height: 36px;
}
.col.s9 > .card-panel.overflow-auto .input-field input[type='text']::placeholder {
  color: #9aa0a6;
  font-weight: 400;
}
.col.s9 > .card-panel.overflow-auto .input-field input[type='text']:focus {
  border-bottom: none !important;
  box-shadow: none !important;
}
.col.s9 > .card-panel.overflow-auto .switch label {
  font-size: 12px;
  color: #9aa0a6;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.col.s9 > .card-panel.overflow-auto .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(129, 140, 248, 0.4);
}
.col.s9 > .card-panel.overflow-auto .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #818cf8;
}
.wf-toolbar__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: all 150ms ease;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  border: none;
  margin-left: 6px;
}
.wf-toolbar__btn:first-of-type {
  margin-left: auto;
}
.wf-toolbar__btn--save {
  background: #818cf8 !important;
  color: #fff !important;
  padding: 7px 20px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  height: auto !important;
  line-height: 1.4 !important;
  box-shadow: 0 1px 2px rgba(129, 140, 248, 0.25);
}
.wf-toolbar__btn--save:hover {
  background: #6366f1 !important;
  box-shadow: 0 2px 6px rgba(129, 140, 248, 0.3);
}
.wf-toolbar__btn--save:active {
  background: #5558e6 !important;
}
.wf-toolbar__btn--secondary {
  background: #f8f9fb;
  color: #1a1d23;
  padding: 7px 14px;
  border: 1px solid #e8eaed;
}
.wf-toolbar__btn--secondary:hover {
  background: #eef0f3;
  border-color: #c4c7cc;
}
.wf-toolbar__btn--secondary:active {
  background: #e5e7eb;
}
.wf-toolbar__btn--ghost {
  background: transparent;
  color: #5f6368;
  padding: 7px 14px;
}
.wf-toolbar__btn--ghost:hover {
  background: #f8f9fb;
  color: #1a1d23;
}
.wf-toolbar__btn--ghost:active {
  background: #eef0f3;
}
.wf-richtext-wrapper {
  border: 1px solid #e8eaed;
  border-radius: 6px;
  overflow: hidden;
}
.wf-richtext-wrapper .fr-box {
  border: none !important;
}
.wf-richtext-wrapper .fr-toolbar {
  border: none !important;
  border-bottom: 1px solid #e8eaed !important;
  background: #fafbfc !important;
  padding: 2px !important;
}
.wf-richtext-wrapper .fr-wrapper {
  border: none !important;
}
.wf-richtext-wrapper .fr-second-toolbar {
  display: none !important;
}
.wf-email-preview {
  margin-top: 12px;
  padding: 10px 12px;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  background: #fafbfc;
}
.wf-email-preview__header {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-bottom: 8px;
}
.wf-email-preview__label {
  font-size: 10px;
  color: #9aa0a6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
}
.wf-email-preview__name {
  font-size: 12px;
  color: #1a1d23;
  font-weight: 500;
}
.wf-email-preview__edit-link {
  display: inline-block;
  font-size: 11px;
  color: #818cf8;
  text-decoration: none;
  padding: 4px 8px;
  border: 1px dashed #e8eaed;
  border-radius: 5px;
  transition: border-color 150ms ease, background 150ms ease;
}
.wf-email-preview__edit-link:hover {
  border-color: #818cf8;
  background: #eef2ff;
  color: #818cf8;
}
.wf-stats-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 16px;
  background: #eef2ff;
  border-bottom: 1px solid rgba(129, 140, 248, 0.15);
  font-size: 11px;
  color: #5f6368;
  flex-shrink: 0;
}
.wf-stats-bar__item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wf-stats-bar__item strong {
  color: #1a1d23;
  font-weight: 700;
}
.wf-stats-bar__detail {
  color: #9aa0a6;
}
.wf-stats-bar__btn {
  margin-left: auto;
  padding: 3px 10px;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  background: #ffffff;
  color: #5f6368;
  font-size: 11px;
  cursor: pointer;
  transition: all 150ms ease;
}
.wf-stats-bar__btn:hover {
  border-color: #818cf8;
  color: #818cf8;
}
.wf-stats-bar__btn + .wf-stats-bar__btn {
  margin-left: 6px;
}
.wf-runs-history {
  max-height: 200px;
  overflow-y: auto;
  border-bottom: 1px solid #e8eaed;
  flex-shrink: 0;
  background: #ffffff;
}
.wf-runs-history__empty {
  padding: 12px 16px;
  color: #9aa0a6;
  font-size: 12px;
  text-align: center;
}
.wf-runs-history__table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}
.wf-runs-history__table th {
  text-align: left;
  padding: 6px 10px;
  font-weight: 600;
  color: #9aa0a6;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 10px;
  border-bottom: 1px solid #e8eaed;
  background: #fafbfc;
  position: sticky;
  top: 0;
  z-index: 1;
}
.wf-runs-history__table td {
  padding: 5px 10px;
  border-bottom: 1px solid rgba(232, 234, 237, 0.5);
  color: #5f6368;
}
.wf-runs-history__row--active {
  background: rgba(129, 140, 248, 0.06);
}
.wf-runs-history__row--active td {
  border-bottom-color: rgba(129, 140, 248, 0.15);
}
.wf-runs-history__trigger {
  font-family: monospace;
  font-size: 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wf-run-status {
  display: inline-block;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}
.wf-run-status--ok {
  background: #dcfce7;
  color: #166534;
}
.wf-run-status--error {
  background: #fee2e2;
  color: #991b1b;
}
.wf-run-status--running {
  background: #fef3c7;
  color: #92400e;
}
.wf-runs-history__view-btn {
  padding: 2px 8px;
  border: 1px solid #e8eaed;
  border-radius: 4px;
  background: transparent;
  color: #9aa0a6;
  font-size: 10px;
  cursor: pointer;
  transition: all 150ms ease;
}
.wf-runs-history__view-btn:hover {
  border-color: #818cf8;
  color: #818cf8;
}
.wf-runs-history__view-btn--active {
  background: #818cf8;
  border-color: #818cf8;
  color: white;
}
.wf-runs-history__node-count {
  margin-left: 4px;
  opacity: 0.7;
}
.col.s3.padding-1.white.border-light {
  border-left: 1px solid #e8eaed !important;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: #ffffff !important;
}
.col.s3.padding-1.white.border-light > .valign-wrapper:first-child {
  padding: 10px 16px;
  border-bottom: 1px solid #e8eaed;
}
.col.s3.padding-1.white.border-light > .valign-wrapper:first-child .black-text {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #9aa0a6;
}
.col.s3.padding-1.white.border-light > .valign-wrapper:first-child .btn-flat.red-text {
  font-size: 12px;
  font-weight: 500;
  border-radius: 6px;
  padding: 4px 10px;
  transition: all 150ms ease;
}
.col.s3.padding-1.white.border-light > .valign-wrapper:first-child .btn-flat.red-text:hover {
  background: #fef2f2;
}
.col.s3.padding-1.white.border-light > .divider {
  display: none;
}
.col.s3.padding-1.white.border-light .section.padding-1 {
  padding: 14px 16px !important;
}
.col.s3.padding-1.white.border-light .section.padding-1 .text-dark.padding-1 {
  font-size: 13px;
  color: #9aa0a6;
  padding: 8px 0 !important;
}
.col.s3.padding-1.white.border-light .grey-text.text-darken-1 {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9aa0a6;
  margin-bottom: 14px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f1f3;
}
.col.s3.padding-1.white.border-light span[style*='background'][style*='border-radius'] {
  font-size: 9px !important;
  font-weight: 600 !important;
  padding: 1px 5px !important;
  border-radius: 3px !important;
}
.col.s3.padding-1.white.border-light select.browser-default {
  font-size: 13px;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  padding: 7px 10px;
  height: auto;
  background-color: #f8f9fb;
  color: #1a1d23;
  transition: border-color 150ms ease, background-color 150ms ease;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239aa0a6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 30px;
}
.col.s3.padding-1.white.border-light select.browser-default:focus {
  border-color: #818cf8;
  background-color: #ffffff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.1);
}
.col.s3.padding-1.white.border-light select.browser-default:hover {
  border-color: #c4c7cc;
}
.col.s3.padding-1.white.border-light input[type='text'],
.col.s3.padding-1.white.border-light input[type='number'],
.col.s3.padding-1.white.border-light textarea.materialize-textarea {
  font-size: 13px !important;
  border: 1px solid #e8eaed !important;
  border-radius: 6px !important;
  padding: 7px 10px !important;
  box-shadow: none !important;
  height: auto !important;
  background-color: #f8f9fb !important;
  transition: border-color 150ms ease, background-color 150ms ease;
}
.col.s3.padding-1.white.border-light input[type='text']:focus,
.col.s3.padding-1.white.border-light input[type='number']:focus,
.col.s3.padding-1.white.border-light textarea.materialize-textarea:focus {
  border-color: #818cf8 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.1) !important;
}
.col.s3.padding-1.white.border-light input[type='text']:hover,
.col.s3.padding-1.white.border-light input[type='number']:hover,
.col.s3.padding-1.white.border-light textarea.materialize-textarea:hover {
  border-color: #c4c7cc !important;
}
.col.s3.padding-1.white.border-light .black-text[style*='fontWeight: 600'] {
  font-size: 13px;
  color: #1a1d23;
}
.col.s3.padding-1.white.border-light label {
  font-size: 12px;
  color: #5f6368;
}
.col.s3.padding-1.white.border-light [type='radio']:checked + span::after {
  background-color: #818cf8;
  border-color: #818cf8;
}
.col.s3.padding-1.white.border-light [type='radio']:checked + span::before {
  border-color: #818cf8;
}
.col.s3.padding-1.white.border-light .row[style*='marginBottom: 8px'] .col {
  padding: 0 4px;
}
.wf-template-picker {
  padding: 24px 0;
}
.wf-template-picker__header {
  margin-bottom: 28px;
}
.wf-template-picker__title {
  font-size: 18px;
  font-weight: 600;
  color: #1a1d23;
  margin: 0 0 4px;
}
.wf-template-picker__subtitle {
  font-size: 14px;
  color: #5f6368;
  margin: 0;
}
.wf-template-picker__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 12px;
}
.wf-template-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
  font-family: inherit;
  width: 100%;
}
.wf-template-card:hover {
  border-color: #818cf8;
  box-shadow: 0 0 0 3px rgba(129, 140, 248, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}
.wf-template-card:active {
  transform: translateY(0);
}
.wf-template-card--blank {
  border-style: dashed;
  border-color: #d1d5db;
}
.wf-template-card--blank:hover {
  border-color: #9aa0a6;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
}
.wf-template-card__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #eef2ff;
  color: #818cf8;
}
.wf-template-card__icon--blank {
  background: #f9fafb;
  color: #9aa0a6;
}
.wf-template-card__body {
  flex: 1;
  min-width: 0;
}
.wf-template-card__name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1d23;
  margin-bottom: 3px;
}
.wf-template-card__desc {
  font-size: 12.5px;
  color: #5f6368;
  line-height: 1.45;
  margin-bottom: 8px;
}
.wf-template-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wf-template-card__badge {
  font-size: 10.5px;
  font-weight: 600;
  color: #818cf8;
  background: #eef2ff;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.01em;
}
.wf-template-card__nodes {
  font-size: 11px;
  color: #9aa0a6;
}
.wf-param-row {
  margin-bottom: 14px;
}
.wf-param-row__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  gap: 8px;
}
.wf-param-row__label {
  font-size: 12px;
  font-weight: 600;
  color: #1a1d23;
  line-height: 1.2;
}
.wf-param-row__req {
  color: #ef4444;
  margin-left: 2px;
  font-weight: 700;
}
.wf-param-row__mode {
  display: inline-flex;
  border: 1px solid #e8eaed;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
.wf-param-row__mode-btn {
  font-size: 10px;
  font-weight: 500;
  padding: 2px 8px;
  border: none;
  background: transparent;
  color: #9aa0a6;
  cursor: pointer;
  transition: all 150ms ease;
  line-height: 1.4;
}
.wf-param-row__mode-btn:not(:last-child) {
  border-right: 1px solid #e8eaed;
}
.wf-param-row__mode-btn:hover {
  background: #f3f4f6;
  color: #5f6368;
}
.wf-param-row__mode-btn--active {
  background: #eef2ff;
  color: #818cf8;
  font-weight: 600;
}
.wf-param-row__mode-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.wf-node {
  background: #ffffff;
  border: 1px solid #e8eaed;
  border-radius: 8px;
  padding: 8px 12px;
  min-width: 160px;
  max-width: 200px;
  position: relative;
  transition: border-color 150ms ease, box-shadow 150ms ease;
}
.wf-node:hover {
  border-color: #c4c7cc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06), 0 4px 12px rgba(0, 0, 0, 0.04);
}
.wf-node__title {
  color: #1a1d23;
  font-size: 11.5px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wf-node__subtitle {
  font-size: 10px;
  color: #9aa0a6;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.3;
  font-style: italic;
}
.wf-node__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 20px;
  height: 20px;
  border-radius: 10px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 600;
  background: #eef2ff;
  border: 1px solid #c7d2fe;
  color: #3730a3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.wf-node__badge--zero {
  background: #f3f4f6;
  border-color: #e8eaed;
  color: #9aa0a6;
  font-weight: 500;
  opacity: 0.7;
}
.wf-node--trigger {
  border-left: 3px solid #f59e0b;
  background: rgba(254, 243, 199, 0.4);
}
.wf-node--action {
  border-left: 3px solid #3b82f6;
  background: rgba(219, 234, 254, 0.35);
}
.wf-node--wait {
  border-left: 3px solid #9ca3af;
  background: rgba(243, 244, 246, 0.6);
}
.wf-node--filter {
  border-left: 3px solid #a855f7;
  background: rgba(243, 232, 255, 0.4);
}
.wf-node--goal {
  border-left: 3px solid #22c55e;
  background: rgba(34, 197, 94, 0.08);
}
.wf-node--end-flow {
  border-left: 3px solid #ef4444;
  background: rgba(239, 68, 68, 0.08);
}
.wf-node--executed {
  box-shadow: 0 0 0 2px #22c55e;
}
.wf-node--errored {
  box-shadow: 0 0 0 2px #ef4444;
}
.wf-node--skipped {
  opacity: 0.45;
}
.wf-node__funnel {
  font-size: 9px;
  color: #9aa0a6;
  margin-top: 3px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.wf-node__funnel strong {
  color: #5f6368;
  font-weight: 600;
}
.react-flow__minimap {
  border-radius: 10px;
  border: 1px solid #e8eaed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.react-flow__controls {
  border-radius: 10px;
  border: 1px solid #e8eaed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.react-flow__controls button {
  border-bottom: 1px solid #e8eaed;
  transition: background 150ms ease;
}
.react-flow__controls button:hover {
  background: #eef2ff;
}
.react-flow__controls button:last-child {
  border-bottom: none;
}
.col.s3 .section .padding-1[style*='background'] {
  border-radius: 6px;
  font-size: 12px;
  line-height: 1.5;
}
.wf-list-page {
  max-width: 960px;
  margin: 0 auto;
  padding: 24px 16px;
}
.wf-list__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.wf-list__title {
  font-size: 22px;
  font-weight: 700;
  color: #1a1d23;
  margin: 0 0 2px;
}
.wf-list__count {
  font-size: 13px;
  color: #9aa0a6;
}
.wf-list__header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wf-list__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
.wf-list__search {
  position: relative;
  flex: 1;
  max-width: 320px;
  min-width: 0;
  overflow: hidden;
}
.wf-list__search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #9aa0a6;
  pointer-events: none;
}
.wf-list__search-input {
  width: 100%;
  box-sizing: border-box !important;
  font-size: 13px !important;
  padding: 7px 10px 7px 32px !important;
  border: 1px solid #e8eaed !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #1a1d23 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: border-color 150ms ease;
}
.wf-list__search-input:focus {
  border-color: #818cf8 !important;
  box-shadow: 0 0 0 2px rgba(129, 140, 248, 0.1) !important;
}
.wf-list__search-input::placeholder {
  color: #9aa0a6;
}
.wf-list__filter-pills {
  display: flex;
  border: 1px solid #e8eaed;
  border-radius: 6px;
  overflow: hidden;
}
.wf-list__pill {
  font-size: 12px;
  font-weight: 500;
  padding: 6px 14px;
  border: none;
  background: transparent;
  color: #5f6368;
  cursor: pointer;
  transition: all 150ms ease;
}
.wf-list__pill:focus {
  background: transparent;
  outline: none;
}
.wf-list__pill:not(:last-child) {
  border-right: 1px solid #e8eaed;
}
.wf-list__pill:hover {
  background: #f3f4f6;
  color: #1a1d23;
}
.wf-list__pill--active {
  background: #eef2ff !important;
  color: #818cf8;
  font-weight: 600;
}
.wf-list__sort {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 500;
  color: #9aa0a6;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 6px 10px;
  border-radius: 6px;
  transition: all 150ms ease;
  margin-left: auto;
}
.wf-list__sort:hover {
  background: #f3f4f6;
  color: #1a1d23;
}
.wf-list__loading {
  text-align: center;
  padding: 40px 0;
  color: #9aa0a6;
  font-size: 14px;
}
.wf-list__items {
  display: flex;
  flex-direction: column;
  gap: 1px;
  background: #e8eaed;
  border: 1px solid #e8eaed;
  border-radius: 10px;
  overflow: hidden;
}
.wf-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  background: #ffffff;
  cursor: pointer;
  transition: background 150ms ease;
  gap: 16px;
}
.wf-list__item:hover {
  background: #fafbfc;
}
.wf-list__item-left {
  flex: 1;
  min-width: 0;
}
.wf-list__item-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.wf-list__status {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 2px 8px;
  border-radius: 4px;
  background: #f3f4f6;
  color: #9aa0a6;
  flex-shrink: 0;
}
.wf-list__status--active {
  background: #dcfce7;
  color: #166534;
}
.wf-list__item-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1d23;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wf-list__item-meta {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9aa0a6;
}
.wf-list__meta-dot {
  color: #d1d5db;
}
.wf-list__meta-stat--recovered {
  color: #22c55e;
  font-weight: 600;
}
.wf-list__item-actions {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-shrink: 0;
}
.wf-list__item-actions .switch label {
  font-size: 12px;
  color: #9aa0a6;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.wf-list__item-actions .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(129, 140, 248, 0.4);
}
.wf-list__item-actions .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #818cf8;
}
.wf-list__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  color: #9aa0a6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 150ms ease;
}
.wf-list__action:hover {
  background: #f3f4f6;
  color: #1a1d23;
}
.wf-list__action--danger {
  color: #ef4444;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 12px;
  font-weight: 500;
}
.wf-list__action--danger:hover {
  background: #fef2f2;
  color: #dc2626;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
:root {
  --pf-maxw: 1200px;
  --pf-gap: 32px;
  --pf-gap-lg: 48px;
  --pf-comic-shadow: 6px 6px 0 #111;
}
.agent-page {
  width: 100%;
}
.agent-hero {
  padding: clamp(40px, 6vw, 72px) 16px 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), rgba(0, 0, 0, 0));
}
.agent-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pf-gap);
  align-items: center;
  max-width: var(--pf-maxw);
  margin: 0 auto;
}
@media (min-width: 960px) {
  .agent-grid {
    grid-template-columns: 1.1fr 1fr;
    gap: var(--pf-gap-lg);
  }
}
/* HERO MEDIA: stable height + poster-first swapping */
.agent-media {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06), 0 8px 24px rgba(0, 0, 0, 0.06);
  /* sensible min-height so it doesn't collapse on slow loads */
  min-height: clamp(220px, 32vw, 520px);
  /* aspect-ratio is set inline from poster's natural size when known; fallback below */
  aspect-ratio: 16/9;
}
.media-stack {
  position: relative;
  width: 100%;
  height: 100%;
}
.media-stack img,
.media-stack video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  background: #fff;
}
.media-stack img {
  opacity: 1;
  transition: opacity 0.25s ease;
}
.media-stack.is-ready img {
  opacity: 0;
}
.media-stack video {
  opacity: 0;
  transition: opacity 0.25s ease;
}
.media-stack.is-ready video {
  opacity: 1;
}
.pf-h1,
.pf-h2,
.pill-heading--nc,
.pill-heading {
  font-size: clamp(20px, 14.4vw, 32px);
}
/* Mobile tuning: keep comic cells readable on small screens */
@media (max-width: 480px) {
  .pill-heading {
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  .pill-heading--sub {
    font-size: 15px;
    padding: 3px 8px;
  }
  .pill-heading--nc {
    font-size: 18px;
    letter-spacing: 0.2px;
  }
  .pill-heading--sub-nc {
    font-size: 15px;
    padding: 3px 8px;
  }
  .comic-list-item {
    padding-left: 20px;
    margin: 6px 0;
    font-size: 14px;
    letter-spacing: 0.1px;
  }
  .comic-list-item::before {
    width: 14px;
    height: 14px;
    top: 4px;
    border-width: 2px;
    box-shadow: 1px 1px 0 #111;
  }
}
.agent-knowhows {
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px 16px;
}
@media (min-width: 640px) {
  .agent-knowhows {
    grid-template-columns: 1fr 1fr;
  }
}
.agent-knowhows li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.agent-knowhows .tick {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
.agent-showcase {
  padding: clamp(40px, 6vw, 72px) 0;
}
.comic-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.comic-grid figure {
  margin-left: 10px;
  margin-right: 10px;
}
@media (min-width: 600px) {
  .comic-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .comic-grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}
.comic-cell {
  position: relative;
  background: #fff;
  border: 4px solid #111;
  border-radius: 8px;
  box-shadow: var(--pf-comic-shadow);
  overflow: hidden;
  isolation: isolate;
  min-height: 260px;
}
.comic-cell--tall {
  grid-row: span 2;
  min-height: 52vh;
}
@media (max-width: 599px) {
  .comic-cell--tall {
    min-height: 380px;
  }
}
.comic-cell--wide {
  grid-column: span 2;
}
.comic-cell--xWide {
  grid-column: span 3;
}
@media (max-width: 991px) {
  .comic-cell--wide,
  .comic-cell--xWide {
    grid-column: span 1;
  }
}
.comic-cell-img,
.comic-cell video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.comic-cell-img--contain {
  object-fit: contain;
  background: #fff;
}
.comic-cell::after {
  content: '';
  position: absolute;
  inset: 0;
  background-size: 6px 6px;
  opacity: 0.06;
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .soundfx {
    display: none !important;
  }
}
.bubble,
.caption {
  position: absolute;
  z-index: 2;
  color: #111;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  font-weight: 700;
  letter-spacing: 0.2px;
}
.caption {
  bottom: 12px;
  left: 12px;
  right: 12px;
  background: linear-gradient(130deg, #ffb74d, #ffe66d);
  border: 3px solid #111;
  border-radius: 6px;
  padding: 10px 12px;
  box-shadow: 3px 3px 0 #111;
  font-size: 14px;
}
.bubble {
  top: 12px;
  left: 12px;
  max-width: min(80%, 520px);
  background: #fff;
  border: 3px solid #111;
  border-radius: 16px;
  padding: 10px 12px;
  box-shadow: 3px 3px 0 #111;
  font-size: 15px;
}
.bubble:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 100%;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  transform: translateY(-1px);
}
.bubble:before {
  content: '';
  position: absolute;
  left: 18px;
  top: calc(100% - 3px);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
@media (max-width: 420px) {
  .bubble {
    left: 8px;
    right: 8px;
    max-width: none;
    font-size: 14px;
  }
  .caption {
    left: 8px;
    right: 8px;
    font-size: 13px;
  }
}
.soundfx {
  position: absolute;
  z-index: 2;
  right: 12px;
  bottom: 12px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: clamp(26px, 5vw, 38px);
  transform: rotate(-6deg);
  color: #ff3d3d;
  text-shadow: 3px 3px 0 #111, -1px -1px 0 #111;
  letter-spacing: 1px;
  opacity: 0.9;
}
.stamp {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #111;
  color: #fff;
  padding: 6px 10px;
  border-radius: 20px;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  box-shadow: 2px 2px 0 #111, inset 0 0 0 2px #fff;
}
/* inner content */
.comic-cell__content {
  position: relative;
  z-index: 2;
  padding: 24px 20px 28px;
  width: 100%;
}
.pill-heading {
  margin: 20px 0 15px 0 !important;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  background: linear-gradient(130deg, #ffb74d, #ffe66d);
  border: 1px solid rgba(105, 100, 224, 0.4);
  border-radius: 25px;
  padding: 10px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/* Secondary heading: quieter than pill-heading */
.pill-heading--sub {
  display: inline-block;
  margin: 5px 0 10px 0 !important;
  padding: 4px 10px;
  font-size: clamp(16px, 9.4vw, 22px);
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1.1;
  color: #3a4d55;
  background: #ffffff;
  border: 1px solid rgba(105, 100, 224, 0.2);
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
/* Section badge — NoCode palette (soft pill, not comic) */
.pill-heading--nc {
  margin: 20px 0 15px 0 !important;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1.2;
  display: inline-block;
  background: var(--brand-primary-light, #EDE9FE);
  border: 1px solid var(--border-subtle, #DDD6FE);
  border-radius: var(--radius-pill, 16px);
  padding: 10px 20px;
  color: var(--text-primary, #1E293B);
  box-shadow: none;
}
.nc-instance .noCode-bg-dark .pill-heading--nc.text-dark {
  color: var(--text-primary, #1E293B) !important;
}
.nc-instance.noCode-bg-dark .pill-heading,
.nc-instance .noCode-bg-dark .pill-heading {
  color: var(--text-primary, #1E293B) !important;
}
/* Section badge subtitle — NoCode */
.pill-heading--sub-nc {
  display: inline-block;
  margin: 5px 0 10px 0 !important;
  padding: 4px 12px;
  font-size: clamp(16px, 9.4vw, 22px);
  font-weight: 700;
  letter-spacing: 0.3px;
  line-height: 1;
  background: var(--brand-primary-light, #EDE9FE);
  border: 1px solid var(--border-subtle, #DDD6FE);
  border-radius: var(--radius-pill, 16px);
  color: var(--text-primary, #1E293B);
  box-shadow: none;
}
.comic-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  columns: 1;
}
@media (min-width: 992px) {
  .comic-list--two-col {
    columns: 2;
    column-gap: 24px;
  }
}
.comic-list-item {
  break-inside: avoid;
  position: relative;
  padding-left: 28px;
  margin: 8px 0;
  font-weight: 600;
  letter-spacing: 0.2px;
}
.comic-list-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border: 3px solid #111;
  background: linear-gradient(130deg, #ffb74d, #ffe66d);
  box-shadow: 2px 2px 0 #111;
  transform: rotate(-8deg);
}
.comic-cell--text {
  display: flex;
  justify-content: center;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), repeating-linear-gradient(0deg, rgba(0, 0, 0, 0.025) 0 1px, transparent 1px 6px);
  min-height: 320px;
  padding: 24px;
}
.testimonial-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
}
.bubble--medium,
.bubble--large {
  background: #fff;
  border: 4px solid #111;
  border-radius: 18px;
  padding: 14px 18px;
  box-shadow: 3px 3px 0 #111;
  max-width: 90%;
  line-height: 1.45;
  position: relative;
  font-size: 15px;
}
.bubble--large {
  padding: 16px 20px;
  border-radius: 20px;
  font-size: 16px;
}
.bubble--medium:after,
.bubble--large:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -18px;
  border-width: 18px 14px 0 14px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
}
.bubble--medium:before,
.bubble--large:before {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -14px;
  border-width: 18px 14px 0 14px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
.bubble-list {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
}
.bubble-list li {
  position: relative;
  padding-left: 22px;
  margin: 6px 0;
  font-weight: 600;
}
.bubble-list li::before {
  content: '•';
  position: absolute;
  left: 6px;
  color: #ff3d3d;
  font-size: 18px;
  top: -1px;
}.comparison-page .text-dark-light,
.comparison-page .text-dark,
.comparison-page .strong,
.comparison-page .font-size-1,
.comparison-page .font-size-2,
.comparison-page .font-size-3,
.comparison-page p,
.comparison-page span {
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: break-word;
}
.comparison-table {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.comparison-row {
  display: grid;
  grid-template-columns: 160px 1fr 1fr;
  align-items: start;
  padding: 16px 20px;
  gap: 12px;
  transition: background-color 0.15s ease;
}
.comparison-row--alt {
  background-color: var(--surface-highlight);
}
.comparison-row:hover:not(.comparison-header) {
  background-color: var(--surface-muted);
}
.comparison-header {
  background-color: var(--surface-muted);
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.95rem;
  align-items: center;
}
.comparison-cell {
  min-width: 0;
}
.comparison-feature {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.comparison-cost-section {
  background-color: var(--surface-section-alt, #f9f7f4);
}
.comparison-cost-table {
  max-width: 900px;
  margin: 0 auto;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.comparison-cost-row {
  display: grid;
  grid-template-columns: 180px 1fr 1fr;
  align-items: center;
  padding: 14px 20px;
  gap: 12px;
}
.comparison-cost-row--header {
  background-color: var(--surface-muted);
  border-bottom: 1px solid var(--border-subtle);
  font-size: 0.95rem;
}
.comparison-cost-row--alt {
  background-color: var(--surface-highlight);
}
.comparison-cost-row--total {
  border-top: 2px solid var(--border-default);
  background-color: var(--surface-highlight);
}
.comparison-cost-cell {
  min-width: 0;
}
.comparison-cost-included {
  color: var(--status-positive, #26a69a);
  font-weight: 600;
}
.comparison-cost-total--them {
  color: var(--status-negative, #e57373);
}
.comparison-cost-total--us {
  color: var(--status-positive, #26a69a);
}
.comparison-feature-cards-row {
  display: flex;
  flex-wrap: wrap;
}
.comparison-feature-card {
  border-radius: 12px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.comparison-feature-card:hover {
  transform: translateY(-2px);
}
.comparison-feature-icon {
  font-size: 2rem;
  color: var(--icon-feature);
  width: 1em;
  height: 1em;
  display: block;
}
.comparison-feature-cards-row .col:nth-child(4n+1) .comparison-feature-icon {
  color: var(--icon-feature);
}
.comparison-feature-cards-row .col:nth-child(4n+2) .comparison-feature-icon {
  color: var(--accent-pink);
}
.comparison-feature-cards-row .col:nth-child(4n+3) .comparison-feature-icon {
  color: var(--accent-blue);
}
.comparison-feature-cards-row .col:nth-child(4n+4) .comparison-feature-icon {
  color: var(--accent-emerald);
}
.comparison-faq-section {
  background-color: var(--surface-section-alt, #f9f7f4);
}
.comparison-faq-item {
  border-bottom: 1px solid var(--border-subtle);
}
.comparison-faq-item:first-child {
  border-top: 1px solid var(--border-subtle);
}
.comparison-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  gap: 12px;
}
.comparison-faq-question svg {
  font-size: 1.3rem;
  flex-shrink: 0;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.15s ease;
}
.comparison-faq-question:hover svg {
  opacity: 1;
}
.comparison-faq-answer {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}
.comparison-us::before,
.comparison-them::before,
.comparison-cost-them-col::before,
.comparison-cost-us-col::before {
  display: none;
  content: attr(data-label);
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  opacity: 0.5;
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .comparison-row {
    grid-template-columns: 140px 1fr 1fr;
    padding: 12px 14px;
    gap: 8px;
    font-size: 0.9rem;
  }
  .comparison-cost-row {
    grid-template-columns: 140px 1fr 1fr;
    padding: 12px 14px;
    gap: 8px;
    font-size: 0.9rem;
  }
  .comparison-feature-icon {
    font-size: 1.75rem;
  }
  .comparison-faq-question {
    padding: 14px 2px;
  }
}
@media (max-width: 600px) {
  .comparison-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px;
  }
  .comparison-header {
    display: none;
  }
  .comparison-us,
  .comparison-them {
    padding-left: 12px;
    border-left: 3px solid var(--border-subtle);
  }
  .comparison-us::before,
  .comparison-them::before {
    display: block;
  }
  .comparison-cost-row {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 14px 16px;
  }
  .comparison-cost-row--header {
    display: none;
  }
  .comparison-cost-them-col,
  .comparison-cost-us-col {
    padding-left: 12px;
    border-left: 3px solid var(--border-subtle);
  }
  .comparison-cost-them-col::before,
  .comparison-cost-us-col::before {
    display: block;
  }
  .comparison-feature-icon {
    font-size: 1.5rem;
  }
  .comparison-faq-question {
    padding: 12px 0;
  }
  .comparison-table-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.comparison-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border-subtle);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.comparison-related-link:hover {
  background-color: var(--surface-highlight);
  text-decoration: none;
}
.comparison-related-link:first-child {
  border-top: 1px solid var(--border-subtle);
}
.comparison-related-link .comparison-related-arrow {
  font-size: 1.2rem;
  opacity: 0.5;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.comparison-related-link:hover .comparison-related-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.noCode-bg-dark .comparison-related-link {
  border-bottom-color: var(--border-default);
}
.noCode-bg-dark .comparison-related-link:first-child {
  border-top: 1px solid var(--border-default);
}
.noCode-bg-dark .comparison-related-link:hover {
  background-color: var(--surface-highlight);
}.related-content-block {
  padding: 3rem 0;
  background: var(--pblog-bg-alt, #f9fafb);
}
.related-content-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.related-comparisons-block {
  padding: 2rem 0;
}.hero-media__overlay {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .hero-media__overlay {
    min-height: 0;
    display: block;
    aspect-ratio: 16 / 9;
    max-height: var(--hero-max-height, 72vh);
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.legal-page {
  min-height: 80vh;
  padding-bottom: 80px;
}
.legal-layout {
  display: flex;
  gap: 48px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 992px) {
  .legal-layout {
    flex-direction: column;
    gap: 0;
    padding: 0 16px;
  }
}
.legal-sidebar {
  flex: 0 0 240px;
  position: sticky;
  top: 90px;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
  padding: 20px 0;
  scrollbar-width: thin;
  background-color: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  color: inherit !important;
}
@media (max-width: 992px) {
  .legal-sidebar {
    position: relative;
    top: 0;
    flex: none;
    max-height: none;
    padding: 16px 0 0;
    margin-bottom: 8px;
  }
}
.legal-toc-title {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.5;
}
.legal-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media (max-width: 992px) {
  .legal-toc-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
  }
}
.legal-toc-link {
  display: block;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 0.82rem;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
  color: inherit;
  opacity: 0.7;
}
.legal-toc-link:hover {
  opacity: 1;
  background: rgba(0, 0, 0, 0.04);
}
@media (max-width: 992px) {
  .legal-toc-link {
    padding: 5px 12px;
    font-size: 0.78rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 20px;
    white-space: nowrap;
  }
}
.legal-body {
  flex: 1;
  min-width: 0;
  padding: 20px 0 40px;
}
.legal-hero {
  margin-bottom: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.legal-hero-kicker {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.5;
}
.legal-hero-title {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 16px;
  letter-spacing: -0.02em;
}
.legal-hero-meta {
  font-size: 0.88rem;
  opacity: 0.6;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}
.legal-hero-meta-dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.4;
}
.legal-section {
  margin-bottom: 40px;
  scroll-margin-top: 100px;
}
.legal-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 16px;
  letter-spacing: -0.01em;
}
.legal-section-subtitle {
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  margin: 24px 0 12px;
}
.legal-text {
  font-size: 0.92rem;
  line-height: 1.72;
  margin: 0 0 12px;
  opacity: 0.85;
}
.legal-list {
  padding-left: 20px;
  margin: 8px 0 16px;
}
.legal-list li {
  font-size: 0.92rem;
  line-height: 1.72;
  margin-bottom: 6px;
  opacity: 0.85;
}
.legal-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
  margin: 24px 0 32px;
}
.legal-service-card {
  border-radius: 12px;
  padding: 20px;
  transition: box-shadow 0.2s ease;
}
.legal-service-card h4 {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.legal-service-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.legal-service-item {
  margin-bottom: 10px;
}
.legal-service-item .legal-service-name {
  font-size: 0.84rem;
  font-weight: 600;
  margin: 0 0 2px;
}
.legal-service-item .legal-service-data {
  font-size: 0.8rem;
  opacity: 0.6;
  line-height: 1.5;
  margin: 0;
}
.legal-details {
  margin-bottom: 4px;
  border-radius: 10px;
  overflow: hidden;
  transition: background 0.2s;
}
.legal-details[open] {
  margin-bottom: 16px;
}
.legal-details[open] > summary::after {
  transform: rotate(180deg);
}
.legal-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 10px;
  list-style: none;
  user-select: none;
  transition: background 0.2s;
}
.legal-details > summary::-webkit-details-marker {
  display: none;
}
.legal-details > summary::after {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.25s ease;
}
.legal-details .legal-details-content {
  padding: 0 16px 20px;
}
.legal-contact-block {
  border-radius: 12px;
  padding: 24px;
  margin-top: 32px;
}
.legal-contact-block h3 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 12px;
}
.legal-contact-block p {
  font-size: 0.88rem;
  line-height: 1.6;
  margin: 0 0 4px;
  opacity: 0.85;
}
.legal-contact-block a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pf-instance .legal-page {
  color: #3a4d55;
}
.pf-instance .legal-page .legal-hero {
  border-bottom-color: rgba(58, 77, 85, 0.08);
}
.pf-instance .legal-page .legal-toc-link:hover {
  background: rgba(225, 85, 192, 0.06);
  color: #e155c0;
}
.pf-instance .legal-page .legal-service-card {
  background: #fff;
  border: 1px solid rgba(58, 77, 85, 0.06);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.pf-instance .legal-page .legal-service-icon {
  background: rgba(225, 85, 192, 0.08);
  color: #e155c0;
}
.pf-instance .legal-page .legal-details > summary:hover {
  background: rgba(58, 77, 85, 0.04);
}
.pf-instance .legal-page .legal-details[open] {
  background: rgba(58, 77, 85, 0.02);
}
.pf-instance .legal-page .legal-contact-block {
  background: rgba(225, 85, 192, 0.05);
  border: 1px solid rgba(225, 85, 192, 0.12);
}
.pf-instance .legal-page .legal-contact-block a {
  color: #e155c0;
}
@media (max-width: 992px) {
  .pf-instance .legal-page .legal-toc-link {
    border-color: rgba(58, 77, 85, 0.1);
  }
}
.nc-instance .legal-page {
  color: #e8e8e6;
}
.nc-instance .legal-page .legal-hero {
  border-bottom-color: rgba(255, 255, 255, 0.08);
}
.nc-instance .legal-page .legal-toc-link {
  color: #c8c8c4;
}
.nc-instance .legal-page .legal-toc-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.nc-instance .legal-page .legal-service-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.nc-instance .legal-page .legal-service-icon {
  background: rgba(139, 92, 246, 0.18);
  color: #8B5CF6;
}
.nc-instance .legal-page .legal-details > summary {
  color: #e8e8e6;
}
.nc-instance .legal-page .legal-details > summary:hover {
  background: rgba(255, 255, 255, 0.04);
}
.nc-instance .legal-page .legal-details > summary::after {
  filter: invert(1);
}
.nc-instance .legal-page .legal-details[open] {
  background: rgba(255, 255, 255, 0.02);
}
.nc-instance .legal-page .legal-contact-block {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.nc-instance .legal-page .legal-contact-block a {
  color: #8B5CF6;
}
@media (max-width: 992px) {
  .nc-instance .legal-page .legal-toc-link {
    border-color: rgba(255, 255, 255, 0.12);
  }
}.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
@keyframes nc-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nc-hero-slide-left {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes nc-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes nc-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes nc-hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes nc-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nc-hero-v2,
  .nc-hero-v2 *,
  .nc-hero-v2 *::before,
  .nc-hero-v2 *::after,
  .nc-section,
  .nc-section * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.nc-hero-v2 {
  background: #1d1d1b;
  position: relative;
  overflow: hidden;
}
.nc-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 40px 100px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .nc-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 120px 24px 56px;
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .nc-hero-v2__inner {
    padding: 104px 20px 40px;
    gap: 36px;
  }
}
.nc-hero-v2__title {
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f5f5f0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.nc-hero-v2__title-accent {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-hero-v2__subtitle {
  font-size: clamp(17px, 12.4vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin: 20px 0 0;
  max-width: 480px;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__subtitle {
    max-width: 100%;
  }
}
.nc-hero-v2__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 36px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}
@media (max-width: 480px) {
  .nc-hero-v2__cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.nc-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.nc-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #333331 !important;
}
.nc-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(139, 92, 246, 0.25);
}
.nc-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px rgba(139, 92, 246, 0.3);
}
.nc-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta:hover .nc-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.nc-hero-v2__cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  background: transparent;
  color: #e5e5df !important;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #444442;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta-ghost:hover {
  border-color: #9b9b96;
  background: rgba(42, 42, 39, 0.6);
  color: #f5f5f0 !important;
}
.nc-hero-v2__cta-ghost:active {
  background: #2a2a27;
}
.nc-hero-v2__reassurance {
  font-size: 0.82rem;
  color: #8a8a85;
  margin: 14px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.nc-hero-v2__visual {
  animation: nc-hero-slide-left 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__visual {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .nc-hero-v2__visual-float {
    animation: nc-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.nc-hero-storefront {
  position: relative;
  background: #333331;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  overflow: hidden;
}
.nc-hero-storefront__image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .nc-hero-storefront__image {
    height: 80px;
  }
}
.nc-hero-storefront__image::before,
.nc-hero-storefront__image::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}
.nc-hero-storefront__image::before {
  width: 120px;
  height: 120px;
  right: -20px;
  top: -30px;
  background: #8B5CF6;
}
.nc-hero-storefront__image::after {
  width: 80px;
  height: 80px;
  left: 30%;
  bottom: -20px;
  background: #A78BFA;
}
.nc-hero-storefront__image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(167, 139, 250, 0.15) 50%, transparent 80%), #2a2a27;
}
.nc-hero-storefront__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  animation: nc-hero-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}
.nc-hero-storefront__body {
  padding: 20px 24px 24px;
}
.nc-hero-storefront__category {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8B5CF6;
  margin-bottom: 6px;
}
.nc-hero-storefront__name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.nc-hero-storefront__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}
.nc-hero-storefront__rating-count {
  font-size: 0.72rem;
  color: #8a8a85;
  margin-left: 6px;
}
.nc-hero-storefront__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin-bottom: 20px;
}
.nc-hero-storefront__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #444442;
}
.nc-hero-storefront__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.nc-hero-storefront__price-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.02em;
}
.nc-hero-storefront__price-period {
  font-size: 0.82rem;
  color: #8a8a85;
}
.nc-hero-storefront__buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: default;
}
.nc-hero-storefront__sold-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #2a2a27;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f5f5f0;
  white-space: nowrap;
  animation: nc-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1s both;
}
@media (max-width: 480px) {
  .nc-hero-storefront__sold-badge {
    top: -6px;
    right: -4px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
}
.nc-hero-storefront__sold-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: nc-pulse 2s ease-in-out infinite;
}
@keyframes nc-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.nc-trust-strip {
  background: #232321;
  padding: 24px 40px;
}
@media (max-width: 480px) {
  .nc-trust-strip {
    padding: 20px 20px;
  }
}
.nc-trust-strip__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nc-trust-strip__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #8a8a85;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nc-trust-strip__sep {
  width: 1px;
  height: 20px;
  background: #444442;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .nc-trust-strip__sep {
    display: none;
  }
}
.nc-trust-strip__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nc-trust-strip__logo {
  height: 22px;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s;
}
.nc-trust-strip__logo:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .nc-trust-strip__logo {
    height: 18px;
  }
}
.nc-section {
  padding: 80px 40px;
}
@media (max-width: 1023px) {
  .nc-section {
    padding: 56px 24px;
  }
}
@media (max-width: 480px) {
  .nc-section {
    padding: 40px 20px;
  }
}
.nc-section--base {
  background: #1d1d1b;
  color: #e5e5df;
}
.nc-section--elevated {
  background: #232321;
  color: #e5e5df;
}
.nc-section--card {
  background: #2a2a27;
  color: #e5e5df;
}
.nc-section--light {
  background: #F8FAFC;
  color: #1E293B;
}
.nc-section--light .nc-section__title {
  color: #1E293B;
}
.nc-section--light .nc-section__subtitle {
  color: #475569;
}
.nc-section--light .nc-value-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--light .nc-value-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--light .nc-value-card__title {
  color: #1E293B;
}
.nc-section--light .nc-value-card__sub {
  color: #475569;
}
.nc-section--light .nc-value-card__list li {
  color: #1E293B;
}
.nc-section--accent-cool {
  background: #dfedee;
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__subtitle {
  color: #475569;
}
.nc-section--accent-cool .nc-feature-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--accent-cool .nc-feature-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--accent-cool .nc-feature-card__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-feature-card__desc {
  color: #475569;
}
.nc-section--accent-warm {
  background: #ffdab9;
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__subtitle {
  color: #475569;
}
.nc-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nc-section__title {
  font-size: clamp(28px, 13.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #f5f5f0;
  margin: 0 0 12px;
}
.nc-section__subtitle {
  font-size: clamp(16px, 11.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin-top: 0;
  margin-bottom: 48px;
  max-width: 600px;
}
.nc-section__title--center,
.nc-section__subtitle--center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nc-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.nc-value-card {
  background: #333331;
  border: 1px solid #444442;
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-value-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-value-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  margin-bottom: 20px;
}
.nc-value-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 4px;
}
.nc-value-card__sub {
  font-size: 0.88rem;
  color: #8a8a85;
  margin: 0 0 20px;
}
.nc-value-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nc-value-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #e5e5df;
  padding: 8px 0;
  border-top: 1px solid rgba(68, 68, 66, 0.5);
}
.nc-value-card__list li svg {
  flex-shrink: 0;
  color: #8B5CF6;
  opacity: 0.8;
}
.nc-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .nc-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nc-feature-grid {
    grid-template-columns: 1fr;
  }
}
.nc-feature-card {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #444442;
  background: #333331;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-feature-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-feature-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(139, 92, 246, 0.12);
  color: #8B5CF6;
  margin-bottom: 16px;
}
.nc-feature-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 6px;
}
.nc-feature-card__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin: 0;
}
.nc-divider-coral {
  border: none;
  height: 2px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  max-width: 120px;
  margin: 0 auto 48px;
  border-radius: 1px;
}
.nc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.pf-feature-section {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .pf-feature-section {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 600px) {
  .pf-feature-section {
    padding: 40px 16px;
  }
}
.pf-feature-section--surface {
  background: var(--surface-page);
}
.pf-feature-section--card {
  background: var(--surface-card);
}
.pf-feature-section--muted {
  background: var(--surface-muted);
}
.pf-feature-section--brand {
  background: var(--surface-brand);
  color: var(--text-on-brand);
}
.pf-feature-section--brand .pf-section-title,
.pf-feature-section--brand .pf-kicker,
.pf-feature-section--brand .pf-page-lead {
  color: var(--text-on-brand);
}
.pf-feature-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.pf-feature-hero__grid {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__grid {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-hero__text {
  flex: 1 1 55%;
}
.pf-feature-hero__image {
  flex: 1 1 45%;
  text-align: center;
}
.pf-feature-hero__image img {
  max-width: 100%;
  max-height: 360px;
  border-radius: var(--radius-lg);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__image {
    display: none;
  }
}
.pf-feature-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
  flex-wrap: wrap;
}
.pf-feature-hero__sub {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: var(--space-1);
}
.pf-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 992px) {
  .pf-feature-cards {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-1);
  border-bottom: 2px solid var(--brand-primary);
  display: inline-block;
}
.pf-feature-card__bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: var(--text-secondary);
  font-size: 15px;
}
.pf-feature-card__bullet svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--icon-accent);
}
.pf-feature-card__bullet img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.pf-feature-banner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.pf-feature-banner__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: var(--space-2);
}
@media only screen and (max-width: 600px) {
  .pf-feature-banner__title {
    font-size: 22px;
  }
}
.pf-feature-banner__text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: var(--space-3);
}
.pf-feature-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 768px) {
  .pf-feature-details {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-detail {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
}
.pf-feature-detail img {
  max-height: 80px;
  margin-bottom: var(--space-2);
}
.pf-feature-detail__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}
.pf-feature-detail__text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.pf-feature-video {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-video {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-video__embed {
  flex: 1 1 55%;
  position: relative;
  padding-bottom: 53.28%;
  height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.pf-feature-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pf-feature-video__text {
  flex: 1 1 45%;
}
.pf-feature-integrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: var(--space-2) 0 var(--space-4);
}
@media only screen and (max-width: 600px) {
  .pf-feature-integrations {
    gap: 32px;
  }
}
.pf-feature-integrations img {
  height: 40px;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.45;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.pf-feature-integrations a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.pf-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border-default);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pf-cta-secondary:hover {
  border-color: var(--brand-primary);
  background: var(--surface-highlight);
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
@keyframes pf-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-hero-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pf-hero-slide-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pf-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes pf-hero-float {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
@keyframes pf-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-hero-v2,
  .pf-hero-v2 *,
  .pf-hero-v2 *::before,
  .pf-hero-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-hero-v2 {
  background: #F3EDE7;
  position: relative;
  overflow: hidden;
}
.pf-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .pf-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 104px 24px 48px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .pf-hero-v2__inner {
    padding: 96px 20px 40px;
  }
}
.pf-hero-v2__title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: #3a4d55;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-hero-v2__title-accent {
  color: #ff8a65;
}
.pf-hero-v2__line {
  width: 64px;
  height: 3px;
  background: #ff8a65;
  border-radius: 2px;
  margin: 20px 0 24px;
  transform-origin: left center;
  animation: pf-hero-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-hero-v2__subtitle {
  font-size: clamp(18px, 13.5vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: #3a4d55;
  margin: 0 0 12px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
.pf-hero-v2__supporting {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 32px;
  max-width: 480px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-hero-v2__dot-sep {
  margin: 0 6px;
  opacity: 0.4;
}
.pf-hero-v2__cta-group {
  margin: 0 0 32px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}
.pf-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #fff;
}
.pf-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-hero-v2__cta:hover .pf-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.pf-hero-v2__reassurance {
  font-size: 0.82rem;
  color: rgba(58, 77, 85, 0.7);
  margin: 12px 0 0;
}
.pf-hero-v2__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}
.pf-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pf-hero-v2__badge svg {
  opacity: 0.45;
}
.pf-hero-v2__visual {
  animation: pf-hero-slide-right 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-v2__visual {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .pf-hero-v2__visual-tilt {
    animation: pf-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.pf-hero-mockup {
  position: relative;
}
.pf-hero-mockup__window {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #fafafa;
  border-bottom: 1px solid #E8E3DD;
}
.pf-hero-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__titlebar-text {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-left: auto;
  font-weight: 500;
}
.pf-hero-mockup__body {
  padding: 20px;
}
.pf-hero-mockup__stat-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.pf-hero-mockup__label {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-hero-mockup__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3a4d55;
  letter-spacing: -0.02em;
}
.pf-hero-mockup__trend {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: #e0efe0;
  color: #66b266;
}
.pf-hero-mockup__chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 2px;
}
.pf-hero-mockup__bar {
  flex: 1;
  height: var(--bar-h, 50%);
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 3px 3px 0 0;
  transform-origin: bottom center;
  animation: pf-hero-bar-grow 0.6s cubic-bezier(0.16, 1, 0.3, 1) var(--bar-delay, 0ms) both;
  animation-delay: calc(0.6s + var(--bar-delay, 0ms));
}
.pf-hero-mockup__products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-hero-mockup__product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__product-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__product-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3a4d55;
}
.pf-hero-mockup__product-meta {
  font-size: 0.7rem;
  color: #a8b4ba;
}
.pf-hero-mockup__notification {
  position: absolute;
  bottom: -12px;
  right: -16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #E8E3DD;
  animation: pf-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-mockup__notification {
    right: -8px;
    bottom: -8px;
  }
}
@media (max-width: 480px) {
  .pf-hero-mockup__notification {
    right: 0;
    bottom: -6px;
    padding: 10px 12px;
    gap: 8px;
  }
}
.pf-hero-mockup__notif-icon {
  color: #66b266;
  flex-shrink: 0;
}
.pf-hero-mockup__notif-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3a4d55;
  white-space: nowrap;
}
.pf-hero-mockup__notif-text {
  font-size: 0.68rem;
  color: #a8b4ba;
  white-space: nowrap;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.pf-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--cta-bg);
  color: var(--cta-text) !important;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: var(--cta-text) !important;
}
.pf-cta-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-cta-primary:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-cta-primary__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-cta-primary:hover .pf-cta-primary__arrow {
  transform: translateX(4px);
}
.pf-section {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .pf-section {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .pf-section {
    padding: 40px 0;
  }
}
.pf-underline-accent {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--brand-primary);
  padding-bottom: 4px;
}
.pf-intermediate-cta {
  text-align: center;
  padding: var(--space-5) var(--space-2);
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: var(--space-1);
}
.trust-strip {
  background-color: var(--surface-card-glass);
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.trust-strip-item {
  display: inline-flex;
  align-items: center;
  margin: 4px 12px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .trust-strip-item {
    margin: 4px 8px;
  }
}
.trust-strip-logo {
  height: 18px;
  max-width: 80px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .trust-strip-logo {
    height: 16px;
    max-width: 60px;
  }
}
.pf-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .pf-stat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.pf-stat-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}
.pf-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-gradient);
}
.pf-stat-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.pf-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-accent);
  opacity: 0.7;
  flex-shrink: 0;
}
.pf-stat-card__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-stat-card__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-stat-card__sparkline {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
  margin-top: 12px;
}
.pf-stat-card__spark-bar {
  flex: 1;
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 2px 2px 0 0;
  height: var(--spark-h, 50%);
}
.badge-block .valign-wrapper-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.badge-block [class*='col'] {
  float: none;
  flex: 1 1 0;
  max-width: 280px;
  margin-left: 0;
  padding-bottom: 0;
}
.pf-soft-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-soft-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  margin-bottom: var(--space-2);
  flex-shrink: 0;
}
.testimonial-carousel__card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card,
.nc-instance .noCode-bg-dark .testimonial-carousel__card {
  background: var(--text-inverse);
  border-color: var(--border-subtle);
  color: var(--text-inverse, #333331);
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark-light {
  color: var(--text-inverse, #333331) !important;
}
.testimonial-carousel__quote-mark {
  color: var(--brand-primary);
  font-size: 2rem;
  line-height: 1;
}
.pf-free-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: var(--space-2);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}
.pf-free-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-top-color: var(--brand-primary);
}
.pf-free-tool-card .cta-text {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: var(--space-1);
}
.pf-free-tool-card svg {
  color: var(--text-secondary);
}
.pf-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--brand-gradient);
  padding: 10px 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  animation: pf-sticky-slide-up 0.3s ease-out;
  overflow: hidden;
}
@keyframes pf-sticky-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pf-sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.pf-sticky-cta__text {
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: none;
}
@media (min-width: 768px) {
  .pf-sticky-cta__text {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pf-sticky-cta__text {
    font-size: 0.85rem;
  }
}
.pf-sticky-cta__promo {
  background: var(--status-warning);
  color: var(--text-primary);
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}
.pf-sticky-cta__countdown {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pf-sticky-cta__countdown {
    display: inline-flex;
  }
}
.pf-sticky-cta__btn {
  margin-left: auto;
  background: var(--surface-card);
  color: var(--text-primary);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.pf-sticky-cta__btn:hover {
  background: var(--surface-raised);
  color: var(--text-primary);
}
.pf-sticky-cta__dismiss {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.pf-sticky-cta__dismiss:hover {
  opacity: 1;
}
.pf-tabbed-features__split {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 40px;
  align-items: start;
  padding-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-tabbed-features__split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.pf-tabbed-features__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pf-tabbed-features__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-tabbed-features__feature:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.pf-tabbed-features__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  flex-shrink: 0;
}
.pf-tabbed-features__feature-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-tabbed-features__feature-text {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .pf-tabbed-features__mockup {
    display: none;
  }
}
.pf-mockup {
  position: relative;
}
.pf-mockup__window {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.pf-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--surface-raised);
  border-bottom: 1px solid var(--border-subtle);
}
.pf-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-mockup__titlebar-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-left: auto;
  font-weight: 500;
}
.pf-mockup__body {
  padding: 20px;
}
.pf-mockup__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 600;
}
.pf-mockup__chip--green {
  background: var(--status-success-light);
  color: var(--status-success);
}
.pf-mockup__chip--orange {
  background: var(--status-warning-light);
  color: var(--brand-primary);
}
.pf-mockup__chip--blue {
  background: #e0f0fd;
  color: var(--text-link);
}
.pf-mockup__input {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  width: 100%;
  box-sizing: border-box;
}
.pf-mockup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--brand-gradient);
  color: var(--cta-text);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: none;
  width: 100%;
}
.pf-mockup__label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.pf-mockup__value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-mockup__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.pf-mockup__divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 12px 0;
}
.pf-db-mockup {
  width: 100%;
  font-family: inherit;
}
.pf-db-layout {
  display: flex;
  min-height: 0;
}
.pf-db-sidebar {
  width: 30px;
  flex-shrink: 0;
  background: var(--surface-raised);
  border-right: 1px solid var(--border-subtle);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-db-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.pf-db-content {
  flex: 1;
  padding: 8px;
  min-width: 0;
}
.pf-db-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.pf-db-topbar__range {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.58rem;
  color: var(--text-muted);
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 2px 6px;
}
.pf-db-topbar__tabs {
  display: flex;
  gap: 2px;
}
.pf-db-topbar__tab {
  font-size: 0.58rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--text-muted);
  font-weight: 500;
}
.pf-db-topbar__tab--active {
  background: var(--brand-primary);
  color: #fff;
  font-weight: 700;
}
.pf-db-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 8px;
}
.pf-db-stat {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 7px;
}
.pf-db-stat__label {
  font-size: 0.5rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-stat__value {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-main {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.pf-db-chart {
  flex: 1;
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 8px;
  min-width: 0;
}
.pf-db-chart__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-chart__area {
  position: relative;
  height: 56px;
}
.pf-db-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.pf-db-bar {
  flex: 1;
  background: rgba(126, 155, 228, 0.6);
  border-radius: 2px 2px 0 0;
}
.pf-db-aside {
  width: 115px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pf-db-notif {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
  flex: 1;
}
.pf-db-notif__title {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-db-notif__row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.pf-db-notif__row:last-child {
  border-bottom: none;
}
.pf-db-notif__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-db-notif__text {
  font-size: 0.52rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-conversion {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-conversion__label {
  font-size: 0.48rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.pf-db-conversion__value {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
}
.pf-db-conversion__sub {
  font-size: 0.48rem;
  color: var(--text-muted);
}
.pf-db-subs {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-subs__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-subs__row {
  display: flex;
  gap: 4px;
}
.pf-db-sub {
  flex: 1;
  min-width: 0;
}
.pf-db-sub__label {
  font-size: 0.48rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-sub__value {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-sub__delta {
  font-size: 0.48rem;
  font-weight: 600;
}
.pf-db-sub__delta--up {
  color: #4caf50;
}
.pf-db-sub__delta--down {
  color: #e53935;
}
.pf-features-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: var(--space-3) 0;
}
@media (max-width: 1023px) {
  .pf-features-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pf-features-row--reverse {
    direction: rtl;
  }
  .pf-features-row--reverse > * {
    direction: ltr;
  }
}
.pf-features-row__copy h3 {
  font-size: clamp(20px, 12vw, 28px);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 4px;
}
.pf-features-row__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 12px;
}
.pf-features-row__text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
.pf-features-row__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-features-row__bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-primary);
}
.pf-features-row__bullet svg {
  color: var(--icon-accent);
  flex-shrink: 0;
}
@keyframes pf-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-cta-primary,
  .pf-soft-card,
  .pf-stat-card,
  .pf-free-tool-card,
  .pf-sticky-cta,
  .pf-mockup,
  .pf-mockup * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
@keyframes pf-ref-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-ref-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pf-ref-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-referral,
  .pf-referral *,
  .pf-referral *::before,
  .pf-referral *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-referral {
  background: #F3EDE7;
}
.pf-ref-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .pf-ref-section {
    padding: 0 20px;
  }
}
.pf-ref-hero {
  padding: 100px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pf-ref-hero {
    padding: 80px 0 48px;
  }
}
.pf-ref-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff8a65;
  margin-bottom: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-ref-hero__line {
  width: 32px;
  height: 2px;
  background: #ff8a65;
  border-radius: 2px;
  transform-origin: left center;
  animation: pf-ref-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__title {
  font-size: clamp(32px, 15vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #3a4d55;
  margin: 0 0 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.pf-ref-hero__title-accent {
  color: #ff8a65;
}
.pf-ref-hero__subtitle {
  font-size: clamp(16px, 13.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(58, 77, 85, 0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
}
.pf-ref-hero__badge svg {
  opacity: 0.5;
}
.pf-ref-plans {
  padding: 48px 0 64px;
}
.pf-ref-plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .pf-ref-plans__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
.pf-ref-plan-card {
  background: #fff;
  border: 1.5px solid #E8E3DD;
  border-radius: 16px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pf-ref-scale-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-plan-card:nth-child(2) {
  animation-delay: 0.4s;
}
.pf-ref-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  border-color: #D5CFC8;
}
@media (max-width: 480px) {
  .pf-ref-plan-card {
    padding: 32px 24px;
  }
}
.pf-ref-plan-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.pf-ref-plan-card__icon--classic {
  background: linear-gradient(135deg, rgba(0, 122, 204, 0.1), rgba(0, 122, 204, 0.05));
  color: #007acc;
}
.pf-ref-plan-card__icon--partner {
  background: linear-gradient(135deg, rgba(255, 138, 101, 0.12), rgba(255, 183, 77, 0.08));
  color: #ff8a65;
}
.pf-ref-plan-card__name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 8px;
}
.pf-ref-plan-card__amount {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #3a4d55;
  margin: 0 0 4px;
  line-height: 1.1;
}
.pf-ref-plan-card__amount-unit {
  font-size: 0.5em;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0;
}
.pf-ref-plan-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 16px 0 0;
}
.pf-ref-plan-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-plan-card__cta--primary {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(255, 138, 101, 0.3);
}
.pf-ref-plan-card__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 138, 101, 0.4);
  filter: brightness(1.05);
  color: #fff !important;
}
.pf-ref-plan-card__cta--secondary {
  background: #007acc;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 122, 204, 0.25);
}
.pf-ref-plan-card__cta--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 122, 204, 0.35);
  filter: brightness(1.08);
  color: #fff !important;
}
.pf-ref-steps {
  padding: 64px 0;
  background: var(--surface-card, #fff);
}
.pf-ref-steps__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: -0.02em;
}
.pf-ref-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .pf-ref-steps__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.pf-ref-step {
  text-align: center;
  padding: 24px 16px;
}
.pf-ref-step__number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}
.pf-ref-step__title {
  font-size: 17px;
  font-weight: 700;
  color: #3a4d55;
  margin: 0 0 8px;
}
.pf-ref-step__text {
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.6;
  margin: 0;
}
.pf-ref-faq {
  padding: 64px 0 80px;
}
.pf-ref-faq__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.02em;
}
.pf-ref-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pf-ref-faq__item {
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.2s ease;
}
.pf-ref-faq__item:hover {
  background: rgba(0, 0, 0, 0.015);
}
.pf-ref-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #3a4d55;
  line-height: 1.4;
}
.pf-ref-faq__question:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: -2px;
  border-radius: 8px;
}
.pf-ref-faq__chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #a8b4ba;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-faq__item--open .pf-ref-faq__chevron {
  transform: rotate(180deg);
  color: #ff8a65;
}
.pf-ref-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 20px;
}
.pf-ref-faq__item--open .pf-ref-faq__answer {
  max-height: 300px;
  padding: 0 20px 18px;
}
.pf-ref-faq__answer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
}
.pf-ref-faq__answer-text a {
  color: #007acc;
  text-decoration: none;
  font-weight: 500;
}
.pf-ref-faq__answer-text a:hover {
  text-decoration: underline;
}
.pf-ref-faq__divider {
  height: 1px;
  background: #E8E3DD;
  margin: 0 20px;
}
.pf-ref-cta {
  padding: 64px 0 80px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  text-align: center;
  border-radius: 24px;
  max-width: 900px;
  margin: 0 auto 48px;
}
.pf-ref-cta__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.pf-ref-cta__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}
.pf-ref-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #fff;
  color: #3a4d55 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.pf-ref-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  color: #3a4d55;
}
.pf-ref-cta__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-cta__button:hover .pf-ref-cta__arrow {
  transform: translateX(4px);
}.use-case-page .text-dark-light,
.use-case-page .text-dark,
.use-case-page .strong,
.use-case-page .font-size-1,
.use-case-page .font-size-2,
.use-case-page .font-size-3,
.use-case-page p,
.use-case-page span {
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: break-word;
}
.use-case-pain-cards-row {
  display: flex;
  flex-wrap: wrap;
}
.use-case-pain-card {
  border-radius: 12px;
  height: 100%;
  background-color: #fff;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.use-case-pain-card:hover {
  transform: translateY(-2px);
}
.use-case-pain-emoji {
  font-size: 2rem;
  display: block;
  line-height: 1;
}
.use-case-solution-section {
  background-color: var(--surface-section-alt, #f9f7f4);
}
.use-case-feature-cards-row {
  display: flex;
  flex-wrap: wrap;
}
.use-case-feature-card {
  border-radius: 12px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.use-case-feature-card:hover {
  transform: translateY(-2px);
}
.use-case-feature-icon {
  font-size: 2rem;
  color: var(--icon-feature);
  width: 1em;
  height: 1em;
  display: block;
}
.use-case-feature-cards-row .col:nth-child(4n+1) .use-case-feature-icon {
  color: var(--icon-feature);
}
.use-case-feature-cards-row .col:nth-child(4n+2) .use-case-feature-icon {
  color: var(--accent-pink);
}
.use-case-feature-cards-row .col:nth-child(4n+3) .use-case-feature-icon {
  color: var(--accent-blue);
}
.use-case-feature-cards-row .col:nth-child(4n+4) .use-case-feature-icon {
  color: var(--accent-emerald);
}
.use-case-step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.use-case-step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--accent-step-gradient, linear-gradient(135deg, #6964e0, #504bc7));
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.use-case-faq-section {
  background-color: var(--surface-section-alt, #f9f7f4);
}
.use-case-faq-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.use-case-faq-item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.use-case-faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 4px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  color: inherit;
  gap: 12px;
}
.use-case-faq-question svg {
  font-size: 1.3rem;
  flex-shrink: 0;
  opacity: 0.5;
  transition: transform 0.2s ease, opacity 0.15s ease;
}
.use-case-faq-question:hover svg {
  opacity: 1;
}
.use-case-faq-answer {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.25s ease;
}
.use-case-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  color: inherit;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.use-case-related-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}
.use-case-related-link:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.use-case-related-link .use-case-related-arrow {
  font-size: 1.2rem;
  opacity: 0.5;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.use-case-related-link:hover .use-case-related-arrow {
  opacity: 1;
  transform: translateX(3px);
}
@media (max-width: 768px) {
  .use-case-feature-icon,
  .use-case-pain-emoji {
    font-size: 1.75rem;
  }
  .use-case-faq-question {
    padding: 14px 2px;
  }
  .use-case-step-number {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .use-case-feature-icon,
  .use-case-pain-emoji {
    font-size: 1.5rem;
  }
  .use-case-faq-question {
    padding: 12px 0;
  }
  .use-case-step {
    gap: 14px;
  }
  .use-case-step-number {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
:root {
  --pblog-text: #1a1a1a;
  --pblog-text-secondary: #555;
  --pblog-text-muted: #888;
  --pblog-bg: #FFF8F2;
  --pblog-bg-alt: #f5f0eb;
  --pblog-border: #e5e7eb;
  --pblog-accent: var(--brand-accent, #e155c0);
  --pblog-accent-text: #fff;
  --pblog-link: var(--brand-accent, #e155c0);
}
.nc-instance {
  --pblog-bg: #F8FAFC;
  --pblog-bg-alt: #f1f5f9;
  --pblog-border: #E2E8F0;
  --pblog-accent: var(--brand-primary);
  --pblog-link: var(--text-link, #5ca4a9);
}
.nc-instance.noCode-bg-dark,
.nc-instance .noCode-bg-dark {
  --pblog-text: #e5e5df;
  --pblog-text-secondary: #9b9b96;
  --pblog-text-muted: #8a8a85;
  --pblog-bg: #1d1d1b;
  --pblog-bg-alt: #232321;
  --pblog-border: #444442;
  --pblog-accent-text: #FFFFFF;
  --pblog-link: #7ec8cb;
}
.nc-instance .platform-blog-home-page,
.nc-instance .platform-blog-category-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.nc-instance.noCode-bg-dark .platform-blog-home-page,
.nc-instance .noCode-bg-dark .platform-blog-home-page,
.nc-instance.noCode-bg-dark .platform-blog-category-page,
.nc-instance .noCode-bg-dark .platform-blog-category-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.nc-instance.noCode-bg-dark .article-summary,
.nc-instance .noCode-bg-dark .article-summary {
  background: linear-gradient(135deg, var(--surface-raised, #2a2a28) 0%, var(--surface-muted, #232321) 100%);
}
.nc-instance.noCode-bg-dark .article-summary p,
.nc-instance .noCode-bg-dark .article-summary p {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .key-takeaway,
.nc-instance .noCode-bg-dark .key-takeaway {
  background-color: var(--surface-raised, #2a2a28);
  border-color: var(--border-default, #444442);
}
.nc-instance .platform-blog-cta {
  background: var(--cta-bg);
  background-size: 160% 160%;
  background-position: 0% 50%;
}
#publicMain:has(.platform-blog-article-page) {
  overflow: visible !important;
}
.platform-blog-article-page,
.platform-blog-home-page,
.platform-blog-category-page,
.platform-testimonial-article-page,
.platform-testimonial-home-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
}
.platform-blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.platform-blog-narrow {
  max-width: 720px;
  margin: 0 auto;
  min-width: 0;
}
@media (min-width: 1025px) {
  .platform-blog-article-body-layout.has-toc .platform-blog-narrow {
    flex: 1;
    margin: 0;
  }
}
.platform-blog-breadcrumbs,
.platform-blog-category-nav {
  background-color: transparent;
  height: auto;
  line-height: normal;
  box-shadow: none;
  color: inherit;
  width: auto;
}
.platform-blog-breadcrumbs {
  padding: 1rem 0;
}
.platform-blog-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
}
.platform-blog-breadcrumbs li {
  display: flex;
  align-items: center;
  color: var(--pblog-text-muted);
}
.platform-blog-breadcrumbs li:not(:last-child)::after {
  content: '/';
  margin: 0 0.5rem;
  color: var(--pblog-text-muted);
}
.platform-blog-breadcrumbs li a {
  color: var(--pblog-text-secondary) !important;
  text-decoration: none;
}
.platform-blog-breadcrumbs li a:hover {
  color: var(--pblog-link) !important;
  text-decoration: underline;
}
.platform-blog-breadcrumbs li:last-child {
  color: var(--pblog-text);
  font-weight: 500;
}
.platform-blog-article-header {
  padding: 3rem 0 2rem;
  text-align: center;
}
.platform-blog-article-header .platform-blog-container {
  max-width: 920px;
}
.platform-blog-category-pill {
  display: inline-block;
  padding: 0.375rem 1rem;
  background-color: var(--pblog-accent);
  color: var(--pblog-accent-text) !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 999px;
  text-decoration: none;
  margin-bottom: 1.5rem;
  transition: opacity 0.2s;
}
.platform-blog-category-pill:hover {
  opacity: 0.9;
  color: var(--pblog-accent-text) !important;
}
.platform-blog-article-title {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin: 0 0 1.5rem;
  color: var(--pblog-text);
}
@media only screen and (max-width: 600px) {
  .platform-blog-article-title {
    font-size: 1.875rem;
  }
}
.platform-blog-article-meta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  color: var(--pblog-text-muted);
  font-size: 0.875rem;
}
.platform-blog-meta-dot {
  color: var(--pblog-text-muted);
  font-size: 1.25rem;
  line-height: 1;
}
.platform-blog-share-links {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}
.platform-blog-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: none;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  color: var(--pblog-text-muted);
  background: var(--pblog-bg-surface, #f5f5f5);
  transition: color 0.2s, background 0.2s;
}
.platform-blog-share-btn:hover {
  color: var(--pblog-accent);
  background: var(--pblog-bg-surface-hover, #eee);
}
.platform-blog-share-btn.copied {
  color: #22c55e;
}
.platform-blog-share-btn svg {
  display: block;
}
.platform-blog-featured-image {
  margin: 2rem auto;
  max-width: 920px;
  text-align: center;
}
.platform-blog-featured-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.platform-blog-featured-image figcaption {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  color: var(--pblog-text-muted);
  font-style: italic;
}
.platform-blog-article-main {
  padding: 2rem 0 3rem;
}
.article-summary {
  background: linear-gradient(135deg, #f5f0eb 0%, #efe8e1 100%);
  border-left: 4px solid var(--pblog-accent);
  padding: 1.5rem 2rem;
  margin-bottom: 2rem;
  border-radius: 0 12px 12px 0;
}
.article-summary p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--pblog-text);
  font-style: italic;
}
.key-takeaway {
  background-color: #fdf5f0;
  border: 1px solid #f0ddd4;
  border-radius: 12px;
  padding: 1.5rem;
  margin: 2rem 0;
}
.key-takeaway::before {
  content: 'Key Takeaway';
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--pblog-accent);
}
.platform-blog-article-content {
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--pblog-text);
  -webkit-font-smoothing: antialiased;
}
.platform-blog-article-content h2,
.platform-blog-article-content h3,
.platform-blog-article-content h4 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}
.platform-blog-article-content h2 {
  font-size: 1.75rem;
}
.platform-blog-article-content h3 {
  font-size: 1.5rem;
}
.platform-blog-article-content h4 {
  font-size: 1.25rem;
}
.platform-blog-article-content p {
  margin-bottom: 1.5rem;
}
.platform-blog-article-content ul,
.platform-blog-article-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.platform-blog-article-content ul li,
.platform-blog-article-content ol li {
  margin-bottom: 0.5rem;
}
.platform-blog-article-content blockquote {
  border-left: 4px solid var(--pblog-accent);
  margin: 2rem 0;
  padding: 1rem 1.5rem;
  font-style: italic;
  color: var(--pblog-text-secondary);
  background-color: var(--pblog-bg-alt);
  border-radius: 0 12px 12px 0;
}
.platform-blog-article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 1.5rem 0;
}
.platform-blog-article-content a {
  color: var(--pblog-link);
  text-decoration: underline;
}
.platform-blog-article-content a:hover {
  text-decoration: none;
}
.platform-blog-article-content a[target="_blank"]::after {
  content: ' \2197';
  font-size: 0.75em;
}
.platform-blog-article-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}
.platform-blog-article-content table th,
.platform-blog-article-content table td {
  border: 1px solid var(--pblog-border);
  padding: 1rem;
  text-align: left;
}
.platform-blog-article-content table th {
  background-color: var(--pblog-bg-alt);
  font-weight: 600;
}
.platform-blog-article-content code {
  background-color: var(--pblog-bg-alt);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 0.9em;
}
.platform-blog-article-content pre {
  background-color: #1e1e1e;
  color: #d4d4d4;
  padding: 1.5rem;
  border-radius: 12px;
  overflow-x: auto;
  margin: 2rem 0;
}
.platform-blog-article-content pre code {
  background: none;
  padding: 0;
  color: inherit;
}
.platform-blog-article-content hr {
  border: none;
  border-top: 1px solid var(--pblog-border);
  margin: 3rem 0;
}
.platform-blog-article-content dfn {
  font-style: normal;
  font-weight: 600;
  color: var(--pblog-accent);
}
.platform-blog-section {
  margin-bottom: 2rem;
}
.platform-blog-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 3rem 0 1.5rem;
}
.platform-blog-section-title h2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
  color: var(--pblog-text);
  scroll-margin-top: 5rem;
}
.platform-blog-section-title i {
  color: var(--pblog-accent);
  flex-shrink: 0;
}
.platform-blog-card {
  background-color: #fff;
  border: 1px solid var(--pblog-border);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.2s, transform 0.2s;
  height: 100%;
  --pblog-text: #1a1a1a;
  --pblog-text-secondary: #555;
  --pblog-text-muted: #888;
}
.platform-blog-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.platform-blog-card-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.platform-blog-card-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.platform-blog-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.platform-blog-card:hover .platform-blog-card-image img {
  transform: scale(1.03);
}
.platform-blog-card-body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.platform-blog-card-category {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--pblog-accent);
  margin-bottom: 0.5rem;
}
.platform-blog-card-title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 1rem;
  color: var(--pblog-text);
}
.platform-blog-card-excerpt {
  font-size: 0.9rem;
  color: var(--pblog-text-secondary);
  line-height: 1.5;
  margin: 0 0 1rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex: 1;
}
.platform-blog-card-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: var(--pblog-text-muted);
  margin-top: auto;
}
.platform-blog-card-meta .meta-separator {
  color: var(--pblog-border);
}
.platform-blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 2rem;
}
.platform-blog-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1.5rem;
}
.platform-blog-related {
  padding: 3rem 0;
  background-color: var(--pblog-bg-alt);
  margin-top: 3rem;
  border-top: 1px solid var(--pblog-border);
}
.platform-blog-related-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  margin-bottom: 2rem;
}
.platform-blog-hero {
  padding: 3rem 0 2rem;
}
.platform-blog-hero .platform-blog-hero-kicker {
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 1rem;
  color: var(--pblog-text);
}
.platform-blog-hero .platform-blog-hero-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin: 0 0 1rem;
  color: var(--pblog-text);
}
@media only screen and (max-width: 600px) {
  .platform-blog-hero .platform-blog-hero-title {
    font-size: 2rem;
  }
}
.platform-blog-hero .platform-blog-hero-lead {
  font-size: 1.25rem;
  max-width: 600px;
  color: var(--pblog-text-secondary);
}
.platform-blog-hero.noCode-bg-dark .platform-blog-hero-kicker {
  color: #fff;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-hero-title {
  color: #fff;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-hero-lead {
  color: rgba(255, 255, 255, 0.8);
}
.platform-blog-hero.noCode-bg-dark .platform-blog-breadcrumbs li {
  color: rgba(255, 255, 255, 0.7) !important;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-breadcrumbs li:not(:last-child)::after {
  color: rgba(255, 255, 255, 0.5) !important;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-breadcrumbs li a {
  color: #fff !important;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-breadcrumbs li a:hover {
  color: #fff !important;
  text-decoration: underline;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-breadcrumbs li:last-child {
  color: #fff !important;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-category-nav a {
  background-color: #fff;
  color: var(--pblog-text);
  border-color: #fff;
}
.platform-blog-hero.noCode-bg-dark .platform-blog-category-nav a:hover,
.platform-blog-hero.noCode-bg-dark .platform-blog-category-nav a.active {
  background-color: var(--pblog-accent);
  color: #fff !important;
  border-color: var(--pblog-accent);
}
.platform-blog-category-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.platform-blog-category-nav a {
  display: inline-block;
  padding: 0.375rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  border-radius: 999px;
  border: 1px solid var(--pblog-border);
  background-color: #fff;
  text-decoration: none;
  color: var(--pblog-text-secondary);
  transition: all 0.2s;
}
.platform-blog-category-nav a:hover,
.platform-blog-category-nav a.active {
  background-color: var(--pblog-accent);
  color: var(--pblog-accent-text) !important;
  border-color: var(--pblog-accent);
}
.platform-blog-featured {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 600px) {
  .platform-blog-featured {
    grid-template-columns: 1fr;
  }
}
.platform-blog-featured-main .platform-blog-card {
  height: 100%;
}
.platform-blog-featured-main .platform-blog-card-image {
  aspect-ratio: 4 / 3;
}
.platform-blog-featured-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.platform-blog-featured-side-card {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: #fff;
  border: 1px solid var(--pblog-border);
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  --pblog-text: #1a1a1a;
  --pblog-text-secondary: #555;
  transition: box-shadow 0.2s, transform 0.2s;
}
.platform-blog-featured-side-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.platform-blog-featured-side-card img {
  width: 120px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  flex-shrink: 0;
}
@media only screen and (max-width: 600px) {
  .platform-blog-featured-side-card img {
    width: 100px;
    height: 70px;
  }
}
.platform-blog-featured-side-card .side-card-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.platform-blog-featured-side-card .side-card-content h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 4px;
  color: var(--pblog-text);
}
.platform-blog-featured-side-card .side-card-content p {
  font-size: 0.85rem;
  color: var(--pblog-text-secondary);
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.platform-blog-category-section {
  padding: 2rem 0;
}
.platform-blog-category-section .category-section-header {
  margin-bottom: 1.5rem;
}
.platform-blog-category-section .category-section-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  color: var(--pblog-text);
}
.platform-blog-category-section .category-section-header p {
  font-size: 0.95rem;
  color: var(--pblog-text-secondary);
  margin: 4px 0 0;
}
.platform-blog-category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .platform-blog-category-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .platform-blog-category-grid {
    grid-template-columns: 1fr;
  }
}
.platform-blog-category-header {
  padding: 3rem 0 2rem;
  text-align: center;
}
.platform-blog-category-page-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin: 0 0 1rem;
}
@media only screen and (max-width: 600px) {
  .platform-blog-category-page-title {
    font-size: 2rem;
  }
}
.platform-blog-category-desc {
  font-size: 1.125rem;
  color: var(--pblog-text-secondary);
  max-width: 600px;
  margin: 0 auto;
}
.platform-blog-category-main {
  padding: 0 0 3rem;
}
.platform-blog-faq {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--pblog-border);
}
.platform-blog-faq h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
}
.platform-blog-faq-item {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background-color: #FFFCF9;
  border-radius: 12px;
  border: 1px solid var(--pblog-border);
}
.platform-blog-faq-item dt {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: var(--pblog-text);
}
.platform-blog-faq-item dd {
  margin: 0;
  color: var(--pblog-text-secondary);
  line-height: 1.6;
}
.platform-blog-back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.875rem;
  color: var(--pblog-text-secondary);
  text-decoration: none;
  margin-bottom: 1.5rem;
}
.platform-blog-back-link:hover {
  color: var(--pblog-link);
}
.platform-blog-back-link i {
  font-size: 1rem;
}
.platform-blog-empty {
  text-align: center;
  padding: 3rem;
  color: var(--pblog-text-secondary);
}
.platform-blog-error {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.platform-blog-error h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.platform-blog-error p {
  color: var(--pblog-text-secondary);
  margin-bottom: 2rem;
}
.platform-blog-article-content .background-rainbow {
  display: none;
}
.platform-blog-cta {
  margin-top: 3rem;
  padding: 3rem 2rem;
  border-radius: 12px;
  background: var(--brand-gradient);
  background-size: 160% 160%;
  background-position: 0% 50%;
  text-align: center;
}
.platform-blog-cta h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 0.5rem;
}
.platform-blog-cta p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  margin: 0 0 1.5rem;
}
.platform-blog-cta-form {
  display: flex;
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto;
}
.platform-blog-cta-form input[type='email'] {
  flex: 1;
  height: 48px !important;
  padding: 0 1.5rem !important;
  border: none !important;
  border-bottom: none !important;
  border-radius: 999px !important;
  font-size: 0.95rem;
  outline: none;
  background: #fff !important;
  color: #333;
  box-shadow: none !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  width: auto;
}
.platform-blog-cta-form input[type='email']::placeholder {
  color: #999;
}
.platform-blog-cta-form button[type='submit'] {
  height: 48px;
  padding: 0 2rem;
  border: none;
  border-radius: 999px;
  background: #fff;
  color: var(--pblog-accent);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.platform-blog-cta-form button[type='submit']:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
  background-color: #fff8f2;
}
.platform-blog-cta-form button[type='submit']:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 600px) {
  .platform-blog-cta-form {
    flex-direction: column;
  }
  .platform-blog-cta-form input[type='email'],
  .platform-blog-cta-form button[type='submit'] {
    width: 100%;
  }
}
.platform-blog-banner-section {
  padding: 2rem 0;
  background: var(--brand-gradient);
}
.platform-blog-banner-section h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
.platform-blog-banner-section .btn-link {
  color: #fff;
  font-size: 1rem;
}
.nc-instance .platform-blog-banner-section {
  background: var(--brand-gradient);
}
.platform-blog-article-body-layout {
  max-width: 720px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .platform-blog-article-body-layout.has-toc {
    display: flex;
    align-items: flex-start;
    gap: 3rem;
    max-width: 1000px;
  }
}
.platform-blog-toc-sidebar {
  display: none;
  --blog-text-secondary: var(--pblog-text-secondary);
  --blog-text-primary: var(--pblog-text);
  --blog-text-muted: var(--pblog-text-muted);
  --blog-accent-color: var(--pblog-accent);
}
@media (min-width: 1025px) {
  .platform-blog-toc-sidebar {
    display: block;
    flex-shrink: 0;
    width: 220px;
    order: -1;
    position: sticky;
    top: 5rem;
  }
}
.platform-blog-toc-sidebar .blog-toc {
  max-height: calc(100vh - 6rem);
  overflow-y: auto;
  padding-right: 0.5rem;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
.platform-blog-toc-sidebar .blog-toc ul {
  margin: 0;
  padding: 0;
}
.platform-blog-toc-sidebar .blog-toc li {
  float: none;
  padding: 0;
  list-style: none;
}
.platform-blog-toc-sidebar .blog-toc a {
  color: var(--blog-text-secondary);
}
.platform-blog-toc-sidebar .blog-toc-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted);
  margin-bottom: 0.5rem;
}
.platform-blog-toc-sidebar .blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.platform-blog-toc-sidebar .blog-toc-item {
  margin-bottom: 2px;
}
.platform-blog-toc-sidebar .blog-toc-item a {
  display: block;
  padding: 4px 0 4px 12px;
  font-size: 0.8125rem;
  line-height: 1.4;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.platform-blog-toc-sidebar .blog-toc-item a:hover {
  color: var(--blog-text-primary);
}
.platform-blog-toc-sidebar .blog-toc-item.blog-toc-item--h3 a {
  padding-left: 24px;
  font-size: 0.775rem;
}
.platform-blog-toc-sidebar .blog-toc-item.blog-toc-item--active a {
  color: var(--blog-accent-color);
  border-left-color: var(--blog-accent-color);
  font-weight: 500;
}
.platform-blog-updated-date {
  color: var(--pblog-text-muted, #6b7280);
  font-size: 0.85em;
}.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.openAccount-page .pf-h1,
.home-page-noCode .pf-h1,
.landing-page-payment .pf-h1,
.landing-page-stripe .pf-h1,
.landing-page-subscription .pf-h1,
.landing-page-ecommerce .pf-h1,
.agent-page .pf-h1,
.home-page .pf-h1 {
  margin: 0;
  line-height: 1.2em;
}
@media only screen and (max-width: 600px) {
  .openAccount-page .pf-h1,
  .home-page-noCode .pf-h1,
  .landing-page-payment .pf-h1,
  .landing-page-stripe .pf-h1,
  .landing-page-subscription .pf-h1,
  .landing-page-ecommerce .pf-h1,
  .agent-page .pf-h1,
  .home-page .pf-h1 {
    font-size: 3.2em !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .openAccount-page .pf-h1,
  .home-page-noCode .pf-h1,
  .landing-page-payment .pf-h1,
  .landing-page-stripe .pf-h1,
  .landing-page-subscription .pf-h1,
  .landing-page-ecommerce .pf-h1,
  .agent-page .pf-h1,
  .home-page .pf-h1 {
    font-size: 3.2em !important;
  }
}
@media only screen and (min-width: 993px) {
  .openAccount-page .pf-h1,
  .home-page-noCode .pf-h1,
  .landing-page-payment .pf-h1,
  .landing-page-stripe .pf-h1,
  .landing-page-subscription .pf-h1,
  .landing-page-ecommerce .pf-h1,
  .agent-page .pf-h1,
  .home-page .pf-h1 {
    font-size: 4.2em !important;
  }
}
.openAccount-page p,
.home-page-noCode p,
.landing-page-payment p,
.landing-page-stripe p,
.landing-page-subscription p,
.landing-page-ecommerce p,
.agent-page p,
.home-page p {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .openAccount-page p.text-adaptive,
  .home-page-noCode p.text-adaptive,
  .landing-page-payment p.text-adaptive,
  .landing-page-stripe p.text-adaptive,
  .landing-page-subscription p.text-adaptive,
  .landing-page-ecommerce p.text-adaptive,
  .agent-page p.text-adaptive,
  .home-page p.text-adaptive {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .openAccount-page p.text-adaptive,
  .home-page-noCode p.text-adaptive,
  .landing-page-payment p.text-adaptive,
  .landing-page-stripe p.text-adaptive,
  .landing-page-subscription p.text-adaptive,
  .landing-page-ecommerce p.text-adaptive,
  .agent-page p.text-adaptive,
  .home-page p.text-adaptive {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 993px) {
  .openAccount-page p.text-adaptive,
  .home-page-noCode p.text-adaptive,
  .landing-page-payment p.text-adaptive,
  .landing-page-stripe p.text-adaptive,
  .landing-page-subscription p.text-adaptive,
  .landing-page-ecommerce p.text-adaptive,
  .agent-page p.text-adaptive,
  .home-page p.text-adaptive {
    font-size: 18px !important;
  }
}
.openAccount-page h1,
.home-page-noCode h1,
.landing-page-payment h1,
.landing-page-stripe h1,
.landing-page-subscription h1,
.landing-page-ecommerce h1,
.agent-page h1,
.home-page h1,
.openAccount-page h2.pf-h2,
.home-page-noCode h2.pf-h2,
.landing-page-payment h2.pf-h2,
.landing-page-stripe h2.pf-h2,
.landing-page-subscription h2.pf-h2,
.landing-page-ecommerce h2.pf-h2,
.agent-page h2.pf-h2,
.home-page h2.pf-h2 {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .openAccount-page h1,
  .home-page-noCode h1,
  .landing-page-payment h1,
  .landing-page-stripe h1,
  .landing-page-subscription h1,
  .landing-page-ecommerce h1,
  .agent-page h1,
  .home-page h1,
  .openAccount-page h2.pf-h2,
  .home-page-noCode h2.pf-h2,
  .landing-page-payment h2.pf-h2,
  .landing-page-stripe h2.pf-h2,
  .landing-page-subscription h2.pf-h2,
  .landing-page-ecommerce h2.pf-h2,
  .agent-page h2.pf-h2,
  .home-page h2.pf-h2 {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .openAccount-page h1,
  .home-page-noCode h1,
  .landing-page-payment h1,
  .landing-page-stripe h1,
  .landing-page-subscription h1,
  .landing-page-ecommerce h1,
  .agent-page h1,
  .home-page h1,
  .openAccount-page h2.pf-h2,
  .home-page-noCode h2.pf-h2,
  .landing-page-payment h2.pf-h2,
  .landing-page-stripe h2.pf-h2,
  .landing-page-subscription h2.pf-h2,
  .landing-page-ecommerce h2.pf-h2,
  .agent-page h2.pf-h2,
  .home-page h2.pf-h2 {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 993px) {
  .openAccount-page h1,
  .home-page-noCode h1,
  .landing-page-payment h1,
  .landing-page-stripe h1,
  .landing-page-subscription h1,
  .landing-page-ecommerce h1,
  .agent-page h1,
  .home-page h1,
  .openAccount-page h2.pf-h2,
  .home-page-noCode h2.pf-h2,
  .landing-page-payment h2.pf-h2,
  .landing-page-stripe h2.pf-h2,
  .landing-page-subscription h2.pf-h2,
  .landing-page-ecommerce h2.pf-h2,
  .agent-page h2.pf-h2,
  .home-page h2.pf-h2 {
    font-size: 50px !important;
  }
}
@media only screen and (max-width: 600px) {
  .openAccount-page h2,
  .home-page-noCode h2,
  .landing-page-payment h2,
  .landing-page-stripe h2,
  .landing-page-subscription h2,
  .landing-page-ecommerce h2,
  .agent-page h2,
  .home-page h2 {
    font-size: 3em !important;
  }
}
@media only screen and (min-width: 993px) {
  .openAccount-page h2,
  .home-page-noCode h2,
  .landing-page-payment h2,
  .landing-page-stripe h2,
  .landing-page-subscription h2,
  .landing-page-ecommerce h2,
  .agent-page h2,
  .home-page h2 {
    font-size: 4.2em !important;
  }
}
.openAccount-page h3,
.home-page-noCode h3,
.landing-page-payment h3,
.landing-page-stripe h3,
.landing-page-subscription h3,
.landing-page-ecommerce h3,
.agent-page h3,
.home-page h3 {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .openAccount-page h3,
  .home-page-noCode h3,
  .landing-page-payment h3,
  .landing-page-stripe h3,
  .landing-page-subscription h3,
  .landing-page-ecommerce h3,
  .agent-page h3,
  .home-page h3 {
    font-size: 1.2em !important;
  }
}
@media only screen and (min-width: 993px) {
  .openAccount-page h3,
  .home-page-noCode h3,
  .landing-page-payment h3,
  .landing-page-stripe h3,
  .landing-page-subscription h3,
  .landing-page-ecommerce h3,
  .agent-page h3,
  .home-page h3 {
    font-size: 2.2em !important;
  }
}
.openAccount-page h1.pf-h3,
.home-page-noCode h1.pf-h3,
.landing-page-payment h1.pf-h3,
.landing-page-stripe h1.pf-h3,
.landing-page-subscription h1.pf-h3,
.landing-page-ecommerce h1.pf-h3,
.agent-page h1.pf-h3,
.home-page h1.pf-h3,
.openAccount-page h2.pf-h3,
.home-page-noCode h2.pf-h3,
.landing-page-payment h2.pf-h3,
.landing-page-stripe h2.pf-h3,
.landing-page-subscription h2.pf-h3,
.landing-page-ecommerce h2.pf-h3,
.agent-page h2.pf-h3,
.home-page h2.pf-h3,
.openAccount-page h3.pf-h3,
.home-page-noCode h3.pf-h3,
.landing-page-payment h3.pf-h3,
.landing-page-stripe h3.pf-h3,
.landing-page-subscription h3.pf-h3,
.landing-page-ecommerce h3.pf-h3,
.agent-page h3.pf-h3,
.home-page h3.pf-h3 {
  margin: 0;
  line-height: 1.5em;
}
@media only screen and (max-width: 600px) {
  .openAccount-page h1.pf-h3,
  .home-page-noCode h1.pf-h3,
  .landing-page-payment h1.pf-h3,
  .landing-page-stripe h1.pf-h3,
  .landing-page-subscription h1.pf-h3,
  .landing-page-ecommerce h1.pf-h3,
  .agent-page h1.pf-h3,
  .home-page h1.pf-h3,
  .openAccount-page h2.pf-h3,
  .home-page-noCode h2.pf-h3,
  .landing-page-payment h2.pf-h3,
  .landing-page-stripe h2.pf-h3,
  .landing-page-subscription h2.pf-h3,
  .landing-page-ecommerce h2.pf-h3,
  .agent-page h2.pf-h3,
  .home-page h2.pf-h3,
  .openAccount-page h3.pf-h3,
  .home-page-noCode h3.pf-h3,
  .landing-page-payment h3.pf-h3,
  .landing-page-stripe h3.pf-h3,
  .landing-page-subscription h3.pf-h3,
  .landing-page-ecommerce h3.pf-h3,
  .agent-page h3.pf-h3,
  .home-page h3.pf-h3 {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 993px) {
  .openAccount-page h1.pf-h3,
  .home-page-noCode h1.pf-h3,
  .landing-page-payment h1.pf-h3,
  .landing-page-stripe h1.pf-h3,
  .landing-page-subscription h1.pf-h3,
  .landing-page-ecommerce h1.pf-h3,
  .agent-page h1.pf-h3,
  .home-page h1.pf-h3,
  .openAccount-page h2.pf-h3,
  .home-page-noCode h2.pf-h3,
  .landing-page-payment h2.pf-h3,
  .landing-page-stripe h2.pf-h3,
  .landing-page-subscription h2.pf-h3,
  .landing-page-ecommerce h2.pf-h3,
  .agent-page h2.pf-h3,
  .home-page h2.pf-h3,
  .openAccount-page h3.pf-h3,
  .home-page-noCode h3.pf-h3,
  .landing-page-payment h3.pf-h3,
  .landing-page-stripe h3.pf-h3,
  .landing-page-subscription h3.pf-h3,
  .landing-page-ecommerce h3.pf-h3,
  .agent-page h3.pf-h3,
  .home-page h3.pf-h3 {
    font-size: 22px !important;
  }
}
.referral-program-page h1,
.press-page h1,
.aboutUs-page h1,
.pricing-page h1,
.features-page h1,
.testimonials-page h1,
.blog-post-page h1 {
  margin: 0;
}
@media only screen and (max-width: 600px) {
  .referral-program-page h1,
  .press-page h1,
  .aboutUs-page h1,
  .pricing-page h1,
  .features-page h1,
  .testimonials-page h1,
  .blog-post-page h1 {
    font-size: 2.2em !important;
    line-height: 1.4em !important;
  }
}
@media only screen and (min-width: 993px) {
  .referral-program-page h1,
  .press-page h1,
  .aboutUs-page h1,
  .pricing-page h1,
  .features-page h1,
  .testimonials-page h1,
  .blog-post-page h1 {
    font-size: 4.2em !important;
  }
}
.referral-program-page h2,
.press-page h2,
.aboutUs-page h2,
.pricing-page h2,
.features-page h2,
.testimonials-page h2,
.blog-post-page h2 {
  margin-top: 0;
}
@media only screen and (max-width: 600px) {
  .referral-program-page h2,
  .press-page h2,
  .aboutUs-page h2,
  .pricing-page h2,
  .features-page h2,
  .testimonials-page h2,
  .blog-post-page h2 {
    font-size: 1.2em !important;
    line-height: 1.4em !important;
  }
}
@media only screen and (min-width: 993px) {
  .referral-program-page h2,
  .press-page h2,
  .aboutUs-page h2,
  .pricing-page h2,
  .features-page h2,
  .testimonials-page h2,
  .blog-post-page h2 {
    font-size: 2.2em !important;
    line-height: 1.4em !important;
  }
}
.referral-program-page h3,
.press-page h3,
.aboutUs-page h3,
.pricing-page h3,
.features-page h3,
.testimonials-page h3,
.blog-post-page h3 {
  margin: 2em 0 1em 0;
}
@media only screen and (max-width: 600px) {
  .referral-program-page h3,
  .press-page h3,
  .aboutUs-page h3,
  .pricing-page h3,
  .features-page h3,
  .testimonials-page h3,
  .blog-post-page h3 {
    font-size: 1em !important;
  }
}
@media only screen and (min-width: 993px) {
  .referral-program-page h3,
  .press-page h3,
  .aboutUs-page h3,
  .pricing-page h3,
  .features-page h3,
  .testimonials-page h3,
  .blog-post-page h3 {
    font-size: 1.2em !important;
    line-height: 1.5em !important;
  }
}
@media only screen and (max-width: 600px) {
  #PublicPageFooter .text-adaptive {
    font-size: 14px !important;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #PublicPageFooter .text-adaptive {
    font-size: 16px !important;
  }
}
@media only screen and (min-width: 993px) {
  #PublicPageFooter .text-adaptive {
    font-size: 18px !important;
  }
}
.blog-article-preview h1 p,
.blog-article-preview h2 p,
.blog-article-preview h3 p {
  margin: 0;
}.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
.docs-page {
  min-height: 80vh;
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.docs-page .docs-sidebar {
  position: sticky;
  top: 80px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  display: inline-table;
  background: var(--surface-muted);
  border-radius: 12px;
  padding: 1rem;
  height: auto;
  line-height: normal;
  box-shadow: none;
}
.docs-page .docs-sidebar-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}
.docs-page .docs-sidebar-link {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 8px;
  color: #555;
  font-size: 0.9rem;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
  margin-bottom: 2px;
}
.docs-page .docs-sidebar-link:hover {
  background: color-mix(in srgb, var(--brand-primary) 8%, transparent);
  color: var(--brand-primary);
}
.docs-page .docs-sidebar-link.active {
  background: color-mix(in srgb, var(--brand-primary) 12%, transparent);
  color: var(--brand-primary);
  font-weight: 600;
}
.docs-page .docs-sidebar-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .docs-page .docs-sidebar {
    position: relative;
    top: 0;
    max-height: none;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 1rem;
  }
}
.docs-page .docs-content {
  max-width: 780px;
}
.docs-page .docs-content h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
  color: #222;
}
.docs-page .docs-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #333;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
}
.docs-page .docs-content h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.6rem;
  color: #444;
}
.docs-page .docs-content p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 1rem;
}
.docs-page .docs-content ul,
.docs-page .docs-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}
.docs-page .docs-content ul li,
.docs-page .docs-content ol li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin-bottom: 0.4rem;
}
.docs-page .docs-callout {
  border-radius: 8px;
  padding: 14px 18px;
  margin: 1.2rem 0;
  font-size: 0.9rem;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.docs-page .docs-callout-icon {
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-top: 1px;
}
.docs-page .docs-callout-tip {
  background: #e8f5e9;
  border-left: 4px solid #4caf50;
  color: #2e7d32;
}
.docs-page .docs-callout-info {
  background: #e3f2fd;
  border-left: 4px solid #2196f3;
  color: #1565c0;
}
.docs-page .docs-callout-warning {
  background: #fff3e0;
  border-left: 4px solid #ff9800;
  color: #e65100;
}
.docs-page .docs-step-list {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  margin: 1.2rem 0;
}
.docs-page .docs-step-list li {
  counter-increment: step-counter;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 1rem;
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
}
.docs-page .docs-step-list li::before {
  content: counter(step-counter);
  background: var(--brand-primary);
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 2px;
}
.docs-page .docs-subtitle {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
}
.docs-page .docs-home-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
}
.docs-page .docs-home-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 1.4rem;
  transition: box-shadow 0.2s, border-color 0.2s;
  text-decoration: none;
  display: block;
  color: inherit;
}
.docs-page .docs-home-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  border-color: var(--brand-primary);
}
.docs-page .docs-home-card-emoji {
  font-size: 1.8rem;
  margin-bottom: 0.6rem;
}
.docs-page .docs-home-card-title {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 0.3rem;
}
.docs-page .docs-home-card-desc {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.5;
}
.docs-page .docs-nav-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #eee;
}
.docs-page .docs-nav-footer a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-primary);
  text-decoration: none;
}
.docs-page .docs-nav-footer a:hover {
  text-decoration: underline;
}
.docs-page .docs-search {
  position: relative;
  margin-bottom: 2rem;
}
.docs-page .docs-search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.docs-page .docs-search-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  pointer-events: none;
}
.docs-page .docs-search-input {
  width: 100%;
  padding: 14px 14px 14px 44px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.docs-page .docs-search-input:focus {
  border-color: var(--brand-primary);
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand-primary) 15%, transparent);
}
.docs-page .docs-search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 50;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-top: 4px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  overflow-y: auto;
  max-height: 60vh;
}
.docs-page .docs-search-result {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 10px 16px;
  border: none;
  background: none;
  cursor: pointer;
  text-align: left;
  transition: background 0.15s;
}
.docs-page .docs-search-result:hover,
.docs-page .docs-search-result.active {
  background: color-mix(in srgb, var(--brand-primary) 8%, transparent);
}
.docs-page .docs-search-result-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}
.docs-page .docs-search-result-category {
  font-size: 0.8rem;
  color: #888;
}
.docs-page .docs-search-no-results {
  padding: 12px 16px;
  font-size: 0.9rem;
  color: #888;
}
.docs-page .docs-breadcrumbs {
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  margin-bottom: 1.5rem;
}
.docs-page .docs-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs-page .docs-breadcrumbs ol li {
  font-size: 0.85rem;
  color: #888;
}
.docs-page .docs-breadcrumbs ol li::after {
  content: '/';
  margin-left: 8px;
  color: #ccc;
}
.docs-page .docs-breadcrumbs ol li:last-child::after {
  content: '';
}
.docs-page .docs-breadcrumbs ol li a {
  color: var(--brand-primary);
  text-decoration: none;
}
.docs-page .docs-breadcrumbs ol li a:hover {
  text-decoration: underline;
}
.docs-page .docs-breadcrumbs .docs-breadcrumb-current {
  color: #555;
  font-weight: 500;
}
.docs-page .docs-article-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 2rem;
  align-items: start;
}
@media (min-width: 1201px) {
  .docs-page .docs-article-layout {
    grid-template-columns: 260px 1fr 200px;
  }
}
@media (max-width: 991px) {
  .docs-page .docs-article-layout {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .docs-page .docs-article-sidebar {
    display: none;
  }
}
.docs-page .docs-article-sidebar-mobile {
  display: none;
}
@media (max-width: 991px) {
  .docs-page .docs-article-sidebar-mobile {
    display: block;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
  }
  .docs-page .docs-article-sidebar-mobile.docs-sidebar--open {
    max-height: 80vh;
    overflow-y: auto;
  }
}
.docs-page .docs-sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .docs-page .docs-sidebar-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: var(--surface-muted, #f8f8f8);
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 0.5rem;
  }
  .docs-page .docs-sidebar-toggle::after {
    content: '\u25BC';
    margin-left: auto;
    font-size: 0.7rem;
    transition: transform 0.2s;
  }
  .docs-page .docs-sidebar-toggle.open::after {
    transform: rotate(180deg);
  }
}
.docs-page .docs-article-main {
  min-width: 0;
}
.docs-page .docs-article-content {
  max-width: 780px;
}
.docs-page .docs-article-header {
  margin-bottom: 2rem;
}
.docs-page .docs-article-header h1 {
  margin-bottom: 0.5rem;
}
.docs-page .docs-article-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.85rem;
  color: #888;
}
.docs-page .docs-article-description {
  font-size: 1.05rem;
  color: #666;
  line-height: 1.6;
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #eee;
}
.docs-page .docs-article-toc {
  position: sticky;
  top: 100px;
  align-self: start;
  max-height: calc(100vh - 120px);
  overflow-y: auto;
}
@media (max-width: 1200px) {
  .docs-page .docs-article-toc {
    display: none;
  }
}
.docs-page .docs-sidebar-title a {
  font-size: 1rem;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.docs-page .docs-sidebar-title a:hover {
  color: var(--brand-primary);
}
.docs-page .docs-sidebar-categories {
  list-style: none;
  padding: 0;
  margin: 0;
}
.docs-page .docs-sidebar-category-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 6px 8px;
  border: none;
  background: none;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  color: #555;
  border-radius: 6px;
  text-align: left;
  transition: background 0.15s;
}
.docs-page .docs-sidebar-category-btn:hover {
  background: color-mix(in srgb, var(--brand-primary) 6%, transparent);
}
.docs-page .docs-sidebar-category-btn.expanded {
  font-weight: 600;
  color: #333;
}
.docs-page .docs-sidebar-category.active .docs-sidebar-category-btn {
  color: var(--brand-primary);
  font-weight: 600;
}
.docs-page .docs-sidebar-category-emoji {
  font-size: 0.9rem;
  flex-shrink: 0;
}
.docs-page .docs-sidebar-chevron {
  margin-left: auto;
  transition: transform 0.2s;
  color: #aaa;
}
.docs-page .docs-sidebar-chevron.rotated {
  transform: rotate(90deg);
}
.docs-page .docs-sidebar-articles {
  list-style: none;
  padding: 0 0 0 28px;
  margin: 2px 0 6px;
}
.docs-page .docs-sidebar-articles li {
  float: none;
  margin-bottom: 1px;
}
.docs-page .docs-sidebar-article-link {
  display: block;
  padding: 4px 8px;
  font-size: 0.82rem;
  color: #666;
  text-decoration: none;
  border-radius: 4px;
  border-left: 2px solid transparent;
  transition: color 0.15s, border-color 0.15s;
}
.docs-page .docs-sidebar-article-link:hover {
  color: var(--brand-primary);
}
.docs-page .docs-sidebar-article-link.active {
  color: var(--brand-primary);
  font-weight: 600;
  border-left-color: var(--brand-primary);
}
.docs-page .docs-feedback {
  margin-top: 3rem;
  padding: 1.5rem;
  background: var(--surface-muted, #f8f8f8);
  border-radius: 12px;
  text-align: center;
}
.docs-page .docs-feedback-label {
  font-size: 0.95rem;
  font-weight: 600;
  color: #555;
  margin-right: 1rem;
}
.docs-page .docs-feedback-buttons {
  display: inline-flex;
  gap: 8px;
  margin-top: 8px;
}
.docs-page .docs-feedback-btn {
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #ddd;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: border-color 0.2s, background 0.2s;
}
.docs-page .docs-feedback-btn:hover {
  border-color: var(--brand-primary);
  background: color-mix(in srgb, var(--brand-primary) 8%, transparent);
}
.docs-page .docs-feedback--submitted {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #666;
}
.docs-page .docs-feedback-emoji {
  font-size: 1.3rem;
}
.docs-page .docs-faq-section {
  margin-top: 2.5rem;
}
.docs-page .docs-faq-item {
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 8px;
  overflow: hidden;
}
.docs-page .docs-faq-item summary {
  padding: 12px 16px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #333;
  cursor: pointer;
  list-style: none;
}
.docs-page .docs-faq-item summary::-webkit-details-marker {
  display: none;
}
.docs-page .docs-faq-item summary::before {
  content: '+';
  margin-right: 10px;
  font-weight: 700;
  color: var(--brand-primary);
}
.docs-page .docs-faq-item[open] summary::before {
  content: '\u2212';
}
.docs-page .docs-faq-item .docs-faq-answer {
  padding: 0 16px 12px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #555;
}
.docs-page .docs-category-article-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 1.5rem;
}
.docs-page .docs-category-article-card {
  display: block;
  padding: 1.2rem;
  border: 1px solid #eee;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.docs-page .docs-category-article-card:hover {
  border-color: var(--brand-primary);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.docs-page .docs-category-article-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 4px;
}
.docs-page .docs-category-article-desc {
  font-size: 0.85rem;
  color: #777;
  line-height: 1.5;
}
.docs-page .docs-category-article-meta {
  display: flex;
  gap: 1rem;
  margin-top: 8px;
  font-size: 0.8rem;
  color: #aaa;
}
.docs-page .docs-popular-section {
  margin-top: 3rem;
}
.docs-page .docs-popular-section h2 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #333;
}
.docs-page .docs-popular-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 10px;
}
.docs-page .docs-popular-card {
  display: flex;
  flex-direction: column;
  padding: 12px 16px;
  border: 1px solid #eee;
  border-radius: 8px;
  text-decoration: none;
  transition: border-color 0.2s;
}
.docs-page .docs-popular-card:hover {
  border-color: var(--brand-primary);
}
.docs-page .docs-popular-card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #333;
}
.docs-page .docs-popular-card-category {
  font-size: 0.8rem;
  color: #888;
}
.docs-page .docs-home-card-count {
  margin-top: 8px;
  font-size: 0.78rem;
  color: #aaa;
  font-weight: 500;
}
.docs-page .docs-contact-cta {
  text-align: center;
  margin-top: 3rem;
  padding: 2rem;
  background: var(--surface-muted, #f8f8f8);
  border-radius: 12px;
}
.docs-page .docs-contact-cta p {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1rem;
}
.docs-page .docs-contact-btn {
  padding: 10px 24px;
  border-radius: 8px;
  border: none;
  background: var(--brand-primary);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.docs-page .docs-contact-btn:hover {
  opacity: 0.9;
}
.docs-page .docs-back-link {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 500;
}
.docs-page .docs-back-link:hover {
  text-decoration: underline;
}
.docs-page .docs-empty-category {
  text-align: center;
  padding: 3rem 0;
  color: #888;
}
.docs-page .docs-nav-link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
.docs-page .docs-nav-link .docs-nav-label {
  font-size: 0.78rem;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.docs-page .docs-nav-link .docs-nav-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--brand-primary);
}
.docs-page .docs-nav-link:hover .docs-nav-title {
  text-decoration: underline;
}
.docs-page .docs-nav-next {
  text-align: right;
}
.nc-instance .docs-page .docs-sidebar {
  display: inline-table;
  background: #dfedee;
  border-radius: 12px;
  padding: 1rem;
}
.nc-instance .docs-page .docs-sidebar-title {
  color: #333;
}
.nc-instance .docs-page .docs-sidebar-link {
  color: #444;
}
@media (max-width: 600px) {
  .nc-instance .docs-page .docs-sidebar {
    border-bottom-color: rgba(0, 0, 0, 0.1);
  }
}
.nc-instance.noCode-bg-dark .docs-page .docs-content h1,
.nc-instance .noCode-bg-dark .docs-page .docs-content h1 {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-content h2,
.nc-instance .noCode-bg-dark .docs-page .docs-content h2 {
  color: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.nc-instance.noCode-bg-dark .docs-page .docs-content h3,
.nc-instance .noCode-bg-dark .docs-page .docs-content h3 {
  color: rgba(255, 255, 255, 0.85);
}
.nc-instance.noCode-bg-dark .docs-page .docs-content p,
.nc-instance .noCode-bg-dark .docs-page .docs-content p {
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-content ul li,
.nc-instance .noCode-bg-dark .docs-page .docs-content ul li,
.nc-instance.noCode-bg-dark .docs-page .docs-content ol li,
.nc-instance .noCode-bg-dark .docs-page .docs-content ol li {
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-callout-tip,
.nc-instance .noCode-bg-dark .docs-page .docs-callout-tip {
  background: rgba(76, 175, 80, 0.15);
  border-left-color: #4caf50;
  color: #81c784;
}
.nc-instance.noCode-bg-dark .docs-page .docs-callout-info,
.nc-instance .noCode-bg-dark .docs-page .docs-callout-info {
  background: rgba(33, 150, 243, 0.15);
  border-left-color: #2196f3;
  color: #64b5f6;
}
.nc-instance.noCode-bg-dark .docs-page .docs-callout-warning,
.nc-instance .noCode-bg-dark .docs-page .docs-callout-warning {
  background: rgba(255, 152, 0, 0.15);
  border-left-color: #ff9800;
  color: #ffb74d;
}
.nc-instance.noCode-bg-dark .docs-page .docs-step-list li,
.nc-instance .noCode-bg-dark .docs-page .docs-step-list li {
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-step-list li::before,
.nc-instance .noCode-bg-dark .docs-page .docs-step-list li::before {
  background: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark .docs-page .docs-article-toc,
.nc-instance .noCode-bg-dark .docs-page .docs-article-toc {
  --blog-text-secondary: rgba(255, 255, 255, 0.5);
  --blog-text-primary: rgba(255, 255, 255, 0.8);
  --blog-text-muted: rgba(255, 255, 255, 0.4);
  --blog-accent-color: #5ca4a9;
}
.nc-instance.noCode-bg-dark .docs-page .docs-subtitle,
.nc-instance .noCode-bg-dark .docs-page .docs-subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance.noCode-bg-dark .docs-page .docs-home-card,
.nc-instance .noCode-bg-dark .docs-page .docs-home-card {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.1);
}
.nc-instance.noCode-bg-dark .docs-page .docs-home-card:hover,
.nc-instance .noCode-bg-dark .docs-page .docs-home-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}
.nc-instance.noCode-bg-dark .docs-page .docs-home-card-title,
.nc-instance .noCode-bg-dark .docs-page .docs-home-card-title {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-home-card-desc,
.nc-instance .noCode-bg-dark .docs-page .docs-home-card-desc {
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance.noCode-bg-dark .docs-page .docs-nav-footer,
.nc-instance .noCode-bg-dark .docs-page .docs-nav-footer {
  border-top-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-nav-footer a,
.nc-instance .noCode-bg-dark .docs-page .docs-nav-footer a {
  color: #dfedee !important;
}
.nc-instance.noCode-bg-dark .docs-page .docs-nav-footer a:hover,
.nc-instance .noCode-bg-dark .docs-page .docs-nav-footer a:hover {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-search-input,
.nc-instance .noCode-bg-dark .docs-page .docs-search-input {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-search-input::placeholder,
.nc-instance .noCode-bg-dark .docs-page .docs-search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.nc-instance.noCode-bg-dark .docs-page .docs-search-dropdown,
.nc-instance .noCode-bg-dark .docs-page .docs-search-dropdown {
  background: #2a2a27;
  border-color: rgba(255, 255, 255, 0.15);
}
.nc-instance.noCode-bg-dark .docs-page .docs-search-result-title,
.nc-instance .noCode-bg-dark .docs-page .docs-search-result-title {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-search-result-category,
.nc-instance .noCode-bg-dark .docs-page .docs-search-result-category {
  color: rgba(255, 255, 255, 0.5);
}
.nc-instance.noCode-bg-dark .docs-page .docs-breadcrumbs ol li,
.nc-instance .noCode-bg-dark .docs-page .docs-breadcrumbs ol li {
  color: rgba(255, 255, 255, 0.5);
}
.nc-instance.noCode-bg-dark .docs-page .docs-breadcrumbs ol li::after,
.nc-instance .noCode-bg-dark .docs-page .docs-breadcrumbs ol li::after {
  color: rgba(255, 255, 255, 0.2);
}
.nc-instance.noCode-bg-dark .docs-page .docs-breadcrumb-current,
.nc-instance .noCode-bg-dark .docs-page .docs-breadcrumb-current {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance.noCode-bg-dark .docs-page .docs-article-meta,
.nc-instance .noCode-bg-dark .docs-page .docs-article-meta {
  color: rgba(255, 255, 255, 0.5);
}
.nc-instance.noCode-bg-dark .docs-page .docs-article-description,
.nc-instance .noCode-bg-dark .docs-page .docs-article-description {
  color: rgba(255, 255, 255, 0.6);
  border-bottom-color: rgba(255, 255, 255, 0.15);
}
.nc-instance.noCode-bg-dark .docs-page .docs-sidebar-title a,
.nc-instance .noCode-bg-dark .docs-page .docs-sidebar-title a {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-sidebar-category-btn,
.nc-instance .noCode-bg-dark .docs-page .docs-sidebar-category-btn {
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-sidebar-category-btn.expanded,
.nc-instance .noCode-bg-dark .docs-page .docs-sidebar-category-btn.expanded {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-sidebar-article-link,
.nc-instance .noCode-bg-dark .docs-page .docs-sidebar-article-link {
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance.noCode-bg-dark .docs-page .docs-sidebar-article-link.active,
.nc-instance .noCode-bg-dark .docs-page .docs-sidebar-article-link.active {
  color: #5ca4a9;
  border-left-color: #5ca4a9;
}
.nc-instance.noCode-bg-dark .docs-page .docs-feedback,
.nc-instance .noCode-bg-dark .docs-page .docs-feedback {
  background: rgba(255, 255, 255, 0.06);
}
.nc-instance.noCode-bg-dark .docs-page .docs-feedback-label,
.nc-instance .noCode-bg-dark .docs-page .docs-feedback-label {
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-feedback-btn,
.nc-instance .noCode-bg-dark .docs-page .docs-feedback-btn {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-faq-item,
.nc-instance .noCode-bg-dark .docs-page .docs-faq-item {
  border-color: rgba(255, 255, 255, 0.1);
}
.nc-instance.noCode-bg-dark .docs-page .docs-faq-item summary,
.nc-instance .noCode-bg-dark .docs-page .docs-faq-item summary {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-faq-item .docs-faq-answer,
.nc-instance .noCode-bg-dark .docs-page .docs-faq-item .docs-faq-answer {
  color: rgba(255, 255, 255, 0.7);
}
.nc-instance.noCode-bg-dark .docs-page .docs-category-article-card,
.nc-instance .noCode-bg-dark .docs-page .docs-category-article-card {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}
.nc-instance.noCode-bg-dark .docs-page .docs-category-article-card:hover,
.nc-instance .noCode-bg-dark .docs-page .docs-category-article-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.nc-instance.noCode-bg-dark .docs-page .docs-category-article-title,
.nc-instance .noCode-bg-dark .docs-page .docs-category-article-title {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-category-article-desc,
.nc-instance .noCode-bg-dark .docs-page .docs-category-article-desc {
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance.noCode-bg-dark .docs-page .docs-category-article-meta,
.nc-instance .noCode-bg-dark .docs-page .docs-category-article-meta {
  color: rgba(255, 255, 255, 0.4);
}
.nc-instance.noCode-bg-dark .docs-page .docs-popular-section h2,
.nc-instance .noCode-bg-dark .docs-page .docs-popular-section h2 {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-popular-card,
.nc-instance .noCode-bg-dark .docs-page .docs-popular-card {
  border-color: rgba(255, 255, 255, 0.1);
}
.nc-instance.noCode-bg-dark .docs-page .docs-popular-card:hover,
.nc-instance .noCode-bg-dark .docs-page .docs-popular-card:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.nc-instance.noCode-bg-dark .docs-page .docs-popular-card-title,
.nc-instance .noCode-bg-dark .docs-page .docs-popular-card-title {
  color: #fff;
}
.nc-instance.noCode-bg-dark .docs-page .docs-popular-card-category,
.nc-instance .noCode-bg-dark .docs-page .docs-popular-card-category {
  color: rgba(255, 255, 255, 0.5);
}
.nc-instance.noCode-bg-dark .docs-page .docs-contact-cta,
.nc-instance .noCode-bg-dark .docs-page .docs-contact-cta {
  background: rgba(255, 255, 255, 0.06);
}
.nc-instance.noCode-bg-dark .docs-page .docs-contact-cta p,
.nc-instance .noCode-bg-dark .docs-page .docs-contact-cta p {
  color: rgba(255, 255, 255, 0.6);
}
.nc-instance.noCode-bg-dark .docs-page .docs-home-card-count,
.nc-instance .noCode-bg-dark .docs-page .docs-home-card-count {
  color: rgba(255, 255, 255, 0.4);
}
.nc-instance.noCode-bg-dark .docs-page .docs-nav-link .docs-nav-label,
.nc-instance .noCode-bg-dark .docs-page .docs-nav-link .docs-nav-label {
  color: rgba(255, 255, 255, 0.4);
}
.nc-instance.noCode-bg-dark .docs-page .docs-nav-link .docs-nav-title,
.nc-instance .noCode-bg-dark .docs-page .docs-nav-link .docs-nav-title {
  color: #dfedee;
}
.nc-instance.noCode-bg-dark .docs-page .docs-sidebar-toggle,
.nc-instance .noCode-bg-dark .docs-page .docs-sidebar-toggle {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .nc-instance.noCode-bg-dark .docs-page .docs-article-sidebar-mobile,
  .nc-instance .noCode-bg-dark .docs-page .docs-article-sidebar-mobile {
    border-bottom-color: rgba(255, 255, 255, 0.1);
  }
}
.free-tools-hub__continue-banner {
  background: var(--text-link, #007acc);
  color: #fff;
  padding: 12px 0;
}
.free-tools-hub__continue-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.free-tools-hub__continue-title {
  font-weight: 700;
  font-size: 0.95rem;
  display: block;
}
.free-tools-hub__continue-desc {
  font-size: 0.85rem;
  opacity: 0.9;
  display: block;
}
.free-tools-hub__continue-btn {
  background: #fff;
  color: var(--text-link, #007acc);
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}
/* === IdeaCard tertiary action === */
.idea-card__btn-tertiary {
  font-size: 0.85rem;
  color: var(--text-muted, #888);
  padding: 4px 0;
}
.idea-card__btn-tertiary:hover {
  color: var(--text-link, #007acc);
}
/* Skeletons */
.loader-card {
  height: 92px;
  border-radius: 12px;
  background: #f1f1f1;
  overflow: hidden;
  margin: 8px 0;
}
.loader-card .shine {
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine-move 1.2s linear infinite;
}
@keyframes shine-move {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(200%);
  }
}
/* Mobile niceties */
@media (max-width: 992px) {
  /* Reduce container padding on tablet/mobile so form aligns with hero */
  .business-ideas-generator > .position-relative > .container.padding-2,
  .lean-canvas-generator > .position-relative > .container.padding-2,
  .sales-page-writer > .position-relative > .container.padding-2,
  .pricing-calculator > .position-relative > .container.padding-2 {
    padding-left: 0.75em;
    padding-right: 0.75em;
  }
}
@media (max-width: 600px) {
  /* Tighter hero padding on small screens */
  .business-ideas-generator .pf-section,
  .lean-canvas-generator .pf-section,
  .sales-page-writer .pf-section,
  .pricing-calculator .pf-section {
    padding-bottom: 24px;
  }
}
/* ═══════════════════════════════════════════════════════════════════
   Email Capture — Touch 1: Bottom Bar
   ═══════════════════════════════════════════════════════════════════ */
.free-tool-email-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 24px;
  animation: slideUpBar 0.3s ease-out;
}
@keyframes slideUpBar {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
.free-tool-email-bar__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  max-width: 680px;
  margin: 0 auto;
}
.free-tool-email-bar__prompt {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
}
.free-tool-email-bar__input {
  flex: 1;
  min-width: 0;
  padding: 8px 14px;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}
.free-tool-email-bar__input:focus {
  border-color: var(--text-link);
}
.free-tool-email-bar__cta {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: var(--brand-primary);
  border: none;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
}
.free-tool-email-bar__cta:hover {
  background: #005fa3;
}
.free-tool-email-bar__dismiss {
  background: none;
  border: none;
  font-size: 22px;
  color: #999;
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
}
.free-tool-email-bar__dismiss:hover {
  color: #333;
}
.free-tool-email-bar__success {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2e7d32;
}
@media (max-width: 600px) {
  .free-tool-email-bar__form {
    flex-wrap: wrap;
    gap: 8px;
  }
  .free-tool-email-bar__prompt {
    width: 100%;
    text-align: center;
  }
  .free-tool-email-bar__input {
    flex: 1;
  }
}
/* ═══════════════════════════════════════════════════════════════════
   Email Capture — Touch 2: Inline Post-Results Card
   ═══════════════════════════════════════════════════════════════════ */
.free-tool-email-capture {
  margin-top: 24px;
  padding: 24px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  text-align: center;
}
.free-tool-email-capture__title {
  margin: 0 0 16px;
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
}
.free-tool-email-capture__form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 460px;
  margin: 0 auto;
}
.free-tool-email-capture__input {
  flex: 1;
  min-width: 0;
  padding: 10px 16px;
  font-size: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: border-color 0.2s;
}
.free-tool-email-capture__input:focus {
  border-color: var(--text-link);
}
.free-tool-email-capture__cta {
  white-space: nowrap;
}
.free-tool-email-capture__social-proof {
  margin: 12px 0 0;
  font-size: 13px;
  color: #888;
}
.free-tool-email-capture__success {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #2e7d32;
  padding: 8px 0;
}
.free-tool-email-capture__success svg {
  color: #2e7d32;
}
@media (max-width: 600px) {
  .free-tool-email-capture__form {
    flex-direction: column;
  }
  .free-tool-email-capture__input {
    width: 100%;
  }
}
/* ═══════════════════════════════════════════════════════════════════
   Free Tools — Layout & Spacing Fixes
   ═══════════════════════════════════════════════════════════════════ */
/* Align hero text with the form panel below (match col m10 offset-m1 centering) */
.business-ideas-generator .pf-section .container,
.lean-canvas-generator .pf-section .container,
.sales-page-writer .pf-section .container,
.pricing-calculator .pf-section .container {
  max-width: 800px;
}
/* Remove redundant inner grid padding — panel already handles spacing */
.business-ideas-form > .row,
.lean-canvas-form > .row,
.sales-page-writer-form > .row,
.pricing-calculator-form > .row {
  margin-bottom: 0;
}
.business-ideas-form > .row > .col,
.lean-canvas-form > .row > .col,
.sales-page-writer-form > .row > .col,
.pricing-calculator-form > .row > .col {
  padding: 0;
}
/* Hero: clear the fixed header (nav = 92px) + breathing room */
.business-ideas-generator .pf-section,
.lean-canvas-generator .pf-section,
.sales-page-writer .pf-section,
.pricing-calculator .pf-section,
.terms-generator .pf-section,
.privacy-generator .pf-section {
  padding-top: 96px;
  padding-bottom: 32px;
}
/* Prevent horizontal overflow from form content */
.business-ideas-generator,
.lean-canvas-generator,
.sales-page-writer,
.pricing-calculator {
  overflow-x: hidden;
}
/* ═══════════════════════════════════════════════════════════════════
   Free Tools — Modern Form Styles
   ═══════════════════════════════════════════════════════════════════ */
/* Progressive disclosure animation */
.free-tool-advanced-fields {
  animation: ftFadeSlideIn 0.3s ease-out;
}
@keyframes ftFadeSlideIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Modern form cards */
.free-tool-section {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 24px 20px 28px;
  overflow: hidden;
}
.free-tool-section textarea,
.free-tool-section textarea.materialize-textarea {
  box-sizing: border-box !important;
  max-width: 100%;
}
/* ── Idea Card ─────────────────────────────────────────────────── */
.idea-card {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}
.idea-card__header {
  padding: 28px 24px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.idea-card__title {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  line-height: 1.3;
}
.idea-card__subtitle {
  font-size: 14.5px;
  color: #666;
  margin: 0;
  line-height: 1.55;
}
.idea-card__meta-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.idea-card__meta-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 20px;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.idea-card__meta-item:last-child {
  border-right: none;
}
.idea-card__meta-item svg {
  color: #999;
  flex-shrink: 0;
  margin-bottom: 2px;
}
.idea-card__meta-label {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #999;
}
.idea-card__meta-value {
  font-size: 13.5px;
  color: #333;
  line-height: 1.45;
  font-weight: 500;
}
.idea-card__channels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.idea-card__channels .idea-card__channel-chip {
  font-size: 12px;
  padding: 4px 12px;
  cursor: default;
}
.idea-card__channels .idea-card__channel-chip:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.08);
}
.idea-card__indicators {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
/* Difficulty dots */
.idea-difficulty {
  display: flex;
  align-items: center;
  gap: 8px;
}
.idea-difficulty__label {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
.idea-difficulty__dots {
  display: flex;
  gap: 4px;
}
.idea-difficulty__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.08);
}
.idea-difficulty__dot--filled {
  background: #f5a623;
}
.idea-card__actions {
  display: flex;
  gap: 10px;
  padding: 20px 24px 24px;
}
.idea-card__actions .idea-card__btn-primary {
  flex: 1 1 0;
  border-radius: 10px;
  font-weight: 600;
  text-transform: none;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
}
.idea-card__actions .idea-card__btn-secondary {
  flex: 1 1 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 10px;
  font-size: 14px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
}
/* Responsive: stack meta grid on mobile */
@media (max-width: 600px) {
  .idea-card__meta-grid {
    grid-template-columns: 1fr;
  }
  .idea-card__meta-item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .idea-card__meta-item:last-child {
    border-bottom: none;
  }
  .idea-card__actions {
    flex-direction: column;
  }
}
/* ── Lean Canvas Grid ──────────────────────────────────────────── */
.lean-canvas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: minmax(120px, auto) minmax(120px, auto) auto;
  grid-template-areas: 'problem solution  uvp advantage segments' 'problem metrics   uvp channels  segments' 'cost    cost      cost revenue  revenue';
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.lean-canvas-cell {
  padding: 16px 18px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lean-canvas-cell__label {
  font-size: 10.5px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  line-height: 1;
}
.lean-canvas-cell__content {
  font-size: 13.5px;
  color: #333;
  line-height: 1.55;
}
/* Remove right border on last column */
.lean-canvas-cell--segments,
.lean-canvas-cell--revenue {
  border-right: none;
}
/* Remove bottom border on bottom row */
.lean-canvas-cell--cost,
.lean-canvas-cell--revenue {
  border-bottom: none;
}
/* Accent bars — left border by section group */
.lean-canvas-cell--problem,
.lean-canvas-cell--solution,
.lean-canvas-cell--metrics {
  border-left: 3px solid #f5a623;
}
.lean-canvas-cell--uvp {
  border-left: 3px solid var(--text-link);
}
.lean-canvas-cell--advantage,
.lean-canvas-cell--channels,
.lean-canvas-cell--segments {
  border-left: 3px solid #4caf50;
}
.lean-canvas-cell--cost,
.lean-canvas-cell--revenue {
  border-left: 3px solid #bbb;
}
/* Skeleton loading lines — reuses @keyframes shine from loader-card */
.lean-canvas-cell__skeleton {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.lean-canvas-cell__skeleton-line {
  height: 12px;
  border-radius: 6px;
  background: #eee;
  overflow: hidden;
  position: relative;
}
.lean-canvas-cell__skeleton-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine-move 1.5s linear infinite;
}
/* Responsive: single column on mobile */
@media (max-width: 600px) {
  .lean-canvas-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'problem' 'solution' 'metrics' 'uvp' 'advantage' 'channels' 'segments' 'cost' 'revenue';
  }
  .lean-canvas-cell {
    border-right: none;
  }
}
/* ── Sales Page Preview ────────────────────────────────────────── */
.sp-preview__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sp-preview__toolbar-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0;
}
/* Hero — gradient background */
.sp-preview__hero {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 16px;
  padding: 40px 32px;
  margin-bottom: 32px;
}
.sp-preview__hero-headline {
  font-size: 28px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 8px;
  line-height: 1.2;
}
.sp-preview__hero-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 16px;
  line-height: 1.5;
  font-weight: 500;
}
.sp-preview__hero-desc {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  line-height: 1.6;
  max-width: 600px;
}
/* Section label */
.sp-preview__section {
  margin-bottom: 28px;
}
.sp-preview__section-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #999;
  margin-bottom: 12px;
}
/* Features grid */
.sp-preview__features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.sp-preview__feature-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 20px;
  position: relative;
}
.sp-preview__feature-num {
  font-size: 28px;
  font-weight: 800;
  color: rgba(0, 0, 0, 0.06);
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}
.sp-preview__feature-title {
  font-size: 15px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
}
.sp-preview__feature-desc {
  font-size: 13.5px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
/* Social proof quote */
.sp-preview__quote-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 28px 24px;
  position: relative;
  text-align: center;
}
.sp-preview__quote-mark {
  margin-bottom: 8px;
  color: #1a1a1a;
}
.sp-preview__quote-text {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
/* Pricing card */
.sp-preview__pricing-card {
  background: #fff;
  border: 2px solid #1a1a1a;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.sp-preview__pricing-amount {
  margin-bottom: 20px;
}
.sp-preview__pricing-value {
  font-size: 40px;
  font-weight: 800;
  color: #1a1a1a;
  letter-spacing: -0.02em;
}
.sp-preview__pricing-period {
  font-size: 15px;
  color: #888;
  font-weight: 500;
  margin-left: 4px;
}
.sp-preview__pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.sp-preview__pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.sp-preview__pricing-feature svg {
  color: #4caf50;
  flex-shrink: 0;
}
/* FAQ */
.sp-preview__faq-list {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.sp-preview__faq-item {
  padding: 16px 20px;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.15s;
}
.sp-preview__faq-item:last-child {
  border-bottom: none;
}
.sp-preview__faq-item:hover {
  background: rgba(0, 0, 0, 0.015);
}
.sp-preview__faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 14.5px;
  font-weight: 600;
  color: #1a1a1a;
}
.sp-preview__faq-answer {
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
  margin: 10px 0 0;
  padding-right: 30px;
}
/* Closing CTA */
.sp-preview__cta-card {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 16px;
  padding: 40px 32px;
  text-align: center;
  margin-bottom: 28px;
}
.sp-preview__cta-title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 8px;
}
.sp-preview__cta-sub {
  font-size: 14.5px;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  line-height: 1.5;
}
/* Responsive */
@media (max-width: 600px) {
  .sp-preview__hero {
    padding: 28px 20px;
  }
  .sp-preview__hero-headline {
    font-size: 22px;
  }
  .sp-preview__features-grid {
    grid-template-columns: 1fr;
  }
  .sp-preview__pricing-card {
    max-width: 100%;
  }
  .sp-preview__cta-card {
    padding: 28px 20px;
  }
}
/* PF input focus accent (pink) */
.business-ideas-form .input-field input:focus,
.lean-canvas-form .input-field input:focus,
.sales-page-writer-form .input-field input:focus,
.pricing-calculator-form .input-field input:focus,
.business-ideas-form .input-field textarea:focus,
.lean-canvas-form .input-field textarea:focus,
.sales-page-writer-form .input-field textarea:focus,
.pricing-calculator-form .input-field textarea:focus {
  border-bottom-color: #e155c0 !important;
  box-shadow: 0 1px 0 0 #e155c0 !important;
}
/* Modern CTA buttons */
.business-ideas-form .btn-large,
.lean-canvas-form .btn-large,
.sales-page-writer-form .btn-large,
.pricing-calculator-form .btn-large {
  border-radius: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  height: 52px;
  line-height: 52px;
}
/* Outlined secondary button — used for secondary CTAs across free tools */
.btn-outline {
  background: transparent;
  border: 1.5px solid rgba(0, 0, 0, 0.2);
  color: #333;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  text-transform: none;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.btn-outline:hover {
  border-color: rgba(0, 0, 0, 0.4);
  color: #111;
  background: rgba(0, 0, 0, 0.02);
}
/* Toggle link button */
.business-ideas-form .btn-link,
.lean-canvas-form .btn-link,
.sales-page-writer-form .btn-link,
.pricing-calculator-form .btn-link {
  background: none;
  border: none;
  color: var(--text-link);
  cursor: pointer;
  padding: 8px 16px;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: color 0.2s;
}
.business-ideas-form .btn-link:hover,
.lean-canvas-form .btn-link:hover,
.sales-page-writer-form .btn-link:hover,
.pricing-calculator-form .btn-link:hover {
  color: #005fa3;
}
/* ── Shared chip styles ─────────────────────────────────────────── */
.pf-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
  border: 1.5px solid rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.04);
  color: inherit;
  padding: 7px 16px;
  font-size: 13px;
  font-weight: 500;
  height: auto;
  line-height: 1.4;
  border-radius: 999px;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}
.pf-chip:hover {
  border-color: rgba(0, 0, 0, 0.15);
  background: rgba(0, 0, 0, 0.07);
}
.pf-chip--active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
  font-weight: 600;
}
.pf-chip--active:hover,
.pf-chip--active:focus,
.pf-chip--active:active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}
/* Override global button:focus { background-color: inherit !important } from buttons.less */
button.pf-chip:focus {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
button.pf-chip.pf-chip--active:focus {
  background-color: var(--brand-primary) !important;
}
/* Chip radio selector — hide native radio + nuke ALL Materialize overrides */
.chip-radio-label {
  cursor: pointer;
  display: inline-flex;
  /* Kill Materialize radio/checkbox pseudo-elements */
  /* Force .pf-chip styles over Materialize's [type="radio"] + span selectors */
  /* Active state must beat the base override above */
}
.chip-radio-label input[type="radio"],
.chip-radio-label input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.chip-radio-label [type="radio"] + span::before,
.chip-radio-label [type="radio"] + span::after,
.chip-radio-label [type="checkbox"] + span::before,
.chip-radio-label [type="checkbox"] + span::after {
  display: none !important;
  border: none !important;
  background: none !important;
}
.chip-radio-label .pf-chip {
  padding: 5px 16px !important;
  border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(0, 0, 0, 0.04) !important;
  color: inherit !important;
  height: auto !important;
}
.chip-radio-label .pf-chip:hover {
  border-color: rgba(0, 0, 0, 0.15) !important;
  background: rgba(0, 0, 0, 0.07) !important;
}
.chip-radio-label .pf-chip.pf-chip--active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}
.chip-radio-label .pf-chip.pf-chip--active:hover,
.chip-radio-label .pf-chip.pf-chip--active:focus {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
}
/* Chip row — flex container for chip selectors */
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}
/* Chip-suggest: quick-fill chips above a text input */
.chip-suggest {
  margin-top: 8px;
}
.chip-suggest__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
}
button.chip-suggest__btn {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px !important;
  font-size: 13px !important;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.4 !important;
  border-radius: 999px !important;
  border: 1.5px solid rgba(0, 0, 0, 0.08) !important;
  background: rgba(0, 0, 0, 0.04) !important;
  color: inherit !important;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  outline: none;
  box-shadow: none !important;
  height: auto !important;
  text-transform: none !important;
  letter-spacing: normal !important;
  transition: background 0.2s, border-color 0.2s, color 0.2s;
}
button.chip-suggest__btn:hover {
  background: rgba(0, 0, 0, 0.07) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
}
button.chip-suggest__btn.chip-suggest__btn--active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: #fff !important;
  font-weight: 600;
}
button.chip-suggest__btn.chip-suggest__btn--active:hover {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
}
/* ═══════════════════════════════════════════════════════════════════
   Free Tools Hub
   ═══════════════════════════════════════════════════════════════════ */
.free-tools-hub .pf-section {
  padding-top: 96px;
  padding-bottom: 32px;
}
.free-tools-hub__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .free-tools-hub__grid {
    grid-template-columns: 1fr;
  }
}
.free-tools-hub__card {
  display: flex;
  flex-direction: column;
  padding: 28px 24px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, transform 0.15s;
  cursor: pointer;
}
.free-tools-hub__card:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.free-tools-hub__icon {
  color: var(--icon-feature);
  margin-bottom: 12px;
}
.free-tools-hub__card:nth-child(7n+1) .free-tools-hub__icon {
  color: var(--icon-feature);
}
.free-tools-hub__card:nth-child(7n+2) .free-tools-hub__icon {
  color: var(--accent-pink);
}
.free-tools-hub__card:nth-child(7n+3) .free-tools-hub__icon {
  color: var(--accent-amber);
}
.free-tools-hub__card:nth-child(7n+4) .free-tools-hub__icon {
  color: var(--accent-blue);
}
.free-tools-hub__card:nth-child(7n+5) .free-tools-hub__icon {
  color: var(--accent-emerald);
}
.free-tools-hub__card:nth-child(7n+6) .free-tools-hub__icon {
  color: var(--accent-pink);
}
.free-tools-hub__card:nth-child(7n+7) .free-tools-hub__icon {
  color: var(--accent-amber);
}
.free-tools-hub__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #1a1a1a;
}
.free-tools-hub__desc {
  font-size: 14px;
  color: #666;
  margin: 0 0 16px;
  flex: 1;
}
.free-tools-hub__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-link, #007acc);
}
/* PF email capture focus accent */
.free-tool-email-capture__input:focus,
.free-tool-email-bar__input:focus {
  border-color: #e155c0 !important;
}
/* ═══════════════════════════════════════════════════════════════════
   Digital Stack Cost Calculator
   ═══════════════════════════════════════════════════════════════════ */
/* Container page */
.digital-stack-calculator .pf-section {
  padding-top: 96px;
  padding-bottom: 32px;
}
.digital-stack-calculator .pf-section .container {
  max-width: 800px;
}
/* ── Wizard shell ─────────────────────────────────────────────────── */
.stack-calc {
  padding: 32px 0 16px;
}
/* Progress bar */
.stack-calc__progress {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 32px;
  position: relative;
}
.stack-calc__progress-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  position: relative;
  z-index: 1;
}
.stack-calc__progress-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5e7eb;
  color: #888;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.3s, color 0.3s;
}
.stack-calc__progress-step--active .stack-calc__progress-dot {
  background: var(--brand-primary);
  color: #fff;
}
.stack-calc__progress-step--done .stack-calc__progress-dot {
  background: #27AE60;
  color: #fff;
}
.stack-calc__progress-label {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  white-space: nowrap;
}
.stack-calc__progress-step--active .stack-calc__progress-label {
  color: var(--text-link);
}
.stack-calc__progress-step--done .stack-calc__progress-label {
  color: #27AE60;
}
.stack-calc__progress-line {
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 3px;
  background: #e5e7eb;
  border-radius: 2px;
  z-index: 0;
}
.stack-calc__progress-fill {
  height: 100%;
  background: #27AE60;
  border-radius: 2px;
  transition: width 0.4s ease;
}
/* ── Step wrapper ─────────────────────────────────────────────────── */
.stack-calc__step {
  animation: stackCalcFadeIn 0.3s ease-out;
}
@keyframes stackCalcFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ── Navigation ───────────────────────────────────────────────────── */
.stack-calc__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
  gap: 12px;
}
.stack-calc__nav-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1.5px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.stack-calc__nav-back:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: #222;
}
.stack-calc__nav-next {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 24px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 12px;
}
.stack-calc__nav-next:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
/* ═══════════════════════════════════════════════════════════════════
   Step 1 — Persona Picker
   ═══════════════════════════════════════════════════════════════════ */
.stack-calc__persona-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
@media (max-width: 600px) {
  .stack-calc__persona-grid {
    grid-template-columns: 1fr;
  }
}
.stack-calc__persona-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px 20px;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.06);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
}
.stack-calc__persona-card:hover {
  border-color: rgba(0, 122, 204, 0.3);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transform: translateY(-1px);
}
.stack-calc__persona-card:active {
  transform: scale(0.98);
}
.stack-calc__persona-card--selected {
  border-color: var(--text-link);
  background: rgba(0, 122, 204, 0.04);
  box-shadow: 0 4px 16px rgba(0, 122, 204, 0.1);
}
.stack-calc__persona-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 122, 204, 0.08);
  color: var(--text-link);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stack-calc__persona-info {
  flex: 1;
  min-width: 0;
}
.stack-calc__persona-label {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 2px;
}
.stack-calc__persona-badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  background: rgba(0, 0, 0, 0.04);
  padding: 2px 10px;
  border-radius: 999px;
}
.stack-calc__persona-check {
  flex-shrink: 0;
}
.stack-calc__persona-skip {
  display: block;
  margin: 16px auto 0;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  padding: 8px 16px;
  transition: color 0.2s;
}
.stack-calc__persona-skip:hover {
  color: #555;
}
.stack-calc__step-heading {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 4px;
}
.stack-calc__step-sub {
  font-size: 14px;
  color: #888;
  margin: 0 0 20px;
}
/* ═══════════════════════════════════════════════════════════════════
   Step 2 — Tool Grid
   ═══════════════════════════════════════════════════════════════════ */
.stack-calc__category {
  margin-bottom: 16px;
}
.stack-calc__category-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  cursor: pointer;
  user-select: none;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  font-family: inherit;
}
.stack-calc__category-label {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.stack-calc__category-count {
  font-size: 12px;
  font-weight: 600;
  color: var(--text-link);
  background: rgba(0, 122, 204, 0.08);
  padding: 1px 8px;
  border-radius: 999px;
}
.stack-calc__category-chevron {
  margin-left: auto;
  color: #aaa;
  transition: transform 0.2s;
}
.stack-calc__category--collapsed .stack-calc__category-chevron {
  transform: rotate(-90deg);
}
.stack-calc__tool-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  padding-top: 4px;
}
@media (min-width: 601px) {
  .stack-calc__tool-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Tool card */
.stack-calc__tool-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s;
}
.stack-calc__tool-card:hover {
  border-color: rgba(0, 0, 0, 0.12);
}
.stack-calc__tool-card--selected {
  border-color: var(--text-link);
  border-left-width: 4px;
  background: rgba(0, 122, 204, 0.03);
}
.stack-calc__tool-initial {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
}
.stack-calc__tool-info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.stack-calc__tool-name {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a1a;
}
.stack-calc__tool-note {
  font-size: 11px;
  color: #999;
  margin-top: 1px;
}
.stack-calc__tool-price {
  width: 64px;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 600;
  text-align: right;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.02);
  outline: none;
  transition: border-color 0.2s;
}
.stack-calc__tool-price:focus {
  border-color: var(--text-link);
}
.stack-calc__tool-price-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  flex-shrink: 0;
}
.stack-calc__tool-price-display {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  white-space: nowrap;
}
.stack-calc__tool-price-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 2px;
  cursor: pointer;
  color: #bbb;
  border-radius: 4px;
  transition: color 0.2s, background 0.2s;
}
.stack-calc__tool-price-edit:hover {
  color: var(--text-link);
  background: rgba(0, 122, 204, 0.06);
}
.stack-calc__tool-check {
  flex-shrink: 0;
  color: var(--text-link);
}
/* Revenue slider */
.stack-calc__revenue {
  margin-top: 20px;
  padding: 20px;
  background: #f9fafb;
  border-radius: 12px;
}
.stack-calc__revenue-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
}
.stack-calc__revenue-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.stack-calc__revenue-slider {
  flex: 1;
  -webkit-appearance: none;
  appearance: none;
  height: 6px;
  border-radius: 3px;
  background: #ddd;
  outline: none;
}
.stack-calc__revenue-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand-primary);
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.stack-calc__revenue-slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--brand-primary);
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.stack-calc__revenue-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-link);
  min-width: 80px;
  text-align: right;
}
.stack-calc__revenue-steps {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 11px;
  color: #aaa;
}
.stack-calc__revenue-input-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
}
.stack-calc__revenue-input-label {
  font-size: 13px;
  color: #888;
  white-space: nowrap;
}
.stack-calc__revenue-manual {
  width: 90px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  outline: none;
  text-align: right;
}
.stack-calc__revenue-manual:focus {
  border-color: var(--text-link);
}
.stack-calc__revenue-unit {
  font-size: 13px;
  color: #888;
}
/* Custom tools */
.stack-calc__tool-card--custom {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: #fff;
  border: 1.5px dashed rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-bottom: 8px;
}
.stack-calc__custom-name {
  flex: 1;
  min-width: 0;
  padding: 6px 10px;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  outline: none;
}
.stack-calc__custom-name:focus {
  border-color: var(--text-link);
}
.stack-calc__custom-remove {
  background: none;
  border: none;
  color: #ccc;
  cursor: pointer;
  padding: 4px;
  font-size: 18px;
  line-height: 1;
  transition: color 0.2s;
}
.stack-calc__custom-remove:hover {
  color: #e74c3c;
}
.stack-calc__add-custom {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: 1.5px dashed rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  margin-top: 8px;
  transition: border-color 0.2s, color 0.2s;
}
.stack-calc__add-custom:hover {
  border-color: rgba(0, 0, 0, 0.3);
  color: #555;
}
/* Gateway section */
.stack-calc__gateway-section {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.stack-calc__gateway-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
  margin: 0 0 4px;
}
.stack-calc__gateway-description {
  font-size: 13px;
  color: #aaa;
  margin: 0 0 12px;
}
/* Sticky bottom bar */
.stack-calc__sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 12px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  animation: stackCalcSlideUp 0.3s ease-out;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.06);
}
.stack-calc__step--has-bar {
  padding-bottom: 72px;
}
@keyframes stackCalcSlideUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stack-calc__bar-avatars {
  display: flex;
  flex-shrink: 0;
}
.stack-calc__bar-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  border: 2px solid #fff;
  margin-left: -8px;
}
.stack-calc__bar-avatar:first-child {
  margin-left: 0;
}
.stack-calc__bar-extra {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #888;
  background: #e5e7eb;
  border: 2px solid #fff;
  margin-left: -8px;
}
.stack-calc__bar-total {
  flex: 1;
  text-align: center;
}
.stack-calc__bar-amount {
  display: block;
  font-size: 20px;
  font-weight: 800;
  color: #1a1a1a;
}
.stack-calc__bar-label {
  display: block;
  font-size: 12px;
  color: #888;
}
/* ═══════════════════════════════════════════════════════════════════
   Step 3 — Results
   ═══════════════════════════════════════════════════════════════════ */
.stack-calc__results {
  padding-top: 8px;
}
.stack-calc__results-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 24px 20px;
  margin-bottom: 16px;
}
@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stack-calc__results-enter {
  animation: fadeSlideUp 0.5s ease-out both;
}
.stack-calc__results-heading {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #888;
  margin: 0 0 12px;
}
.stack-calc__total-hero {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.stack-calc__total-number {
  font-size: 48px;
  font-weight: 800;
  color: #1a1a1a;
  line-height: 1;
}
.stack-calc__total-period {
  font-size: 18px;
  color: #888;
  font-weight: 500;
}
.stack-calc__total-meta {
  font-size: 14px;
  color: #888;
  margin: 8px 0 0;
}
/* Comparison columns */
.stack-calc__comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 600px) {
  .stack-calc__comparison {
    grid-template-columns: 1fr;
  }
}
.stack-calc__comparison-heading {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #555;
  margin: 0 0 12px;
}
.stack-calc__comparison-empty {
  font-size: 14px;
  color: #aaa;
  font-style: italic;
  margin: 0;
}
.stack-calc__comparison-subtotal {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.stack-calc__result-tool {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 0;
}
.stack-calc__result-tool-name {
  flex: 1;
  font-size: 14px;
  color: #333;
}
.stack-calc__result-tool-price {
  font-size: 14px;
  font-weight: 600;
  color: #888;
}
.stack-calc__result-check {
  flex-shrink: 0;
}
/* Consolidation hero */
.stack-calc__results-hero {
  text-align: center;
}
.stack-calc__consolidation-number {
  font-size: 64px;
  font-weight: 900;
  color: var(--text-link);
  line-height: 1;
}
.stack-calc__consolidation-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 4px 0 0;
}
.stack-calc__consolidation-subtitle {
  font-size: 14px;
  color: #888;
  margin: 8px 0 0;
}
/* Capability badges */
.stack-calc__capabilities {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.stack-calc__capability-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: #f0f9ff;
  border: 1px solid rgba(0, 122, 204, 0.1);
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-link);
}
/* Gateway info in results */
.stack-calc__gateway-info {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 13px;
  color: #888;
}
.stack-calc__gateway-info-label {
  color: #999;
  display: block;
  margin-bottom: 8px;
}
.stack-calc__gateway-fee-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 8px;
}
.stack-calc__gateway-fee-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  font-size: 13px;
}
.stack-calc__gateway-fee-row--total {
  padding-top: 6px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 600;
}
.stack-calc__gateway-fee-name {
  font-weight: 600;
  color: #555;
  min-width: 100px;
}
.stack-calc__gateway-fee-rate {
  color: #999;
  flex: 1;
}
.stack-calc__gateway-fee-amount {
  font-weight: 600;
  color: #666;
  white-space: nowrap;
}
.stack-calc__gateway-fee-basis {
  display: block;
  font-size: 11px;
  color: #bbb;
  font-style: italic;
}
/* Step 2 — gateway card fee estimate */
.stack-calc__gateway-card-wrapper {
  display: contents;
}
.stack-calc__gateway-fee-estimate {
  grid-column: 1 / -1;
  font-size: 12px;
  color: #888;
  padding: 6px 16px 8px;
  margin-top: -4px;
}
.stack-calc__gateway-fee-estimate strong {
  color: #555;
}
.stack-calc__gateway-fee-estimate .stack-calc__gateway-fee-basis {
  margin-top: 2px;
}
/* Savings row — gateway */
.stack-calc__savings-row--gateway {
  color: #999;
  font-style: italic;
}
.stack-calc__savings-row--gateway small {
  font-style: normal;
}
/* Savings box */
.stack-calc__savings-box {
  background: linear-gradient(135deg, #f0f9ff, #f0fdf4) !important;
  border-color: rgba(39, 174, 96, 0.15) !important;
}
.stack-calc__savings-title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #27AE60;
  margin: 0 0 16px;
}
/* Plan selector pills */
.stack-calc__plan-selector {
  margin: 0 0 20px;
}
.stack-calc__plan-selector-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.stack-calc__plan-pills {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.stack-calc__plan-pill {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 10px 20px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  flex: 1;
  min-width: 120px;
}
.stack-calc__plan-pill:hover {
  border-color: rgba(0, 122, 204, 0.3);
  background: #f8fbff;
}
.stack-calc__plan-pill--active {
  border-color: var(--text-link);
  background: #f0f7ff;
  box-shadow: 0 0 0 1px rgba(0, 122, 204, 0.15);
}
.stack-calc__plan-pill-name {
  font-size: 14px;
  font-weight: 700;
  color: #1a1a1a;
}
.stack-calc__plan-pill-detail {
  font-size: 12px;
  color: #888;
}
.stack-calc__plan-pill-badge {
  position: absolute;
  top: -8px;
  right: -4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #fff;
  background: #27AE60;
  padding: 2px 6px;
  border-radius: 4px;
  line-height: 1.2;
}
.stack-calc__savings-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.stack-calc__savings-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #555;
}
.stack-calc__savings-row small {
  color: #999;
}
.stack-calc__savings-row--minus span:last-child {
  color: #27AE60;
  font-weight: 600;
}
.stack-calc__savings-row--total {
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a;
}
.stack-calc__savings-number {
  color: #27AE60;
  font-size: 24px;
}
.stack-calc__savings-row--yearly {
  font-size: 14px;
  color: #27AE60;
  font-weight: 600;
}
.stack-calc__savings-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  margin: 4px 0;
}
.stack-calc__savings-meta {
  font-size: 13px;
  color: #888;
  margin: 12px 0 0;
}
.stack-calc__savings-note {
  font-size: 12px;
  color: #aaa;
  margin: 8px 0 0;
}
/* Persona description subtitle */
.stack-calc__persona-description {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 1.4;
  margin-top: 2px;
}
/* Comparison "vs" link on replaced tools */
.stack-calc__result-tool-vs {
  display: inline-flex;
  align-items: center;
  margin-left: 6px;
  padding: 1px 6px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--text-link);
  background: rgba(0, 122, 204, 0.08);
  border-radius: 4px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
.stack-calc__result-tool-vs:hover {
  background: rgba(0, 122, 204, 0.16);
  color: #005fa3;
}
/* CTA section */
.stack-calc__cta-section {
  text-align: center;
}
.stack-calc__cta-hook {
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0 0 16px;
}
.stack-calc__cta-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
}
.stack-calc__cta-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
  font-size: 12px;
  color: #888;
}
.stack-calc__cta-trust span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.stack-calc__cta-trust span::before {
  content: '\2713';
  color: #27AE60;
  font-size: 11px;
  font-weight: 700;
}
.stack-calc__cta-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 12px;
}
.stack-calc__cta-secondary {
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-link);
  cursor: pointer;
  padding: 4px 8px;
  text-decoration: none;
  transition: color 0.2s;
}
.stack-calc__cta-secondary:hover {
  color: #005fa3;
}
/* ═══════════════════════════════════════════════════════════════════
   NoCode (NC) Instance — Light Theme Overrides
   ═══════════════════════════════════════════════════════════════════ */
.nc-instance {
  /* Hero sections */
  /* Hub cards */
  /* Form cards */
  /* NC outlined button override */
  /* NC chip overrides */
  /* Skeleton loader NC variant */
  /* Email capture — inline card (NC) */
  /* Email bar — bottom fixed (NC) */
  /* ── Digital Stack Calculator (NC) ─────────────────────────────── */
  /* Progress bar NC */
  /* Persona cards NC */
  /* Tool cards NC */
  /* Revenue NC */
  /* Custom tools NC */
  /* Gateway section NC */
  /* Sticky bar NC */
  /* Navigation NC */
  /* Results NC */
  /* Consolidation hero NC */
  /* Capability badges NC */
  /* Gateway info NC */
  /* Plan selector NC */
  /* Savings NC */
  /* Persona description NC */
  /* Comparison link NC */
  /* CTA NC */
  /* ── Legal Document Generators (NC) ──────────────────────────────── */
}
.nc-instance .business-ideas-generator .pf-section,
.nc-instance .lean-canvas-generator .pf-section,
.nc-instance .sales-page-writer .pf-section,
.nc-instance .pricing-calculator .pf-section,
.nc-instance .digital-stack-calculator .pf-section,
.nc-instance .terms-generator .pf-section,
.nc-instance .privacy-generator .pf-section,
.nc-instance .free-tools-hub .pf-section {
  background: #F8FAFC !important;
}
.nc-instance .business-ideas-generator.background-basic,
.nc-instance .lean-canvas-generator.background-basic,
.nc-instance .sales-page-writer.background-basic,
.nc-instance .pricing-calculator.background-basic,
.nc-instance .digital-stack-calculator.background-basic,
.nc-instance .terms-generator.background-basic,
.nc-instance .privacy-generator.background-basic,
.nc-instance .free-tools-hub.background-basic {
  background-color: #F8FAFC;
}
.nc-instance .business-ideas-generator .pf-kicker,
.nc-instance .lean-canvas-generator .pf-kicker,
.nc-instance .sales-page-writer .pf-kicker,
.nc-instance .pricing-calculator .pf-kicker,
.nc-instance .digital-stack-calculator .pf-kicker,
.nc-instance .terms-generator .pf-kicker,
.nc-instance .privacy-generator .pf-kicker,
.nc-instance .free-tools-hub .pf-kicker {
  color: #5ca4a9;
}
.nc-instance .business-ideas-generator .pf-cta-primary,
.nc-instance .lean-canvas-generator .pf-cta-primary,
.nc-instance .sales-page-writer .pf-cta-primary,
.nc-instance .pricing-calculator .pf-cta-primary,
.nc-instance .digital-stack-calculator .pf-cta-primary,
.nc-instance .terms-generator .pf-cta-primary,
.nc-instance .privacy-generator .pf-cta-primary,
.nc-instance .free-tools-hub .pf-cta-primary {
  background: var(--cta-bg);
  color: var(--cta-text);
  border: none;
}
.nc-instance .free-tools-hub__card {
  background: #ffffff;
  border-color: #E2E8F0;
}
.nc-instance .free-tools-hub__card:hover {
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
}
.nc-instance .free-tools-hub__title {
  color: #1E293B;
}
.nc-instance .free-tools-hub__desc {
  color: #475569;
}
.nc-instance .free-tools-hub__link {
  color: #5ca4a9;
}
.nc-instance .free-tool-section {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .business-ideas-form,
.nc-instance .lean-canvas-form,
.nc-instance .sales-page-writer-form,
.nc-instance .pricing-calculator-form {
  /* NC input focus accent */
  /* NC CTA button */
  /* NC toggle link */
}
.nc-instance .business-ideas-form .text-dark-light,
.nc-instance .lean-canvas-form .text-dark-light,
.nc-instance .sales-page-writer-form .text-dark-light,
.nc-instance .pricing-calculator-form .text-dark-light {
  color: #475569;
}
.nc-instance .business-ideas-form .input-field input:focus,
.nc-instance .lean-canvas-form .input-field input:focus,
.nc-instance .sales-page-writer-form .input-field input:focus,
.nc-instance .pricing-calculator-form .input-field input:focus,
.nc-instance .business-ideas-form .input-field textarea:focus,
.nc-instance .lean-canvas-form .input-field textarea:focus,
.nc-instance .sales-page-writer-form .input-field textarea:focus,
.nc-instance .pricing-calculator-form .input-field textarea:focus {
  border-bottom-color: var(--brand-primary) !important;
  box-shadow: 0 1px 0 0 var(--brand-primary) !important;
}
.nc-instance .business-ideas-form .input-field input,
.nc-instance .lean-canvas-form .input-field input,
.nc-instance .sales-page-writer-form .input-field input,
.nc-instance .pricing-calculator-form .input-field input,
.nc-instance .business-ideas-form .input-field textarea,
.nc-instance .lean-canvas-form .input-field textarea,
.nc-instance .sales-page-writer-form .input-field textarea,
.nc-instance .pricing-calculator-form .input-field textarea,
.nc-instance .business-ideas-form textarea,
.nc-instance .lean-canvas-form textarea,
.nc-instance .sales-page-writer-form textarea,
.nc-instance .pricing-calculator-form textarea {
  background-color: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
  color: #1E293B !important;
  outline: none !important;
  border-radius: 0 !important;
  height: auto !important;
  width: 100% !important;
}
.nc-instance .business-ideas-form .input-field input::placeholder,
.nc-instance .lean-canvas-form .input-field input::placeholder,
.nc-instance .sales-page-writer-form .input-field input::placeholder,
.nc-instance .pricing-calculator-form .input-field input::placeholder,
.nc-instance .business-ideas-form .input-field textarea::placeholder,
.nc-instance .lean-canvas-form .input-field textarea::placeholder,
.nc-instance .sales-page-writer-form .input-field textarea::placeholder,
.nc-instance .pricing-calculator-form .input-field textarea::placeholder,
.nc-instance .business-ideas-form textarea::placeholder,
.nc-instance .lean-canvas-form textarea::placeholder,
.nc-instance .sales-page-writer-form textarea::placeholder,
.nc-instance .pricing-calculator-form textarea::placeholder {
  color: #94A3B8 !important;
}
.nc-instance .business-ideas-form .btn-large,
.nc-instance .lean-canvas-form .btn-large,
.nc-instance .sales-page-writer-form .btn-large,
.nc-instance .pricing-calculator-form .btn-large {
  background: var(--cta-bg) !important;
  color: var(--cta-text) !important;
}
.nc-instance .business-ideas-form .btn-link,
.nc-instance .lean-canvas-form .btn-link,
.nc-instance .sales-page-writer-form .btn-link,
.nc-instance .pricing-calculator-form .btn-link {
  color: #5ca4a9;
}
.nc-instance .business-ideas-form .btn-link:hover,
.nc-instance .lean-canvas-form .btn-link:hover,
.nc-instance .sales-page-writer-form .btn-link:hover,
.nc-instance .pricing-calculator-form .btn-link:hover {
  color: #498589;
}
.nc-instance .btn-outline {
  border-color: #E2E8F0;
  color: #1E293B;
}
.nc-instance .btn-outline:hover {
  border-color: #c0cddf;
  color: #1E293B;
  background: rgba(0, 0, 0, 0.02);
}
.nc-instance .pf-chip {
  background: rgba(30, 41, 59, 0.04);
  border-color: #E2E8F0;
  color: #475569;
}
.nc-instance .pf-chip:hover {
  border-color: #c0cddf;
  background: rgba(30, 41, 59, 0.06);
}
.nc-instance .pf-chip--active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: var(--cta-text) !important;
}
.nc-instance .pf-chip--active:hover,
.nc-instance .pf-chip--active:focus,
.nc-instance .pf-chip--active:active {
  background: var(--brand-primary) !important;
  color: var(--cta-text) !important;
}
.nc-instance button.pf-chip:focus {
  background-color: rgba(30, 41, 59, 0.04) !important;
}
.nc-instance button.pf-chip.pf-chip--active:focus {
  background-color: var(--brand-primary) !important;
}
.nc-instance .chip-radio-label .pf-chip {
  border: 1.5px solid #E2E8F0 !important;
  background: rgba(30, 41, 59, 0.04) !important;
  color: #475569 !important;
}
.nc-instance .chip-radio-label .pf-chip:hover {
  border-color: #c0cddf !important;
  background: rgba(30, 41, 59, 0.06) !important;
}
.nc-instance .chip-radio-label .pf-chip.pf-chip--active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: var(--cta-text) !important;
}
.nc-instance button.chip-suggest__btn {
  background: rgba(30, 41, 59, 0.04) !important;
  border-color: #E2E8F0 !important;
  color: #475569 !important;
}
.nc-instance button.chip-suggest__btn:hover {
  background: rgba(30, 41, 59, 0.06) !important;
  border-color: #c0cddf !important;
}
.nc-instance button.chip-suggest__btn.chip-suggest__btn--active {
  background: var(--brand-primary) !important;
  border-color: var(--brand-primary) !important;
  color: var(--cta-text) !important;
}
.nc-instance .loader-card {
  background: #E2E8F0;
}
.nc-instance .loader-card .shine {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.04) 50%, rgba(0, 0, 0, 0) 100%);
}
.nc-instance .free-tool-email-capture {
  background: #ffffff;
  border-color: #E2E8F0;
}
.nc-instance .free-tool-email-capture__title {
  color: #1E293B;
}
.nc-instance .free-tool-email-capture__social-proof {
  color: #94A3B8;
}
.nc-instance .free-tool-email-capture__input {
  background: #F8FAFC !important;
  border-color: #E2E8F0 !important;
  color: #1E293B !important;
}
.nc-instance .free-tool-email-capture__input:focus {
  border-color: var(--brand-primary) !important;
}
.nc-instance .free-tool-email-capture__input::placeholder {
  color: #94A3B8 !important;
}
.nc-instance .free-tool-email-bar {
  background: rgba(248, 250, 252, 0.96);
  backdrop-filter: blur(12px);
  border-top-color: #E2E8F0;
}
.nc-instance .free-tool-email-bar__prompt {
  color: #1E293B;
}
.nc-instance .free-tool-email-bar__input {
  background: #ffffff;
  border-color: #E2E8F0;
  color: #1E293B;
}
.nc-instance .free-tool-email-bar__input:focus {
  border-color: var(--brand-primary);
}
.nc-instance .free-tool-email-bar__input::placeholder {
  color: #94A3B8;
}
.nc-instance .free-tool-email-bar__cta {
  background: var(--brand-primary);
  color: var(--cta-text);
}
.nc-instance .free-tool-email-bar__cta:hover {
  filter: brightness(0.9);
}
.nc-instance .free-tool-email-bar__dismiss {
  color: #94A3B8;
}
.nc-instance .free-tool-email-bar__dismiss:hover {
  color: #1E293B;
}
.nc-instance .stack-calc__progress-dot {
  background: #E2E8F0;
  color: #94A3B8;
}
.nc-instance .stack-calc__progress-step--active .stack-calc__progress-dot {
  background: var(--brand-primary);
  color: var(--cta-text);
}
.nc-instance .stack-calc__progress-step--active .stack-calc__progress-label {
  color: var(--brand-primary);
}
.nc-instance .stack-calc__progress-label {
  color: #94A3B8;
}
.nc-instance .stack-calc__progress-line {
  background: #E2E8F0;
}
.nc-instance .stack-calc__persona-card {
  background: #ffffff;
  border-color: #E2E8F0;
}
.nc-instance .stack-calc__persona-card:hover {
  border-color: rgba(139, 92, 246, 0.4);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}
.nc-instance .stack-calc__persona-card--selected {
  border-color: var(--brand-primary);
  background: var(--surface-highlight);
  box-shadow: var(--cta-shadow);
}
.nc-instance .stack-calc__persona-icon {
  background: var(--brand-primary-light);
  color: var(--brand-primary);
}
.nc-instance .stack-calc__persona-label {
  color: #1E293B;
}
.nc-instance .stack-calc__persona-badge {
  background: rgba(30, 41, 59, 0.04);
  color: #94A3B8;
}
.nc-instance .stack-calc__step-heading {
  color: #1E293B;
}
.nc-instance .stack-calc__step-sub {
  color: #475569;
}
.nc-instance .stack-calc__persona-skip {
  color: #94A3B8;
}
.nc-instance .stack-calc__persona-skip:hover {
  color: #475569;
}
.nc-instance .stack-calc__tool-card {
  background: #ffffff;
  border-color: #E2E8F0;
}
.nc-instance .stack-calc__tool-card:hover {
  border-color: #c0cddf;
}
.nc-instance .stack-calc__tool-card--selected {
  border-color: var(--brand-primary);
  background: var(--surface-highlight);
}
.nc-instance .stack-calc__tool-name {
  color: #1E293B;
}
.nc-instance .stack-calc__tool-note {
  color: #94A3B8;
}
.nc-instance .stack-calc__tool-check {
  color: var(--brand-primary);
}
.nc-instance .stack-calc__tool-price {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
.nc-instance .stack-calc__tool-price:focus {
  border-color: var(--brand-primary);
}
.nc-instance .stack-calc__tool-price-display {
  color: #475569;
}
.nc-instance .stack-calc__tool-price-edit {
  color: #94A3B8;
}
.nc-instance .stack-calc__tool-price-edit:hover {
  color: var(--brand-primary);
  background: var(--surface-highlight);
}
.nc-instance .stack-calc__category-label {
  color: #475569;
}
.nc-instance .stack-calc__category-count {
  color: var(--brand-primary);
  background: var(--icon-accent-bg);
}
.nc-instance .stack-calc__category-chevron {
  color: #94A3B8;
}
.nc-instance .stack-calc__revenue {
  background: #ffffff;
}
.nc-instance .stack-calc__revenue-label {
  color: #475569;
}
.nc-instance .stack-calc__revenue-value {
  color: var(--brand-primary);
}
.nc-instance .stack-calc__revenue-slider {
  background: #E2E8F0;
}
.nc-instance .stack-calc__revenue-slider::-webkit-slider-thumb {
  background: var(--brand-primary);
  border-color: #ffffff;
}
.nc-instance .stack-calc__revenue-slider::-moz-range-thumb {
  background: var(--brand-primary);
  border-color: #ffffff;
}
.nc-instance .stack-calc__revenue-steps {
  color: #94A3B8;
}
.nc-instance .stack-calc__revenue-input-label {
  color: #94A3B8;
}
.nc-instance .stack-calc__revenue-manual {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
.nc-instance .stack-calc__revenue-manual:focus {
  border-color: var(--brand-primary);
}
.nc-instance .stack-calc__revenue-unit {
  color: #94A3B8;
}
.nc-instance .stack-calc__tool-card--custom {
  background: #ffffff;
  border-color: #E2E8F0;
}
.nc-instance .stack-calc__custom-name {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
.nc-instance .stack-calc__custom-name:focus {
  border-color: var(--brand-primary);
}
.nc-instance .stack-calc__custom-name::placeholder {
  color: #94A3B8;
}
.nc-instance .stack-calc__custom-remove {
  color: #94A3B8;
}
.nc-instance .stack-calc__custom-remove:hover {
  color: #ff6b6b;
}
.nc-instance .stack-calc__add-custom {
  border-color: #E2E8F0;
  color: #94A3B8;
}
.nc-instance .stack-calc__add-custom:hover {
  border-color: #c0cddf;
  color: #475569;
}
.nc-instance .stack-calc__gateway-section {
  border-top-color: #E2E8F0;
}
.nc-instance .stack-calc__gateway-title {
  color: #475569;
}
.nc-instance .stack-calc__gateway-description {
  color: #94A3B8;
}
.nc-instance .stack-calc__sticky-bar {
  background: rgba(248, 250, 252, 0.95);
  border-top-color: #E2E8F0;
}
.nc-instance .stack-calc__bar-amount {
  color: #1E293B;
}
.nc-instance .stack-calc__bar-label {
  color: #94A3B8;
}
.nc-instance .stack-calc__bar-extra {
  background: #E2E8F0;
  color: #475569;
  border-color: #ffffff;
}
.nc-instance .stack-calc__bar-avatar {
  border-color: #ffffff;
}
.nc-instance .stack-calc__nav-back {
  border-color: #E2E8F0;
  color: #475569;
}
.nc-instance .stack-calc__nav-back:hover {
  border-color: #c0cddf;
  color: #1E293B;
}
.nc-instance .stack-calc__results-card {
  background: #ffffff;
  border-color: #E2E8F0;
}
.nc-instance .stack-calc__results-heading {
  color: #475569;
}
.nc-instance .stack-calc__total-number {
  color: #1E293B;
}
.nc-instance .stack-calc__total-period {
  color: #94A3B8;
}
.nc-instance .stack-calc__total-meta {
  color: #94A3B8;
}
.nc-instance .stack-calc__comparison-heading {
  color: #475569;
}
.nc-instance .stack-calc__comparison-subtotal {
  color: #475569;
  border-top-color: #E2E8F0;
}
.nc-instance .stack-calc__comparison-empty {
  color: #94A3B8;
}
.nc-instance .stack-calc__result-tool-name {
  color: #1E293B;
}
.nc-instance .stack-calc__result-tool-price {
  color: #475569;
}
.nc-instance .stack-calc__consolidation-number {
  color: var(--brand-primary);
}
.nc-instance .stack-calc__consolidation-title {
  color: #1E293B;
}
.nc-instance .stack-calc__consolidation-subtitle {
  color: #94A3B8;
}
.nc-instance .stack-calc__capability-badge {
  background: rgba(139, 92, 246, 0.06);
  border-color: rgba(139, 92, 246, 0.15);
  color: #e88589;
}
.nc-instance .stack-calc__gateway-info {
  border-top-color: #E2E8F0;
  color: #94A3B8;
}
.nc-instance .stack-calc__gateway-info-label {
  color: #94A3B8;
}
.nc-instance .stack-calc__gateway-fee-name {
  color: #475569;
}
.nc-instance .stack-calc__gateway-fee-rate {
  color: #94A3B8;
}
.nc-instance .stack-calc__gateway-fee-amount {
  color: #475569;
}
.nc-instance .stack-calc__gateway-fee-row--total {
  border-top-color: #E2E8F0;
}
.nc-instance .stack-calc__gateway-fee-basis {
  color: #94A3B8;
}
.nc-instance .stack-calc__gateway-fee-estimate {
  color: #94A3B8;
}
.nc-instance .stack-calc__gateway-fee-estimate strong {
  color: #475569;
}
.nc-instance .stack-calc__savings-row--gateway {
  color: #94A3B8;
}
.nc-instance .stack-calc__plan-selector-label {
  color: #94A3B8;
}
.nc-instance .stack-calc__plan-pill {
  background: rgba(30, 41, 59, 0.02);
  border-color: #E2E8F0;
}
.nc-instance .stack-calc__plan-pill:hover {
  border-color: rgba(139, 92, 246, 0.4);
  background: rgba(139, 92, 246, 0.04);
}
.nc-instance .stack-calc__plan-pill--active {
  border-color: var(--brand-primary);
  background: rgba(139, 92, 246, 0.06);
  box-shadow: 0 0 0 1px rgba(139, 92, 246, 0.15);
}
.nc-instance .stack-calc__plan-pill-name {
  color: #1E293B;
}
.nc-instance .stack-calc__plan-pill-detail {
  color: #475569;
}
.nc-instance .stack-calc__savings-row {
  color: #475569;
}
.nc-instance .stack-calc__savings-row small {
  color: #94A3B8;
}
.nc-instance .stack-calc__savings-row--total {
  color: #1E293B;
}
.nc-instance .stack-calc__savings-divider {
  background: #E2E8F0;
}
.nc-instance .stack-calc__savings-meta {
  color: #94A3B8;
}
.nc-instance .stack-calc__savings-note {
  color: #94A3B8;
}
.nc-instance .stack-calc__persona-description {
  color: #94A3B8;
}
.nc-instance .stack-calc__result-tool-vs {
  color: #5ca4a9;
  background: rgba(92, 164, 169, 0.08);
}
.nc-instance .stack-calc__result-tool-vs:hover {
  background: rgba(92, 164, 169, 0.14);
  color: #498589;
}
.nc-instance .stack-calc__cta-hook {
  color: #1E293B;
}
.nc-instance .stack-calc__cta-trust {
  color: #94A3B8;
}
.nc-instance .stack-calc__cta-trust span::before {
  color: var(--brand-primary);
}
.nc-instance .stack-calc__cta-secondary {
  color: #5ca4a9;
}
.nc-instance .stack-calc__cta-secondary:hover {
  color: #498589;
}
.nc-instance .terms-generator-form .text-dark-light,
.nc-instance .privacy-generator-form .text-dark-light {
  color: #475569;
}
.nc-instance .terms-generator-form .input-field input:focus,
.nc-instance .privacy-generator-form .input-field input:focus,
.nc-instance .terms-generator-form .input-field textarea:focus,
.nc-instance .privacy-generator-form .input-field textarea:focus {
  border-bottom-color: var(--brand-primary) !important;
  box-shadow: 0 1px 0 0 var(--brand-primary) !important;
}
.nc-instance .terms-generator-form .input-field input,
.nc-instance .privacy-generator-form .input-field input,
.nc-instance .terms-generator-form .input-field textarea,
.nc-instance .privacy-generator-form .input-field textarea,
.nc-instance .terms-generator-form textarea,
.nc-instance .privacy-generator-form textarea {
  background-color: #F8FAFC !important;
  border-bottom-color: #E2E8F0 !important;
  color: #1E293B !important;
  outline: none !important;
  border-radius: 0 !important;
  height: auto !important;
  width: 100% !important;
}
.nc-instance .terms-generator-form .input-field input::placeholder,
.nc-instance .privacy-generator-form .input-field input::placeholder,
.nc-instance .terms-generator-form .input-field textarea::placeholder,
.nc-instance .privacy-generator-form .input-field textarea::placeholder,
.nc-instance .terms-generator-form textarea::placeholder,
.nc-instance .privacy-generator-form textarea::placeholder {
  color: #94A3B8 !important;
}
.nc-instance .terms-generator-form .legal-gen-submit,
.nc-instance .privacy-generator-form .legal-gen-submit {
  background: var(--cta-bg) !important;
  color: #1E293B !important;
  box-shadow: none;
}
.nc-instance .terms-generator-form .legal-gen-submit:hover,
.nc-instance .privacy-generator-form .legal-gen-submit:hover {
  filter: brightness(1.05);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.3);
}
.nc-instance .terms-generator-form .legal-gen-submit:focus,
.nc-instance .privacy-generator-form .legal-gen-submit:focus,
.nc-instance .terms-generator-form .legal-gen-submit:active,
.nc-instance .privacy-generator-form .legal-gen-submit:active {
  background: var(--cta-bg) !important;
  color: #1E293B !important;
}
/* ═══════════════════════════════════════════════════════════════════
   Legal Generator — Form Step Indicators
   ═══════════════════════════════════════════════════════════════════ */
.legal-gen-step__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.legal-gen-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(0, 122, 204, 0.1);
  color: var(--text-link);
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.legal-gen-step__helper {
  margin-left: 36px;
}
/* Vertical connector line between steps */
.legal-gen-step {
  position: relative;
  padding-left: 13px;
}
.legal-gen-step::before {
  content: '';
  position: absolute;
  left: 25px;
  top: 34px;
  bottom: -16px;
  width: 1px;
  background: rgba(0, 122, 204, 0.12);
}
.legal-gen-step:last-of-type::before {
  display: none;
}
/* Group separator — visual break between form sections */
.legal-gen-step--separator {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.legal-gen-step--separator::before {
  top: 54px;
}
/* Prefilled badge */
.legal-gen-prefilled {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(0, 170, 80, 0.06);
  border: 1px solid rgba(0, 170, 80, 0.15);
  color: #0a8f4f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
  animation: legal-prefill-in 0.4s ease-out;
}
@keyframes legal-prefill-in {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.legal-gen-submit {
  width: 100%;
  justify-content: center;
  height: 52px;
  font-size: 1rem;
  border-radius: 12px;
  /* Override global button:focus { background-color: inherit !important } */
}
.legal-gen-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  filter: grayscale(0.3);
}
.legal-gen-submit:focus,
.legal-gen-submit:active {
  background: var(--cta-bg) !important;
  color: var(--cta-text) !important;
}
/* NC step number override */
.nc-instance .legal-gen-step__number {
  background: rgba(139, 92, 246, 0.1);
  color: #e88589;
}
.nc-instance .legal-gen-step::before {
  background: rgba(139, 92, 246, 0.12);
}
.nc-instance .legal-gen-step--separator {
  border-top-color: #E2E8F0;
}
.nc-instance .legal-gen-prefilled {
  background: rgba(0, 170, 80, 0.06);
  border-color: rgba(0, 170, 80, 0.15);
  color: #16a34a;
}
/* ═══════════════════════════════════════════════════════════════════
   Legal Document — Official Document Frame
   ═══════════════════════════════════════════════════════════════════ */
.legal-doc {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 32px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  position: relative;
}
.legal-doc__accent-bar {
  height: 4px;
  background: var(--brand-gradient);
  background-size: 200% 100%;
}
.legal-doc--loading .legal-doc__accent-bar {
  animation: legal-bar-shimmer 2s linear infinite;
}
@keyframes legal-bar-shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.legal-doc__body {
  padding: 40px 48px 48px;
}
/* Toolbar above document */
.legal-doc__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 0 4px;
}
.legal-doc__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: rgba(0, 0, 0, 0.35);
}
.legal-doc__actions {
  display: flex;
  gap: 6px;
}
.legal-doc__action-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  font-family: inherit;
  color: #555;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
}
.legal-doc__action-btn:hover {
  background: rgba(0, 0, 0, 0.07);
  border-color: rgba(0, 0, 0, 0.15);
  color: #333;
}
.legal-doc__action-btn.legal-doc__action-btn--done {
  background: rgba(0, 170, 80, 0.08);
  border-color: rgba(0, 170, 80, 0.2);
  color: #0a8f4f;
}
/* ═══════════════════════════════════════════════════════════════════
   Legal Document Preview — Content Typography (serif, official)
   ═══════════════════════════════════════════════════════════════════ */
.legal-doc-preview__content {
  font-family: 'Georgia', 'Times New Roman', 'Noto Serif', serif;
  font-size: 15px;
  line-height: 1.8;
  color: #2a2a2a;
}
.legal-doc-preview__content h1 {
  font-family: inherit;
  font-size: 1.6em;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 0;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
  border-bottom: 2px solid var(--text-link);
}
.legal-doc-preview__content h2 {
  font-family: inherit;
  font-size: 1.2em;
  font-weight: 700;
  color: #1a1a1a;
  margin-top: 1.8em;
  margin-bottom: 0.5em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.legal-doc-preview__content h3 {
  font-family: inherit;
  font-size: 1.05em;
  font-weight: 700;
  color: #333;
  margin-top: 1.4em;
  margin-bottom: 0.4em;
}
.legal-doc-preview__content h4 {
  font-family: inherit;
  font-size: 1em;
  font-weight: 600;
  color: #444;
  margin-top: 1.2em;
  margin-bottom: 0.4em;
}
.legal-doc-preview__content p {
  margin-bottom: 0.9em;
  text-align: justify;
}
.legal-doc-preview__content ul,
.legal-doc-preview__content ol {
  padding-left: 28px;
  margin-bottom: 0.9em;
}
.legal-doc-preview__content li {
  margin-bottom: 0.3em;
}
.legal-doc-preview__content strong {
  color: #1a1a1a;
}
/* ═══════════════════════════════════════════════════════════════════
   Legal Document Preview — Blurred Gate
   ═══════════════════════════════════════════════════════════════════ */
.legal-doc-preview__blurred-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 300px;
}
.legal-doc-preview__blurred {
  filter: blur(5px);
  user-select: none;
  pointer-events: none;
}
.legal-doc-preview__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 35%, rgba(255, 255, 255, 0.99) 100%);
}
.legal-doc-preview__lock-icon {
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 8px;
}
.legal-doc-preview__gate {
  text-align: center;
  padding: 28px 32px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 440px;
}
.legal-doc-preview__gate-form {
  display: flex;
  gap: 8px;
  margin-top: 16px;
  width: 100%;
}
.legal-doc-preview__gate-form input {
  flex: 1;
  padding: 10px 14px;
  border: 1.5px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
}
.legal-doc-preview__gate-form input:focus {
  border-color: var(--text-link);
}
.legal-doc-preview__gate-form .pf-cta-primary {
  white-space: nowrap;
  padding: 10px 20px;
  font-size: 14px;
}
/* NC document frame overrides */
.nc-instance .legal-doc {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .legal-doc__accent-bar {
  background: var(--brand-gradient);
  background-size: 200% 100%;
}
.nc-instance .legal-doc-preview__content {
  color: #1E293B;
}
.nc-instance .legal-doc-preview__content h1 {
  color: #1E293B;
  border-bottom-color: var(--brand-primary);
}
.nc-instance .legal-doc-preview__content h2 {
  color: #1E293B;
  border-bottom-color: #E2E8F0;
}
.nc-instance .legal-doc-preview__content h3,
.nc-instance .legal-doc-preview__content h4 {
  color: #1E293B;
}
.nc-instance .legal-doc__label {
  color: #94A3B8;
}
.nc-instance .legal-doc__action-btn {
  color: #475569;
  background: rgba(30, 41, 59, 0.04);
  border-color: #E2E8F0;
}
.nc-instance .legal-doc__action-btn:hover {
  background: rgba(30, 41, 59, 0.06);
  border-color: #c0cddf;
  color: #1E293B;
}
.nc-instance .legal-doc__action-btn.legal-doc__action-btn--done {
  background: rgba(0, 170, 80, 0.08);
  border-color: rgba(0, 170, 80, 0.2);
  color: #16a34a;
}
.nc-instance .legal-doc-preview__lock-icon {
  color: #94A3B8;
}
.nc-instance .legal-doc-preview__gate {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08), 0 0 0 1px #E2E8F0;
}
.nc-instance .legal-doc-preview__gate h4 {
  color: #1E293B;
}
.nc-instance .legal-doc-preview__gate-form input {
  background: #F8FAFC;
  border-color: #E2E8F0;
  color: #1E293B;
}
.nc-instance .legal-doc-preview__gate-form input:focus {
  border-color: var(--brand-primary);
}
.nc-instance .legal-doc-preview__gate-form input::placeholder {
  color: #94A3B8;
}
.nc-instance .legal-doc-preview__gate-form .pf-cta-primary {
  background: var(--cta-bg);
  color: #1E293B;
}
/* ═══════════════════════════════════════════════════════════════════
   Legal Document — Responsive
   ═══════════════════════════════════════════════════════════════════ */
@media (max-width: 600px) {
  .legal-doc__body {
    padding: 24px 20px 28px;
  }
  .legal-doc-preview__content {
    font-size: 14px;
  }
  .legal-doc__toolbar {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .legal-doc-preview__gate {
    margin: 0 12px;
    padding: 20px 16px;
  }
  .legal-doc-preview__gate-form {
    flex-direction: column;
  }
}
/* ═══════════════════════════════════════════════════════════════════════════
   Domain Checker — "Search Portal" design
   ═══════════════════════════════════════════════════════════════════════════ */
/* --- Layout root --- */
.dc {
  padding-bottom: 40px;
}
/* --- Hero section with globe illustration --- */
.dc-hero {
  position: relative;
  overflow: hidden;
  padding: 120px 24px 40px;
  text-align: center;
  background: radial-gradient(ellipse 80% 60% at 50% 20%, rgba(255, 183, 77, 0.08) 0%, transparent 60%), var(--surface-muted, #FAF6F1);
}
.dc-hero__globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 420px;
  height: 420px;
  color: #a08060;
  pointer-events: none;
  animation: dc-globe-rotate 60s linear infinite;
}
@keyframes dc-globe-rotate {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.dc-hero__content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}
.dc-hero__kicker {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b08050;
  background: rgba(176, 128, 80, 0.1);
  padding: 5px 14px;
  border-radius: 999px;
  margin-bottom: 20px;
}
.dc-hero__title {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1.1;
  color: #2C2420;
  margin: 0 0 16px;
  letter-spacing: -0.03em;
}
.dc-hero__subtitle {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
/* --- Search section --- */
.dc-search {
  position: relative;
  z-index: 2;
  margin-top: -10px;
  padding: 0 24px 40px;
}
.dc-search__container {
  max-width: 640px;
  margin: 0 auto;
}
.dc-search__error {
  text-align: center;
  padding: 16px 24px;
  max-width: 640px;
  margin: 0 auto;
  color: #e57373;
  font-size: 0.9rem;
}
/* Search form */
.domain-checker-form {
  padding: 0;
}
.domain-checker-form__input-row {
  display: flex;
  gap: 0;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(44, 36, 32, 0.06), 0 8px 32px rgba(44, 36, 32, 0.08), 0 0 0 1px rgba(44, 36, 32, 0.04);
  overflow: hidden;
  transition: box-shadow 0.25s ease;
}
.domain-checker-form__input-row:focus-within {
  box-shadow: 0 1px 3px rgba(44, 36, 32, 0.06), 0 12px 40px rgba(44, 36, 32, 0.12), 0 0 0 2px rgba(0, 122, 204, 0.2);
}
.domain-checker-form__input {
  flex: 1;
  padding: 18px 24px;
  border: none;
  font-size: 1.1rem;
  font-weight: 500;
  background: transparent;
  color: #2C2420;
  min-width: 0;
}
.domain-checker-form__input::placeholder {
  color: #c4bdb5;
  font-weight: 400;
}
.domain-checker-form__input:focus {
  outline: none;
}
.domain-checker-form__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  border: none;
  padding: 18px 28px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 0 16px 16px 0;
  letter-spacing: 0.01em;
}
.domain-checker-form__spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2.5px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: dc-spin 0.6s linear infinite;
}
@keyframes dc-spin {
  to {
    transform: rotate(360deg);
  }
}
/* TLD chips */
.domain-checker-form__tlds {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  justify-content: center;
  flex-wrap: wrap;
}
.domain-checker-form__tlds-label {
  font-size: 0.78rem;
  color: rgba(58, 77, 85, 0.45);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.domain-checker-form__tld-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.domain-checker-form__tld-chip {
  padding: 5px 13px;
  border-radius: 8px;
  border: 1.5px solid #E8E3DD;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 700;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
  color: #a08060;
  cursor: pointer;
  transition: all 0.15s ease;
}
.domain-checker-form__tld-chip:hover {
  border-color: #c8bfb5;
  transform: translateY(-1px);
}
.domain-checker-form__tld-chip--active {
  background: #2C2420;
  border-color: #2C2420;
  color: #fff;
}
.domain-checker-form__tld-chip--active:hover {
  background: #2C2420;
  border-color: #2C2420;
  color: #fff;
  transform: translateY(-1px);
  opacity: 0.88;
}
/* --- Results section --- */
.dc-results {
  padding: 0 24px 40px;
  animation: dc-fade-in 0.4s ease-out;
}
@keyframes dc-fade-in {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dc-results__container {
  max-width: 640px;
  margin: 0 auto;
}
/* Preview */
.domain-checker-preview {
  margin: 0;
  padding: 0;
}
.domain-checker-preview__title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(58, 77, 85, 0.5);
  margin-bottom: 16px;
}
.domain-checker-preview__section {
  margin-bottom: 28px;
}
.domain-checker-preview__section-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.domain-checker-preview__section-label--available {
  color: #16a34a;
}
.domain-checker-preview__section-label--taken {
  color: #b8b0a8;
}
.domain-checker-preview__grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.domain-checker-preview__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1.5px solid #E8E3DD;
  background: #fff;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  animation: dc-card-in 0.3s ease-out both;
}
.domain-checker-preview__card:nth-child(1) {
  animation-delay: 0s;
}
.domain-checker-preview__card:nth-child(2) {
  animation-delay: 0.05s;
}
.domain-checker-preview__card:nth-child(3) {
  animation-delay: 0.1s;
}
.domain-checker-preview__card:nth-child(4) {
  animation-delay: 0.15s;
}
.domain-checker-preview__card:nth-child(5) {
  animation-delay: 0.2s;
}
.domain-checker-preview__card:nth-child(6) {
  animation-delay: 0.25s;
}
.domain-checker-preview__card:nth-child(7) {
  animation-delay: 0.3s;
}
@keyframes dc-card-in {
  from {
    opacity: 0;
    transform: translateX(-8px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.domain-checker-preview__card--available {
  border-color: #a7f3d0;
  background: linear-gradient(135deg, #f0fdf4 0%, #ecfdf5 100%);
}
.domain-checker-preview__card--available:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(22, 163, 74, 0.1);
}
.domain-checker-preview__card--taken {
  opacity: 0.55;
  background: #fafaf9;
}
.domain-checker-preview__domain-name {
  font-size: 1.05rem;
  font-weight: 500;
  color: #2C2420;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
}
.domain-checker-preview__domain-name strong {
  font-weight: 800;
  color: var(--text-link);
}
.domain-checker-preview__card--taken .domain-checker-preview__domain-name strong {
  color: #8c857e;
}
.domain-checker-preview__badge {
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.domain-checker-preview__badge--available {
  background: #dcfce7;
  color: #166534;
}
.domain-checker-preview__badge--taken {
  background: #f0eeec;
  color: #a8a098;
}
/* AI Suggestions */
.domain-checker-suggestions {
  margin-top: 28px;
  padding: 28px;
  border-radius: 16px;
  background: linear-gradient(135deg, #faf8f5 0%, #f5f0eb 100%);
  border: 1px solid #E8E3DD;
}
.domain-checker-suggestions__prompt {
  text-align: center;
}
.domain-checker-suggestions__prompt-text {
  font-size: 0.95rem;
  color: rgba(58, 77, 85, 0.6);
  margin-bottom: 16px;
}
.domain-checker-suggestions__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: 10px;
  border: 1.5px solid #2C2420;
  background: transparent;
  color: #2C2420;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.domain-checker-suggestions__cta:hover {
  background: #2C2420;
  color: #fff;
}
.domain-checker-suggestions__loading {
  text-align: center;
  padding: 20px;
  color: rgba(58, 77, 85, 0.6);
}
.domain-checker-suggestions__loading p {
  margin-top: 10px;
  font-size: 0.9rem;
}
.domain-checker-suggestions__error {
  text-align: center;
  color: #e57373;
  font-size: 0.9rem;
}
.domain-checker-suggestions__title {
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(58, 77, 85, 0.5);
  margin-bottom: 14px;
}
.domain-checker-suggestions__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 10px;
}
.domain-checker-suggestions__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  padding: 16px 18px;
  border-radius: 12px;
  border: 1.5px solid #E8E3DD;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}
.domain-checker-suggestions__item:hover {
  border-color: var(--text-link);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 122, 204, 0.08);
}
.domain-checker-suggestions__name {
  font-size: 1rem;
  font-weight: 800;
  color: #2C2420;
  font-family: 'SF Mono', 'Fira Code', 'Cascadia Code', monospace;
}
.domain-checker-suggestions__reason {
  font-size: 0.78rem;
  color: rgba(58, 77, 85, 0.55);
  line-height: 1.4;
}
.domain-checker-suggestions__check-link {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-link);
  margin-top: 4px;
}
/* CTA */
.dc-cta {
  text-align: center;
  margin-top: 40px;
  padding: 36px 28px;
  border-radius: 20px;
  background: radial-gradient(ellipse 100% 80% at 50% 100%, rgba(255, 183, 77, 0.12) 0%, transparent 60%), #2C2420;
  color: #fff;
}
.dc-cta__title {
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0 0 8px;
  color: #fff;
}
.dc-cta__text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 20px;
}
.dc-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
}
.dc-cta .btn-outline {
  color: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(255, 255, 255, 0.3);
}
.dc-cta .btn-outline:hover {
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.06);
}
.dc-cta .btn-outline:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 2px;
}
/* --- Mobile --- */
@media (max-width: 600px) {
  .dc-hero {
    padding: 100px 20px 24px;
  }
  .dc-hero__globe {
    width: 280px;
    height: 280px;
  }
  .dc-hero__title {
    font-size: 1.8rem;
  }
  .domain-checker-form__input-row {
    flex-direction: column;
    border-radius: 14px;
  }
  .domain-checker-form__input {
    padding: 16px 20px;
    border-radius: 14px 14px 0 0;
  }
  .domain-checker-form__cta {
    border-radius: 0 0 14px 14px;
    justify-content: center;
    padding: 16px 24px;
  }
  .domain-checker-suggestions__grid {
    grid-template-columns: 1fr;
  }
  .dc-cta {
    border-radius: 16px;
    padding: 28px 20px;
  }
}#publicMain:has(.guide-pillar-page),
#publicMain:has(.guides-home-page) {
  overflow: visible !important;
}
.nc-instance .guides-home-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guides-home-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guides-home-header {
  text-align: center;
  margin-bottom: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
}
.guides-home-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
.guides-home-subtitle {
  font-size: 1.15rem;
  color: var(--pblog-text-muted, #6b7280);
  max-width: 600px;
  margin: 0 auto;
}
.guides-home-empty {
  text-align: center;
  padding: var(--pblog-xl, 3rem);
  color: var(--pblog-text-muted, #6b7280);
}
.nc-instance .guide-pillar-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guide-pillar-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guide-pillar-hero {
  text-align: center;
  padding: var(--pblog-xl, 3rem) 0;
}
.guide-pillar-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
@media (max-width: 768px) {
  .guide-pillar-hero h1 {
    font-size: 2rem;
  }
}
.guide-pillar-hero-meta {
  color: var(--pblog-text-muted, #6b7280);
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
.guide-pillar-author {
  font-weight: 600;
  color: var(--pblog-text, #1a1a1a);
}
.guide-pillar-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pblog-xl, 3rem);
  margin-top: var(--pblog-xl, 3rem);
}
@media (min-width: 992px) {
  .guide-pillar-layout.has-toc {
    grid-template-columns: 260px 1fr;
  }
}
.guide-pillar-toc {
  display: none;
  --blog-text-secondary: var(--pblog-text-secondary);
  --blog-text-primary: var(--pblog-text);
  --blog-text-muted: var(--pblog-text-muted);
  --blog-accent-color: var(--pblog-accent);
}
@media (min-width: 992px) {
  .guide-pillar-toc {
    display: block;
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 1rem;
    border-right: 1px solid var(--pblog-border, #e5e7eb);
  }
}
.guide-pillar-toc .blog-toc {
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
.guide-pillar-toc .blog-toc ul {
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc li {
  float: none;
  padding: 0;
  list-style: none;
}
.guide-pillar-toc .blog-toc a {
  color: var(--blog-text-secondary);
}
.guide-pillar-toc .blog-toc-title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted);
  margin-bottom: 0.5rem;
}
.guide-pillar-toc .blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc-item {
  margin-bottom: 2px;
}
.guide-pillar-toc .blog-toc-item a {
  display: block;
  padding: 5px 0 5px 12px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.guide-pillar-toc .blog-toc-item a:hover {
  color: var(--blog-text-primary);
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--h3 a {
  padding-left: 24px;
  font-size: 0.825rem;
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--active a {
  color: var(--blog-accent-color);
  border-left-color: var(--blog-accent-color);
  font-weight: 500;
}
.guide-pillar-content {
  min-width: 0;
}
.guide-pillar-spokes {
  margin-top: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
  border-top: 1px solid var(--pblog-border, #e5e7eb);
}
.guide-pillar-spokes-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: var(--pblog-lg, 1.5rem);
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.userBuyerAccount,
.userBuyerOrder,
.customerPaymentMethodRegisterPage {
  color: #3a4d55;
}
.userBuyerAccount .publicPageFooter .error-details,
.userBuyerOrder .publicPageFooter .error-details,
.customerPaymentMethodRegisterPage .publicPageFooter .error-details {
  margin-top: 0;
}
.userBuyerOrders .responsive-table tbody tr:hover {
  cursor: pointer;
  background-color: #F3EDE7;
}
/* accountSwitcher */
.accountSwitcher .page-title-wrapper {
  padding-bottom: 1em;
}
.accountSwitcher .page-title {
  font-size: 2.5em;
  padding-top: 0.5em;
  color: #3a4d55;
}
.accountSwitcher .page-subtitle {
  color: rgba(58, 77, 85, 0.7);
  word-break: break-word;
}
a.card.vendor-card-content {
  padding-left: 0;
  padding-right: 0;
}
a.card.vendor-card-content .card-title {
  font-weight: 400;
}
.card-content {
  word-break: break-all;
}
.card-content .card-content-title {
  color: #3a4d55;
}
.card.vendor-card-content .card-image {
  display: inline-block;
  width: 100%;
}
.card.vendor-card-content .card-image img {
  width: auto;
  height: 150px;
  margin: auto;
  max-width: 100%;
}
.card.vendor-card-content .card-image .card-title {
  background-color: #00000050;
  width: 100%;
  word-break: break-all;
  padding: 12px;
  font-size: 16px;
  font-weight: 600;
}
.card.vendor-card-content .card-content {
  padding: 12px;
}
.card.vendor-card-content .card-action a {
  color: #3a4d55 !important;
}
.card.vendor-card-content .card-action a:hover {
  color: rgba(58, 77, 85, 0.7) !important;
  text-decoration: underline;
}
/* userBuyer Portal */
.userBuyerAccount .alert-banner,
.userBuyerOrder .alert-banner {
  height: 50px;
  color: white;
  border-radius: 8px 8px 0 0;
}
.userBuyerAccount .vendor-banner,
.userBuyerOrder .vendor-banner {
  height: 150px;
}
@media only screen and (min-width: 601px) {
  .userBuyerAccount .vendor-banner,
  .userBuyerOrder .vendor-banner {
    height: 250px;
  }
}
.userBuyerAccount .user-buyer-card,
.userBuyerOrder .user-buyer-card {
  margin-top: -150px;
}
@media only screen and (min-width: 601px) {
  .userBuyerAccount .user-buyer-card,
  .userBuyerOrder .user-buyer-card {
    margin-top: -250px;
  }
}
.userBuyerAccount .user-buyer-card .card,
.userBuyerOrder .user-buyer-card .card {
  border-radius: 8px;
}
.userBuyerAccount .user-buyer-card .customer-status,
.userBuyerOrder .user-buyer-card .customer-status {
  display: none;
}
.userBuyerAccount .payment-method-wrapper,
.userBuyerOrder .payment-method-wrapper {
  padding-top: 1em;
  padding-bottom: 1em;
}
.userBuyerAccount .order-card,
.userBuyerOrder .order-card {
  padding: 1em;
}
.userBuyerAccount .order-card .header,
.userBuyerOrder .order-card .header {
  justify-content: space-between;
}
.userBuyerAccount .order-card .order-title,
.userBuyerOrder .order-card .order-title {
  display: inline-block;
  font-size: 2em;
}
.userBuyerAccount .order-card .contact-block,
.userBuyerOrder .order-card .contact-block {
  display: inline;
  padding: 1em 0;
}
.userBuyerAccount .order-card .order-table,
.userBuyerOrder .order-card .order-table {
  overflow: auto;
  width: 100%;
  display: inline-block;
}
.userBuyerAccount .order-card .order-extra-info,
.userBuyerOrder .order-card .order-extra-info {
  justify-content: flex-end;
}
.userBuyerAccount .order-card .order-extra-info span,
.userBuyerOrder .order-card .order-extra-info span,
.userBuyerAccount .order-card .order-extra-info i,
.userBuyerOrder .order-card .order-extra-info i {
  margin-right: 5px;
}
.userBuyerAccount .order-card .order-actions,
.userBuyerOrder .order-card .order-actions {
  display: inline-block;
  padding: 2em 0;
  width: 100%;
}
.userBuyerAccount .order-card .invoice-details,
.userBuyerOrder .order-card .invoice-details {
  border: 1px solid #d0d0d0;
  padding: 0 10px;
  overflow: auto;
  border-radius: 4px;
  margin-bottom: 3em;
}
.userBuyerAccount .order-card .invoice-details th,
.userBuyerOrder .order-card .invoice-details th,
.userBuyerAccount .order-card .invoice-details td,
.userBuyerOrder .order-card .invoice-details td {
  text-align: center;
}
/* userBuyer Auth */
.userbuyer-auth-layout {
  color: #3a4d55;
}
.userbuyer-auth-layout .auth-row {
  padding: 5em 0;
  min-height: 100vh;
}
.userbuyer-auth-layout .auth-row .card {
  padding: 1em 1em 2em 1em;
}
.userbuyer-auth-layout .input-field input {
  width: 100% !important;
}
.auth-card-title-wrapper {
  padding-bottom: 10px;
  border-bottom: solid 2px;
}
.auth-card-title-wrapper .auth-card-vendor-logo {
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}
.auth-card-title-wrapper .auth-card-title {
  font-size: 1.8em;
}
.auth-card-title-wrapper .auth-card-subtitle {
  color: rgba(58, 77, 85, 0.7);
}
/* Announcement */
.announcement-wrapper :hover {
  cursor: pointer;
}
.announcement-wrapper .text-wrapper {
  line-height: 40px;
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.showcase-card {
  background-color: white;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24), 0 0 2px 0 rgba(0, 0, 0, 0.12);
  border-style: solid;
  border-width: 0.5px;
  border-image-source: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.02) 95%, rgba(0, 0, 0, 0.04));
  border-image-slice: 1;
  padding: 10px;
}
.nc-instance {
  font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance h1,
.nc-instance h2,
.nc-instance h3,
.nc-instance h4,
.nc-instance h5,
.nc-instance h6,
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title,
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-kicker {
  font-family: 'Space Grotesk', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}
.nc-instance .pf-hero-title,
.nc-instance .pf-page-title,
.nc-instance .pf-section-title {
  color: #333331;
}
.nc-instance .pf-hero-subtitle,
.nc-instance .pf-hero-lead,
.nc-instance .pf-page-lead,
.nc-instance .pf-section-subtitle,
.nc-instance .pf-kicker,
.nc-instance .pf-caption {
  color: #333331;
}
.nc-instance .pf-meta {
  color: #8a8a85;
}
.nc-instance .pf-page-title-inverted,
.nc-instance .pf-section-title-inverted {
  color: #1d1d1b;
}
.nc-instance a:not(.btn):not([class*="button"]) {
  color: #5ca4a9;
}
.nc-instance a:not(.btn):not([class*="button"]):hover {
  color: #498589;
}
.nc-instance.noCode-bg-dark a.btn-link-light,
.nc-instance .noCode-bg-dark a.btn-link-light,
.nc-instance.noCode-bg-dark .btn-link-light,
.nc-instance .noCode-bg-dark .btn-link-light {
  color: #fff !important;
}
.nc-instance.noCode-bg-dark a.btn-link-light:hover,
.nc-instance .noCode-bg-dark a.btn-link-light:hover,
.nc-instance.noCode-bg-dark .btn-link-light:hover,
.nc-instance .noCode-bg-dark .btn-link-light:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
.nc-instance .background-hero {
  background: radial-gradient(circle at top, #152238 0%, #1d1d1b 55%, #050508 100%);
}
.nc-instance .icon-accent {
  color: #8B5CF6 !important;
}
.nc-instance .icon-accent-warm {
  color: #A78BFA !important;
}
.nc-instance .icon-accent-cool {
  color: #5ca4a9 !important;
}
.nc-instance.noCode-bg-dark,
.nc-instance.background-hero,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-surface,
.nc-instance.background-hero .pf-surface,
.nc-instance .noCode-bg-dark .pf-surface,
.nc-instance .background-hero .pf-surface,
.nc-instance.noCode-bg-dark .pf-card,
.nc-instance.background-hero .pf-card,
.nc-instance .noCode-bg-dark .pf-card,
.nc-instance .background-hero .pf-card {
  background-color: #333331;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .pf-hero-title,
.nc-instance.background-hero .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-hero-title,
.nc-instance .background-hero .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-page-title,
.nc-instance.background-hero .pf-page-title,
.nc-instance .noCode-bg-dark .pf-page-title,
.nc-instance .background-hero .pf-page-title,
.nc-instance.noCode-bg-dark .pf-section-title,
.nc-instance.background-hero .pf-section-title,
.nc-instance .noCode-bg-dark .pf-section-title,
.nc-instance .background-hero .pf-section-title {
  color: #f5f5f0;
}
.nc-instance.noCode-bg-dark .pf-hero-subtitle,
.nc-instance.background-hero .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-hero-subtitle,
.nc-instance .background-hero .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-hero-lead,
.nc-instance.background-hero .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-hero-lead,
.nc-instance .background-hero .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-page-lead,
.nc-instance.background-hero .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-page-lead,
.nc-instance .background-hero .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-section-subtitle,
.nc-instance.background-hero .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-section-subtitle,
.nc-instance .background-hero .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-kicker,
.nc-instance.background-hero .pf-kicker,
.nc-instance .noCode-bg-dark .pf-kicker,
.nc-instance .background-hero .pf-kicker,
.nc-instance.noCode-bg-dark .pf-caption,
.nc-instance.background-hero .pf-caption,
.nc-instance .noCode-bg-dark .pf-caption,
.nc-instance .background-hero .pf-caption {
  color: #e5e5df;
}
.nc-instance.noCode-bg-dark .text-dark,
.nc-instance.background-hero .text-dark,
.nc-instance .noCode-bg-dark .text-dark,
.nc-instance .background-hero .text-dark {
  color: #e5e5df !important;
}
.nc-instance.noCode-bg-dark .text-dark-light,
.nc-instance.background-hero .text-dark-light,
.nc-instance .noCode-bg-dark .text-dark-light,
.nc-instance .background-hero .text-dark-light {
  color: #9b9b96 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance.background-hero [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark [class*="nc-section--light"],
.nc-instance.background-hero [class*="nc-section--light"],
.nc-instance .noCode-bg-dark [class*="nc-section--light"],
.nc-instance .background-hero [class*="nc-section--light"],
.nc-instance.noCode-bg-dark [class*="nc-section--accent"],
.nc-instance.background-hero [class*="nc-section--accent"],
.nc-instance .noCode-bg-dark [class*="nc-section--accent"],
.nc-instance .background-hero [class*="nc-section--accent"],
.nc-instance.noCode-bg-dark .nc-public-page,
.nc-instance.background-hero .nc-public-page,
.nc-instance .noCode-bg-dark .nc-public-page,
.nc-instance .background-hero .nc-public-page,
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance.background-hero .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance.background-hero .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section,
.nc-instance.noCode-bg-dark .testimonial-card,
.nc-instance.background-hero .testimonial-card,
.nc-instance .noCode-bg-dark .testimonial-card,
.nc-instance .background-hero .testimonial-card,
.nc-instance.noCode-bg-dark .pf-soft-card,
.nc-instance.background-hero .pf-soft-card,
.nc-instance .noCode-bg-dark .pf-soft-card,
.nc-instance .background-hero .pf-soft-card,
.nc-instance.noCode-bg-dark .white,
.nc-instance.background-hero .white,
.nc-instance .noCode-bg-dark .white,
.nc-instance .background-hero .white,
.nc-instance.noCode-bg-dark .card:not(.pf-card),
.nc-instance.background-hero .card:not(.pf-card),
.nc-instance .noCode-bg-dark .card:not(.pf-card),
.nc-instance .background-hero .card:not(.pf-card) {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance.background-hero .nc-public-page .pf-hero-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-title,
.nc-instance .background-hero .nc-public-page .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance.background-hero .comparison-cost-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-title,
.nc-instance .background-hero .comparison-cost-section .pf-hero-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance.background-hero .comparison-faq-section .pf-hero-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-title,
.nc-instance .background-hero .comparison-faq-section .pf-hero-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance.background-hero .testimonial-card .pf-hero-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-title,
.nc-instance .background-hero .testimonial-card .pf-hero-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance.background-hero .pf-soft-card .pf-hero-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-title,
.nc-instance .background-hero .pf-soft-card .pf-hero-title,
.nc-instance.noCode-bg-dark .white .pf-hero-title,
.nc-instance.background-hero .white .pf-hero-title,
.nc-instance .noCode-bg-dark .white .pf-hero-title,
.nc-instance .background-hero .white .pf-hero-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance.background-hero .nc-public-page .pf-page-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-title,
.nc-instance .background-hero .nc-public-page .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance.background-hero .comparison-cost-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-title,
.nc-instance .background-hero .comparison-cost-section .pf-page-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance.background-hero .comparison-faq-section .pf-page-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-title,
.nc-instance .background-hero .comparison-faq-section .pf-page-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance.background-hero .testimonial-card .pf-page-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-title,
.nc-instance .background-hero .testimonial-card .pf-page-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance.background-hero .pf-soft-card .pf-page-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-title,
.nc-instance .background-hero .pf-soft-card .pf-page-title,
.nc-instance.noCode-bg-dark .white .pf-page-title,
.nc-instance.background-hero .white .pf-page-title,
.nc-instance .noCode-bg-dark .white .pf-page-title,
.nc-instance .background-hero .white .pf-page-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-title,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-title,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-title,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-title,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-title,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance.background-hero .nc-public-page .pf-section-title,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-title,
.nc-instance .background-hero .nc-public-page .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance.background-hero .comparison-cost-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-title,
.nc-instance .background-hero .comparison-cost-section .pf-section-title,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance.background-hero .comparison-faq-section .pf-section-title,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-title,
.nc-instance .background-hero .comparison-faq-section .pf-section-title,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance.background-hero .testimonial-card .pf-section-title,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-title,
.nc-instance .background-hero .testimonial-card .pf-section-title,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance.background-hero .pf-soft-card .pf-section-title,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-title,
.nc-instance .background-hero .pf-soft-card .pf-section-title,
.nc-instance.noCode-bg-dark .white .pf-section-title,
.nc-instance.background-hero .white .pf-section-title,
.nc-instance .noCode-bg-dark .white .pf-section-title,
.nc-instance .background-hero .white .pf-section-title,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-title,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-title,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-title {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance.background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-subtitle,
.nc-instance .background-hero .nc-public-page .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance.background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-subtitle,
.nc-instance .background-hero .testimonial-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance.background-hero .white .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .white .pf-hero-subtitle,
.nc-instance .background-hero .white .pf-hero-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-hero-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance.background-hero .nc-public-page .pf-hero-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-hero-lead,
.nc-instance .background-hero .nc-public-page .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance.background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-hero-lead,
.nc-instance .background-hero .comparison-cost-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance.background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-hero-lead,
.nc-instance .background-hero .comparison-faq-section .pf-hero-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance.background-hero .testimonial-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-hero-lead,
.nc-instance .background-hero .testimonial-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance.background-hero .pf-soft-card .pf-hero-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-hero-lead,
.nc-instance .background-hero .pf-soft-card .pf-hero-lead,
.nc-instance.noCode-bg-dark .white .pf-hero-lead,
.nc-instance.background-hero .white .pf-hero-lead,
.nc-instance .noCode-bg-dark .white .pf-hero-lead,
.nc-instance .background-hero .white .pf-hero-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-hero-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-hero-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--light"] .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-page-lead,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-page-lead,
.nc-instance.noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance.background-hero .nc-public-page .pf-page-lead,
.nc-instance .noCode-bg-dark .nc-public-page .pf-page-lead,
.nc-instance .background-hero .nc-public-page .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance.background-hero .comparison-cost-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-page-lead,
.nc-instance .background-hero .comparison-cost-section .pf-page-lead,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance.background-hero .comparison-faq-section .pf-page-lead,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-page-lead,
.nc-instance .background-hero .comparison-faq-section .pf-page-lead,
.nc-instance.noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance.background-hero .testimonial-card .pf-page-lead,
.nc-instance .noCode-bg-dark .testimonial-card .pf-page-lead,
.nc-instance .background-hero .testimonial-card .pf-page-lead,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance.background-hero .pf-soft-card .pf-page-lead,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-page-lead,
.nc-instance .background-hero .pf-soft-card .pf-page-lead,
.nc-instance.noCode-bg-dark .white .pf-page-lead,
.nc-instance.background-hero .white .pf-page-lead,
.nc-instance .noCode-bg-dark .white .pf-page-lead,
.nc-instance .background-hero .white .pf-page-lead,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance.background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-page-lead,
.nc-instance .background-hero .card:not(.pf-card) .pf-page-lead,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--light"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-section-subtitle,
.nc-instance.noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance.background-hero .nc-public-page .pf-section-subtitle,
.nc-instance .noCode-bg-dark .nc-public-page .pf-section-subtitle,
.nc-instance .background-hero .nc-public-page .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-cost-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance.background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-section-subtitle,
.nc-instance .background-hero .comparison-faq-section .pf-section-subtitle,
.nc-instance.noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance.background-hero .testimonial-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .testimonial-card .pf-section-subtitle,
.nc-instance .background-hero .testimonial-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance.background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-section-subtitle,
.nc-instance .background-hero .pf-soft-card .pf-section-subtitle,
.nc-instance.noCode-bg-dark .white .pf-section-subtitle,
.nc-instance.background-hero .white .pf-section-subtitle,
.nc-instance .noCode-bg-dark .white .pf-section-subtitle,
.nc-instance .background-hero .white .pf-section-subtitle,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-section-subtitle,
.nc-instance .background-hero .card:not(.pf-card) .pf-section-subtitle,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-kicker,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--light"] .pf-kicker,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-kicker,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-kicker,
.nc-instance.noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance.background-hero .nc-public-page .pf-kicker,
.nc-instance .noCode-bg-dark .nc-public-page .pf-kicker,
.nc-instance .background-hero .nc-public-page .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance.background-hero .comparison-cost-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-kicker,
.nc-instance .background-hero .comparison-cost-section .pf-kicker,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance.background-hero .comparison-faq-section .pf-kicker,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-kicker,
.nc-instance .background-hero .comparison-faq-section .pf-kicker,
.nc-instance.noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance.background-hero .testimonial-card .pf-kicker,
.nc-instance .noCode-bg-dark .testimonial-card .pf-kicker,
.nc-instance .background-hero .testimonial-card .pf-kicker,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance.background-hero .pf-soft-card .pf-kicker,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-kicker,
.nc-instance .background-hero .pf-soft-card .pf-kicker,
.nc-instance.noCode-bg-dark .white .pf-kicker,
.nc-instance.background-hero .white .pf-kicker,
.nc-instance .noCode-bg-dark .white .pf-kicker,
.nc-instance .background-hero .white .pf-kicker,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance.background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-kicker,
.nc-instance .background-hero .card:not(.pf-card) .pf-kicker,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance.background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-caption,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--light"] .pf-caption,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance.background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .pf-caption,
.nc-instance .background-hero [class*="nc-section--accent"] .pf-caption,
.nc-instance.noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance.background-hero .nc-public-page .pf-caption,
.nc-instance .noCode-bg-dark .nc-public-page .pf-caption,
.nc-instance .background-hero .nc-public-page .pf-caption,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance.background-hero .comparison-cost-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-caption,
.nc-instance .background-hero .comparison-cost-section .pf-caption,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance.background-hero .comparison-faq-section .pf-caption,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-caption,
.nc-instance .background-hero .comparison-faq-section .pf-caption,
.nc-instance.noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance.background-hero .testimonial-card .pf-caption,
.nc-instance .noCode-bg-dark .testimonial-card .pf-caption,
.nc-instance .background-hero .testimonial-card .pf-caption,
.nc-instance.noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance.background-hero .pf-soft-card .pf-caption,
.nc-instance .noCode-bg-dark .pf-soft-card .pf-caption,
.nc-instance .background-hero .pf-soft-card .pf-caption,
.nc-instance.noCode-bg-dark .white .pf-caption,
.nc-instance.background-hero .white .pf-caption,
.nc-instance .noCode-bg-dark .white .pf-caption,
.nc-instance .background-hero .white .pf-caption,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance.background-hero .card:not(.pf-card) .pf-caption,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .pf-caption,
.nc-instance .background-hero .card:not(.pf-card) .pf-caption {
  color: #333331;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance.background-hero [class*="nc-section--light"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark,
.nc-instance .background-hero [class*="nc-section--light"].text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark,
.nc-instance.background-hero .nc-public-page.text-dark,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark,
.nc-instance .background-hero .nc-public-page.text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance.background-hero .comparison-cost-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark,
.nc-instance .background-hero .comparison-cost-section.text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance.background-hero .comparison-faq-section.text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark,
.nc-instance .background-hero .comparison-faq-section.text-dark,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark,
.nc-instance.background-hero .testimonial-card.text-dark,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark,
.nc-instance .background-hero .testimonial-card.text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance.background-hero .pf-soft-card.text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark,
.nc-instance .background-hero .pf-soft-card.text-dark,
.nc-instance.noCode-bg-dark .white.text-dark,
.nc-instance.background-hero .white.text-dark,
.nc-instance .noCode-bg-dark .white.text-dark,
.nc-instance .background-hero .white.text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance.background-hero .card:not(.pf-card).text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark,
.nc-instance .background-hero .card:not(.pf-card).text-dark,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark,
.nc-instance.background-hero .nc-public-page .text-dark,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark,
.nc-instance .background-hero .nc-public-page .text-dark,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance.background-hero .comparison-cost-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark,
.nc-instance .background-hero .comparison-cost-section .text-dark,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance.background-hero .comparison-faq-section .text-dark,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark,
.nc-instance .background-hero .comparison-faq-section .text-dark,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark,
.nc-instance.background-hero .testimonial-card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark,
.nc-instance .background-hero .testimonial-card .text-dark,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance.background-hero .pf-soft-card .text-dark,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark,
.nc-instance .background-hero .pf-soft-card .text-dark,
.nc-instance.noCode-bg-dark .white .text-dark,
.nc-instance.background-hero .white .text-dark,
.nc-instance .noCode-bg-dark .white .text-dark,
.nc-instance .background-hero .white .text-dark,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance.background-hero .card:not(.pf-card) .text-dark,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark,
.nc-instance .background-hero .card:not(.pf-card) .text-dark {
  color: #333331 !important;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"].text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"].text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"].text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"].text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance.background-hero .nc-public-page.text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page.text-dark-light,
.nc-instance .background-hero .nc-public-page.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance.background-hero .comparison-cost-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section.text-dark-light,
.nc-instance .background-hero .comparison-cost-section.text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance.background-hero .comparison-faq-section.text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section.text-dark-light,
.nc-instance .background-hero .comparison-faq-section.text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance.background-hero .testimonial-card.text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card.text-dark-light,
.nc-instance .background-hero .testimonial-card.text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance.background-hero .pf-soft-card.text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card.text-dark-light,
.nc-instance .background-hero .pf-soft-card.text-dark-light,
.nc-instance.noCode-bg-dark .white.text-dark-light,
.nc-instance.background-hero .white.text-dark-light,
.nc-instance .noCode-bg-dark .white.text-dark-light,
.nc-instance .background-hero .white.text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance.background-hero .card:not(.pf-card).text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card).text-dark-light,
.nc-instance .background-hero .card:not(.pf-card).text-dark-light,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .text-dark-light,
.nc-instance .background-hero [class*="noCode-bg-light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--light"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--light"] .text-dark-light,
.nc-instance.noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance.background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance .noCode-bg-dark [class*="nc-section--accent"] .text-dark-light,
.nc-instance .background-hero [class*="nc-section--accent"] .text-dark-light,
.nc-instance.noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance.background-hero .nc-public-page .text-dark-light,
.nc-instance .noCode-bg-dark .nc-public-page .text-dark-light,
.nc-instance .background-hero .nc-public-page .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance.background-hero .comparison-cost-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-cost-section .text-dark-light,
.nc-instance .background-hero .comparison-cost-section .text-dark-light,
.nc-instance.noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance.background-hero .comparison-faq-section .text-dark-light,
.nc-instance .noCode-bg-dark .comparison-faq-section .text-dark-light,
.nc-instance .background-hero .comparison-faq-section .text-dark-light,
.nc-instance.noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance.background-hero .testimonial-card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-card .text-dark-light,
.nc-instance .background-hero .testimonial-card .text-dark-light,
.nc-instance.noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance.background-hero .pf-soft-card .text-dark-light,
.nc-instance .noCode-bg-dark .pf-soft-card .text-dark-light,
.nc-instance .background-hero .pf-soft-card .text-dark-light,
.nc-instance.noCode-bg-dark .white .text-dark-light,
.nc-instance.background-hero .white .text-dark-light,
.nc-instance .noCode-bg-dark .white .text-dark-light,
.nc-instance .background-hero .white .text-dark-light,
.nc-instance.noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance.background-hero .card:not(.pf-card) .text-dark-light,
.nc-instance .noCode-bg-dark .card:not(.pf-card) .text-dark-light,
.nc-instance .background-hero .card:not(.pf-card) .text-dark-light {
  color: rgba(51, 51, 49, 0.7) !important;
}
.nc-instance .pf-surface-elevated {
  background-color: #f1f5f9;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-surface-muted {
  background: #F8FAFC;
}
.nc-instance.noCode-bg-dark .pf-surface-elevated,
.nc-instance .noCode-bg-dark .pf-surface-elevated {
  background-color: #2a2a27;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-instance.noCode-bg-dark .pf-surface-muted,
.nc-instance .noCode-bg-dark .pf-surface-muted {
  background: #252527;
}
.nc-instance .pf-btn-primary {
  background-image: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
  border: none;
}
.nc-instance .pf-btn-primary:hover {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
}
.nc-instance .pf-btn-primary:active {
  filter: brightness(0.96);
  box-shadow: none;
}
.nc-instance .pf-btn-secondary {
  background-color: #ffffff;
  color: #1E293B;
  border: 1px solid #E2E8F0;
}
.nc-instance .pf-btn-secondary:hover {
  background-color: #f1f5f9;
}
.nc-instance .pf-btn-secondary:active {
  background-color: #F8FAFC;
}
.nc-instance .pf-btn-ghost {
  background: transparent;
  color: #475569;
  border: 1px solid transparent;
}
.nc-instance .pf-btn-ghost:hover {
  border-color: #E2E8F0;
  background-color: rgba(0, 0, 0, 0.04);
}
.nc-instance .pf-btn-ghost:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.nc-instance.noCode-bg-dark .pf-btn-secondary,
.nc-instance .noCode-bg-dark .pf-btn-secondary {
  background-color: #1d1d1b;
  color: #e5e5df;
  border: 1px solid #444442;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:hover,
.nc-instance .noCode-bg-dark .pf-btn-secondary:hover {
  background-color: #2a2a27;
}
.nc-instance.noCode-bg-dark .pf-btn-secondary:active,
.nc-instance .noCode-bg-dark .pf-btn-secondary:active {
  background-color: #1d1d1b;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost,
.nc-instance .noCode-bg-dark .pf-btn-ghost {
  background: transparent;
  color: #9b9b96;
  border: 1px solid transparent;
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:hover,
.nc-instance .noCode-bg-dark .pf-btn-ghost:hover {
  border-color: #444442;
  background-color: rgba(29, 29, 27, 0.3);
}
.nc-instance.noCode-bg-dark .pf-btn-ghost:active,
.nc-instance .noCode-bg-dark .pf-btn-ghost:active {
  background-color: rgba(29, 29, 27, 0.45);
}
.nc-instance #nav-mobile .sidenav-active i,
.nc-instance #nav-mobile ul.collapsible li.active i,
.nc-instance #mobile-menu i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance #nav-mobile a:hover,
.nc-instance #nav-mobile a:hover i {
  background: -webkit-linear-gradient(160deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-instance input:not([type]):focus,
.nc-instance input[type='text']:focus,
.nc-instance input[type='password']:focus,
.nc-instance input[type='email']:focus,
.nc-instance input[type='url']:focus,
.nc-instance input[type='number']:focus,
.nc-instance input[type='search']:focus,
.nc-instance input[type='tel']:focus,
.nc-instance textarea:focus {
  border-bottom-color: #5ca4a9;
  box-shadow: 0 1px 0 0 #5ca4a9;
}
.nc-instance [type='checkbox'].filled-in:checked + span:not(.lever)::after {
  border-color: #5ca4a9;
  background-color: #5ca4a9;
}
.nc-instance .switch label input[type='checkbox']:checked + .lever {
  background-color: rgba(92, 164, 169, 0.4);
}
.nc-instance .switch label input[type='checkbox']:checked + .lever::after {
  background-color: #5ca4a9;
}
.nc-instance .divider,
.nc-instance hr {
  background-color: #444442;
}
.nc-instance .pf-badge-success {
  background-color: #052e16;
  color: #34d399;
}
.nc-instance .pf-badge-error {
  background-color: #450a0a;
  color: #ef4444;
}
.nc-instance .pf-badge-warning {
  background-color: #451a03;
  color: #f5a623;
}
.nc-instance .pf-badge-info {
  background-color: #0c3a3d;
  color: #5ca4a9;
}
:root {
  --space-1: 8px;
  --space-2: 16px;
  --space-3: 24px;
  --space-4: 32px;
  --space-5: 40px;
  --space-6: 48px;
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-full: 999px;
}
.pf-instance {
  --surface-page: #FFF8F2;
  --surface-card: #ffffff;
  --surface-card-glass: rgba(255, 255, 255, 0.72);
  --surface-raised: #fafafa;
  --surface-muted: #F3EDE7;
  --surface-highlight: rgba(255, 138, 101, 0.04);
  --surface-brand: linear-gradient(130deg, #e57373, #ffb74d);
  --text-primary: #3a4d55;
  --text-secondary: rgba(58, 77, 85, 0.7);
  --text-muted: #a8b4ba;
  --text-inverse: #ffffff;
  --text-on-brand: #ffffff;
  --text-link: #007acc;
  --brand-primary: #ff8a65;
  --brand-primary-light: #fff0db;
  --brand-gradient: linear-gradient(130deg, #e57373, #ffb74d);
  --brand-accent: #e155c0;
  --brand-accent-light: rgba(225, 85, 192, 0.1);
  --border-default: #D5CFC8;
  --border-subtle: #E8E3DD;
  --border-accent: #ff8a65;
  --status-success: #66b266;
  --status-success-light: #e0efe0;
  --status-error: #e57373;
  --status-error-light: #f9e3e3;
  --status-warning: #ffb74d;
  --status-warning-light: #fff0db;
  --status-info: #90a4ae;
  --status-info-light: #e8ecee;
  --cta-bg: linear-gradient(130deg, #e57373, #ffb74d);
  --cta-text: #ffffff;
  --cta-shadow: 0 4px 20px rgba(255, 138, 101, 0.35);
  --cta-hover-shadow: 0 8px 28px rgba(255, 138, 101, 0.45);
  --icon-accent: #ff8a65;
  --icon-accent-bg: #fff0db;
  --icon-muted: rgba(58, 77, 85, 0.7);
  --accent-pink: #e155c0;
  --accent-amber: #ff8a65;
  --accent-blue: #007acc;
  --accent-emerald: #26a69a;
  --surface-section-alt: #f9f7f4;
  --icon-feature: #6964e0;
  --accent-step-gradient: linear-gradient(135deg, #6964e0, #504bc7);
  --status-positive: #26a69a;
  --status-negative: #e57373;
  --font-heading: 'Source Serif 4', Georgia, 'Times New Roman', serif;
  --font-body: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --radius-card: 20px;
  --radius-pill: 25px;
  --radius-button: 999px;
  --transition-hover: 240ms ease;
  --transition-micro: 160ms ease;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.nc-instance {
  --surface-page: #fafafa;
  --surface-card: #ffffff;
  --surface-card-glass: rgba(255, 255, 255, 0.72);
  --surface-raised: #fafafa;
  --surface-muted: #f0f0f0;
  --surface-highlight: rgba(139, 92, 246, 0.04);
  --surface-brand: linear-gradient(135deg, #8B5CF6, #A78BFA);
  --surface-section-alt: #f5f5f5;
  --text-primary: #1d1d1b;
  --text-secondary: rgba(29, 29, 27, 0.6);
  --text-muted: #8a8a85;
  --text-inverse: #f5f5f0;
  --text-on-brand: #FFFFFF;
  --text-link: #5ca4a9;
  --brand-primary: #8B5CF6;
  --brand-primary-light: rgba(139, 92, 246, 0.15);
  --brand-gradient: linear-gradient(135deg, #8B5CF6, #A78BFA);
  --brand-accent: #5ca4a9;
  --brand-accent-light: rgba(92, 164, 169, 0.15);
  --accent-pink: #EC4899;
  --accent-amber: #F59E0B;
  --accent-blue: #38BDF8;
  --accent-emerald: #10B981;
  --border-default: #e5e5df;
  --border-subtle: #f0f0f0;
  --border-accent: #8B5CF6;
  --status-success: #34d399;
  --status-success-light: rgba(52, 211, 153, 0.12);
  --status-error: #ef4444;
  --status-error-light: rgba(239, 68, 68, 0.1);
  --status-warning: #f5a623;
  --status-warning-light: rgba(245, 166, 35, 0.12);
  --status-info: #5ca4a9;
  --status-info-light: rgba(92, 164, 169, 0.1);
  --icon-feature: #8B5CF6;
  --accent-step-gradient: linear-gradient(135deg, #8B5CF6, #7C3AED);
  --status-positive: #10B981;
  --status-negative: #ef4444;
  --cta-bg: linear-gradient(135deg, #8B5CF6, #A78BFA);
  --cta-text: #FFFFFF;
  --cta-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
  --cta-hover-shadow: 0 8px 28px rgba(139, 92, 246, 0.4);
  --icon-accent: #8B5CF6;
  --icon-accent-bg: rgba(139, 92, 246, 0.15);
  --icon-muted: rgba(29, 29, 27, 0.6);
  --font-heading: 'Space Grotesk', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --radius-card: 14px;
  --radius-pill: 16px;
  --radius-button: 12px;
  --transition-hover: 160ms ease-out;
  --transition-micro: 120ms ease-out;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.nc-instance.noCode-bg-dark,
.nc-instance .noCode-bg-dark,
.nc-instance .background-hero {
  --surface-page: #1d1d1b;
  --surface-card: #333331;
  --surface-card-glass: rgba(42, 42, 40, 0.72);
  --surface-raised: #2a2a27;
  --surface-muted: #232321;
  --surface-highlight: rgba(139, 92, 246, 0.06);
  --surface-section-alt: #232321;
  --text-primary: #e5e5df;
  --text-secondary: #9b9b96;
  --text-muted: #8a8a85;
  --text-inverse: #1d1d1b;
  --text-on-brand: #FFFFFF;
  --border-default: #444442;
  --border-subtle: #444442;
  --status-success-light: #052e16;
  --status-error-light: #450a0a;
  --status-warning-light: #451a03;
  --status-info-light: #0c3a3d;
  --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 6px 18px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 18px 45px rgba(0, 0, 0, 0.35);
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"],
.nc-instance .background-hero [class*="noCode-bg-light"],
.nc-instance.noCode-bg-dark .comparison-cost-section,
.nc-instance .noCode-bg-dark .comparison-cost-section,
.nc-instance .background-hero .comparison-cost-section,
.nc-instance.noCode-bg-dark .comparison-faq-section,
.nc-instance .noCode-bg-dark .comparison-faq-section,
.nc-instance .background-hero .comparison-faq-section {
  --text-primary: #1d1d1b;
  --text-secondary: rgba(29, 29, 27, 0.6);
  --text-muted: #8a8a85;
  --text-inverse: #f5f5f0;
  --border-default: #e5e5df;
  --border-subtle: #f0f0f0;
}
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-card,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-card,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-card,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-card,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-card,
.nc-instance .background-hero .comparison-cost-section .pf-card,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-card,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-card,
.nc-instance .background-hero .comparison-faq-section .pf-card,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-stat-card,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-stat-card,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-stat-card,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-stat-card,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-stat-card,
.nc-instance .background-hero .comparison-cost-section .pf-stat-card,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-stat-card,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-stat-card,
.nc-instance .background-hero .comparison-faq-section .pf-stat-card,
.nc-instance.noCode-bg-dark [class*="noCode-bg-light"] .pf-surface,
.nc-instance .noCode-bg-dark [class*="noCode-bg-light"] .pf-surface,
.nc-instance .background-hero [class*="noCode-bg-light"] .pf-surface,
.nc-instance.noCode-bg-dark .comparison-cost-section .pf-surface,
.nc-instance .noCode-bg-dark .comparison-cost-section .pf-surface,
.nc-instance .background-hero .comparison-cost-section .pf-surface,
.nc-instance.noCode-bg-dark .comparison-faq-section .pf-surface,
.nc-instance .noCode-bg-dark .comparison-faq-section .pf-surface,
.nc-instance .background-hero .comparison-faq-section .pf-surface {
  --text-primary: #e5e5df;
  --text-secondary: #9b9b96;
  --text-muted: #8a8a85;
}
.red {
  background-color: #F44336 !important;
}
.red-text {
  color: #F44336 !important;
}
.red.lighten-5 {
  background-color: #FFEBEE !important;
}
.red-text.text-lighten-5 {
  color: #FFEBEE !important;
}
.red.lighten-4 {
  background-color: #FFCDD2 !important;
}
.red-text.text-lighten-4 {
  color: #FFCDD2 !important;
}
.red.lighten-3 {
  background-color: #EF9A9A !important;
}
.red-text.text-lighten-3 {
  color: #EF9A9A !important;
}
.red.lighten-2 {
  background-color: #E57373 !important;
}
.red-text.text-lighten-2 {
  color: #E57373 !important;
}
.red.lighten-1 {
  background-color: #EF5350 !important;
}
.red-text.text-lighten-1 {
  color: #EF5350 !important;
}
.red.darken-1 {
  background-color: #E53935 !important;
}
.red-text.text-darken-1 {
  color: #E53935 !important;
}
.red.darken-2 {
  background-color: #D32F2F !important;
}
.red-text.text-darken-2 {
  color: #D32F2F !important;
}
.red.darken-3 {
  background-color: #C62828 !important;
}
.red-text.text-darken-3 {
  color: #C62828 !important;
}
.red.darken-4 {
  background-color: #B71C1C !important;
}
.red-text.text-darken-4 {
  color: #B71C1C !important;
}
.red.accent-1 {
  background-color: #FF8A80 !important;
}
.red-text.text-accent-1 {
  color: #FF8A80 !important;
}
.red.accent-2 {
  background-color: #FF5252 !important;
}
.red-text.text-accent-2 {
  color: #FF5252 !important;
}
.red.accent-3 {
  background-color: #FF1744 !important;
}
.red-text.text-accent-3 {
  color: #FF1744 !important;
}
.red.accent-4 {
  background-color: #D50000 !important;
}
.red-text.text-accent-4 {
  color: #D50000 !important;
}
.purple {
  background-color: #9c27b0 !important;
}
.purple-text {
  color: #9c27b0 !important;
}
.purple.lighten-5 {
  background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
  color: #f3e5f5 !important;
}
.purple.lighten-4 {
  background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
  color: #e1bee7 !important;
}
.purple.lighten-3 {
  background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
  color: #ce93d8 !important;
}
.purple.lighten-2 {
  background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
  color: #ba68c8 !important;
}
.purple.lighten-1 {
  background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
  color: #ab47bc !important;
}
.purple.darken-1 {
  background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
  color: #8e24aa !important;
}
.purple.darken-2 {
  background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
  color: #7b1fa2 !important;
}
.purple.darken-3 {
  background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
  color: #6a1b9a !important;
}
.purple.darken-4 {
  background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
  color: #4a148c !important;
}
.purple.accent-1 {
  background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
  color: #ea80fc !important;
}
.purple.accent-2 {
  background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
  color: #e040fb !important;
}
.purple.accent-3 {
  background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
  color: #d500f9 !important;
}
.purple.accent-4 {
  background-color: #aa00ff !important;
}
.purple-text.text-accent-4 {
  color: #aa00ff !important;
}
.blue {
  background-color: #2196F3 !important;
}
.blue-text {
  color: #2196F3 !important;
}
.blue.lighten-5 {
  background-color: #E3F2FD !important;
}
.blue-text.text-lighten-5 {
  color: #E3F2FD !important;
}
.blue.lighten-4 {
  background-color: #BBDEFB !important;
}
.blue-text.text-lighten-4 {
  color: #BBDEFB !important;
}
.blue.lighten-3 {
  background-color: #90CAF9 !important;
}
.blue-text.text-lighten-3 {
  color: #90CAF9 !important;
}
.blue.lighten-2 {
  background-color: #64B5F6 !important;
}
.blue-text.text-lighten-2 {
  color: #64B5F6 !important;
}
.blue.lighten-1 {
  background-color: #42A5F5 !important;
}
.blue-text.text-lighten-1 {
  color: #42A5F5 !important;
}
.blue.darken-1 {
  background-color: #1E88E5 !important;
}
.blue-text.text-darken-1 {
  color: #1E88E5 !important;
}
.blue.darken-2 {
  background-color: #1976D2 !important;
}
.blue-text.text-darken-2 {
  color: #1976D2 !important;
}
.blue.darken-3 {
  background-color: #1565C0 !important;
}
.blue-text.text-darken-3 {
  color: #1565C0 !important;
}
.blue.darken-4 {
  background-color: #0D47A1 !important;
}
.blue-text.text-darken-4 {
  color: #0D47A1 !important;
}
.blue.accent-1 {
  background-color: #82B1FF !important;
}
.blue-text.text-accent-1 {
  color: #82B1FF !important;
}
.blue.accent-2 {
  background-color: #448AFF !important;
}
.blue-text.text-accent-2 {
  color: #448AFF !important;
}
.blue.accent-3 {
  background-color: #2979FF !important;
}
.blue-text.text-accent-3 {
  color: #2979FF !important;
}
.blue.accent-4 {
  background-color: #2962FF !important;
}
.blue-text.text-accent-4 {
  color: #2962FF !important;
}
.teal {
  background-color: #009688 !important;
}
.teal-text {
  color: #009688 !important;
}
.teal.lighten-5 {
  background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
  color: #e0f2f1 !important;
}
.teal.lighten-4 {
  background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
  color: #b2dfdb !important;
}
.teal.lighten-3 {
  background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
  color: #80cbc4 !important;
}
.teal.lighten-2 {
  background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
  color: #4db6ac !important;
}
.teal.lighten-1 {
  background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
  color: #26a69a !important;
}
.teal.darken-1 {
  background-color: #00897b !important;
}
.teal-text.text-darken-1 {
  color: #00897b !important;
}
.teal.darken-2 {
  background-color: #00796b !important;
}
.teal-text.text-darken-2 {
  color: #00796b !important;
}
.teal.darken-3 {
  background-color: #00695c !important;
}
.teal-text.text-darken-3 {
  color: #00695c !important;
}
.teal.darken-4 {
  background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
  color: #004d40 !important;
}
.teal.accent-1 {
  background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
  color: #a7ffeb !important;
}
.teal.accent-2 {
  background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
  color: #64ffda !important;
}
.teal.accent-3 {
  background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
  color: #1de9b6 !important;
}
.teal.accent-4 {
  background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
  color: #00bfa5 !important;
}
.green {
  background-color: #4CAF50 !important;
}
.green-text {
  color: #4CAF50 !important;
}
.green.lighten-5 {
  background-color: #E8F5E9 !important;
}
.green-text.text-lighten-5 {
  color: #E8F5E9 !important;
}
.green.lighten-4 {
  background-color: #C8E6C9 !important;
}
.green-text.text-lighten-4 {
  color: #C8E6C9 !important;
}
.green.lighten-3 {
  background-color: #A5D6A7 !important;
}
.green-text.text-lighten-3 {
  color: #A5D6A7 !important;
}
.green.lighten-2 {
  background-color: #81C784 !important;
}
.green-text.text-lighten-2 {
  color: #81C784 !important;
}
.green.lighten-1 {
  background-color: #66BB6A !important;
}
.green-text.text-lighten-1 {
  color: #66BB6A !important;
}
.green.darken-1 {
  background-color: #43A047 !important;
}
.green-text.text-darken-1 {
  color: #43A047 !important;
}
.green.darken-2 {
  background-color: #388E3C !important;
}
.green-text.text-darken-2 {
  color: #388E3C !important;
}
.green.darken-3 {
  background-color: #2E7D32 !important;
}
.green-text.text-darken-3 {
  color: #2E7D32 !important;
}
.green.darken-4 {
  background-color: #1B5E20 !important;
}
.green-text.text-darken-4 {
  color: #1B5E20 !important;
}
.green.accent-1 {
  background-color: #B9F6CA !important;
}
.green-text.text-accent-1 {
  color: #B9F6CA !important;
}
.green.accent-2 {
  background-color: #69F0AE !important;
}
.green-text.text-accent-2 {
  color: #69F0AE !important;
}
.green.accent-3 {
  background-color: #00E676 !important;
}
.green-text.text-accent-3 {
  color: #00E676 !important;
}
.green.accent-4 {
  background-color: #00C853 !important;
}
.green-text.text-accent-4 {
  color: #00C853 !important;
}
.yellow {
  background-color: #ffeb3b !important;
}
.yellow-text {
  color: #ffeb3b !important;
}
.yellow.lighten-5 {
  background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
  color: #fffde7 !important;
}
.yellow.lighten-4 {
  background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
  color: #fff9c4 !important;
}
.yellow.lighten-3 {
  background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
  color: #fff59d !important;
}
.yellow.lighten-2 {
  background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
  color: #fff176 !important;
}
.yellow.lighten-1 {
  background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
  color: #ffee58 !important;
}
.yellow.darken-1 {
  background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
  color: #fdd835 !important;
}
.yellow.darken-2 {
  background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
  color: #fbc02d !important;
}
.yellow.darken-3 {
  background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
  color: #f9a825 !important;
}
.yellow.darken-4 {
  background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
  color: #f57f17 !important;
}
.yellow.accent-1 {
  background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
  color: #ffff8d !important;
}
.yellow.accent-2 {
  background-color: #ffff00 !important;
}
.yellow-text.text-accent-2 {
  color: #ffff00 !important;
}
.yellow.accent-3 {
  background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
  color: #ffea00 !important;
}
.yellow.accent-4 {
  background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
  color: #ffd600 !important;
}
.orange {
  background-color: #ff9800 !important;
}
.orange-text {
  color: #ff9800 !important;
}
.orange.lighten-5 {
  background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
  color: #fff3e0 !important;
}
.orange.lighten-4 {
  background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
  color: #ffe0b2 !important;
}
.orange.lighten-3 {
  background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
  color: #ffcc80 !important;
}
.orange.lighten-2 {
  background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
  color: #ffb74d !important;
}
.orange.lighten-1 {
  background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
  color: #ffa726 !important;
}
.orange.darken-1 {
  background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
  color: #fb8c00 !important;
}
.orange.darken-2 {
  background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
  color: #f57c00 !important;
}
.orange.darken-3 {
  background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
  color: #ef6c00 !important;
}
.orange.darken-4 {
  background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
  color: #e65100 !important;
}
.orange.accent-1 {
  background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
  color: #ffd180 !important;
}
.orange.accent-2 {
  background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
  color: #ffab40 !important;
}
.orange.accent-3 {
  background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
  color: #ff9100 !important;
}
.orange.accent-4 {
  background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
  color: #ff6d00 !important;
}
.blue-grey {
  background-color: #607d8b !important;
}
.blue-grey-text {
  color: #607d8b !important;
}
.blue-grey.lighten-5 {
  background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important;
}
.blue-grey.lighten-4 {
  background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
  background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
  background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important;
}
.blue-grey.lighten-1 {
  background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
  color: #78909c !important;
}
.blue-grey.darken-1 {
  background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
  color: #546e7a !important;
}
.blue-grey.darken-2 {
  background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
  color: #455a64 !important;
}
.blue-grey.darken-3 {
  background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
  color: #37474f !important;
}
.blue-grey.darken-4 {
  background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
  color: #263238 !important;
}
.grey {
  background-color: #9e9e9e !important;
}
.grey-text {
  color: #9e9e9e !important;
}
.grey.lighten-5 {
  background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
  color: #fafafa !important;
}
.grey.lighten-4 {
  background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
  color: #f5f5f5 !important;
}
.grey.lighten-3 {
  background-color: #eeeeee !important;
}
.grey-text.text-lighten-3 {
  color: #eeeeee !important;
}
.grey.lighten-2 {
  background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
  color: #e0e0e0 !important;
}
.grey.lighten-1 {
  background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
  color: #bdbdbd !important;
}
.grey.darken-1 {
  background-color: #757575 !important;
}
.grey-text.text-darken-1 {
  color: #757575 !important;
}
.grey.darken-2 {
  background-color: #616161 !important;
}
.grey-text.text-darken-2 {
  color: #616161 !important;
}
.grey.darken-3 {
  background-color: #424242 !important;
}
.grey-text.text-darken-3 {
  color: #424242 !important;
}
.grey.darken-4 {
  background-color: #212121 !important;
}
.grey-text.text-darken-4 {
  color: #212121 !important;
}
.black {
  background-color: #000000 !important;
}
.black-text {
  color: #000000 !important;
}
.white {
  background-color: #FFFFFF !important;
}
.white-text {
  color: #FFFFFF !important;
}
.transparent {
  background-color: transparent !important;
}
.transparent-text {
  color: transparent !important;
}
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
ul:not(.browser-default) > li {
  list-style-type: none;
}
a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
.valign-wrapper {
  display: flex;
  align-items: center;
}
.clearfix {
  clear: both;
}
.z-depth-0 {
  box-shadow: none !important;
}
/* 2dp elevation modified*/
.z-depth-1,
nav,
.card-panel,
.card,
.btn,
.dropdown-content,
.collapsible,
.sidenav,
.btn-large,
.btn-small {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.z-depth-1-half,
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
/* 12dp elevation modified*/
.z-depth-3 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2);
}
/* 24dp elevation */
.z-depth-5,
.modal {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2);
}
.hoverable {
  transition: box-shadow 0.25s;
}
.hoverable:hover {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0;
}
blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73;
}
i {
  line-height: inherit;
}
i.left {
  float: left;
  margin-right: 15px;
}
i.right {
  float: right;
  margin-left: 15px;
}
i.tiny {
  font-size: 1rem;
}
i.small {
  font-size: 2rem;
}
i.medium {
  font-size: 4rem;
}
i.large {
  font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px;
}
.pagination li a {
  color: #444;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  line-height: 30px;
}
.pagination li.active a {
  color: #fff;
}
.pagination li.active {
  background-color: #ee6e73;
}
.pagination li.disabled a {
  cursor: default;
  color: #999;
}
.pagination li i {
  font-size: 2rem;
}
.pagination li.pages ul li {
  display: inline-block;
  float: none;
}
@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%;
  }
  .pagination li.prev,
  .pagination li.next {
    width: 10%;
  }
  .pagination li.pages {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
  }
}
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}
.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  transform: translate3d(0, 0, 0);
  transform: translateX(-50%);
}
/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-small-only {
    text-align: center;
  }
}
table,
th,
td {
  border: none;
}
table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
}
table.striped tr {
  border-bottom: none;
}
table.striped > tbody > tr:nth-child(odd) {
  background-color: rgba(242, 242, 242, 0.5);
}
table.striped > tbody > tr > td {
  border-radius: 0;
}
table.highlight > tbody > tr {
  transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
  background-color: rgba(242, 242, 242, 0.5);
}
table.centered thead tr th,
table.centered tbody tr td {
  text-align: center;
}
tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
td,
th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px;
}
@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */
  }
  table.responsive-table td:empty:before {
    content: '\00a0';
  }
  table.responsive-table th,
  table.responsive-table td {
    margin: 0;
    vertical-align: top;
  }
  table.responsive-table th {
    text-align: left;
  }
  table.responsive-table thead {
    display: block;
    float: left;
  }
  table.responsive-table thead tr {
    display: block;
    padding: 0 10px 0 0;
  }
  table.responsive-table thead tr th::before {
    content: "\00a0";
  }
  table.responsive-table tbody {
    display: block;
    width: auto;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  table.responsive-table tbody tr {
    display: inline-block;
    vertical-align: top;
  }
  table.responsive-table th {
    display: block;
    text-align: right;
  }
  table.responsive-table td {
    display: block;
    min-height: 1.25em;
    text-align: left;
  }
  table.responsive-table tr {
    border-bottom: none;
    padding: 0 10px;
  }
  table.responsive-table thead {
    border: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
  }
}
.collection {
  margin: 0.5rem 0 1rem 0;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.collection .collection-item {
  background-color: #fff;
  line-height: 1.5rem;
  padding: 10px 20px;
  margin: 0;
  border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
  min-height: 84px;
  padding-left: 72px;
  position: relative;
}
.collection .collection-item.avatar:not(.circle-clipper) > .circle,
.collection .collection-item.avatar :not(.circle-clipper) > .circle {
  position: absolute;
  width: 42px;
  height: 42px;
  overflow: hidden;
  left: 15px;
  display: inline-block;
  vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
  font-size: 18px;
  line-height: 42px;
  color: #fff;
  background-color: #999;
  text-align: center;
}
.collection .collection-item.avatar .title {
  font-size: 16px;
}
.collection .collection-item.avatar p {
  margin: 0;
}
.collection .collection-item.avatar .secondary-content {
  position: absolute;
  top: 16px;
  right: 16px;
}
.collection .collection-item:last-child {
  border-bottom: none;
}
.collection .collection-item.active {
  background-color: #26a69a;
  color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
  color: #fff;
}
.collection a.collection-item {
  display: block;
  transition: 0.25s;
  color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
  background-color: #ddd;
}
.collection.with-header .collection-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 20px;
}
.collection.with-header .collection-item {
  padding-left: 30px;
}
.collection.with-header .collection-item.avatar {
  padding-left: 72px;
}
.secondary-content {
  float: right;
  color: #26a69a;
}
.collapsible .collection {
  margin: 0;
  border: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden;
}
.progress .determinate {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #26a69a;
  transition: width 0.3s linear;
}
.progress .indeterminate {
  background-color: #26a69a;
}
.progress .indeterminate:before {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}
.progress .indeterminate:after {
  content: '';
  position: absolute;
  background-color: inherit;
  top: 0;
  left: 0;
  bottom: 0;
  will-change: left, right;
  animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
  animation-delay: 1.15s;
}
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%;
  }
  60% {
    left: 100%;
    right: -90%;
  }
  100% {
    left: 100%;
    right: -90%;
  }
}
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%;
  }
  60% {
    left: 107%;
    right: -8%;
  }
  100% {
    left: 107%;
    right: -8%;
  }
}
/*******************
  Utility Classes
*******************/
.hide {
  display: none !important;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.center,
.center-align {
  text-align: center;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.no-select,
input[type=range],
input[type=range] + .thumb {
  user-select: none;
}
.circle {
  border-radius: 50%;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.no-padding {
  padding: 0 !important;
}
/* This is needed for some mobile phones to display the Google Icon font properly */
.material-icons {
  text-rendering: optimizeLegibility;
  font-feature-settings: 'liga';
}
nav {
  color: #fff;
  background-color: #ee6e73;
  width: 100%;
  height: 56px;
  line-height: 56px;
}
nav.nav-extended {
  height: auto;
}
nav.nav-extended .nav-wrapper {
  min-height: 56px;
  height: auto;
}
nav.nav-extended .nav-content {
  position: relative;
  line-height: normal;
}
nav a {
  color: #fff;
}
nav i,
nav i.material-icons {
  display: block;
  font-size: 24px;
  height: 56px;
  line-height: 56px;
}
nav .nav-wrapper {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 993px) {
  nav a.sidenav-trigger {
    display: none;
  }
}
nav .sidenav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  height: 56px;
  margin: 0 18px;
}
nav .sidenav-trigger i {
  height: 56px;
  line-height: 56px;
}
nav .brand-logo {
  position: absolute;
  color: #fff;
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;
}
nav .brand-logo.center {
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
  nav .brand-logo {
    left: 50%;
    transform: translateX(-50%);
  }
  nav .brand-logo.left,
  nav .brand-logo.right {
    padding: 0;
    transform: none;
  }
  nav .brand-logo.left {
    left: 0.5rem;
  }
  nav .brand-logo.right {
    right: 0.5rem;
    left: auto;
  }
}
nav .brand-logo.right {
  right: 0.5rem;
  padding: 0;
}
nav .brand-logo i,
nav .brand-logo [class^="mdi-"],
nav .brand-logo [class*="mdi-"],
nav .brand-logo i.material-icons {
  float: left;
  margin-right: 15px;
}
nav .nav-title {
  display: inline-block;
  font-size: 32px;
  padding: 28px 0;
}
nav ul {
  margin: 0;
}
nav ul li {
  transition: background-color 0.3s;
  float: left;
  padding: 0;
}
nav ul li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
  transition: background-color 0.3s;
  font-size: 1rem;
  color: #fff;
  display: block;
  padding: 0 15px;
  cursor: pointer;
}
nav ul a.btn,
nav ul a.btn-large,
nav ul a.btn-flat,
nav ul a.btn-floating,
nav ul a.btn-large,
nav ul a.btn-small {
  margin-top: -2px;
  margin-left: 15px;
  margin-right: 15px;
}
nav ul a.btn > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn-small > .material-icons {
  height: inherit;
  line-height: inherit;
}
nav ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
  float: left;
}
nav form {
  height: 100%;
}
nav .input-field {
  margin: 0;
  height: 100%;
}
nav .input-field input {
  height: 100%;
  font-size: 1.2rem;
  border: none;
  padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type=text]:valid,
nav .input-field input[type=password]:valid,
nav .input-field input[type=email]:valid,
nav .input-field input[type=url]:valid,
nav .input-field input[type=date]:valid {
  border: none;
  box-shadow: none;
}
nav .input-field label {
  top: 0;
  left: 0;
}
nav .input-field label i {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s;
}
nav .input-field label.active i {
  color: #fff;
}
.navbar-fixed {
  position: relative;
  height: 56px;
  z-index: 997;
}
.navbar-fixed nav {
  position: fixed;
}
@media only screen and (min-width: 601px) {
  nav.nav-extended .nav-wrapper {
    min-height: 64px;
  }
  nav,
  nav .nav-wrapper i,
  nav a.sidenav-trigger,
  nav a.sidenav-trigger i {
    height: 64px;
    line-height: 64px;
  }
  .navbar-fixed {
    height: 64px;
  }
}
a {
  text-decoration: none;
}
html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  html {
    font-size: 14.5px;
  }
}
@media only screen and (min-width: 1200px) {
  html {
    font-size: 15px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  line-height: 1.3;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}
h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0;
}
h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.37333333rem 0 1.424rem 0;
}
h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.94666667rem 0 1.168rem 0;
}
h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0;
}
h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.09333333rem 0 0.656rem 0;
}
h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.76666667rem 0 0.46rem 0;
}
em {
  font-style: italic;
}
strong {
  font-weight: 500;
}
small {
  font-size: 75%;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.card-panel {
  transition: box-shadow 0.25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff;
}
.card {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow 0.25s;
  border-radius: 2px;
}
.card .card-title {
  font-size: 24px;
  font-weight: 300;
}
.card .card-title.activator {
  cursor: pointer;
}
.card.small,
.card.medium,
.card.large {
  position: relative;
}
.card.small .card-image,
.card.medium .card-image,
.card.large .card-image {
  max-height: 60%;
  overflow: hidden;
}
.card.small .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.large .card-image + .card-content {
  max-height: 40%;
}
.card.small .card-content,
.card.medium .card-content,
.card.large .card-content {
  max-height: 100%;
  overflow: hidden;
}
.card.small .card-action,
.card.medium .card-action,
.card.large .card-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.card.small {
  height: 300px;
}
.card.medium {
  height: 400px;
}
.card.large {
  height: 500px;
}
.card.horizontal {
  display: flex;
}
.card.horizontal.small .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.large .card-image {
  height: 100%;
  max-height: none;
  overflow: visible;
}
.card.horizontal.small .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.large .card-image img {
  height: 100%;
}
.card.horizontal .card-image {
  max-width: 50%;
}
.card.horizontal .card-image img {
  border-radius: 2px 0 0 2px;
  max-width: 100%;
  width: auto;
}
.card.horizontal .card-stacked {
  display: flex;
  flex-direction: column;
  flex: 1;
  position: relative;
}
.card.horizontal .card-stacked .card-content {
  flex-grow: 1;
}
.card.sticky-action .card-action {
  z-index: 2;
}
.card.sticky-action .card-reveal {
  z-index: 1;
  padding-bottom: 64px;
}
.card .card-image {
  position: relative;
}
.card .card-image img {
  display: block;
  border-radius: 2px 2px 0 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.card .card-image .card-title {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  padding: 24px;
}
.card .card-content {
  padding: 24px;
  border-radius: 0 0 2px 2px;
}
.card .card-content p {
  margin: 0;
}
.card .card-content .card-title {
  display: block;
  line-height: 32px;
  margin-bottom: 8px;
}
.card .card-content .card-title i {
  line-height: 32px;
}
.card .card-action {
  background-color: inherit;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  position: relative;
  padding: 16px 24px;
}
.card .card-action:last-child {
  border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
  color: #ffab40;
  margin-right: 24px;
  transition: color 0.3s ease;
  text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
  color: #ffd8a6;
}
.card .card-reveal {
  padding: 24px;
  position: absolute;
  background-color: #fff;
  width: 100%;
  overflow-y: auto;
  left: 0;
  top: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.card .card-reveal .card-title {
  cursor: pointer;
  display: block;
}
.btn,
.btn-flat,
.btn-large,
.btn-small {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
.btn.disabled,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled] {
  pointer-events: none;
  background-color: #DFDFDF !important;
  box-shadow: none;
  color: #9F9F9F !important;
  cursor: default;
}
.btn.disabled:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-small.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-small:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-small[disabled]:hover,
.btn-flat[disabled]:hover,
.btn-large.disabled:hover,
.btn-large:disabled:hover,
.btn-large[disabled]:hover,
.btn-small.disabled:hover,
.btn-small:disabled:hover,
.btn-small[disabled]:hover {
  background-color: #DFDFDF !important;
  color: #9F9F9F !important;
}
.btn,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat,
.btn-large,
.btn-small {
  font-size: 14px;
  outline: 0;
}
.btn i,
.btn-floating i,
.btn-large i,
.btn-small i,
.btn-flat i,
.btn-large i,
.btn-small i {
  font-size: 1.3rem;
  line-height: inherit;
}
.btn:focus,
.btn-floating:focus,
.btn-large:focus,
.btn-small:focus {
  background-color: #1c7d74;
}
.btn,
.btn-large,
.btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #26a69a;
  text-align: center;
  letter-spacing: 0.5px;
  transition: background-color 0.2s ease-out;
  cursor: pointer;
}
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  background-color: #2bbbad;
}
.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:hover {
  box-shadow: none;
}
.btn-flat:focus {
  background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled,
.btn-flat.btn-flat[disabled] {
  background-color: transparent !important;
  color: #b3b3b3 !important;
  cursor: default;
}
.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px;
}
.btn-large i {
  font-size: 1.6rem;
}
.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px;
}
.btn-small i {
  font-size: 1.2rem;
}
.btn-block {
  display: block;
}
.dropdown-content {
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
}
.dropdown-content:focus {
  outline: 0;
}
.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.dropdown-content li:hover,
.dropdown-content li.active {
  background-color: #eee;
}
.dropdown-content li:focus {
  outline: none;
}
.dropdown-content li.divider {
  min-height: 0;
  height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
  font-size: 16px;
  color: #26a69a;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
  white-space: nowrap;
}
.dropdown-content li > span > label {
  top: 1px;
  left: 0;
  height: 18px;
}
.dropdown-content li > a > i {
  height: inherit;
  line-height: inherit;
  float: left;
  margin: 0 24px 0 0;
  width: 24px;
}
body.keyboard-focused .dropdown-content li:focus {
  background-color: #dadada;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
  top: 1px;
  left: 0;
  height: 18px;
  transform: none;
}
.dropdown-trigger {
  cursor: pointer;
}
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fafafa;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 2px;
  will-change: top, opacity;
}
.modal:focus {
  outline: none;
}
@media only screen and (max-width: 992px) {
  .modal {
    width: 80%;
  }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
  margin-top: 0;
}
.modal .modal-content {
  padding: 24px;
}
.modal .modal-close {
  cursor: pointer;
}
.modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-flat,
.modal .modal-footer .btn-large,
.modal .modal-footer .btn-small {
  margin: 6px 0;
}
.modal-overlay {
  position: fixed;
  z-index: 999;
  top: -25%;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  display: none;
  will-change: opacity;
}
.modal.modal-fixed-footer {
  padding: 0;
  height: 70%;
}
.modal.modal-fixed-footer .modal-content {
  position: absolute;
  height: calc(100% - 56px);
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
}
.modal.bottom-sheet {
  top: auto;
  bottom: -100%;
  margin: 0;
  width: 100%;
  max-height: 45%;
  border-radius: 0;
  will-change: bottom, opacity;
}
.collapsible {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  margin: 0.5rem 0 1rem 0;
}
.collapsible-header {
  display: flex;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  line-height: 1.5;
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.collapsible-header:focus {
  outline: 0;
}
.collapsible-header i {
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: 1rem;
}
.keyboard-focused .collapsible-header:focus {
  background-color: #eee;
}
.collapsible-body {
  display: none;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  padding: 2rem;
}
.collapsible li.active > .collapsible-body {
  display: block;
}
.sidenav .collapsible,
.sidenav.fixed .collapsible {
  border: none;
  box-shadow: none;
}
.sidenav .collapsible li,
.sidenav.fixed .collapsible li {
  padding: 0;
}
.sidenav .collapsible-header,
.sidenav.fixed .collapsible-header {
  background-color: transparent;
  border: none;
  line-height: inherit;
  height: inherit;
  padding: 0 16px;
}
.sidenav .collapsible-header:hover,
.sidenav.fixed .collapsible-header:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav .collapsible-header i,
.sidenav.fixed .collapsible-header i {
  line-height: inherit;
}
.sidenav .collapsible-body,
.sidenav.fixed .collapsible-body {
  border: 0;
  background-color: #fff;
}
.sidenav .collapsible-body li a,
.sidenav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 31px;
}
.collapsible.popout {
  border: none;
  box-shadow: none;
}
.collapsible.popout > li {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  margin: 0 24px;
  transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  margin: 16px 0;
}
.chip {
  display: inline-block;
  height: 32px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.6);
  line-height: 32px;
  padding: 0 12px;
  border-radius: 16px;
  background-color: #e4e4e4;
  margin-bottom: 5px;
  margin-right: 5px;
}
.chip:focus {
  outline: none;
  background-color: #26a69a;
  color: #fff;
}
.chip > img {
  float: left;
  margin: 0 8px 0 -12px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.chip .close {
  cursor: pointer;
  float: right;
  font-size: 16px;
  line-height: 32px;
  padding-left: 8px;
}
.chips {
  border: none;
  border-bottom: 1px solid #9e9e9e;
  box-shadow: none;
  margin: 0 0 8px 0;
  min-height: 45px;
  outline: none;
  transition: all 0.3s;
}
.chips.focus {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
  cursor: text;
}
.chips .input {
  background: none;
  border: 0;
  color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  font-size: 16px;
  height: 3rem;
  line-height: 32px;
  outline: 0;
  margin: 0;
  padding: 0 !important;
  width: 120px !important;
}
.chips .input:focus {
  border: 0 !important;
  box-shadow: none !important;
}
.chips .autocomplete-content {
  margin-top: 0;
  margin-bottom: 0;
}
.prefix ~ .chips {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.chips:empty ~ label {
  font-size: 0.8rem;
  transform: translateY(-140%);
}
select:focus {
  outline: 1px solid #c9f3ef;
}
button:focus {
  outline: none;
  background-color: #2ab7a9;
}
label {
  font-size: 0.8rem;
  color: #9e9e9e;
}
/* Text Inputs + Textarea */
/* Style Placeholders */
::placeholder {
  color: #d1d1d1;
}
/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
input:not([type]):disabled,
input[type=text]:not(.browser-default):disabled,
input[type=password]:not(.browser-default):disabled,
input[type=email]:not(.browser-default):disabled,
input[type=url]:not(.browser-default):disabled,
input[type=time]:not(.browser-default):disabled,
input[type=date]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default):disabled,
input[type=number]:not(.browser-default):disabled,
input[type=search]:not(.browser-default):disabled,
textarea.materialize-textarea:disabled,
input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea[readonly="readonly"] {
  color: rgba(0, 0, 0, 0.42);
  border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label,
input[type=text]:not(.browser-default):disabled + label,
input[type=password]:not(.browser-default):disabled + label,
input[type=email]:not(.browser-default):disabled + label,
input[type=url]:not(.browser-default):disabled + label,
input[type=time]:not(.browser-default):disabled + label,
input[type=date]:not(.browser-default):disabled + label,
input[type=datetime]:not(.browser-default):disabled + label,
input[type=datetime-local]:not(.browser-default):disabled + label,
input[type=tel]:not(.browser-default):disabled + label,
input[type=number]:not(.browser-default):disabled + label,
input[type=search]:not(.browser-default):disabled + label,
textarea.materialize-textarea:disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type=text]:not(.browser-default)[readonly="readonly"] + label,
input[type=password]:not(.browser-default)[readonly="readonly"] + label,
input[type=email]:not(.browser-default)[readonly="readonly"] + label,
input[type=url]:not(.browser-default)[readonly="readonly"] + label,
input[type=time]:not(.browser-default)[readonly="readonly"] + label,
input[type=date]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
input[type=number]:not(.browser-default)[readonly="readonly"] + label,
input[type=search]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea[readonly="readonly"] + label {
  color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly]),
input[type=url]:not(.browser-default):focus:not([readonly]),
input[type=time]:not(.browser-default):focus:not([readonly]),
input[type=date]:not(.browser-default):focus:not([readonly]),
input[type=datetime]:not(.browser-default):focus:not([readonly]),
input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
input[type=tel]:not(.browser-default):focus:not([readonly]),
input[type=number]:not(.browser-default):focus:not([readonly]),
input[type=search]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid #26a69a;
  box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type=text]:not(.browser-default):focus:not([readonly]) + label,
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label,
input[type=url]:not(.browser-default):focus:not([readonly]) + label,
input[type=time]:not(.browser-default):focus:not([readonly]) + label,
input[type=date]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
input[type=number]:not(.browser-default):focus:not([readonly]) + label,
input[type=search]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
  color: #26a69a;
}
input:not([type]).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
input:not([type]).valid,
input[type=text]:not(.browser-default).valid,
input[type=password]:not(.browser-default).valid,
input[type=email]:not(.browser-default).valid,
input[type=url]:not(.browser-default).valid,
input[type=time]:not(.browser-default).valid,
input[type=date]:not(.browser-default).valid,
input[type=datetime]:not(.browser-default).valid,
input[type=datetime-local]:not(.browser-default).valid,
input[type=tel]:not(.browser-default).valid,
input[type=number]:not(.browser-default).valid,
input[type=search]:not(.browser-default).valid,
textarea.materialize-textarea.valid,
input:not([type]):focus.valid,
input[type=text]:not(.browser-default):focus.valid,
input[type=password]:not(.browser-default):focus.valid,
input[type=email]:not(.browser-default):focus.valid,
input[type=url]:not(.browser-default):focus.valid,
input[type=time]:not(.browser-default):focus.valid,
input[type=date]:not(.browser-default):focus.valid,
input[type=datetime]:not(.browser-default):focus.valid,
input[type=datetime-local]:not(.browser-default):focus.valid,
input[type=tel]:not(.browser-default):focus.valid,
input[type=number]:not(.browser-default):focus.valid,
input[type=search]:not(.browser-default):focus.valid,
textarea.materialize-textarea:focus.valid {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
input:not([type]).valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
input:not([type]):focus.valid ~ label,
input[type=text]:not(.browser-default):focus.valid ~ label,
input[type=password]:not(.browser-default):focus.valid ~ label,
input[type=email]:not(.browser-default):focus.valid ~ label,
input[type=url]:not(.browser-default):focus.valid ~ label,
input[type=time]:not(.browser-default):focus.valid ~ label,
input[type=date]:not(.browser-default):focus.valid ~ label,
input[type=datetime]:not(.browser-default):focus.valid ~ label,
input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
input[type=tel]:not(.browser-default):focus.valid ~ label,
input[type=number]:not(.browser-default):focus.valid ~ label,
input[type=search]:not(.browser-default):focus.valid ~ label,
textarea.materialize-textarea:focus.valid ~ label {
  color: #4CAF50;
}
input:not([type]).invalid,
input[type=text]:not(.browser-default).invalid,
input[type=password]:not(.browser-default).invalid,
input[type=email]:not(.browser-default).invalid,
input[type=url]:not(.browser-default).invalid,
input[type=time]:not(.browser-default).invalid,
input[type=date]:not(.browser-default).invalid,
input[type=datetime]:not(.browser-default).invalid,
input[type=datetime-local]:not(.browser-default).invalid,
input[type=tel]:not(.browser-default).invalid,
input[type=number]:not(.browser-default).invalid,
input[type=search]:not(.browser-default).invalid,
textarea.materialize-textarea.invalid,
input:not([type]):focus.invalid,
input[type=text]:not(.browser-default):focus.invalid,
input[type=password]:not(.browser-default):focus.invalid,
input[type=email]:not(.browser-default):focus.invalid,
input[type=url]:not(.browser-default):focus.invalid,
input[type=time]:not(.browser-default):focus.invalid,
input[type=date]:not(.browser-default):focus.invalid,
input[type=datetime]:not(.browser-default):focus.invalid,
input[type=datetime-local]:not(.browser-default):focus.invalid,
input[type=tel]:not(.browser-default):focus.invalid,
input[type=number]:not(.browser-default):focus.invalid,
input[type=search]:not(.browser-default):focus.invalid,
textarea.materialize-textarea:focus.invalid {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
input:not([type]).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
input:not([type]):focus.invalid ~ label,
input[type=text]:not(.browser-default):focus.invalid ~ label,
input[type=password]:not(.browser-default):focus.invalid ~ label,
input[type=email]:not(.browser-default):focus.invalid ~ label,
input[type=url]:not(.browser-default):focus.invalid ~ label,
input[type=time]:not(.browser-default):focus.invalid ~ label,
input[type=date]:not(.browser-default):focus.invalid ~ label,
input[type=datetime]:not(.browser-default):focus.invalid ~ label,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
input[type=tel]:not(.browser-default):focus.invalid ~ label,
input[type=number]:not(.browser-default):focus.invalid ~ label,
input[type=search]:not(.browser-default):focus.invalid ~ label,
textarea.materialize-textarea:focus.invalid ~ label {
  color: #F44336;
}
input:not([type]).validate + label,
input[type=text]:not(.browser-default).validate + label,
input[type=password]:not(.browser-default).validate + label,
input[type=email]:not(.browser-default).validate + label,
input[type=url]:not(.browser-default).validate + label,
input[type=time]:not(.browser-default).validate + label,
input[type=date]:not(.browser-default).validate + label,
input[type=datetime]:not(.browser-default).validate + label,
input[type=datetime-local]:not(.browser-default).validate + label,
input[type=tel]:not(.browser-default).validate + label,
input[type=number]:not(.browser-default).validate + label,
input[type=search]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
  width: 100%;
}
input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.input-field.inline {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
.input-field.inline input,
.input-field.inline .select-dropdown {
  margin-bottom: 1rem;
}
.input-field.col label {
  left: 0.75rem;
}
.input-field.col .prefix ~ label,
.input-field.col .prefix ~ .validate ~ label {
  width: calc(100% - 3rem - 1.5rem);
}
.input-field > label {
  color: #9e9e9e;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1rem;
  cursor: text;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0% 100%;
  text-align: initial;
  transform: translateY(12px);
}
.input-field > label:not(.label-icon).active {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field > input[type]:-webkit-autofill:not(.browser-default):not([type="search"]) + label,
.input-field > input[type=date]:not(.browser-default) + label,
.input-field > input[type=time]:not(.browser-default) + label {
  transform: translateY(-14px) scale(0.8);
  transform-origin: 0 0;
}
.input-field .helper-text {
  position: relative;
  min-height: 18px;
  display: block;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.54);
}
.input-field .helper-text::after {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
.input-field .prefix {
  position: absolute;
  width: 3rem;
  font-size: 2rem;
  transition: color 0.2s;
  top: 0.5rem;
}
.input-field .prefix.active {
  color: #26a69a;
}
.input-field .prefix ~ input,
.input-field .prefix ~ textarea,
.input-field .prefix ~ label,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ .helper-text,
.input-field .prefix ~ .autocomplete-content {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
  margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
  .input-field .prefix ~ input {
    width: 86%;
    width: calc(100% - 3rem);
  }
}
@media only screen and (max-width: 600px) {
  .input-field .prefix ~ input {
    width: 80%;
    width: calc(100% - 3rem);
  }
}
/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: 0.3s background-color;
}
.nav-wrapper .input-field input[type=search] {
  height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
  border: 0;
  box-shadow: none;
}
.input-field input[type=search]:focus:not(.browser-default) {
  background-color: #fff;
  border: 0;
  box-shadow: none;
  color: #444;
}
.input-field input[type=search]:focus:not(.browser-default) + label i,
.input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
  color: #444;
}
.input-field input[type=search] + .label-icon {
  transform: none;
  left: 1rem;
}
.input-field input[type=search] ~ .mdi-navigation-close,
.input-field input[type=search] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  transition: 0.3s color;
}
/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent;
}
textarea.materialize-textarea {
  line-height: normal;
  overflow-y: hidden;
  padding: 0.8rem 0 0.8rem 0;
  resize: none;
  min-height: 3rem;
  box-sizing: border-box;
}
.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  z-index: -1;
}
/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444;
}
.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
}
/* Character Counter */
.character-counter {
  min-height: 18px;
}
/* Radio Buttons */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  user-select: none;
}
[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}
/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + span:after {
  transform: scale(0);
}
/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a;
}
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a;
}
[type="radio"]:checked + span:after {
  transform: scale(1.02);
}
/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  transform: scale(0.5);
}
/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}
[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
/* Checkboxes */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="checkbox"] {
  /* checkbox aspect */
}
[type="checkbox"] + span:not(.lever) {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  user-select: none;
}
[type="checkbox"] + span:not(.lever):before,
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 3px;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + span:not(.lever):after {
  border: 0;
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + span:not(.lever):after {
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}
[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%;
}
[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494;
}
/* Switch */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}
.switch label {
  cursor: pointer;
}
.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type=checkbox]:checked + .lever {
  background-color: #84c7c1;
}
.switch label input[type=checkbox]:checked + .lever:before,
.switch label input[type=checkbox]:checked + .lever:after {
  left: 18px;
}
.switch label input[type=checkbox]:checked + .lever:after {
  background-color: #26a69a;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px;
}
.switch label .lever:before,
.switch label .lever:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease, transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever:after {
  background-color: #F1F1F1;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}
input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}
.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494;
}
/* Select Field */
select {
  display: block;
}
select {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.valid .helper-text[data-success],
.select-wrapper.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.select-wrapper.valid > input.select-dropdown {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50;
}
.select-wrapper.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50;
}
.select-wrapper.invalid > input.select-dropdown,
.select-wrapper.invalid > input.select-dropdown:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336;
}
.select-wrapper.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336;
}
.select-wrapper.valid + label,
.select-wrapper.invalid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  display: block;
  user-select: none;
  z-index: 1;
}
.select-wrapper input.select-dropdown:focus {
  border-bottom: 1px solid #26a69a;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: rgba(0, 0, 0, 0.87);
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper.disabled .caret {
  fill: rgba(0, 0, 0, 0.42);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  user-select: none;
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
body.keyboard-focused .select-dropdown.dropdown-content li:focus {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.08);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
/* File Input */
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large,
.file-field .btn-small {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type=file]::-webkit-file-upload-button {
  display: none;
}
/* Range */
.range-field {
  position: relative;
}
input[type=range],
input[type=range] + .thumb {
  cursor: pointer;
}
input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg);
}
input[type=range] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  transform: rotate(45deg);
}
input[type=range] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type=range] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type=range] {
  -webkit-appearance: none;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0;
}
.keyboard-focused input[type=range]:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range] {
  border: 1px solid white;
}
input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none;
}
input[type=range]::-moz-focus-inner {
  border: 0;
}
input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
  margin-top: -5px;
}
input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px;
}
.keyboard-focused input[type=range]:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #777;
}
input[type=range]::-ms-fill-upper {
  background: #ddd;
}
input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow 0.3s;
}
.keyboard-focused input[type=range]:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26);
}
.sidenav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  transform: translateX(-100%);
  height: 100%;
  height: calc(100% + 60px);
  height: -moz-calc(100%);
  padding-bottom: 60px;
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateX(-105%);
}
.sidenav.right-aligned {
  right: 0;
  transform: translateX(105%);
  left: auto;
  transform: translateX(100%);
}
.sidenav .collapsible {
  margin: 0;
}
.sidenav li {
  float: none;
  line-height: 48px;
}
.sidenav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.sidenav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-flat,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  margin: 10px 15px;
}
.sidenav li > a.btn,
.sidenav li > a.btn-large,
.sidenav li > a.btn-floating,
.sidenav li > a.btn-large,
.sidenav li > a.btn-small {
  color: #fff;
}
.sidenav li > a.btn-flat {
  color: #343434;
}
.sidenav li > a.btn:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-large:hover,
.sidenav li > a.btn-small:hover {
  background-color: #2bbbad;
}
.sidenav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.sidenav li > a > i,
.sidenav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.sidenav .divider {
  margin: 8px 0 0 0;
}
.sidenav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.sidenav .subheader:hover {
  background-color: transparent;
}
.sidenav .user-view {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.sidenav .user-view > a {
  height: auto;
  padding: 0;
}
.sidenav .user-view > a:hover {
  background-color: transparent;
}
.sidenav .user-view .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.sidenav .user-view .circle,
.sidenav .user-view .name,
.sidenav .user-view .email {
  display: block;
}
.sidenav .user-view .circle {
  height: 64px;
  width: 64px;
}
.sidenav .user-view .name,
.sidenav .user-view .email {
  font-size: 14px;
  line-height: 24px;
}
.sidenav .user-view .name {
  margin-top: 16px;
  font-weight: 500;
}
.sidenav .user-view .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.sidenav.sidenav-fixed {
  left: 0;
  transform: translateX(0);
  position: fixed;
}
.sidenav.sidenav-fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .sidenav.sidenav-fixed {
    transform: translateX(-105%);
  }
  .sidenav.sidenav-fixed.right-aligned {
    transform: translateX(105%);
  }
  .sidenav > a {
    padding: 0 16px;
  }
  .sidenav .user-view {
    padding: 16px 16px 0;
  }
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.sidenav .collapsible-body > ul:not(.collapsible) > li.active a,
.sidenav.sidenav-fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.sidenav .collapsible-body {
  padding: 0;
}
.sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 997;
  display: none;
}
/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  -webkit-animation: container-rotate 1568ms linear infinite;
  animation: container-rotate 1568ms linear infinite;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-red {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-yellow {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer.spinner-green {
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
  opacity: 1;
  -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    transform: rotate(135deg);
  }
  25% {
    transform: rotate(270deg);
  }
  37.5% {
    transform: rotate(405deg);
  }
  50% {
    transform: rotate(540deg);
  }
  62.5% {
    transform: rotate(675deg);
  }
  75% {
    transform: rotate(810deg);
  }
  87.5% {
    transform: rotate(945deg);
  }
  to {
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blue-fade-in-out {
  from {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  26% {
    opacity: 0;
  }
  89% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@keyframes red-fade-in-out {
  from {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@keyframes yellow-fade-in-out {
  from {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0;
  }
}
@-webkit-keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes green-fade-in-out {
  from {
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
.active .circle-clipper.right .circle {
  -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
  }
}
@keyframes left-spin {
  from {
    transform: rotate(130deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(130deg);
  }
}
@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
  }
}
@keyframes right-spin {
  from {
    transform: rotate(-130deg);
  }
  50% {
    transform: rotate(5deg);
  }
  to {
    transform: rotate(-130deg);
  }
}
#spinnerContainer.cooldown {
  -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
  animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media only screen and (min-width: 993px) {
  .container:not(.success-payment) {
    width: 100%;
  }
}
html body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  color: #3a4d55;
  letter-spacing: 0.02em;
  overflow: auto !important;
}
@media only screen and (min-width: 993px) {
  html body main {
    padding-left: 75px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  html body main {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 600px) {
  html body {
    font-size: 12px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  html body {
    font-size: 13px;
  }
}
@media only screen and (min-width: 993px) {
  html body {
    font-size: 14px;
  }
}
h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.6rem;
}
h4 {
  font-size: 1.4rem;
}
h5 {
  font-size: 1.2rem;
}
h6 {
  font-size: 1rem;
}
body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
.main-layout {
  /*
  background: url("images/bg-pattern.png") no-repeat center fixed;
  */
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 1em;
}
main {
  flex: 1 0 auto;
  padding-top: 1em;
}
.pf-container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.pf-container-center {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
}
.pf-main-block {
  flex: 1 1 auto;
}
.input-field.input-field-baseform label,
.input-field-baseform label {
  top: 0;
}
form .input-field > label {
  transform: translateY(10px) scale(0.95);
}
form .input-field > label:not(.label-icon).active {
  transform: translateY(-5px) scale(0.8);
}
@media only screen and (max-width: 600px) {
  .input-field > label:not(.label-icon).active {
    transform: translateY(-15px) scale(0.8) !important;
  }
  form .input-field > label {
    padding-left: 15px !important;
  }
}
#searchBar label {
  top: -5px;
  padding-left: 1em;
  font-size: 0.9em;
}
.input-field.input-field-baseform > label {
  height: fit-content;
  font-size: 0.9em;
  padding-left: 1em;
}
.input-field.input-field-baseform > label :not(.label-icon).active {
  left: 5px;
}
.input-field.input-field-baseform > label.active {
  width: fit-content !important;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 4px;
  background: white;
  top: -8px;
  left: 0;
  font-size: 0.8em;
  transform: translateY(0) scale(0.8) !important;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .input-field.input-field-baseform > label.active {
    top: -5px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field.input-field-baseform > label.active {
    top: -3px;
  }
}
.input-field.input-field-baseform .prefix {
  font-size: 1.5em !important;
  width: 3em;
  top: 0.2rem;
}
.input-field.input-field-baseform .prefix ~ label {
  margin-left: 3em !important;
  margin-top: -5px;
}
.input-field.input-field-baseform .prefix ~ label.active {
  left: 11px;
  margin-top: 0;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .input-field.input-field-baseform .prefix ~ label.active {
    left: 13px;
  }
}
@media only screen and (max-width: 600px) {
  .input-field.input-field-baseform .prefix ~ label.active {
    left: 18px;
  }
}
.input-field.input-field-baseform .prefix ~ input {
  margin-left: 2rem;
}
.input-field.input-field-baseform .prefix ~ .helper-text {
  margin-left: 2em;
}
.input-field.input-field-baseform ~ input {
  margin-left: 2em;
}
i.prefix.tiny {
  font-size: 1em !important;
  width: 2em;
}
i.prefix.tiny ~ input {
  margin-left: 2em;
}
/* SVG prefix icon (Lucide) inside input-field — scoped to .input-field
   to avoid breaking SVGs with .prefix class in flex/flow layouts */
.input-field svg.prefix,
.input-field span.prefix {
  position: absolute;
  top: 0.6rem;
  width: auto !important;
  height: auto !important;
}
.input-field svg.prefix ~ input,
.input-field span.prefix ~ input,
.input-field svg.prefix ~ textarea,
.input-field span.prefix ~ textarea {
  margin-left: 2.5rem;
  width: calc(100% - 2.5rem);
}
.input-field svg.prefix ~ label,
.input-field span.prefix ~ label {
  margin-left: 2.5rem;
}
.input-field svg.prefix ~ label.active,
.input-field span.prefix ~ label.active {
  margin-left: 0;
}
.rating {
  transition: color 0.3s ease;
}
.rating svg.active {
  color: #ffd700;
  fill: #ffd700;
}
div.input-field,
div.input-group {
  margin-top: 0;
  margin-bottom: 5px;
}
div.input-field input:not([type='radio'], [type='file'], [type='digit']),
div.input-group input:not([type='radio'], [type='file'], [type='digit']) {
  width: 80% !important;
  height: 1.25em !important;
  font-size: 1em !important;
  border: none !important;
  outline: 1px solid #a8b4ba !important;
  border-radius: 4px !important;
  padding: 5px !important;
  background-color: white !important;
  margin-bottom: 10px !important;
}
div.input-field input.select-dropdown,
div.input-group input.select-dropdown {
  width: 100% !important;
}
div.input-field .select-wrapper .caret,
div.input-group .select-wrapper .caret {
  z-index: 1;
  pointer-events: none;
}
div.input-field .select-wrapper ~ label,
div.input-group .select-wrapper ~ label {
  top: 0px !important;
  white-space: nowrap;
  min-width: fit-content;
  overflow: auto;
  padding: 0 !important;
}
div.input-field.input-field-baseform .select-wrapper ~ label,
div.input-group.input-field-baseform .select-wrapper ~ label {
  top: -8px !important;
  font-size: 0.8em;
  background: white;
  padding: 0 0.5em !important;
  width: fit-content;
  border-radius: 4px;
}
div.input-field .minicolors input,
div.input-group .minicolors input {
  padding-left: 40px !important;
}
div.input-field ul.dropdown-content,
div.input-group ul.dropdown-content {
  border-radius: 8px;
}
div.input-field ul.dropdown-content li,
div.input-group ul.dropdown-content li {
  min-height: 28px;
}
div.input-field ul.dropdown-content li > span,
div.input-group ul.dropdown-content li > span {
  font-size: 14px;
  color: #3a4d55;
}
.switch label {
  position: relative !important;
  font-size: 0.9em !important;
}
.switch label .lever {
  height: 12px !important;
}
.switch label .lever:after,
.switch label .lever:before {
  width: 17px !important;
  height: 17px !important;
}
.datepicker-calendar .select-dropdown {
  outline: none !important;
  background-color: initial !important;
  width: 100% !important;
}
.datepicker-controls .select-month input {
  max-width: 100px;
  width: 100% !important;
}
.datepicker-controls .select-year input {
  max-width: 55px;
  width: 100% !important;
  margin-left: 10px !important;
}
.datepicker-controls .month-prev,
.datepicker-controls .month-next {
  flex-shrink: 0;
}
#productPricing div.input-field label.radio-baseform,
#slide-out-questions div.input-field label.radio-baseform,
.radio-button-pf div.input-field label.radio-baseform {
  position: inherit;
}
#productPricing #selectBlockCategory.input-field label,
#slide-out-questions #selectBlockCategory.input-field label,
.radio-button-pf #selectBlockCategory.input-field label,
#productPricing #selectBlockInBlockList.input-field label,
#slide-out-questions #selectBlockInBlockList.input-field label,
.radio-button-pf #selectBlockInBlockList.input-field label {
  position: absolute;
}
#productPricing #backgroundColorWrapper .input-field input,
#slide-out-questions #backgroundColorWrapper .input-field input,
.radio-button-pf #backgroundColorWrapper .input-field input,
#productPricing #buttonColorWrapper .input-field input,
#slide-out-questions #buttonColorWrapper .input-field input,
.radio-button-pf #buttonColorWrapper .input-field input {
  margin-bottom: 0;
}
#productPricing #backgroundColorWrapper .input-field label,
#slide-out-questions #backgroundColorWrapper .input-field label,
.radio-button-pf #backgroundColorWrapper .input-field label,
#productPricing #buttonColorWrapper .input-field label,
#slide-out-questions #buttonColorWrapper .input-field label,
.radio-button-pf #buttonColorWrapper .input-field label {
  position: absolute;
}
.collection {
  position: relative;
}
.collection-item > .btn,
.collection-item > .btn-flat,
.collection-item > .btn-raised,
.collection-item > .btn-large,
.collection-item > .btn-small {
  margin-bottom: 0;
}
.select-wrapper {
  margin-top: 0;
}
.select-wrapper input {
  height: 2.2rem !important;
  line-height: 2.2rem !important;
}
span.badge {
  height: auto;
}
div.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: auto !important;
  min-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 15px 0;
  padding: 1rem 0 0 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.pf-input-modern {
  position: relative;
  margin-bottom: 16px;
}
.pf-input-modern .pf-input-field {
  width: 100%;
  height: 56px;
  padding: 26px 16px 10px 16px;
  font-size: 16px;
  font-weight: 400;
  color: #3a4d55;
  background-color: #fafafa;
  border: 1.5px solid #e0e0e0;
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
}
.pf-input-modern .pf-input-field::placeholder {
  color: transparent;
}
.pf-input-modern .pf-input-field:hover {
  border-color: #bdbdbd;
  background-color: #f5f5f5;
}
.pf-input-modern .pf-input-field:focus {
  border-color: #007aff;
  background-color: white;
  box-shadow: 0 0 0 3px rgba(0, 122, 255, 0.12);
}
.pf-input-modern .pf-input-field:focus + .pf-input-label,
.pf-input-modern .pf-input-field:not(:placeholder-shown) + .pf-input-label {
  top: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
}
.pf-input-modern .pf-input-field:focus + .pf-input-label {
  color: #007aff;
}
.pf-input-modern .pf-input-field.invalid,
.pf-input-modern .pf-input-field:invalid:not(:placeholder-shown) {
  border-color: #ff3b30;
}
.pf-input-modern .pf-input-field.invalid:focus,
.pf-input-modern .pf-input-field:invalid:not(:placeholder-shown):focus {
  box-shadow: 0 0 0 3px rgba(255, 59, 48, 0.12);
}
.pf-input-modern .pf-input-field.valid {
  border-color: #34c759;
}
.pf-input-modern .pf-input-label {
  position: absolute;
  left: 16px;
  top: 18px;
  font-size: 16px;
  font-weight: 400;
  color: #999;
  pointer-events: none;
  transition: all 0.2s ease;
  background: transparent;
}
.pf-input-modern.with-icon .pf-input-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #999;
  transition: color 0.2s ease;
}
.pf-input-modern.with-icon .pf-input-field {
  padding-left: 48px;
}
.pf-input-modern.with-icon .pf-input-label {
  left: 48px;
}
.pf-input-modern.with-icon .pf-input-field:focus ~ .pf-input-icon {
  color: #007aff;
}
.pf-input-modern .pf-input-error {
  display: block;
  margin-top: 4px;
  padding-left: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #ff3b30;
}
.pf-btn-signin {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 52px;
  padding: 0 24px;
  font-size: 16px;
  font-weight: 600;
  color: white;
  background-color: #007aff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  text-transform: none;
  letter-spacing: 0;
}
.pf-btn-signin:hover {
  background-color: #0066d6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 122, 255, 0.3);
}
.pf-btn-signin:active {
  transform: translateY(0);
  box-shadow: none;
}
.pf-btn-signin:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.pf-btn-signin.loading {
  position: relative;
  color: transparent;
}
.pf-btn-signin.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid white;
  border-top-color: transparent;
  border-radius: 50%;
  animation: pf-btn-spin 0.8s linear infinite;
}
.pf-btn-signin.pf-btn-vendor:hover {
  filter: brightness(0.95);
}
@keyframes pf-btn-spin {
  to {
    transform: rotate(360deg);
  }
}
.pf-auth-card {
  max-width: 400px;
  margin: 0 auto;
  padding: 24px;
}
.pf-auth-card .input-field input {
  width: 100% !important;
}
.pf-auth-card .pf-auth-logo {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 8px;
}
.pf-auth-card .pf-auth-title {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #3a4d55;
  text-align: center;
}
.pf-auth-card .pf-auth-subtitle {
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 400;
  color: #666;
  text-align: center;
}
.pf-auth-card .pf-auth-footer {
  margin-top: 24px;
  text-align: center;
}
.pf-auth-card .pf-auth-footer .pf-auth-prompt {
  font-size: 14px;
  color: #666;
}
.pf-auth-card .pf-auth-footer .pf-auth-link {
  font-size: 14px;
  font-weight: 500;
  color: #007aff;
  cursor: pointer;
  transition: color 0.2s ease;
}
.pf-auth-card .pf-auth-footer .pf-auth-link:hover {
  color: #0066d6;
  text-decoration: underline;
}
@media only screen and (max-width: 600px) {
  .text-adaptive {
    font-size: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .text-adaptive {
    font-size: 12px;
  }
}
@media only screen and (min-width: 993px) {
  .text-adaptive {
    font-size: 14px;
  }
}
@media only screen and (max-width: 600px) {
  .inverse-adaptive {
    font-size: 20px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .inverse-adaptive {
    font-size: 16px;
  }
}
@media only screen and (min-width: 993px) {
  .inverse-adaptive {
    font-size: 16px;
  }
}
.capitalize {
  text-transform: capitalize;
}
/* =========================
 * Base text color utilities
 * ========================= */
.text-dark {
  color: #3a4d55 !important;
}
.text-dark-light {
  color: rgba(58, 77, 85, 0.7) !important;
}
.text-white {
  color: #fff !important;
}
.text-light {
  color: rgba(255, 255, 255, 0.9) !important;
}
.text-purple {
  color: #6964e0 !important;
}
.text-teal {
  color: #26a69a !important;
}
.text-red {
  color: #e57373 !important;
}
.text-yellow {
  color: #ffe66d !important;
}
.text-blue {
  color: blue !important;
}
/* Shared typography / wrapping rules for all text-* utilities */
.text-dark,
.text-dark-light,
.text-white,
.text-light,
.text-purple,
.text-teal,
.text-red,
.text-yellow,
.text-blue {
  /* Letter-spacing */
  letter-spacing: 0.03em;
  /* Hyphenation & wrapping */
  hyphens: auto;
  overflow-wrap: break-word;
  word-break: break-word;
  /* Font smoothing & ligatures */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga' 1, 'kern' 1;
}
/* Links with light/white text inside or as the link itself */
a .text-light,
a .text-white,
a.text-light,
a.text-white {
  color: rgba(255, 255, 255, 0.9) !important;
}
/* =========================
 * Meme text (outlined)
 * ========================= */
/* TikTok-style meme captions — soft blurred halo, no hard stroke */
.text-dark-meme,
.text-light-meme {
  font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.08;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Light text on dark — soft dark halo */
.text-light-meme {
  color: #fff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5), 0 0 8px rgba(0, 0, 0, 0.35), 0 0 20px rgba(0, 0, 0, 0.2);
}
/* Dark text on light — soft light halo */
.text-dark-meme {
  color: #000 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.6), 0 0 8px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.25);
}
/* Better multi-line balance on modern engines */
@supports (text-wrap: balance) {
  .text-dark-meme,
  .text-light-meme {
    text-wrap: balance;
  }
}
/* Accessibility: add thin stroke when users ask for contrast */
@media (prefers-contrast: more) {
  .text-light-meme {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.6);
  }
  .text-dark-meme {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.6);
  }
}
/* =========================
 * Gradient / rainbow text
 * ========================= */
.text-rainbow {
  background-image: linear-gradient(130deg, #e57373, #ffb74d);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.font-size-10px {
  font-size: 10px;
}
.font-size-mini {
  font-size: 12px;
}
.font-size-2 {
  font-size: 1.2em;
}
.font-size-3 {
  font-size: 1.5em;
}
.font-size-4 {
  font-size: 2em;
}
.font-size-5 {
  font-size: 2.4em;
}
.font-size-smaller {
  font-size: 0.7em !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.public-h1 {
  line-height: 1.2em !important;
  margin: 0 !important;
}
@media only screen and (min-width: 993px) {
  .public-h1 {
    font-size: 3em !important;
  }
}
.public-h2 {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
.public-h3 {
  font-size: 1.2em !important;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}
/*
 * materialize-grid.css
 * =====================================================================
 * Standalone grid & utility extraction from MaterializeCSS v1.0.0.
 *
 * This file replaces the full materialize-css npm package for layout
 * purposes. It contains ONLY:
 *   1. 12-column float grid  (.row, .col, .s1-.s12, .m1-.m12, .l1-.l12, .xl1-.xl12)
 *   2. Offset classes         (.offset-s1 … .offset-xl12)
 *   3. Push / Pull classes    (.push-s1 … .pull-xl12)
 *   4. Container & Section    (.container, .section)
 *   5. Responsive visibility  (.hide-on-*, .show-on-*)
 *   6. Utility helpers        (.valign-wrapper, .truncate, .center, .center-align,
 *                              .left-align, .right-align, .left, .right,
 *                              .circle, .center-block, .responsive-img)
 *
 * Breakpoints (Materialize convention):
 *   s  = 0px+      (small / default)
 *   m  = 601px+    (medium)
 *   l  = 993px+    (large)
 *   xl = 1201px+   (extra-large)
 *
 * Created: 2026-03-10 — extracted as part of the Materialize removal plan.
 * See: .claude/plans/MATERIALIZE-REMOVAL-PLAN.md
 * =====================================================================
 */
/* ==========================================================================
   1. RESPONSIVE VISIBILITY HELPERS
   ========================================================================== */
@media only screen and (max-width: 600px) {
  .hide-on-small-only,
  .hide-on-small-and-down {
    display: none !important;
  }
}
@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important;
  }
}
@media only screen and (min-width: 601px) {
  .hide-on-med-and-up {
    display: none !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important;
  }
}
@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important;
  }
}
@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important;
  }
}
@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important;
  }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important;
  }
}
@media only screen and (max-width: 600px) {
  .show-on-small {
    display: block !important;
  }
}
@media only screen and (min-width: 601px) {
  .show-on-medium-and-up {
    display: block !important;
  }
}
@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important;
  }
}
/* ==========================================================================
   2. CONTAINER & SECTION
   ========================================================================== */
.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90%;
}
@media only screen and (min-width: 601px) {
  .container {
    width: 85%;
  }
}
@media only screen and (min-width: 993px) {
  .container {
    width: 70%;
  }
}
.section {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.section.no-pad {
  padding: 0;
}
.section.no-pad-bot {
  padding-bottom: 0;
}
.section.no-pad-top {
  padding-top: 0;
}
/* ==========================================================================
   3. GRID — Row & Column base
   ========================================================================== */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.row .col {
  float: left;
  box-sizing: border-box;
  padding: 0 0.75rem;
  min-height: 1px;
}
.row .col[class*="push-"],
.row .col[class*="pull-"] {
  position: relative;
}
.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
/* ==========================================================================
   3a. GRID — Small (s) — 0px+
   ========================================================================== */
.row .col.s1 {
  width: 8.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s2 {
  width: 16.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s3 {
  width: 25%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s4 {
  width: 33.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s5 {
  width: 41.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s6 {
  width: 50%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s7 {
  width: 58.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s8 {
  width: 66.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s9 {
  width: 75%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s10 {
  width: 83.33333333%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s11 {
  width: 91.66666667%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.s12 {
  width: 100%;
  margin-left: auto;
  left: auto;
  right: auto;
}
.row .col.offset-s1 {
  margin-left: 8.33333333%;
}
.row .col.offset-s2 {
  margin-left: 16.66666667%;
}
.row .col.offset-s3 {
  margin-left: 25%;
}
.row .col.offset-s4 {
  margin-left: 33.33333333%;
}
.row .col.offset-s5 {
  margin-left: 41.66666667%;
}
.row .col.offset-s6 {
  margin-left: 50%;
}
.row .col.offset-s7 {
  margin-left: 58.33333333%;
}
.row .col.offset-s8 {
  margin-left: 66.66666667%;
}
.row .col.offset-s9 {
  margin-left: 75%;
}
.row .col.offset-s10 {
  margin-left: 83.33333333%;
}
.row .col.offset-s11 {
  margin-left: 91.66666667%;
}
.row .col.offset-s12 {
  margin-left: 100%;
}
.row .col.pull-s1 {
  right: 8.33333333%;
}
.row .col.pull-s2 {
  right: 16.66666667%;
}
.row .col.pull-s3 {
  right: 25%;
}
.row .col.pull-s4 {
  right: 33.33333333%;
}
.row .col.pull-s5 {
  right: 41.66666667%;
}
.row .col.pull-s6 {
  right: 50%;
}
.row .col.pull-s7 {
  right: 58.33333333%;
}
.row .col.pull-s8 {
  right: 66.66666667%;
}
.row .col.pull-s9 {
  right: 75%;
}
.row .col.pull-s10 {
  right: 83.33333333%;
}
.row .col.pull-s11 {
  right: 91.66666667%;
}
.row .col.pull-s12 {
  right: 100%;
}
.row .col.push-s1 {
  left: 8.33333333%;
}
.row .col.push-s2 {
  left: 16.66666667%;
}
.row .col.push-s3 {
  left: 25%;
}
.row .col.push-s4 {
  left: 33.33333333%;
}
.row .col.push-s5 {
  left: 41.66666667%;
}
.row .col.push-s6 {
  left: 50%;
}
.row .col.push-s7 {
  left: 58.33333333%;
}
.row .col.push-s8 {
  left: 66.66666667%;
}
.row .col.push-s9 {
  left: 75%;
}
.row .col.push-s10 {
  left: 83.33333333%;
}
.row .col.push-s11 {
  left: 91.66666667%;
}
.row .col.push-s12 {
  left: 100%;
}
/* ==========================================================================
   3b. GRID — Medium (m) — 601px+
   ========================================================================== */
@media only screen and (min-width: 601px) {
  .row .col.m1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.m12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-m1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-m2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-m3 {
    margin-left: 25%;
  }
  .row .col.offset-m4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-m5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-m6 {
    margin-left: 50%;
  }
  .row .col.offset-m7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-m8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-m9 {
    margin-left: 75%;
  }
  .row .col.offset-m10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-m11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-m12 {
    margin-left: 100%;
  }
  .row .col.pull-m1 {
    right: 8.33333333%;
  }
  .row .col.pull-m2 {
    right: 16.66666667%;
  }
  .row .col.pull-m3 {
    right: 25%;
  }
  .row .col.pull-m4 {
    right: 33.33333333%;
  }
  .row .col.pull-m5 {
    right: 41.66666667%;
  }
  .row .col.pull-m6 {
    right: 50%;
  }
  .row .col.pull-m7 {
    right: 58.33333333%;
  }
  .row .col.pull-m8 {
    right: 66.66666667%;
  }
  .row .col.pull-m9 {
    right: 75%;
  }
  .row .col.pull-m10 {
    right: 83.33333333%;
  }
  .row .col.pull-m11 {
    right: 91.66666667%;
  }
  .row .col.pull-m12 {
    right: 100%;
  }
  .row .col.push-m1 {
    left: 8.33333333%;
  }
  .row .col.push-m2 {
    left: 16.66666667%;
  }
  .row .col.push-m3 {
    left: 25%;
  }
  .row .col.push-m4 {
    left: 33.33333333%;
  }
  .row .col.push-m5 {
    left: 41.66666667%;
  }
  .row .col.push-m6 {
    left: 50%;
  }
  .row .col.push-m7 {
    left: 58.33333333%;
  }
  .row .col.push-m8 {
    left: 66.66666667%;
  }
  .row .col.push-m9 {
    left: 75%;
  }
  .row .col.push-m10 {
    left: 83.33333333%;
  }
  .row .col.push-m11 {
    left: 91.66666667%;
  }
  .row .col.push-m12 {
    left: 100%;
  }
}
/* ==========================================================================
   3c. GRID — Large (l) — 993px+
   ========================================================================== */
@media only screen and (min-width: 993px) {
  .row .col.l1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.l12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-l1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-l2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-l3 {
    margin-left: 25%;
  }
  .row .col.offset-l4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-l5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-l6 {
    margin-left: 50%;
  }
  .row .col.offset-l7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-l8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-l9 {
    margin-left: 75%;
  }
  .row .col.offset-l10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-l11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-l12 {
    margin-left: 100%;
  }
  .row .col.pull-l1 {
    right: 8.33333333%;
  }
  .row .col.pull-l2 {
    right: 16.66666667%;
  }
  .row .col.pull-l3 {
    right: 25%;
  }
  .row .col.pull-l4 {
    right: 33.33333333%;
  }
  .row .col.pull-l5 {
    right: 41.66666667%;
  }
  .row .col.pull-l6 {
    right: 50%;
  }
  .row .col.pull-l7 {
    right: 58.33333333%;
  }
  .row .col.pull-l8 {
    right: 66.66666667%;
  }
  .row .col.pull-l9 {
    right: 75%;
  }
  .row .col.pull-l10 {
    right: 83.33333333%;
  }
  .row .col.pull-l11 {
    right: 91.66666667%;
  }
  .row .col.pull-l12 {
    right: 100%;
  }
  .row .col.push-l1 {
    left: 8.33333333%;
  }
  .row .col.push-l2 {
    left: 16.66666667%;
  }
  .row .col.push-l3 {
    left: 25%;
  }
  .row .col.push-l4 {
    left: 33.33333333%;
  }
  .row .col.push-l5 {
    left: 41.66666667%;
  }
  .row .col.push-l6 {
    left: 50%;
  }
  .row .col.push-l7 {
    left: 58.33333333%;
  }
  .row .col.push-l8 {
    left: 66.66666667%;
  }
  .row .col.push-l9 {
    left: 75%;
  }
  .row .col.push-l10 {
    left: 83.33333333%;
  }
  .row .col.push-l11 {
    left: 91.66666667%;
  }
  .row .col.push-l12 {
    left: 100%;
  }
}
/* ==========================================================================
   3d. GRID — Extra-large (xl) — 1201px+
   ========================================================================== */
@media only screen and (min-width: 1201px) {
  .row .col.xl1 {
    width: 8.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl2 {
    width: 16.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl4 {
    width: 33.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl5 {
    width: 41.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl7 {
    width: 58.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl8 {
    width: 66.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl10 {
    width: 83.33333333%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl11 {
    width: 91.66666667%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.xl12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
  }
  .row .col.offset-xl1 {
    margin-left: 8.33333333%;
  }
  .row .col.offset-xl2 {
    margin-left: 16.66666667%;
  }
  .row .col.offset-xl3 {
    margin-left: 25%;
  }
  .row .col.offset-xl4 {
    margin-left: 33.33333333%;
  }
  .row .col.offset-xl5 {
    margin-left: 41.66666667%;
  }
  .row .col.offset-xl6 {
    margin-left: 50%;
  }
  .row .col.offset-xl7 {
    margin-left: 58.33333333%;
  }
  .row .col.offset-xl8 {
    margin-left: 66.66666667%;
  }
  .row .col.offset-xl9 {
    margin-left: 75%;
  }
  .row .col.offset-xl10 {
    margin-left: 83.33333333%;
  }
  .row .col.offset-xl11 {
    margin-left: 91.66666667%;
  }
  .row .col.offset-xl12 {
    margin-left: 100%;
  }
  .row .col.pull-xl1 {
    right: 8.33333333%;
  }
  .row .col.pull-xl2 {
    right: 16.66666667%;
  }
  .row .col.pull-xl3 {
    right: 25%;
  }
  .row .col.pull-xl4 {
    right: 33.33333333%;
  }
  .row .col.pull-xl5 {
    right: 41.66666667%;
  }
  .row .col.pull-xl6 {
    right: 50%;
  }
  .row .col.pull-xl7 {
    right: 58.33333333%;
  }
  .row .col.pull-xl8 {
    right: 66.66666667%;
  }
  .row .col.pull-xl9 {
    right: 75%;
  }
  .row .col.pull-xl10 {
    right: 83.33333333%;
  }
  .row .col.pull-xl11 {
    right: 91.66666667%;
  }
  .row .col.pull-xl12 {
    right: 100%;
  }
  .row .col.push-xl1 {
    left: 8.33333333%;
  }
  .row .col.push-xl2 {
    left: 16.66666667%;
  }
  .row .col.push-xl3 {
    left: 25%;
  }
  .row .col.push-xl4 {
    left: 33.33333333%;
  }
  .row .col.push-xl5 {
    left: 41.66666667%;
  }
  .row .col.push-xl6 {
    left: 50%;
  }
  .row .col.push-xl7 {
    left: 58.33333333%;
  }
  .row .col.push-xl8 {
    left: 66.66666667%;
  }
  .row .col.push-xl9 {
    left: 75%;
  }
  .row .col.push-xl10 {
    left: 83.33333333%;
  }
  .row .col.push-xl11 {
    left: 91.66666667%;
  }
  .row .col.push-xl12 {
    left: 100%;
  }
}
/* ==========================================================================
   4. UTILITY HELPERS
   ========================================================================== */
.valign-wrapper {
  display: flex;
  align-items: center;
}
.center,
.center-align {
  text-align: center;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: right;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.circle {
  border-radius: 50%;
}
img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto;
}
.pointer {
  cursor: pointer;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.display-inline-block {
  display: inline-block;
}
.display-inline-flex {
  display: inline-flex !important;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 993px) {
  .display-inline-block-on-desktop-only {
    display: inline-block;
  }
}
.align-items-center {
  align-items: center;
}
.align-items-flex-start {
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .align-items-start-mobile {
    align-items: start !important;
  }
}
.flex-direction-column {
  flex-direction: column;
}
@media only screen and (max-width: 600px) {
  .flex-direction-column-mobile {
    flex-direction: column;
  }
}
.justify-content-center {
  justify-content: center;
}
.justify-content-end {
  justify-content: end;
}
.justify-content-start {
  justify-content: flex-start;
}
.d-flex {
  display: flex !important;
}
@media only screen and (max-width: 600px) {
  .justify-content-center-on-mobile {
    justify-content: center;
  }
}
@media only screen and (min-width: 993px) {
  .justify-content-center-on-desktop {
    justify-content: center;
  }
}
@media only screen and (max-width: 600px) {
  .center-on-mobile {
    text-align: center;
  }
}
@media only screen and (min-width: 601px) {
  .center-on-mediaTabletAndUp {
    text-align: center;
  }
}
.overflow-auto {
  overflow: auto;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-hidden {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.no-wrap {
  white-space: nowrap;
  min-width: fit-content;
  overflow: auto;
}
@media only screen and (min-width: 601px) {
  .right-on-mediaTabletAndUp {
    text-align: right;
  }
}
@media only screen and (max-width: 600px) {
  .valign-wrapper-mobile {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 993px) {
  .valign-wrapper-desktop {
    display: flex;
    align-items: center;
  }
}
@media only screen and (min-width: 601px) {
  .valign-wrapper-tabletAndUp {
    display: flex;
    align-items: center;
  }
}
.justify-content-space-between {
  justify-content: space-between;
}
.display-grid {
  display: grid;
}
.display-flex {
  display: flex;
}
.fdb-block {
  overflow: visible;
}
.fdb-block .container.card {
  margin: 0 auto;
}
.fdb-block .row {
  display: flex !important;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.fdb-block [class*='col-'] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}
.fdb-block .col {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.fdb-block .col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.fdb-block .col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.fdb-block .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.fdb-block .col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.fdb-block .col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.fdb-block .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.fdb-block .col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.fdb-block .col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.fdb-block .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.fdb-block .col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.fdb-block .col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.fdb-block .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .fdb-block .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .fdb-block .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .fdb-block .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .fdb-block .col-xl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .fdb-block .col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .fdb-block .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .fdb-block .col-xl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .fdb-block .col-xl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fdb-block .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .fdb-block .col-xl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .fdb-block .col-xl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .fdb-block .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .fdb-block .col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .fdb-block .col-xl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .fdb-block .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.fdb-block .ml-auto {
  margin-left: auto !important;
}
.fdb-block .mr-auto {
  margin-right: auto !important;
}
.fdb-block .m-auto {
  margin: auto !important;
}
@media (min-width: 768px) {
  .fdb-block .ml-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .mr-md-auto {
    margin-right: auto !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .ml-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .ml-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .m-sm-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .m-md-auto {
    margin: auto !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .mt-md-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .mt-lg-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .ml-lg-0 {
    margin-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .mr-lg-0 {
    margin-right: 0 !important;
  }
}
.fdb-block .mt-1 {
  margin-top: 0.25rem !important;
}
.fdb-block .mt-2 {
  margin-top: 0.5rem !important;
}
.fdb-block .mt-4 {
  margin-top: 1.5rem !important;
}
.fdb-block .mt-5 {
  margin-top: 3rem !important;
}
.fdb-block .mb-3 {
  margin-bottom: 1rem !important;
}
.fdb-block .mb-4 {
  margin-bottom: 1.5rem !important;
}
.fdb-block .mb-5 {
  margin-bottom: 3rem !important;
}
.fdb-block .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.fdb-block .pt-3 {
  padding-top: 1rem !important;
}
.fdb-block .pt-4 {
  padding-top: 1.5rem !important;
}
.fdb-block .pt-5 {
  padding-top: 3rem !important;
}
.fdb-block .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.fdb-block .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
@media (min-width: 768px) {
  .fdb-block .ml-md-5 {
    margin-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
}
@media (min-width: 576px) {
  .fdb-block .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .pt-md-0 {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .fdb-block .pt-md-5 {
    padding-top: 3rem !important;
  }
}
@media (min-width: 992px) {
  .fdb-block .pt-lg-0 {
    padding-top: 0 !important;
  }
}
.fdb-block .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.fdb-block .no-gutters > .col,
.fdb-block .no-gutters > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.fdb-block .text-center {
  text-align: center !important;
}
.fdb-block .text-left {
  text-align: left !important;
}
.fdb-block .no-padding {
  padding: 0 !important;
}
.fdb-block .img-fluid {
  max-width: 100%;
  height: auto;
}
.fdb-block .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.margin-top-auto {
  margin-top: auto !important;
}
.margin-top-mini {
  margin-top: 5px !important;
}
.margin-top-1 {
  margin-top: 1em;
}
.margin-top-2 {
  margin-top: 2em;
}
.margin-top-3 {
  margin-top: 3em;
}
.margin-top-3-desktop {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-top-3-desktop {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-3-desktop {
    margin-top: 3em;
  }
}
.margin-top-20-desktop {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-top-20-desktop {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-20-desktop {
    margin-top: 20em;
  }
}
.margin-bottom-auto {
  margin-bottom: auto !important;
}
.margin-bottom-3 {
  margin-bottom: 3em;
}
.margin-bottom-15 {
  margin-bottom: 15em;
}
.margin-bottom-3-desktop {
  margin-bottom: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-bottom-3-desktop {
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-bottom-3-desktop {
    margin-bottom: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-auto-mobile {
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .margin-1-tabletAndUp {
    margin: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-top-1-tabletAndUp {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-top-3-tabletAndUp {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-top-1-mobile {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 993px) {
  .margin-top-4-desktop {
    margin-top: 4em;
  }
}
.margin-bottom-mini-2 {
  margin-bottom: 10px !important;
}
.margin-bottom-mini {
  margin-bottom: 5px !important;
}
.margin-bottom-1 {
  margin-bottom: 1em;
}
.margin-bottom-2 {
  margin-bottom: 2em;
}
@media only screen and (max-width: 600px) {
  .margin-bottom-1-mobile {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-bottom-5-mobile {
    margin-bottom: 5em;
  }
}
.margin-0 {
  margin: 0 !important;
}
.margin-1 {
  margin: 1em;
}
.margin-2 {
  margin: 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-2 {
    margin: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-2 {
    margin: 10px;
  }
}
.margin-sides-mini {
  margin: 0 0.5em !important;
}
.margin-sides-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.margin-sides-1 {
  margin-left: 1em !important;
  margin-right: 1em !important;
}
.margin-sides-2 {
  margin: 0 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .margin-sides-2 {
    margin: 0 1em;
  }
}
@media only screen and (max-width: 600px) {
  .margin-sides-2 {
    margin: 0 10px;
  }
}
.margin-auto {
  margin: auto !important;
}
.margin-auto-0 {
  margin: auto 0;
}
.margin-bottom-0 {
  margin-bottom: 0 !important;
}
.margin-right-mini {
  margin-right: 5px;
}
.margin-right-1 {
  margin-right: 1em;
}
@media only screen and (max-width: 600px) {
  .margin-right-1-mobile {
    margin-right: 1em;
  }
}
.margin-right-2 {
  margin-right: 2em;
}
.margin-right-auto {
  margin-right: auto;
}
.margin-left-mini {
  margin-left: 5px;
}
.margin-left-10px {
  margin-left: 10px !important;
}
.margin-left-1 {
  margin-left: 1em;
}
.margin-left-2 {
  margin-left: 2em;
}
.margin-left-auto {
  margin-left: auto !important;
}
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-left-1-1 {
  margin-left: 1.1% !important;
}
@media only screen and (min-width: 601px) {
  .margin-left-2-tablet-up {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 601px) {
  .margin-left-auto-tablet-and-up {
    margin-left: auto;
  }
}
.margin-top-18px {
  margin-top: 18px !important;
}
@media only screen and (max-width: 600px) {
  .margin-right-auto-mobile {
    margin-right: auto;
  }
}
.padding-mini {
  padding: 5px;
}
.padding-mini-i {
  padding: 5px !important;
}
.padding-top-mini {
  padding-top: 5px;
}
.padding-bottom-mini {
  padding-bottom: 5px;
}
.padding-left-mini {
  padding-left: 5px !important;
}
.padding-left-0-8 {
  padding-left: 0.8em !important;
}
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-left-1 {
  padding-left: 1em;
}
.padding-left-2 {
  padding-left: 2em;
}
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-sides-2 {
  padding-left: 2em;
  padding-right: 2em;
}
.padding-sides-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.padding-sides-mini {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
@media only screen and (max-width: 600px) {
  .padding-0-mobile {
    padding: 0 !important;
  }
}
.padding-1 {
  padding: 1em;
}
@media only screen and (min-width: 601px) {
  .padding-left-1-tablet-and-up {
    padding-left: 1em;
  }
}
@media only screen and (min-width: 993px) {
  .padding-left-1-desktop {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-left-2-tablet-and-up {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .padding-left-2-tablet-and-up {
    padding-left: 2em;
  }
}
.padding-2 {
  padding: 2em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .padding-2 {
    padding: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-2 {
    padding: 10px;
  }
}
.padding-4 {
  padding: 4em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .padding-4 {
    padding: 2em;
  }
}
@media only screen and (max-width: 600px) {
  .padding-4 {
    padding: 15px;
  }
}
.padding-top-1 {
  padding-top: 1em !important;
}
.padding-top-2 {
  padding-top: 2em !important;
}
.padding-bottom-0 {
  padding-bottom: 0 !important;
}
.padding-bottom-1 {
  padding-bottom: 1em !important;
}
.padding-bottom-2 {
  padding-bottom: 2em !important;
}
.padding-bottom-3 {
  padding-bottom: 3em !important;
}
.padding-up-down-mini {
  padding-top: 5px;
  padding-bottom: 5px;
}
.padding-up-down-1 {
  padding-top: 1em;
  padding-bottom: 1em;
}
.padding-sides-mini {
  padding-left: 5px;
  padding-right: 5px;
}
.padding-sides-1 {
  padding-left: 1em;
  padding-right: 1em;
}
/* General */
.min-width-60px {
  min-width: 60px;
}
.min-width-150px {
  min-width: 150px;
}
.min-width-300px {
  min-width: 300px;
}
.min-width-450px {
  min-width: 450px;
}
.min-height-inherit {
  min-height: inherit;
}
.min-height-150px {
  min-height: 150px;
}
.width-135px {
  width: 135px !important;
}
.width100 {
  width: 100%;
}
.width91 {
  width: 91% !important;
}
.width-auto {
  width: auto !important;
}
.height100 {
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .width60-mobile {
    width: 60%;
  }
}
@media only screen and (min-width: 601px) {
  .width5-tablet-and-up {
    width: 5%;
  }
}
@media only screen and (min-width: 601px) {
  .width10-tablet-and-up {
    width: 10%;
  }
}
@media only screen and (min-width: 601px) {
  .width20-tablet-and-up {
    width: 20%;
  }
}
@media only screen and (min-width: 601px) {
  .width25-tablet-and-up {
    width: 25%;
  }
}
@media only screen and (min-width: 601px) {
  .width40-tablet-and-up {
    width: 40%;
  }
}
.width-40 {
  width: 40%;
}
@media only screen and (max-width: 600px) {
  .width-80-mobile {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  .width-50-desktop {
    width: 50%;
  }
}
@media only screen and (min-width: 993px) {
  .width-30-desktop {
    width: 30%;
  }
}
.top35px {
  position: absolute;
  width: 100%;
  top: 35px;
}
.top35px .showcase-page-container {
  padding-top: 110px !important;
}
.height28 {
  height: 28px !important;
}
.width35 {
  width: 35px;
}
.width-fill-available {
  width: 100%;
  /* Fallback for older browsers */
  width: -webkit-fill-available;
  /* Chrome, Safari */
}
.height35 {
  height: 35px;
  line-height: 35px;
}
.height50 {
  height: 50px !important;
}
.height70 {
  height: 70px !important;
}
.height200 {
  height: 200px !important;
}
.minHeight60 {
  min-height: 60px !important;
}
.line-height-normal {
  line-height: normal !important;
}
.line-height-small {
  line-height: 20px !important;
}
.line-height-medium {
  line-height: 36px !important;
}
.line-height-large {
  line-height: 54px !important;
}
.width-150px {
  width: 150px;
}
.max-width-40px {
  max-width: 40px;
}
.max-width-80px {
  max-width: 80px;
}
.max-width-80px-responsive {
  max-width: 80px;
}
@media only screen and (max-width: 600px) {
  .max-width-80px-responsive {
    max-width: 30px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .max-width-80px-responsive {
    max-width: 50px;
  }
}
.max-width-150px {
  max-width: 150px;
}
.max-width-200px {
  max-width: 200px;
}
.max-width-250px {
  max-width: 250px;
}
.max-width-400px {
  max-width: 400px;
}
.max-width-600px {
  max-width: 600px;
}
.max-width-700px {
  max-width: 700px;
}
.max-width-1100px {
  max-width: 1100px;
}
.max-width-1900px {
  max-width: 1900px;
}
.max-width-90 {
  max-width: 90%;
}
.max-width-40 {
  max-width: 40%;
}
.max-height-30 {
  max-height: 30px;
}
.max-height-50 {
  max-height: 50px;
}
.max-height-80 {
  max-height: 80px;
}
.max-height-150px {
  max-height: 150px;
}
.max-height-250px {
  max-height: 250px;
}
.max-height-400px {
  max-height: 400px;
}
.min-height-40 {
  min-height: 40px;
}
.min-height-50 {
  min-height: 50px;
}
.min-height-100px {
  min-height: 100px;
}
.min-height-250 {
  min-height: 250px;
}
.min-height-345 {
  min-height: 345px;
}
.min-height-450 {
  min-height: 450px;
}
.min-h-40vh {
  min-height: 40vh;
}
.min-h-80vh {
  min-height: 80vh;
}
.height-180 {
  height: 180px !important;
}
.height-350 {
  height: 350px;
}
.height-400 {
  height: 400px;
}
.fullheight {
  height: 100vh;
}
.fullHeightWithHeader {
  height: calc(100vh -  80px);
}
.height80vh {
  height: 80vh;
  max-height: 750px;
}
@media only screen and (max-width: 600px) {
  .height80vh {
    height: 85vh;
  }
}
.fullwidth {
  width: 100vw;
}
.height-fit-content {
  height: fit-content !important;
}
.min-height-100vh {
  min-height: 100vh;
}
/* Buttons */
/* Links */
body a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-flat) {
  color: #3a4d55;
}
body a:not(.btn):not(.btn-small):not(.btn-large):not(.btn-flat):hover {
  color: rgba(58, 77, 85, 0.7);
}
a.text-light:hover {
  color: rgba(255, 255, 255, 0.9);
}
/* Small buttons */
.btn-small {
  height: 26px !important;
  line-height: 1.5 !important;
  font-size: 12px !important;
  padding: 3px 10px !important;
  min-width: 60px !important;
}
.btn-small i {
  font-size: 1em !important;
}
.btn-small i.right {
  margin-left: 7px !important;
}
/* Disabled buttons: remove gradient */
.btn,
.btn-small,
.btn-large,
.btn.col.s12,
.btn-large,
.btn-large.col.s12,
.btn-small,
.btn-small.col.s12 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn.disabled,
.btn-small.disabled,
.btn-large.disabled,
.btn.col.s12.disabled,
.btn-large.disabled,
.btn-large.col.s12.disabled,
.btn-small.disabled,
.btn-small.col.s12.disabled {
  background-image: none !important;
}
.btn span,
.btn-small span,
.btn-large span,
.btn.col.s12 span,
.btn-large span,
.btn-large.col.s12 span,
.btn-small span,
.btn-small.col.s12 span {
  margin: auto;
}
/* Flat button focus */
.btn-flat:focus {
  background-color: inherit;
}
/* Left-aligned button spacing */
.btn.left,
.btn-large.left,
.btn-small.left {
  margin-right: 1rem;
}
/* Button focus reset on native <button> */
button:focus {
  background-color: inherit !important;
  outline: none !important;
}
/* Responsive button */
.btn-responsive {
  height: auto !important;
  line-height: inherit !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
/* General button shape & text */
.btn,
.btn-large,
.btn-small,
.btn-flat,
.btn-large,
.btn-small {
  text-transform: none !important;
  border-radius: 999px !important;
}
.btn i.tiny,
.btn-large i.tiny,
.btn-small i.tiny,
.btn-flat i.tiny,
.btn-large i.tiny,
.btn-small i.tiny {
  font-size: 1rem;
}
/* Basic flat button */
.btn-basic.btn-flat {
  padding-left: 1em;
  padding-right: 1em;
}
.btn-basic.btn-flat i.tiny {
  font-size: 1rem;
}
/* Link-style buttons */
.btn-link {
  color: #3a4d55;
  text-decoration: underline;
  background: none;
  border: none;
}
.btn-link:hover {
  text-decoration: underline;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
}
.btn-link-light {
  color: white;
  text-decoration: underline;
}
.btn-link-light:hover {
  text-decoration: underline;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
/* Basic hover style */
.btn-basic:hover {
  text-decoration: underline;
  cursor: pointer;
  filter: brightness(120%);
}
/* Waves-effect buttons */
.btn.waves-effect,
.btn-large.waves-effect,
.btn-large.waves-effect,
.btn-small.waves-effect {
  padding-left: 1rem;
  padding-right: 1rem;
  min-width: 100px;
}
.btn.waves-effect.waves-dark,
.btn-large.waves-effect.waves-dark,
.btn-large.waves-effect.waves-dark,
.btn-small.waves-effect.waves-dark {
  background-color: rgba(255, 255, 255, 0.6);
}
/* Default button hover */
.btn:hover,
.btn-large:hover,
.btn-small:hover {
  text-decoration: none !important;
}
.btn:hover span,
.btn-large:hover span,
.btn-small:hover span {
  color: inherit;
}
/* Dark text buttons */
.btn.text-dark,
.btn-large.text-dark,
.btn-small.text-dark {
  color: #3a4d55 !important;
}
/* White button with dark text */
.btn.white.text-dark:hover span,
.btn-large.white.text-dark:hover span,
.btn-small.white.text-dark:hover span {
  color: #696969;
}
/* Red text variants */
.btn.white.red-text:hover span,
.btn-link.red-text:hover span,
.btn-large.white.red-text:hover span,
.btn-small.white.red-text:hover span {
  color: red;
}
/* Solid purple button */
.btn.purple-button,
.btn-small.purple-button,
.btn-large.purple-button,
.btn-large.purple-button,
.btn-small.purple-button {
  background: linear-gradient(130deg, #6964e0, #007acc);
  color: #fff;
  border: none;
  border-radius: 999px !important;
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.btn.purple-button span,
.btn-small.purple-button span,
.btn-large.purple-button span,
.btn.purple-button i,
.btn-small.purple-button i,
.btn-large.purple-button i,
.btn-large.purple-button span,
.btn-large.purple-button i,
.btn-small.purple-button span,
.btn-small.purple-button i {
  color: inherit;
}
.btn.purple-button:hover,
.btn-small.purple-button:hover,
.btn-large.purple-button:hover,
.btn-large.purple-button:hover,
.btn-small.purple-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.btn.purple-button:active,
.btn-small.purple-button:active,
.btn-large.purple-button:active,
.btn-large.purple-button:active,
.btn-small.purple-button:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* Light Button */
.btn.light-button,
.btn-small.light-button,
.btn-large.light-button,
.btn-large.light-button,
.btn-small.light-button {
  background-color: white !important;
  border: 2px solid #ffffff;
  box-shadow: 0 4px 6px rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease;
}
.btn.light-button.text-dark,
.btn-small.light-button.text-dark,
.btn-large.light-button.text-dark,
.btn-large.light-button.text-dark,
.btn-small.light-button.text-dark {
  color: #3a4d55 !important;
}
.btn.light-button span:hover,
.btn-small.light-button span:hover,
.btn-large.light-button span:hover,
.btn.light-button i:hover,
.btn-small.light-button i:hover,
.btn-large.light-button i:hover,
.btn-large.light-button span:hover,
.btn-large.light-button i:hover,
.btn-small.light-button span:hover,
.btn-small.light-button i:hover {
  color: #3a4d55;
}
.btn.light-button:hover,
.btn-small.light-button:hover,
.btn-large.light-button:hover,
.btn-large.light-button:hover,
.btn-small.light-button:hover {
  background-color: #e9e9e9 !important;
  transform: translateY(-3px);
  box-shadow: 0 6px 8px rgba(255, 255, 255, 0.25);
}
/* Dark Button */
.btn.dark-button,
.btn-small.dark-button,
.btn-large.dark-button,
.btn-large.dark-button,
.btn-small.dark-button {
  background-color: #1d1d1b !important;
}
.btn.dark-button span:hover,
.btn-small.dark-button span:hover,
.btn-large.dark-button span:hover,
.btn.dark-button i:hover,
.btn-small.dark-button i:hover,
.btn-large.dark-button i:hover,
.btn-large.dark-button span:hover,
.btn-large.dark-button i:hover,
.btn-small.dark-button span:hover,
.btn-small.dark-button i:hover {
  color: white;
}
.btn.dark-button:hover,
.btn-small.dark-button:hover,
.btn-large.dark-button:hover,
.btn-large.dark-button:hover,
.btn-small.dark-button:hover {
  background-color: #696969 !important;
}
/* NoCode gradient buttons */
.btn.nocode-button-1,
.btn-small.nocode-button-1,
.btn-large.nocode-button-1,
.btn-large.nocode-button-1,
.btn-small.nocode-button-1 {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #FFFFFF;
  border: none;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 12px;
  transition: filter 0.16s ease-out, box-shadow 0.16s ease-out;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.25);
}
.btn.nocode-button-1:hover,
.btn-small.nocode-button-1:hover,
.btn-large.nocode-button-1:hover,
.btn.nocode-button-1:focus,
.btn-small.nocode-button-1:focus,
.btn-large.nocode-button-1:focus,
.btn-large.nocode-button-1:hover,
.btn-large.nocode-button-1:focus,
.btn-small.nocode-button-1:hover,
.btn-small.nocode-button-1:focus {
  filter: brightness(1.08);
  box-shadow: 0 4px 16px rgba(139, 92, 246, 0.35);
  color: #FFFFFF;
}
.btn.nocode-button-1:hover span,
.btn-small.nocode-button-1:hover span,
.btn-large.nocode-button-1:hover span,
.btn.nocode-button-1:focus span,
.btn-small.nocode-button-1:focus span,
.btn-large.nocode-button-1:focus span,
.btn-large.nocode-button-1:hover span,
.btn-large.nocode-button-1:focus span,
.btn-small.nocode-button-1:hover span,
.btn-small.nocode-button-1:focus span {
  color: #FFFFFF;
}
.btn.nocode-button-2,
.btn-small.nocode-button-2,
.btn-large.nocode-button-2,
.btn-large.nocode-button-2,
.btn-small.nocode-button-2 {
  background-color: #f5f5f5;
  color: #8B5CF6;
  border: 2px solid #8B5CF6;
  text-transform: uppercase !important;
  font-weight: bold;
  border-radius: 12px;
  transition: background-color 0.16s ease-out, border-color 0.16s ease-out;
  cursor: pointer;
}
.btn.nocode-button-2:hover,
.btn-small.nocode-button-2:hover,
.btn-large.nocode-button-2:hover,
.btn.nocode-button-2:focus,
.btn-small.nocode-button-2:focus,
.btn-large.nocode-button-2:focus,
.btn-large.nocode-button-2:hover,
.btn-large.nocode-button-2:focus,
.btn-small.nocode-button-2:hover,
.btn-small.nocode-button-2:focus {
  background-color: rgba(139, 92, 246, 0.06);
  border-color: #A78BFA;
  color: #8B5CF6 !important;
}
.btn.nocode-button-2:hover span,
.btn-small.nocode-button-2:hover span,
.btn-large.nocode-button-2:hover span,
.btn.nocode-button-2:focus span,
.btn-small.nocode-button-2:focus span,
.btn-large.nocode-button-2:focus span,
.btn-large.nocode-button-2:hover span,
.btn-large.nocode-button-2:focus span,
.btn-small.nocode-button-2:hover span,
.btn-small.nocode-button-2:focus span {
  color: #8B5CF6 !important;
}
/* Dark Button Outline */
.btn.dark-button-outline,
.btn-small.dark-button-outline,
.btn-large.dark-button-outline,
.btn-large.dark-button-outline,
.btn-small.dark-button-outline {
  background-color: transparent !important;
  border: solid 1px #1d1d1b !important;
}
.btn.dark-button-outline span:hover,
.btn-small.dark-button-outline span:hover,
.btn-large.dark-button-outline span:hover,
.btn.dark-button-outline i:hover,
.btn-small.dark-button-outline i:hover,
.btn-large.dark-button-outline i:hover,
.btn-large.dark-button-outline span:hover,
.btn-large.dark-button-outline i:hover,
.btn-small.dark-button-outline span:hover,
.btn-small.dark-button-outline i:hover {
  color: rgba(29, 29, 27, 0.7);
}
.btn.dark-button-outline:hover,
.btn-small.dark-button-outline:hover,
.btn-large.dark-button-outline:hover,
.btn-large.dark-button-outline:hover,
.btn-small.dark-button-outline:hover {
  background-color: rgba(250, 250, 250, 0.8) !important;
}
/* Rainbow Button (primary gradient CTA) */
.btn.rainbow-button,
.btn-small.rainbow-button,
.btn-large.rainbow-button,
.btn-large.rainbow-button,
.btn-small.rainbow-button {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  border: none;
  border-radius: 999px !important;
  background-size: 140% 140%;
  background-position: 0% 50%;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-position 240ms ease, box-shadow 160ms ease, transform 140ms ease;
}
.btn.rainbow-button span,
.btn-small.rainbow-button span,
.btn-large.rainbow-button span,
.btn.rainbow-button i,
.btn-small.rainbow-button i,
.btn-large.rainbow-button i,
.btn-large.rainbow-button span,
.btn-large.rainbow-button i,
.btn-small.rainbow-button span,
.btn-small.rainbow-button i {
  color: inherit;
}
.btn.rainbow-button:hover,
.btn-small.rainbow-button:hover,
.btn-large.rainbow-button:hover,
.btn-large.rainbow-button:hover,
.btn-small.rainbow-button:hover {
  background-position: 100% 50%;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  transform: translateY(-2px);
}
.btn.rainbow-button:active,
.btn-small.rainbow-button:active,
.btn-large.rainbow-button:active,
.btn-large.rainbow-button:active,
.btn-small.rainbow-button:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
/* White & Rainbow Button (secondary / marketing CTA) */
.btn.white-rainbow-button,
.btn-small.white-rainbow-button,
.btn-large.white-rainbow-button,
.btn-large.white-rainbow-button,
.btn-small.white-rainbow-button {
  background: #fff;
  border-radius: 999px !important;
  border: 1px solid rgba(105, 100, 224, 0.4);
  will-change: transform;
  background-size: 140% 140%;
  background-position: 0 50%;
  transition: background-position 240ms ease, transform 140ms ease, box-shadow 160ms ease, border-color 160ms ease;
}
.btn.white-rainbow-button span,
.btn-small.white-rainbow-button span,
.btn-large.white-rainbow-button span,
.btn.white-rainbow-button i,
.btn-small.white-rainbow-button i,
.btn-large.white-rainbow-button i,
.btn-large.white-rainbow-button span,
.btn-large.white-rainbow-button i,
.btn-small.white-rainbow-button span,
.btn-small.white-rainbow-button i {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.white-rainbow-button:hover,
.btn-small.white-rainbow-button:hover,
.btn-large.white-rainbow-button:hover,
.btn-large.white-rainbow-button:hover,
.btn-small.white-rainbow-button:hover {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.btn.white-rainbow-button:hover span,
.btn-small.white-rainbow-button:hover span,
.btn-large.white-rainbow-button:hover span,
.btn.white-rainbow-button:hover i,
.btn-small.white-rainbow-button:hover i,
.btn-large.white-rainbow-button:hover i,
.btn-large.white-rainbow-button:hover span,
.btn-large.white-rainbow-button:hover i,
.btn-small.white-rainbow-button:hover span,
.btn-small.white-rainbow-button:hover i {
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
}
/* CTA icon + motion */
.cta-icon {
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0.9;
}
.white-rainbow-button:hover .cta-icon,
.white-rainbow-button:focus .cta-icon {
  transform: translateX(4px);
}
.white-rainbow-button:hover .cta-text,
.white-rainbow-button:focus .cta-text {
  color: rgba(255, 255, 255, 0.9);
}
/* Keyboard focus */
.white-rainbow-button:focus {
  outline: 2px solid rgba(0, 137, 255, 0.35);
  outline-offset: 2px;
}
/* Respect user motion preferences */
@media (prefers-reduced-motion: reduce) {
  .white-rainbow-button,
  .cta-icon {
    transition: none;
  }
}
/* Purple Outline / Ghost Button */
.btn.purple-button-outline,
.btn-small.purple-button-outline,
.btn-large.purple-button-outline,
.btn-large.purple-button-outline,
.btn-small.purple-button-outline {
  background-color: #ffffff;
  border: 2px solid #9c97ff;
  color: #6964e0;
  border-radius: 999px;
  padding: 10px 24px;
  height: auto;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease, transform 120ms ease;
}
.btn.purple-button-outline span,
.btn-small.purple-button-outline span,
.btn-large.purple-button-outline span,
.btn.purple-button-outline i,
.btn-small.purple-button-outline i,
.btn-large.purple-button-outline i,
.btn-large.purple-button-outline span,
.btn-large.purple-button-outline i,
.btn-small.purple-button-outline span,
.btn-small.purple-button-outline i {
  color: inherit;
}
.btn.purple-button-outline:hover,
.btn-small.purple-button-outline:hover,
.btn-large.purple-button-outline:hover,
.btn.purple-button-outline:focus,
.btn-small.purple-button-outline:focus,
.btn-large.purple-button-outline:focus,
.btn-large.purple-button-outline:hover,
.btn-large.purple-button-outline:focus,
.btn-small.purple-button-outline:hover,
.btn-small.purple-button-outline:focus {
  background-color: #6964e0;
  border-color: #6964e0;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.btn.purple-button-outline:active,
.btn-small.purple-button-outline:active,
.btn-large.purple-button-outline:active,
.btn-large.purple-button-outline:active,
.btn-small.purple-button-outline:active {
  transform: translateY(0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn.purple-button-outline.disabled,
.btn-small.purple-button-outline.disabled,
.btn-large.purple-button-outline.disabled,
.btn-large.purple-button-outline.disabled,
.btn-small.purple-button-outline.disabled {
  background-color: #ffffff;
  border-color: rgba(156, 151, 255, 0.4);
  color: rgba(105, 100, 224, 0.5);
  box-shadow: none;
  transform: none;
}
/* Pastel pink outline */
.btn.pastelPink-button-outline,
.btn-small.pastelPink-button-outline,
.btn-large.pastelPink-button-outline,
.btn-small.pastelPink-button-outline {
  background-color: white;
  border: solid 2px #A78BFA;
  color: #1d1d1b;
  height: fit-content;
  border-radius: 999px;
}
.btn.pastelPink-button-outline span:hover,
.btn-small.pastelPink-button-outline span:hover,
.btn.pastelPink-button-outline:hover,
.btn-small.pastelPink-button-outline:hover,
.btn.pastelPink-button-outline:focus,
.btn-small.pastelPink-button-outline:focus,
.btn-large.pastelPink-button-outline span:hover,
.btn-large.pastelPink-button-outline:hover,
.btn-large.pastelPink-button-outline:focus,
.btn-small.pastelPink-button-outline span:hover,
.btn-small.pastelPink-button-outline:hover,
.btn-small.pastelPink-button-outline:focus {
  background-color: #A78BFA;
  color: #1d1d1b;
  border-color: #A78BFA;
}
.btn.pastelPink-button-outline.disabled,
.btn-small.pastelPink-button-outline.disabled,
.btn-large.pastelPink-button-outline.disabled,
.btn-small.pastelPink-button-outline.disabled {
  border: none;
}
/* Utility */
.btn .fa,
.btn-large .fa,
.btn-small .fa {
  margin-right: 0.5rem;
}
/* Lucide SVG icon spacing inside buttons and action links */
.btn > svg,
.btn-small > svg,
.btn-large > svg,
.btn-flat > svg,
.btn-basic > svg,
.btn-link > svg,
.btn-large > svg,
.btn-small > svg {
  vertical-align: middle;
}
.btn > svg:first-child:not(:last-child),
.btn-small > svg:first-child:not(:last-child),
.btn-large > svg:first-child:not(:last-child),
.btn-flat > svg:first-child:not(:last-child),
.btn-basic > svg:first-child:not(:last-child),
.btn-link > svg:first-child:not(:last-child),
.btn-large > svg:first-child:not(:last-child),
.btn-small > svg:first-child:not(:last-child) {
  margin-right: 6px;
}
.btn > svg:last-child:not(:first-child),
.btn-small > svg:last-child:not(:first-child),
.btn-large > svg:last-child:not(:first-child),
.btn-flat > svg:last-child:not(:first-child),
.btn-basic > svg:last-child:not(:first-child),
.btn-link > svg:last-child:not(:first-child),
.btn-large > svg:last-child:not(:first-child),
.btn-small > svg:last-child:not(:first-child) {
  margin-left: 6px;
}
a.btn-basic > svg,
a.text-dark > svg,
li > a > svg {
  vertical-align: middle;
}
a.btn-basic > svg:first-child:not(:last-child),
a.text-dark > svg:first-child:not(:last-child),
li > a > svg:first-child:not(:last-child) {
  margin-right: 6px;
}
a.btn-basic > svg:last-child:not(:first-child),
a.text-dark > svg:last-child:not(:first-child),
li > a > svg:last-child:not(:first-child) {
  margin-left: 6px;
}
/* Disabled state for all button variants */
.btn.disabled,
.btn:disabled,
.btn[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn-small.disabled,
.btn-small:disabled,
.btn-small[disabled] {
  background: #e9e9e9 !important;
  color: rgba(58, 77, 85, 0.7) !important;
  box-shadow: none !important;
  transform: none !important;
  cursor: not-allowed;
  opacity: 0.65;
  pointer-events: none;
}
.no-underline-hover:hover {
  text-decoration: none !important;
}
span.pf-chip {
  text-align: center;
  border: solid 1px #66b266;
  background-color: #e0efe0;
  color: #66b266;
  padding: 5px 8px !important;
  border-radius: 18px;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline-block;
}
.pf-chip {
  /* Neutral (grey) variant for tags like "Default" */
  /* Custom (vendor) variant */
  /* Risk levels */
  /* Indigo - cool blue variant */
}
.pf-chip.pf-chip--neutral {
  border-color: #bdbdbd;
  background-color: #eeeeee;
  color: #424242;
}
.pf-chip.pf-chip--custom {
  border-color: #6964e0;
  background-color: rgba(105, 100, 224, 0.12);
  color: #6964e0;
}
.pf-chip.pf-chip--low {
  border-color: #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.pf-chip.pf-chip--med {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--high {
  border-color: #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
.pf-chip.pf-chip--pink {
  border-color: #e155c0;
  background-color: #f9ddf2;
  color: #e155c0;
}
.pf-chip.pf-chip--blue {
  border-color: #64b5f6;
  background-color: #e0f0fd;
  color: #64b5f6;
}
.pf-chip.pf-chip--lightOrange {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--darkOrange {
  border-color: #ff8a65;
  background-color: #fff0db;
  color: #ff8a65;
}
.pf-chip.pf-chip--red {
  border-color: #e57373;
  background-color: #f9e3e3;
  color: #e57373;
}
.pf-chip.pf-chip--green {
  border-color: #66b266;
  background-color: #e0efe0;
  color: #66b266;
}
.pf-chip.pf-chip--indigo {
  border-color: #007acc;
  background-color: #e0f7ff;
  color: #007acc;
}
.pf-chip.pf-chip--purple {
  border-color: #6964e0;
  background-color: #e1e0f8;
  color: #6964e0;
}
.pf-chip.pf-chip--teal {
  border-color: #26a69a;
  background-color: #d3edea;
  color: #26a69a;
}
.pf-chip.pf-chip--mint {
  border-color: #8cdbe3;
  background-color: #e6f9fb;
  color: #8cdbe3;
}
.pf-chip.pf-chip--lightBlue {
  border-color: #90a4ae;
  background-color: #e8ecee;
  color: #90a4ae;
}
.pf-chip.pf-chip--orange {
  border-color: #ffb74d;
  background-color: #fff0db;
  color: #ffb74d;
}
.pf-chip.pf-chip--yellow {
  border-color: #d4a017;
  background-color: #fef9e7;
  color: #d4a017;
}
#updateUserSector .card .card-image img {
  border-radius: 8px 8px 0 0;
}
.card-title {
  margin: 0 auto;
  text-align: left;
}
.col .card .card-content .card-title {
  color: #3a4d55;
  font-weight: 400;
  line-height: 32px;
  text-align: left;
  margin-bottom: 0;
}
/* Card Title */
.card-title-wrapper {
  border-bottom: solid 1px lightgray;
  padding: 1em 2em;
}
.card-title-with-button {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .card-title-with-button {
    display: flex;
  }
}
.card .card-title-wrapper .card-title {
  color: #3a4d55;
  font-size: 1.2em;
  font-weight: 400;
}
.card-subtitle {
  color: rgba(58, 77, 85, 0.7);
  font-size: 0.9em;
  word-break: break-word;
}
/* Card Content */
.card-content-wrapper {
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  color: #3a4d55;
}
.img-container {
  width: 100%;
  /* Set the width you want for the container */
  overflow: hidden;
  /* Hide the overflowed parts */
  display: flex;
  justify-content: center;
  align-items: center;
}
.img-container.small {
  height: 200px;
  /* Set a fixed height */
}
.img-container.medium {
  height: 250px;
}
.img-container.large {
  height: 350px;
}
.img-container .responsive-img {
  width: 100%;
  /* Ensure the image fills the container's width */
  height: 100%;
  /* The image height will fill the container height */
  object-fit: cover;
}
.invoice-card {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  margin: auto;
  overflow: hidden;
}
.pf-section--tight {
  padding: 1rem 0;
}
/* Base button hooks (augment Materialize) */
.pf-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  line-height: 1;
  border-radius: var(--btn-radius, 8px);
  height: var(--btn-h, 40px);
  padding: 0 14px;
}
.pf-btn--sm {
  --btn-h: 36px;
}
.pf-btn--lg {
  --btn-h: 48px;
  padding: 0 18px;
}
.pf-btn--full {
  width: 100%;
}
/* Loading overlay */
.pf-btn--loading {
  pointer-events: none;
}
.pf-btn__spinner {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: currentColor;
  animation: pf-spin 0.8s linear infinite;
}
@keyframes pf-spin {
  to {
    transform: rotate(1turn);
  }
}
/* Focus ring that actually shows up */
.pf-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2a7ae4) 24%, transparent);
}
/* Link variant stays low-chrome but focusable */
.pf-btn--link {
  background: transparent !important;
  padding: 0;
  height: auto;
}
.pf-btn--link:focus-visible {
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand, #2a7ae4) 18%, transparent);
  border-radius: 6px;
}
.pf-form input:focus,
.pf-form textarea:focus {
  border-color: #ea88d2 !important;
  outline: none !important;
  box-shadow: 0 0 5px #e155c0 !important;
  /* glow in your brand hue */
}
.pf-form input::placeholder,
.pf-form textarea::placeholder {
  color: lightgrey;
  font-style: italic;
}
/* Spacing scale hook */
.space-scale {
  gap: var(--space-2, 8px) var(--space-3, 12px);
}
/* ============================================
 * COMMON TYPOGRAPHY & LAYOUT HELPERS
 * Shared across PayFacile + NoCode instances.
 * Colors are applied per instance (.pf-instance / .nc-instance).
 * ============================================
 */
/* ------------------------------------------
 * HERO TITLES (top of page marketing)
 * ------------------------------------------ */
.pf-hero-title {
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.1;
  margin: 0 0 0.75rem 0;
  font-size: clamp(28px, 16vw, 52px);
}
.pf-hero-subtitle {
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.3;
  margin: 0 0 0.5rem 0;
  font-size: clamp(18px, 12vw, 28px);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border-radius: 8px;
}
.pf-hero-lead {
  font-size: clamp(16px, 13.2vw, 22px);
  line-height: 1.45;
  margin: 0 0 1.25rem 0;
}
.pf-hero-bg-text {
  padding: 0.4em 0.6em;
  background: rgba(0, 0, 0, 0.35);
}
/* -------------------------------
 * Kicker / overline above titles
 * ------------------------------- */
.pf-kicker {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 0.5rem 0;
}
/* -------------------------------
 * Page / hero titles & lead text
 * Used on feature / marketing pages
 * ------------------------------- */
.pf-page-title {
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1.15;
  margin: 0 0 0.75rem 0;
  font-size: clamp(18px, 15vw, 40px);
  /* color handled by instance theme */
}
.pf-page-lead {
  font-size: 1.1rem;
  line-height: 1.5;
  margin: 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Section titles (H2/H3 level)
 * ------------------------------- */
.pf-section-title {
  font-size: clamp(16px, 12.2vw, 24px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
  /* color handled by instance theme */
}
.pf-section-subtitle {
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0 0 1rem 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Meta / caption text
 * ------------------------------- */
.pf-meta {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0;
  /* color handled by instance theme */
}
.pf-caption {
  font-size: 0.85rem;
  line-height: 1.4;
  margin: 0.25rem 0 0 0;
  /* color handled by instance theme */
}
/* -------------------------------
 * Icons
 * ------------------------------- */
/* Accent icon color is instance-specific:
 * .pf-instance .icon-accent { ... }
 * .nc-instance .icon-accent { ... }
 */
.icon-accent {
  /* color comes from theme-pf.less / theme-nc.less */
}
/* -------------------------------
 * Search bar
 * ------------------------------- */
.pf-search {
  position: relative;
}
.pf-search__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #a8b4ba;
  pointer-events: none;
}
.pf-search__input {
  width: 100%;
  box-sizing: border-box !important;
  font-size: 13px !important;
  padding: 7px 10px 7px 32px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3a4d55 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  transition: border-color 150ms ease;
}
.pf-search__input:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.1) !important;
}
.pf-search__input::placeholder {
  color: #a8b4ba;
}
/* -------------------------------
 * Filter bar (Orders, Payments)
 * ------------------------------- */
.pf-filter-bar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
  clear: both;
}
.pf-filter-bar__dates {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 13px;
  color: #3a4d55;
}
.pf-filter-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 16px;
}
.pf-filter-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 6px;
  padding: 12px 14px;
  min-width: 140px;
  flex: 1 1 140px;
}
.pf-filter-card__title {
  font-size: 12px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #F3EDE7;
}
.pf-filter-card__list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.pf-filter-card label {
  display: flex;
  align-items: center;
  gap: 0;
  cursor: pointer;
  padding: 2px 0;
  margin: 0;
  min-height: 28px;
}
.pf-filter-card label span.pf-filter-label {
  font-size: 12px;
  color: #3a4d55;
  line-height: 1.3;
}
.pf-filter-card a.pf-filter-see-more {
  font-size: 11px;
  color: #007acc;
  margin-top: 4px;
  display: inline-block;
}
.pf-filter-card a.pf-filter-see-more:hover {
  text-decoration: underline;
}
/* -------------------------------
 * Filter select (Discounts, Reviews, Collections)
 * ------------------------------- */
.pf-filter-select {
  font-size: 13px !important;
  padding: 7px 10px !important;
  border: 1px solid #E8E3DD !important;
  border-radius: 6px !important;
  background: #ffffff !important;
  color: #3a4d55 !important;
  height: auto !important;
  margin: 0 !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: border-color 150ms ease;
}
.pf-filter-select:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.1) !important;
  outline: none;
}
.pf-filter-bar__label {
  font-size: 12px;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
.start-animation.zoom-in-block {
  animation: zoomOut 2s forwards;
}
@keyframes zoomOut {
  from {
    transform: scale(0.5);
  }
  to {
    transform: scale(1);
    /* You can adjust this value to control the final size */
  }
}
/* ===== Slide down animation ===== */
.start-animation .animated-block-slide-down {
  animation: slideIn 1s forwards;
}
.animated-block-slide-down {
  opacity: 0;
  transform: translateY(-100%);
}
/* ===== Reusable keyframes ===== */
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/* ===== Animation delays (optional sequencing) ===== */
#animatedBlock1 {
  animation-delay: 0s;
}
#animatedBlock2 {
  animation-delay: 0.5s;
}
#animatedBlock3 {
  animation-delay: 1s;
}
.badge-block #animatedBadge1 {
  animation-delay: 0.5s;
  /* First block appears immediately */
}
.badge-block #animatedBadge2 {
  animation-delay: 1s;
  /* Second block appears after 1 second */
}
.badge-block #animatedBadge3 {
  animation-delay: 1.5s;
  /* Third block appears after 2 seconds */
}
#animatedFeature1 {
  animation-delay: 3s;
}
#animatedFeature2 {
  animation-delay: 0.5s;
}
#animatedFeature3 {
  animation-delay: 2.5s;
}
#animatedFeature4 {
  animation-delay: 2.5s;
}
#animatedFeature5 {
  animation-delay: 4.5s;
}
#animatedFeature6 {
  animation-delay: 5.5s;
}
#animatedFeature7 {
  animation-delay: 4.5s;
}
#animatedFeature8 {
  animation-delay: 5.5s;
}
#animatedFeature9 {
  animation-delay: 6.5s;
}
#animatedFeature10 {
  animation-delay: 7.5s;
}
#animatedFeature11 {
  animation-delay: 8.5s;
}
#animatedFeature12 {
  animation-delay: 9.5s;
}
.rotating {
  animation: roll 3s infinite;
  transform: rotate(30deg);
}
@keyframes roll {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce-btn {
  animation: bounce 1s cubic-bezier(0.25, 0.05, 1, 0.25);
  animation-direction: alternate;
  animation-iteration-count: infinite;
}
.ai-chat {
  --ai-chat-message-gap: 16px;
  --ai-chat-bubble-max-width: 80%;
  --ai-chat-bubble-radius: 16px;
  --ai-chat-input-radius: 24px;
  --ai-chat-input-height: 48px;
  --ai-chat-user-bg: #E0E7FF;
  --ai-chat-user-text: #3a4d55;
  --ai-chat-assistant-bg: #F9FAFB;
  --ai-chat-assistant-text: #3a4d55;
  --ai-chat-surface: #FFFFFF;
  --ai-chat-input-bg: #FFFFFF;
  --ai-chat-input-border: #E8E3DD;
  --ai-chat-input-focus: #007acc;
  --ai-chat-send-bg: #007acc;
  --ai-chat-send-text: #FFFFFF;
  --ai-chat-dot-color: #a8b4ba;
  --ai-chat-prompt-bg: #fafafa;
  --ai-chat-prompt-border: #E8E3DD;
  --ai-chat-prompt-hover: #F1F5F9;
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid var(--ai-chat-input-border);
  background: var(--ai-chat-surface);
  overflow: hidden;
  position: relative;
}
.nc-instance .ai-chat {
  --ai-chat-user-bg: rgba(139, 92, 246, 0.12);
  --ai-chat-user-text: #e5e5df;
  --ai-chat-assistant-bg: #2a2a27;
  --ai-chat-assistant-text: #e5e5df;
  --ai-chat-surface: #1d1d1b;
  --ai-chat-input-bg: #333331;
  --ai-chat-input-border: #444442;
  --ai-chat-input-focus: #8B5CF6;
  --ai-chat-send-bg: #8B5CF6;
  --ai-chat-send-text: #FFFFFF;
  --ai-chat-dot-color: #8a8a85;
  --ai-chat-prompt-bg: #2a2a27;
  --ai-chat-prompt-border: #444442;
  --ai-chat-prompt-hover: #333331;
}
.ai-chat--full-page {
  max-width: 720px;
  margin: 0 auto;
  height: calc(100vh - 180px);
  min-height: 400px;
}
.ai-chat--sidebar {
  height: 100%;
  max-height: 60vh;
}
.ai-chat--embedded {
  max-height: 50vh;
  min-height: 280px;
}
.ai-chat--page-builder {
  max-width: 960px;
  margin: 0 auto;
  height: calc(100vh - 200px);
  min-height: 400px;
}
.ai-chat__messages {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: var(--ai-chat-message-gap);
  scroll-behavior: smooth;
}
.ai-chat__messages::-webkit-scrollbar {
  width: 4px;
}
.ai-chat__messages::-webkit-scrollbar-track {
  background: transparent;
}
.ai-chat__messages::-webkit-scrollbar-thumb {
  background: var(--ai-chat-dot-color);
  border-radius: 2px;
}
.ai-chat__message-row {
  display: flex;
  gap: 8px;
  max-width: 100%;
  animation: ai-chat-msg-enter 0.25s ease-out both;
}
.ai-chat__message-row--user {
  justify-content: flex-end;
}
.ai-chat__message-row--assistant {
  justify-content: flex-start;
}
@keyframes ai-chat-msg-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__message-row {
    animation: none;
  }
}
.ai-chat__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
  margin-top: 2px;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 8px rgba(0, 122, 204, 0.12);
}
.ai-chat__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nc-instance .ai-chat__avatar {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 8px rgba(139, 92, 246, 0.15);
}
.ai-chat__bubble {
  max-width: var(--ai-chat-bubble-max-width);
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.55;
  word-break: break-word;
  position: relative;
  text-align: left;
}
.ai-chat__bubble p {
  margin: 0 0 8px;
}
.ai-chat__bubble p:last-child {
  margin-bottom: 0;
}
.ai-chat__bubble ul,
.ai-chat__bubble ol {
  margin: 4px 0;
  padding-left: 20px;
}
.ai-chat__bubble code {
  background: rgba(0, 0, 0, 0.06);
  padding: 1px 4px;
  border-radius: 3px;
  font-size: 0.9em;
}
.ai-chat__bubble pre {
  background: rgba(0, 0, 0, 0.06);
  padding: 12px;
  border-radius: 8px;
  overflow-x: auto;
}
.ai-chat__bubble pre code {
  background: none;
  padding: 0;
}
.ai-chat__bubble a {
  color: var(--ai-chat-input-focus);
  text-decoration: underline;
}
.ai-chat__bubble--user {
  background: var(--ai-chat-user-bg);
  color: var(--ai-chat-user-text);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px var(--ai-chat-bubble-radius);
}
.ai-chat__bubble--assistant {
  background: var(--ai-chat-assistant-bg);
  color: var(--ai-chat-assistant-text);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.ai-chat__bubble-copy {
  position: absolute;
  top: 6px;
  right: 6px;
  opacity: 0;
  transition: opacity 0.15s;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--ai-chat-dot-color);
  padding: 4px;
  border-radius: 4px;
}
.ai-chat__bubble-copy:hover {
  color: var(--ai-chat-user-text);
  background: rgba(0, 0, 0, 0.05);
}
.ai-chat__bubble:hover .ai-chat__bubble-copy {
  opacity: 1;
}
.ai-chat__typing {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ai-chat__typing-dots {
  display: inline-flex;
  gap: 4px;
  padding: 12px 16px;
  background: var(--ai-chat-assistant-bg);
  border-radius: var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) var(--ai-chat-bubble-radius) 4px;
}
.ai-chat__typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ai-chat-dot-color);
  animation: ai-chat-bounce 1.4s infinite ease-in-out both;
}
.ai-chat__typing-dots span:nth-child(1) {
  animation-delay: -0.32s;
}
.ai-chat__typing-dots span:nth-child(2) {
  animation-delay: -0.16s;
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__typing-dots span {
    animation: none;
    opacity: 0.5;
  }
}
.ai-chat__typing-text {
  font-size: 12px;
  font-weight: 500;
  color: var(--ai-chat-dot-color);
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: var(--ai-chat-prompt-bg);
  border-radius: 12px;
  padding: 2px 10px;
}
@keyframes ai-chat-bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.ai-chat__input-area {
  padding: 12px 16px;
  border-top: 1px solid var(--ai-chat-input-border);
  background: var(--ai-chat-surface);
  backdrop-filter: blur(12px);
}
.nc-instance .ai-chat__input-area {
  background: #1d1d1b;
}
.ai-chat__input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: var(--ai-chat-input-bg);
  border: 1.5px solid var(--ai-chat-input-border);
  border-radius: var(--ai-chat-input-radius);
  padding: 6px 6px 6px 16px;
  transition: border-color 0.2s;
}
.ai-chat__input-wrapper:focus-within {
  border-color: var(--ai-chat-input-focus);
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15);
}
.nc-instance .ai-chat__input-wrapper:focus-within {
  box-shadow: 0 0 0 2px rgba(139, 92, 246, 0.25);
}
.nc-instance .ai-chat__send-btn:focus-visible {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #8B5CF6), 0 0 0 4px rgba(139, 92, 246, 0.25);
}
.ai-chat__textarea {
  flex: 1;
  border: none;
  background: transparent;
  color: var(--ai-chat-user-text);
  font-size: 14px;
  line-height: 1.5;
  resize: none;
  min-height: 24px;
  max-height: 120px;
  padding: 6px 0;
  outline: none;
  font-family: inherit;
}
.ai-chat__textarea::placeholder {
  color: var(--ai-chat-dot-color);
}
.ai-chat__send-btn {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  background: var(--ai-chat-send-bg);
  color: var(--ai-chat-send-text);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s, transform 0.1s;
}
.ai-chat__send-btn:hover:not(:disabled) {
  filter: brightness(1.15);
}
.ai-chat__send-btn:active:not(:disabled) {
  transform: scale(0.9);
  filter: brightness(1.2);
}
.ai-chat__send-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus), 0 0 0 4px rgba(0, 122, 204, 0.2);
}
.ai-chat__send-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chat__prompts {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
.ai-chat__prompts--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 16px;
}
.ai-chat__prompt-card {
  background: var(--ai-chat-prompt-bg);
  border: 1px solid var(--ai-chat-prompt-border);
  border-radius: 12px;
  padding: 12px 16px;
  cursor: pointer;
  transition: background 0.15s, border-color 0.15s, transform 0.1s;
  text-align: left;
  font-size: 13px;
  line-height: 1.45;
  color: var(--ai-chat-assistant-text);
  animation: ai-chat-msg-enter 0.3s ease-out both;
}
.ai-chat__prompt-card:nth-child(1) {
  animation-delay: 0ms;
}
.ai-chat__prompt-card:nth-child(2) {
  animation-delay: 60ms;
}
.ai-chat__prompt-card:nth-child(3) {
  animation-delay: 120ms;
}
.ai-chat__prompt-card:nth-child(4) {
  animation-delay: 180ms;
}
.ai-chat__prompt-card:hover {
  background: var(--ai-chat-prompt-hover);
  border-color: var(--ai-chat-input-focus);
  transform: translateY(-1px);
}
.ai-chat__prompt-card:active {
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .ai-chat__prompt-card {
    animation: none;
  }
}
.ai-chat__prompt-title {
  font-weight: 600;
  font-size: 13px;
  margin-bottom: 2px;
}
.ai-chat__history-panel {
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--ai-chat-input-border);
  width: 240px;
  flex-shrink: 0;
  background: var(--ai-chat-prompt-bg);
}
.ai-chat__history-header {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--ai-chat-input-border);
}
.ai-chat__history-new-btn {
  background: var(--ai-chat-send-bg);
  color: var(--ai-chat-send-text);
  border: none;
  border-radius: 8px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s;
}
.ai-chat__history-new-btn:hover {
  opacity: 0.85;
}
.ai-chat__history-new-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ai-chat__history-list {
  flex: 1;
  overflow-y: auto;
  padding: 8px;
  list-style: none;
  margin: 0;
}
.ai-chat__history-item {
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  color: var(--ai-chat-assistant-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background 0.15s;
}
.ai-chat__history-item:hover {
  background: var(--ai-chat-prompt-hover);
}
.ai-chat__history-item--active {
  background: var(--ai-chat-prompt-hover);
  font-weight: 600;
}
.ai-chat--full-page.ai-chat--with-history {
  flex-direction: row;
}
.ai-chat--full-page.ai-chat--with-history .ai-chat__main {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ai-chat__preview {
  background: var(--ai-chat-prompt-bg);
  border: 1px solid var(--ai-chat-prompt-border);
  border-radius: 12px;
  padding: 16px;
  margin-top: 4px;
}
.ai-chat__preview h6 {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 12px;
  color: var(--ai-chat-input-focus);
}
.ai-chat__preview-section {
  background: var(--ai-chat-surface);
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 8px;
  border: 1px solid var(--ai-chat-input-border);
}
.ai-chat__preview-section:last-child {
  margin-bottom: 0;
}
.ai-chat__preview-section h6 {
  font-size: 13px;
  margin: 0 0 6px;
  color: var(--ai-chat-user-text);
}
.ai-chat__preview-meta {
  font-size: 12px;
  color: var(--ai-chat-dot-color);
  margin-top: 12px;
  line-height: 1.6;
}
.ai-chat-container__header {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 720px;
  margin: 16px auto 12px;
  padding: 0 4px;
}
.ai-chat-container__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #007acc), 0 0 8px rgba(0, 122, 204, 0.12);
}
.nc-instance .ai-chat-container__avatar {
  box-shadow: 0 0 0 2px var(--ai-chat-input-focus, #8B5CF6), 0 0 8px rgba(139, 92, 246, 0.15);
}
.ai-chat-container__info {
  flex: 1;
  min-width: 0;
}
.ai-chat-container__name {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.ai-chat-container__subtitle {
  font-size: 13px;
  color: var(--ai-chat-dot-color, #a8b4ba);
  margin-top: 2px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 600px) {
  .ai-chat__prompts--grid {
    grid-template-columns: 1fr;
  }
  .ai-chat--full-page {
    max-width: 100%;
    height: calc(100vh - 120px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .ai-chat--full-page.ai-chat--with-history {
    flex-direction: column;
  }
  .ai-chat--full-page.ai-chat--with-history .ai-chat__history-panel {
    width: 100%;
    max-height: 200px;
    border-right: none;
    border-bottom: 1px solid var(--ai-chat-input-border);
  }
  .ai-chat__bubble {
    max-width: 90%;
  }
  .ai-chat--page-builder {
    max-width: 100%;
    height: calc(100vh - 120px);
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.blank-page-sitea {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 120px);
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}
.blank-page-sitea__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 0;
  flex-shrink: 0;
}
.blank-page-sitea__back {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--ai-chat-dot-color, #a8b4ba);
  font-size: 13px;
  text-decoration: none;
  cursor: pointer;
}
.blank-page-sitea__back:hover {
  color: var(--ai-chat-user-text, #3a4d55);
}
.blank-page-sitea__title {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: var(--ai-chat-user-text, #3a4d55);
}
.nc-instance .blank-page-sitea__title {
  color: #e5e5df;
}
.blank-page-sitea__skip {
  background: none;
  border: 1px solid var(--ai-chat-input-border, #E8E3DD);
  border-radius: 8px;
  padding: 6px 14px;
  font-size: 13px;
  cursor: pointer;
  color: var(--ai-chat-dot-color, #a8b4ba);
  transition: border-color 0.15s, color 0.15s;
}
.blank-page-sitea__skip:hover {
  border-color: var(--ai-chat-input-focus, #007acc);
  color: var(--ai-chat-input-focus, #007acc);
}
.blank-page-sitea__chat {
  flex: 1;
  min-height: 0;
}
.pf-toast-container {
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 10000;
  pointer-events: none;
  width: 356px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-toast {
  position: relative;
  width: 100%;
  pointer-events: auto;
  touch-action: pan-x;
  user-select: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background: var(--surface-card, #fff);
  color: var(--text-primary, #333);
  border-radius: var(--radius-sm, 8px);
  box-shadow: var(--shadow-lg, 0 10px 30px rgba(0, 0, 0, 0.1));
  border-left: 3px solid transparent;
  overflow: hidden;
  animation: pf-toast-enter 250ms cubic-bezier(0.21, 1.02, 0.73, 1) forwards;
  transform: translateX(var(--toast-swipe, 0px));
}
.pf-toast--success {
  border-left-color: var(--status-success, #66b266);
}
.pf-toast--error {
  border-left-color: var(--status-error, #e57373);
}
.pf-toast--info {
  border-left-color: var(--status-info, #90a4ae);
}
.pf-toast--removing {
  animation: pf-toast-exit 150ms ease-in forwards;
}
.pf-toast--swiping {
  transition: none !important;
  animation: none !important;
}
@keyframes pf-toast-enter {
  from {
    transform: translateX(calc(100% + 32px));
    opacity: 0;
  }
  to {
    transform: translateX(var(--toast-swipe, 0px));
    opacity: 1;
  }
}
@keyframes pf-toast-exit {
  from {
    transform: translateX(var(--toast-swipe, 0px));
    opacity: 1;
  }
  to {
    transform: translateX(calc(100% + 32px));
    opacity: 0;
  }
}
.pf-toast__icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-top: 1px;
}
.pf-toast__icon--success {
  color: var(--status-success, #66b266);
}
.pf-toast__icon--error {
  color: var(--status-error, #e57373);
}
.pf-toast__icon--info {
  color: var(--status-info, #90a4ae);
}
.pf-toast__content {
  flex: 1;
  min-width: 0;
}
.pf-toast__message {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-primary, #333);
  word-break: break-word;
}
.pf-toast__action {
  display: inline-block;
  margin-top: 6px;
  padding: 0;
  background: none;
  border: none;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-link, #007acc);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pf-toast__action:hover {
  opacity: 0.8;
}
.pf-toast__dismiss {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  border-radius: 4px;
  color: var(--text-muted, #999);
  cursor: pointer;
  transition: color 150ms ease, background 150ms ease;
  margin-top: -2px;
}
.pf-toast__dismiss:hover {
  color: var(--text-primary, #333);
  background: var(--surface-raised, #fafafa);
}
.pf-toast__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  transform-origin: left;
  animation: pf-toast-shrink linear forwards;
  animation-duration: var(--toast-duration, 3000ms);
}
.pf-toast__progress--success {
  background: var(--status-success, #66b266);
  opacity: 0.35;
}
.pf-toast__progress--error {
  background: var(--status-error, #e57373);
  opacity: 0.35;
}
.pf-toast__progress--info {
  background: var(--status-info, #90a4ae);
  opacity: 0.35;
}
@keyframes pf-toast-shrink {
  from {
    transform: scaleX(1);
  }
  to {
    transform: scaleX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-toast {
    animation-duration: 1ms !important;
  }
  .pf-toast__progress {
    animation: none;
  }
}
@media (max-width: 480px) {
  .pf-toast-container {
    top: 16px;
    right: 8px;
    left: 8px;
    width: auto;
  }
  .pf-toast {
    width: 100%;
  }
}
.copy-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.15s ease;
  min-width: 44px;
  min-height: 44px;
  justify-content: center;
}
.copy-btn:hover {
  opacity: 0.7;
}
.copy-btn:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: 2px;
  border-radius: 4px;
}
.copy-btn--icon {
  padding: 10px;
  color: inherit;
  line-height: 1;
}
.copy-btn--button {
  padding: 6px 16px;
  font-size: 0.875rem;
  font-weight: 500;
}
.copy-btn--icon-button {
  padding: 6px 12px;
  font-size: 0.875rem;
  font-weight: 500;
}
.product-embed__tabs {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.product-embed__tab {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background: #fff !important;
  color: #3a4d55 !important;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
}
.product-embed__tab:hover,
.product-embed__tab:focus {
  background: #f5f5f5 !important;
  color: #3a4d55 !important;
}
.product-embed__tab--active,
.product-embed__tab--active:hover,
.product-embed__tab--active:focus {
  background: #1e1e2e !important;
  color: #fff !important;
  border-color: #1e1e2e;
}
.product-embed__preview-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 0;
  border: none;
  background: none !important;
  color: #6b7280 !important;
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.15s;
}
.product-embed__preview-toggle:hover,
.product-embed__preview-toggle:focus {
  color: #3a4d55 !important;
  background: none !important;
}
.product-embed__preview {
  margin-top: 8px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  overflow: hidden;
}
.product-embed__preview-iframe {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}
.embed-code-block {
  margin-bottom: 12px;
}
.embed-code-block__label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #8b95a5;
  margin-bottom: 6px;
}
.embed-code-block__container {
  position: relative;
  border-radius: 8px;
  background: #1e1e2e;
  overflow: hidden;
}
.embed-code-block__copy {
  position: absolute;
  top: 4px;
  right: 4px;
  color: rgba(255, 255, 255, 0.6) !important;
  background: transparent !important;
  z-index: 1;
  padding: 8px;
  border-radius: 4px;
  transition: color 0.15s, background-color 0.15s;
  min-width: 36px;
  min-height: 36px;
}
.embed-code-block__copy:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.1) !important;
}
.embed-code-block__copy:focus-visible {
  outline: 2px solid #60a5fa;
  outline-offset: 1px;
}
.embed-code-block__pre {
  margin: 0;
  padding: 16px 48px 16px 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.embed-code-block__code {
  font-family: 'SF Mono', 'Fira Code', 'Fira Mono', Menlo, Consolas, monospace;
  font-size: 0.8rem;
  line-height: 1.6;
  color: #cdd6f4;
  white-space: pre-wrap;
  word-break: break-all;
  user-select: all;
}
.ecp-sheet {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0 -8px 40px rgba(0, 0, 0, 0.12);
}
.ecp-handle {
  display: flex;
  justify-content: center;
  padding: 10px 0 4px;
  flex-shrink: 0;
}
.ecp-handle .ecp-handle-bar {
  width: 36px;
  height: 4px;
  border-radius: 99px;
  background: #D5CFC8;
}
.ecp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px 12px;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
}
.ecp-header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ecp-header-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(0, 122, 204, 0.1);
  color: #007acc;
  flex-shrink: 0;
}
.nc-instance .ecp-header-icon {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.ecp-header-title {
  font-size: 15px;
  font-weight: 600;
  color: #3a4d55;
  letter-spacing: -0.1px;
}
.ecp-close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
  flex-shrink: 0;
}
.ecp-close-btn:hover {
  background: #E8E3DD;
  color: #3a4d55;
}
.ecp-close-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.ecp-recipients-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 24px;
  border-bottom: 1px solid #E8E3DD;
  flex-shrink: 0;
  min-height: 44px;
}
.ecp-recipients-label {
  font-size: 12px;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  white-space: nowrap;
  flex-shrink: 0;
}
.ecp-recipients-chips {
  display: flex;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  flex: 1;
  min-width: 0;
  padding-bottom: 2px;
}
.ecp-recipients-chips::-webkit-scrollbar {
  height: 3px;
}
.ecp-recipients-chips::-webkit-scrollbar-track {
  background: transparent;
}
.ecp-recipients-chips::-webkit-scrollbar-thumb {
  background: #D5CFC8;
  border-radius: 99px;
}
.ecp-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px 3px 8px;
  border-radius: 999px;
  background: #F3EDE7;
  border: 1px solid #E8E3DD;
  font-size: 12px;
  color: #3a4d55;
  white-space: nowrap;
  flex-shrink: 0;
}
.ecp-chip-icon {
  color: rgba(58, 77, 85, 0.7);
  flex-shrink: 0;
}
.ecp-recipients-empty {
  font-size: 12px;
  color: #a8b4ba;
  font-style: italic;
}
.ecp-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  padding: 16px 24px;
}
.ecp-body .fr-box,
.ecp-body .fr-wrapper {
  border-radius: 8px !important;
  border-color: #D5CFC8 !important;
}
.ecp-body .fr-toolbar {
  border-radius: 8px 8px 0 0 !important;
  border-color: #D5CFC8 !important;
  background: #fafafa !important;
}
.ecp-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 12px 24px 20px;
  border-top: 1px solid #E8E3DD;
  flex-shrink: 0;
  background: #ffffff;
}
.ecp-send-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.pf-row-action-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease;
  flex-shrink: 0;
}
.pf-row-action-btn:hover {
  background: rgba(0, 122, 204, 0.1);
  color: #007acc;
}
.nc-instance .pf-row-action-btn:hover {
  background: rgba(139, 92, 246, 0.1);
  color: #8B5CF6;
}
.collection-header .btn,
.collection-header .btn-flat,
.collection-header .btn-large,
.collection-header .btn-small {
  float: right;
  margin: 0;
}
.collection-item {
  overflow: hidden;
}
.collection-item > .row .btn,
.collection-item > .row .btn-large,
.collection-item > .row .btn-small {
  margin-bottom: 0;
}
.collection-item > .row:last-child {
  margin-bottom: 0;
}
.collection-item .card-image {
  position: relative;
}
.collection-item .card-image img {
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  background-clip: padding-box;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
table .btn,
table .btn-flat,
table .btn-large,
table .btn-small {
  margin: 0;
}
.collection.with-header .collection-header {
  text-align: center;
  text-transform: uppercase;
  color: #494949;
}
.collection.with-header .collection-item {
  padding-left: 20px;
}
@media only screen and (max-width: 600px) {
  .collection.with-header .collection-item {
    padding-left: 5px;
  }
}
.valign-wrapper.center-align .valign {
  margin-left: auto;
  margin-right: auto;
}
.sidenav li > a {
  padding: 0 1em !important;
}
.sidenav li > a i {
  margin-right: 0 !important;
}
.sidenav li.title:hover {
  background-color: inherit;
}
@media only screen and (max-width: 600px) {
  .container {
    padding: 0;
    width: 95% !important;
  }
}
.row {
  margin-bottom: 0 !important;
  width: 100%;
}
.collapsible li.active .collapsible-header {
  background-color: #F3EDE7;
}
.option-group-list .collapsible {
  box-shadow: none;
  border-radius: 8px;
  background-color: white;
}
.option-group-list ul {
  margin-top: 0;
}
.collapsible-header-icon {
  margin-left: auto;
}
.collapsible li.active i.collapsible-header-icon {
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
a.btn[data-action='close-collapsible'],
a.btn-large[data-action='close-collapsible'],
a.btn-small[data-action='close-collapsible'] {
  background-color: rgba(58, 77, 85, 0.7);
}
.switch {
  min-height: 24px;
  overflow: hidden;
}
.switch label {
  font-size: 1em;
  color: #3a4d55;
}
.progress {
  max-height: 5px !important;
}
.dropdown-content li {
  margin-left: 0 !important;
}
#actionFunnelModal.modal {
  max-width: 1200px;
  max-height: 90%;
  padding-top: 0 !important;
}
@media only screen and (max-width: 600px) {
  #actionFunnelModal.modal {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  #actionFunnelModal.modal {
    width: 80%;
  }
}
@media only screen and (min-width: 993px) {
  #actionFunnelModal.modal {
    width: 70%;
  }
}
#actionFunnelModal .payfacileOverlay ~ .modal-overlay {
  background: #6964e0;
}
#actionFunnelModal .noCodeOverlay + .modal-overlay {
  background: #A78BFA;
}
#modalGetSectorAndCategory {
  width: 70%;
  max-width: 1200px;
}
/* Loader */
.loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.spinner-violet-only {
  border-color: #6964e0 !important;
}
.input-field input[type=text]:focus,
.input-field input[type=email]:focus,
.input-field input[type=url]:focus,
.input-field input[type=number]:focus,
.input-field input[type=password]:focus,
.input-field input[type=search]:focus,
.input-field input[type=tel]:focus,
.input-field input[type=date]:focus,
.input-field textarea:focus {
  border-bottom-color: #6964e0 !important;
  box-shadow: 0 1px 0 0 #6964e0 !important;
}
.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
.input-field input[type=url]:focus + label,
.input-field input[type=number]:focus + label,
.input-field input[type=password]:focus + label,
.input-field input[type=search]:focus + label,
.input-field input[type=tel]:focus + label,
.input-field input[type=date]:focus + label,
.input-field textarea:focus + label {
  color: #6964e0 !important;
}
input.border-light:focus,
textarea.border-light:focus {
  border-color: #6964e0 !important;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1) !important;
  outline: none !important;
}
.dropdown-content {
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  margin-top: 4px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding: 8px 0 !important;
  background-color: #fff !important;
}
.dropdown-content li {
  min-height: 44px !important;
  border-radius: 0 !important;
  margin: 0 !important;
  line-height: 1.4 !important;
}
.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.04) !important;
}
.dropdown-content li > a,
.dropdown-content li > span {
  padding: 12px 16px !important;
  font-size: 0.95rem !important;
  color: #3a4d55 !important;
  display: flex !important;
  align-items: center !important;
}
.dropdown-content li.selected,
.dropdown-content li.active {
  background-color: rgba(105, 100, 224, 0.08) !important;
}
.business-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #37474f;
  letter-spacing: 0.5px;
  position: relative;
}
.progress {
  margin: auto;
  z-index: 10;
}
.business-page-main-container {
  flex: 1 1 auto;
  width: 100%;
  min-height: 600px;
}
@media only screen and (min-width: 601px) {
  .business-page-main-container .page-builder-block .container {
    max-width: 1400px !important;
  }
}
.showcase-main-container-background {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-color: #fafafa;
  background-size: cover;
}
.showcase-footer {
  background-color: #eceff1;
  border-top: solid 1px #3a4d55;
}
.showcase-footer-top {
  padding: 2em 0;
}
.showcase-footer-vendor-logo {
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 30px;
}
@media only screen and (max-width: 600px) {
  .showcase-footer-vendor-logo {
    background-position: center;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-vendor-logo {
    background-position: center;
    margin: auto;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-footer-vendor-logo {
    height: 60px;
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .showcase-footer-column {
    text-align: center;
    margin: 1em 0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-column {
    text-align: center;
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-footer-column .vendor-info-wrapper {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 601px) {
  .showcase-footer-vendor-motto {
    padding-right: 2em;
  }
}
.showcase-footer-column-item {
  padding-top: 5px;
}
.showcase-footer-column-item a {
  color: #3a4d55;
}
.showcase-footer-column-item a:hover {
  text-decoration: underline;
  color: rgba(58, 77, 85, 0.7);
}
.showcase-header-container {
  height: 50px;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #979797;
  color: #3a4d55;
}
@media only screen and (min-width: 601px) {
  .showcase-header-container {
    height: 70px;
  }
}
.showcase-header {
  position: relative;
  margin: auto;
  justify-content: space-between;
  padding-left: 1rem;
  padding-right: 1rem;
  min-height: 30px !important;
}
@media only screen and (min-width: 601px) {
  .showcase-header {
    height: 60px;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-header {
    max-width: 1600px;
  }
}
.showcase-header .menu-logo-wrapper {
  margin-left: auto;
  color: #3a4d55;
  border: 1px solid rgba(58, 77, 85, 0.2);
  padding: 6px 12px;
  border-radius: 24px;
  background-color: white;
  transition: background-color 150ms ease, border-color 150ms ease, filter 150ms ease;
}
.showcase-header .menu-logo-wrapper:hover {
  cursor: pointer;
  filter: brightness(0.96);
  border-color: rgba(58, 77, 85, 0.35);
}
#showcaseHeader nav,
.showcase-slide-panel nav {
  background-color: transparent;
  color: inherit;
  width: auto;
  height: auto;
  line-height: inherit;
  box-shadow: none;
}
.showcase-header-zone {
  display: flex;
  align-items: center;
}
.showcase-header-zone--brand {
  flex: 0 0 auto;
  min-width: 0;
  padding: 0;
}
@media only screen and (max-width: 992px) {
  .showcase-header-zone--brand {
    padding: 0;
  }
}
.showcase-header-zone--nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  min-width: 0;
  padding: 4px 0;
  -webkit-mask-image: linear-gradient(to right, transparent, black 8px, black calc(100% - 8px), transparent);
  mask-image: linear-gradient(to right, transparent, black 8px, black calc(100% - 8px), transparent);
}
@media only screen and (max-width: 992px) {
  .showcase-header-zone--nav {
    display: none;
  }
}
.showcase-header-zone--actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 12px;
}
.showcase-header-desktop-only {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .showcase-header-desktop-only {
    display: none;
  }
}
.showcase-header-mobile-only {
  display: none;
}
@media only screen and (max-width: 992px) {
  .showcase-header-mobile-only {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 992px) {
  .showcase-header-shopname {
    display: none;
  }
}
a.showcase-header-logo-wrapper {
  text-decoration: none;
  color: inherit;
}
.showcase-header-shopname a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.showcase-header-transparent {
  position: absolute;
  top: 0;
  left: 0;
}
.showcase-header-transparent .showcase-header {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 600px) {
  .showcase-header-transparent .showcase-header {
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.showcaseHeaderWithLogo .showcase-header-logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.showcaseHeaderWithLogo .showcase-header-logo-wrapper:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}
.showcase-header-vendor-logo {
  width: 60px;
  height: 30px;
  border-radius: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 601px) {
  .showcase-header-vendor-logo {
    height: 60px;
    width: 120px;
  }
}
.showcase-header-organization {
  font-size: 12px;
}
@media only screen and (min-width: 601px) {
  .showcase-header-organization {
    font-size: 18px;
    font-weight: 500;
  }
}
.showcase-shopping-cart {
  position: relative;
}
.showcase-shopping-cart-pin {
  background-color: #e53935;
  color: white;
  font-size: 10px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 9px;
  line-height: 18px;
  text-align: center;
  pointer-events: none;
  z-index: 1;
  animation: cartBadgeBounce 300ms ease-out;
}
@keyframes cartBadgeBounce {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.showcase-shopping-cart a {
  margin-right: 20px;
  padding: 5px;
  display: flex;
}
.showcase-shopping-cart i {
  font-size: 1.5em;
}
.showcase-shopping-cart-sidenav {
  min-width: 50% !important;
  max-width: 800px;
}
@media only screen and (max-width: 600px) {
  .showcase-shopping-cart-sidenav {
    width: 90%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-shopping-cart-sidenav {
    width: 80%;
  }
}
#showcaseHeader {
  z-index: 998;
  background-color: var(--header-bg, transparent);
}
#showcaseHeader .showcase-header-themed-text {
  color: var(--header-text, inherit);
}
#showcaseHeader .showcase-header-themed-text svg {
  color: var(--header-text, inherit);
}
#showcaseHeader .showcase-header-btn {
  background-color: var(--header-btn-bg);
  color: var(--header-btn-text);
  border: solid 2px var(--header-btn-border, transparent);
  line-height: 2.2em;
}
.showcase-slide-panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.showcase-slide-panel-overlay--visible {
  opacity: 1;
  pointer-events: auto;
}
.showcase-slide-panel {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background: white;
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 300ms ease;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
  overflow-y: auto;
  overflow-x: hidden;
}
.showcase-slide-panel--open {
  transform: translateX(0);
}
.showcase-slide-panel.showcase-shopping-cart-sidenav {
  width: 420px;
  max-width: 90vw;
}
@media only screen and (max-width: 600px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 100%;
    max-width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 420px;
    max-width: 85vw;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-slide-panel.showcase-shopping-cart-sidenav {
    width: 440px;
  }
}
.showcase-slide-panel.showcase-menu-sidenav {
  width: 300px;
  max-width: 85%;
}
.showcase-slide-panel.showcase-menu-sidenav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.showcase-slide-panel.showcase-menu-sidenav li {
  display: block;
  width: 100%;
}
.showcase-slide-panel-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 12px 0;
}
.showcase-slide-panel-close {
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #3a4d55;
  transition: background-color 150ms ease;
}
.showcase-slide-panel-close:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.showcase-slide-panel-close:focus-visible {
  outline: 2px solid #3a4d55;
  outline-offset: 2px;
}
.showcase-slide-panel .sidenav-link-wrapper .sidenav-link {
  font-size: 1.1em;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #3a4d55;
  text-decoration: none;
  transition: background-color 150ms ease;
}
.showcase-slide-panel .sidenav-link-wrapper .padding-left-mini {
  padding-left: 0 !important;
}
.showcase-slide-panel .sidenav-link-wrapper:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.showcase-slide-panel .sidenav-link-wrapper .sidenav-link:focus-visible {
  outline: 2px solid #3a4d55;
  outline-offset: -2px;
}
.showcase-slide-panel--preview {
  position: absolute;
}
.showcase-slide-panel-overlay--preview {
  position: absolute;
}
.showcase-menu-trigger,
.showcase-cart-trigger {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: inherit;
  font: inherit;
}
.showcase-menu-trigger:focus-visible,
.showcase-cart-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 4px;
}
.showcase-header-transparent .showcase-cart-trigger {
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.showcase-header-transparent .showcase-cart-trigger:hover {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.payfacile-page .progress {
  margin: auto;
  z-index: 10;
}
@media only screen and (min-width: 993px) {
  .showcase-video {
    min-width: 400px;
    min-height: 225px;
  }
}
.showcase-option-limitation {
  text-align: left;
  font-size: 1rem;
}
.showcase-option-limitation .showcase-option-group-trigger {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
.showcase-option-limitation .showcase-option-group-trigger:focus,
.showcase-option-limitation .showcase-option-group-trigger:active {
  outline: none;
  text-decoration: none;
}
.showcase-option-limitation .showcase-option-group-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 8px !important;
  padding: 8px 36px 8px 14px !important;
  line-height: 1.4 !important;
  background-color: #fafafa !important;
  margin-bottom: 6px !important;
  min-height: 38px;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
  position: relative;
}
.showcase-option-limitation .showcase-option-group-title svg {
  font-size: 18px;
  color: #6b7c86;
  margin-left: auto;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.showcase-option-limitation .showcase-option-group-trigger:hover .showcase-option-group-title {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: #fff !important;
}
.showcase-option-limitation .showcase-option-group-trigger:focus .showcase-option-group-title,
.showcase-option-limitation .showcase-option-group-trigger:focus-visible .showcase-option-group-title {
  border-color: #6964e0 !important;
  box-shadow: 0 0 0 3px rgba(105, 100, 224, 0.1) !important;
  background-color: #fff !important;
}
.showcase-option-limitation .dropdown-content {
  max-width: 95%;
}
.showcase-option-limitation .dropdown-content li.disabled span {
  background-color: transparent;
}
.showcase-page .max-width-950px {
  max-width: 950px;
}
.showcase-page .max-width-600px {
  max-width: 600px;
}
.showcase-not-found {
  margin-top: 1em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .showcase-not-found {
    margin-top: 5em;
  }
}
@media only screen and (min-width: 993px) {
  .showcase-not-found {
    padding-top: 4em;
    min-height: 100vh;
  }
}
.payfacile-header-container,
.showcase-final-footer-container {
  flex: 0 0 auto;
  width: 100%;
}
@media only screen and (max-width: 600px) {
  .showcase-footer-poweredby-wrapper {
    padding-top: 1em;
  }
}
.showcase-footer-final-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.powered-by-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: background 0.15s ease, border-color 0.15s ease, opacity 0.15s ease;
  opacity: 0.8;
}
.powered-by-badge:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.18);
  opacity: 1;
  text-decoration: none;
}
.powered-by-badge .powered-by-badge-logo {
  height: 16px;
  width: auto;
  margin: 0;
  flex-shrink: 0;
}
.powered-by-badge .powered-by-badge-text {
  font-size: 12px;
  font-weight: 500;
  color: inherit;
  white-space: nowrap;
  opacity: 0.85;
}
.powered-by-badge .powered-by-badge-arrow {
  font-size: 12px;
  opacity: 0.6;
  transition: transform 0.15s ease;
}
.powered-by-badge:hover .powered-by-badge-arrow {
  transform: translateX(2px);
  opacity: 0.9;
}
.nc-instance .powered-by-badge {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}
.nc-instance .powered-by-badge:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.28);
}
.powered-by-payment-separator {
  display: inline-block;
  width: 1px;
  height: 16px;
  background: rgba(58, 77, 85, 0.2);
  margin: 0 4px;
  flex-shrink: 0;
}
.powered-by-payment-logo {
  height: 14px;
  width: auto;
  opacity: 0.55;
  transition: opacity 0.15s ease;
  flex-shrink: 0;
}
.powered-by-payment-logo:hover {
  opacity: 0.85;
}
#paymentRequestPage.showcase-page .showcase-page-container {
  padding-top: 100px;
}
.language-picker {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}
.language-picker .language-picker-trigger {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 6px 10px;
  border-radius: 9999px;
  transition: background-color 120ms ease, color 90ms ease;
}
.language-picker .language-picker-trigger:hover {
  background: rgba(0, 0, 0, 0.06);
}
.language-picker .language-picker-trigger:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
.language-picker .language-picker-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  padding: 6px;
  min-width: 90px;
  z-index: 1000;
  list-style: none;
  margin: 0;
  animation: dropdownIn 0.15s ease-out;
}
.language-picker .language-picker-dropdown li a {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 10px;
  color: #3a4d55;
  font-size: 14px;
  transition: background-color 120ms ease;
}
.language-picker .language-picker-dropdown li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.language-picker .language-picker-dropdown li a:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: -2px;
}
.nc-instance .language-picker .language-picker-trigger:hover {
  background: rgba(255, 255, 255, 0.1);
}
.nc-instance .language-picker .language-picker-dropdown {
  background: rgba(42, 42, 40, 0.92);
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nc-instance .language-picker .language-picker-dropdown li a {
  color: #e5e5df;
}
.nc-instance .language-picker .language-picker-dropdown li a:hover {
  background: rgba(255, 255, 255, 0.08);
}
@keyframes dropdownIn {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.payfacile-header-container {
  width: 100%;
  min-width: 0;
  overflow: visible !important;
}
.payfacile-header-container .payfacile-header-logo {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/horiz/logo-payfacile-horiz-noBg.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-logo {
    height: 45px;
    width: 145px;
  }
}
.payfacile-header-container .noCode-header-logo-dark {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/nocode/rectangle-dark.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .noCode-header-logo-dark {
    height: 45px;
    width: 145px;
  }
}
.payfacile-header-container .noCode-header-logo-light {
  background-image: url('https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/logo/nocode/rectangle-light.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 90%;
  height: 36px;
  width: 120px;
  margin: 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .noCode-header-logo-light {
    height: 45px;
    width: 145px;
  }
}
@media only screen and (min-width: 993px) and (max-width: 1199px) {
  .payfacile-header-container .hide-free-tools-narrow {
    display: none;
  }
}
.payfacile-header-container .hide-talk-to-expert {
  display: none;
}
@media only screen and (min-width: 1800px) {
  .payfacile-header-container .hide-talk-to-expert {
    display: contents;
  }
}
.payfacile-header-container .btn-basic {
  padding: 6px 14px;
  border-radius: 9999px;
  transition: background-color 120ms ease, color 90ms ease;
}
@media only screen and (min-width: 993px) and (max-width: 1799px) {
  .payfacile-header-container .btn-basic {
    padding: 6px 8px;
  }
}
.payfacile-header-container .btn-basic:hover {
  background: rgba(0, 0, 0, 0.06);
}
.payfacile-header-container .btn-basic:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
@media only screen and (min-width: 993px) and (max-width: 1799px) {
  .payfacile-header-container .margin-right-2 {
    margin-right: 1em;
  }
  .payfacile-header-container .margin-sides-2 {
    margin: 0 0.75em;
  }
  .payfacile-header-container .margin-left-2 {
    margin-left: 1em;
  }
}
.payfacile-header-container .payfacile-header-nav {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: transparent !important;
  box-shadow: none !important;
  height: auto !important;
  line-height: inherit !important;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
  overflow: visible !important;
  padding: 6px 8px 0;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-nav {
    padding: 10px 20px 0;
  }
}
@media only screen and (min-width: 993px) {
  .payfacile-header-container .payfacile-header-nav {
    padding: 12px 32px 0;
  }
}
.payfacile-header-container .payfacile-header-nav > .container {
  max-width: 1600px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.03);
  transition: background 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  padding: 4px 10px;
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    padding: 6px 20px;
  }
}
@media only screen and (min-width: 993px) {
  .payfacile-header-container .payfacile-header-nav > .container {
    padding: 6px 28px;
  }
}
.payfacile-header-container .payfacile-header-nav.scrolled > .container {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.06), 0 12px 32px -8px rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .payfacile-header-nav.scrolled > .container {
    background: #fff;
  }
}
.payfacile-header-container .no-wrap {
  overflow: visible !important;
}
.payfacile-header-container .sidenav-wrapper ul {
  position: absolute;
  background: white;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  top: calc(100% + 8px);
  right: -22px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  z-index: 1001;
  width: 100vw;
  max-width: 360px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}
.payfacile-header-container .sidenav-wrapper ul .col.m6 {
  width: 100%;
}
.payfacile-header-container .sidenav-wrapper ul .sidenav-link {
  overflow: visible;
  height: auto;
  min-height: 35px;
}
.payfacile-header-container .sidenav-wrapper.open ul {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
  max-height: 70vh;
  overflow-y: auto;
}
.payfacile-header-container .menu-logo-wrapper {
  position: relative;
  border: none;
  padding: 6px 10px;
  border-radius: 9999px;
  max-height: 44px;
  overflow: visible;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
@media only screen and (max-width: 600px) {
  .payfacile-header-container .menu-logo-wrapper {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .menu-logo-wrapper {
    padding: 8px 16px;
  }
}
.payfacile-header-container .menu-logo-wrapper:hover {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.payfacile-header-container .menu-logo-wrapper:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: 2px;
}
.payfacile-header-container .menu-logo-wrapper .payfacile-menu-text {
  font-weight: 500;
  padding-right: 5px;
  font-size: 1.2em;
  display: none;
}
@media only screen and (min-width: 601px) {
  .payfacile-header-container .menu-logo-wrapper .payfacile-menu-text {
    display: inline;
  }
}
.payfacile-header-container .sub-menu-container {
  position: absolute;
  color: #3a4d55;
  top: calc(100% + 12px);
  left: 0;
  line-height: 1.2em;
  min-width: 220px;
  white-space: nowrap;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.08), 0 16px 40px -8px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  padding: 6px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px) scale(0.97);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0.2s;
}
.payfacile-header-container .sub-menu-container.open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 0.2s ease, transform 0.2s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear 0s;
}
.payfacile-header-container .sub-menu-container a.btn-basic {
  border-radius: 10px;
  padding: 8px 12px;
  text-decoration: none;
}
.payfacile-header-container .sub-menu-container a.btn-basic:hover {
  background: rgba(0, 0, 0, 0.05);
  text-decoration: none;
}
.payfacile-header-container .sub-menu-container a.btn-basic:focus-visible {
  outline: 2px solid rgba(99, 102, 241, 0.5);
  outline-offset: -2px;
}
.nc-instance .payfacile-header-container .btn-basic:hover {
  background: rgba(255, 255, 255, 0.08);
}
.nc-instance .payfacile-header-container .payfacile-header-nav > .container {
  background: rgba(29, 29, 27, 0.85);
  border-color: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nc-instance .payfacile-header-container .payfacile-header-nav.scrolled > .container {
  background: rgba(29, 29, 27, 0.88);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06), 0 4px 16px rgba(0, 0, 0, 0.2), 0 12px 32px -8px rgba(0, 0, 0, 0.15);
  border-color: rgba(255, 255, 255, 0.08);
}
.nc-instance .payfacile-header-container .menu-logo-wrapper {
  background: rgba(45, 45, 43, 0.85);
  color: #e5e5df;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.nc-instance .payfacile-header-container .menu-logo-wrapper:hover {
  background: rgba(45, 45, 43, 0.95);
}
.nc-instance .payfacile-header-container .sidenav-wrapper ul {
  background: rgba(42, 42, 40, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
  color: #e5e5df;
}
.nc-instance .payfacile-header-container .sub-menu-container {
  background: rgba(42, 42, 40, 0.95);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-color: rgba(255, 255, 255, 0.08);
  color: #e5e5df;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 8px 32px rgba(0, 0, 0, 0.3);
}
.nc-instance .payfacile-header-container .sub-menu-container a.btn-basic:hover {
  background: rgba(255, 255, 255, 0.08);
}
.email-capture input[type='email'] {
  border: none !important;
  margin: 0 !important;
}
.showcase-option-row {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  gap: 8px;
}
.showcase-option-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  flex: 1;
  min-height: 32px;
}
.showcase-option-label [type='checkbox'] + span:not(.lever),
.showcase-option-label [type='radio']:not(:checked) + span,
.showcase-option-label [type='radio']:checked + span {
  padding-left: 30px;
  line-height: 1.4;
}
.showcase-option-content {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
}
.showcase-option-price {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-weight: 600;
  font-size: 0.95rem;
  color: #3a4d55;
  white-space: nowrap;
  min-width: 80px;
}
.showcase-option-tax {
  font-weight: 400;
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
}
.showcase-option-name {
  font-weight: 500;
  color: #3a4d55;
  font-size: 0.95rem;
}
.showcase-option-qty {
  flex-shrink: 0;
  margin-left: auto;
}
.showcase-option-row [type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  border: 2px solid rgba(58, 77, 85, 0.35);
  border-radius: 4px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.showcase-option-row [type='checkbox'].filled-in:checked + span:not(.lever):after {
  border-radius: 4px;
  width: 18px;
  height: 18px;
  top: 1px;
  left: 0;
}
.showcase-option-row [type='checkbox'].filled-in:checked + span:not(.lever):before {
  top: 1px;
  left: 1px;
  width: 7px;
  height: 12px;
}
.showcase-option-row [type='radio']:not(:checked) + span:before,
.showcase-option-row [type='radio']:checked + span:before {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(58, 77, 85, 0.35);
  top: 1px;
}
.showcase-option-row [type='radio']:not(:checked) + span:after,
.showcase-option-row [type='radio']:checked + span:after {
  width: 18px;
  height: 18px;
  top: 1px;
}
.showcase-option-row [type='radio']:checked + span:after {
  transform: scale(0.55);
}
.showcase-social-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.showcase-social-proof-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 0.82em;
  font-weight: 500;
  line-height: 1.4;
}
.showcase-social-proof-item i {
  font-size: 1em;
}
.showcase-social-proof-item--sales {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.showcase-social-proof-item--popular {
  background-color: #fff3e0;
  color: #e65100;
}
.showcase-social-proof-item--stock {
  background-color: #fce4ec;
  color: #c62828;
}
.pf-feature-section {
  padding: 80px 0;
}
@media only screen and (max-width: 1023px) {
  .pf-feature-section {
    padding: 48px 0;
  }
}
@media only screen and (max-width: 600px) {
  .pf-feature-section {
    padding: 40px 16px;
  }
}
.pf-feature-section--surface {
  background: var(--surface-page);
}
.pf-feature-section--card {
  background: var(--surface-card);
}
.pf-feature-section--muted {
  background: var(--surface-muted);
}
.pf-feature-section--brand {
  background: var(--surface-brand);
  color: var(--text-on-brand);
}
.pf-feature-section--brand .pf-section-title,
.pf-feature-section--brand .pf-kicker,
.pf-feature-section--brand .pf-page-lead {
  color: var(--text-on-brand);
}
.pf-feature-hero {
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.pf-feature-hero__grid {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__grid {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-hero__text {
  flex: 1 1 55%;
}
.pf-feature-hero__image {
  flex: 1 1 45%;
  text-align: center;
}
.pf-feature-hero__image img {
  max-width: 100%;
  max-height: 360px;
  border-radius: var(--radius-lg);
}
@media only screen and (max-width: 768px) {
  .pf-feature-hero__image {
    display: none;
  }
}
.pf-feature-hero__actions {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
  flex-wrap: wrap;
}
.pf-feature-hero__sub {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: var(--space-1);
}
.pf-feature-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 992px) {
  .pf-feature-cards {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-feature-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-feature-card__title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-2);
  padding-bottom: var(--space-1);
  border-bottom: 2px solid var(--brand-primary);
  display: inline-block;
}
.pf-feature-card__bullet {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  color: var(--text-secondary);
  font-size: 15px;
}
.pf-feature-card__bullet svg {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: var(--icon-accent);
}
.pf-feature-card__bullet img {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.pf-feature-banner {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}
.pf-feature-banner__title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: var(--space-2);
}
@media only screen and (max-width: 600px) {
  .pf-feature-banner__title {
    font-size: 22px;
  }
}
.pf-feature-banner__text {
  font-size: 16px;
  opacity: 0.9;
  margin-bottom: var(--space-3);
}
.pf-feature-details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-3);
}
@media only screen and (max-width: 768px) {
  .pf-feature-details {
    grid-template-columns: 1fr;
    gap: var(--space-2);
  }
}
.pf-feature-detail {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: var(--space-3);
}
.pf-feature-detail img {
  max-height: 80px;
  margin-bottom: var(--space-2);
}
.pf-feature-detail__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: var(--space-1);
}
.pf-feature-detail__text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.5;
}
.pf-feature-video {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}
@media only screen and (max-width: 768px) {
  .pf-feature-video {
    flex-direction: column;
    gap: var(--space-2);
  }
}
.pf-feature-video__embed {
  flex: 1 1 55%;
  position: relative;
  padding-bottom: 53.28%;
  height: 0;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.pf-feature-video__embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.pf-feature-video__text {
  flex: 1 1 45%;
}
.pf-feature-integrations {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 56px;
  padding: var(--space-2) 0 var(--space-4);
}
@media only screen and (max-width: 600px) {
  .pf-feature-integrations {
    gap: 32px;
  }
}
.pf-feature-integrations img {
  height: 40px;
  max-width: 160px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.45;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.pf-feature-integrations a:hover img {
  filter: grayscale(0%);
  opacity: 1;
}
.pf-cta-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  color: var(--text-primary);
  border: 2px solid var(--border-default);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.pf-cta-secondary:hover {
  border-color: var(--brand-primary);
  background: var(--surface-highlight);
}
@keyframes pf-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-hero-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes pf-hero-slide-right {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes pf-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes pf-hero-float {
  0%,
  100% {
    transform: translateY(0) rotate(2deg);
  }
  50% {
    transform: translateY(-8px) rotate(2deg);
  }
}
@keyframes pf-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(16px) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-hero-v2,
  .pf-hero-v2 *,
  .pf-hero-v2 *::before,
  .pf-hero-v2 *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-hero-v2 {
  background: #F3EDE7;
  position: relative;
  overflow: hidden;
}
.pf-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 80px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .pf-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 104px 24px 48px;
    gap: 40px;
  }
}
@media (max-width: 480px) {
  .pf-hero-v2__inner {
    padding: 96px 20px 40px;
  }
}
.pf-hero-v2__title {
  font-family: var(--font-heading);
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.015em;
  margin: 0;
  color: #3a4d55;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-hero-v2__title-accent {
  color: #ff8a65;
}
.pf-hero-v2__line {
  width: 64px;
  height: 3px;
  background: #ff8a65;
  border-radius: 2px;
  margin: 20px 0 24px;
  transform-origin: left center;
  animation: pf-hero-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-hero-v2__subtitle {
  font-size: clamp(18px, 13.5vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  color: #3a4d55;
  margin: 0 0 12px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
.pf-hero-v2__supporting {
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 32px;
  max-width: 480px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-hero-v2__dot-sep {
  margin: 0 6px;
  opacity: 0.4;
}
.pf-hero-v2__cta-group {
  margin: 0 0 32px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.25s both;
}
.pf-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #fff;
}
.pf-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-hero-v2__cta:hover .pf-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.pf-hero-v2__reassurance {
  font-size: 0.82rem;
  color: rgba(58, 77, 85, 0.7);
  margin: 12px 0 0;
}
.pf-hero-v2__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  animation: pf-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.35s both;
}
.pf-hero-v2__badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.pf-hero-v2__badge svg {
  opacity: 0.45;
}
.pf-hero-v2__visual {
  animation: pf-hero-slide-right 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-v2__visual {
    max-width: 420px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .pf-hero-v2__visual-tilt {
    animation: pf-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.pf-hero-mockup {
  position: relative;
}
.pf-hero-mockup__window {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: #fafafa;
  border-bottom: 1px solid #E8E3DD;
}
.pf-hero-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__titlebar-text {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-left: auto;
  font-weight: 500;
}
.pf-hero-mockup__body {
  padding: 20px;
}
.pf-hero-mockup__stat-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.pf-hero-mockup__label {
  font-size: 0.7rem;
  color: #a8b4ba;
  margin-bottom: 4px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-hero-mockup__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: #3a4d55;
  letter-spacing: -0.02em;
}
.pf-hero-mockup__trend {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 600;
  background: #e0efe0;
  color: #66b266;
}
.pf-hero-mockup__chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 48px;
  margin-bottom: 16px;
  padding: 0 2px;
}
.pf-hero-mockup__bar {
  flex: 1;
  height: var(--bar-h, 50%);
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 3px 3px 0 0;
  transform-origin: bottom center;
  animation: pf-hero-bar-grow 0.6s cubic-bezier(0.16, 1, 0.3, 1) var(--bar-delay, 0ms) both;
  animation-delay: calc(0.6s + var(--bar-delay, 0ms));
}
.pf-hero-mockup__products {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-hero-mockup__product {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid #E8E3DD;
}
.pf-hero-mockup__product-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-hero-mockup__product-name {
  font-size: 0.82rem;
  font-weight: 600;
  color: #3a4d55;
}
.pf-hero-mockup__product-meta {
  font-size: 0.7rem;
  color: #a8b4ba;
}
.pf-hero-mockup__notification {
  position: absolute;
  bottom: -12px;
  right: -16px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  border: 1px solid #E8E3DD;
  animation: pf-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1.2s both;
}
@media (max-width: 1023px) {
  .pf-hero-mockup__notification {
    right: -8px;
    bottom: -8px;
  }
}
@media (max-width: 480px) {
  .pf-hero-mockup__notification {
    right: 0;
    bottom: -6px;
    padding: 10px 12px;
    gap: 8px;
  }
}
.pf-hero-mockup__notif-icon {
  color: #66b266;
  flex-shrink: 0;
}
.pf-hero-mockup__notif-title {
  font-size: 0.78rem;
  font-weight: 600;
  color: #3a4d55;
  white-space: nowrap;
}
.pf-hero-mockup__notif-text {
  font-size: 0.68rem;
  color: #a8b4ba;
  white-space: nowrap;
}
.pf-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  background: var(--cta-bg);
  color: var(--cta-text) !important;
  font-size: 1rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.pf-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: var(--cta-text) !important;
}
.pf-cta-primary:active {
  transform: translateY(0);
  box-shadow: var(--shadow-sm);
}
.pf-cta-primary:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px var(--brand-primary-light);
}
.pf-cta-primary__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-cta-primary:hover .pf-cta-primary__arrow {
  transform: translateX(4px);
}
.pf-section {
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .pf-section {
    padding: 48px 0;
  }
}
@media (max-width: 480px) {
  .pf-section {
    padding: 40px 0;
  }
}
.pf-underline-accent {
  position: relative;
  display: inline-block;
  border-bottom: 3px solid var(--brand-primary);
  padding-bottom: 4px;
}
.pf-intermediate-cta {
  text-align: center;
  padding: var(--space-5) var(--space-2);
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: var(--text-secondary);
  font-size: 0.85rem;
  margin-top: var(--space-1);
}
.trust-strip {
  background-color: var(--surface-card-glass);
}
.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.trust-strip-item {
  display: inline-flex;
  align-items: center;
  margin: 4px 12px;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .trust-strip-item {
    margin: 4px 8px;
  }
}
.trust-strip-logo {
  height: 18px;
  max-width: 80px;
  width: auto;
  object-fit: contain;
  vertical-align: middle;
  opacity: 0.85;
}
@media (max-width: 600px) {
  .trust-strip-logo {
    height: 16px;
    max-width: 60px;
  }
}
.pf-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-stat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
@media (max-width: 480px) {
  .pf-stat-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.pf-stat-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 20px 24px;
  position: relative;
  overflow: hidden;
}
.pf-stat-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--brand-gradient);
}
.pf-stat-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.pf-stat-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--icon-accent);
  opacity: 0.7;
  flex-shrink: 0;
}
.pf-stat-card__label {
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.pf-stat-card__value {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-stat-card__sparkline {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 20px;
  margin-top: 12px;
}
.pf-stat-card__spark-bar {
  flex: 1;
  background: linear-gradient(to top, #ff8a65, #ffb74d);
  border-radius: 2px 2px 0 0;
  height: var(--spark-h, 50%);
}
.badge-block .valign-wrapper-desktop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.badge-block [class*='col'] {
  float: none;
  flex: 1 1 0;
  max-width: 280px;
  margin-left: 0;
  padding-bottom: 0;
}
.pf-soft-card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pf-soft-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}
.pf-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  margin-bottom: var(--space-2);
  flex-shrink: 0;
}
.testimonial-carousel__card {
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card,
.nc-instance .noCode-bg-dark .testimonial-carousel__card {
  background: var(--text-inverse);
  border-color: var(--border-subtle);
  color: var(--text-inverse, #333331);
}
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark,
.nc-instance.noCode-bg-dark .testimonial-carousel__card .text-dark-light,
.nc-instance .noCode-bg-dark .testimonial-carousel__card .text-dark-light {
  color: var(--text-inverse, #333331) !important;
}
.testimonial-carousel__quote-mark {
  color: var(--brand-primary);
  font-size: 2rem;
  line-height: 1;
}
.pf-free-tool-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: var(--space-2);
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
}
.pf-free-tool-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
  border-top-color: var(--brand-primary);
}
.pf-free-tool-card .cta-text {
  color: var(--text-primary);
  font-weight: 600;
  font-size: 0.95rem;
  margin-top: var(--space-1);
}
.pf-free-tool-card svg {
  color: var(--text-secondary);
}
.pf-sticky-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--brand-gradient);
  padding: 10px 16px;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.15);
  animation: pf-sticky-slide-up 0.3s ease-out;
  overflow: hidden;
}
@keyframes pf-sticky-slide-up {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.pf-sticky-cta__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 1200px;
  margin: 0 auto;
}
.pf-sticky-cta__text {
  color: #fff;
  font-size: 0.95rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  display: none;
}
@media (min-width: 768px) {
  .pf-sticky-cta__text {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pf-sticky-cta__text {
    font-size: 0.85rem;
  }
}
.pf-sticky-cta__promo {
  background: var(--status-warning);
  color: var(--text-primary);
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  white-space: nowrap;
  flex-shrink: 0;
}
.pf-sticky-cta__countdown {
  display: none;
  align-items: center;
  gap: 4px;
  font-family: monospace;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 8px;
  border-radius: 4px;
  white-space: nowrap;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .pf-sticky-cta__countdown {
    display: inline-flex;
  }
}
.pf-sticky-cta__btn {
  margin-left: auto;
  background: var(--surface-card);
  color: var(--text-primary);
  font-weight: 600;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  font-size: 0.9rem;
}
.pf-sticky-cta__btn:hover {
  background: var(--surface-raised);
  color: var(--text-primary);
}
.pf-sticky-cta__dismiss {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  opacity: 0.8;
}
.pf-sticky-cta__dismiss:hover {
  opacity: 1;
}
.pf-tabbed-features__split {
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 40px;
  align-items: start;
  padding-top: var(--space-3);
}
@media (max-width: 1023px) {
  .pf-tabbed-features__split {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
.pf-tabbed-features__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.pf-tabbed-features__feature {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--surface-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.pf-tabbed-features__feature:hover {
  transform: translateY(-1px);
  box-shadow: var(--shadow-sm);
}
.pf-tabbed-features__feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-sm);
  background: var(--icon-accent-bg);
  color: var(--icon-accent);
  flex-shrink: 0;
}
.pf-tabbed-features__feature-title {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-tabbed-features__feature-text {
  font-size: 0.82rem;
  color: var(--text-secondary);
  line-height: 1.4;
}
@media (max-width: 1023px) {
  .pf-tabbed-features__mockup {
    display: none;
  }
}
.pf-mockup {
  position: relative;
}
.pf-mockup__window {
  background: #fff;
  border-radius: var(--radius-lg);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08), 0 1px 3px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid var(--border-subtle);
}
.pf-mockup__titlebar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 14px;
  background: var(--surface-raised);
  border-bottom: 1px solid var(--border-subtle);
}
.pf-mockup__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-mockup__titlebar-text {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-left: auto;
  font-weight: 500;
}
.pf-mockup__body {
  padding: 20px;
}
.pf-mockup__chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 10px;
  border-radius: var(--radius-full);
  font-size: 0.72rem;
  font-weight: 600;
}
.pf-mockup__chip--green {
  background: var(--status-success-light);
  color: var(--status-success);
}
.pf-mockup__chip--orange {
  background: var(--status-warning-light);
  color: var(--brand-primary);
}
.pf-mockup__chip--blue {
  background: #e0f0fd;
  color: var(--text-link);
}
.pf-mockup__input {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 8px 12px;
  font-size: 0.75rem;
  color: var(--text-muted);
  width: 100%;
  box-sizing: border-box;
}
.pf-mockup__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 16px;
  background: var(--brand-gradient);
  color: var(--cta-text);
  font-size: 0.78rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  border: none;
  width: 100%;
}
.pf-mockup__label {
  font-size: 0.7rem;
  color: var(--text-muted);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 6px;
}
.pf-mockup__value {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}
.pf-mockup__row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}
.pf-mockup__divider {
  height: 1px;
  background: var(--border-subtle);
  margin: 12px 0;
}
.pf-db-mockup {
  width: 100%;
  font-family: inherit;
}
.pf-db-layout {
  display: flex;
  min-height: 0;
}
.pf-db-sidebar {
  width: 30px;
  flex-shrink: 0;
  background: var(--surface-raised);
  border-right: 1px solid var(--border-subtle);
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-db-sidebar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
}
.pf-db-content {
  flex: 1;
  padding: 8px;
  min-width: 0;
}
.pf-db-topbar {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}
.pf-db-topbar__range {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.58rem;
  color: var(--text-muted);
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 4px;
  padding: 2px 6px;
}
.pf-db-topbar__tabs {
  display: flex;
  gap: 2px;
}
.pf-db-topbar__tab {
  font-size: 0.58rem;
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--text-muted);
  font-weight: 500;
}
.pf-db-topbar__tab--active {
  background: var(--brand-primary);
  color: #fff;
  font-weight: 700;
}
.pf-db-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5px;
  margin-bottom: 8px;
}
.pf-db-stat {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 7px;
}
.pf-db-stat__label {
  font-size: 0.5rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-stat__value {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-main {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}
.pf-db-chart {
  flex: 1;
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 8px;
  min-width: 0;
}
.pf-db-chart__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-chart__area {
  position: relative;
  height: 56px;
}
.pf-db-bars {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.pf-db-bar {
  flex: 1;
  background: rgba(126, 155, 228, 0.6);
  border-radius: 2px 2px 0 0;
}
.pf-db-aside {
  width: 115px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.pf-db-notif {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
  flex: 1;
}
.pf-db-notif__title {
  font-size: 0.55rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}
.pf-db-notif__row {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 0;
  border-bottom: 1px solid var(--border-subtle);
}
.pf-db-notif__row:last-child {
  border-bottom: none;
}
.pf-db-notif__dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pf-db-notif__text {
  font-size: 0.52rem;
  color: var(--text-muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-conversion {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-conversion__label {
  font-size: 0.48rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-muted);
  margin-bottom: 2px;
}
.pf-db-conversion__value {
  font-size: 1rem;
  font-weight: 800;
  color: var(--brand-primary);
  letter-spacing: -0.03em;
}
.pf-db-conversion__sub {
  font-size: 0.48rem;
  color: var(--text-muted);
}
.pf-db-subs {
  background: var(--surface-raised);
  border: 1px solid var(--border-subtle);
  border-radius: 6px;
  padding: 6px 8px;
}
.pf-db-subs__title {
  font-size: 0.58rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 6px;
}
.pf-db-subs__row {
  display: flex;
  gap: 4px;
}
.pf-db-sub {
  flex: 1;
  min-width: 0;
}
.pf-db-sub__label {
  font-size: 0.48rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-weight: 600;
  margin-bottom: 2px;
}
.pf-db-sub__value {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--text-primary);
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pf-db-sub__delta {
  font-size: 0.48rem;
  font-weight: 600;
}
.pf-db-sub__delta--up {
  color: #4caf50;
}
.pf-db-sub__delta--down {
  color: #e53935;
}
.pf-features-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  padding: var(--space-3) 0;
}
@media (max-width: 1023px) {
  .pf-features-row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (min-width: 1024px) {
  .pf-features-row--reverse {
    direction: rtl;
  }
  .pf-features-row--reverse > * {
    direction: ltr;
  }
}
.pf-features-row__copy h3 {
  font-size: clamp(20px, 12vw, 28px);
  font-weight: 800;
  color: var(--text-primary);
  margin: 0 0 4px;
}
.pf-features-row__subtitle {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--brand-primary);
  margin-bottom: 12px;
}
.pf-features-row__text {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  margin-bottom: 16px;
}
.pf-features-row__bullets {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pf-features-row__bullet {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-primary);
}
.pf-features-row__bullet svg {
  color: var(--icon-accent);
  flex-shrink: 0;
}
@keyframes pf-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-cta-primary,
  .pf-soft-card,
  .pf-stat-card,
  .pf-free-tool-card,
  .pf-sticky-cta,
  .pf-mockup,
  .pf-mockup * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
@keyframes pf-ref-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes pf-ref-scale-in {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes pf-ref-line-grow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .pf-referral,
  .pf-referral *,
  .pf-referral *::before,
  .pf-referral *::after {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.pf-referral {
  background: #F3EDE7;
}
.pf-ref-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 480px) {
  .pf-ref-section {
    padding: 0 20px;
  }
}
.pf-ref-hero {
  padding: 100px 0 64px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .pf-ref-hero {
    padding: 80px 0 48px;
  }
}
.pf-ref-hero__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #ff8a65;
  margin-bottom: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.pf-ref-hero__line {
  width: 32px;
  height: 2px;
  background: #ff8a65;
  border-radius: 2px;
  transform-origin: left center;
  animation: pf-ref-line-grow 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__title {
  font-size: clamp(32px, 15vw, 56px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.025em;
  color: #3a4d55;
  margin: 0 0 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}
.pf-ref-hero__title-accent {
  color: #ff8a65;
}
.pf-ref-hero__subtitle {
  font-size: clamp(16px, 13.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: rgba(58, 77, 85, 0.7);
  max-width: 560px;
  margin: 0 auto 36px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both;
}
.pf-ref-hero__badges {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  animation: pf-ref-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
}
.pf-ref-hero__badge svg {
  opacity: 0.5;
}
.pf-ref-plans {
  padding: 48px 0 64px;
}
.pf-ref-plans__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
@media (max-width: 768px) {
  .pf-ref-plans__grid {
    grid-template-columns: 1fr;
    max-width: 480px;
    margin: 0 auto;
  }
}
.pf-ref-plan-card {
  background: #fff;
  border: 1.5px solid #E8E3DD;
  border-radius: 16px;
  padding: 40px 36px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  animation: pf-ref-scale-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.pf-ref-plan-card:nth-child(2) {
  animation-delay: 0.4s;
}
.pf-ref-plan-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.08);
  border-color: #D5CFC8;
}
@media (max-width: 480px) {
  .pf-ref-plan-card {
    padding: 32px 24px;
  }
}
.pf-ref-plan-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.pf-ref-plan-card__icon--classic {
  background: linear-gradient(135deg, rgba(0, 122, 204, 0.1), rgba(0, 122, 204, 0.05));
  color: #007acc;
}
.pf-ref-plan-card__icon--partner {
  background: linear-gradient(135deg, rgba(255, 138, 101, 0.12), rgba(255, 183, 77, 0.08));
  color: #ff8a65;
}
.pf-ref-plan-card__name {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(58, 77, 85, 0.7);
  margin: 0 0 8px;
}
.pf-ref-plan-card__amount {
  font-size: clamp(36px, 4vw, 48px);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #3a4d55;
  margin: 0 0 4px;
  line-height: 1.1;
}
.pf-ref-plan-card__amount-unit {
  font-size: 0.5em;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  letter-spacing: 0;
}
.pf-ref-plan-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(58, 77, 85, 0.7);
  margin: 16px 0 0;
}
.pf-ref-plan-card__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  padding: 14px 28px;
  border-radius: 12px;
  font-size: 0.92rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-plan-card__cta--primary {
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(255, 138, 101, 0.3);
}
.pf-ref-plan-card__cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 138, 101, 0.4);
  filter: brightness(1.05);
  color: #fff !important;
}
.pf-ref-plan-card__cta--secondary {
  background: #007acc;
  color: #fff !important;
  box-shadow: 0 4px 16px rgba(0, 122, 204, 0.25);
}
.pf-ref-plan-card__cta--secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 122, 204, 0.35);
  filter: brightness(1.08);
  color: #fff !important;
}
.pf-ref-steps {
  padding: 64px 0;
  background: var(--surface-card, #fff);
}
.pf-ref-steps__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 48px;
  letter-spacing: -0.02em;
}
.pf-ref-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (max-width: 768px) {
  .pf-ref-steps__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 420px;
    margin: 0 auto;
  }
}
.pf-ref-step {
  text-align: center;
  padding: 24px 16px;
}
.pf-ref-step__number {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 20px;
}
.pf-ref-step__title {
  font-size: 17px;
  font-weight: 700;
  color: #3a4d55;
  margin: 0 0 8px;
}
.pf-ref-step__text {
  font-size: 14px;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.6;
  margin: 0;
}
.pf-ref-faq {
  padding: 64px 0 80px;
}
.pf-ref-faq__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #3a4d55;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: -0.02em;
}
.pf-ref-faq__list {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.pf-ref-faq__item {
  border-radius: 8px;
  overflow: hidden;
  transition: background 0.2s ease;
}
.pf-ref-faq__item:hover {
  background: rgba(0, 0, 0, 0.015);
}
.pf-ref-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 18px 20px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #3a4d55;
  line-height: 1.4;
}
.pf-ref-faq__question:focus-visible {
  outline: 2px solid #007acc;
  outline-offset: -2px;
  border-radius: 8px;
}
.pf-ref-faq__chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #a8b4ba;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-faq__item--open .pf-ref-faq__chevron {
  transform: rotate(180deg);
  color: #ff8a65;
}
.pf-ref-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s cubic-bezier(0.16, 1, 0.3, 1), padding 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 0 20px;
}
.pf-ref-faq__item--open .pf-ref-faq__answer {
  max-height: 300px;
  padding: 0 20px 18px;
}
.pf-ref-faq__answer-text {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
}
.pf-ref-faq__answer-text a {
  color: #007acc;
  text-decoration: none;
  font-weight: 500;
}
.pf-ref-faq__answer-text a:hover {
  text-decoration: underline;
}
.pf-ref-faq__divider {
  height: 1px;
  background: #E8E3DD;
  margin: 0 20px;
}
.pf-ref-cta {
  padding: 64px 0 80px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  text-align: center;
  border-radius: 24px;
  max-width: 900px;
  margin: 0 auto 48px;
}
.pf-ref-cta__title {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}
.pf-ref-cta__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 480px;
  margin: 0 auto 32px;
  line-height: 1.5;
}
.pf-ref-cta__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 16px 36px;
  background: #fff;
  color: #3a4d55 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
.pf-ref-cta__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.2);
  color: #3a4d55;
}
.pf-ref-cta__arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.pf-ref-cta__button:hover .pf-ref-cta__arrow {
  transform: translateX(4px);
}
.related-content-block {
  padding: 3rem 0;
  background: var(--pblog-bg-alt, #f9fafb);
}
.related-content-block-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.related-comparisons-block {
  padding: 2rem 0;
}
#publicMain:has(.guide-pillar-page),
#publicMain:has(.guides-home-page) {
  overflow: visible !important;
}
.nc-instance .guides-home-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guides-home-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guides-home-header {
  text-align: center;
  margin-bottom: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
}
.guides-home-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
.guides-home-subtitle {
  font-size: 1.15rem;
  color: var(--pblog-text-muted, #6b7280);
  max-width: 600px;
  margin: 0 auto;
}
.guides-home-empty {
  text-align: center;
  padding: var(--pblog-xl, 3rem);
  color: var(--pblog-text-muted, #6b7280);
}
.nc-instance .guide-pillar-page {
  background: linear-gradient(to bottom, #1d1d1b 120px, var(--pblog-bg) 120px);
}
.guide-pillar-page {
  background-color: var(--pblog-bg);
  min-height: 100vh;
  color: var(--pblog-text);
  padding-top: 92px;
  padding-bottom: var(--pblog-xl, 3rem);
}
.guide-pillar-hero {
  text-align: center;
  padding: var(--pblog-xl, 3rem) 0;
}
.guide-pillar-hero h1 {
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: var(--pblog-sm, 0.5rem);
}
@media (max-width: 768px) {
  .guide-pillar-hero h1 {
    font-size: 2rem;
  }
}
.guide-pillar-hero-meta {
  color: var(--pblog-text-muted, #6b7280);
  font-size: 0.95rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
.guide-pillar-author {
  font-weight: 600;
  color: var(--pblog-text, #1a1a1a);
}
.guide-pillar-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--pblog-xl, 3rem);
  margin-top: var(--pblog-xl, 3rem);
}
@media (min-width: 992px) {
  .guide-pillar-layout.has-toc {
    grid-template-columns: 260px 1fr;
  }
}
.guide-pillar-toc {
  display: none;
  --blog-text-secondary: var(--pblog-text-secondary);
  --blog-text-primary: var(--pblog-text);
  --blog-text-muted: var(--pblog-text-muted);
  --blog-accent-color: var(--pblog-accent);
}
@media (min-width: 992px) {
  .guide-pillar-toc {
    display: block;
    position: sticky;
    top: 100px;
    align-self: start;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: 1rem;
    border-right: 1px solid var(--pblog-border, #e5e7eb);
  }
}
.guide-pillar-toc .blog-toc {
  max-height: calc(100vh - 8rem);
  overflow-y: auto;
  background-color: transparent;
  height: auto;
  line-height: normal;
  color: inherit;
  box-shadow: none;
  width: auto;
}
.guide-pillar-toc .blog-toc ul {
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc li {
  float: none;
  padding: 0;
  list-style: none;
}
.guide-pillar-toc .blog-toc a {
  color: var(--blog-text-secondary);
}
.guide-pillar-toc .blog-toc-title {
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--blog-text-muted);
  margin-bottom: 0.5rem;
}
.guide-pillar-toc .blog-toc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.guide-pillar-toc .blog-toc-item {
  margin-bottom: 2px;
}
.guide-pillar-toc .blog-toc-item a {
  display: block;
  padding: 5px 0 5px 12px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--blog-text-secondary);
  text-decoration: none;
  border-left: 2px solid transparent;
  transition: color 150ms ease, border-color 150ms ease;
}
.guide-pillar-toc .blog-toc-item a:hover {
  color: var(--blog-text-primary);
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--h3 a {
  padding-left: 24px;
  font-size: 0.825rem;
}
.guide-pillar-toc .blog-toc-item.blog-toc-item--active a {
  color: var(--blog-accent-color);
  border-left-color: var(--blog-accent-color);
  font-weight: 500;
}
.guide-pillar-content {
  min-width: 0;
}
.guide-pillar-spokes {
  margin-top: var(--pblog-xl, 3rem);
  padding-top: var(--pblog-xl, 3rem);
  border-top: 1px solid var(--pblog-border, #e5e7eb);
}
.guide-pillar-spokes-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: var(--pblog-lg, 1.5rem);
}
@keyframes nc-hero-fade-up {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes nc-hero-slide-left {
  from {
    opacity: 0;
    transform: translateX(48px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes nc-hero-bar-grow {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes nc-hero-notif-slide {
  from {
    opacity: 0;
    transform: translateX(20px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
@keyframes nc-hero-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes nc-fade-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .nc-hero-v2,
  .nc-hero-v2 *,
  .nc-hero-v2 *::before,
  .nc-hero-v2 *::after,
  .nc-section,
  .nc-section * {
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    transition-duration: 0.01ms !important;
  }
}
.nc-hero-v2 {
  background: #1d1d1b;
  position: relative;
  overflow: hidden;
}
.nc-hero-v2__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 40px 100px;
  display: grid;
  grid-template-columns: 55fr 45fr;
  gap: 64px;
  align-items: center;
}
@media (max-width: 1023px) {
  .nc-hero-v2__inner {
    grid-template-columns: 1fr;
    padding: 120px 24px 56px;
    gap: 48px;
  }
}
@media (max-width: 480px) {
  .nc-hero-v2__inner {
    padding: 104px 20px 40px;
    gap: 36px;
  }
}
.nc-hero-v2__title {
  font-size: clamp(36px, 19vw, 64px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0;
  color: #f5f5f0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
}
.nc-hero-v2__title-accent {
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nc-hero-v2__subtitle {
  font-size: clamp(17px, 12.4vw, 22px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin: 20px 0 0;
  max-width: 480px;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.12s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__subtitle {
    max-width: 100%;
  }
}
.nc-hero-v2__cta-group {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 36px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.22s both;
}
@media (max-width: 480px) {
  .nc-hero-v2__cta-group {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
}
.nc-hero-v2__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331 !important;
  font-size: 1.05rem;
  font-weight: 700;
  border-radius: 14px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: var(--cta-shadow);
}
.nc-hero-v2__cta:hover {
  transform: translateY(-2px);
  box-shadow: var(--cta-hover-shadow);
  filter: brightness(1.05);
  color: #333331 !important;
}
.nc-hero-v2__cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(139, 92, 246, 0.25);
}
.nc-hero-v2__cta:focus-visible {
  outline: none;
  box-shadow: var(--cta-shadow), 0 0 0 3px rgba(139, 92, 246, 0.3);
}
.nc-hero-v2__cta-arrow {
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta:hover .nc-hero-v2__cta-arrow {
  transform: translateX(4px);
}
.nc-hero-v2__cta-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 28px;
  background: transparent;
  color: #e5e5df !important;
  font-size: 1.05rem;
  font-weight: 600;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #444442;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}
.nc-hero-v2__cta-ghost:hover {
  border-color: #9b9b96;
  background: rgba(42, 42, 39, 0.6);
  color: #f5f5f0 !important;
}
.nc-hero-v2__cta-ghost:active {
  background: #2a2a27;
}
.nc-hero-v2__reassurance {
  font-size: 0.82rem;
  color: #8a8a85;
  margin: 14px 0 0;
  animation: nc-hero-fade-up 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
}
.nc-hero-v2__visual {
  animation: nc-hero-slide-left 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.15s both;
}
@media (max-width: 1023px) {
  .nc-hero-v2__visual {
    max-width: 440px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .nc-hero-v2__visual-float {
    animation: nc-hero-float 6s ease-in-out infinite;
    animation-delay: 1.5s;
  }
}
.nc-hero-storefront {
  position: relative;
  background: #333331;
  border-radius: 16px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  overflow: hidden;
}
.nc-hero-storefront__image {
  position: relative;
  height: 100px;
  overflow: hidden;
}
@media (max-width: 480px) {
  .nc-hero-storefront__image {
    height: 80px;
  }
}
.nc-hero-storefront__image::before,
.nc-hero-storefront__image::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}
.nc-hero-storefront__image::before {
  width: 120px;
  height: 120px;
  right: -20px;
  top: -30px;
  background: #8B5CF6;
}
.nc-hero-storefront__image::after {
  width: 80px;
  height: 80px;
  left: 30%;
  bottom: -20px;
  background: #A78BFA;
}
.nc-hero-storefront__image-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.3) 0%, rgba(167, 139, 250, 0.15) 50%, transparent 80%), #2a2a27;
}
.nc-hero-storefront__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  animation: nc-hero-fade-up 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s both;
}
.nc-hero-storefront__body {
  padding: 20px 24px 24px;
}
.nc-hero-storefront__category {
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8B5CF6;
  margin-bottom: 6px;
}
.nc-hero-storefront__name {
  font-size: 1.25rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.nc-hero-storefront__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
}
.nc-hero-storefront__rating-count {
  font-size: 0.72rem;
  color: #8a8a85;
  margin-left: 6px;
}
.nc-hero-storefront__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin-bottom: 20px;
}
.nc-hero-storefront__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  border-top: 1px solid #444442;
}
.nc-hero-storefront__price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.nc-hero-storefront__price-amount {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f5f5f0;
  letter-spacing: -0.02em;
}
.nc-hero-storefront__price-period {
  font-size: 0.82rem;
  color: #8a8a85;
}
.nc-hero-storefront__buy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 8px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  font-size: 0.88rem;
  font-weight: 700;
  cursor: default;
}
.nc-hero-storefront__sold-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  background: #2a2a27;
  border-radius: 999px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
  border: 1px solid #444442;
  font-size: 0.75rem;
  font-weight: 600;
  color: #f5f5f0;
  white-space: nowrap;
  animation: nc-hero-notif-slide 0.6s cubic-bezier(0.16, 1, 0.3, 1) 1s both;
}
@media (max-width: 480px) {
  .nc-hero-storefront__sold-badge {
    top: -6px;
    right: -4px;
    padding: 6px 10px;
    font-size: 0.7rem;
  }
}
.nc-hero-storefront__sold-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
  animation: nc-pulse 2s ease-in-out infinite;
}
@keyframes nc-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.nc-trust-strip {
  background: #232321;
  padding: 24px 40px;
}
@media (max-width: 480px) {
  .nc-trust-strip {
    padding: 20px 20px;
  }
}
.nc-trust-strip__row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nc-trust-strip__label {
  font-size: 0.78rem;
  font-weight: 500;
  color: #8a8a85;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.nc-trust-strip__sep {
  width: 1px;
  height: 20px;
  background: #444442;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .nc-trust-strip__sep {
    display: none;
  }
}
.nc-trust-strip__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}
.nc-trust-strip__logo {
  height: 22px;
  opacity: 0.7;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s;
}
.nc-trust-strip__logo:hover {
  opacity: 0.7;
}
@media (max-width: 600px) {
  .nc-trust-strip__logo {
    height: 18px;
  }
}
.nc-section {
  padding: 80px 40px;
}
@media (max-width: 1023px) {
  .nc-section {
    padding: 56px 24px;
  }
}
@media (max-width: 480px) {
  .nc-section {
    padding: 40px 20px;
  }
}
.nc-section--base {
  background: #1d1d1b;
  color: #e5e5df;
}
.nc-section--elevated {
  background: #232321;
  color: #e5e5df;
}
.nc-section--card {
  background: #2a2a27;
  color: #e5e5df;
}
.nc-section--light {
  background: #F8FAFC;
  color: #1E293B;
}
.nc-section--light .nc-section__title {
  color: #1E293B;
}
.nc-section--light .nc-section__subtitle {
  color: #475569;
}
.nc-section--light .nc-value-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--light .nc-value-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--light .nc-value-card__title {
  color: #1E293B;
}
.nc-section--light .nc-value-card__sub {
  color: #475569;
}
.nc-section--light .nc-value-card__list li {
  color: #1E293B;
}
.nc-section--accent-cool {
  background: #dfedee;
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-section__subtitle {
  color: #475569;
}
.nc-section--accent-cool .nc-feature-card {
  background: #ffffff;
  border-color: #E2E8F0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.04);
}
.nc-section--accent-cool .nc-feature-card:hover {
  border-color: #5ca4a9;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.nc-section--accent-cool .nc-feature-card__title {
  color: #1E293B;
}
.nc-section--accent-cool .nc-feature-card__desc {
  color: #475569;
}
.nc-section--accent-warm {
  background: #ffdab9;
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__title {
  color: #1E293B;
}
.nc-section--accent-warm .nc-section__subtitle {
  color: #475569;
}
.nc-section__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.nc-section__title {
  font-size: clamp(28px, 13.5vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #f5f5f0;
  margin: 0 0 12px;
}
.nc-section__subtitle {
  font-size: clamp(16px, 11.2vw, 20px);
  font-weight: 400;
  line-height: 1.5;
  color: #9b9b96;
  margin-top: 0;
  margin-bottom: 48px;
  max-width: 600px;
}
.nc-section__title--center,
.nc-section__subtitle--center {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nc-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-value-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.nc-value-card {
  background: #333331;
  border: 1px solid #444442;
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-value-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-value-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  color: #333331;
  margin-bottom: 20px;
}
.nc-value-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 4px;
}
.nc-value-card__sub {
  font-size: 0.88rem;
  color: #8a8a85;
  margin: 0 0 20px;
}
.nc-value-card__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nc-value-card__list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  color: #e5e5df;
  padding: 8px 0;
  border-top: 1px solid rgba(68, 68, 66, 0.5);
}
.nc-value-card__list li svg {
  flex-shrink: 0;
  color: #8B5CF6;
  opacity: 0.8;
}
.nc-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  .nc-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .nc-feature-grid {
    grid-template-columns: 1fr;
  }
}
.nc-feature-card {
  padding: 28px 24px;
  border-radius: 16px;
  border: 1px solid #444442;
  background: #333331;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.nc-feature-card:hover {
  border-color: #8a8a85;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
.nc-feature-card__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(139, 92, 246, 0.12);
  color: #8B5CF6;
  margin-bottom: 16px;
}
.nc-feature-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #f5f5f0;
  margin: 0 0 6px;
}
.nc-feature-card__desc {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #9b9b96;
  margin: 0;
}
.nc-divider-coral {
  border: none;
  height: 2px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  max-width: 120px;
  margin: 0 auto 48px;
  border-radius: 1px;
}
.nc-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .nc-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.features img.responsive-img {
  max-width: 125px;
}
.landing-basic-page .feature-wrapper:hover,
.home-page .feature-wrapper:hover,
.home-page-noCode .feature-wrapper:hover,
.landing-page-ecommerce .feature-wrapper:hover,
.landing-page-payment .feature-wrapper:hover,
.landing-page-stripe .feature-wrapper:hover,
.landing-page-subscription .feature-wrapper:hover {
  background-color: #f0f0f0;
  border-radius: 8px;
}
@media only screen and (min-width: 993px) {
  .landing-basic-page .feature-wrapper,
  .home-page .feature-wrapper,
  .home-page-noCode .feature-wrapper,
  .landing-page-ecommerce .feature-wrapper,
  .landing-page-payment .feature-wrapper,
  .landing-page-stripe .feature-wrapper,
  .landing-page-subscription .feature-wrapper {
    padding: 1em;
  }
}
.landing-basic-page .feature-wrapper img.responsive-img,
.home-page .feature-wrapper img.responsive-img,
.home-page-noCode .feature-wrapper img.responsive-img,
.landing-page-ecommerce .feature-wrapper img.responsive-img,
.landing-page-payment .feature-wrapper img.responsive-img,
.landing-page-stripe .feature-wrapper img.responsive-img,
.landing-page-subscription .feature-wrapper img.responsive-img {
  max-height: 110px;
}
.landing-basic-page .title,
.home-page-noCode .title {
  font-size: 4em;
  line-height: 1.2em;
}
.landing-basic-page .subtitle,
.home-page-noCode .subtitle {
  font-size: 2em;
}
.landing-basic-page .showcase-video,
.home-page-noCode .showcase-video {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .landing-basic-page .showcase-video,
  .home-page-noCode .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 300px;
  }
}
.home-page .text-wrapper,
.home-page .video-wrapper {
  display: inline-block;
  width: 100%;
}
.home-page .showcase-video {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px;
}
@media only screen and (min-width: 601px) {
  .home-page .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 300px;
  }
}
.home-page .signupFormWrapper input {
  font-size: 1.1em !important;
  color: #3a4d55 !important;
}
.home-page [type='checkbox'] + span:not(.lever) {
  font-size: 14px;
  line-height: 22px;
}
.maintenance-page {
  height: 95vh;
}
.maintenance-page .justify-content-center {
  justify-content: center;
}
.landing-page-ecommerce .text-wrapper,
.landing-page-payment .text-wrapper,
.landing-page-stripe .text-wrapper,
.landing-page-subscription .text-wrapper,
.landing-page-ecommerce .video-wrapper,
.landing-page-payment .video-wrapper,
.landing-page-stripe .video-wrapper,
.landing-page-subscription .video-wrapper {
  display: inline-block;
  width: 100%;
}
.landing-page-ecommerce .showcase-video,
.landing-page-payment .showcase-video,
.landing-page-stripe .showcase-video,
.landing-page-subscription .showcase-video {
  max-width: 100%;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 15px;
}
@media only screen and (min-width: 993px) {
  .landing-page-ecommerce .showcase-video,
  .landing-page-payment .showcase-video,
  .landing-page-stripe .showcase-video,
  .landing-page-subscription .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 250px;
  }
}
.landing-page-ecommerce .signupFormWrapper input,
.landing-page-payment .signupFormWrapper input,
.landing-page-stripe .signupFormWrapper input,
.landing-page-subscription .signupFormWrapper input {
  font-size: 1.2em !important;
  color: #3a4d55 !important;
}
.signup-page .signupFormWrapper input {
  height: 2.5rem !important;
  color: #3a4d55 !important;
}
.testimonials-page img.responsive-img {
  max-width: 100%;
  border-radius: 50%;
}
.testimonials-page .text-wrapper,
.testimonials-page .video-wrapper {
  display: inline-block;
  width: 100%;
  padding: 2em 0;
}
@media only screen and (min-width: 601px) {
  .testimonials-page .text-wrapper,
  .testimonials-page .video-wrapper {
    padding: 2em;
  }
}
.testimonials-page .showcase-video {
  max-width: 100%;
}
@media only screen and (min-width: 993px) {
  .testimonials-page .showcase-video {
    width: 100%;
    max-width: 800px;
    min-height: 450px;
  }
}
.testimonials-page .signupFormWrapper input {
  font-size: 1.2em !important;
  color: #3a4d55 !important;
}
.testimonials-page .category-card {
  padding: 1em !important;
  cursor: pointer;
}
.testimonials-page .category-card i {
  margin-right: 10px;
}
.testimonials-page .category-card.active {
  background-color: #009688;
  color: #fafafa;
}
@media only screen and (min-width: 601px) {
  .testimonials-page .hide-tablet-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .testimonials-page .testimonial-category-slider {
    height: 650px;
  }
  .testimonials-page .slider-list {
    height: 450px !important;
  }
}
@media only screen and (max-width: 600px) {
  .testimonials-page .hide-mobile {
    display: none;
  }
  .testimonials-page .dropdown-content {
    width: 75vw !important;
    left: -75vw !important;
  }
  .testimonials-page .slider-list {
    height: 550px !important;
  }
}
.pf-free-tool-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 12px;
}
.pf-free-tool-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.pf-soft-card {
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  min-height: 260px;
  transition: box-shadow 0.2s ease;
}
.pf-soft-card:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.agent-carousel {
  position: relative;
  overflow: hidden;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.agent-carousel__track {
  display: flex;
  transition: transform 0.4s ease;
}
.agent-carousel__slide {
  flex: 0 0 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 768px) {
  .agent-carousel__slide {
    flex-direction: column;
    gap: 16px;
  }
}
.agent-carousel__image {
  flex: 0 0 auto;
  border-radius: 16px;
  object-fit: cover;
}
.agent-carousel__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}
.agent-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.agent-carousel__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease;
}
.agent-carousel__dot.active {
  background: #ff8a65;
}
.agent-carousel__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.agent-carousel__arrow:hover {
  border-color: #007acc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.agent-carousel__arrow svg {
  width: 16px;
  height: 16px;
  color: #3a4d55;
}
.pf-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding-bottom: 4px;
}
.pf-tabs::-webkit-scrollbar {
  display: none;
}
.pf-tab {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.88rem;
  color: var(--text-secondary);
  border: 1.5px solid var(--border-default);
  background: transparent;
  border-radius: 999px;
  white-space: nowrap;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.pf-tab.active {
  background: var(--brand-primary) !important;
  color: #fff !important;
  border-color: var(--brand-primary) !important;
}
.pf-tab:hover:not(.active) {
  border-color: var(--brand-primary);
  color: var(--text-primary);
  background: var(--surface-highlight, color-mix(in srgb, var(--brand-primary) 6%, transparent));
}
.pf-hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 500;
}
@media (max-width: 480px) {
  .pf-hero-trust {
    gap: 10px;
    font-size: 0.8rem;
  }
}
.integration-strip {
  overflow: hidden;
  position: relative;
  padding: 24px 0;
}
.integration-strip__track {
  display: flex;
  gap: 48px;
  align-items: center;
  animation: scrollLogos 30s linear infinite;
  width: max-content;
}
.integration-strip__track:hover {
  animation-play-state: paused;
}
.integration-strip__logo {
  height: 40px;
  max-width: 120px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.integration-strip__logo:hover {
  filter: grayscale(0%);
  opacity: 1;
}
.integration-strip__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  z-index: 1;
  pointer-events: none;
}
.integration-strip__fade--left {
  left: 0;
  background: linear-gradient(to right, #F3EDE7, transparent);
}
.integration-strip__fade--right {
  right: 0;
  background: linear-gradient(to left, #F3EDE7, transparent);
}
@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.testimonial-carousel__page {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media only screen and (min-width: 993px) {
  .testimonial-carousel__page {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pf-signup-modern input[type='text'],
.pf-signup-modern input[type='email'] {
  border: 1.5px solid #d1d5db !important;
  border-radius: 8px !important;
  padding: 12px 14px !important;
  background: #fff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  width: 100% !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.pf-signup-modern input[type='text']:focus,
.pf-signup-modern input[type='email']:focus {
  border-color: #007acc !important;
  box-shadow: 0 0 0 2px rgba(0, 122, 204, 0.15) !important;
}
.pf-signup-modern .col.margin-bottom-1 {
  margin-bottom: 20px !important;
}
.pf-intermediate-cta {
  text-align: center;
  padding: 32px 16px;
}
.pf-intermediate-cta .pf-intermediate-cta__sub {
  color: #a8b4ba;
  font-size: 14px;
  margin-top: 8px;
}
.pf-target-page {
  background: var(--surface-page);
}
.pf-target-page .pf-target-hero {
  padding-top: clamp(48px, 6vw, 80px);
  padding-bottom: 32px;
}
.pf-target-page .pf-target-hero-bullets {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.pf-target-page .pf-target-hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  font-size: 16px;
  color: var(--text-primary);
  line-height: 1.5;
}
.pf-target-page .pf-target-hero-bullets li .icon-accent {
  color: var(--brand-primary);
  margin-top: 3px;
}
.pf-target-page .pf-target-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 768px) {
  .pf-target-page .pf-target-pain-grid {
    grid-template-columns: 1fr;
  }
}
.pf-target-page .pf-target-pain-card {
  padding: 24px;
  text-align: left;
}
.pf-target-page .pf-target-pain-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--icon-accent-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  color: var(--icon-accent);
}
.pf-target-page .pf-target-pain-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.pf-target-page .pf-target-pain-text {
  font-size: 15px;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0;
}
.pf-target-page .pf-target-usecases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
.pf-target-page .pf-target-usecase-card {
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.pf-target-page .pf-target-usecase-card p {
  margin: 0;
  font-size: 15px;
  color: var(--text-primary);
  line-height: 1.5;
}
.pf-target-page .pf-target-usecase-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--brand-gradient);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.pf-target-page .pf-target-cta-banner {
  background: var(--surface-muted);
  padding: 40px 16px;
}
.pf-target-page .pf-target-cta-headline {
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 8px;
}
.pf-target-page .pf-target-cta-intro {
  font-size: 16px;
  color: var(--text-secondary);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.6;
}
.pf-target-page .pf-target-related-grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 560px;
  margin: 24px auto 0;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
.pf-target-page .pf-target-related-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;
  color: #3a4d55;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
  border-bottom: 1px solid #E8E3DD;
}
.pf-target-page .pf-target-related-link:last-child {
  border-bottom: none;
}
.pf-target-page .pf-target-related-link:hover {
  background-color: #F3EDE7;
  color: #007acc;
  text-decoration: none;
}
.pf-target-page .pf-target-related-link:hover .pf-target-related-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.pf-target-page .pf-target-related-arrow {
  font-size: 16px;
  opacity: 0.35;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.pf-compare-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  max-width: 640px;
  margin: 0 auto;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}
@media (max-width: 600px) {
  .pf-compare-grid {
    grid-template-columns: 1fr;
  }
}
.pf-compare-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 18px;
  color: #3a4d55;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid #E8E3DD;
  border-right: 1px solid #E8E3DD;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.pf-compare-link:nth-child(2n) {
  border-right: none;
}
.pf-compare-link:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 600px) {
  .pf-compare-link {
    border-right: none;
  }
  .pf-compare-link:last-child {
    border-bottom: none;
  }
  .pf-compare-link:nth-last-child(2) {
    border-bottom: 1px solid #E8E3DD;
  }
}
.pf-compare-link:hover {
  background-color: #F3EDE7;
  color: #007acc;
  text-decoration: none;
}
.pf-compare-link:hover .pf-compare-arrow {
  opacity: 1;
  transform: translateX(3px);
}
.pf-compare-arrow {
  font-size: 14px;
  opacity: 0.3;
  transition: opacity 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
  margin-left: 8px;
}
.pf-audience-section {
  padding: 3rem 0;
}
.pf-audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
@media (max-width: 900px) {
  .pf-audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .pf-audience-grid {
    grid-template-columns: 1fr;
  }
}
.pf-audience-card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  background: #fff;
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
  position: relative;
}
.pf-audience-card:hover {
  border-color: #007acc;
  box-shadow: 0 4px 20px rgba(0, 122, 204, 0.1);
  transform: translateY(-2px);
}
.pf-audience-card:hover .pf-audience-card__arrow {
  opacity: 1;
  transform: translateX(0);
}
.pf-audience-card:hover .pf-audience-card__icon {
  color: #007acc;
}
.pf-audience-card__icon {
  color: #3a4d55;
  margin-bottom: 12px;
  transition: color 0.2s;
}
.pf-audience-card__label {
  font-size: 1.05rem;
  font-weight: 700;
  color: #3a4d55;
  margin-bottom: 6px;
}
.pf-audience-card__desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: #3a4d55;
  flex: 1;
}
.pf-audience-card__arrow {
  display: flex;
  align-items: center;
  margin-top: 12px;
  color: #007acc;
  opacity: 0;
  transform: translateX(-6px);
  transition: opacity 0.2s, transform 0.2s;
}
.shopping-cart-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.shopping-cart-container hr {
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .shopping-cart-container .shopping-cart-items {
    overflow: auto;
  }
}
.shopping-cart-header {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.shopping-cart-header h5 {
  text-align: center;
}
.shopping-cart-body {
  padding: 0 1em;
  display: flex;
  flex-direction: column;
}
.shopping-cart-body .collapsible {
  border: none;
  box-shadow: none;
}
.shopping-cart-body .collapsible .collapsible-header {
  border: none;
}
.shopping-cart-body .collapsible .collapsible-body {
  border: none;
  padding: 0;
}
@media only screen and (max-width: 600px) {
  .shopping-cart-body {
    padding: 10px;
  }
}
@media only screen and (min-width: 601px) {
  .shopping-cart-body-desktopTablet-height {
    height: 70vh;
  }
}
.shopping-cart-summary {
  border-top: solid 1px #979797;
  padding: 10px 0;
}
.shopping-cart-summary .promo-code {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
.shopping-cart-summary .info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 10px 0;
}
.s-quantity-input-minus,
.s-quantity-input-plus {
  cursor: pointer;
  padding-top: 8px;
  height: 42px;
}
.inactive > .s-quantity-input-minus,
.inactive > .s-quantity-input-plus {
  cursor: default;
}
.s-quantity-input-minus {
  text-align: right;
}
.s-quantity-input-plus {
  text-align: left;
  margin-left: auto;
}
.s-quantity-input-value {
  font-size: 1.4em;
  width: 10%;
  padding-top: 3px;
  height: 42px;
  text-align: center;
  margin-left: auto;
}
.background-purple {
  background: linear-gradient(130deg, #6964e0, #007acc);
}
.background-yellow {
  background: linear-gradient(130deg, #ffb74d, #ffe66d);
}
.background-rainbow {
  background: linear-gradient(130deg, #e57373, #ffb74d);
}
.background-basic {
  background-color: var(--surface-muted);
}
.background-classic {
  background-color: var(--surface-raised);
}
.background-hero {
  background: linear-gradient(135deg, #e155c0, #ffb74d);
}
.background-green {
  background-color: #e0efe0;
}
.background-grey {
  background-color: #DDD7D0;
}
.line-purple {
  border-bottom: solid 2px #6964e0;
}
.outline-purple {
  outline: solid 2px #6964e0;
}
.outline-rainbow {
  position: relative;
}
.outline-rainbow > .content-wrapper {
  position: relative;
  z-index: 1;
}
.outline-rainbow::before {
  content: '';
  position: absolute;
  top: -2px;
  /* Adjust based on your needs */
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 0;
  /* Try changing this */
  border-radius: inherit;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  pointer-events: none;
  /* so it doesn't interfere with clicks */
}
/* Primary PayFacile underline – used via getInstanceStyling().primaryUnderline */
.pf-underline-rainbow {
  position: relative;
  display: inline-block;
}
.pf-underline-rainbow::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(130deg, #e57373, #ffb74d);
  pointer-events: none;
}
/* PF styling */
.pf-underline {
  border-bottom: 5px solid #6964e0;
  padding-bottom: 5px;
}
.pf-underline-white {
  border-bottom: 5px solid white;
  padding-bottom: 5px;
}
.pf-underline-rainbow {
  border-bottom: 5px solid;
  border-image: linear-gradient(130deg, #e57373, #ffb74d);
  padding-bottom: 5px;
}
.border-purple {
  border: solid 2px #007acc !important;
  border-radius: 20px !important;
}
.border-peach {
  border: solid 2px #A78BFA !important;
  border-radius: 20px !important;
}
.noCode-bg-dark {
  background-color: #1d1d1b;
}
.nc-public-page {
  background-color: #F8FAFC;
  color: #1E293B;
}
.noCode-bg-light1 {
  background-color: #dfedee;
}
.noCode-bg-light1.gradient {
  background: linear-gradient(90deg, #dfedee, white);
}
.noCode-bg-light2 {
  background-color: #ffdab9;
}
.noCode-bg-light2.gradient {
  background: linear-gradient(90deg, #ffdab9, white);
}
.noCode-bg-light3 {
  background-color: #d0e8e4;
}
.noCode-bg-light3.gradient {
  background: linear-gradient(90deg, #d0e8e4, white);
}
.noCode-bg-light4 {
  background-color: #ffe5b4;
}
.noCode-bg-light4.gradient {
  background: linear-gradient(90deg, #ffe5b4, white);
}
.noCode-bg-light5 {
  background-color: #A78BFA;
}
.noCode-bg-light5.gradient {
  background: linear-gradient(90deg, #A78BFA, white);
}
.noCode-bg-secondary {
  background-color: #8B5CF6;
}
.nocode-outline {
  position: relative;
}
.nocode-outline > .content-wrapper {
  position: relative;
  z-index: 1;
}
.nocode-outline::before {
  content: '';
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  z-index: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  /* Soft pink to peach gradient */
  pointer-events: none;
}
/* NoCode primary underline – used via getInstanceStyling().primaryUnderline */
.nocode-underline {
  position: relative;
  display: inline-block;
}
.nocode-underline::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.25em;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8B5CF6, #A78BFA);
  pointer-events: none;
}
.nocode-underline {
  border-bottom: 5px solid;
  border-image: linear-gradient(135deg, #8B5CF6, #A78BFA) 1 !important;
  padding-bottom: 5px;
}
.border-radius-round {
  border-radius: 30px !important;
}
.border-radius-2px {
  border-radius: 2px !important;
}
.border-radius-8px {
  border-radius: 8px !important;
}
.border-radius-top {
  border-radius: 6px 6px 0 0;
}
.border-radius-bottom {
  border-radius: 0 0 6px 6px;
}
.border-light {
  border: solid 1px lightgray !important;
  border-radius: 20px !important;
}
.border-green {
  border: solid 1px #66b266;
  border-radius: 20px;
}
.no-border {
  border: none !important;
}
.border-top-down {
  border-top: solid 1px lightgray;
  border-bottom: solid 1px lightgray;
}
.border-top {
  border-top: solid 1px lightgray;
}
.border-top-yellow {
  border-top: solid 1em #ffe66d;
}
.border-bottom {
  border-bottom: solid 1px lightgray;
}
.border-left {
  border-left: solid 1px lightgray;
}
.border-right {
  border-right: solid 1px lightgray;
}
@media only screen and (min-width: 993px) {
  .border-left-desktop {
    border-left: solid 2px rgba(58, 77, 85, 0.7);
  }
}
.text-align-left {
  text-align: left !important;
}
.right-0 {
  right: 0;
}
.right-9 {
  right: -9px;
}
.right-minus-20 {
  right: -20px;
}
.input-field .input-suffix-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
}
.emoji {
  padding-left: 5px;
  max-width: 25px;
}
.emoji-mini {
  padding-left: 5px;
  max-width: 18px;
}
.emoji-large {
  padding-left: 10px;
  max-width: 40px;
}
.emoji-giant {
  padding-left: 10px;
  max-width: 60px;
}
.pointer:hover {
  cursor: pointer;
}
.hidden {
  display: none;
}
.z-index-top {
  z-index: 999;
}
.z-index-top-8 {
  z-index: 998;
}
.z-index-one {
  z-index: 1;
}
.settings-button {
  width: 100%;
  margin-top: 1em;
}
.upload-btn {
  cursor: pointer;
  padding: 5em;
  border: #3a4d55 dashed 2px;
  border-radius: 4px;
  background-color: white;
}
.upload-btn:focus {
  color: white;
  background: gray;
}
.file-upload-clear {
  cursor: pointer;
}
.input-filled-in > p > label {
  color: #444;
}
.input-field label {
  font-size: 0.9rem;
  color: #777 !important;
}
input {
  color: #3a4d55 !important;
}
input.datepicker {
  width: auto !important;
}
.input-field input[type='text'],
input[type='text']:not(.browser-default) {
  font-size: 1em;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#autocompleteBillingAddress,
#autocompleteDeliveryAddress {
  border: solid 1px lightgray;
  border-radius: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
}
#autocompleteBillingAddress input,
#autocompleteDeliveryAddress input {
  border: none;
  margin-bottom: 0;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.video-loader {
  background: url(https://payfacile-prod.s3.eu-west-1.amazonaws.com/internal/loader.svg) center center no-repeat;
}
.domain-loader-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.domain-loader {
  height: 200px;
  width: 200px;
}
@media only screen and (max-width: 600px) {
  .input-field .prefix.hide-on-small-only ~ input,
  .input-field .prefix.hide-on-small-and-down ~ input {
    width: 100%;
  }
  .input-field .prefix.hide-on-small-only ~ label,
  .input-field .prefix.hide-on-small-and-down ~ label,
  .input-field .prefix.hide-on-small-only ~ input,
  .input-field .prefix.hide-on-small-and-down ~ input {
    margin-left: 0;
  }
}
.help-block {
  margin: auto;
  color: rgba(58, 77, 85, 0.7);
  font-style: italic;
}
.fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: 0 0px 0px 1px rgba(0, 0, 0, 0.16);
}
.list-table-card {
  position: relative;
  overflow: auto;
  min-height: 30rem;
  min-width: 100%;
}
.list-table-card th.sortable,
.list-table-card td {
  min-width: 100px;
  padding: 5px;
}
.list-table-card .td-checkbox {
  width: 60px !important;
  min-width: 20px !important;
}
.list-table-card th:first-child,
.list-table-card td:first-child {
  width: 10%;
}
.list-table-card tr:hover,
.list-table-card td:hover {
  cursor: pointer;
}
.page-title-widget {
  width: 100%;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  text-align: center;
  margin-top: 10px;
}
.page-title-widget a.btn,
.page-title-widget span.btn-new,
.page-title-widget i,
.page-title-widget a.btn-large,
.page-title-widget a.btn-small {
  margin: auto;
}
@media only screen and (min-width: 601px) {
  .page-title-widget {
    text-align: left;
  }
  .page-title-widget a.btn,
  .page-title-widget span.btn-new,
  .page-title-widget a.btn-large,
  .page-title-widget a.btn-small {
    margin-right: 1em;
  }
  .page-title-widget i {
    margin: 0;
  }
}
.page-title-wrapper {
  padding: 0 5px;
}
@media only screen and (min-width: 601px) {
  .page-title-wrapper {
    width: auto;
  }
}
.page-title {
  color: #3a4d55;
  font-size: 1.2em;
  width: 100%;
  letter-spacing: 0.6px;
  word-break: break-word;
}
.page-subtitle {
  color: rgba(58, 77, 85, 0.7);
}
/* Row grid */
.pricing-row {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--border, rgba(0, 0, 0, 0.08));
}
.pricing-row:last-child {
  border-bottom: 0;
}
.pricing-row .label {
  color: var(--text-muted, #6b7c86);
}
.pricing-row-fee .label {
  color: inherit;
  opacity: 0.9;
}
.pricing-row .value {
  text-align: right;
  font-variant-numeric: tabular-nums;
}
.final-price-container {
  padding: 8px 0;
  margin-top: 16px;
}
.final-price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0;
}
.final-price__header {
  display: flex;
  align-items: center;
}
.final-price__label {
  font-size: 0.8rem;
  color: var(--text-muted, #6b7c86);
  font-weight: 500;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.final-price__value {
  display: flex;
  align-items: baseline;
  gap: 8px;
  flex-wrap: wrap;
  line-height: 1.2;
}
.final-price__amount {
  font-size: clamp(1.6rem, 3.5vw, 2.2rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  color: var(--text-primary, #1a1a1a);
  line-height: 1.1;
}
.final-price__subline {
  font-size: 0.95rem;
  color: var(--text-muted, #6b7c86);
  white-space: nowrap;
  font-weight: 400;
  align-self: flex-end;
  padding-bottom: 0.15em;
}
.final-price__then {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-muted, #6b7c86);
  margin-top: 4px;
}
.final-price__then-text {
  font-weight: 400;
}
.final-price__then-amount {
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  color: var(--text-primary, #1a1a1a);
}
.final-price__then-cadence {
  font-weight: 400;
}
/* Section divider */
.section-divider {
  margin: 12px 0;
  border: none;
  border-top: 1px solid var(--border, rgba(0, 0, 0, 0.12));
}
/* Sticky tax toggle on mobile */
.tax-toggle.sticky-mobile {
  position: sticky;
  top: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  background: var(--surface, #fff);
  z-index: 1;
}
@media (min-width: 992px) {
  .tax-toggle.sticky-mobile {
    position: static;
  }
}
/* Pricing pulse on update */
.price-animate {
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.price-pulse {
  opacity: 0.35;
  transform: translateY(-2px);
}
/* stock thresholds */
.stock-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 0.85rem;
}
.stock-chip[data-level='ok'] {
  background: color-mix(in srgb, #81c784 16%, transparent);
  border: 1px solid color-mix(in srgb, #81c784 36%, transparent);
}
.stock-chip[data-level='warn'] {
  background: color-mix(in srgb, #ffe66d 16%, transparent);
  border: 1px solid color-mix(in srgb, #ffe66d 36%, transparent);
}
.stock-chip[data-level='danger'] {
  background: color-mix(in srgb, #e57373 16%, transparent);
  border: 1px solid color-mix(in srgb, #e57373 36%, transparent);
}
.pricing-field-with-taxes {
  max-width: 400px;
}
.pricing-field-with-taxes input[type='number'] {
  font-size: 1.5em !important;
}
.pricing-field-with-taxes .select-wrapper {
  background-color: #e9e9e9;
  border-radius: 8px;
}
@media only screen and (max-width: 600px) {
  .pricing-field-with-taxes .select-wrapper {
    margin-left: 0.5em;
  }
}
.pricing-field-with-taxes .select-wrapper input.select-dropdown {
  width: 75px;
  font-size: 12px;
  padding-right: 5px;
  border: 1px solid;
  border-radius: 8px;
  height: 33px;
  margin-bottom: 0;
  text-align: left;
}
.presentation {
  word-break: break-word;
}
@media only screen and (max-width: 600px) {
  .presentation p {
    width: 85vw;
    word-wrap: break-word;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .presentation p {
    width: 85vw;
    word-wrap: break-word;
  }
}
.presentation strong {
  font-weight: bold !important;
}
.slider {
  outline: none;
}
.slider div,
.slider a,
.slider li {
  outline: none;
}
.sticky-bottom-parent {
  position: relative;
}
.sticky-bottom-parent .sticky-bottom-child {
  position: absolute;
  bottom: 0;
  left: 0 !important;
  margin-bottom: 0.5em;
  margin-top: auto;
}
.sticky-bottom-parent .sticky-top-child {
  position: absolute;
  top: 0;
  left: 0 !important;
  margin-bottom: 0.5em;
  margin-top: auto;
}
.fr-checkbox input.fr-link-attr {
  opacity: 1 !important;
}
.fr-checkbox span {
  display: none !important;
}
.img-thumbnail {
  max-width: 100%;
  max-height: 200px;
}
.img-thumbnail-small {
  max-width: 100%;
  max-height: 100px;
}
.img-round {
  border-radius: 50% !important;
}
input:not([type]),
input[type='digit']:not(.browser-default),
input[type='text']:not(.browser-default),
input[type='password']:not(.browser-default),
input[type='email']:not(.browser-default),
input[type='url']:not(.browser-default),
input[type='time']:not(.browser-default),
input[type='date']:not(.browser-default),
input[type='datetime']:not(.browser-default),
input[type='datetime-local']:not(.browser-default),
input[type='tel']:not(.browser-default),
input[type='number']:not(.browser-default),
input[type='decimal']:not(.browser-default),
input[type='search']:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  line-height: 1.8em !important;
  text-indent: 5px !important;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow 0.3s, border 0.3s;
}
.MuiInputBase-input {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
textarea:not(.ai-chat__textarea) {
  width: 100%;
  min-height: 80px;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  resize: vertical;
}
.radio-baseform {
  margin-right: 15px;
  position: relative !important;
}
.radio-baseform [type='radio']:not(:checked) + span,
.radio-baseform [type='radio']:checked + span {
  padding-left: 25px;
}
.select-icon-baseform {
  padding: 5px 0;
  border-radius: 5px;
  margin-right: 10px;
  position: relative;
  background-color: transparent;
}
.select-icon-baseform span {
  width: 25px;
  height: 25px;
  top: 5px;
  border: solid 1px;
  border-radius: inherit;
}
.select-icon-baseform span i {
  position: absolute;
  left: 10px;
  top: 5px;
}
.select-icon-baseform input[type='radio']:checked + span {
  background-color: #26a69a;
  border-radius: inherit;
  color: #fff;
  border: none;
}
.select-icon-baseform span::before,
.select-icon-baseform span::after {
  content: '';
  display: inline-block;
  visibility: hidden;
}
[type='checkbox'] + span:not(.lever) {
  font-size: inherit !important;
  height: 25px !important;
  line-height: 20px !important;
  padding-left: 30px !important;
}
[type='checkbox'].filled-in:not(:checked) + span:not(.lever):after {
  border-color: inherit !important;
}
#copyLinkUrlBlock {
  max-width: fit-content;
  padding-right: 1em;
  white-space: nowrap;
}
.btn-large.google-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f7;
  color: #393e45;
  font-weight: 500;
}
.btn-large.google-btn:hover {
  background-color: #fff;
  box-shadow: 0 1px 13px 0 rgba(0, 0, 0, 0.15);
}
.btn-large.facebook-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #f5f6f7;
  color: #385c8e;
  font-weight: 500;
}
.btn-large.facebook-btn:hover {
  background-color: #385899;
  color: #f5f6f7;
  box-shadow: 0 1px 13px 0 rgba(0, 123, 255, 0.6);
}
.btn-large.facebook-btn:hover .facebook-svg {
  background-color: #fff;
}
.button-split hr {
  width: 20%;
}
.forbidden-screen {
  height: calc(100vh - 20px);
}
.forbidden-screen .forbidden-text {
  font-size: 30px;
}
.forbidden-screen img {
  max-height: 350px;
}
.cursor-pointer {
  cursor: pointer;
}
.choose-element [type='checkbox'] + span:not(.lever) {
  min-height: 25px;
  height: initial;
}
.autocomplete i {
  margin-left: -10px;
}
.modal-select-wrapper {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.zoom-active {
  display: flex;
  position: fixed;
  z-index: 1000;
  top: 0;
  justify-content: center;
  width: 100vw;
  left: 0;
  align-items: center;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  animation: fadeIn 1s;
  backdrop-filter: blur(5px);
}
.zoom-active img {
  width: 50vw;
  border-radius: 10px;
}
.question-update-input {
  border-top: none !important;
  border-right: none !important;
  border-left: none !important;
  padding: 0;
}
.vendor-banner {
  color: white;
  padding: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9;
}
.no-margin {
  margin: 0;
}
.right {
  float: right;
}
.vendor-logo {
  max-width: 100px;
  height: auto;
}
.coupon-editor .select-wrapper {
  margin: 0 !important;
}
#settingsTermsOfSaleForm .fr-wrapper {
  max-height: 600px !important;
}
#settingsPrivacy .fr-wrapper {
  max-height: 600px !important;
}
.use-froala-blocks p {
  color: inherit;
}
.use-froala-blocks p span#styledTextContainer {
  font-size: 16px;
}
.use-froala-blocks header {
  background-color: unset !important;
}
.country-select {
  height: 2.3em;
  width: 100%;
  font-size: 1em;
  border: none;
  outline: 1px solid rgba(58, 77, 85, 0.7);
  border-radius: 4px;
  padding: 5px;
  background-color: white;
}
.contactModalLabel {
  left: 1.25rem !important;
  top: -0.45em !important;
}
@media only screen and (max-width: 600px) {
  .font-size-mobile {
    font-size: 1.7em !important;
  }
}
.choose-template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25em;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .choose-template-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  .choose-template-grid {
    grid-template-columns: 1fr;
  }
}
.choose-template-card {
  position: relative;
  border: 1px solid #e2e0dc;
  border-radius: 12px;
  background: #fff;
  padding: 1.5em 1.25em 1.25em;
  text-align: center;
  cursor: default;
  transition: transform 0.25s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.25s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.25s ease;
}
.choose-template-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #d0cdc8;
}
.choose-template-card.active {
  border-color: #007acc;
  box-shadow: 0 0 0 1px #007acc, 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}
.choose-template-card.blank-card {
  border-style: dashed;
  border-color: #d0cdc8;
  background: #fdfcfb;
}
.nc-instance .choose-template-card.active {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 1px #8B5CF6, 0 4px 12px rgba(0, 0, 0, 0.08);
}
.choose-template-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: linear-gradient(135deg, #f8f6f3, #f0ece6);
  margin-bottom: 1em;
  color: #007acc;
  transition: background 0.3s ease, color 0.3s ease;
}
.choose-template-icon-wrap svg {
  display: block;
}
.choose-template-card:hover .choose-template-icon-wrap {
  background: linear-gradient(135deg, #e0f2ff, #cce8ff);
}
.nc-instance .choose-template-icon-wrap {
  color: #8B5CF6;
  background: linear-gradient(135deg, #f8f5f4, #f0e9e8);
}
.nc-instance .choose-template-card:hover .choose-template-icon-wrap {
  background: linear-gradient(135deg, #ffe8e8, #fdd);
}
.choose-template-name {
  font-size: 1.05rem;
  font-weight: 600;
  color: #3a4d55;
  letter-spacing: -0.01em;
  margin-bottom: 0.25em;
}
.choose-template-desc {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
  margin-bottom: 1em;
}
.choose-template-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625em;
  flex-wrap: wrap;
}
.choose-template-actions .btn-use-template {
  display: inline-flex;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  color: #fff !important;
  text-decoration: none;
  padding: 0.45em 1.1em;
  border-radius: 999px;
  background: #007acc;
  transition: background 0.2s, box-shadow 0.2s, transform 0.15s;
}
.choose-template-actions .btn-use-template:hover {
  background: #0068ad;
  box-shadow: 0 2px 8px rgba(0, 122, 204, 0.3);
  transform: translateY(-1px);
  color: #fff !important;
}
.choose-template-actions .btn-use-template:active {
  transform: translateY(0);
  box-shadow: none;
}
.nc-instance .choose-template-actions .btn-use-template {
  background: #8B5CF6;
}
.nc-instance .choose-template-actions .btn-use-template:hover {
  background: #6f35f4;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.35);
}
.choose-template-actions .btn-ai-generate {
  display: inline-flex;
  align-items: center;
  gap: 0.35em;
  font-size: 0.85rem;
  font-weight: 500;
  padding: 0.4em 0.9em;
  border-radius: 999px;
  border: 1px solid #d0cdc8;
  cursor: pointer;
  background: transparent;
  color: rgba(58, 77, 85, 0.7);
  transition: color 0.2s, border-color 0.2s, background 0.15s;
}
.choose-template-actions .btn-ai-generate svg {
  width: 14px;
  height: 14px;
}
.choose-template-actions .btn-ai-generate:hover {
  color: #3a4d55;
  border-color: #007acc;
  background: rgba(0, 122, 204, 0.04);
}
.choose-template-actions .btn-ai-generate:active {
  background: rgba(0, 122, 204, 0.08);
}
.nc-instance .choose-template-actions .btn-ai-generate:hover {
  border-color: #8B5CF6;
  background: var(--surface-highlight);
}
.ai-website-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 1em 1.5em;
  border-radius: 12px;
  border: 1px solid #e2e0dc;
  border-left: 3px solid #007acc;
  background: linear-gradient(135deg, #fdfcfb 0%, #f7f4f0 100%);
  transition: box-shadow 0.25s ease;
  width: fit-content;
  margin-left: auto;
}
.ai-website-banner:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width: 600px) {
  .ai-website-banner {
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin-left: 0;
  }
}
.ai-website-banner .ai-banner-label {
  display: flex;
  align-items: center;
  gap: 0.625em;
}
.ai-website-banner .ai-banner-label svg {
  color: #007acc;
  flex-shrink: 0;
}
.ai-website-banner .ai-banner-label span {
  font-size: 1rem;
  font-weight: 600;
  color: #3a4d55;
  letter-spacing: -0.01em;
}
.nc-instance .ai-website-banner {
  background: linear-gradient(135deg, #fdfbfb 0%, #f5f0ef 100%);
  border-left-color: #8B5CF6;
}
.nc-instance .ai-website-banner .ai-banner-label svg {
  color: #8B5CF6;
}
.ai-prompt-panel {
  border: 1px solid #e2e0dc;
  border-radius: 12px;
  background: #fff;
  padding: 1.75em 2em;
  margin-top: 1.25em;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.ai-prompt-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.ai-prompt-header .ai-prompt-title {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.ai-prompt-header .ai-prompt-title svg {
  color: #007acc;
  flex-shrink: 0;
}
.ai-prompt-header .ai-prompt-title span {
  font-size: 1.05rem;
  font-weight: 600;
  color: #3a4d55;
}
.nc-instance .ai-prompt-header .ai-prompt-title svg {
  color: #8B5CF6;
}
.ai-tone-selector {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-bottom: 1em;
}
@media (max-width: 600px) {
  .ai-tone-selector {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.4em;
  }
}
.ai-tone-label {
  font-size: 0.82rem;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
.ai-tone-pills {
  display: flex;
  gap: 0.4em;
  flex-wrap: wrap;
}
.ai-tone-pill {
  font-size: 0.82rem;
  font-weight: 500;
  padding: 0.35em 0.9em;
  border-radius: 999px;
  border: 1px solid #e2e0dc;
  background: #fff;
  color: #3a4d55;
  cursor: pointer;
  transition: all 0.18s ease;
  line-height: 1.4;
}
.ai-tone-pill:hover {
  border-color: #007acc;
  color: #007acc;
  background: rgba(0, 122, 204, 0.04);
}
.ai-tone-pill.active {
  border-color: #007acc;
  background: #007acc !important;
  color: #fff !important;
}
.nc-instance .ai-tone-pill:hover {
  border-color: #8B5CF6;
  color: #8B5CF6;
  background: var(--surface-highlight);
}
.nc-instance .ai-tone-pill.active {
  border-color: #8B5CF6;
  background: #8B5CF6 !important;
  color: #fff !important;
}
.ai-suggested-prompts {
  margin-bottom: 0.85em;
}
.ai-suggested-label {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(58, 77, 85, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.5em;
}
.ai-suggested-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em;
}
.ai-suggested-chip {
  font-size: 0.8rem;
  font-weight: 400;
  padding: 0.4em 0.85em;
  border-radius: 999px;
  border: 1px dashed #d5cfc8;
  background: #fafaf8;
  color: rgba(58, 77, 85, 0.7);
  cursor: pointer;
  transition: all 0.18s ease;
  text-align: left;
  line-height: 1.4;
}
.ai-suggested-chip:hover {
  border-color: #007acc;
  border-style: solid;
  color: #007acc;
  background: rgba(0, 122, 204, 0.04);
}
.nc-instance .ai-suggested-chip:hover {
  border-color: #8B5CF6;
  color: #8B5CF6;
  background: var(--surface-highlight);
}
.ai-sector-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding: 0.75em 1em;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 1em;
}
.ai-sector-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
  align-items: center;
}
.ai-sector-badge {
  font-size: 0.9rem;
  padding: 0.3em 0.75em;
  border-radius: 999px;
  border: 1px solid #e2e0dc;
  background: #fff;
  color: #3a4d55;
}
.ai-sector-badge strong {
  font-weight: 600;
  margin-right: 0.2em;
}
.nc-instance .ai-sector-summary,
.noCode-bg-dark .ai-sector-summary {
  background: rgba(255, 255, 255, 0.06);
}
.nc-instance .ai-sector-badge,
.noCode-bg-dark .ai-sector-badge {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #e5e5df;
}
.ai-prompt-textarea {
  width: 100%;
  min-height: 100px;
  padding: 1em;
  border: 1px solid #e2e0dc;
  border-radius: 8px;
  background: #fafaf8;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #3a4d55;
  resize: vertical;
  transition: border-color 0.2s, box-shadow 0.2s;
  font-family: inherit;
}
.ai-prompt-textarea::placeholder {
  color: #a8b4ba;
}
.ai-prompt-textarea:focus {
  outline: none;
  border-color: #007acc;
  box-shadow: 0 0 0 3px rgba(0, 122, 204, 0.1);
  background: #fff;
}
.nc-instance .ai-prompt-textarea:focus {
  border-color: #8B5CF6;
  box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.12);
}
.ai-prompt-footer {
  display: flex;
  align-items: center;
  gap: 0.75em;
  margin-top: 1.25em;
}
.ai-prompt-footer .btn-generate {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.6em 1.5em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #007acc;
  color: #fff;
  transition: background 0.2s, box-shadow 0.2s;
}
.ai-prompt-footer .btn-generate:hover {
  background: #0068ad;
  box-shadow: 0 2px 12px rgba(0, 122, 204, 0.3);
}
.ai-prompt-footer .btn-generate:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.nc-instance .ai-prompt-footer .btn-generate {
  background: #8B5CF6;
}
.nc-instance .ai-prompt-footer .btn-generate:hover {
  background: #6f35f4;
  box-shadow: 0 2px 12px rgba(139, 92, 246, 0.35);
}
.ai-prompt-footer .btn-cancel {
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(58, 77, 85, 0.7);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5em 0.75em;
  border-radius: 8px;
  transition: color 0.2s, background 0.15s;
}
.ai-prompt-footer .btn-cancel:hover {
  color: #3a4d55;
  background: rgba(0, 0, 0, 0.04);
}
.my-templates-header {
  font-size: 1.1rem;
  font-weight: 600;
  color: #3a4d55;
  padding: 1em 1.25em;
  border: 1px solid #e2e0dc;
  border-radius: 12px;
  background: #fff;
  margin-bottom: 1em;
}
.optionProductList {
  display: flex;
  align-items: flex-start;
}
@media only screen and (max-width: 600px) {
  .optionProductList {
    flex-direction: column;
  }
}
.use-froala-blocks a {
  color: inherit;
  text-decoration: underline;
}
.no-underline {
  text-decoration: none !important;
}
.inputSixDigitCode {
  display: flex;
  gap: 8px;
}
.sixDigitCode {
  width: 30px !important;
  height: 1.5em !important;
  font-size: 1em !important;
  border: none !important;
  outline: 1px solid rgba(58, 77, 85, 0.7) !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
  background-color: white !important;
}
.page-title-topbar-wrapper {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .page-title-topbar-wrapper {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
  .page-title-topbar-wrapper {
    justify-content: center;
    width: 100%;
  }
}
@media only screen and (min-width: 993px) {
  .page-title-topbar {
    margin-left: 66px;
  }
}
.activityFeedList {
  overflow: auto;
  max-height: 500px;
}
.headerCustomScrollbar::-webkit-scrollbar {
  height: 8px;
}
.headerCustomScrollbar::-webkit-scrollbar-thumb {
  background: #c7c7c7;
  border-radius: 6px;
}
input[type='date']::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.buttonCategory {
  float: right;
}
.iconEditCategory {
  font-size: large !important;
}
.categorySelect {
  width: 50% !important;
}
.picker,
.select-icon-baseform {
  position: relative !important;
}
.swatch {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 3px solid #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), inset 0 0 0 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.popover {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  border-radius: 9px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  z-index: 2;
}
strong {
  font-weight: 800 !important;
}
.fr-view strong {
  font-weight: bold;
}
.fr-view .fr-emoticon {
  background-repeat: no-repeat !important;
  padding-top: 0 !important;
  padding: 9px;
}
label {
  color: #3a4d55 !important;
}
.required-info-block {
  position: relative;
}
.required-info-wrapper label {
  color: #3a4d55;
}
.required-info-wrapper .switch {
  margin-bottom: 0;
}
@media only screen and (min-width: 601px) {
  .required-info-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.export-container {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.field-with-checkbox label {
  color: black;
}
.field-with-checkbox input[type='text'] {
  margin-left: 35px;
  width: calc(100% -  35px);
}
.carousel .carousel-item {
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}
.carousel .carousel-item.active {
  opacity: 1 !important;
}
.screenshot-block .carousel {
  height: auto;
}
.reviews-carousel.carousel {
  min-height: auto !important;
  height: auto !important;
}
.reviews-carousel.carousel .carousel-item {
  min-height: auto !important;
  height: auto !important;
}
.reviews-carousel .carousel-item.active {
  position: relative !important;
  opacity: 1;
}
.carousel-container {
  width: 100%;
  position: relative;
}
.carousel-next,
.carousel-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer !important;
  user-select: none;
}
.carousel-next {
  right: 0;
}
.carousel-prev {
  left: 0;
}
.reviews-carousel .carousel-item {
  cursor: default;
  padding: 0 48px;
}
@media (min-width: 800px) {
  .no-max-width-xl {
    max-width: 720px !important;
    width: 100%;
  }
}
.loader-card {
  width: 100%;
  height: 150px;
  border-radius: 10px;
  background-color: #e0e0e0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  animation: pulse 1.8s infinite ease-in-out;
}
.shine {
  position: absolute;
  top: 0;
  left: -150px;
  width: 100px;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0) 100%);
  animation: shine 1.5s infinite;
}
@keyframes shine {
  0% {
    left: -150px;
  }
  100% {
    left: 100%;
  }
}
@keyframes pulse {
  0%,
  100% {
    background-color: #e0e0e0;
  }
  50% {
    background-color: #f5f5f5;
  }
}
.tooltip-emoji {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-emoji::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  opacity: 0;
  background: #fff;
  color: #3a4d55;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
  border: 2px solid #3a4d55;
  z-index: 10;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.tooltip-emoji::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 2px solid #3a4d55;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%) rotate(45deg);
  transform-origin: center center;
  z-index: 9;
  opacity: 0;
}
@keyframes show-triangle {
  to {
    opacity: 1;
    bottom: calc(110% - 7px);
  }
}
.tooltip-emoji:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
  bottom: 110%;
}
.tooltip-emoji:hover::before {
  animation: show-triangle 0.3s ease 0.6s forwards;
}
.tooltip-emoji:hover img {
  animation: float 1.5s ease-in-out infinite;
}
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.pf-footer-dark {
  background-color: #2C2420;
}
.pf-footer-dark .text-dark,
.pf-footer-dark .text-dark-light {
  color: rgba(255, 255, 255, 0.85) !important;
}
.pf-footer-dark .border-top {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.pf-footer-dark .iubenda-white {
  color: rgba(255, 255, 255, 0.7) !important;
}
.pf-footer-dark .iubenda-white:hover {
  color: #fff !important;
}
.pf-footer-dark .btn-basic {
  color: rgba(255, 255, 255, 0.7);
}
.pf-footer-dark .btn-basic:hover {
  color: #fff;
}
.pf-footer-dark .max-width-150px,
.pf-footer-dark .max-width-80px {
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.payfacile-footer-column {
  min-height: auto;
}
.pf-footer-social {
  display: flex;
  gap: 0.6rem;
  margin-top: 1rem;
}
.pf-footer-social a {
  color: inherit;
  opacity: 0.6;
  transition: opacity 0.2s;
}
.pf-footer-social a:hover {
  opacity: 1;
}
.input-upload-file {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
}
#AiChatInterface a {
  text-decoration: underline;
}
/* -------------------------------------------------------
   Detailed sidenav drawer (drop-in replacement)
-------------------------------------------------------- */
.sidenav-container {
  --pf-sidenav-width: 55px;
  --pf-detailed-width: 280px;
}
.sidenav-container.is-sidenav-large,
.sidenav-large,
.sidenav-mini {
  --pf-sidenav-width: 55px;
}
.detailedSideNav-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: var(--pf-sidenav-width, 55px);
  background: rgba(0, 0, 0, 0.25);
  z-index: 1001;
}
.detailedSideNav-drawer {
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100vh;
  left: var(--pf-sidenav-width, 55px);
  width: var(--pf-detailed-width, 280px);
  max-width: 85vw;
  background: white;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 1002;
  overflow: hidden;
  transform: translateX(-110%);
  transition: transform 220ms ease, opacity 160ms ease;
  will-change: transform;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
}
.detailedSideNav-drawer.open {
  transform: translateX(0);
  pointer-events: auto;
  opacity: 1;
}
.detailedSideNav-header {
  position: sticky;
  top: 0;
  background: white;
  z-index: 2;
  padding: 12px 12px 8px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.detailedSideNav-body {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 8px;
  flex: 1;
}
.detailedSideNav-close {
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 992px) {
  .sidenav-container {
    --pf-sidenav-width: 0px;
  }
  .detailedSideNav-backdrop {
    left: 0;
  }
  .detailedSideNav-drawer {
    left: var(--pf-sidenav-width, 55px);
  }
}.pf-instance .pf-hero-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-subtitle {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-hero-lead {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-kicker {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-page-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-page-lead,
.pf-instance .pf-section-subtitle,
.pf-instance .pf-caption {
  color: rgba(58, 77, 85, 0.7);
}
.pf-instance .pf-section-title {
  color: #3a4d55;
  font-family: var(--font-heading);
}
.pf-instance .pf-meta {
  color: #a8b4ba;
}
.pf-instance .icon-accent {
  color: #6964e0 !important;
}
.pf-instance .pf-card {
  background-color: white;
  box-shadow: none;
  border: 1px solid #D5CFC8;
  color: #3a4d55;
  border-radius: 20px;
}
.ap-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3a4d55;
  position: relative;
}
.ap-page--failure {
  background: #fafafa;
}
.ap-background {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-color: #fafafa;
  background-size: cover;
  background-position: center;
}
.ap-background--blurred {
  filter: blur(8px);
}
.ap-container {
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 40px 16px 48px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ap-hero {
  text-align: center;
  padding: 32px 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.ap-hero__title {
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #3a4d55;
  margin: 0;
}
.ap-hero__subtitle {
  font-size: 0.95rem;
  color: rgba(58, 77, 85, 0.7);
  margin: 0;
}
.ap-hero__link {
  font-size: 0.875rem;
  color: #007acc;
  text-decoration: none;
  transition: opacity 0.15s;
}
.ap-hero__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ap-checkmark {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  stroke-width: 2;
  stroke-miterlimit: 10;
  animation: ap-scale 0.3s ease-in-out 0.8s both;
}
.ap-checkmark__circle {
  stroke: #66b266;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  animation: ap-stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.ap-checkmark__check {
  stroke: #66b266;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke-linecap: round;
  animation: ap-stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}
@keyframes ap-stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes ap-scale {
  0%,
  100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .ap-checkmark,
  .ap-checkmark__circle,
  .ap-checkmark__check {
    animation: none;
    stroke-dashoffset: 0;
  }
}
.ap-section {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.ap-order-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ap-downloads,
.ap-orders {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.ap-order-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.ap-order-card__layout {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.ap-order-card__status {
  flex-shrink: 0;
  padding-top: 2px;
}
.ap-order-card__products {
  flex: 1;
  min-width: 0;
}
.ap-order-card__id {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
  margin-bottom: 4px;
  font-variant-numeric: tabular-nums;
}
.ap-order-card__price {
  flex-shrink: 0;
  text-align: right;
  min-width: 100px;
}
.ap-order-card__amount {
  font-size: 1.15rem;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
}
.ap-order-card__period {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
}
.ap-order-card__vat {
  font-size: 0.75rem;
  color: rgba(58, 77, 85, 0.7);
  display: flex;
  gap: 4px;
  justify-content: flex-end;
}
.ap-order-card__next-period {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
  margin-top: 4px;
}
.ap-order-card__invoice {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: #007acc;
  text-decoration: none;
  margin-top: 8px;
  transition: opacity 0.15s;
}
.ap-order-card__invoice:hover {
  opacity: 0.8;
  text-decoration: none;
}
.ap-icon--success {
  color: #66b266;
}
.ap-icon--error {
  color: #e57373;
}
.ap-product-header {
  margin-bottom: 8px;
}
.ap-product-title {
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.4;
}
.ap-details-toggle {
  background: none;
  border: none;
  padding: 0;
  font-size: 0.8rem;
  color: #007acc;
  cursor: pointer;
  transition: opacity 0.15s;
}
.ap-details-toggle:hover {
  opacity: 0.8;
}
.ap-details-grid {
  display: grid;
  grid-template-columns: 1fr 50px 90px;
  gap: 6px 0;
  font-size: 0.8rem;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px solid #E8E3DD;
}
.ap-details-row {
  display: contents;
}
.ap-details-row--header {
  font-weight: 600;
  padding-bottom: 4px;
}
.ap-details-row--header > div {
  padding-bottom: 6px;
  border-bottom: 1px solid #E8E3DD;
}
.ap-details-cell-item {
  padding-right: 8px;
}
.ap-details-cell-qty {
  text-align: center;
}
.ap-details-cell-total {
  text-align: right;
}
.ap-price {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.ap-vat {
  font-size: 0.7rem;
  color: rgba(58, 77, 85, 0.7);
  display: flex;
  gap: 3px;
  justify-content: flex-end;
}
.ap-vat-amount {
  white-space: nowrap;
}
.ap-free-label {
  color: rgba(58, 77, 85, 0.7);
  font-style: italic;
}
.ap-details-subtotal {
  display: contents;
}
.ap-details-subtotal .ap-details-subtotal-label {
  grid-column: 1 / 3;
  font-weight: 600;
  padding-top: 6px;
  border-top: 1px solid #E8E3DD;
}
.ap-details-subtotal .ap-details-subtotal-value {
  grid-column: 3;
  text-align: right;
  padding-top: 6px;
  border-top: 1px solid #E8E3DD;
}
.ap-details-subtotal--final .ap-details-subtotal-label,
.ap-details-subtotal--final .ap-details-subtotal-value {
  border-top-width: 2px;
}
.ap-details-section-header {
  grid-column: 1 / -1;
  font-weight: 600;
  padding: 8px 0 4px;
  border-bottom: 1px solid #E8E3DD;
  margin-top: 8px;
}
.ap-discount-badge {
  text-align: right;
  margin-top: 8px;
  padding-top: 8px;
  border-top: 1px dashed #E8E3DD;
}
.ap-download-card {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.ap-download-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #007acc, #6964e0);
  color: white;
}
.ap-download-card__title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: white;
}
.ap-download-card__product {
  padding: 16px 24px 0;
  font-weight: 500;
  font-size: 0.95rem;
}
.ap-download-card__files {
  padding: 8px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ap-download-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px;
  border-radius: 8px;
  background: #fafafa;
}
.ap-download-file__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.ap-download-file__name {
  font-size: 0.85rem;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ap-download-file__size {
  font-size: 0.75rem;
  color: rgba(58, 77, 85, 0.7);
}
.ap-download-file__btn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  font-size: 0.8rem;
  font-weight: 500;
  color: #007acc;
  background: white;
  border: 1px solid #E8E3DD;
  border-radius: 8px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ap-download-file__btn:hover:not(:disabled) {
  border-color: #007acc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.ap-download-file__btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.ap-spin {
  animation: ap-spin 1s linear infinite;
}
@keyframes ap-spin {
  100% {
    transform: rotate(360deg);
  }
}
.ap-next-steps {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.ap-next-steps__title {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 0 16px;
}
.ap-next-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.ap-next-steps__item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(58, 77, 85, 0.7);
}
.ap-next-steps__item svg {
  flex-shrink: 0;
  color: #66b266;
}
.ap-next-steps__item a {
  color: #007acc;
  text-decoration: none;
}
.ap-next-steps__item a:hover {
  text-decoration: underline;
}
.ap-next-steps__item--highlight {
  font-weight: 600;
  color: #007acc;
}
.ap-next-steps__item--highlight svg {
  color: #007acc;
}
.ap-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #3a4d55;
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}
.ap-share-btn:hover {
  border-color: #D5CFC8;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
}
.ap-return-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  font-size: 0.85rem;
  color: #007acc;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.15s;
}
.ap-return-link:hover {
  background: #fafafa;
  text-decoration: none;
}
.ap-sell-card {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 999px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
  margin: 0 auto;
}
.ap-sell-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.18);
  text-decoration: none;
}
.ap-sell-logo {
  height: 20px;
  width: auto;
  flex-shrink: 0;
}
.ap-sell-separator {
  display: inline-block;
  width: 1px;
  height: 14px;
  background: rgba(58, 77, 85, 0.2);
  flex-shrink: 0;
}
.ap-sell-tagline {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.55);
  white-space: nowrap;
}
.ap-sell-cta {
  font-size: 0.85rem;
  font-weight: 600;
  color: #007acc;
  white-space: nowrap;
}
.ap-sell-section {
  text-align: center;
  padding: 8px 0 40px;
}
.ap-powered-by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 24px 0;
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
}
.ap-powered-by__label {
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
}
.ap-powered-by__link {
  display: inline-flex;
  align-items: center;
}
.ap-failure-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 12px 24px;
  font-size: 0.9rem;
  font-weight: 600;
  color: white;
  background: #007acc;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: opacity 0.15s;
}
.ap-failure-cta:hover {
  opacity: 0.9;
}
.ap-failure-contact {
  background: #ffffff;
  border: 1px solid #E8E3DD;
  border-radius: 12px;
  padding: 24px;
}
.ap-failure-contact__label {
  font-size: 0.85rem;
  font-weight: 500;
  margin: 0 0 8px;
}
.ap-failure-contact__text {
  font-family: inherit;
  font-size: 0.8rem;
  color: rgba(58, 77, 85, 0.7);
  line-height: 1.6;
  white-space: pre-wrap;
  margin: 0;
}
@media (max-width: 480px) {
  .ap-container {
    padding: 24px 16px 40px;
  }
  .ap-order-card__layout {
    flex-direction: column;
    gap: 8px;
  }
  .ap-order-card__status {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .ap-order-card__price {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px;
    padding-top: 8px;
    border-top: 1px solid #E8E3DD;
  }
  .ap-order-card__vat {
    justify-content: flex-start;
  }
  .ap-details-grid {
    grid-template-columns: 1fr 40px 80px;
    font-size: 0.75rem;
  }
  .ap-sell-card {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nc-instance .ap-download-card__header {
  background: linear-gradient(135deg, #1a1a2e, #16213e);
}
.nc-instance .ap-sell-cta {
  color: #1a1a2e;
}