.payment-wrapper-01cy {
  width: 100%;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
}

.payment-section-01cy {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 488px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 80px 0;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  box-sizing: border-box;
}

.rates-header-01cy {
  display: flex;
  width: 100%;
  max-width: 600px;
  padding: 0 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  box-sizing: border-box;
}

.rates-title-01cy {
  max-height: 96px;
  margin: 0;
  color: #282834;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings: 'salt' 1;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.48px;
  text-align: center;
}

.rates-big-number-01cy {
  display: flex;
  height: 44px;
  align-items: flex-end;
  gap: 12px;
}

.rates-affix-01cy {
  display: flex;
  height: 44px;
  align-items: center;
  color: rgba(40, 40, 52, 0.8);
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'case' 1;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.rates-from-01cy {
  width: 49px;
}

.rates-percent-01cy {
  width: 107px;
  color: #282834;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings:
    'salt' 1,
    'calt' 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.6px;
}

.rates-iva-01cy {
  width: 36px;
  justify-content: center;
}

.payment-carousel-01cy {
  position: relative;
  width: 100%;
  height: 64px;
  overflow: hidden;
  flex-shrink: 0;
}

.payment-carousel-track-01cy {
  display: flex;
  width: max-content;
  height: 100%;
  align-items: center;
  gap: 16px;
  will-change: transform;
}

.payment-logo-01cy {
  width: 64px;
  height: 64px;
  object-fit: contain;
  flex-shrink: 0;
  border-radius: 12px;
  background: #f5f5f5;
}

.payment-fade-01cy {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 40px;
  pointer-events: none;
}

.payment-fade-left-01cy {
  left: 0;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.payment-fade-right-01cy {
  right: 0;
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.payment-link-01cy {
  display: flex;
  width: 240px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
  padding: 2px 12px;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: #4850e5;
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.3px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.payment-link-01cy:hover {
  color: #3d44c4;
  text-decoration: underline;
}

.rates-modal-01cy {
  width: min(760px, calc(100vw - 32px));
  max-height: calc(100vh - 80px);
  margin: auto;
  padding: 40px;
  overflow-y: auto;
  border: none;
  border-radius: 20px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.2);
}

.rates-modal-01cy::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

.rates-modal-header-01cy {
  display: flex;
  margin-bottom: 40px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.rates-modal-titles-01cy {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rates-modal-title-01cy {
  margin: 0;
  color: #282834;
  font-family: 'Proxima Nova Advanced', 'Proxima Nova', sans-serif;
  font-feature-settings:
    'salt' 1,
    'calt' 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.28px;
}

.rates-modal-subtitle-01cy {
  margin: 0;
  color: rgba(40, 40, 52, 0.55);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.rates-modal-close-01cy {
  display: flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: none;
  border-radius: 12px;
  background: #f4f5f9;
  color: #282834;
  cursor: pointer;
  transition: background-color 0.18s ease-out;
}

.rates-modal-close-01cy:hover {
  background: #e7e9f3;
}

.rates-modal-list-01cy {
  display: flex;
  flex-direction: column;
}

.rates-modal-row-01cy {
  display: flex;
  padding: 16px 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
}

.rates-modal-row-alt-01cy {
  background: #f4f5f9;
}

.rates-modal-term-01cy {
  color: #282834;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.rates-modal-rate-01cy {
  color: rgba(40, 40, 52, 0.7);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.rates-modal-disclaimer-01cy {
  width: 100%;
  margin: 20px 0 0;
  color: #646587;
  font-family: 'Inter', sans-serif;
  font-feature-settings: 'case' 1;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .payment-section-01cy {
    min-height: 672px;
    padding: 120px 0;
    gap: 64px;
  }

  .rates-header-01cy {
    padding: 0;
  }

  .rates-title-01cy {
    max-height: none;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1.6px;
  }

  .rates-big-number-01cy {
    height: 72px;
  }

  .rates-percent-01cy {
    width: 193px;
    font-size: 72px;
    letter-spacing: -2.88px;
  }

  .payment-carousel-01cy {
    height: 80px;
  }

  .payment-carousel-track-01cy {
    gap: 40px;
  }

  .payment-logo-01cy {
    width: 80px;
    height: 80px;
  }

  .payment-fade-01cy {
    width: 120px;
  }

  .payment-link-01cy {
    width: 299px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    padding: 2px 24px;
    border-radius: 12px;
    font-size: 16px;
    line-height: 20px;
  }

  .rates-modal-subtitle-01cy {
    font-size: 16px;
  }

  .rates-modal-title-01cy {
    font-size: 40px;
    letter-spacing: -1.6px;
  }

}
