.about-page-nav {
      position: sticky;
      top: 0;
      z-index: 100;
    }

    .about-us-page .yc-partners .about-partners-loop {
      width: max-content;
      will-change: transform;
    }

    .about-us-page .yc-partners .about-partners-loop.about-partners-loop--marquee {
      animation: yc-partners-marquee 35s linear infinite;
    }

    @keyframes yc-partners-marquee {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    .about-us-page .yc-partners .marquee_item,
    .about-us-page .yc-partners [class*="icon-embed-custom"] {
      width: auto !important;
      height: auto !important;
      flex: 0 0 auto;
      margin: 0 1.25rem 0 0 !important;
      padding: 0;
    }

    .about-us-page .yc-partners .about-partners-loop-item > :last-child {
      margin-right: 0;
    }

    .about-us-page .yc-partners .partner-logo {
      width: auto;
      height: 8rem;
      max-height: none;
      max-width: none;
      display: block;
      object-fit: contain;
      object-position: center;
    }

    @media (max-width: 767px) {
      .about-us-page .yc-partners .partner-logo {
        height: 5rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .about-us-page .yc-partners .about-partners-loop.about-partners-loop--marquee {
        animation: none;
      }
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards {
      max-width: 1320px;
      gap: 14px;
      align-items: flex-end;
    }

    .about-us-page .yc-hero-headdiv {
      width: 100%;
      text-align: center;
      align-items: center;
    }

    .about-us-page .yc-hero-headtop {
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      max-width: 920px;
      width: 100%;
      gap: 28px;
    }

    .about-us-page .yc-hero-headtop .yc-h1 {
      text-align: center;
    }

    .about-us-page .yc-hero-txtbutton-group {
      justify-content: center;
    }

    .about-us-page .yc-hero-headbot {
      text-align: center;
      max-width: 760px;
      width: 100%;
    }

    .about-us-page .yc-hero-headbot .body-l-satoshifont {
      text-align: center;
    }

    .about-us-page .yc-hero-mob-headdiv {
      text-align: center;
      align-items: center;
    }

    .about-us-page .yc-hero-mob-headdiv .home-hero-svg {
      width: 7rem;
      height: 3rem;
      margin-inline: auto;
    }

    .about-us-page .yc-hero-mob-headdiv .yc-mob-h1,
    .about-us-page .yc-hero-mob-headdiv .yc-hero-mob-txt {
      text-align: center;
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard {
      width: auto;
      flex: 1 1 0;
      min-width: 0;
      height: 520px;
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard.left,
    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard.right {
      transform: none;
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard:nth-child(1) {
      transform: rotate(-3.5deg) translateY(12px);
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard:nth-child(2) {
      transform: rotate(-1.25deg) translateY(4px);
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard:nth-child(3) {
      transform: rotate(1.25deg) translateY(4px);
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard:nth-child(4) {
      transform: rotate(3.5deg) translateY(12px);
    }

    .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-grad-img {
      object-fit: cover;
      object-position: center top;
      max-height: 520px;
    }

    @media (max-width: 991px) {
      .about-us-page .yc-hero-content-wrapper,
      .about-us-page .yc-hero-wrapper {
        overflow: visible;
      }

      .about-us-page .yc-hero-vidcards-wrapper.is-four-cards {
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: visible;
        justify-content: flex-start;
        align-items: stretch;
        gap: 16px;
        padding: 0 20px 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
      }

      .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard {
        flex: 0 0 auto;
        width: min(72vw, 300px);
        min-width: 240px;
        height: auto;
        overflow: visible;
        scroll-snap-align: center;
        transform: none !important;
      }

      .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-grad-img,
      .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-grad-img.moved {
        position: relative;
        inset: auto;
        display: block;
        width: 100%;
        height: auto;
        max-height: none;
        object-fit: contain;
        object-position: center center;
        transform: none;
      }
    }

    @media (max-width: 479px) {
      .about-us-page .yc-hero-vidcards-wrapper.is-four-cards {
        padding-left: 16px;
        padding-right: 16px;
      }

      .about-us-page .yc-hero-vidcards-wrapper.is-four-cards .yc-vidcard {
        width: min(82vw, 280px);
        min-width: 220px;
      }
    }

    .about-page-section.about-medimotion {
      --about-section-bg: var(--baige);
      --about-card-bg: var(--white);
      --about-media-bg: var(--brand-purple);
      background-color: var(--about-section-bg);
      color: var(--black);
      padding-top: 48px;
      padding-bottom: 90px;
    }

    .about-page-section .section-about-wrapper {
      grid-column-gap: 88px;
      grid-row-gap: 88px;
      flex-direction: column;
      display: flex;
    }

    .about-page-section .section-about-card {
      border-radius: 80px;
      justify-content: space-between;
      padding: 100px 116px;
      display: flex;
    }

    .about-page-section .section-about-card.is-white {
      grid-column-gap: 36px;
      grid-row-gap: 36px;
      background-color: var(--about-card-bg, var(--baige));
      align-items: flex-start;
    }

    .about-page-section .section-about-card-text {
      grid-column-gap: 24px;
      grid-row-gap: 24px;
      flex-direction: column;
      max-width: 740px;
      display: flex;
    }

    .about-page-section .section-about-card-heading {
      max-width: 650px;
    }

    .about-page-section .h4.about-us-heading {
      font-family: Recoleta, Arial, sans-serif;
      font-size: 36px;
      font-weight: 700;
      line-height: 135%;
      margin: 0;
      color: var(--black);
    }

    .about-page-section .about-us-reg {
      font-size: 0.55em;
      vertical-align: super;
      line-height: 0;
    }

    .about-page-section .image-about {
      z-index: 1;
      aspect-ratio: 108 / 150;
      border-radius: 32px;
      flex: none;
      width: 100%;
      max-width: 540px;
      height: 750px;
      position: relative;
      overflow: hidden;
      background-color: var(--about-media-bg, var(--brand-purple));
    }

    .about-page-section .image-about.w-background-video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      max-width: none;
    }

    .about-page-section .image-about video {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


    .footer-loop .footer-figure1,
    .footer-loop .footer-figure2,
    .footer-loop .footer-figure3 {
      width: 4.5rem !important;
      height: 8.75rem !important;
      flex: none;
      overflow: visible;
    }

    .footer-loop .footer-figure1 svg,
    .footer-loop .footer-figure2 svg,
    .footer-loop .footer-figure3 svg {
      overflow: visible;
    }

    .about-us-page .footer-loop-wrapper .footer-loop {
      width: max-content;
      will-change: transform;
    }

    .about-us-page .footer-loop-wrapper .footer-loop.footer-loop--marquee {
      animation: footer-marquee-horizontal 38s linear infinite;
    }

    @keyframes footer-marquee-horizontal {
      from {
        transform: translateX(0);
      }

      to {
        transform: translateX(-50%);
      }
    }

    @media (prefers-reduced-motion: reduce) {
      .about-us-page .footer-loop-wrapper .footer-loop.footer-loop--marquee {
        animation: none;
      }
    }

    .contact-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity 0.25s ease, visibility 0.25s ease;
    }

    .contact-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .contact-modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(9, 14, 18, 0.72);
      cursor: pointer;
    }

    .contact-modal-panel {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 640px;
      max-height: min(90vh, 820px);
      background: var(--baige);
      color: var(--black);
      border-radius: 20px;
      padding: 32px 28px 24px;
      display: flex;
      flex-direction: column;
      box-shadow: 0 24px 80px rgba(9, 14, 18, 0.35);
      transform: translateY(12px) scale(0.98);
      transition: transform 0.25s ease;
    }

    .contact-modal.is-open .contact-modal-panel {
      transform: translateY(0) scale(1);
    }

    .contact-modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 40px;
      height: 40px;
      border: none;
      border-radius: 999px;
      background: var(--black);
      color: var(--baige);
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .contact-modal-close:hover {
      background: var(--brand-orange);
    }

    .contact-modal-heading {
      font-family: Recoleta, Arial, sans-serif;
      font-size: clamp(28px, 4vw, 40px);
      letter-spacing: -0.8px;
      margin: 0 40px 8px 0;
      line-height: 1.15;
    }

    .contact-modal-text {
      margin: 0 0 20px;
      max-width: 520px;
      line-height: 1.45;
    }

    .contact-modal-panel {
      overflow-y: auto;
    }

    .contact-modal-form {
      display: flex;
      flex-direction: column;
      gap: 16px;
    }

    .contact-form-row {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
    }

    .contact-field {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .contact-field label {
      font-size: 14px;
      font-weight: 700;
      color: var(--black);
    }

    .contact-field input,
    .contact-field textarea,
    .contact-field select {
      width: 100%;
      border: 1.5px solid var(--gray-3);
      border-radius: 12px;
      padding: 12px 14px;
      font: inherit;
      color: var(--black);
      background: var(--white);
      box-sizing: border-box;
    }

    .contact-field input:focus,
    .contact-field textarea:focus,
    .contact-field select:focus {
      outline: none;
      border-color: var(--brand-blue);
    }

    .contact-field textarea {
      min-height: 120px;
      resize: vertical;
    }

    .contact-field.is-invalid input,
    .contact-field.is-invalid textarea,
    .contact-field.is-invalid select {
      border-color: #c0392b;
    }

    .contact-field-error {
      font-size: 13px;
      color: #c0392b;
      display: none;
    }

    .contact-field.is-invalid .contact-field-error {
      display: block;
    }

    .contact-form-actions {
      margin-top: 4px;
    }

    .contact-form-actions .button-main {
      width: 100%;
      border: none;
      cursor: pointer;
    }

    .contact-form-status {
      display: none;
      border-radius: 12px;
      padding: 12px 14px;
      font-size: 15px;
      line-height: 1.4;
    }

    .contact-form-status.is-visible {
      display: block;
    }

    .contact-form-status.is-error {
      background: #fdecea;
      color: #922b21;
    }

    .contact-form-status.is-success {
      background: #e8f5e9;
      color: #1b5e20;
    }

    .contact-modal-success {
      display: none;
      text-align: center;
      padding: 24px 8px 8px;
    }

    .contact-modal-success.is-visible {
      display: block;
    }

    .contact-modal-success .contact-modal-heading {
      margin-right: 0;
    }

    .contact-modal-body.is-hidden {
      display: none;
    }

    body.contact-modal-open {
      overflow: hidden;
    }

    @media (max-width: 767px) {
      .contact-modal {
        padding: 12px;
        align-items: flex-end;
      }

      .contact-modal-panel {
        max-height: 92vh;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding: 24px 20px 16px;
      }

      .contact-form-row {
        grid-template-columns: 1fr;
      }
    }

    @media (max-width: 767px) {
      .about-page-section .section-about-card.is-white {
        border-radius: 32px;
        flex-direction: column;
        padding: 80px 16px 16px;
      }

      .about-page-section .section-about-wrapper {
        grid-column-gap: 42px;
        grid-row-gap: 42px;
      }

      .about-page-section .section-about-card {
        padding: 80px 16px 16px;
      }

      .about-page-section .image-about {
        max-width: 100%;
        height: auto;
        min-height: 420px;
      }
    }