/* Start custom CSS for html, class: .elementor-element-876d933 */.fp-electric {
  --fp-bg: #ffffff;
  --fp-soft: #f5f8fc;
  --fp-soft-blue: #eef5ff;
  --fp-text: #122033;
  --fp-muted: #5b6b80;
  --fp-line: #dce5ef;
  --fp-blue: #1769e0;
  --fp-blue-dark: #0b4fb3;
  --fp-navy: #0d1a2c;
  --fp-green: #16815f;
  --fp-orange: #b76413;
  --fp-danger-bg: #fff5f2;
  --fp-danger-line: #f0c9bc;
  --fp-radius-sm: 14px;
  --fp-radius: 22px;
  --fp-radius-lg: 30px;
  --fp-shadow: 0 18px 50px rgba(22, 42, 72, 0.09);
  color: var(--fp-text);
  background: var(--fp-bg);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.65;
  overflow: hidden;
}

.fp-electric *,
.fp-electric *::before,
.fp-electric *::after {
  box-sizing: border-box;
}

.fp-electric h1,
.fp-electric h2,
.fp-electric h3,
.fp-electric p,
.fp-electric ul,
.fp-electric ol {
  margin-top: 0;
}

.fp-electric h1,
.fp-electric h2,
.fp-electric h3 {
  color: inherit;
  font-family: inherit;
  letter-spacing: -0.025em;
}

.fp-electric h1 {
  max-width: 880px;
  margin-bottom: 22px;
  font-size: clamp(36px, 5.4vw, 68px);
  line-height: 1.04;
  font-weight: 800;
}

.fp-electric h2 {
  margin-bottom: 18px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  font-weight: 800;
}

.fp-electric h3 {
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 750;
}

.fp-electric p {
  margin-bottom: 18px;
}

.fp-electric a {
  color: var(--fp-blue);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.fp-electric a:focus-visible,
.fp-electric summary:focus-visible {
  outline: 3px solid rgba(23, 105, 224, 0.35);
  outline-offset: 4px;
}

.fp-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.fp-section {
  padding: 96px 0;
}

.fp-section--soft {
  background: var(--fp-soft);
}

.fp-section--dark {
  color: #ffffff;
  background:
    radial-gradient(circle at 85% 10%, rgba(48, 126, 244, 0.22), transparent 34%),
    linear-gradient(145deg, #0d1a2c 0%, #102641 100%);
}

.fp-eyebrow,
.fp-kicker {
  margin-bottom: 13px;
  color: var(--fp-blue);
  font-size: 13px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.fp-heading {
  max-width: 830px;
  margin-bottom: 46px;
}

.fp-heading--wide {
  max-width: 980px;
}

.fp-heading > p:last-child {
  max-width: 760px;
  margin-bottom: 0;
  color: var(--fp-muted);
  font-size: 19px;
}

.fp-heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.73);
}

.fp-heading--light .fp-kicker,
.fp-section--dark .fp-kicker {
  color: #8dbbff;
}

.fp-hero {
  position: relative;
  padding: 78px 0 72px;
  background:
    radial-gradient(circle at 78% 8%, rgba(23, 105, 224, 0.15), transparent 31%),
    linear-gradient(180deg, #f7faff 0%, #ffffff 100%);
}

.fp-hero::after {
  position: absolute;
  right: -170px;
  bottom: -220px;
  width: 520px;
  height: 520px;
  border: 78px solid rgba(23, 105, 224, 0.045);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.fp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(320px, 0.68fr);
  gap: 52px;
  align-items: center;
}

.fp-hero__lead {
  max-width: 780px;
  margin-bottom: 30px;
  color: #42536a;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
}

.fp-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0;
}

.fp-fact {
  padding: 18px;
  border: 1px solid rgba(23, 105, 224, 0.13);
  border-radius: var(--fp-radius-sm);
  background: rgba(255, 255, 255, 0.82);
}

.fp-fact strong {
  display: block;
  margin-bottom: 4px;
  color: var(--fp-text);
  font-size: 19px;
  line-height: 1.2;
}

.fp-fact span {
  display: block;
  color: var(--fp-muted);
  font-size: 13px;
  line-height: 1.45;
}

.fp-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  align-items: center;
}

.fp-actions--center {
  justify-content: center;
  margin-top: 30px;
}

