    .template-popup-wrapper,
    .showcase-dropdown,
    .w-webflow-badge,
    .menu-copyright-wrapper,
    .footer-copyright-logo-div {
      display: none !important;
    }

    .brand-logo-link {
      display: flex;
      align-items: center;
      max-width: 180px;
    }

    .logo-dark,
    .logo-light {
      height: 30px !important;
      width: auto !important;
      max-width: 180px;
      object-fit: contain;
    }

    .navbar .brand-logo-link .logo-dark,
    .navbar .brand-logo-link .logo-light {
      height: 48px !important;
    }

    .logo-light,
    .footer-logo,
    .footer-large-logo {
      filter: brightness(0) invert(1);
    }

    .logo-dark {
      filter: none;
    }

    .footer-logo {
      height: 32px !important;
      width: auto !important;
      max-width: 180px;
      object-fit: contain;
    }

    .footer-large-logo {
      max-width: min(40vw, 240px) !important;
      height: auto !important;
      object-fit: contain;
    }

    .v1-service-card {
      transition:
        transform 550ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
        box-shadow 550ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
        background-color 550ms ease 100ms;
      will-change: transform;
    }

    .v1-service-info-wrapper {
      overflow: hidden;
      height: 0;
      transition:
        height 550ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
        opacity 400ms ease 100ms;
    }

    .v1-service-image {
      transition:
        filter 650ms cubic-bezier(0.22, 1, 0.36, 1) 100ms,
        transform 650ms cubic-bezier(0.22, 1, 0.36, 1) 100ms !important;
      will-change: filter, transform;
    }

    .v1-service-card.is-expanded {
      transform: translate3d(0px, -6px, 0px);
    }

    .v1-service-card.is-expanded .v1-service-image {
      filter: saturate(100%) !important;
      transform: scale3d(1.03, 1.03, 1);
    }

    .w-layout-grid.v1-process-grid .v1-process-image-div {
      aspect-ratio: 3 / 2;
      overflow: hidden;
    }

    .w-layout-grid.v1-process-grid {
      --tdl-process-image-progress: 0;
    }

    .w-layout-grid.v1-process-grid .v1-process-image {
      display: block;
      width: 100%;
      height: 100%;
      aspect-ratio: 3 / 2;
      object-fit: cover;
      object-position: center;
      filter: saturate(calc(var(--tdl-process-image-progress, 0) * 100%));
      transition: filter 320ms linear;
      will-change: filter;
    }

    .w-layout-grid.v1-process-grid .v1-process-dot {
      background-color: rgb(209, 209, 209);
      transition: background-color 520ms ease;
      will-change: background-color;
    }

    .w-layout-grid.v1-process-grid .v1-process-line-div {
      overflow: hidden;
    }

    .w-layout-grid.v1-process-grid .v1-process-line {
      transform: scaleY(var(--tdl-process-line-progress, 0));
      transform-origin: top center;
      transform-style: preserve-3d;
      transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: transform;
    }

    .w-layout-grid.v1-process-grid .v1-process-list-icon {
      --tdl-process-icon-progress: 0;
      color: color-mix(
        in srgb,
        #413df2 calc(var(--tdl-process-icon-progress, 0) * 100%),
        #c9c9d1
      );
      transition: color 360ms cubic-bezier(0.22, 1, 0.36, 1);
      will-change: color;
    }

    .w-layout-grid.v1-process-grid.is-visible .v1-process-dot {
      background-color: rgb(17, 17, 17);
    }

    .w-layout-grid.v1-process-grid.is-visible .v1-process-line {
      transform: scaleY(var(--tdl-process-line-progress, 0));
    }

    .tdl-scope-reveal {
      opacity: 0;
      transform: translate3d(0px, 24px, 0px);
      filter: blur(5px);
      transition:
        opacity 680ms ease,
        transform 680ms ease,
        filter 680ms ease;
      will-change: opacity, transform, filter;
    }

    .tdl-scope-reveal.is-visible {
      opacity: 1;
      transform: translate3d(0px, 0px, 0px);
      filter: blur(0px);
    }

    @media (prefers-reduced-motion: reduce) {
      .v1-service-card,
      .v1-service-image,
      .v1-service-info-wrapper,
      .w-layout-grid.v1-process-grid .v1-process-image,
      .w-layout-grid.v1-process-grid .v1-process-dot,
      .w-layout-grid.v1-process-grid .v1-process-line {
        transition: none !important;
      }

      .tdl-scope-reveal,
      .tdl-scope-reveal.is-visible {
        opacity: 1 !important;
        transform: none !important;
        filter: none !important;
        transition: none !important;
      }

      .w-layout-grid.v1-process-grid .v1-process-image,
      .w-layout-grid.v1-process-grid.is-visible .v1-process-image {
        filter: saturate(100%) !important;
      }

      .w-layout-grid.v1-process-grid .v1-process-line,
      .w-layout-grid.v1-process-grid.is-visible .v1-process-line {
        transform: none !important;
      }

      .w-layout-grid.v1-process-grid .v1-process-list-icon {
        color: #413df2 !important;
        transition: none !important;
      }
    }

    html[data-tdl-a11y-reduced-motion="true"] .tdl-scope-reveal,
    html[data-tdl-a11y-reduced-motion="true"] .tdl-scope-reveal.is-visible {
      opacity: 1 !important;
      transform: none !important;
      filter: none !important;
      transition: none !important;
    }

    html[data-tdl-a11y-reduced-motion="true"] .v1-service-card,
    html[data-tdl-a11y-reduced-motion="true"] .v1-service-image,
    html[data-tdl-a11y-reduced-motion="true"] .v1-service-info-wrapper {
      transition: none !important;
    }

    .faq-contact-card {
      display: grid;
      gap: 1rem;
      margin-top: 1.25rem;
      border: 1px solid rgba(37, 34, 42, 0.08);
      border-radius: 8px;
      background:
        linear-gradient(180deg, #fff, #fbfbfd);
      box-shadow: 0 12px 30px rgba(37, 34, 42, 0.06);
      padding: 1.1rem;
    }

    .faq-contact-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.9rem;
    }

    .faq-contact-logo {
      display: block;
      margin-left: -1.25rem;
      width: min(10rem, 70%);
      height: auto;
    }

    .faq-contact-badge {
      border-radius: 999px;
      background: rgba(65, 61, 242, 0.08);
      color: #413df2;
      font-size: 0.72rem;
      font-weight: 800;
      line-height: 1;
      padding: 0.5rem 0.65rem;
      white-space: nowrap;
    }

    .faq-contact-title {
      margin: 0;
      color: #19191d;
      font-size: 1.15rem;
      font-weight: 800;
      line-height: 1.18;
    }

    .faq-contact-copy {
      margin: 0;
      color: #4b4b52;
      line-height: 1.45;
    }

    .faq-contact-glasscard {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.72);
      border-radius: 8px;
      background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(245, 246, 255, 0.64)),
        rgba(255, 255, 255, 0.68);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 14px 34px rgba(65, 61, 242, 0.1);
      color: #19191d;
      padding: 1rem;
      text-decoration: none;
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .faq-contact-glasscard::before {
      content: "";
      position: absolute;
      inset: 0;
      pointer-events: none;
      background: linear-gradient(90deg, rgba(65, 61, 242, 0.16), rgba(27, 191, 193, 0.12));
      opacity: 0.85;
    }

    .faq-contact-glass-content,
    .faq-contact-glass-icon {
      position: relative;
      z-index: 1;
    }

    .faq-contact-glass-content {
      display: grid;
      gap: 0.3rem;
    }

    .faq-contact-glass-label {
      color: #413df2;
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1;
      text-transform: uppercase;
    }

    .faq-contact-glass-title {
      color: #19191d;
      font-size: 1.15rem;
      font-weight: 800;
      line-height: 1.1;
    }

    .faq-contact-glass-copy {
      color: #4b4b52;
      font-size: 0.92rem;
      line-height: 1.4;
    }

    .faq-contact-glass-icon {
      display: inline-flex;
      width: 2.5rem;
      height: 2.5rem;
      flex: 0 0 auto;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #413df2;
      color: #fff;
      box-shadow: 0 12px 26px rgba(65, 61, 242, 0.24);
      transition: transform 220ms ease;
    }

    .faq-contact-glasscard:hover .faq-contact-glass-icon,
    .faq-contact-glasscard:focus-visible .faq-contact-glass-icon {
      transform: translate3d(3px, 0, 0);
    }

    .tdl-trace-wrapper {
      width: min(1240px, calc(100vw - 2rem));
      margin: 0 auto;
    }

    .tdl-trace-panel {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
      gap: 1.25rem;
    }

    .tdl-trace-record,
    .tdl-trace-side {
      border: 1px solid rgba(37, 34, 42, 0.08);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 52px rgba(37, 34, 42, 0.06);
    }

    .tdl-trace-record {
      display: grid;
      gap: 1.35rem;
      padding: clamp(1.25rem, 3vw, 2rem);
    }

    .tdl-trace-header,
    .tdl-trace-status {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1rem;
    }

    .tdl-trace-eyebrow,
    .tdl-trace-chip,
    .tdl-trace-step-index {
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .tdl-trace-eyebrow {
      color: #8a8a91;
    }

    .tdl-trace-chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: rgba(65, 61, 242, 0.08);
      color: #413df2;
      padding: 0.55rem 0.75rem;
    }

    .tdl-trace-title {
      margin: 0;
      color: #19191d;
      font-size: clamp(1.75rem, 3vw, 3rem);
      line-height: 1;
      letter-spacing: 0;
    }

    .tdl-trace-copy,
    .tdl-trace-step-copy,
    .tdl-trace-cell-value {
      margin: 0;
      color: #4b4b52;
      line-height: 1.5;
    }

    .tdl-trace-lane {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 0.75rem;
      margin-top: 0.25rem;
    }

    .tdl-trace-step {
      display: grid;
      min-height: 9rem;
      gap: 0.75rem;
      align-content: start;
      border: 1px solid rgba(37, 34, 42, 0.08);
      border-radius: 8px;
      background: #fbfbfc;
      padding: 1rem;
    }

    .tdl-trace-step-index {
      color: #413df2;
    }

    .tdl-trace-step-title {
      color: #19191d;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .tdl-trace-step-copy {
      font-size: 0.9rem;
    }

    .tdl-trace-detail-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 0.75rem;
      padding-top: 1rem;
      border-top: 1px solid rgba(37, 34, 42, 0.08);
    }

    .tdl-trace-cell {
      display: grid;
      gap: 0.25rem;
    }

    .tdl-trace-cell-label {
      color: #8a8a91;
      font-size: 0.72rem;
      font-weight: 800;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .tdl-trace-cell-value {
      color: #33333a;
      font-size: 0.94rem;
      font-weight: 700;
    }

    .tdl-trace-side {
      display: grid;
      align-content: start;
      gap: 1.25rem;
      padding: clamp(1.25rem, 3vw, 1.75rem);
    }

    .tdl-trace-side-title {
      margin: 0;
      color: #19191d;
      font-size: clamp(1.35rem, 2vw, 2rem);
      line-height: 1.05;
      letter-spacing: 0;
    }

    .tdl-trace-rule-list {
      display: grid;
      gap: 0.8rem;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .tdl-trace-rule {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr);
      gap: 0.7rem;
      align-items: start;
      color: #33333a;
      font-weight: 650;
      line-height: 1.4;
    }

    .tdl-trace-rule::before {
      content: "";
      width: 0.65rem;
      height: 0.65rem;
      margin-top: 0.35rem;
      border-radius: 999px;
      background: #413df2;
    }

    .tdl-trace-note {
      border-radius: 8px;
      background: #f3f3f6;
      color: #4b4b52;
      font-size: 0.94rem;
      line-height: 1.48;
      padding: 1rem;
    }

    .tdl-comm-wrapper {
      display: grid;
      gap: 2rem;
    }

    .tdl-comm-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
      gap: 1.25rem;
      align-items: stretch;
    }

    .tdl-comm-panel,
    .tdl-comm-flow-card {
      border: 1px solid rgba(37, 34, 42, 0.08);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 18px 52px rgba(37, 34, 42, 0.05);
    }

    .tdl-comm-panel {
      display: grid;
      align-content: start;
      gap: 1.25rem;
      padding: clamp(1.25rem, 3vw, 2rem);
    }

    .tdl-comm-kicker,
    .tdl-comm-chip,
    .tdl-comm-label {
      font-size: 0.76rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .tdl-comm-kicker,
    .tdl-comm-label {
      color: #8a8a91;
    }

    .tdl-comm-title {
      margin: 0;
      color: #19191d;
      font-size: clamp(1.65rem, 2.5vw, 2.75rem);
      line-height: 1.02;
      letter-spacing: 0;
    }

    .tdl-comm-copy,
    .tdl-comm-text,
    .tdl-comm-flow-copy {
      margin: 0;
      color: #4b4b52;
      line-height: 1.5;
    }

    .tdl-comm-method-list {
      display: grid;
      gap: 0.8rem;
      margin: 0;
      padding: 0;
      list-style: none;
    }

    .tdl-comm-method {
      display: grid;
      gap: 0.35rem;
      border-radius: 8px;
      background: #f7f7f9;
      padding: 1rem;
    }

    .tdl-comm-method-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.75rem;
    }

    .tdl-comm-method-title {
      color: #19191d;
      font-size: 1rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .tdl-comm-chip {
      border-radius: 999px;
      background: rgba(65, 61, 242, 0.08);
      color: #413df2;
      padding: 0.5rem 0.65rem;
      white-space: nowrap;
    }

    .tdl-comm-flow {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 1rem;
    }

    .tdl-comm-flow-card {
      display: grid;
      gap: 0.7rem;
      min-height: 11rem;
      padding: 1.1rem;
    }

    .tdl-comm-flow-number {
      display: inline-flex;
      width: 2.25rem;
      height: 2.25rem;
      align-items: center;
      justify-content: center;
      border-radius: 999px;
      background: #19191d;
      color: #fff;
      font-size: 0.85rem;
      font-weight: 800;
    }

    .tdl-comm-flow-title {
      color: #19191d;
      font-size: 1.05rem;
      font-weight: 800;
      line-height: 1.2;
    }

    .tdl-comm-note {
      border-left: 3px solid #413df2;
      background: #f3f3f6;
      color: #33333a;
      font-weight: 700;
      line-height: 1.45;
      padding: 1rem;
    }

    @media screen and (max-width: 1180px) {
      .tdl-trace-panel,
      .tdl-trace-lane,
      .tdl-trace-detail-grid,
      .tdl-comm-grid {
        grid-template-columns: 1fr 1fr;
      }
    }

    @media screen and (max-width: 767px) {
      .tdl-trace-panel,
      .tdl-trace-lane,
      .tdl-trace-detail-grid,
      .tdl-comm-grid,
      .tdl-comm-flow {
        grid-template-columns: 1fr;
      }

      .tdl-trace-header,
      .tdl-trace-status,
      .tdl-comm-method-head {
        align-items: flex-start;
        flex-direction: column;
      }

      .faq-contact-glasscard {
        align-items: flex-start;
        flex-direction: column;
      }

      .faq-contact-head {
        align-items: flex-start;
        flex-direction: column;
      }
    }

    .tdl-cta-section {
      position: relative;
      padding: 3.75rem 0;
      border-top: 1px solid rgba(25, 25, 29, 0.08);
      border-bottom: 1px solid rgba(25, 25, 29, 0.08);
      background: #eef0f7;
    }

    .tdl-cta-section::before {
      display: none;
    }

    .tdl-cta-shell {
      position: relative;
      width: min(1440px, calc(100vw - 1rem));
      margin: 0 auto;
    }

    .tdl-cta-card {
      position: relative;
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
      overflow: hidden;
      min-height: 22rem;
      border: 1px solid rgba(25, 25, 29, 0.16);
      border-radius: 8px;
      background: #fff;
      box-shadow: 0 26px 70px rgba(25, 25, 34, 0.14);
    }

    .tdl-cta-card::before {
      display: none;
    }

    .tdl-cta-content {
      display: grid;
      align-content: center;
      gap: 1rem;
      padding: 2.25rem 2.75rem;
    }

    .tdl-cta-logo {
      width: 9rem;
      height: auto;
      margin-bottom: 0;
    }

    .tdl-cta-eyebrow {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      margin: 0;
      color: #6f6f77;
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .tdl-cta-eyebrow-dot {
      width: 0.45rem;
      height: 0.45rem;
      flex: 0 0 auto;
      border-radius: 50%;
      background: #413df2;
    }

    .tdl-cta-heading {
      max-width: 16.4ch;
      margin: 0;
      color: #19191d;
      font-size: clamp(3.6rem, 4.7vw, 4.6rem);
      font-weight: 800;
      line-height: 0.98;
      letter-spacing: 0;
    }

    .tdl-cta-heading-mark {
      color: #413df2;
    }

    .tdl-cta-copy {
      max-width: 43rem;
      margin: 0;
      color: #4b4b52;
      font-size: 1.12rem;
      line-height: 1.55;
    }

    .tdl-cta-actions {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.75rem;
      width: min(100%, 32rem);
      padding-top: 0.35rem;
    }

    .tdl-cta-button {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 4.25rem;
      gap: 0.65rem;
      border: 1px solid #18181b;
      border-radius: 8px;
      background: #18181b;
      color: #fff;
      font-size: 1.06rem;
      font-weight: 800;
      line-height: 1;
      padding: 1.08rem 1.35rem;
      text-decoration: none;
      transition: background-color 180ms ease, border-color 180ms ease;
    }

    .tdl-cta-button:hover,
    .tdl-cta-button:focus-visible {
      background: #2c2c34;
      border-color: #2c2c34;
    }

    .tdl-cta-button:focus-visible {
      outline: 3px solid rgba(65, 61, 242, 0.28);
      outline-offset: 3px;
    }

    .tdl-cta-button-arrow {
      width: 1rem;
      height: 1rem;
      flex-shrink: 0;
    }

    .tdl-cta-secondary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      min-height: 3.85rem;
      border: 1px solid rgba(25, 25, 29, 0.12);
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.72);
      color: #19191d;
      font-size: 1.02rem;
      font-weight: 800;
      line-height: 1;
      gap: 0.65rem;
      padding: 1rem 1.25rem;
      text-decoration: none;
      transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease;
    }

    .tdl-cta-secondary:hover,
    .tdl-cta-secondary:focus-visible {
      border-color: rgba(65, 61, 242, 0.28);
      background: rgba(65, 61, 242, 0.06);
      color: #413df2;
    }

    .tdl-cta-secondary:focus-visible {
      outline: 3px solid rgba(65, 61, 242, 0.18);
      outline-offset: 3px;
    }

    .tdl-cta-media {
      position: relative;
      min-height: 22rem;
      margin: 0;
      overflow: hidden;
      background: #19191d;
    }

    .tdl-cta-media img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center;
    }

    .tdl-cta-media::after {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(25, 25, 29, 0) 48%, rgba(25, 25, 29, 0.72) 100%);
      pointer-events: none;
    }

    .tdl-cta-caption {
      position: absolute;
      right: 1.25rem;
      bottom: 1.25rem;
      left: 1.25rem;
      z-index: 1;
      display: grid;
      gap: 0.25rem;
      padding-top: 0.9rem;
      border-top: 1px solid rgba(255, 255, 255, 0.28);
      color: #fff;
    }

    .tdl-cta-caption-label {
      font-size: 0.78rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 0;
      text-transform: uppercase;
    }

    .tdl-cta-caption-copy {
      margin: 0;
      max-width: 32rem;
      color: rgba(255, 255, 255, 0.82);
      font-size: 0.95rem;
      line-height: 1.4;
    }

    @media screen and (max-width: 991px) {
      .tdl-cta-section {
        padding: 4rem 0;
      }

      .tdl-cta-card {
        grid-template-columns: 1fr;
        min-height: auto;
      }

      .tdl-cta-content {
        padding: 2.5rem;
      }

      .tdl-cta-heading {
        max-width: 13ch;
        font-size: 3.3rem;
      }

      .tdl-cta-media {
        min-height: 22rem;
      }
    }

    @media screen and (max-width: 640px) {
      .tdl-cta-section {
        padding: 4.5rem 0;
      }

      .tdl-cta-content {
        padding: 1.25rem;
      }

      .tdl-cta-logo {
        width: 9rem;
      }

      .tdl-cta-heading {
        max-width: none;
        font-size: 2.5rem;
      }

      .tdl-cta-copy {
        font-size: 1rem;
      }

      .tdl-cta-actions,
      .tdl-cta-button,
      .tdl-cta-secondary {
        width: 100%;
      }

      .tdl-cta-media {
        min-height: 24rem;
      }

      .tdl-cta-caption {
        right: 1rem;
        bottom: 1rem;
        left: 1rem;
      }
    }
