/*  Stawiska Kancelaria - zasady rozliczeń | v16.56  */

.sk-billing-page {
  font-weight: 400;
  color: var(--text);
}

.sk-billing-page * { box-sizing: border-box; }

.sk-billing-page *::before { box-sizing: border-box; }

.sk-billing-page *::after { box-sizing: border-box; }

.sk-billing-intro { width: min(100% - 40px, 1240px); margin: 0 auto; }

.sk-billing-models { width: min(100% - 40px, 1240px); margin: 0 auto; }

.sk-billing-service { width: min(100% - 40px, 1240px); margin: 0 auto; }

.sk-billing-note { width: min(100% - 40px, 1240px); margin: 0 auto; }

.sk-billing-cta { width: min(100% - 40px, 1240px); margin: 0 auto; }

.sk-section-space { padding: 92px 0; }

.sk-process h2 { margin: 0; color: var(--text); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.16; }

.sk-billing-service h2 { margin: 0; color: var(--text); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.16; }

.sk-billing-note h2 { margin: 0; font-size: clamp(30px, 3.8vw, 48px); line-height: 1.16; }

.sk-billing-cta h2 { margin: 0; color: var(--text); font-size: clamp(30px, 3.8vw, 48px); line-height: 1.16; }

.sk-billing-service p:not(.sk-kicker) { margin: 18px 0 0; color: var(--muted-text); font-size: 17px; line-height: 1.75; }

.sk-billing-note p { margin: 18px 0 0; font-size: 17px; line-height: 1.75; }

.sk-billing-cta p:not(.sk-kicker) { margin: 18px 0 0; color: var(--muted-text); font-size: 17px; line-height: 1.75; }
.sk-billing-hero__media { background: linear-gradient(90deg, rgba(30,42,68,.96) 0%, rgba(30,42,68,.84) 55%, rgba(30,42,68,.20) 100%), url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&q=80&w=1800") center / cover; }
.sk-billing-factors div { position: relative; isolation: isolate; overflow: hidden; text-decoration: none; color: var(--text); }
.sk-billing-card { isolation: isolate; overflow: hidden; background: #fff; text-decoration: none; color: var(--text); }
.sk-billing-factors div::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 100% 0%, rgba(30,42,68,.16), transparent 34%), linear-gradient(135deg, var(--light-brand-background), #fff 64%); opacity: 0; transition: opacity .26s ease; }
.sk-billing-card::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 100% 0%, rgba(30,42,68,.16), transparent 34%), linear-gradient(135deg, var(--light-brand-background), #fff 64%); opacity: 0; transition: opacity .26s ease; }
.sk-billing-factors div:hover::before { opacity: 1; }
.sk-billing-card:hover::before { opacity: 1; }

.sk-billing-factors h3 { margin: 0; color: var(--text); }
.sk-billing-card h3 { margin: 0; color: var(--text); }
.sk-billing-factors p { margin: 12px 0 0; color: var(--muted-text); line-height: 1.65; }
.sk-billing-card p { margin: 12px 0 0; color: var(--muted-text); line-height: 1.65; }
.sk-split-section { padding: 0 0 92px; display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 56px; align-items: center; }
.sk-process { width: 100%; max-width: none; margin: 0; }
.sk-process__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sk-step { position: relative; transition: transform .26s ease, background .26s ease, box-shadow .26s ease; }
.sk-step:not(:last-child)::after { content: ""; position: absolute; top: 54px; right: -18px; width: 18px; height: 1px; background: rgba(184,155,94,.48); }
.sk-step:hover { background: rgba(255,255,255,.11); }
.sk-step h3 { margin: 26px 0 10px; color: #fff; line-height: 1.25; }
.sk-step p { margin: 0; color: rgba(255,255,255,.76); line-height: 1.65; }
.sk-billing-card ul { margin: 22px 0 0; padding: 0; display: grid; gap: 10px; list-style: none; }
.sk-billing-card li { position: relative; padding-left: 22px; color: var(--text); font-size: 15px; line-height: 1.55; }
.sk-billing-card li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 999px; background: var(--accent-gold); }
.sk-billing-models { padding-bottom: 92px; }
.sk-billing-models__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); }
.sk-billing-card h3 { margin-top: 8px; }
.sk-billing-note > p { margin-top: 0; }