.fp-btn {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.fp-btn:hover {
  transform: translateY(-2px);
}

.fp-btn--primary {
  color: #ffffff !important;
  background: var(--fp-blue);
  box-shadow: 0 11px 24px rgba(23, 105, 224, 0.22);
}

.fp-btn--primary:hover {
  background: var(--fp-blue-dark);
}

.fp-btn--secondary {
  border-color: var(--fp-line);
  color: var(--fp-text) !important;
  background: #ffffff;
}

.fp-btn--secondary:hover {
  border-color: #b9c8d9;
  box-shadow: 0 8px 20px rgba(22, 42, 72, 0.08);
}

.fp-btn--text {
  color: var(--fp-blue) !important;
  background: transparent;
}

.fp-btn--light {
  color: var(--fp-blue-dark) !important;
  background: #ffffff;
}

.fp-btn--outline-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff !important;
  background: transparent;
}

.fp-hero__note {
  margin: 16px 0 0;
  color: var(--fp-muted);
  font-size: 13px;
}

.fp-request-card {
  padding: 30px;
  border: 1px solid rgba(23, 105, 224, 0.14);
  border-radius: var(--fp-radius-lg);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--fp-shadow);
}

.fp-request-card__label {
  display: inline-block;
  margin-bottom: 13px;
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--fp-blue-dark);
  background: var(--fp-soft-blue);
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.fp-request-card h2 {
  margin-bottom: 18px;
  font-size: 30px;
}

.fp-request-card > p:last-child {
  margin: 18px 0 0;
  color: var(--fp-muted);
  font-size: 14px;
}

.fp-check-list,
.fp-scenario ul,
.fp-zone ul,
.fp-do-dont ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-check-list li,
.fp-scenario li,
.fp-zone li,
.fp-do-dont li {
  position: relative;
  padding-left: 25px;
}

.fp-check-list li + li,
.fp-scenario li + li,
.fp-zone li + li,
.fp-do-dont li + li {
  margin-top: 9px;
}

.fp-check-list li::before,
.fp-scenario li::before,
.fp-zone li::before,
.fp-do-dont__col--yes li::before {
  position: absolute;
  top: 0.58em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--fp-blue);
  content: "";
}

.fp-nav {
  position: relative;
  z-index: 4;
  border-top: 1px solid var(--fp-line);
  border-bottom: 1px solid var(--fp-line);
  background: rgba(255, 255, 255, 0.96);
}

.fp-nav__inner {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  scrollbar-width: thin;
}

.fp-nav a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--fp-muted);
  background: var(--fp-soft);
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.fp-nav a:hover {
  color: var(--fp-blue-dark);
  background: var(--fp-soft-blue);
}

.fp-callout {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 20px;
  margin-bottom: 38px;
  border-left: 5px solid var(--fp-blue);
  border-radius: 0 var(--fp-radius) var(--fp-radius) 0;
  padding: 24px 28px;
  background: var(--fp-soft-blue);
}

.fp-callout strong {
  font-size: 17px;
}

.fp-callout p {
  margin: 0;
  color: #405570;
}

.fp-grid {
  display: grid;
  gap: 18px;
}

.fp-grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fp-grid--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fp-card,
.fp-mini-card {
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  padding: 28px;
  background: #ffffff;
}

.fp-card {
  box-shadow: 0 12px 32px rgba(22, 42, 72, 0.05);
}

.fp-card__num {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 13px;
  color: var(--fp-blue-dark);
  background: var(--fp-soft-blue);
  font-size: 13px;
  font-weight: 850;
}

.fp-card p,
.fp-mini-card p {
  margin-bottom: 0;
  color: var(--fp-muted);
}

.fp-scenario-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fp-scenario {
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  padding: 29px;
  background: #ffffff;
}

.fp-scenario--accent {
  border-color: rgba(23, 105, 224, 0.28);
  box-shadow: 0 18px 42px rgba(23, 105, 224, 0.1);
}

.fp-scenario__top {
  min-height: 116px;
}

.fp-scenario p {
  color: var(--fp-muted);
}

.fp-scenario ul {
  padding-top: 8px;
  border-top: 1px solid var(--fp-line);
}

.fp-scenario li {
  font-size: 14px;
}

.fp-tag {
  display: inline-block;
  margin-bottom: 15px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 11px;
  line-height: 1;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fp-tag--green {
  color: #0c684b;
  background: #e8f7f1;
}

.fp-tag--blue {
  color: var(--fp-blue-dark);
  background: var(--fp-soft-blue);
}

.fp-tag--orange {
  color: #8b470a;
  background: #fff1e2;
}

.fp-inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.fp-inline-links a {
  border: 1px solid var(--fp-line);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--fp-text);
  background: #ffffff;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.fp-inline-links a:hover {
  border-color: #b9c8d9;
  color: var(--fp-blue-dark);
}

.fp-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.fp-plan__item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  padding: 24px;
  background: #ffffff;
}

.fp-plan__item > span {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #ffffff;
  background: var(--fp-blue);
  font-size: 13px;
  font-weight: 850;
}

.fp-plan__item p {
  margin-bottom: 0;
  color: var(--fp-muted);
}

