:root {
  --baseUnit: 0.75rem;
  --gutter: 2.25rem;
  --xs: 375px;
  --sm: 480px;
  --md: 992px;
  --lg: 1180px;
  --xl: 1920px;
}

h1 {
  font-size: 3.052rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

h2 {
  font-size: 2.441rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 1.953rem;
  font-weight: 700;
  letter-spacing: -0.015rem;
}

h4 {
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.body-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

:is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__title i, :is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__subtitle i {
  color: #01eb67;
  font-style: normal;
}

.roles-page {
  position: relative;
  overflow: hidden;
}
.roles-page section:not(.hero-section-for-solutions-roles) + section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-for-solution-roles__title {
  margin-bottom: 1.5rem;
  font-size: 1.65rem;
  line-height: 1.45;
}
:is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__title {
  color: white;
}

.faq-for-solution-roles__subtitle {
  margin-top: 0.75rem;
  margin-bottom: 2.25rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
:is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.faq-for-solution-roles .faq-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.faq-for-solution-roles .faq-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/*# sourceMappingURL=page-payroll.css.map */