@media (max-width: 1024px) {
  .sk-split-section { grid-template-columns: 1fr; }
  .sk-billing-note { grid-template-columns: 1fr; }
  .sk-billing-models__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sk-billing-factors { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sk-process__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sk-step::after { display: none; }
}

@media (max-width: 720px) {
  .sk-billing-hero__media { background: linear-gradient(180deg, rgba(30,42,68,.96), rgba(30,42,68,.84)), url("https://images.pexels.com/photos/6077091/pexels-photo-6077091.jpeg?auto=compress&cs=tinysrgb&w=1200") center / cover; }
  .sk-billing-intro { width: min(100% - 28px, 1240px); }
  .sk-billing-models { width: min(100% - 28px, 1240px); }
  .sk-billing-service { width: min(100% - 28px, 1240px); }
  .sk-billing-note { width: min(100% - 28px, 1240px); }
  .sk-billing-cta { width: min(100% - 28px, 1240px); }
  .sk-process h2 { font-size: 31px; }
  .sk-billing-service h2 { font-size: 31px; }
  .sk-billing-note h2 { font-size: 31px; }
  .sk-billing-cta h2 { font-size: 31px; }
  .sk-section-space { padding: 62px 0; }
  .sk-split-section { padding-bottom: 62px; }
  .sk-billing-models { padding-bottom: 62px; }
  .sk-billing-factors { grid-template-columns: 1fr; }
  .sk-billing-models__grid { grid-template-columns: 1fr; }
  .sk-process__grid { grid-template-columns: 1fr; }
  .sk-billing-note { margin-bottom: 62px; }
}
.sk-billing-card span {
  color: var(--accent-gold);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}
.sk-billing-hero__inner {
  position: relative;
  z-index: 1;
}

.sk-billing-hero__content {
  min-width: 0;
}

.sk-billing-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.sk-billing-service {
  padding-bottom: 92px;
}

.sk-billing-service__image {
  min-width: 0;
}

.sk-billing-service__image img {
  min-height: 480px;
  box-shadow: var(--shadow);
}

.sk-billing-service__content {
  min-width: 0;
}

@media (max-width: 720px) {

  .sk-billing-service {
    padding-bottom: 62px;
  }

  .sk-billing-service__image img {
    min-height: 320px;
  }
}

.sk-billing-card > span {
  align-items: center;
  justify-content: center;
}

.sk-billing-card:hover > span {
  border-color: rgba(184, 155, 94, .52);
}

.sk-check-item {
  position: relative;
  isolation: isolate;
  transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.sk-check-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: radial-gradient(circle at 100% 0%, rgba(184, 155, 94, .16), transparent 34%);
  transition: opacity .24s ease;
}

.sk-check-item:hover {
  border-color: rgba(30, 42, 68, .13);
}

.sk-check-item:hover > i {
  border-color: rgba(184, 155, 94, .34);
}

.sk-check-item strong {
  font-size: 16.5px;
}

.sk-check-item small {
  margin-top: 7px;
}

.sk-step span {
  font-family: var(--font-heading);
}

.sk-step:hover span {
  border-color: rgba(184, 155, 94, .62);
  transform: translateY(-2px) scale(1.03);
}

.sk-billing-steps.sk-process .sk-section-head h2 {
  color: #fff;
}

.sk-billing-steps.sk-process .sk-kicker {
  color: #fff;
}

.sk-billing-steps.sk-process .sk-step h3 {
  color: #fff;
}

.sk-billing-steps.sk-process .sk-step p {
  color: rgba(255,255,255,.76);
}

.sk-billing-note::before {
  content: "!";
  position: absolute;
  top: 34px;
  right: 34px;
  width: 68px;
  height: 68px;
  border: 1px solid rgba(184,155,94,.32);
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.58);
  color: rgba(30,42,68,.16);
  box-shadow: 0 0 0 10px rgba(184,155,94,.07);
  font-family: var(--font-heading);
  font-size: 44px;
  font-weight: 700;
}

.sk-billing-note > div {
  position: relative;
}

.sk-billing-note > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  bottom: 7px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--accent-gold), rgba(184,155,94,.18));
}

.sk-billing-note p:not(.sk-kicker) {
  color: var(--muted-text);
  font-size: 17px;
  line-height: 1.75;
}

