:root {
  --spark-library--foreground-interactive: #5532fa;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #0043a5;
  --lynx--grey: #797c83;
  --lynx--white: white;
  --conversion-flow-library--sandy-brown: #ffa84b;
  --conversion-flow-library--medium-purple: #b16cea;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --spark-library--foreground-secondary: #000000c2;
  --lynx--black: #1f2022;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--border-default: #00000029;
  --spark-library--black: black;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--light-steel-purple: #a695fb;
  --lynx--medium-purple: #8979ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

p {
  margin-bottom: 10px;
}

.efi-nav-link {
  padding: 0 10px;
  font-size: 16px;
}

.efi-nav-link.dark {
  color: #fff;
  background-color: #0000;
  padding: 0 10px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.efi-nav-link.dark.w--current {
  text-underline-offset: 3px;
  text-decoration: none;
}

.efi-nav-link.dark.w--current:visited {
  text-decoration: none;
}

.efi-button-menu {
  padding: 0;
}

.efi-nav-03 {
  background-color: #0043a5;
  padding: 30px 5%;
}

.efi-nav-03-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.icon.white {
  color: #fff;
}

.efi-nav-03-nav-menu {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.efi-brand.white {
  color: #fff;
  width: 200px;
}

.container {
  max-width: 1200px;
  padding: 10px;
}

.container.styled {
  border-radius: 10px;
}

.section-hero {
  background-image: linear-gradient(#00000087, #0000001c), url('../images/whatsapp-image-2025-09-27-at-18.20.59_658c7f81.jpg');
  background-position: 0 0, 0 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  min-height: 90vh;
  padding-top: 60px;
  padding-bottom: 60px;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  margin-top: 20px;
}

.spark-button.spark-dark-button:hover {
  opacity: .79;
}

.spark-hero-section-left-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.spark-hero-sub-paragraph {
  color: var(--spark-library--white);
  width: 80%;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.flex-hero {
  flex-flow: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.heading {
  color: var(--spark-library--white);
  font-family: Open Sans, sans-serif;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-features-bg {
  background-color: var(--lynx--white);
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-features-bg:hover {
  box-shadow: 0 10px 15px -2px #1f20221a;
}

.lynx-icon-features-small {
  width: 50px;
  height: 50px;
  display: block;
}

.lynx-block-features-pink {
  background-color: #0000;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 10px;
}

.lynx-heading-features-small {
  color: var(--spark-library--foreground-interactive-hover);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.collection-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-services {
  padding-top: 60px;
  padding-bottom: 60px;
}

.cta-nav {
  color: var(--spark-library--foreground-interactive-hover);
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.95, .05, .795, .035);
}

.sous-paragraph {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library--sandy-brown);
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: var(--conversion-flow-library--medium-purple);
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-copyright-text-2 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-footer-section {
  background-color: var(--spark-library--foreground-interactive-hover);
  color: #fff;
  background-image: url('../images/shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.cf-footer-link {
  color: var(--conversion-flow-library--medium-purple);
}

.div-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-blue {
  color: var(--spark-library--foreground-interactive-hover);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-weight: 800;
}

.testimonial-slider-large {
  background-color: #0000;
  border-bottom: 1px #e4ebf3;
  padding: 40px 30px 10px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-two {
  background-color: #0000;
  height: auto;
}

.testimonial-slide {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 12px 64px;
  display: flex;
}

.testimonial-content {
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  margin-right: 40px;
  display: flex;
}

.testimonial-quote-icon {
  margin-bottom: 24px;
}

.testimonial-quote {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.testimonial-image-two {
  object-fit: cover;
  width: 350px;
  height: 400px;
}

.testimonial-author-image-three {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.testimonial-slider-arrow {
  display: none;
}

.testimonial-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.testimonial-title {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.text-wrapper {
  margin-bottom: 0;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.different-flex {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 140px;
  padding-bottom: 60px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-h2-heading-56px {
  color: var(--spark-library--foreground-interactive-hover);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 40px;
}

.cf-body---18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.cf-h3-heading-40px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
}

.cf-h3-heading-40px.margin-bottom-32px {
  margin-bottom: 32px;
}

.cf-different-tab-image {
  width: 32px;
  height: auto;
  margin-right: 16px;
}

.cf-different-tabs-content {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
}

.cf-different-tab-link {
  opacity: .3;
  letter-spacing: -.01em;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
}

.cf-different-tab-link.w--current {
  opacity: 1;
  background-color: #0000;
}

.cf-different-upper-container {
  margin-bottom: 100px;
}

.cf-different-bottom-container {
  width: 100%;
}

.cf-pricing-plan-check-icon {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.cf-pricing-plan-pointer-container {
  margin-top: 40px;
}

.cf-different-tabs {
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-pricing-plan-pointer-text-18px {
  color: #000c;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-different-menu {
  flex-direction: column;
  width: 50%;
  max-width: 400px;
  margin-right: 1%;
  display: flex;
}

.hero-about {
  background-image: linear-gradient(#0000006b, #0000006b), url('../images/nevada_governor_seeks_to_pardon.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 60vh;
}

.heading-about {
  color: var(--spark-library--white);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.title-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.paragraph-2 {
  color: var(--lynx--white);
  text-align: center;
}

.rt-component-container {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width-image {
  width: 100%;
  height: 100%;
}

.rt-about-three-work-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spark-container-3 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-3 {
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  color: var(--spark-library--foreground-interactive-hover);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 p {
  font-size: 20px;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-icon.spark-20px-icon {
  align-items: center;
  width: 20px;
  padding: 2px;
  display: flex;
}

.spark-centered-900 {
  text-align: center;
  width: auto;
  max-width: 90%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-team-member-details {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  max-width: 590px;
  display: block;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-small-sub-paragraph.spark-margin-bottom-1rem {
  margin-bottom: 1rem;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.spark-wrapped-team-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-team-card.spark-extra-spaced {
  grid-column-gap: 64px;
  align-items: center;
}

.spark-social-row {
  grid-column-gap: 24px;
  justify-content: center;
  width: 100%;
  display: flex;
}

.spark-social-row.spark-left-aligned {
  justify-content: flex-start;
}

.spark-flex-row-of-team-members {
  grid-row-gap: 64px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spark-horizontal-team-member-image {
  object-fit: cover;
  border-radius: 12px;
  width: 500px;
  max-width: none;
  height: 300px;
  display: block;
}

.spark-gray-paragraph {
  color: var(--spark-library--foreground-secondary);
  line-height: 1.3;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-block-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading-2 {
  color: var(--spark-library--foreground-interactive-hover);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Open Sans, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.lynx-subtitle-2 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph {
  color: #333;
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-faq {
  grid-row-gap: 14px;
  flex-direction: column;
  width: 100%;
  max-width: 840px;
  display: flex;
}

.lynx-accordion-item {
  background-color: var(--lynx--white);
  border-radius: 20px;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-accordion-header {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 30px;
  transition: padding .3s;
  display: flex;
}

.lynx-accordion-header:hover {
  padding-left: 35px;
}

.lynx-heading-accordion {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 132%;
}

.lynx-icon-arrow {
  background-color: var(--spark-library--foreground-interactive-hover);
  background-image: url('../images/arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 40px;
  height: 40px;
}

.lynx-accordion-content {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}

.lynx-paragraph-accordion {
  color: var(--lynx--grey);
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.faq {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-service {
  background-image: linear-gradient(#00000040, #00000040), url('../images/ligal-scaled.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  min-height: 40vh;
}

.cf-features-section-3 {
  padding-top: 60px;
}

.heading-5 {
  text-align: left;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 35px;
}

.law-force {
  width: 250px;
  height: 188px;
  margin-left: auto;
  margin-right: auto;
}

.wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  background-color: #f5f1e6;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-bottom: 100px;
  padding: 10px;
  display: grid;
}

.paragraph-3 {
  margin-top: 20px;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-4.spark-centered-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.spark-section-4 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4.spark-overflow-hidden {
  background-color: #f5f1e6;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-overflow-hidden {
  overflow: hidden;
}

.spark-button-3 {
  border: 1.5px solid var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  background-color: #ffbd14;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  border-color: #ffbd14;
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-centered {
  grid-column-gap: 24px;
  justify-content: center;
}

.spark-hero-sub-paragraph-3 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hold-circles {
  perspective-origin: 0%;
  transform-origin: 0%;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.spark-hold-circles.spark-right-side {
  perspective-origin: 100%;
  transform-origin: 100%;
  left: auto;
  right: 0;
}

.spark-big-circle {
  border: 1px solid var(--spark-library--foreground-interactive-hover);
  border-radius: 100%;
  width: 25vw;
  max-width: 300px;
  height: 25vw;
  max-height: 300px;
  position: relative;
  left: -85%;
}

.spark-big-circle.spark-circle-two {
  position: absolute;
  inset: 0% auto 0% -61%;
}

.spark-big-circle.spark-circle-three {
  position: absolute;
  inset: 0% auto 0% -40%;
}

.spark-big-circle.spark-circle-static {
  left: auto;
  right: -85%;
}

.spark-big-circle.spark-circle-right-two {
  position: absolute;
  inset: 0% -61% 0% auto;
}

.spark-big-circle.spark-circle-three-right {
  border-color: var(--spark-library--foreground-interactive-hover);
  color: var(--spark-library--foreground-interactive-hover);
  position: absolute;
  inset: 0% -40% 0% auto;
}

.spark-centered-content {
  text-align: center;
}

.body-2 {
  background-color: #0000;
}

.div-block-2 {
  width: 300px;
}

.service-detail-hero {
  background-image: url('../images/16_law-and-crime-logo-background.webp');
  background-position: 0 0;
  background-size: cover;
  width: auto;
  height: 30vh;
}

.container-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.detail-title {
  color: var(--lynx--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 35px;
}

.paragraph-4 {
  color: var(--lynx--white);
  padding-left: 20px;
  padding-right: 20px;
}

.icon-service-detail {
  max-width: 100px;
}

.spark-section-5 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 176px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 17px;
  position: relative;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.container-5 {
  flex-flow: column;
  max-width: 1100px;
  padding-top: 60px;
  display: flex;
}

.div-block-3 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wrapper-detail {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-margin-bottom-thirty {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.rt-category-cards-text-2.rt-text-lowarcase {
  text-transform: lowercase;
  font-family: Open Sans, sans-serif;
}

.rt-text-blue {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1100px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-sub-heading {
  color: #060606;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.rt-sub-heading.rt-text-blue {
  color: #384bf8;
}

.rt-button-new-text {
  z-index: 1;
  color: #27272e;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .5s linear;
  position: relative;
}

.rt-button-new-text.rt-button-text-color-white {
  color: #fff;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  line-height: 40px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-contact-link-block {
  text-decoration: none;
}

.rt-contact-form-text-field {
  outline-offset: 0px;
  color: #686868;
  background-color: #f3f3f3;
  border: 1px solid #0606061a;
  border-radius: 5px;
  outline: 3px #686868;
  margin-bottom: 20px;
  padding-top: 25px;
  padding-bottom: 29px;
  padding-left: 18px;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
}

.rt-contact-form-text-field::placeholder {
  color: var(--radiant-ui-components-library-marketplace--light-grey);
}

.rt-contact-form-text-field.rtmessage {
  margin-bottom: 30px;
  padding-top: 15px;
  padding-bottom: 28px;
}

.rt-contact-form-text-field.rtmessage.rt-height {
  background-color: #f3f3f3;
  height: 200px;
}

.rt-contact-type {
  margin-bottom: 5px;
}

.rt-contact-type.rt-align {
  font-family: Open Sans, sans-serif;
}

.rt-contact-para {
  max-width: 566px;
  margin-top: 20px;
  margin-bottom: 50px;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.rt-contact-us-form {
  width: 100%;
  padding-top: 0;
  padding-left: 62px;
  position: relative;
}

.rt-contact-us-main-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  padding-top: 0;
  display: flex;
}

.rt-info-icon {
  width: 30px;
}

.rt-contact-form-submit {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 35px 10px 40px;
  display: block;
  overflow: hidden;
}

.rt-contact-form-text {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 78%;
  display: flex;
}

.rt-text-field-block {
  grid-column-gap: 15px;
  display: flex;
}

.rt-info-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.rt-contact-form {
  background-image: linear-gradient(#0043a5a6, #0043a5a6), url('../images/ligal-scaled.webp');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 40px 45px;
  overflow: hidden;
}

.rt-contact-one-information-box {
  grid-column-gap: 20px;
  text-align: left;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 40px 20px 30px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-form-icon {
  position: absolute;
  inset: 0% auto auto 0%;
}

.rt-contact-us-submit {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  padding: 18px 38px;
  overflow: hidden;
}

.rt-contact-us-submit.rt-button-new-text.rt-button-text-color-white {
  background-color: var(--spark-library--foreground-interactive-hover);
  text-transform: uppercase;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.rt-contact-icons {
  width: 100%;
}

.rt-call {
  text-decoration: none;
}

.rt-error-message {
  color: #f33;
  text-align: center;
  padding: 20px;
}

.rt-success-message {
  color: #128800;
  text-align: center;
  background-color: #e1ffe0;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  white-space: normal;
  word-break: normal;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 31px;
}

.rt-financial-paragraph {
  font-family: Open Sans, sans-serif;
}

.rt-home-one-project-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-home-four-three-box-pic {
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 25px;
  display: flex;
  overflow: hidden;
}

.rt-home-four-arrow-block {
  border: 1px solid #0000004d;
  border-radius: 100px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.rt-no-underline {
  cursor: pointer;
  text-decoration: none;
}

.rt-image-height-auto {
  object-fit: cover;
}

.rt-financial-planning-block {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rt-home-four-three-box-data {
  padding-top: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

.rt-home-four-three-box-one {
  color: #333;
  border-radius: 10px;
  flex: 1;
  box-shadow: 0 10px 80px #0043a526;
}

.spark-container-5 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-6 {
  background-image: linear-gradient(#0043a5cc, #0043a5cc), url('../images/photorealistic-lawyer-environment-min.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-6 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-6 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-6 h2 {
  color: var(--spark-library--foreground-interactive-hover);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.spark-section-6 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-6 p {
  padding-left: 0;
  padding-right: 0;
}

.spark-section-6 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-6 li {
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.spark-button-4 {
  border: 1px none var(--radiant-ui-components-library-marketplace--color--white);
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive-hover);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-family: Open Sans, sans-serif;
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-4:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--white);
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-flex-row-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-4.spark-5-spacing {
  grid-column-gap: 5%;
  justify-content: space-between;
  align-items: flex-start;
}

.spark-flex-row-4.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-hero-section-image-2 {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-content-section-left-side {
  width: 616px;
  max-width: 50%;
}

.cta-pretitle {
  color: var(--lynx--white);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.text-block {
  color: var(--spark-library--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.div-block-4 {
  color: var(--lynx--white);
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.white {
  color: var(--lynx--white);
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-job-title {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-header-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cf-review-section {
  padding-top: 200px;
  padding-bottom: 200px;
}

.cf-right-arrow {
  width: 50%;
  right: -8px;
}

.cf-review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cf-review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-no-mask {
  width: 400px;
  overflow: visible;
}

.cf-review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-reviewer-container {
  width: 100%;
  position: relative;
}

.cf-slide-nav {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.cf-review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-testimonial-h2-heading {
  font-family: Montserrat, sans-serif;
}

.testimonial-slider-small {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author {
  margin-bottom: 2px;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slide-nav {
  display: none;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-all-reviews-home {
  grid-column-gap: 17px;
  grid-row-gap: 15px;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 30px 35px;
  display: flex;
  box-shadow: 0 10px 80px #dbdfffcc;
}

.rt-home-review-main-block {
  background-image: url('../images/map.webp');
  background-position: 50% 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: visible;
}

.rt-profile-image-block-home {
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 5px 4px 25px #00000014;
}

.rt-home-review-para {
  max-width: 665px;
  margin-bottom: 35px;
  padding-bottom: 27px;
}

.rt-quotes-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.rt-reviews-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-job-role {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.rt-people-name-and-image {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-reviews {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  box-shadow: 5px 4px 60px #0000000f;
}

.rt-body-font-color {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  transition: color .35s;
}

.paragraph-slider {
  text-align: center;
  font-size: 17px;
  font-weight: 700;
}

.text-span, .text-span-2 {
  font-weight: 700;
}

.cta-home {
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-newsletter {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  background-image: linear-gradient(#0043a5a6, #0043a5a6), url('../images/whatsapp-image-2025-09-27-at-21.54.47_59e6a720.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 140px 50px 120px;
  display: flex;
}

.lynx-form {
  background-color: #ffffff1a;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-text-field {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #000;
  min-width: 200px;
  height: 46px;
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 10px;
  padding: 8px 0;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
}

.lynx-text-field::placeholder {
  color: #fff9;
}

.lynx-submit-button {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  transition: background-color .3s, color .3s;
}

.lynx-submit-button:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-form-block {
  margin-bottom: 0;
}

.lynx-success-message {
  background-color: #32b77aa6;
  border-radius: 50px;
  padding: 20px 29px;
}

.lynx-text-message {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.lynx-error-message {
  background-color: #fd4b8ba6;
  border-radius: 30px;
  margin-top: 15px;
  padding: 20px 30px;
}

.lynx-heading-white-small {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 114%;
}

.paragraph-5 {
  color: var(--lynx--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.cta-button {
  padding: 10px 20px;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-content-block {
  justify-content: space-between;
  display: flex;
}

.mail-address {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.mail-address:hover {
  color: #fff;
}

.container-7 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.link-block-4 {
  text-decoration: none;
}

.phone-number {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition-property: none;
  display: block;
}

.phone-number:hover {
  color: #fff;
}

.address-block {
  grid-column-gap: 15px;
  align-items: flex-start;
  font-style: normal;
  display: flex;
}

.footer-inner {
  color: #fff;
  background-image: linear-gradient(#0043a5e6, #0043a5e6), url('../images/photorealistic-lawyer-environment-min.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.single-link-block {
  grid-column-gap: 13px;
  color: #fff;
  align-items: center;
  font-size: 16px;
  line-height: 40px;
  text-decoration: none;
  display: flex;
}

.single-link-block:hover {
  color: #fff;
}

.footer-social-block {
  grid-column-gap: 13px;
  margin-top: 24px;
  display: flex;
}

.social-link-block {
  background-color: #2a2e41;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-link-block.footer-social {
  background-color: #fff0;
  width: auto;
  height: auto;
  transition: background-color .3s, color .3s;
}

.footer-menu-text {
  font-family: Open Sans, sans-serif;
}

.footer-menu-text:hover {
  color: #fff;
}

.contact-number-block {
  grid-column-gap: 15px;
  color: #fff;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.mail-address-block {
  grid-column-gap: 15px;
  margin-top: 13px;
  margin-bottom: 16px;
  display: flex;
}

.footer-link-block-wrapper {
  grid-column-gap: 60px;
  display: flex;
}

.footer-bottom {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-3 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.footer-address-text {
  color: #fff;
  max-width: 177px;
  font-size: 16px;
}

.link-block-5 {
  text-decoration: none;
}

.text-block-2 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.text-block-3 {
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  line-height: 30px;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-margin-bottom-fifteen {
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-news-image {
  overflow: hidden;
}

.rt-news-image.rt-with-radius {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.rt-blog-two-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-news-details {
  justify-content: space-between;
  padding: 31px 40px 30px 32px;
}

.rt-news-details.rt-no-details-padding {
  border-bottom: 1px #000;
  border-radius: 0 0 20px 20px;
  padding: 20px 15px;
  box-shadow: 0 14px 14px -1px #00000014;
}

.rt-date-and-arrow-block {
  justify-content: space-between;
  align-self: center;
  align-items: flex-start;
  padding-right: 1px;
  display: flex;
}

.rt-category-type-block {
  color: #fff;
  font-size: 1rem;
  line-height: 1.75rem;
}

.rt-news {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.rt-news.rt-no-radius {
  background-color: #0000;
  border-style: none;
  border-radius: 0;
  overflow: visible;
}

.rt-blog-two-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-blog-date-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: url('../images/mask-group-11.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 0;
  padding-left: 35px;
}

.rt-news-date {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
}

.rt-category-2 {
  background-color: #3f53d8;
  border-radius: 4px;
  padding: 5px 17px;
  position: absolute;
  inset: 20px 20px auto auto;
  overflow: hidden;
}

.rt-news-picture {
  object-fit: cover;
  width: 100%;
}

.collection-list-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: repeat(auto-fit, minmax(2px, 1fr));
  grid-template-columns: 3fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-button-orange-arrow {
  margin-top: 2px;
}

.rt-button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-position-relative {
  position: relative;
}

.rt-blog-card-four-text {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 450px;
}

.rt-blog-card-four-image {
  overflow: hidden;
  box-shadow: 5px 4px 50px #00000014;
}

.rt-button-two-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-button-two-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  text-transform: capitalize;
}

.rt-collection-list-five {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-tab-image-full-width-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: auto;
}

.rt-blog-card-four {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.rt-image-appear-overlay {
  z-index: 10;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #ff5e14;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.rt-tag-text-four {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 26px;
}

.rt-tag-text-four.rt-tag-body-color {
  color: #606060;
}

.div-block-5 {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-link {
  text-decoration: none;
}

.blog-details-date {
  background-color: var(--spark-library--foreground-interactive-hover);
  color: #fff;
  border-radius: 100px;
  align-items: center;
  padding: 4px 22px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  display: inline-block;
}

.recent-post-list {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.tag-share-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--spark-library--foreground-interactive-hover);
  border-radius: 8px;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 12px;
  padding: 20px 24px;
  display: flex;
}

.single-service-sidebar-thumbnail-content {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #fff;
  padding: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-page-wrapper {
  display: flex;
}

.image-black {
  position: absolute;
}

.blog-details-meta-content {
  grid-column-gap: 20px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.container-8 {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.image-white {
  z-index: -1;
  position: absolute;
}

.tag-text-block {
  color: var(--lynx--white);
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
}

.blog-details-image-block {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 22px;
  display: grid;
}

.single-service-sidebar-thumbnail-block {
  display: inline-block;
  position: relative;
}

.emergency-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.1;
}

.emergency-number {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none;
}

.emergency-number:hover {
  color: #d1d2dc;
}

.blog-social-link-block {
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.blog-social-link-block:hover {
  background-color: #000;
}

.single-service-sidebar-thumbnail-image {
  border-radius: 8px;
  max-width: 100%;
  min-height: 550px;
}

.call-number-text {
  color: #fff;
  margin-top: 45px;
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}

.sidebar-box {
  line-height: 1;
}

.blog-page-section {
  padding-top: 130px;
  padding-bottom: 130px;
}

.blog-page-sidebar {
  grid-row-gap: 60px;
  flex-direction: column;
  min-width: 270px;
  max-width: 300px;
  display: flex;
}

.blog-details-rich-text {
  color: #0b2121;
  font-weight: 300;
}

.blog-page-post {
  border-left: 1px solid #e8e6f5;
  max-width: 770px;
  margin-left: 30px;
  padding-left: 30px;
}

.tag-side {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  align-items: center;
  display: flex;
}

.tag-side.center-content {
  grid-column-gap: 15px;
}

.footer-social-network-block {
  grid-column-gap: 11px;
  display: flex;
}

.blog-details-thumbnail {
  border-radius: 12px;
  overflow: hidden;
}

.sidebar-service-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.sidebar-heading {
  color: #0b2121;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
}

.div-block-6 {
  background-color: var(--spark-library--foreground-interactive-hover);
  border-radius: 20px;
  padding: 20px;
}

.categorie-tag {
  color: var(--lynx--white);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.link-block-6, .service-link, .link-block-7 {
  text-decoration: none;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.paragraph-service-center {
  color: var(--lynx--white);
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 1280px) {
  .cf-footer-right-container {
    justify-content: center;
  }

  .cf-footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .rt-contact-one-information-box {
    padding-right: 40px;
  }

  .mail-address {
    font-size: 18px;
    line-height: 30px;
  }

  .container-7 {
    max-width: 1200px;
  }

  .address-block {
    max-width: 235px;
    margin-top: -8px;
    font-size: 18px;
    line-height: 30px;
  }

  .tag-share-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .container-8 {
    max-width: 1200px;
  }

  .blog-page-sidebar {
    max-width: 300px;
  }

  .blog-page-post {
    max-width: 770px;
    margin-left: 49px;
    padding-left: 49px;
  }
}

@media screen and (min-width: 1440px) {
  .cf-footer-right-container {
    margin-left: 5%;
  }

  .cf-review-no-mask {
    overflow: visible;
  }

  .cf-slide-nav {
    display: block;
  }

  .footer-content-block {
    justify-content: space-between;
  }
}

@media screen and (min-width: 1920px) {
  .rt-contact-form-text {
    width: 78%;
  }

  .rt-home-review-main-block {
    background-position: 59% 95%;
  }

  .footer-content-block {
    justify-content: space-between;
  }

  .footer-inner {
    background-position: 75%;
  }
}

@media screen and (max-width: 991px) {
  .efi-nav-link.dark {
    color: #fff;
    background-color: #000;
    padding: 30px 5%;
  }

  .efi-button-menu {
    padding: 0;
  }

  .efi-button-menu.w--open {
    background-color: #000;
  }

  .spark-hero-section-left-side {
    width: 100%;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-container {
    flex-direction: column;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonial-slide {
    padding-left: 32px;
  }

  .testimonial-quote {
    overflow: visible;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.different-flex {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-body---18px {
    line-height: 150%;
  }

  .cf-different-tabs-content {
    margin-top: 60px;
    margin-left: 0;
  }

  .cf-different-tabs {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cf-pricing-plan-pointer-text-18px {
    line-height: 150%;
  }

  .cf-different-menu {
    grid-column-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
    max-width: 660px;
    margin-right: 0%;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-wrapped-team-card {
    width: 45%;
  }

  .spark-wrapped-team-card.spark-extra-spaced {
    grid-row-gap: 16px;
    flex-wrap: wrap;
    width: 100%;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-heading-accordion {
    font-size: 19px;
  }

  .spark-section-4 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-hold-circles {
    top: 66%;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .rt-contact-type.rt-align {
    text-align: center;
  }

  .rt-contact-para {
    margin-bottom: 32px;
  }

  .rt-contact-us-form {
    padding-top: 0;
    padding-left: 0;
    position: static;
  }

  .rt-contact-us-main-block {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .rt-contact-form-text {
    width: 100%;
  }

  .rt-info-details.rt-align {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-contact-one-information-box {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .rt-form-icon {
    display: none;
  }

  .rt-error-message, .rt-success-message {
    padding: 10px;
  }

  .rt-home-four-three-box-pic {
    margin-top: 15px;
  }

  .rt-home-four-arrow-block {
    display: none;
  }

  .rt-financial-planning-block {
    margin-bottom: 10px;
  }

  .rt-home-four-three-box-data {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 15px;
  }

  .spark-section-6 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-hero-section-image-2 {
    width: 100%;
    max-width: 100%;
  }

  .container-6 {
    max-width: 728px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
    padding-bottom: 0;
  }

  .rt-reviews-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-reviews {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .lynx-text-field {
    min-width: 110px;
  }

  .lynx-heading-white-small {
    font-size: 38px;
  }

  .footer-content-block {
    grid-row-gap: 30px;
    flex-wrap: wrap;
  }

  .footer-inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .rt-news-details, .rt-news-details.rt-no-details-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-news-picture {
    height: auto;
  }

  .rt-tab-image-full-width-2 {
    width: 100%;
    height: auto;
  }

  .blog-page-wrapper {
    grid-row-gap: 50px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .blog-page-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-page-post {
    border-left-style: none;
    margin-left: 0;
    padding-left: 0;
  }

  .sidebar-heading {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .testimonial-slider-large {
    padding: 60px 15px;
  }

  .testimonial-slide {
    flex-direction: column;
    padding: 23px;
  }

  .testimonial-content {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .testimonial-quote-icon {
    width: 50px;
    margin-bottom: 16px;
  }

  .testimonial-image-two {
    width: 100%;
    height: auto;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-body---18px {
    font-size: 16px;
  }

  .cf-h3-heading-40px {
    font-size: 22px;
  }

  .cf-different-tab-link {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
  }

  .cf-different-menu {
    grid-row-gap: 10px;
    width: 100%;
  }

  .rt-about-three-work-main {
    flex-flow: column;
    display: flex;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-team-card {
    width: 100%;
  }

  .spark-horizontal-team-member-image {
    width: 100%;
    height: auto;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-centered {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph-3 {
    margin-bottom: 32px;
  }

  .spark-hold-circles {
    top: 68%;
  }

  .spark-big-circle {
    width: 20vw;
    height: 20vw;
  }

  .spark-section-5 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .rt-sub-heading.rt-text-blue.rt-about-one-hero-about-title, .rt-contact-type, .rt-contact-para {
    text-align: center;
  }

  .rt-contact-form-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .rt-info-block {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-contact-form {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .rt-home-four-three-box-pic {
    margin-top: 18px;
  }

  .rt-home-four-three-box-data {
    padding-top: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-6 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-flex-row-4 {
    flex-direction: column;
  }

  .spark-flex-row-4.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-flex-row-4.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-hero-section-image-2, .spark-content-section-left-side {
    width: 100%;
    max-width: 100%;
  }

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-header-wrapper {
    max-width: 320px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rt-home-review-para {
    max-width: 510px;
  }

  .lynx-heading-white-small {
    font-size: 34px;
  }

  .footer-content-block {
    flex-wrap: wrap;
  }

  .rt-blog-two-list {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-collection-list-five {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .tag-share-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-details-image-block {
    grid-column-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .efi-nav-link.dark {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-align: center;
    background-color: #0043a5b3;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 300;
  }

  .efi-button-menu.w--open {
    background-color: #0000;
  }

  .efi-nav-03 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 2%;
  }

  .efi-nav-03-nav-menu {
    background-color: #0000;
  }

  .container {
    min-width: 290px;
    max-width: none;
    padding: 0 20px;
  }

  .container.styled {
    min-width: 290px;
    max-width: none;
  }

  .section-hero {
    background-position: 0 0, 40%;
    background-size: auto, cover;
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 40px;
  }

  .spark-button.spark-dark-button {
    margin-top: 0;
  }

  .spark-hero-section-left-side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 0;
    display: none;
  }

  .heading {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 35px;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

  .collection-list {
    flex-flow: column;
    display: flex;
  }

  .section-services {
    padding-top: 20px;
  }

  .cta-nav {
    display: none;
  }

  .sous-paragraph {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .heading-blue {
    font-size: 25px;
    line-height: 35px;
  }

  .testimonial-slider-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-quote-icon {
    width: 30px;
  }

  .testimonial-quote {
    font-size: 22px;
    line-height: 30px;
  }

  .testimonial-author-image-three {
    margin-right: 16px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-h3-heading-40px {
    font-size: 20px;
  }

  .cf-different-tab-link.w--current {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-pricing-plan-check-icon {
    margin-right: 8px;
  }

  .cf-pricing-plan-pointer-text-18px {
    font-size: 16px;
  }

  .cf-different-menu {
    justify-content: flex-start;
  }

  .heading-about {
    font-size: 23px;
    line-height: 30px;
  }

  .title-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: 40px;
  }

  .paragraph-2 {
    font-size: 13px;
  }

  .spark-section-3 {
    padding: 40px 20px 64px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 2.5rem;
  }

  .spark-section-3 h3 {
    margin-top: 0;
    margin-bottom: .25rem;
    font-size: 1.6rem;
  }

  .spark-icon.spark-20px-icon {
    flex: none;
    width: 20px;
    padding: 0;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-small-sub-paragraph.spark-margin-bottom-1rem {
    margin-bottom: .5rem;
    font-size: 15px;
  }

  .lynx-heading-2 {
    max-width: 300px;
    margin-bottom: 0;
    font-size: 29px;
  }

  .lynx-block-faq {
    width: 90%;
  }

  .lynx-heading-accordion {
    font-size: 14px;
    line-height: 120%;
  }

  .lynx-paragraph-accordion {
    font-size: 14px;
    line-height: 155%;
  }

  .hero-service {
    min-height: auto;
  }

  .spark-section-4 {
    padding: 64px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-centered {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    align-items: center;
  }

  .spark-hold-circles {
    top: 82%;
  }

  .service-detail-hero {
    height: auto;
  }

  .detail-title {
    font-size: 25px;
  }

  .paragraph-4 {
    text-align: left;
  }

  .spark-section-5 {
    padding: 64px 20px;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .rt-category-cards-text-2 {
    font-size: 15px;
  }

  .rt-category-cards-text-2.rt-margin-bottom-thirty {
    font-size: 18px;
  }

  .rt-category-cards-text-2.rt-text-lowarcase {
    font-size: 15px;
  }

  .rt-component-section-2 {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .rt-button-new-text {
    font-size: .875rem;
    line-height: 1.5rem;
  }

  .rt-contact-para {
    font-size: 14px;
    line-height: 25px;
  }

  .rt-contact-form-submit {
    padding: 10px;
  }

  .rt-text-field-block {
    flex-direction: column;
  }

  .rt-info-block {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-contact-form {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 0;
  }

  .rt-contact-one-information-box {
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
  }

  .spark-section-6 {
    padding: 64px 20px 30px;
  }

  .spark-section-6 h1 {
    font-size: 3rem;
  }

  .spark-section-6 h2 {
    font-size: 2.5rem;
  }

  .spark-button-4 {
    padding: 10px;
    font-size: .8rem;
  }

  .spark-flex-row-4 {
    align-items: flex-start;
  }

  .spark-flex-row-4.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-hero-section-image-2 {
    box-shadow: 0 2px 13px 6px #0000001a;
  }

  .text-block {
    font-size: 2rem;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .rt-category-cards-text {
    font-size: 14px;
    line-height: 25px;
  }

  .rt-home-review-main-block {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 60px;
    display: flex;
  }

  .rt-home-review-para {
    text-align: center;
  }

  .rt-job-role {
    font-size: 14px;
    line-height: 20px;
  }

  .rt-body-font-color {
    line-height: 20px;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .lynx-newsletter {
    border-radius: 0;
    padding: 50px 20px;
  }

  .lynx-form {
    border-radius: 20px;
    flex-direction: column;
    align-items: stretch;
  }

  .lynx-text-field {
    margin: 12px 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lynx-form-block {
    width: 100%;
  }

  .lynx-heading-white-small {
    font-size: 29px;
  }

  .paragraph-5 {
    font-size: 14px;
  }

  .footer-block {
    width: 100%;
    margin-top: 0;
  }

  .footer-content-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .mail-address, .phone-number {
    font-size: 14px;
  }

  .footer-inner {
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .footer-menu-text {
    font-size: 14px;
    line-height: 30px;
  }

  .footer-title {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-link-block-wrapper {
    flex-wrap: wrap;
  }

  .footer-copyright {
    padding: 10px 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-address-text, .text-block-2 {
    font-size: 14px;
  }

  .text-block-3 {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
  }

  .rt-news-details {
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .rt-news-details.rt-no-details-padding {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-date-and-arrow-block {
    padding-top: 10px;
    padding-right: 0;
  }

  .div-block-5 {
    flex-flow: column;
    display: flex;
  }

  .blog-details-date {
    font-size: 16px;
    line-height: 30px;
  }

  .tag-share-wrapper {
    flex-direction: column;
  }

  .single-service-sidebar-thumbnail-content {
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
  }

  .blog-details-meta-content {
    grid-column-gap: 10px;
    margin-top: 20px;
  }

  .blog-details-image-block {
    grid-column-gap: 10px;
  }

  .emergency-title {
    font-size: 32px;
  }

  .emergency-number {
    font-size: 22px;
  }

  .single-service-sidebar-thumbnail-image {
    min-height: 450px;
  }

  .blog-page-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-page-sidebar {
    grid-row-gap: 30px;
  }

  .tag-side {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .tag-side.center-content {
    align-items: center;
    margin-bottom: 0;
  }

  .sidebar-heading {
    text-align: center;
  }

  .container-9 {
    max-width: 285px;
  }

  .container-10 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6, .paragraph-service-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#w-node-e9d1631b-0d7a-4549-4ae1-8a254c8480a5-62e36380, #w-node-e9d1631b-0d7a-4549-4ae1-8a254c8480b4-62e36380, #w-node-e9d1631b-0d7a-4549-4ae1-8a254c8480c3-62e36380, #w-node-_596e1a66-d0bf-9229-bf2e-d0a44c465669-d83812d4, #w-node-_61c92769-c15b-eb4f-e08f-72aa4db1f978-5da32c9a, #w-node-_61c92769-c15b-eb4f-e08f-72aa4db1f981-5da32c9a, #w-node-_61c92769-c15b-eb4f-e08f-72aa4db1f98a-5da32c9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


