.s-hero {
  margin-top: 180px;
}
.s-hero h1 {
  font-size: 56px;
  margin-bottom: 0;
}
.s-hero__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.s-hero__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 493px;
}
.s-hero__img {
  width: 47%;
}
.s-hero__img img {
  width: 100%;
  height: auto;
}
.s-hero__footnote {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.48px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #001755;
  box-shadow: 5px 5px 27px 0 rgba(196, 152, 108, 0.1) inset;
  padding: 16px 24px;
  text-align: center;
  width: fit-content;
}
.s-hero__btn {
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .s-hero__wrap {
    flex-direction: column;
  }
  .s-hero__content {
    align-items: center;
    text-align: center;
    max-width: unset;
  }
}
@media screen and (max-width: 768px) {
  .s-hero {
    margin-top: 140px;
  }
  .s-hero h1 {
    font-size: 28px;
  }
  .s-hero__content {
    gap: 16px;
  }
  .s-hero__footnote {
    padding: 12px 16px;
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: -0.36px;
    width: 100%;
  }
}

.s-features {
  position: relative;
}
.s-features::before {
  content: "";
  position: absolute;
  top: -400px;
  right: 0;
  width: 1266px;
  height: 1905px;
  background: url("../img/what-trade-gradient.png") no-repeat center center/contain;
  z-index: -1;
}
.s-features h2 {
  margin-bottom: 24px;
}
.s-features__top {
  text-align: center;
  margin-bottom: 80px;
}
.s-features__wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 24px;
  background-color: rgba(16, 26, 72, 0.5);
  box-shadow: 0 4px 11px -1px rgba(10, 10, 10, 0.04);
}
.s-features__text {
  max-width: 614px;
  margin: 0 auto;
  text-align: center;
}
.s-features__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px 60px;
  gap: 80px;
}
.s-features__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.s-features__item::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}
.s-features__item:last-child::after {
  opacity: 0;
  visibility: hidden;
}
.s-features__icon {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(90deg, #FF9811 0%, #FA03A4 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.s-features__icon img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.s-features__subtitle {
  font-size: 20px;
  margin-bottom: 4px;
}
.s-features__description {
  font-size: 16px;
  text-align: center;
}
.s-features__middle {
  padding: 48px 60px;
}
.s-features__img img {
  width: 100%;
  height: auto;
}
.s-features__subtext {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .s-features__wrap {
    grid-template-columns: 1fr;
  }
  .s-features__img {
    margin: 0 auto;
    max-width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .s-features::before {
    top: -200px;
  }
  .s-features h2 {
    margin-bottom: 16px;
  }
  .s-features__text p {
    font-size: 20px;
  }
  .s-features__wrap {
    padding: 32px 18px 24px;
  }
  .s-features__wrap > div:first-child {
    order: 1;
    margin-bottom: 48px;
  }
  .s-features__wrap > div:nth-child(2) {
    order: 3;
  }
  .s-features__wrap > div:nth-child(3) {
    order: 2;
    margin-bottom: 32px;
  }
  .s-features__wrap > div:nth-child(3) .s-features__item:last-child::after {
    display: none;
  }
  .s-features__list {
    padding: 0;
    gap: 48px;
  }
  .s-features__item:not(:last-child)::after {
    bottom: -24px;
  }
  .s-features__item:last-child::after {
    opacity: 1;
    visibility: visible;
    bottom: -24px;
  }
  .s-features__middle {
    padding: 0;
  }
  .s-features__icon {
    margin-bottom: 16px;
  }
  .s-features__top {
    margin-bottom: 24px;
  }
  .s-features__img {
    margin: 0 -20px 20px;
  }
}

.s-gradient-wrap {
  position: relative;
  overflow: hidden;
}
.s-gradient-wrap::before {
  content: "";
  position: absolute;
  top: 36%;
  left: -25%;
  width: 1108px;
  height: 531.588px;
  transform: rotate(-45deg);
  border-radius: 1108px;
  opacity: 0.7;
  background: #182E95;
  filter: blur(225px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .s-gradient-wrap {
    top: 26%;
  }
}

.s-signals h2 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .s-signals h2 {
    margin-bottom: 24px;
  }
  .s-signals .j-switcher {
    margin-bottom: 110px;
  }
}

.s-platforms-assets {
  position: relative;
  margin-top: 0;
}
.s-platforms-assets h2 {
  margin-bottom: 24px;
}
.s-platforms-assets__text {
  max-width: 533px;
  margin-bottom: 64px;
}
.s-platforms-assets__icon {
  display: flex;
  width: 32px;
  height: fit-content;
  flex-shrink: 0;
}
.s-platforms-assets__icon img {
  width: 100%;
  height: auto;
}
.s-platforms-assets__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-platforms-assets__list {
  max-width: 533px;
}
.s-platforms-assets__item {
  display: flex;
  gap: 24px;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.s-platforms-assets__img {
  width: 44%;
}
.s-platforms-assets__img img {
  width: 100%;
  height: auto;
}
.s-platforms-assets__subtitle {
  margin-bottom: 8px;
}
.s-platforms-assets__description {
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .s-platforms-assets h2 {
    text-align: center;
    margin-bottom: 16px;
  }
  .s-platforms-assets__text {
    text-align: center;
    max-width: unset;
    margin-bottom: 8px;
  }
  .s-platforms-assets__wrap {
    flex-direction: column;
  }
  .s-platforms-assets__content {
    width: 100%;
  }
  .s-platforms-assets__list {
    max-width: unset;
  }
  .s-platforms-assets__item {
    gap: 12px;
    padding: 16px 0;
  }
  .s-platforms-assets__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .s-platforms-assets__subtitle {
    font-size: 20px;
  }
  .s-platforms-assets__description {
    max-width: unset;
  }
}

.s-real-signal {
  margin-bottom: 0;
}
.s-real-signal h2 {
  max-width: 395px;
  margin-bottom: 24px;
}
.s-real-signal__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.s-real-signal__text {
  max-width: 384px;
  margin-bottom: 32px;
}
.s-real-signal__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}
.s-real-signal__list {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-block: 24px;
  margin-bottom: 24px;
}
.s-real-signal__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-real-signal__item:first-child .s-real-signal__value {
  color: #27D988;
}
.s-real-signal__item:last-child .s-real-signal__value {
  color: #FC3044;
}
.s-real-signal__item:not(:last-child) {
  margin-bottom: 24px;
}
.s-real-signal__content {
  width: 40.5%;
}
.s-real-signal__img {
  width: 48.5%;
}
.s-real-signal__img img {
  width: 100%;
  height: auto;
}
.s-real-signal__pair {
  color: #fff;
  font-weight: 700;
}
.s-real-signal__position {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.28px;
  color: #fff;
  line-height: 1.714;
  border-radius: 24px;
  background: #27D988;
  padding: 4px 16px;
}
.s-real-signal__key {
  color: rgba(255, 255, 255, 0.6);
}
.s-real-signal__value {
  color: #fff;
  font-weight: 700;
}
.s-real-signal__after-text {
  max-width: 480px;
  letter-spacing: -0.54px;
}
@media screen and (max-width: 1024px) {
  .s-real-signal h2 {
    max-width: unset;
    text-align: center;
    margin-bottom: 16px;
  }
  .s-real-signal__text {
    max-width: unset;
  }
  .s-real-signal__wrap {
    flex-direction: column-reverse;
  }
  .s-real-signal__content, .s-real-signal__img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .s-real-signal__info {
    margin-bottom: 16px;
  }
  .s-real-signal__pair {
    font-size: 18px;
  }
  .s-real-signal__list {
    padding-block: 16px;
    margin-bottom: 16px;
  }
  .s-real-signal__item:not(:last-child) {
    margin-bottom: 12px;
  }
  .s-real-signal__key, .s-real-signal__value {
    font-size: 20px;
  }
}

/*# sourceMappingURL=signals.css.map */