@media (max-width: 720px) {
  .sk-billing-card > span {
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .sk-billing-card {
    padding-right: 78px;
  }

  .sk-check-item {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
  }

  .sk-check-item > i {
    width: 48px;
    height: 48px;
  }

  .sk-billing-note::before {
    top: 24px;
    right: 24px;
    width: 54px;
    height: 54px;
    font-size: 34px;
  }
}
.sk-billing-note::before {
  z-index: 0;
  pointer-events: none;
}

.sk-billing-note > * {
  position: relative;
  z-index: 1;
}
.sk-billing-card > span {
  z-index: 2;
  min-width: 0 !important;
  letter-spacing: -.04em;
  transition: color .24s ease, opacity .24s ease;
}

.sk-billing-card {
  padding-right: 82px;
}


.sk-billing-page {
  text-rendering: geometricPrecision;
}

.sk-process h2 {
  font-family: var(--font-heading);
}

.sk-billing-service h2 {
  font-family: var(--font-heading);
}

.sk-billing-note h2 {
  font-family: var(--font-heading);
}

.sk-billing-cta h2 {
  font-family: var(--font-heading);
}
.sk-billing-card::before {
  background-image: none !important;
}
.sk-billing-factors > div::before {
  background-image: none !important;
}
.sk-check-item::before {
  background-image: none !important;
}

.sk-check-item:hover {
  background-image: none !important;
}

.sk-check-item > i {
  margin-top: 0;
}
.sk-process {
  position: relative;
  padding: 104px max(20px, calc((100vw - 1240px)/2));
  background:
    radial-gradient(circle at 18% 0%, rgba(184,155,94,.18), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, var(--brand), var(--brand-hover));
  overflow: hidden;
}
.sk-billing-steps.sk-process {
  position: relative;
  padding: 104px max(20px, calc((100vw - 1240px)/2));
  background:
    radial-gradient(circle at 18% 0%, rgba(184,155,94,.18), transparent 34%),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.08), transparent 30%),
    linear-gradient(135deg, var(--brand), var(--brand-hover));
  overflow: hidden;
}

.sk-process .sk-section-head {
  max-width: 820px;
}

.sk-process__grid {
  position: relative;
  gap: 22px;
}

.sk-step {
  min-height: 250px;
  padding: 30px;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.085);
  box-shadow: 0 20px 48px rgba(8,12,22,.13);
  overflow: hidden;
}

.sk-step::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 20% 0%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.06), transparent 72%);
  opacity: .85;
  pointer-events: none;
}

.sk-step:not(:last-child)::after {
  display: none;
}

.sk-step > * {
  position: relative;
  z-index: 1;
}

.sk-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 70px rgba(8,12,22,.17);
}

.sk-step span {
  width: 58px !important;
  height: 58px !important;
  border: 0 !important;
  border-radius: 20px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.30), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.08)) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 14px 32px rgba(0,0,0,.12) !important;
}

.sk-step:hover span {
  width: 58px !important;
  height: 58px !important;
  border: 0 !important;
  border-radius: 20px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 28% 18%, rgba(255,255,255,.30), transparent 42%),
    linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.08)) !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.04em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.18), 0 14px 32px rgba(0,0,0,.12) !important;
}

.sk-step h3 {
  margin-top: 28px;
  font-size: 23px;
  letter-spacing: -0.03em;
}

.sk-billing-note::before {
  display: none !important;
}

.sk-billing-note > div::before {
  display: none !important;
}

.sk-billing-note > div {
  padding-left: 0 !important;
}

.sk-billing-note + .sk-faq {
  padding-top: 78px;
}

@media (max-width: 1024px) {

  .sk-billing-card {
    padding-right: 74px;
  }
}