.fp-zone-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.fp-zone {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--fp-radius);
  padding: 27px;
  background: rgba(255, 255, 255, 0.055);
}

.fp-zone__label {
  display: inline-block;
  margin-bottom: 14px;
  color: #8dbbff;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fp-zone li {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.fp-zone li::before {
  background: #6da6fb;
}

.fp-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fp-feature-panel {
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius-lg);
  padding: 34px;
  background: #ffffff;
}

.fp-feature-panel--blue {
  border-color: rgba(23, 105, 224, 0.18);
  background: var(--fp-soft-blue);
}

.fp-feature-panel .fp-text-link {
  margin-top: 24px;
}

.fp-text-link {
  display: inline-flex;
  color: var(--fp-blue-dark) !important;
  font-weight: 800;
}

.fp-mini-card strong {
  display: block;
  margin-bottom: 10px;
  font-size: 17px;
}

.fp-warning,
.fp-safety {
  margin-top: 24px;
  border-radius: var(--fp-radius);
  padding: 24px 28px;
}

.fp-warning {
  border: 1px solid var(--fp-danger-line);
  background: var(--fp-danger-bg);
}

.fp-warning strong,
.fp-safety strong {
  display: block;
  margin-bottom: 6px;
}

.fp-warning p,
.fp-safety p {
  margin: 0;
  color: var(--fp-muted);
}

.fp-price-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fp-price-card {
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  padding: 30px;
  background: #ffffff;
}

.fp-price-card--featured {
  border-color: rgba(23, 105, 224, 0.32);
  background: var(--fp-soft-blue);
  box-shadow: 0 16px 40px rgba(23, 105, 224, 0.08);
}

.fp-price-card > span {
  display: block;
  margin-bottom: 12px;
  color: var(--fp-muted);
  font-size: 14px;
  font-weight: 750;
}

.fp-price-card > strong {
  display: block;
  margin-bottom: 13px;
  color: var(--fp-text);
  font-size: 34px;
  line-height: 1.1;
}

.fp-price-card p {
  margin-bottom: 0;
  color: var(--fp-muted);
  font-size: 14px;
}

.fp-price-note {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.fp-price-note > div {
  border-radius: var(--fp-radius-sm);
  padding: 22px;
  background: var(--fp-soft);
}

.fp-price-note strong {
  display: block;
  margin-bottom: 5px;
}

.fp-price-note p {
  margin: 0;
  color: var(--fp-muted);
  font-size: 14px;
}

.fp-steps {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fp-steps li {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 17px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--fp-radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.05);
}

.fp-steps li > span {
  display: flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  background: var(--fp-blue);
  font-size: 13px;
  font-weight: 850;
}

.fp-steps h3 {
  margin-bottom: 6px;
  font-size: 19px;
}

.fp-steps p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

.fp-do-dont {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.fp-do-dont__col {
  border-radius: var(--fp-radius);
  padding: 32px;
}

.fp-do-dont__col--yes {
  border: 1px solid rgba(22, 129, 95, 0.2);
  background: #effaf6;
}

.fp-do-dont__col--yes li::before {
  background: var(--fp-green);
}

.fp-do-dont__col--no {
  border: 1px solid var(--fp-line);
  background: var(--fp-soft);
}

.fp-do-dont__col--no li::before {
  position: absolute;
  top: 0.56em;
  left: 0;
  width: 10px;
  height: 2px;
  background: #8997aa;
  content: "";
}

.fp-guarantee {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.fp-guarantee article {
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius);
  padding: 30px;
  background: #ffffff;
}

.fp-guarantee article > strong {
  display: block;
  margin-bottom: 12px;
  color: var(--fp-blue);
  font-size: 32px;
  line-height: 1.1;
}

.fp-guarantee article p {
  margin-bottom: 0;
  color: var(--fp-muted);
  font-size: 14px;
}

.fp-norms {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}

.fp-norms article {
  border: 1px solid var(--fp-line);
  border-radius: var(--fp-radius-sm);
  padding: 23px;
  background: #ffffff;
}

.fp-norms strong {
  display: block;
  margin-bottom: 8px;
  color: var(--fp-blue-dark);
  font-size: 15px;
}

.fp-norms p {
  margin: 0;
  color: var(--fp-muted);
  font-size: 14px;
}

.fp-norms q {
  quotes: "«" "»";
}

.fp-safety {
  border: 1px solid rgba(23, 105, 224, 0.16);
  background: var(--fp-soft-blue);
}

.fp-section--faq {
  background: #ffffff;
}

.fp-faq {
  display: grid;
  gap: 11px;
}

.fp-faq details {
  border: 1px solid var(--fp-line);
  border-radius: 16px;
  background: #ffffff;
  overflow: hidden;
}

.fp-faq details[open] {
  border-color: rgba(23, 105, 224, 0.28);
  box-shadow: 0 10px 24px rgba(22, 42, 72, 0.05);
}

.fp-faq summary {
  position: relative;
  padding: 21px 56px 21px 23px;
  color: var(--fp-text);
  font-size: 17px;
  font-weight: 780;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.fp-faq summary::-webkit-details-marker {
  display: none;
}

.fp-faq summary::after {
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  color: var(--fp-blue);
  background: var(--fp-soft-blue);
  content: "+";
  font-size: 21px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  transform: translateY(-50%);
}

.fp-faq details[open] summary::after {
  content: "−";
}

.fp-faq details > div {
  border-top: 1px solid var(--fp-line);
  padding: 19px 23px 22px;
}

.fp-faq details > div p {
  margin: 0;
  color: var(--fp-muted);
}

.fp-final {
  padding: 72px 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 20%, rgba(255, 255, 255, 0.14), transparent 31%),
    linear-gradient(135deg, var(--fp-blue-dark), var(--fp-blue));
}

.fp-final__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(260px, 0.55fr);
  gap: 48px;
  align-items: center;
}

.fp-final h2 {
  max-width: 780px;
  margin-bottom: 16px;
}

.fp-final p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}

