/* ========== PROCESS SECTION ========== */

/* ========== ADAPTIVE BREAKPOINTS ========== */

/* Mobile: 320px - 420px */
@media (max-width: 420px) {
  .process-section-wrapper {
    border-radius: 0;
    padding: 0;
    margin: 48px 0 88px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 32px);
  }

  .process-section {
    width: calc(100vw - 32px);
    height: auto;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    display: flex;
    margin: 0 auto;
  }

  .process-header {
    width: 100%;
    height: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 0px;
  }

  .process-title {
    width: 100%;
    height: 29px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .process-subtitle {
    display: none;
  }

  .process-steps {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .step {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 24px;
    gap: 8px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(1) {
    height: auto;
    order: 0;
  }

  .step:nth-child(2) {
    height: auto;
    order: 1;
  }

  .step:nth-child(3) {
    height: auto;
    order: 2;
  }

  .step:nth-child(4) {
    height: auto;
    order: 3;
  }

  .step-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    flex: 1;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-content {
    width: 100%;
    height: auto;
  }

  .step:nth-child(2) .step-content {
    width: 100%;
    height: auto;
  }

  .step:nth-child(3) .step-content {
    width: 100%;
    height: auto;
  }

  .step:nth-child(4) .step-content {
    width: 100%;
    height: auto;
  }

  .step-number {
    width: 72px;
    height: 89px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .step-text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 12px;
    flex: 1;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-text {
    width: 100%;
    height: auto;
  }

  .step:nth-child(2) .step-text {
    width: 100%;
    height: auto;
  }

  .step:nth-child(3) .step-text {
    width: 100%;
    height: auto;
  }

  .step:nth-child(4) .step-text {
    width: 100%;
    height: auto;
  }

  .step-title {
    width: 100%;
    height: auto;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    line-height: 116%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    letter-spacing: -1px;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(3) .step-title {
    height: auto;
  }

  .step:nth-child(4) .step-title {
    height: auto;
  }

  .step-description {
    width: 100%;
    height: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(2) .step-description {
    height: auto;
  }

  .step:nth-child(3) .step-description {
    height: auto;
  }

  .step:nth-child(4) .step-description {
    height: auto;
  }
}

/* Mobile: 421px - 600px */
@media (min-width: 421px) and (max-width: 600px) {
  .process-section-wrapper {
    border-radius: 0;
    padding: 0;
    margin: 48px 0 72px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100vw - 32px);
  }

  .process-section {
    width: calc(100vw - 32px);
    height: auto;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    display: flex;
    margin: 0 auto;
  }

  .process-header {
    width: 100%;
    height: 29px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 0px;
  }

  .process-title {
    width: 100%;
    height: 29px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .process-subtitle {
    display: none;
  }

  .process-steps {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .step {
    width: 100%;
    height: auto;
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 28px;
    gap: 8px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(1) {
    height: auto;
    order: 0;
  }

  .step:nth-child(2) {
    height: auto;
    order: 1;
  }

  .step:nth-child(3) {
    height: auto;
    order: 2;
  }

  .step:nth-child(4) {
    height: auto;
    order: 3;
  }

  .step-content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
    flex: 1;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-content {
    width: 100%;
    height: auto;
  }

  .step:nth-child(2) .step-content {
    width: 100%;
    height: auto;
  }

  .step:nth-child(3) .step-content {
    width: 100%;
    height: auto;
  }

  .step:nth-child(4) .step-content {
    width: 100%;
    height: auto;
  }

  .step-number {
    width: 72px;
    height: 89px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .step-text {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
    gap: 12px;
    flex: 1;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-text {
    width: 100%;
    height: auto;
  }

  .step:nth-child(2) .step-text {
    width: 100%;
    height: auto;
  }

  .step:nth-child(3) .step-text {
    width: 100%;
    height: auto;
  }

  .step:nth-child(4) .step-text {
    width: 100%;
    height: auto;
  }

  .step-title {
    width: 100%;
    height: auto;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 116%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    letter-spacing: -1px;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step-description {
    width: 100%;
    height: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #505050;
    color: color(display-p3 0.471 0.471 0.471);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(2) .step-description {
    height: auto;
  }

  .step:nth-child(3) .step-description {
    height: auto;
  }

  .step:nth-child(4) .step-description {
    height: auto;
  }
}

/* Mobile: 601px - 800px */
@media (min-width: 600px) and (max-width: 1023px) {
  .process-section-wrapper {
    border-radius: 0;
    padding: 0;
    margin: 48px auto 56px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .process-section {
    width: 488px;
    height: auto;
    gap: 32px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    display: flex;
    margin: 0 auto;
  }

  .process-header {
    width: 488px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
  }

  .process-title {
    width: 488px;
    height: 48px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .process-subtitle {
    display: none;
  }

  .process-steps {
    width: 488px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .step {
    width: 488px;
    height: 153px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 10px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 40px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(1) {
    height: 153px;
    order: 0;
  }

  .step:nth-child(2) {
    height: 159px;
    order: 1;
  }

  .step:nth-child(3) {
    height: 159px;
    order: 2;
  }

  .step:nth-child(4) {
    height: 159px;
    order: 3;
  }

  .step-content {
    width: 424px;
    height: 89px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(1) .step-content {
    width: 424px;
    height: 89px;
  }

  .step:nth-child(2) .step-content {
    width: 424px;
    height: 95px;
  }

  .step:nth-child(3) .step-content {
    width: 424px;
    height: 95px;
  }

  .step:nth-child(4) .step-content {
    width: 424px;
    height: 95px;
  }

  .step-number {
    width: 72px;
    height: 89px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .step-text {
    width: 320px;
    height: 79px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 1;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-text {
    width: 320px;
    height: 79px;
  }

  .step:nth-child(2) .step-text {
    width: 320px;
    height: 95px;
  }

  .step:nth-child(3) .step-text {
    width: 320px;
    height: 95px;
  }

  .step:nth-child(4) .step-text {
    width: 320px;
    height: 95px;
  }

  .step-title {
    width: 320px;
    height: 23px;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 116%;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-align: left !important;
  }

  .step-description {
    width: 320px;
    height: 48px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 132%;
    display: flex;
    align-items: center;
    color: #444444;
    color: color(display-p3 0.369 0.369 0.369);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    text-align: left !important;
  }

  .step:nth-child(2) .step-description {
    height: 64px;
  }

  .step:nth-child(3) .step-description {
    height: 64px;
  }

  .step:nth-child(4) .step-description {
    height: 64px;
  }
}

/* Tablet: 801px - 1024px */
@media (min-width: 1024px) and (max-width: 1440px) {
  .process-section-wrapper {
    border-radius: 0;
    padding: 0;
    margin: 48px auto 48px auto;
  }

  .process-section {
    width: 488px;
    height: auto;
    gap: 56px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .process-header {
    gap: 16px;
    max-width: 488px;
    width: 488px;
    height: 48px;
    flex-direction: column;
    align-items: center;
  }

  .process-title {
    font-size: 40px;
    line-height: 48px;
    max-width: 488px;
    width: 488px;
    height: 48px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
  }

  .process-subtitle {
    display: none;
  }

  .process-steps {
    gap: 12px;
    max-width: 488px;
    width: 488px;
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }

  .step {
    border-radius: 40px;
    max-width: 488px;
    width: 488px;
    padding: 32px;
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .step:nth-child(1) {
    height: 170px;
  }

  .step:nth-child(2) {
    height: 188px;
  }

  .step:nth-child(3) {
    height: 214px;
  }

  .step:nth-child(4) {
    height: 206px;
  }

  .step-content {
    gap: 32px;
    flex-direction: row;
    align-items: center;
    width: 424px;
  }

  .step:nth-child(1) .step-content {
    height: 106px;
  }

  .step:nth-child(2) .step-content {
    height: 124px;
  }

  .step:nth-child(3) .step-content {
    height: 150px;
  }

  .step:nth-child(4) .step-content {
    height: 142px;
  }

  .step-number {
    width: 72px;
    height: 89px;
  }

  .step-text {
    gap: 8px;
    max-width: 320px;
    width: 320px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-text {
    height: 106px;
  }

  .step:nth-child(2) .step-text {
    height: 124px;
  }

  .step:nth-child(3) .step-text {
    height: 150px;
  }

  .step:nth-child(4) .step-text {
    height: 142px;
  }

  .step-title {
    width: 320px;
    height: 26px;
    font-size: 22px;
    line-height: 116%;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
  }

  .step:nth-child(3) .step-title {
    height: 52px;
  }

  .step-description {
    width: 320px;
    height: 72px;
    font-size: 14px;
    line-height: 132%;
    display: flex;
    align-items: center;
    color: #444444;
    color: color(display-p3 0.369 0.369 0.369);
  }

  .step:nth-child(2) .step-description {
    height: 90px;
  }

  .step:nth-child(3) .step-description {
    height: 90px;
  }

  .step:nth-child(4) .step-description {
    height: 108px;
  }
}

/* Desktop: 1025px - 1440px */
@media (min-width: 1024px) and (max-width: 1440px) {
  .process-section-wrapper {
    border-radius: 64px;
    padding: 64px 0;
    margin: 48px auto 48px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .process-section {
    width: 488px;
    height: auto;
    gap: 56px;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    display: flex;
    margin: 0 auto;
  }

  .process-header {
    width: 488px;
    height: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 16px;
  }

  .process-title {
    width: 488px;
    height: 48px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .process-subtitle {
    display: none;
  }

  .process-steps {
    width: 488px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 12px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
  }

  .step {
    width: 488px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 10px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 40px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
  }

  .step:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }

  .step:nth-child(1) {
    height: 170px;
    order: 0;
  }

  .step:nth-child(2) {
    height: 188px;
    order: 1;
  }

  .step:nth-child(3) {
    height: 214px;
    order: 2;
  }

  .step:nth-child(4) {
    height: 206px;
    order: 3;
  }

  .step-content {
    width: 424px;
    height: 106px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
  }

  .step:nth-child(1) .step-content {
    width: 424px;
    height: 106px;
  }

  .step:nth-child(2) .step-content {
    width: 424px;
    height: 124px;
  }

  .step:nth-child(3) .step-content {
    width: 424px;
    height: 150px;
  }

  .step:nth-child(4) .step-content {
    width: 424px;
    height: 142px;
  }

  .step-number {
    width: 72px;
    height: 89px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .step-text {
    width: 320px;
    height: 106px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 1;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-text {
    width: 320px;
    height: 106px;
  }

  .step:nth-child(2) .step-text {
    width: 320px;
    height: 124px;
  }

  .step:nth-child(3) .step-text {
    width: 320px;
    height: 150px;
  }

  .step:nth-child(4) .step-text {
    width: 320px;
    height: 142px;
  }

  .step-title {
    width: 320px;
    height: 26px;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 116%;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #1A1A1A;
    color: color(display-p3 0.102 0.102 0.102);
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    text-align: left !important;
  }

  .step:nth-child(3) .step-title {
    height: 52px;
  }

  .step-description {
    width: 320px;
    height: 72px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    display: flex;
    align-items: center;
    color: #444444;
    color: color(display-p3 0.369 0.369 0.369);
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    text-align: left !important;
  }

  .step:nth-child(2) .step-description {
    height: 90px;
  }

  .step:nth-child(3) .step-description {
    height: 90px;
  }

  .step:nth-child(4) .step-description {
    height: 108px;
  }
}

/* Large Web: 1441px+ */
@media (min-width: 1441px) {
  .process-section-wrapper {
    border-radius: 0;
    padding: 0;
    margin: 104px auto 104px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .process-section {
    width: 660px;
    height: auto;
    gap: 56px;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    max-width: 660px;
    display: flex;
  }

  .process-header {
    width: 660px;
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0px;
    gap: 16px;
  }

  .process-title {
    width: 660px;
    height: 58px;
    font-family: 'Inria Serif';
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
    color: #1A1A1A;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
  }

  .process-subtitle {
    display: none;
  }

  .process-steps {
    width: 660px;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 12px;
  }

  .step {
    width: 660px;
    height: 151px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 32px;
    gap: 10px;
    background: #FFFFFF;
    background: color(display-p3 1.000 1.000 1.000);
    border-radius: 48px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 5px 32px rgba(39, 39, 39, 0.02);
  }

  .step:hover {
    transform: translateY(-8px);
    box-shadow: 0px 8px 40px rgba(39, 39, 39, 0.08);
  }

  .step:nth-child(1) {
    height: 153px;
  }

  .step:nth-child(2) {
    height: 153px;
  }

  .step:nth-child(3) {
    height: 153px;
  }

  .step:nth-child(4) {
    height: 153px;
  }

  .step-content {
    width: 596px;
    height: 89px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 32px;
  }

  .step:nth-child(1) .step-content {
    width: 596px;
    height: 89px;
  }

  .step:nth-child(2) .step-content {
    width: 596px;
    height: 89px;
  }

  .step:nth-child(3) .step-content {
    width: 596px;
    height: 89px;
  }

  .step:nth-child(4) .step-content {
    width: 596px;
    height: 89px;
  }

  .step-number {
    width: 72px;
    height: 89px;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .step-text {
    width: 492px;
    height: 88px;
    max-width: 492px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 8px;
    flex: none;
    order: 1;
    flex-grow: 1;
  }

  .step:nth-child(1) .step-text {
    width: 492px;
    height: 88px;
    max-width: 492px;
  }

  .step:nth-child(2) .step-text {
    width: 492px;
    height: 88px;
    max-width: 492px;
  }

  .step:nth-child(3) .step-text {
    width: 492px;
    height: 88px;
    max-width: 492px;
  }

  .step:nth-child(4) .step-text {
    width: 492px;
    height: 88px;
    max-width: 492px;
  }

  .step-title {
    width: 492px;
    height: 26px;
    font-family: 'Inria Serif';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 116%;
    display: flex;
    align-items: center;
    letter-spacing: -0.5px;
    color: #1A1A1A;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
    text-align: left !important;
  }

  .step-description {
    width: 492px;
    height: auto;
    min-height: 54px;
    max-height: auto;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 132%;
    display: flex;
    align-items: center;
    color: #444444;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0;
    text-align: left !important;
  }
}

/* ========== EMOJI ANIMATIONS ========== */

@keyframes emojiFloat {
  from {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  to {
    transform: translate(var(--move-x), var(--move-y)) scale(0.8);
    opacity: 0;
  }
}

.step-emoji-animated {
  animation: emojiFloat 3s ease-out forwards;
  transition: opacity 0.3s ease;
}

.step-emoji-animated.frozen {
  animation: none !important;
  transform: none !important;
}

.step-emoji-animated.frozen {
  animation: emojiPulse 2s ease-in-out infinite;
}

@keyframes emojiPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}