@media (max-width: 720px) {

  .sk-process {
    padding: 70px 14px;
  }

  .sk-billing-steps.sk-process {
    padding: 70px 14px;
  }

  .sk-step {
    min-height: auto;
    padding: 26px;
  }

  .sk-billing-steps.sk-process .sk-step {
    min-height: auto;
    padding: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .sk-step {
    transition: none !important;
  }
}

.sk-process .sk-section-head {
  margin-bottom: 54px;
}

.sk-process .sk-step > * {
  position: relative;
  z-index: 1;
}

.sk-process .sk-step h3 {
  margin: 24px 0 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -.035em;
}

.sk-process .sk-step p {
  max-width: 260px;
  color: rgba(255,255,255,.76);
}

@media (max-width: 720px) {

  .sk-process .sk-step h3 {
    margin-top: 4px;
  }

  .sk-process .sk-step p {
    max-width: none;
  }

}
.sk-billing-factors div {
  transition:
    transform .32s cubic-bezier(.22,1,.36,1),
    box-shadow .32s cubic-bezier(.22,1,.36,1),
    background .32s ease,
    color .32s ease;
}

.sk-billing-factors div:hover {
  transform: translateY(-5px);
}
.sk-billing-factors div {
  border: 0 !important;
}
.sk-billing-note {
  border: 0 !important;
}

.sk-billing-factors div {
  box-shadow: 0 16px 44px rgba(18,24,38,.055) !important;
}

.sk-billing-factors div:hover {
  box-shadow: 0 22px 58px rgba(18,24,38,.085) !important;
}
.sk-check-item > i {
  transition:
    background .26s ease,
    color .26s ease,
    box-shadow .26s ease,
    transform .26s cubic-bezier(.22,1,.36,1) !important;
}
.sk-check-item {
  overflow: visible !important;
}
.sk-check-item:hover {
  overflow: visible !important;
}

.sk-check-item::before {
  opacity: 0 !important;
}

.sk-check-item:hover::before {
  opacity: 0 !important;
}

.sk-check-item > i {
  margin: 0 !important;
}

.sk-check-item:hover > i {
  transform: none !important;
}
.sk-billing-card > span {
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
.sk-billing-card:hover > span {
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--accent-gold) !important;
  transform: none !important;
}
.sk-process {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}
.sk-billing-steps.sk-process {
  padding-top: 104px !important;
  padding-bottom: 104px !important;
}

.sk-process .sk-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.sk-billing-steps.sk-process .sk-process__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px;
}

.sk-process .sk-process__grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 34px;
  right: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(184,155,94,.08), rgba(184,155,94,.58), rgba(184,155,94,.08));
  pointer-events: none;
}

.sk-billing-steps.sk-process .sk-process__grid::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 34px;
  right: 34px;
  height: 1px;
  background: linear-gradient(90deg, rgba(184,155,94,.08), rgba(184,155,94,.58), rgba(184,155,94,.08));
  pointer-events: none;
}

.sk-process .sk-step {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}

.sk-billing-steps.sk-process .sk-step {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}

.sk-billing-steps.sk-process .sk-step:hover {
  min-height: auto !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: visible !important;
}

.sk-process .sk-step span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.sk-process .sk-step:hover span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.sk-billing-steps.sk-process .sk-step span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.sk-billing-steps.sk-process .sk-step:hover span {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -.04em;
}

.sk-process .sk-step:hover span {
  border-color: rgba(30,42,68,.26) !important;
}

.sk-billing-steps.sk-process .sk-step span {
  border-color: rgba(30,42,68,.18) !important;
}

.sk-billing-steps.sk-process .sk-step:hover span {
  border-color: rgba(30,42,68,.18) !important;
}
.sk-billing-note {
  position: relative;
  isolation: isolate;
  margin-top: 92px !important;
  margin-bottom: 92px !important;
  padding: 70px 58px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 18px !important;
  overflow: hidden !important;
  text-align: center !important;
  background:
    linear-gradient(135deg, rgba(17,24,39,.90), rgba(30,42,68,.82)),
    url("https://images.unsplash.com/photo-1589829545856-d10d557cf95f?auto=format&fit=crop&q=80&w=1800") center / cover !important;
  color: #fff !important;
  box-shadow: none !important;
}

.sk-billing-note .sk-kicker {
  color: #fff !important;
}

.sk-billing-note h2 {
  color: #fff !important;
}

.sk-billing-note p {
  color: #fff !important;
}

.sk-billing-note > div {
  width: 100% !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.sk-billing-note > p {
  width: 100% !important;
  max-width: 820px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: rgba(255,255,255,.82) !important;
}

@media (max-width: 1024px) {
  .sk-process .sk-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }
  .sk-billing-steps.sk-process .sk-process__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 30px;
  }

  .sk-process .sk-process__grid::before {
    display: none;
  }

  .sk-billing-steps.sk-process .sk-process__grid::before {
    display: none;
  }

}

