.how-you-earn {
  background: #040404;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.how-you-earn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 663px;
  width: 100%;
  border-top: 1px solid #303030;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(4.3%, rgba(255, 195, 0, 0.1)), color-stop(60.11%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(255, 195, 0, 0.1) 4.3%, rgba(0, 0, 0, 0) 60.11%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.7s ease-out, -webkit-filter 0.7s ease-out;
  transition: opacity 0.7s ease-out, -webkit-filter 0.7s ease-out;
  transition: opacity 0.7s ease-out, filter 0.7s ease-out;
  transition: opacity 0.7s ease-out, filter 0.7s ease-out, -webkit-filter 0.7s ease-out;
}
.how-you-earn::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 0;
  max-width: 510px;
  width: 100%;
  height: 200px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("data:image/svg+xml,%3Csvg width='541' height='189' viewBox='0 0 541 189' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.7' filter='url(%23filter0_f_3020_10572)'%3E%3Cellipse cx='270.4' rx='134' ry='52' fill='%23FFAA17'/%3E%3C/g%3E%3Cg opacity='0.3' filter='url(%23filter1_f_3020_10572)'%3E%3Cellipse cx='270.4' rx='27' ry='13' fill='%23EDBB50'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_3020_10572' x='-9.15527e-05' y='-188.4' width='540.8' height='376.8' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='68.2' result='effect1_foregroundBlur_3020_10572'/%3E%3C/filter%3E%3Cfilter id='filter1_f_3020_10572' x='226.9' y='-29.5' width='87' height='59' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='8.25' result='effect1_foregroundBlur_3020_10572'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  opacity: 0;
  -webkit-filter: blur(3px);
          filter: blur(3px);
  -webkit-transition: opacity 0.8s ease-out 0.15s, -webkit-filter 0.8s ease-out 0.15s;
  transition: opacity 0.8s ease-out 0.15s, -webkit-filter 0.8s ease-out 0.15s;
  transition: opacity 0.8s ease-out 0.15s, filter 0.8s ease-out 0.15s;
  transition: opacity 0.8s ease-out 0.15s, filter 0.8s ease-out 0.15s, -webkit-filter 0.8s ease-out 0.15s;
}
.how-you-earn.is-visible::before {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.how-you-earn.is-visible::after {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
@media (max-width: 768px) {
  .how-you-earn {
    padding: 34px 0;
    background-image: url("../../../assets/img/mobile_to_decoration.png");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
  }
}

.hye__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .hye__container {
    padding: 0 20px;
  }
}
.hye__title {
  color: #EEE;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 63.84px;
  letter-spacing: -1.12px;
  margin: 0 0 20px;
}
@media (max-width: 768px) {
  .hye__title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 12px;
  }
}
.hye__subtitle {
  color: rgba(238, 238, 238, 0.7);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  letter-spacing: -0.4px;
  margin: 0 0 102px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .hye__subtitle {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.36px;
    margin-bottom: 48px;
  }
}
.hye__content-wrapper {
  width: 1026px;
  max-width: 100%;
  margin: 0 auto;
  padding-right: 75px;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 140px;
  position: relative;
}
.hye__content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 524px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1' height='524' viewBox='0 0 1 524' fill='none'%3E%3Cpath d='M0.5 0V106.5V243V524' stroke='url(%23paint0_linear_947_14244)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_947_14244' x1='-23.5' y1='0' x2='-23.5' y2='524' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230A0A0A'/%3E%3Cstop offset='0.2811' stop-color='%23312F25'/%3E%3Cstop offset='0.641075' stop-color='%23312F25'/%3E%3Cstop offset='1' stop-color='%230A0A0A'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}
@media (max-width: 1100px) {
  .hye__content-wrapper::before {
    display: none;
  }
}
.hye__content-wrapper::after {
  content: "";
  position: absolute;
  left: -40px;
  top: 75%;
  bottom: 0;
  width: 80px;
  height: 1px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: -webkit-gradient(linear, left top, right top, from(rgba(248, 203, 112, 0)), color-stop(50%, #FFF), to(rgba(248, 203, 112, 0)));
  background: linear-gradient(90deg, rgba(248, 203, 112, 0) 0%, #FFF 50%, rgba(248, 203, 112, 0) 100%);
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
  z-index: 3;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1100px) {
  .hye__content-wrapper::after {
    display: none;
  }
}
@media (max-width: 1100px) {
  .hye__content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .hye__content-wrapper {
    gap: 32px;
  }
}
.hye__tabs {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
}
@media (max-width: 1100px) {
  .hye__tabs {
    display: none;
  }
}
.hye__tab-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  position: relative;
}
.hye__tab-wrapper .hye__tab-icon {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  fill: #221C07;
  border-radius: 100px;
  -webkit-box-shadow: 0 0px 11px 0 #835A00 inset, 0 0px 0.405px 0 #7E550A inset;
          box-shadow: 0 0px 11px 0 #835A00 inset, 0 0px 0.405px 0 #7E550A inset;
}
.hye__tab-wrapper .hye__tab-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 52px;
}
.hye__tab-wrapper .hye__tab-icon-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
}
.hye__tab-wrapper.is-active .hye__tab-icon {
  display: block;
}
.hye__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 46px;
  padding: 10px 20px;
  border-radius: 12px;
  background: #111;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 274px;
  color: rgba(255, 255, 255, 0.6);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.32px;
  text-align: left;
}
.hye__tab:hover {
  background: #1a1a1a;
}
.hye__tab-wrapper.is-active .hye__tab {
  background: #000;
  border: 1px solid rgba(252, 201, 91, 0.6);
  color: #EEE;
  font-weight: 600;
}
.hye__content-scroll {
  width: 435px;
  max-width: 100%;
  position: relative;
}
.hye__content-scroll .how-you-earn-botom-decor {
  position: absolute;
  bottom: -80px;
  right: -80px;
  height: auto;
  width: 265px;
  height: 262px;
}
@media (max-width: 1100px) {
  .hye__content-scroll .how-you-earn-botom-decor {
    display: none;
  }
}
.hye__content-scroll .how-you-earn-top-decor {
  position: absolute;
  top: -60px;
  left: -60px;
  height: auto;
  width: 265px;
  height: 262px;
}
@media (max-width: 1100px) {
  .hye__content-scroll .how-you-earn-top-decor {
    display: none;
  }
}
@media (max-width: 1100px) {
  .hye__content-scroll {
    width: 100%;
  }
}
.hye__content-cards {
  position: relative;
}
@media (max-width: 1100px) {
  .hye__content-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 16px;
  }
  .hye__content-cards::-webkit-scrollbar {
    display: none;
  }
}
.hye__content-card {
  width: 435px;
  height: 416px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(130deg, #191609 0%, #1A1508 54%, #0B0A05 100%);
  padding: 16px;
  display: none;
}
.hye__content-card.is-active {
  display: block;
  -webkit-animation: cardFadeIn 0.5s ease-out forwards;
          animation: cardFadeIn 0.5s ease-out forwards;
}
@media (max-width: 1100px) {
  .hye__content-card.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hye__content-card.is-fading-out {
  -webkit-animation: cardFadeOut 0.3s ease-out forwards;
          animation: cardFadeOut 0.3s ease-out forwards;
}
@media (max-width: 1100px) {
  .hye__content-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    scroll-snap-align: start;
    width: 90%;
    min-width: 320px;
    height: auto;
    min-height: 380px;
  }
}
.hye__card-inner {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: radial-gradient(46.25% 78.44% at 27.61% -4950%, rgba(194, 229, 255, 0.08) 0%, rgba(194, 240, 255, 0) 76.65%), linear-gradient(166deg, rgba(60, 46, 38, 0.45) 6.29%, rgba(60, 45, 38, 0) 91.42%);
  -webkit-box-shadow: -2px -2px 10px 0 rgba(4, 9, 15, 0.1), 4px 4px 8px 0 rgba(0, 0, 0, 0.1), 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: -2px -2px 10px 0 rgba(4, 9, 15, 0.1), 4px 4px 8px 0 rgba(0, 0, 0, 0.1), 10px 10px 20px 0 rgba(0, 0, 0, 0.15);
  padding: 58px 28px 28px;
}
@media (max-width: 768px) {
  .hye__card-inner {
    padding: 40px 20px 24px;
  }
}
.hye__card-icon-wrapper {
  position: relative;
  width: 91px;
  height: 91px;
  margin: 0 auto 63px;
}
@media (max-width: 768px) {
  .hye__card-icon-wrapper {
    margin: 0 auto 40px;
  }
}
.hye__card-icon-bg {
  position: absolute;
  top: -6px;
  left: -10px;
  width: 91px;
  height: 91px;
  -webkit-transform: rotate(-15deg);
      -ms-transform: rotate(-15deg);
          transform: rotate(-15deg);
  border-radius: 14px;
  background: rgba(232, 162, 41, 0.3);
}
.hye__card-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 91px;
  height: 91px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hye__card-icon img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
}
.hye__card-title {
  color: #EEE;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: -0.48px;
  margin: 0 0 12px;
}
.hye__card-description {
  color: rgba(255, 255, 255, 0.7);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.32px;
}
.hye__card-description p {
  margin: 0 0 12px;
}
.hye__card-description p:last-child {
  margin-bottom: 0;
}
.hye__card-description a {
  color: #DB9A0B;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: -0.32px;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hye__card-description a:hover {
  opacity: 0.8;
  text-decoration: underline;
}
.hye__card-description strong,
.hye__card-description b {
  font-weight: 600;
  color: #EEE;
}
.hye__card-description em,
.hye__card-description i {
  font-style: italic;
}
.hye__card-description ul,
.hye__card-description ol {
  margin: 0 0 12px;
  padding-left: 20px;
}
.hye__card-description ul li,
.hye__card-description ol li {
  margin-bottom: 8px;
}
.hye__card-description ul li:last-child,
.hye__card-description ol li:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes cardFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes cardFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes cardFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}
@keyframes cardFadeOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
}