.fp-final .fp-kicker {
  color: #c9ddff;
}

.fp-final__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fp-final__meta span {
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  padding: 7px 10px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  font-weight: 750;
}

.fp-final__actions {
  display: grid;
  gap: 10px;
}

.fp-final__phone {
  margin-top: 5px;
  color: #ffffff !important;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .fp-hero__grid {
    grid-template-columns: 1fr;
  }

  .fp-request-card {
    max-width: 720px;
  }

  .fp-grid--4,
  .fp-zone-grid,
  .fp-norms {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fp-scenario-grid,
  .fp-price-grid,
  .fp-guarantee {
    grid-template-columns: 1fr;
  }

  .fp-scenario__top {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .fp-shell {
    width: min(100% - 28px, 1180px);
  }

  .fp-section {
    padding: 70px 0;
  }

  .fp-hero {
    padding: 54px 0 50px;
  }

  .fp-electric h1 {
    font-size: clamp(34px, 11vw, 50px);
  }

  .fp-electric h2 {
    font-size: clamp(28px, 8.5vw, 39px);
  }

  .fp-heading {
    margin-bottom: 32px;
  }

  .fp-heading > p:last-child {
    font-size: 17px;
  }

  .fp-hero__facts,
  .fp-grid--3,
  .fp-grid--4,
  .fp-plan,
  .fp-zone-grid,
  .fp-split,
  .fp-price-note,
  .fp-steps,
  .fp-do-dont,
  .fp-norms,
  .fp-final__inner {
    grid-template-columns: 1fr;
  }

  .fp-callout {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 22px;
  }

  .fp-request-card,
  .fp-card,
  .fp-scenario,
  .fp-feature-panel,
  .fp-price-card,
  .fp-do-dont__col,
  .fp-guarantee article {
    padding: 24px;
  }

  .fp-plan__item {
    grid-template-columns: 46px 1fr;
    gap: 14px;
    padding: 20px;
  }

  .fp-plan__item > span {
    width: 42px;
    height: 42px;
  }

  .fp-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fp-actions .fp-btn {
    width: 100%;
  }

  .fp-actions--center {
    display: grid;
  }

  .fp-final__actions {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .fp-electric {
    font-size: 15px;
  }

  .fp-shell {
    width: min(100% - 22px, 1180px);
  }

  .fp-hero__lead {
    font-size: 17px;
  }

  .fp-fact {
    padding: 15px;
  }

  .fp-request-card {
    border-radius: 22px;
    padding: 21px;
  }

  .fp-request-card h2 {
    font-size: 27px;
  }

  .fp-section {
    padding: 58px 0;
  }

  .fp-card,
  .fp-scenario,
  .fp-zone,
  .fp-feature-panel,
  .fp-mini-card,
  .fp-price-card,
  .fp-do-dont__col,
  .fp-guarantee article,
  .fp-norms article {
    border-radius: 17px;
    padding: 21px;
  }

  .fp-steps li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
    padding: 19px;
  }

  .fp-steps li > span {
    width: 40px;
    height: 40px;
  }

  .fp-faq summary {
    padding: 19px 50px 19px 18px;
    font-size: 16px;
  }

  .fp-faq details > div {
    padding: 17px 18px 20px;
  }

  .fp-final {
    padding: 58px 0;
  }

  .fp-final p {
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fp-btn {
    transition: none;
  }

  .fp-btn:hover {
    transform: none;
  }
}/* End custom CSS */