@media (max-width: 720px) {

  .sk-process .sk-process__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sk-billing-steps.sk-process .sk-process__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .sk-process .sk-step {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
  }

  .sk-billing-steps.sk-process .sk-step {
    display: grid;
    grid-template-columns: 68px minmax(0, 1fr);
    column-gap: 18px;
    align-items: start;
  }

  .sk-process .sk-step span {
    grid-row: 1 / span 2;
  }

  .sk-billing-steps.sk-process .sk-step span {
    grid-row: 1 / span 2;
  }

  .sk-billing-note {
    padding: 48px 24px !important;
    text-align: left !important;
    align-items: flex-start !important;
  }
}
.sk-billing-page {
  font-family: var(--font-body) !important;
}

.sk-process h2 {
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
}

.sk-billing-service h2 {
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
}

.sk-billing-note h2 {
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
}

.sk-billing-cta h2 {
  font-weight: 400 !important;
  letter-spacing: -0.03em !important;
}

.sk-billing-factors h3 {
  font-weight: 400 !important;
  font-size: 24px !important;
  line-height: 1.22 !important;
}

.sk-billing-card h3 {
  font-size: 24px !important;
  line-height: 1.22 !important;
}

.sk-billing-service {
  background: #ffffff !important;
}

.sk-billing-intro {
  background: #ffffff !important;
}
.sk-billing-factors div {
  background: #ffffff !important;
}

.sk-billing-service__image {
  position: relative;
}

.sk-billing-service__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sk-billing-service__content > p {
  margin: 0;
  color: var(--muted-text);
  font-size: 16px;
  line-height: 1.8;
}

.sk-checks {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px !important;
  margin-top: 8px;
  padding-top: 28px;
  border-top: 1px solid rgba(18,24,38,.08);
}

.sk-check-item {
  border-radius: 0 !important;
}

.sk-check-item:hover {
  border-radius: 0 !important;
}

.sk-check-item small {
  display: block;
  font-size: 14px;
}

.sk-process .sk-step span {
  border-radius: 999px !important;
  border: 0 !important;
  background: var(--brand-hover) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 0 0 3px rgba(var(--accent-gold-rgb), 0.72),
    0 0 0 8px rgba(var(--accent-gold-rgb), 0.10),
    0 18px 36px rgba(0, 0, 0, 0.14) !important;
  transition: background .24s ease, color .24s ease, box-shadow .24s ease !important;
}

.sk-process .sk-step:hover span {
  border-radius: 999px !important;
  border: 0 !important;
  transition: background .24s ease, color .24s ease, box-shadow .24s ease !important;
}

.sk-billing-steps.sk-process .sk-step span {
  border-radius: 999px !important;
  border: 0 !important;
  background: var(--brand-hover) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 0 0 3px rgba(var(--accent-gold-rgb), 0.72),
    0 0 0 8px rgba(var(--accent-gold-rgb), 0.10),
    0 18px 36px rgba(0, 0, 0, 0.14) !important;
  transition: background .24s ease, color .24s ease, box-shadow .24s ease !important;
}

.sk-billing-steps.sk-process .sk-step:hover span {
  border-radius: 999px !important;
  border: 0 !important;
  transition: background .24s ease, color .24s ease, box-shadow .24s ease !important;
}

.sk-process .sk-step:hover span {
  background: var(--accent-gold) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 0 0 3px rgba(255,255,255,.24),
    0 0 0 9px rgba(var(--accent-gold-rgb), 0.18),
    0 22px 44px rgba(var(--accent-gold-rgb), 0.22) !important;
}

.sk-billing-steps.sk-process .sk-step:hover span {
  background: var(--accent-gold) !important;
  color: #ffffff !important;
  box-shadow:
    inset 0 0 0 3px rgba(255,255,255,.24),
    0 0 0 9px rgba(var(--accent-gold-rgb), 0.18),
    0 22px 44px rgba(var(--accent-gold-rgb), 0.22) !important;
}
@media (max-width: 1100px) {

  .sk-checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {

  .sk-billing-service__content h2 {
    font-size: clamp(30px, 8vw, 40px) !important;
  }

  .sk-billing-service__image {
    min-height: 320px;
  }
}
.sk-billing-page {
  background: #ffffff !important;
}

.sk-billing-page p {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400;
}

.sk-billing-page li {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400;
}

.sk-billing-page span {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400;
}

.sk-billing-page small {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400;
}

.sk-billing-page summary {
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 400;
}

.sk-billing-page h1 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

.sk-billing-page h2 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

.sk-billing-page h3 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
  letter-spacing: -0.025em !important;
}

.sk-billing-card h3 {
  letter-spacing: -0.025em !important;
}

.sk-billing-factors p {
  font-weight: 400 !important;
}
.sk-billing-service.sk-split-section {
  width: min(100% - 40px, 1240px);
  margin-inline: auto;
  display: grid !important;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr);
  gap: 44px;
  align-items: start;
}

.sk-billing-service__image {
  grid-column: 1;
  min-height: 540px;
  overflow: hidden;
}

.sk-billing-service__content {
  grid-column: 2;
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 16px;
}

.sk-billing-service__content h2 {
  font-size: clamp(34px, 4.1vw, 60px) !important;
  line-height: 1.08 !important;
  max-width: 14ch;
}

.sk-billing-service > .sk-checks {
  grid-column: 1 / -1;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 42px !important;
}

.sk-check-item {
  display: grid !important;
  gap: 16px !important;
  align-items: start !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  transform: none !important;
}

.sk-check-item:hover {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  transform: none !important;
}

.sk-check-item::before {
  display: none !important;
}

.sk-check-item:hover::before {
  display: none !important;
}

.sk-check-item > i {
  min-width: 0 !important;
  box-shadow: none !important;
  font-size: 30px !important;
}

.sk-check-item:hover > i {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: var(--accent-gold) !important;
}

.sk-check-item strong {
  display: block;
  margin-bottom: 5px;
  color: var(--heading);
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 600 !important;
  line-height: 1.35;
}

.sk-check-item small {
  color: var(--muted-text);
  font-weight: 400 !important;
  line-height: 1.6;
}

.sk-billing-factors div h3 {
  margin: 0;
  color: var(--heading);
  font-family: var(--font-heading) !important;
}

.sk-billing-factors div p {
  margin: 0;
  color: var(--muted-text);
  font-weight: 400 !important;
}
.sk-process .sk-step {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
.sk-process .sk-step:hover {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
.sk-billing-steps.sk-process .sk-step {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}
.sk-billing-steps.sk-process .sk-step:hover {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  transform: none !important;
}

.sk-process .sk-step::before {
  display: none !important;
}

.sk-process .sk-step::after {
  display: none !important;
}

.sk-billing-steps.sk-process .sk-step::before {
  display: none !important;
}

.sk-billing-steps.sk-process .sk-step::after {
  display: none !important;
}

.sk-process .sk-step span {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  transform: none !important;
}

.sk-process .sk-step:hover span {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  transform: none !important;
}

.sk-billing-steps.sk-process .sk-step span {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  transform: none !important;
}

.sk-billing-steps.sk-process .sk-step:hover span {
  width: 62px !important;
  height: 62px !important;
  min-width: 62px !important;
  transform: none !important;
}
@media (max-width: 1100px) {

  .sk-billing-service.sk-split-section {
    grid-template-columns: 1fr !important;
  }

  .sk-billing-service__image {
    grid-column: 1;
    min-height: 400px;
  }

  .sk-billing-service__content {
    grid-column: 1;
  }

  .sk-billing-service > .sk-checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .sk-billing-factors {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {

  .sk-billing-service.sk-split-section {
    width: min(100% - 28px, 1240px) !important;
  }

  .sk-billing-factors div {
    grid-template-columns: 28px minmax(0, 1fr) !important;
  }
}
.sk-billing-service > .sk-checks {
  border-top: 0 !important;
  padding-top: 18px !important;
  margin-top: 8px !important;
}

.sk-billing-factors div h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.sk-billing-card > h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

@media (max-width: 767px) {

  .sk-billing-card {
    grid-template-columns: 28px minmax(0, 1fr) !important;
  }
}
.sk-billing-factors div {
  padding: 30px !important;
}

.sk-billing-factors {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0,1fr)) !important;
  gap: 18px !important;
}

.sk-billing-factors div {
  min-height: 0 !important;
}

.sk-billing-factors div > h3 {
  font-size: 22px !important;
  font-weight: 700 !important;
}

.sk-billing-factors div > p {
  margin-top: 0 !important;
}

@media (max-width: 980px) {

  .sk-billing-factors {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  .sk-billing-factors div {
    padding: 24px !important;
  }
  .sk-billing-card {
    padding: 24px !important;
  }
}
.sk-billing-factors div {
  border-radius: 0 !important;
}
.sk-billing-service__image {
  border-radius: 0 !important;
}
.sk-billing-service__image img {
  border-radius: 0 !important;
}
.sk-billing-models__grid .sk-billing-card {
  position: relative !important;
  padding: 30px !important;
  border-radius: 0 !important;
}
.sk-billing-card {
  position: relative !important;
  padding: 30px !important;
}

.sk-billing-models__grid .sk-billing-card > span {
  top: 30px !important;
  right: 30px !important;
  left: auto !important;
  bottom: auto !important;
  display: inline-block !important;
  width: auto !important;
  text-align: right !important;
}

.sk-billing-card > span {
  top: 30px !important;
  right: 30px !important;
  left: auto !important;
  bottom: auto !important;
  display: inline-block !important;
  width: auto !important;
  text-align: right !important;
}
.sk-billing-models__grid .sk-billing-card {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) 42px !important;
  column-gap: 16px !important;
  row-gap: 14px !important;
  align-items: start !important;
}
.sk-billing-card {
  display: grid !important;
  grid-template-columns: 30px minmax(0, 1fr) 42px !important;
  column-gap: 16px !important;
  row-gap: 14px !important;
  align-items: start !important;
}

.sk-billing-models__grid .sk-billing-card > h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  max-width: 21ch !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  line-height: 1.25 !important;
}

.sk-billing-card > h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  max-width: 21ch !important;
  margin: 0 !important;
  padding: 0 !important;
  align-self: start !important;
  line-height: 1.25 !important;
}

.sk-billing-models__grid .sk-billing-card > span {
  position: static !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: end !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  color: var(--accent-gold) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transform: none !important;
}

.sk-billing-card > span {
  position: static !important;
  grid-column: 3 !important;
  grid-row: 1 !important;
  align-self: start !important;
  justify-self: end !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
  color: var(--accent-gold) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  transform: none !important;
}

.sk-billing-models__grid .sk-billing-card > p {
  grid-column: 1 / -1 !important;
}

.sk-billing-models__grid .sk-billing-card > ul {
  grid-column: 1 / -1 !important;
}

.sk-billing-card > p {
  grid-column: 1 / -1 !important;
}

.sk-billing-card > ul {
  grid-column: 1 / -1 !important;
}

.sk-billing-page {
  min-height: 0;
  overflow-x: clip !important;
  overflow-y: visible !important;
  overscroll-behavior-y: auto;
  touch-action: pan-y;
}
.sk-billing-page :is(h1, h2, h3) {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
}

.sk-billing-page h1 {
  font-size: clamp(36px, 4.6vw, 62px) !important;
  line-height: 1.08 !important;
}

.sk-billing-page h2 {
  font-size: clamp(28px, 3.4vw, 48px) !important;
}
.sk-billing-cta .sk-btn {
  overflow: hidden !important;
  isolation: isolate !important;
  border-radius: var(--sk-button-radius) !important;
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  box-shadow: none !important;
}

.sk-billing-cta .sk-btn:hover {
  box-shadow: none !important;
}

.sk-billing-note .sk-kicker::after {
  content: "" !important;
  display: block !important;
}
.sk-billing-card > span {
  font-family: var(--font-body) !important;
}
.sk-billing-page a[href^="tel:"] {
  font-family: var(--font-body) !important;
}
.sk-check-item > i {
  width: var(--sk-icon-size) !important;
  height: var(--sk-icon-size) !important;
  flex: 0 0 var(--sk-icon-size) !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: var(--brand) !important;
  font-family: "Font Awesome 6 Free" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
}
.sk-check-item {
  grid-template-columns: var(--sk-icon-size) minmax(0, 1fr) !important;
  column-gap: 16px !important;
  row-gap: 8px !important;
}
.sk-billing-cta {
  border-radius: var(--sk-radius) !important;
}
.sk-billing-card {
  border-radius: var(--sk-radius) !important;
}
.sk-billing-factors > div {
  border-radius: var(--sk-radius) !important;
}
.sk-billing-note {
  border-radius: var(--sk-radius) !important;
}

.sk-billing-card {
  border: 1px solid rgba(18,24,38,.08) !important;
  box-shadow: none !important;
  transition: border-color .32s ease !important;
}

.sk-billing-factors > div {
  border: 1px solid rgba(18,24,38,.08) !important;
  box-shadow: none !important;
  transition: border-color .32s ease !important;
}

.sk-billing-card:hover {
  border-color: var(--accent-gold) !important;
  background-image: none !important;
  box-shadow: none !important;
  transform: none !important;
}

.sk-billing-factors > div:hover {
  border-color: var(--accent-gold) !important;
  box-shadow: none !important;
}
.sk-step h3 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
}
.sk-billing-card h3 {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
}
.sk-billing-factors > div h3 {
  font-family: var(--font-heading) !important;
}
.sk-check-item :is(h2, h3, strong) {
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
}

.sk-billing-page :is(.sk-subhero__media, .sk-billing-hero__media) {
  background: linear-gradient(90deg, rgba(30,42,68,.96) 0%, rgba(30,42,68,.82) 55%, rgba(30,42,68,.24) 100%), url("https://images.pexels.com/photos/7841833/pexels-photo-7841833.jpeg?auto=compress&cs=tinysrgb&w=1800") center / cover no-repeat !important;
}
.sk-billing-hero__inner {
  grid-template-columns: minmax(0, 1fr) !important;
  gap: 24px !important;
}
.sk-billing-models {
  padding: 72px 48px !important;
  border: 0 !important;
  border-radius: 28px !important;
  background: rgba(255,255,255,.34) !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px) !important;
}

.sk-billing-models__grid {
  gap: 18px !important;
}

.sk-billing-models .sk-billing-card {
  padding: 30px !important;
  display: grid !important;
  grid-template-columns: 62px minmax(0, 1fr) !important;
  grid-template-rows: auto auto 1fr auto !important;
  border-color: rgba(184,155,94,.16) !important;
  border-radius: 18px !important;
  background: rgba(255,255,255,.46) !important;
}

.sk-billing-models .sk-billing-card > span {
  position: static !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  justify-self: start !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--accent-gold) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-align: left !important;
}

.sk-billing-models .sk-billing-card > h3 {
  grid-column: 2 !important;
  grid-row: 1 !important;
  align-self: center !important;
  margin: 0 !important;
  font-family: var(--font-heading) !important;
  font-weight: 600 !important;
}

.sk-billing-models .sk-billing-card > :is(p, ul) {
  grid-column: 1 / -1 !important;
}

.sk-billing-card__cta {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  margin-top: 10px !important;
  align-self: end !important;
}

.sk-billing-factors > div {
  font-family: var(--font-body) !important;
}

.sk-billing-factors > div :is(h3, p) {
  font-family: var(--font-body) !important;
}

.sk-billing-factors > div h3 {
  font-size: 20px !important;
  font-weight: 600 !important;
}

.sk-billing-factors > div {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  row-gap: 10px !important;
  align-items: start !important;
  background: #fff !important;
  background-image: none !important;
  transform: none !important;
}

.sk-billing-factors > div:hover {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  row-gap: 10px !important;
  align-items: start !important;
  background: #fff !important;
  background-image: none !important;
  transform: none !important;
}

.sk-billing-factors > div > h3 {
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-self: center !important;
  margin: 0 !important;
}

.sk-billing-factors > div > p {
  grid-column: 1 !important;
  grid-row: 2 !important;
  margin: 0 !important;
}

.sk-billing-page :is(.sk-billing-intro, .sk-billing-models, .sk-billing-service, .sk-billing-note, .sk-faq--billing) .sk-kicker {
  color: var(--title) !important;
}

.sk-billing-page :is(.sk-billing-hero, .sk-billing-steps, .sk-billing-cta) .sk-kicker {
  color: #fff !important;
}

@media (max-width: 767px) {

  .sk-billing-page h1 {
    font-size: 38px !important;
  }

  .sk-billing-page h2 {
    font-size: 30px !important;
  }

  .sk-billing-models {
    width: min(100% - 28px, 1240px) !important;
    padding: 48px 20px !important;
    border-radius: 20px !important;
  }
}
