/* [project]/client/src/components/KillerFeature/HowWorksKillerFeature/HowWorksKillerFeature.module.css [app-client] (css) */
@keyframes HowWorksKillerFeature-module__ECbjCq__growLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes HowWorksKillerFeature-module__ECbjCq__slide-in-left-gradient {
  to {
    clip-path: inset(0);
  }
}

.HowWorksKillerFeature-module__ECbjCq__howItWorksContainer {
  z-index: 5;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.HowWorksKillerFeature-module__ECbjCq__graphImage {
  fill: none;
  stroke: #fff;
  stroke-width: 1px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1600;
  stroke-dashoffset: 1600px;
  margin-left: -32px;
  animation: 2s ease-in-out forwards HowWorksKillerFeature-module__ECbjCq__growLine;
  position: absolute;
  top: 31px;
  left: 50%;
  transform: translateX(-50%);
}

.HowWorksKillerFeature-module__ECbjCq__graphImageMobile {
  display: none;
}

.HowWorksKillerFeature-module__ECbjCq__gradient {
  clip-path: inset(0 100% 0 0);
  margin-left: -12px;
  animation: 2s ease-in-out forwards HowWorksKillerFeature-module__ECbjCq__slide-in-left-gradient;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}

.HowWorksKillerFeature-module__ECbjCq__gradientMobile {
  display: none;
}

.HowWorksKillerFeature-module__ECbjCq__scale {
  z-index: -1;
  position: absolute;
  top: -46px;
  left: 0;
}

.HowWorksKillerFeature-module__ECbjCq__howItWorksTitle {
  font-family: var(--font-unbounded), sans-serif;
  text-align: center;
  color: var(--primary-text-color);
  margin: 0 0 16px;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.HowWorksKillerFeature-module__ECbjCq__howItWorksDescription {
  letter-spacing: .02em;
  text-align: center;
  color: var(--primary-text-color);
  margin: 0 0 56px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

@media not (min-width: 1432px) {
  .HowWorksKillerFeature-module__ECbjCq__howItWorksContainer {
    padding-inline: 16px;
  }
}

@media not (min-width: 690px) {
  .HowWorksKillerFeature-module__ECbjCq__howItWorksTitle {
    z-index: 4;
    margin-top: -10px;
    margin-bottom: 12px;
    font-size: 26px;
    position: relative;
  }

  .HowWorksKillerFeature-module__ECbjCq__howItWorksDescription {
    margin-bottom: 36px;
    font-size: 16px;
  }

  .HowWorksKillerFeature-module__ECbjCq__graphImage, .HowWorksKillerFeature-module__ECbjCq__gradient {
    top: -5px;
  }

  .HowWorksKillerFeature-module__ECbjCq__scale {
    top: -66px;
  }
}

@media not (min-width: 600px) {
  .HowWorksKillerFeature-module__ECbjCq__gradient {
    display: none;
  }

  .HowWorksKillerFeature-module__ECbjCq__gradientMobile {
    clip-path: inset(0 100% 0 0);
    margin-left: -12px;
    animation: 2s ease-in-out forwards HowWorksKillerFeature-module__ECbjCq__slide-in-left-gradient;
    display: block;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
  }

  .HowWorksKillerFeature-module__ECbjCq__graphImage {
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1600;
    stroke-dashoffset: 1600px;
    margin-left: -32px;
    animation: 2s ease-in-out forwards HowWorksKillerFeature-module__ECbjCq__growLine;
    display: none;
    position: absolute;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
  }

  .HowWorksKillerFeature-module__ECbjCq__scale {
    top: -256px;
    transform: scaleY(.5);
  }
}

/* [project]/client/src/components/Trades/Deal/DealSteps/Graph/Graph.module.css [app-client] (css) */
@keyframes Graph-module__XXA_AW__scale-in-top {
  0% {
    opacity: 0;
    transform: translateY(-2350px);
  }

  100% {
    opacity: 1;
    transform: translateY(-2299px);
  }
}

@keyframes Graph-module__XXA_AW__scale-out-top {
  0% {
    opacity: 1;
    transform: translateY(-2299px);
  }

  100% {
    opacity: 0;
    transform: translateY(-2350px);
  }
}

@keyframes Graph-module__XXA_AW__slide-in-top-third {
  0% {
    opacity: 0;
    transform: translateY(-30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Graph-module__XXA_AW__slide-out-top-third {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-30px);
  }
}

@keyframes Graph-module__XXA_AW__slide-in-top {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes Graph-module__XXA_AW__arrow-rise {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
  }

  35% {
    opacity: .8;
  }

  40% {
    opacity: 0;
    transform: translateY(-400px);
  }

  100% {
    opacity: 0;
    transform: translateY(-476px);
  }
}

.Graph-module__XXA_AW__box {
  backdrop-filter: blur(100px);
  z-index: 9;
  background-color: #d9eaff08;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 812px;
  height: 620px;
  display: flex;
  transform: translateY(-2299px);
}

.Graph-module__XXA_AW__container {
  z-index: 10;
  background: url("../media/ellipseGreenCenter.1bed91ca.svg") center no-repeat, linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%), url("../media/ellipseGreenRight.521515b1.svg") 100% 0 no-repeat;
  border-radius: 16px;
  flex-direction: column;
  align-items: center;
  width: 812px;
  height: 620px;
  padding: 20px 20px 0;
  display: flex;
  position: relative;
}

.Graph-module__XXA_AW__mockContainer {
  backdrop-filter: blur(100px);
  opacity: 0;
  z-index: 5;
  background: url("../media/ellipseGreenCenter.1bed91ca.svg") center no-repeat, linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%), url("../media/ellipseGreenRight.521515b1.svg") 100% 0 no-repeat;
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 423px;
  height: 323px;
  padding: 10px 10px 0;
  animation: .5s cubic-bezier(.25, .46, .45, .94) both Graph-module__XXA_AW__slide-in-top;
  display: flex;
  position: relative;
  mask-image: linear-gradient(#000 70%, #0000 100%);
}

.Graph-module__XXA_AW__container:after, .Graph-module__XXA_AW__mockContainer:after {
  content: "";
  -webkit-mask-composite: xor;
  border-radius: inherit;
  z-index: -1;
  background: url("../media/ellipseGreenCenter.1bed91ca.svg") center no-repeat, linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%), url("../media/ellipseGreenRight.521515b1.svg") 100% 0 no-repeat border-box;
  border: 1.5px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #ffffff59 0%, #fff 100%), linear-gradient(90deg, #fff 0% 100%);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.Graph-module__XXA_AW__mockContainerLanding {
  background-size: 250px 250px, auto, 150px 150px;
  justify-content: center;
  width: 100%;
  padding: 0 10px;
  display: flex;
}

.Graph-module__XXA_AW__thirdStepContainer {
  height: 620px;
  transform: translateY(0);
}

.Graph-module__XXA_AW__containerOpen {
  animation: .5s cubic-bezier(.25, .46, .45, .94) both Graph-module__XXA_AW__scale-in-top;
}

.Graph-module__XXA_AW__containerClose {
  animation: .5s cubic-bezier(.25, .46, .45, .94) both Graph-module__XXA_AW__scale-out-top;
}

.Graph-module__XXA_AW__thirdContainerOpen {
  margin-bottom: 24px;
  animation: 1s cubic-bezier(.25, .46, .45, .94) both Graph-module__XXA_AW__slide-in-top-third;
}

.Graph-module__XXA_AW__thirdContainerClose {
  animation: 1s cubic-bezier(.25, .46, .45, .94) both Graph-module__XXA_AW__slide-out-top-third;
}

.Graph-module__XXA_AW__chartContainer {
  z-index: 10;
  background: linear-gradient(270deg, #ffffff03 0% 100%);
  border-radius: 12px;
  align-items: center;
  width: 772px;
  height: 470px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px #0000001a;
}

.Graph-module__XXA_AW__chartContainer:after {
  content: "";
  mix-blend-mode: overlay;
  -webkit-mask-composite: xor;
  border-radius: inherit;
  z-index: -1;
  background: url("../media/ellipseGreenCenter.1bed91ca.svg") center no-repeat, linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%), url("../media/ellipseGreenRight.521515b1.svg") 100% 0 no-repeat border-box;
  border: 1.5px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #ffffff59 0%, #fff 100%), linear-gradient(90deg, #fff 0% 100%);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.Graph-module__XXA_AW__mockChartContainer {
  background: linear-gradient(270deg, #ffffff03 0% 100%);
  border-radius: 6px;
  align-items: center;
  width: 402px;
  height: 244px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 15px #0000001a;
}

.Graph-module__XXA_AW__mockChartContainerLanding {
  z-index: 12;
  border-radius: 10px;
  width: 300px;
  height: 180px;
  margin-top: -46px;
}

.Graph-module__XXA_AW__mockChartContainer:after {
  content: "";
  mix-blend-mode: overlay;
  -webkit-mask-composite: xor;
  border-radius: inherit;
  z-index: -1;
  background: url("../media/ellipseGreenCenter.1bed91ca.svg") center no-repeat, linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%), url("../media/ellipseGreenRight.521515b1.svg") 100% 0 no-repeat border-box;
  border: 1.5px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #ffffff59 0%, #fff 100%), linear-gradient(90deg, #fff 0% 100%);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.Graph-module__XXA_AW__firstDay {
  z-index: 5;
  mix-blend-mode: normal;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: -4px;
  padding-top: 36px;
}

.Graph-module__XXA_AW__green {
  color: var(--green-graph);
}

.Graph-module__XXA_AW__title {
  letter-spacing: .015em;
  color: var(--primary-text-color);
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.Graph-module__XXA_AW__dynamicContainer {
  background-image: linear-gradient(90deg, #30d1581a, #30d1581a);
  border-radius: 12px;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  margin-top: 16px;
  margin-bottom: 40px;
  padding: 12px;
  display: flex;
  position: relative;
}

.Graph-module__XXA_AW__dynamicContainer:after {
  content: "";
  mix-blend-mode: overlay;
  -webkit-mask-composite: xor;
  border-radius: inherit;
  z-index: -1;
  background: linear-gradient(90deg, #30d15820 0%, #30d15880 100%) border-box;
  border: 1px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.Graph-module__XXA_AW__dynamicTitle {
  justify-content: center;
  align-items: center;
  gap: 4px;
  display: flex;
}

.Graph-module__XXA_AW__updateGraph {
  letter-spacing: .015em;
  text-align: center;
  color: #fffc;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.Graph-module__XXA_AW__background {
  background-blend-mode: overlay;
  z-index: -1;
  width: 772px;
  height: 475px;
  position: absolute;
  top: 81px;
  left: 21px;
  box-shadow: 0 5px 15px #0000001a;
}

.Graph-module__XXA_AW__background:after {
  content: "";
  z-index: 0;
  background: #00000080;
  border-radius: 12px;
  width: 770px;
  height: 473px;
  position: absolute;
  top: 0;
  left: 0;
}

.Graph-module__XXA_AW__backgroundImage {
  filter: blur(7px);
}

.Graph-module__XXA_AW__buttonContainer {
  height: 42px;
  margin-top: 12px;
  text-decoration: none;
}

.Graph-module__XXA_AW__buttonContainer button {
  letter-spacing: .015em;
  color: #14311c;
  align-items: center;
  gap: 6px;
  padding: 0 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
  display: flex;
}

.Graph-module__XXA_AW__arrowUpLeft {
  opacity: 0;
  animation: 10s ease-in 4s infinite Graph-module__XXA_AW__arrow-rise;
  position: absolute;
  bottom: 0;
  left: 72px;
}

.Graph-module__XXA_AW__arrowUpCenter {
  opacity: 0;
  animation: 10s ease-in infinite Graph-module__XXA_AW__arrow-rise;
  position: absolute;
  bottom: 0;
  left: 175px;
}

.Graph-module__XXA_AW__arrowUpRight {
  opacity: 0;
  animation: 10s ease-in 2s infinite Graph-module__XXA_AW__arrow-rise;
  position: absolute;
  bottom: 0;
  right: 85px;
}

.Graph-module__XXA_AW__centerEllipse {
  filter: blur(120px);
  background-color: #30d158e5;
  border-radius: 50%;
  width: 220px;
  height: 220px;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}

.Graph-module__XXA_AW__button {
  mix-blend-mode: overlay;
  cursor: pointer;
  z-index: 3;
  background-color: #ffffff10;
  border-radius: 10px 10px 0 0;
  align-items: center;
  gap: 6px;
  height: 40px;
  margin-top: 26px;
  padding: 12px 16px;
  transition: all .4s;
  display: flex;
}

.Graph-module__XXA_AW__button:hover {
  background-color: #ffffff15;
  transition: all .4s;
}

.Graph-module__XXA_AW__button:active {
  background-color: #ffffff13;
}

.Graph-module__XXA_AW__amountChangesBox {
  border-radius: 8px;
  height: 48px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.Graph-module__XXA_AW__amountChanges {
  white-space: nowrap;
  z-index: 10;
  background: linear-gradient(270deg, #ffffff1a 0%, #ffffff0d 100%);
  border-radius: 8px;
  align-items: center;
  gap: 8px;
  height: 48px;
  padding: 12px 16px;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0000001a;
}

.Graph-module__XXA_AW__amountChanges:after {
  content: "";
  -webkit-mask-composite: xor;
  border-radius: inherit;
  z-index: -1;
  background: linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%) border-box;
  border: 1.5px solid #0000;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(90deg, #ffffff59 0%, #fff 100%), linear-gradient(90deg, #fff 0% 100%);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.Graph-module__XXA_AW__scale {
  transform: scale(.9);
}

.Graph-module__XXA_AW__landingAmount {
  background: linear-gradient(270deg, #203b2a 0%, #233e2e 100%);
  transform: scale(.7)translateY(-46px);
}

.Graph-module__XXA_AW__firstAmount {
  color: #80b392;
  white-space: nowrap;
  gap: 4px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.Graph-module__XXA_AW__firstAmountLanding {
  color: var(--primary-text-color);
  white-space: nowrap;
  gap: 4px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.Graph-module__XXA_AW__firstAmountFirstDay {
  color: var(--main-green);
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.Graph-module__XXA_AW__bonusContainer {
  align-items: center;
  gap: 4px;
  display: flex;
}

.Graph-module__XXA_AW__bonus {
  width: auto;
  color: var(--main-green);
  box-sizing: border-box;
  white-space: nowrap;
  background: #30d15833;
  border-radius: 6px;
  align-items: center;
  gap: 4px;
  padding: 6px;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  display: flex;
}

.Graph-module__XXA_AW__customTooltipContainer {
  -webkit-backdrop-filter: blur(100px);
  z-index: 12;
  background: #131f17;
  border-radius: 8px;
  display: flex;
}

.Graph-module__XXA_AW__customTooltipContainer:before {
  content: "";
  z-index: -1;
  background-image: url("../media/triangleTooltip.7db015b3.svg");
  width: 22px;
  height: 19px;
  position: absolute;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}

.Graph-module__XXA_AW__customTooltip {
  white-space: nowrap;
  pointer-events: none;
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  gap: 6px;
  padding: 10px;
  display: flex;
}

.Graph-module__XXA_AW__decreaseContainer {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.Graph-module__XXA_AW__strikethroughText {
  letter-spacing: .015em;
  color: var(--secondary-text-color);
  font-family: Inter Tight, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: line-through;
}

.Graph-module__XXA_AW__receiveContainer {
  align-items: center;
  gap: 4px;
  display: flex;
}

.Graph-module__XXA_AW__receive {
  letter-spacing: .015em;
  color: #ffffffe5;
  font-family: Inter Tight, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

.Graph-module__XXA_AW__containerLanding {
  z-index: 11;
  height: 200px;
  transform: translateY(0);
}

@media not (min-height: 900px) and (min-width: 941px) {
  .Graph-module__XXA_AW__scale {
    margin-top: 0;
  }

  .Graph-module__XXA_AW__mockChartContainer {
    height: 200px;
    margin-top: -10px;
  }

  .Graph-module__XXA_AW__mockContainer {
    height: 230px;
  }

  .Graph-module__XXA_AW__mockChartContainerLanding {
    width: calc(30vw - 104px);
  }

  .Graph-module__XXA_AW__landingAmount {
    transform: scale(.7)translateY(16px);
  }

  .Graph-module__XXA_AW__mockContainerLanding {
    width: 100%;
    max-width: calc(33.3333vw - 72px);
    padding: 0;
  }

  .Graph-module__XXA_AW__containerForSliderBorderInv {
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 244px;
    margin-top: 10px;
    position: relative;
  }

  .Graph-module__XXA_AW__containerLanding {
    z-index: 11;
    justify-content: center;
    height: 200px;
    display: flex;
    transform: translateY(0);
  }
}

@media not (min-width: 1300px) {
  @keyframes Graph-module__XXA_AW__scale-in-top {
    0% {
      opacity: 0;
      transform: translateY(-200px);
    }

    100% {
      opacity: 1;
      transform: translateY(-180px);
    }
  }

  @keyframes Graph-module__XXA_AW__scale-out-top {
    0% {
      opacity: 1;
      transform: translateY(-180px);
    }

    100% {
      opacity: 0;
      transform: translateY(-200px);
    }
  }
}

@media not (min-width: 941px) {
  .Graph-module__XXA_AW__box {
    width: 100%;
    height: 458px;
  }

  .Graph-module__XXA_AW__scale {
    margin-top: -10px;
    transform: scale(.5);
  }

  .Graph-module__XXA_AW__mockContainer {
    width: calc(100% - 32px);
    height: 230px;
  }

  .Graph-module__XXA_AW__containerForSliderBorder {
    box-sizing: border-box;
    border-radius: 12px;
    width: 100%;
    height: 323px;
    position: relative;
  }

  .Graph-module__XXA_AW__containerForSliderBorderInv {
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 244px;
    margin-top: -10px;
    position: relative;
  }

  .Graph-module__XXA_AW__containerForSlider {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    border-radius: 12px;
    width: 100%;
    height: 323px;
    position: relative;
    overflow: auto hidden;
  }

  .Graph-module__XXA_AW__containerForSliderInv {
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    position: relative;
    overflow: auto hidden;
  }

  .Graph-module__XXA_AW__containerForSliderLanding {
    box-sizing: border-box;
    border-radius: 10px;
    width: 100%;
    height: 200px;
    margin-top: 10px;
    position: relative;
  }

  .Graph-module__XXA_AW__containerForSliderBorder:after, .Graph-module__XXA_AW__containerForSliderBorderInv:after {
    content: "";
    mix-blend-mode: overlay;
    -webkit-mask-composite: xor;
    z-index: 2;
    background: url("../media/ellipseGreenCenter.1bed91ca.svg") center no-repeat, linear-gradient(270deg, #30d1581a 0%, #30d1580d 100%), url("../media/ellipseGreenRight.521515b1.svg") 100% 0 no-repeat border-box;
    border: 1.5px solid #0000;
    border-radius: 0;
    position: absolute;
    inset: 0;
    -webkit-mask-image: linear-gradient(90deg, #ffffff59 0%, #fff 100%), linear-gradient(90deg, #fff 0% 100%);
    -webkit-mask-position: 0 0, 0 0;
    -webkit-mask-size: auto, auto;
    -webkit-mask-repeat: repeat, repeat;
    -webkit-mask-clip: padding-box, border-box;
    -webkit-mask-origin: padding-box, border-box;
    mask-composite: exclude;
    mask-mode: match-source, match-source;
  }

  .Graph-module__XXA_AW__container {
    border-radius: 12px;
    width: 100%;
    height: 458px;
    padding: 16px 16px 0;
  }

  .Graph-module__XXA_AW__containerForSlider::-webkit-scrollbar {
    display: none;
  }

  .Graph-module__XXA_AW__containerForSliderInv::-webkit-scrollbar {
    display: none;
  }

  .Graph-module__XXA_AW__containerForSliderLanding::-webkit-scrollbar {
    display: none;
  }

  .Graph-module__XXA_AW__chartContainer:after {
    display: none;
  }

  .Graph-module__XXA_AW__chartContainer {
    z-index: 50;
    align-items: flex-start;
    height: 100%;
  }

  .Graph-module__XXA_AW__firstDay {
    text-align: center;
    align-items: center;
  }

  .Graph-module__XXA_AW__thirdStepContainer {
    height: 458px;
    transform: translateY(0);
  }

  .Graph-module__XXA_AW__containerLanding {
    z-index: 11;
    width: 90%;
    height: 200px;
    transform: translateY(0);
  }

  .Graph-module__XXA_AW__background {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .Graph-module__XXA_AW__background:after {
    width: 100%;
    height: 100%;
  }

  .Graph-module__XXA_AW__dynamicTitle img {
    display: none;
  }

  .Graph-module__XXA_AW__amountChangesBox, .Graph-module__XXA_AW__amountChanges {
    height: 40px;
  }

  .Graph-module__XXA_AW__button, .Graph-module__XXA_AW__thirdContainerOpen {
    margin-top: 24px;
  }

  @keyframes Graph-module__XXA_AW__scale-in-top {
    0% {
      opacity: 0;
      transform: translateY(-30px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes Graph-module__XXA_AW__scale-out-top {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(-30px);
    }
  }

  .Graph-module__XXA_AW__firstAmountFirstDay, .Graph-module__XXA_AW__firstAmount, .Graph-module__XXA_AW__firstAmountLanding {
    font-size: 16px;
  }

  .Graph-module__XXA_AW__landingAmount {
    transform: scale(.7)translateY(6px);
  }

  .Graph-module__XXA_AW__mockContainerLanding {
    width: 100%;
    margin-top: 0;
  }

  .Graph-module__XXA_AW__mockChartContainer {
    width: 100%;
  }

  .Graph-module__XXA_AW__mockChartContainerLanding {
    width: 100%;
    height: 200px;
    margin-top: 0;
  }
}

@media not (min-width: 800px) {
  .Graph-module__XXA_AW__mockContainer {
    width: 100%;
    margin-top: -30px;
  }

  .Graph-module__XXA_AW__mockContainerLanding {
    margin-top: 0;
  }
}

@media not (min-width: 613px) {
  .Graph-module__XXA_AW__mockChartContainer {
    width: 600px;
  }

  .Graph-module__XXA_AW__mockChartContainerLanding {
    width: 100%;
  }
}

@media not (min-width: 440px) {
  .Graph-module__XXA_AW__mockContainer {
    margin-top: -56px;
  }

  .Graph-module__XXA_AW__mockContainerLanding {
    margin-top: 0;
  }
}

/* [project]/client/src/components/Inventory/InventoryPage/ModalKillerFeatureSummary/ModalSteps/Steps.module.css [app-client] (css) */
@keyframes Steps-module__iHLd6G__flyInMiddleCoinLeft {
  from {
    opacity: 0;
    transform: translateX(-100px)rotate(-72deg);
  }

  to {
    opacity: 1;
    transform: translateX(0)rotate(-72deg);
  }
}

@keyframes Steps-module__iHLd6G__hoverMiddleCoins {
  0% {
    transform: translateY(0)rotate(-72deg);
  }

  50% {
    transform: translateY(10px)rotate(-72deg);
  }

  100% {
    transform: translateY(0)rotate(-72deg);
  }
}

@keyframes Steps-module__iHLd6G__slide-in-left {
  0% {
    opacity: 0;
    transform: scale(.7125)translateX(-345px)translateY(-50px);
  }

  100% {
    opacity: 1;
    transform: scale(.7125)translateX(-145px)translateY(-50px);
  }
}

.Steps-module__iHLd6G__container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 36px 24px 0;
  display: flex;
}

.Steps-module__iHLd6G__containerImages {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.Steps-module__iHLd6G__imagesBox {
  flex-direction: column;
  width: 474px;
  height: 480px;
  display: flex;
  overflow: hidden;
}

.Steps-module__iHLd6G__imagesContainer {
  justify-content: center;
  width: 690px;
  height: 480px;
  padding: 24px 0 0;
  animation: 1s ease-in-out both Steps-module__iHLd6G__slide-in-left;
  display: flex;
  overflow: hidden;
  transform: scale(.7125)translateX(-185px)translateY(-50px);
}

.Steps-module__iHLd6G__coinMiddle {
  z-index: 5;
  width: 72px;
  height: 72px;
  position: absolute;
  top: -50px;
  left: 274px;
  transform: rotate(-70deg);
}

.Steps-module__iHLd6G__coinSmall {
  z-index: 5;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 18px;
  left: 210px;
  transform: rotate(-90deg);
}

.Steps-module__iHLd6G__coinMiddle:after, .Steps-module__iHLd6G__coinSmall:after {
  content: "";
  z-index: -1;
  opacity: .2;
  background-color: var(--main-color);
  mix-blend-mode: overlay;
  filter: blur(35px);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.Steps-module__iHLd6G__firstStepText {
  flex-direction: column;
  padding: 0 24px;
  display: flex;
}

.Steps-module__iHLd6G__title {
  font-family: var(--font-unbounded), sans-serif;
  color: var(--primary-text-color);
  text-align: left;
  white-space: pre-line;
  margin-bottom: 12px;
  font-size: 28px;
  font-weight: 600;
  line-height: 120%;
}

.Steps-module__iHLd6G__timerContainer {
  justify-content: center;
  width: 600px;
  height: 90px;
  display: flex;
  transform: scale(.55)translateY(-110px);
}

.Steps-module__iHLd6G__coin {
  z-index: 5;
  width: 72px;
  height: 72px;
  animation: 1s ease-out forwards Steps-module__iHLd6G__flyInMiddleCoinLeft, 3s ease-in-out 1s infinite Steps-module__iHLd6G__hoverMiddleCoins;
  position: absolute;
  top: -40px;
  left: 60%;
}

.Steps-module__iHLd6G__coinImage {
  object-fit: contain;
  z-index: 1;
  position: relative;
}

.Steps-module__iHLd6G__orangeBig {
  color: var(--main-color);
}

.Steps-module__iHLd6G__orangeSmall {
  color: var(--main-color);
  font-weight: 500;
}

.Steps-module__iHLd6G__paragraph1 {
  letter-spacing: .015em;
  color: #ffffffe5;
  text-align: left;
  margin-bottom: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.Steps-module__iHLd6G__paragraph2 {
  letter-spacing: .015em;
  color: #fffc;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.Steps-module__iHLd6G__paragraph3 {
  letter-spacing: .015em;
  color: #ffffffe5;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.Steps-module__iHLd6G__link {
  color: var(--main-color);
  font-weight: 500;
}

@media not (min-height: 900px) and (min-width: 941px) {
  .Steps-module__iHLd6G__imagesBox {
    height: 460px;
    margin-bottom: -150px;
    transform: translateY(-63px);
  }

  .Steps-module__iHLd6G__imagesContainer {
    transform: scale(.7125)translateX(-180px);
  }

  .Steps-module__iHLd6G__firstStepText {
    transform: translateY(-10px);
  }

  .Steps-module__iHLd6G__coinSmall {
    z-index: 5;
    width: 56px;
    height: 56px;
    position: absolute;
    top: -70px;
    left: 210px;
    transform: rotate(-90deg);
  }

  .Steps-module__iHLd6G__coin {
    width: 72px;
    height: 72px;
    top: -50px;
    left: 56%;
  }

  .Steps-module__iHLd6G__timerContainer {
    width: 600px;
    height: 90px;
    transform: scale(.52)translateY(-110px);
  }

  .Steps-module__iHLd6G__title {
    margin-bottom: 12px;
    font-size: 26px;
    line-height: 120%;
  }
}

@media not (min-width: 941px) {
  .Steps-module__iHLd6G__timerContainer {
    height: 110px;
    transform: scale(.55)translateY(-90px);
  }

  .Steps-module__iHLd6G__container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 24px 0 0;
    display: flex;
  }

  .Steps-module__iHLd6G__secondStepText {
    flex-direction: column;
    padding: 0 24px;
    display: flex;
  }

  .Steps-module__iHLd6G__coinSmall {
    width: 40px;
    height: 40px;
    top: 0;
    left: 50%;
    transform: translateX(-50%)rotate(-90deg);
  }

  .Steps-module__iHLd6G__coinMiddle {
    width: 60px;
    height: 60px;
    margin-left: 40px;
    left: 50%;
    transform: translateX(-50%)rotate(-70deg);
  }

  .Steps-module__iHLd6G__title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}

@media not (min-width: 800px) {
  .Steps-module__iHLd6G__paragraph1, .Steps-module__iHLd6G__paragraph2, .Steps-module__iHLd6G__paragraph3 {
    font-size: 14px;
  }

  .Steps-module__iHLd6G__secondStepText, .Steps-module__iHLd6G__firstStepText {
    padding: 0;
  }

  .Steps-module__iHLd6G__imagesBox {
    align-items: center;
    width: calc(100vw - 48px);
  }

  .Steps-module__iHLd6G__imagesContainer {
    transform: scale(.7125)translateX(0)translateY(-50px);
  }

  @keyframes Steps-module__iHLd6G__slide-in-left {
    0% {
      opacity: 0;
      transform: scale(.7125)translateX(-145px)translateY(-50px);
    }

    100% {
      opacity: 1;
      transform: scale(.7125)translateX(0)translateY(-50px);
    }
  }

  .Steps-module__iHLd6G__timerContainer {
    transform: scale(.55)translateY(-140px);
  }
}

@media not (min-width: 613px) {
  .Steps-module__iHLd6G__timerContainer {
    width: calc(100vw - 64px);
  }

  .Steps-module__iHLd6G__imagesContainer {
    transform: scale(.65)translateX(0)translateY(-100px);
  }

  @keyframes Steps-module__iHLd6G__slide-in-left {
    0% {
      opacity: 0;
      transform: scale(.65)translateX(-100px)translateY(-100px);
    }

    100% {
      opacity: 1;
      transform: scale(.65)translateX(0)translateY(-100px);
    }
  }
}

@media not (min-width: 440px) {
  .Steps-module__iHLd6G__timerContainer {
    transform: scale(.55)translateY(-170px);
  }

  .Steps-module__iHLd6G__imagesBox {
    align-items: center;
    width: calc(100vw - 48px);
  }

  .Steps-module__iHLd6G__imagesContainer {
    transform: scale(.5)translateX(0)translateY(-250px);
  }

  @keyframes Steps-module__iHLd6G__slide-in-left {
    0% {
      opacity: 0;
      transform: scale(.5)translateX(-100px)translateY(-250px);
    }

    100% {
      opacity: 1;
      transform: scale(.5)translateX(0)translateY(-250px);
    }
  }
}

/* [project]/client/src/components/KillerFeature/KillerFeatureImages/KillerFeatureImages.module.css [app-client] (css) */
@keyframes KillerFeatureImages-module__R8udoa__fly {
  0%, 100% {
    transform: translateX(-3px)translateY(3px);
  }

  25% {
    transform: translateX(5px)translateY(-4px);
  }

  50% {
    transform: translateX(-6px)translateY(-4px);
  }

  75% {
    transform: translateX(4px)translateY(3px);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__scale-in-center-for-text {
  0% {
    opacity: .5;
    transform: scale(0)translateX(-53%);
  }

  100% {
    opacity: 1;
    transform: scale(1)translateX(-53%);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__scale-in-center-for-text-end {
  0% {
    opacity: .5;
    transform: scale(0)translateX(-53%);
  }

  100% {
    opacity: 1;
    transform: scale(1.1)translateX(-53%);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__scale-in-center {
  0% {
    opacity: .5;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__arrow-rise-left {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }

  10% {
    opacity: 1;
  }

  35% {
    opacity: .8;
  }

  40% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__arrow-rise-right {
  0% {
    opacity: 0;
    transform: translateY(300px);
  }

  10% {
    opacity: 1;
  }

  35% {
    opacity: .8;
  }

  40% {
    opacity: 0;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(0);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__growLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes KillerFeatureImages-module__R8udoa__pulse-border {
  0% {
    filter: opacity(0);
  }

  50% {
    filter: opacity();
  }

  100% {
    filter: opacity(0);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__slide-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes KillerFeatureImages-module__R8udoa__slide-in-left-gradient {
  to {
    clip-path: inset(0);
  }
}

.KillerFeatureImages-module__R8udoa__bee, .KillerFeatureImages-module__R8udoa__beeInv {
  z-index: 5;
  width: 190px;
  height: 180px;
  animation: 3s ease-in-out infinite KillerFeatureImages-module__R8udoa__fly;
  position: absolute;
  top: 30px;
  left: 100px;
}

.KillerFeatureImages-module__R8udoa__beeImage {
  object-fit: contain;
}

.KillerFeatureImages-module__R8udoa__coinImage {
  object-fit: contain;
  z-index: 1;
  position: relative;
}

.KillerFeatureImages-module__R8udoa__coinBig {
  z-index: 5;
  width: 130px;
  height: 130px;
  position: absolute;
  top: 374px;
  left: 560px;
  overflow: hidden;
}

.KillerFeatureImages-module__R8udoa__coinFeatureBig {
  z-index: 5;
  width: 132px;
  height: 132px;
  position: absolute;
  bottom: -4px;
  left: 560px;
  overflow: hidden;
}

.KillerFeatureImages-module__R8udoa__coinMiddle {
  z-index: 5;
  width: 68px;
  height: 68px;
  position: absolute;
  top: -6px;
  left: 266px;
  transform: rotate(-90deg);
}

.KillerFeatureImages-module__R8udoa__coinSmall {
  z-index: 5;
  width: 38px;
  height: 38px;
  position: absolute;
  top: -2px;
  left: 349px;
  transform: rotate(-90deg);
}

.KillerFeatureImages-module__R8udoa__coinMiddle:after, .KillerFeatureImages-module__R8udoa__coinSmall:after {
  content: "";
  z-index: -1;
  opacity: .2;
  background-color: var(--main-color);
  mix-blend-mode: overlay;
  filter: blur(35px);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.KillerFeatureImages-module__R8udoa__scale {
  width: 554px;
  height: 373px;
  position: absolute;
  top: 131px;
  left: 74px;
}

.KillerFeatureImages-module__R8udoa__start, .KillerFeatureImages-module__R8udoa__startFeature {
  white-space: nowrap;
  z-index: 6;
  background: #26292c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  animation: .5s cubic-bezier(.25, .46, .45, .94) .5s both KillerFeatureImages-module__R8udoa__scale-in-center-for-text;
  display: flex;
  position: absolute;
  top: 223px;
  left: 0;
  overflow: hidden;
  box-shadow: inset 0 0 2px #48514f, inset 0 0 2px #48514f80;
}

.KillerFeatureImages-module__R8udoa__startMobile {
  display: none;
}

.KillerFeatureImages-module__R8udoa__startInv {
  top: 190px;
  left: 80px;
}

.KillerFeatureImages-module__R8udoa__start:after, .KillerFeatureImages-module__R8udoa__startMobile:after, .KillerFeatureImages-module__R8udoa__startFeature:after {
  content: "";
  filter: blur(2px);
  z-index: 6;
  background: #26292c;
  border-radius: 50%;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 26px;
  left: -2px;
  transform: rotate(45deg);
}

.KillerFeatureImages-module__R8udoa__start:before, .KillerFeatureImages-module__R8udoa__startMobile:before, .KillerFeatureImages-module__R8udoa__startFeature:before {
  content: "";
  filter: blur(2px);
  z-index: 6;
  background: #26292c;
  border-radius: 50%;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: -3px;
  transform: rotate(45deg);
}

.KillerFeatureImages-module__R8udoa__end {
  white-space: nowrap;
  z-index: 6;
  background: #26292c;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  animation: .5s cubic-bezier(.25, .46, .45, .94) 1.4s both KillerFeatureImages-module__R8udoa__scale-in-center-for-text-end;
  display: flex;
  position: absolute;
  top: -60px;
  left: 100%;
  overflow: hidden;
  box-shadow: inset 0 0 2px #48514f, inset 0 0 2px #48514f80;
}

.KillerFeatureImages-module__R8udoa__end:after {
  content: "";
  filter: blur(2px);
  z-index: 6;
  background: #26292c;
  border-radius: 50%;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 26px;
  left: -2px;
  transform: rotate(45deg);
}

.KillerFeatureImages-module__R8udoa__end:before {
  content: "";
  filter: blur(2px);
  z-index: 6;
  background: #26292c;
  border-radius: 50%;
  width: 16px;
  height: 8px;
  position: absolute;
  top: 3px;
  right: -3px;
  transform: rotate(45deg);
}

.KillerFeatureImages-module__R8udoa__graphContainer {
  z-index: 5;
  width: 553px;
  height: 267px;
  position: absolute;
  top: 141px;
  left: 74px;
}

.KillerFeatureImages-module__R8udoa__graphContainerInv {
  left: 60px;
  transform: scale(1.2);
}

.KillerFeatureImages-module__R8udoa__graphContainer:before {
  content: "";
  z-index: 5;
  background-color: var(--green-graph);
  opacity: 0;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  animation: .5s cubic-bezier(.25, .46, .45, .94) .5s both KillerFeatureImages-module__R8udoa__scale-in-center;
  position: absolute;
  top: 182px;
  left: -8px;
  box-shadow: 0 7px 18px #000;
}

.KillerFeatureImages-module__R8udoa__graphContainerInv:before {
  content: "";
  z-index: 5;
  background-color: var(--green-graph);
  opacity: 0;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  animation: .5s cubic-bezier(.25, .46, .45, .94) .5s both KillerFeatureImages-module__R8udoa__scale-in-center;
  position: absolute;
  top: 147px;
  left: 42px;
  box-shadow: 0 7px 18px #000;
}

.KillerFeatureImages-module__R8udoa__graphContainer:after {
  content: "";
  background-color: var(--green-graph);
  z-index: 5;
  opacity: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: .5s cubic-bezier(.25, .46, .45, .94) 1.4s both KillerFeatureImages-module__R8udoa__scale-in-center;
  position: absolute;
  top: -16px;
  left: 537px;
  box-shadow: 0 7px 18px #000;
}

.KillerFeatureImages-module__R8udoa__graphImage {
  fill: none;
  stroke: var(--green-graph);
  stroke-width: 3px;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1200;
  stroke-dashoffset: 1200px;
  animation: 2s ease-in-out forwards KillerFeatureImages-module__R8udoa__growLine;
}

.KillerFeatureImages-module__R8udoa__gradient {
  clip-path: inset(0 100% 0 0);
  animation: 1.28s ease-in-out .5s forwards KillerFeatureImages-module__R8udoa__slide-in-left-gradient;
  position: absolute;
  top: 0;
  left: 0;
}

.KillerFeatureImages-module__R8udoa__gradientInv {
  left: -52px;
}

.KillerFeatureImages-module__R8udoa__blurredBackground {
  z-index: 9;
  background: linear-gradient(#17191b 0%, #1e3b28 100%);
  border-radius: 16px;
  width: 236px;
  height: 320px;
  animation: .5s cubic-bezier(.25, .46, .45, .94) 1.2s both KillerFeatureImages-module__R8udoa__slide-in-bottom;
  position: absolute;
  top: 70px;
  left: 324px;
}

.KillerFeatureImages-module__R8udoa__blurredBackgroundInv {
  left: 376px;
}

.KillerFeatureImages-module__R8udoa__card {
  z-index: 10;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  border-radius: 16px;
  flex-direction: column;
  width: 236px;
  height: 320px;
  padding: 20px 0;
  animation: .5s cubic-bezier(.25, .46, .45, .94) 1.2s both KillerFeatureImages-module__R8udoa__slide-in-bottom;
  display: flex;
  position: absolute;
  top: 70px;
  left: 324px;
  box-shadow: 0 23px 58px #0000004d, inset 0 0 2px #323337, inset 0 0 2px #1e2023;
}

.KillerFeatureImages-module__R8udoa__cardInv {
  left: 376px;
}

.KillerFeatureImages-module__R8udoa__card:after {
  content: "";
  -webkit-mask-composite: xor;
  z-index: -1;
  mix-blend-mode: overlay;
  background: linear-gradient(#43ff7200 0%, #43ff72 100%) border-box;
  border: 2px solid #0000;
  border-radius: 16px;
  animation: 3s ease-in-out infinite both KillerFeatureImages-module__R8udoa__pulse-border;
  position: absolute;
  inset: 0;
  -webkit-mask-image: linear-gradient(#43ff72, #43ff72), linear-gradient(#43ff72, #43ff72);
  -webkit-mask-position: 0 0, 0 0;
  -webkit-mask-size: auto, auto;
  -webkit-mask-repeat: repeat, repeat;
  -webkit-mask-clip: padding-box, border-box;
  -webkit-mask-origin: padding-box, border-box;
  mask-composite: exclude;
  mask-mode: match-source, match-source;
}

.KillerFeatureImages-module__R8udoa__card:before {
  content: "";
  filter: blur(1px);
  z-index: 9;
  background: #17191b;
  border-radius: 50%;
  width: 18px;
  height: 8px;
  position: absolute;
  top: 4px;
  left: -1px;
  transform: rotate(-45deg);
}

.KillerFeatureImages-module__R8udoa__topLine {
  justify-content: space-between;
  align-items: center;
  height: 25px;
  margin-bottom: 18px;
  padding: 0 20px;
  display: flex;
}

.KillerFeatureImages-module__R8udoa__line {
  background-color: var(--red-graph);
  border-radius: 10px;
  width: 49px;
  height: 6px;
}

.KillerFeatureImages-module__R8udoa__gun {
  filter: drop-shadow(0 23px 30px #000);
  transform: translateX(-55px)scale(1.02);
}

.KillerFeatureImages-module__R8udoa__name {
  letter-spacing: .015em;
  color: #66be87;
  margin-bottom: 14px;
  padding-left: 20px;
  font-family: Inter Tight, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  display: flex;
}

.KillerFeatureImages-module__R8udoa__priceContainer {
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 0 20px;
  display: flex;
}

.KillerFeatureImages-module__R8udoa__price {
  letter-spacing: .015em;
  color: var(--primary-text-color);
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.KillerFeatureImages-module__R8udoa__priceInv {
  letter-spacing: .015em;
  color: var(--primary-text-color);
  font-family: Inter Tight, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.KillerFeatureImages-module__R8udoa__profit {
  letter-spacing: .015em;
  color: var(--green-graph);
  background-color: #30d15833;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-family: Inter Tight, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.KillerFeatureImages-module__R8udoa__arrowUpLeft {
  opacity: 0;
  animation: 8s ease-in infinite KillerFeatureImages-module__R8udoa__arrow-rise-left;
  position: absolute;
  left: 160px;
}

.KillerFeatureImages-module__R8udoa__arrowUpRight {
  opacity: 0;
  animation: 8s ease-in infinite KillerFeatureImages-module__R8udoa__arrow-rise-right;
  position: absolute;
  left: 642px;
}

.KillerFeatureImages-module__R8udoa__arrowUpLeftInv {
  animation: 8s ease-in 3s infinite KillerFeatureImages-module__R8udoa__arrow-rise-left;
  left: 70px;
}

.KillerFeatureImages-module__R8udoa__arrowUpRightInv {
  animation: 8s ease-in 1s infinite KillerFeatureImages-module__R8udoa__arrow-rise-right;
  left: 250px;
}

@media not (min-height: 900px) and (min-width: 941px) {
  .KillerFeatureImages-module__R8udoa__beeInv {
    z-index: 7;
    width: 220px;
    height: 208px;
    animation: 3s ease-in-out infinite KillerFeatureImages-module__R8udoa__fly;
    position: absolute;
    top: 66px;
    left: 100px;
  }

  .KillerFeatureImages-module__R8udoa__startInv {
    left: 60px;
  }

  .KillerFeatureImages-module__R8udoa__graphContainerInv:before {
    content: "";
    z-index: 5;
    background-color: var(--green-graph);
    opacity: 0;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    animation: .5s cubic-bezier(.25, .46, .45, .94) .5s both KillerFeatureImages-module__R8udoa__scale-in-center;
    position: absolute;
    top: 147px;
    left: 42px;
    box-shadow: 0 7px 18px #000;
  }

  .KillerFeatureImages-module__R8udoa__graphContainerInv:after {
    content: "";
    background-color: var(--green-graph);
    z-index: 5;
    opacity: 0;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    animation: .5s cubic-bezier(.25, .46, .45, .94) 1.4s both KillerFeatureImages-module__R8udoa__scale-in-center;
    position: absolute;
    top: -10px;
    left: 537px;
    box-shadow: 0 7px 18px #000;
  }

  .KillerFeatureImages-module__R8udoa__blurredBackgroundInv, .KillerFeatureImages-module__R8udoa__cardInv {
    top: 84px;
    left: 360px;
  }
}

@media not (min-width: 941px) {
  .KillerFeatureImages-module__R8udoa__start {
    display: none;
  }

  .KillerFeatureImages-module__R8udoa__startMobile {
    white-space: nowrap;
    z-index: 6;
    background: #26292c;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    animation: .5s cubic-bezier(.25, .46, .45, .94) .5s both KillerFeatureImages-module__R8udoa__scale-in-center-for-text;
    display: flex;
    position: absolute;
    top: 223px;
    left: 0;
    overflow: hidden;
    box-shadow: inset 0 0 2px #48514f, inset 0 0 2px #48514f80;
  }
}

/* [project]/client/src/components/Trades/Deal/DealSteps/KillerFeatureTimer/KillerFeatureTimer.module.css [app-client] (css) */
@keyframes KillerFeatureTimer-module__--2-eG__fly-money-1 {
  0% {
    opacity: 0;
    transform: translate(5px, 5px)rotate(0)scale(1.2);
  }

  20% {
    opacity: 1;
    transform: translate(-10px, -5px)rotate(10deg)scale(1);
  }

  30% {
    transform: translate(-20px)rotate(20deg);
  }

  50% {
    transform: translate(-30px, -10px)rotate(30deg);
  }

  70% {
    transform: translate(-40px, -5px)rotate(40deg);
  }

  90% {
    opacity: 0;
    transform: translate(-50px, -15px)rotate(50deg);
  }

  100% {
    transform: translate(-60px, -10px)rotate(60deg);
  }
}

@keyframes KillerFeatureTimer-module__--2-eG__fly-money-2 {
  0% {
    opacity: 0;
    transform: translate(10px, -5px)rotate(-40deg)scale(1.2);
  }

  20% {
    opacity: 1;
    transform: translate(-10px)rotate(-10deg)scale(1);
  }

  30% {
    transform: translate(-20px, -10px)rotate(20deg);
  }

  50% {
    transform: translate(-30px, -5px)rotate(50deg);
  }

  70% {
    transform: translate(-40px, -15px)rotate(80deg);
  }

  90% {
    opacity: 0;
    transform: translate(-50px, -10px)rotate(110deg);
  }

  100% {
    transform: translate(-60px, -20px)rotate(140deg);
  }
}

@keyframes KillerFeatureTimer-module__--2-eG__fly-money-3 {
  0% {
    opacity: 0;
    transform: translate(0, 5px)rotate(40deg)scale(1);
  }

  20% {
    opacity: 1;
    transform: translate(-20px, -5px)rotate(70deg)scale(.8);
  }

  30% {
    transform: translate(-30px)rotate(100deg)scale(.8);
  }

  50% {
    transform: translate(-40px, -10px)rotate(130deg)scale(.8);
  }

  70% {
    transform: translate(-50px, -5px)rotate(160deg)scale(.8);
  }

  90% {
    opacity: 0;
    transform: translate(-60px, -15px)rotate(190deg)scale(.8);
  }

  100% {
    transform: translate(-70px, -10px)rotate(220deg)scale(.8);
  }
}

@keyframes KillerFeatureTimer-module__--2-eG__fly-money-inventory {
  0% {
    opacity: 0;
    transform: translate(0)rotate(0)scale(1.028);
  }

  1% {
    opacity: 1;
  }

  80% {
    transform: translate(-64px, 100px)rotate(360deg)scale(.8);
  }

  100% {
    opacity: 0;
    transform: translate(-64px, 100px)rotate(360deg);
  }
}

@keyframes KillerFeatureTimer-module__--2-eG__fly {
  0%, 100% {
    transform: translateX(-4px)translateY(3px);
  }

  25% {
    transform: translateX(3px)translateY(-4px);
  }

  50% {
    transform: translateX(-3px)translateY(-6px);
  }

  75% {
    transform: translateX(5px)translateY(3px);
  }
}

@keyframes KillerFeatureTimer-module__--2-eG__glow {
  0% {
    filter: brightness();
  }

  50% {
    filter: brightness(.2) opacity(.8) blur(50px);
  }

  100% {
    filter: brightness();
  }
}

@keyframes KillerFeatureTimer-module__--2-eG__glowLine {
  0% {
    filter: brightness();
  }

  50% {
    filter: brightness(.5);
  }

  100% {
    filter: brightness();
  }
}

.KillerFeatureTimer-module__--2-eG__firstDollar {
  z-index: 20;
  opacity: 0;
  margin-left: -386px;
  animation: 11s linear infinite KillerFeatureTimer-module__--2-eG__fly-money-1;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: rotate(0)scale(0);
}

.KillerFeatureTimer-module__--2-eG__secondDollar {
  z-index: 20;
  opacity: 0;
  margin-left: -416px;
  animation: 11s linear 3s infinite KillerFeatureTimer-module__--2-eG__fly-money-2;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: rotate(-40deg)scale(0);
}

.KillerFeatureTimer-module__--2-eG__thirdDollar {
  z-index: 20;
  opacity: 0;
  margin-left: -462px;
  animation: 11s linear 6s infinite KillerFeatureTimer-module__--2-eG__fly-money-3;
  position: absolute;
  top: 32px;
  left: 50%;
  transform: rotate(40deg)scale(0);
}

.KillerFeatureTimer-module__--2-eG__dollarInventory {
  margin-left: -378px;
  animation: 6s ease-in-out 4s infinite KillerFeatureTimer-module__--2-eG__fly-money-inventory;
  top: 103px;
}

.KillerFeatureTimer-module__--2-eG__animal {
  z-index: 2;
  margin-left: -296px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__animalInventory {
  margin-left: -290px;
  top: 75px;
}

.KillerFeatureTimer-module__--2-eG__bee {
  z-index: 5;
  margin-left: 150px;
  animation: 6s ease-in-out infinite KillerFeatureTimer-module__--2-eG__fly;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__bee:after {
  content: "";
  -webkit-mask-mode: alpha;
  pointer-events: none;
  z-index: 7;
  background: linear-gradient(to top, #000 0%, #0000 70%);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  mask-image: url("../media/beeWithCoffee.08447595.png");
  mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-mode: alpha;
}

.KillerFeatureTimer-module__--2-eG__beeInventory {
  top: 25px;
}

.KillerFeatureTimer-module__--2-eG__timerNewContainer {
  z-index: 3;
  -webkit-mask-mode: alpha;
  transition: all .4s;
  display: flex;
  position: relative;
  transform: translateY(-2200px);
  mask-image: url("../media/timer.253aa503.webp");
  mask-position: center;
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-mode: alpha;
}

.KillerFeatureTimer-module__--2-eG__timerNewContainerInventory {
  transition: all .4s;
  transform: translateY(0);
}

.KillerFeatureTimer-module__--2-eG__timerNewContainer:hover {
  transition: all .4s;
  transform: translateY(-2200px)scale(1.02);
}

.KillerFeatureTimer-module__--2-eG__timerNewContainerInventory:hover {
  transition: all .4s;
  transform: translateY(0)scale(1.02);
}

.KillerFeatureTimer-module__--2-eG__timerNewContainer:hover .KillerFeatureTimer-module__--2-eG__timer {
  transition: all .4s;
  transform: scale(1.01);
}

.KillerFeatureTimer-module__--2-eG__timerNewContainer:after {
  z-index: -1;
  content: "";
  background-color: var(--main-color);
  mix-blend-mode: overlay;
  filter: blur(200px);
  border-radius: 50%;
  width: 380px;
  height: 120px;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__timerNewContainer:before {
  content: "";
  z-index: 3;
  background-color: #0000;
  background-image: linear-gradient(0deg, #000 0%, #0000 70%), linear-gradient(0deg, #000000bf 0%, #0000 100%);
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
  background-size: 87% 100%, 13% 100%;
  background-attachment: scroll, scroll;
  background-origin: padding-box, padding-box;
  background-clip: border-box, border-box;
  width: 100%;
  height: 100%;
  position: absolute;
}

.KillerFeatureTimer-module__--2-eG__timerPeriod {
  font-family: var(--font-unbounded), sans-serif;
  color: #40463d;
  text-shadow: none;
  letter-spacing: 0;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.KillerFeatureTimer-module__--2-eG__daysPeriodContainer {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 14px;
  margin-left: -8px;
  display: flex;
}

.KillerFeatureTimer-module__--2-eG__hoursPeriodContainer {
  align-items: center;
  width: 120px;
  height: 14px;
  margin-left: 32px;
  display: flex;
}

.KillerFeatureTimer-module__--2-eG__minutesPeriodContainer {
  align-items: center;
  width: 135px;
  height: 14px;
  margin-left: 20px;
  display: flex;
}

.KillerFeatureTimer-module__--2-eG__addMarginToOne {
  margin-left: 28px;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:first-child .KillerFeatureTimer-module__--2-eG__number {
  color: #0000;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px #fbd50680;
  background-image: linear-gradient(90deg, #e8ac00 0%, #efc300 99%);
  background-clip: text;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:nth-child(2) .KillerFeatureTimer-module__--2-eG__number {
  color: #0000;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px #fbd50680;
  background-image: linear-gradient(90deg, #efc300 90%, #fbd506);
  background-clip: text;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:nth-child(3) .KillerFeatureTimer-module__--2-eG__number {
  color: #0000;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px #fbd50680;
  background-image: linear-gradient(90deg, #fbd506 90%, #fbd506);
  background-clip: text;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:nth-child(4) .KillerFeatureTimer-module__--2-eG__number {
  color: #0000;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px #fbd50680;
  background-image: linear-gradient(90deg, #fbd506 10%, #efc300);
  background-clip: text;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:nth-child(5) .KillerFeatureTimer-module__--2-eG__number {
  color: #0000;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 4px #fbd50680;
  background-image: linear-gradient(90deg, #efc300 1%, #e8ac00 100%);
  background-clip: text;
}

.KillerFeatureTimer-module__--2-eG__number {
  height: inherit;
  width: inherit;
  z-index: 4;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.KillerFeatureTimer-module__--2-eG__numberContainer {
  width: 50px;
  height: 85px;
  display: flex;
  position: relative;
}

.KillerFeatureTimer-module__--2-eG__dateContainer {
  mix-blend-mode: overlay;
  align-items: center;
  display: flex;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:nth-child(2) {
  margin-left: 32px;
}

.KillerFeatureTimer-module__--2-eG__dateContainer .KillerFeatureTimer-module__--2-eG__numberContainer:nth-child(4) {
  margin-left: 40px;
}

.KillerFeatureTimer-module__--2-eG__backgroundNumber {
  z-index: 3;
  letter-spacing: .015em;
  color: #201c0b;
  -webkit-text-stroke: 1px #201c0b;
  -webkit-text-fill-color: #201c0b;
  height: inherit;
  width: inherit;
  font-family: DS-Digital, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.KillerFeatureTimer-module__--2-eG__avanLeft {
  z-index: 5;
  margin-left: -130px;
  position: absolute;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__avanRight {
  z-index: 5;
  margin-left: 140px;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__timerImage {
  z-index: 4;
  mix-blend-mode: hard-light;
  position: relative;
}

.KillerFeatureTimer-module__--2-eG__ellipseOnTimer {
  opacity: 1;
  background-color: var(--main-color);
  filter: blur(60px);
  z-index: 4;
  border-radius: 50%;
  width: 200px;
  height: 30px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__ellipseOnTimer:before {
  content: "";
  opacity: 1;
  background-color: var(--main-color);
  filter: blur(40px);
  z-index: 4;
  border-radius: 50%;
  width: 200px;
  height: 30px;
  animation: 4s ease-in-out infinite KillerFeatureTimer-module__--2-eG__glow;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__ellipseOnTimer:after {
  content: "";
  opacity: 1;
  background-color: var(--main-color);
  filter: blur(10px);
  z-index: 5;
  border-radius: 50%;
  width: 100px;
  height: 30px;
  animation: 4s ease-in-out infinite KillerFeatureTimer-module__--2-eG__glow;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__line {
  z-index: 4;
  background-image: linear-gradient(90deg, #fbd80500 0%, #fbd80580 50%, #fbd80500 100%);
  width: 200px;
  height: 1px;
  transition: all .4s;
  animation: 4s ease-in-out infinite KillerFeatureTimer-module__--2-eG__glowLine;
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
}

.KillerFeatureTimer-module__--2-eG__ellipseWhiteLeft {
  filter: blur(20px);
  mix-blend-mode: overlay;
  z-index: 4;
  background-color: #ffffffbf;
  border-radius: 50%;
  width: 85px;
  height: 130px;
  position: absolute;
  top: 85px;
  left: 95px;
}

.KillerFeatureTimer-module__--2-eG__ellipseWhiteRight {
  filter: blur(20px);
  mix-blend-mode: overlay;
  z-index: 4;
  background-color: #ffffffbf;
  border-radius: 50%;
  width: 85px;
  height: 130px;
  position: absolute;
  top: 85px;
  right: 95px;
}

.KillerFeatureTimer-module__--2-eG__timer {
  z-index: 4;
  letter-spacing: .015em;
  flex-direction: column;
  gap: 6px;
  font-family: DS-Digital, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 100%;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: 99px;
  left: 109px;
}

@media not (min-height: 900px) and (min-width: 941px) {
  .KillerFeatureTimer-module__--2-eG__beeInventory {
    margin-left: 130px;
    top: 25px;
  }

  .KillerFeatureTimer-module__--2-eG__animalInventory {
    margin-left: -285px;
    top: 80px;
    transform: translateX(-50%)scale(.85);
  }
}

@media not (min-width: 1300px) {
  .KillerFeatureTimer-module__--2-eG__timerNewContainer {
    transition: all .4s;
    transform: translateY(-80px);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainer:hover {
    transition: all .4s;
    transform: translateY(-80px)scale(1.02);
  }

  .KillerFeatureTimer-module__--2-eG__animalInventory {
    margin-left: -290px;
  }

  .KillerFeatureTimer-module__--2-eG__dollarInventory {
    margin-left: -378px;
    top: 103px;
  }

  .KillerFeatureTimer-module__--2-eG__beeInventory {
    margin-left: 150px;
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory {
    transition: all .4s;
    transform: translateY(0);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory:hover {
    transition: all .4s;
    transform: translateY(0)scale(1.02);
  }
}

@media not (min-width: 941px) {
  .KillerFeatureTimer-module__--2-eG__bee, .KillerFeatureTimer-module__--2-eG__animal, .KillerFeatureTimer-module__--2-eG__animalInventory, .KillerFeatureTimer-module__--2-eG__firstDollar, .KillerFeatureTimer-module__--2-eG__dollarInventory, .KillerFeatureTimer-module__--2-eG__secondDollar, .KillerFeatureTimer-module__--2-eG__thirdDollar {
    display: none;
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainer {
    transition: all .4s;
    transform: translateY(-60px);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainer:hover {
    transition: all .4s;
    transform: translateY(-60px)scale(1.02);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainer:after {
    display: none;
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory {
    transition: all .4s;
    transform: translateY(0);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory:hover {
    transition: all .4s;
    transform: translateY(0)scale(1.02);
  }
}

@media not (min-width: 800px) {
  .KillerFeatureTimer-module__--2-eG__daysPeriodContainerInventory {
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 14px;
    margin-left: -8px;
    display: flex;
  }
}

@media not (min-width: 613px) {
  .KillerFeatureTimer-module__--2-eG__timerNewContainer {
    transition: all .4s;
    transform: translateY(-75px)scale(.9);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainer:hover {
    transition: all .4s;
    transform: translateY(-75px)scale(.92);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory {
    transition: all .4s;
    transform: translateY(0)scale(.9);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory:hover {
    transition: all .4s;
    transform: translateY(0)scale(.92);
  }

  .KillerFeatureTimer-module__--2-eG__timerImage {
    mask-image: linear-gradient(#000, #000);
    mask-mode: alpha;
  }
}

@media not (min-width: 440px) {
  .KillerFeatureTimer-module__--2-eG__timerNewContainer {
    transition: all .4s;
    transform: translateY(-90px)scale(.7);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainer:hover {
    transition: all .4s;
    transform: translateY(-90px)scale(.72);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory {
    transition: all .4s;
    transform: translateY(0)scale(.7);
  }

  .KillerFeatureTimer-module__--2-eG__timerNewContainerInventory:hover {
    transition: all .4s;
    transform: translateY(0)scale(.72);
  }
}

/* [project]/client/src/components/KillerFeature/HowWorksKillerFeature/HowWorksKillerFeatureSteps/FirstStep/FirstStep.module.css [app-client] (css) */
@keyframes FirstStep-module__EZizEq__pulse {
  0% {
    filter: opacity(0);
  }

  50% {
    filter: opacity();
  }

  100% {
    filter: opacity(0);
  }
}

.FirstStep-module__EZizEq__container {
  background-image: url("../media/splash.6d946723.webp");
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  display: flex;
}

.FirstStep-module__EZizEq__container:after {
  content: "";
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 150px #00000080;
}

.FirstStep-module__EZizEq__dataContainer {
  opacity: 1;
  background-color: var(--article-bg-color);
  border-radius: 0 0 11px;
  flex-direction: column;
  gap: 12px;
  width: 442px;
  padding-bottom: 24px;
  display: flex;
  position: absolute;
  top: -3px;
  right: 70px;
}

.FirstStep-module__EZizEq__formDataContainer {
  flex-direction: column;
  gap: 10px;
  display: flex;
}

.FirstStep-module__EZizEq__dataInputContainer {
  flex-direction: row;
  gap: 12px;
  display: flex;
}

.FirstStep-module__EZizEq__formDataContainer .FirstStep-module__EZizEq__dataInputContainer:last-child {
  margin-top: 10px;
}

.FirstStep-module__EZizEq__textFieldBox {
  width: 204px;
  position: relative;
}

.FirstStep-module__EZizEq__textFieldBox .FirstStep-module__EZizEq__inputFormStyles ~ label {
  color: var(--primary-hovered-text-color);
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: absolute;
  top: 4px;
  left: 10px;
}

.FirstStep-module__EZizEq__inputFormStyles {
  background-color: var(--grey_btn-bg-color);
  border: 1px solid var(--input-border);
  width: 100%;
  height: 38px;
  color: var(--primary-text-color);
  cursor: text;
  box-sizing: border-box;
  caret-color: var(--primary-text-color);
  border-radius: 3px;
  outline: none;
  margin-bottom: 0;
  padding: 16px 10px 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  transition: all .4s;
}

.FirstStep-module__EZizEq__inputFormStyles:hover {
  background-color: var(--hovered-grey_btn-bg-color);
  border: 1px solid var(--hovered-border);
  transition: all .4s;
}

.FirstStep-module__EZizEq__inputFormStyles:focus {
  background-color: var(--input-hover-bg-color);
  border: 1px solid var(--input-hover-border);
}

.FirstStep-module__EZizEq__inputFormStyles:disabled {
  pointer-events: none;
  background-color: var(--grey-grafit-button);
  border: 1px solid var(--input-border);
}

.FirstStep-module__EZizEq__inputFormStyles:disabled + label {
  color: var(--scrollbar-color);
}

.FirstStep-module__EZizEq__formButton {
  width: 204px;
  height: 38px;
  font-family: var(--font-unbounded), sans-serif;
  color: var(--bg-color);
  background: linear-gradient(96.43deg, #ffe34d 0%, #fbd506 100%);
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  position: relative;
}

.FirstStep-module__EZizEq__formButton:after {
  content: "";
  width: 100%;
  height: 100%;
  animation: 3s ease-in-out infinite both FirstStep-module__EZizEq__pulse;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px #fbd5064d;
}

.FirstStep-module__EZizEq__hand {
  z-index: 3;
  position: absolute;
  top: 12px;
  right: 2px;
}

@media not (min-width: 1400px) {
  .FirstStep-module__EZizEq__dataContainer {
    right: 30px;
  }
}

@media not (min-width: 941px) {
  .FirstStep-module__EZizEq__dataContainer {
    left: 0;
    right: auto;
  }
}

@media not (min-width: 560px) {
  .FirstStep-module__EZizEq__dataContainer {
    left: auto;
    right: 30px;
  }

  .FirstStep-module__EZizEq__container:after {
    box-shadow: inset 10px 0 80px #00000080;
  }
}

/* [project]/client/src/components/KillerFeature/HowWorksKillerFeature/HowWorksKillerFeatureSteps/ThirdStep/ThirdStep.module.css [app-client] (css) */
.ThirdStep-module__jQOIEW__container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

@media not (min-width: 470px) {
  .ThirdStep-module__jQOIEW__container img {
    object-position: 83% center;
  }
}

/* [project]/client/src/components/KillerFeature/HowWorksKillerFeature/HowWorksKillerFeatureSteps/HowWorksKillerFeatureSteps.module.css [app-client] (css) */
@keyframes HowWorksKillerFeatureSteps-module__YpMgsW__slide-in {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureSteps {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: -60px;
  padding-top: 60px;
  padding-bottom: 2px;
  display: grid;
  transform: translateY(-60px);
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureSteps:before {
  content: "";
  opacity: .1;
  filter: blur(150px);
  background-color: var(--primary-text-color);
  z-index: -1;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  margin-left: -380px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureSteps:after {
  content: "";
  opacity: .2;
  filter: blur(150px);
  background-color: var(--primary-text-color);
  z-index: -1;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-left: 290px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureContainer {
  will-change: transform;
  background-color: #1a1b20bf;
  border-radius: 16px;
  flex: 1;
  justify-content: center;
  transition: transform .4s ease-in-out;
  display: flex;
  transform: translateY(0)translateZ(0);
  box-shadow: 0 10px 50px #0000001a;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureContainer:before {
  content: "";
  border-radius: inherit;
  pointer-events: none;
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 2px #fff;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureStepForAnimation {
  opacity: 0;
  border-radius: 16px;
  flex: 1;
  animation: 1.5s ease-out forwards HowWorksKillerFeatureSteps-module__YpMgsW__slide-in;
  display: flex;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureStep {
  backdrop-filter: blur(100px);
  border-radius: 16px;
  padding: 32px 24px 24px;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureContainer:hover {
  transform: translateY(-20px);
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepNumber {
  width: 36px;
  height: 36px;
  font-family: var(--font-unbounded), sans-serif;
  letter-spacing: 0;
  color: var(--bg-color);
  z-index: 10;
  cursor: default;
  background: linear-gradient(96.43deg, #ffe34d 0%, #fbd506 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 16px;
  transition: all .4s;
  display: flex;
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 50px #fbd5064d;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepNumber:hover {
  box-shadow: none;
  transition: all .4s;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepImageContainer {
  border-radius: 10px;
  width: 100%;
  height: 200px;
  max-height: 200px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepImageContainer img {
  object-fit: cover;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepTitle {
  font-family: var(--font-unbounded), sans-serif;
  color: var(--primary-text-color);
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepDescription {
  letter-spacing: .02em;
  color: #ffffffe5;
  margin: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}

.HowWorksKillerFeatureSteps-module__YpMgsW__stepDescriptionThird {
  width: calc(100% + 10px);
}

.HowWorksKillerFeatureSteps-module__YpMgsW__highlight {
  color: var(--main-color);
}

@media not (min-width: 1200px) {
  .HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureSteps {
    gap: 12px;
  }

  .HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureStep {
    width: 100%;
    padding: 32px 16px 20px;
  }
}

@media not (min-width: 1100px) {
  .HowWorksKillerFeatureSteps-module__YpMgsW__stepTitle {
    font-size: 18px;
  }

  .HowWorksKillerFeatureSteps-module__YpMgsW__stepDescription {
    font-size: 16px;
  }
}

@media not (min-width: 941px) {
  .HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureSteps {
    flex-direction: column;
    gap: 32px;
    display: flex;
  }

  .HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureContainer {
    border: 1px solid #3a3c46;
  }

  .HowWorksKillerFeatureSteps-module__YpMgsW__killerFeatureContainer:before {
    display: none;
  }
}

@media not (min-width: 900px) {
  .HowWorksKillerFeatureSteps-module__YpMgsW__stepTitle {
    margin-bottom: 8px;
    font-size: 16px;
  }

  .HowWorksKillerFeatureSteps-module__YpMgsW__stepDescription {
    font-size: 14px;
  }
}

/* [project]/client/src/components/KillerFeature/KillerFeature.module.css [app-client] (css) */
@keyframes KillerFeature-module__YBPlca__slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.KillerFeature-module__YBPlca__container {
  align-items: baseline;
  gap: 75px;
  width: 100%;
  max-width: 1400px;
  margin-top: 0;
  margin-bottom: 144px;
  display: flex;
}

.KillerFeature-module__YBPlca__leftPart {
  white-space: pre-line;
  z-index: 1;
  flex-direction: column;
  width: 670px;
  display: flex;
  position: relative;
}

.KillerFeature-module__YBPlca__leftPart:before {
  content: "";
  z-index: -1;
  opacity: .1;
  background-color: var(--main-color);
  filter: blur(120px);
  border-radius: 50%;
  width: 433px;
  height: 433px;
  position: absolute;
  top: 100px;
  left: -151px;
}

.KillerFeature-module__YBPlca__title {
  font-family: var(--font-unbounded), sans-serif;
  color: var(--primary-text-color);
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 600;
  line-height: 140%;
}

.KillerFeature-module__YBPlca__featureTitle {
  font-family: var(--font-unbounded), sans-serif;
  color: var(--primary-text-color);
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 600;
  line-height: 140%;
}

.KillerFeature-module__YBPlca__text {
  letter-spacing: .015em;
  color: #ffffffe5;
  white-space: pre-line;
  flex-direction: column;
  gap: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.KillerFeature-module__YBPlca__featureText {
  letter-spacing: .015em;
  white-space: pre-line;
  flex-direction: column;
  gap: 16px;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.KillerFeature-module__YBPlca__increaseText {
  color: #ffffffe5;
}

.KillerFeature-module__YBPlca__noRiskText {
  color: var(--secondary-text-color);
  white-space: normal;
  font-size: 14px;
}

.KillerFeature-module__YBPlca__noRiskTextFeature {
  color: var(--primary-text-color);
}

.KillerFeature-module__YBPlca__bold {
  color: var(--primary-text-color);
  font-weight: 500;
}

.KillerFeature-module__YBPlca__grey {
  color: var(--secondary-text-color);
}

.KillerFeature-module__YBPlca__orange {
  color: var(--main-color);
}

.KillerFeature-module__YBPlca__buttonContainer {
  width: 173px;
  height: 52px;
  margin-top: 40px;
}

.KillerFeature-module__YBPlca__buttonContainerFeature {
  width: 260px;
  height: 64px;
  margin-top: 40px;
}

.KillerFeature-module__YBPlca__buttonColizeumContainer {
  width: 195px;
  height: 52px;
  margin-top: 40px;
}

.KillerFeature-module__YBPlca__rightPart {
  z-index: 1;
  flex: 1;
  animation: 1s ease-in-out both KillerFeature-module__YBPlca__slide-in-left;
  position: relative;
  top: -90px;
}

.KillerFeature-module__YBPlca__rightPart.KillerFeature-module__YBPlca__rightPartFeature {
  top: -103px;
}

.KillerFeature-module__YBPlca__rightPart:after {
  content: "";
  opacity: .1;
  filter: blur(100px);
  background-color: var(--green-graph);
  z-index: -1;
  border-radius: 50%;
  width: 361px;
  height: 361px;
  position: absolute;
  top: 94px;
  left: 9px;
}

.KillerFeature-module__YBPlca__rightPart:before {
  content: "";
  opacity: .1;
  filter: blur(100px);
  background-color: var(--green-graph);
  z-index: -1;
  border-radius: 50%;
  width: 519px;
  height: 519px;
  position: absolute;
  top: -53px;
  left: 610px;
}

.KillerFeature-module__YBPlca__buttonInner {
  align-items: center;
  gap: 12px;
  display: flex;
}

.KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage {
  gap: 78px;
  margin: 106px auto 133px;
}

@media not (min-width: 1500px) {
  .KillerFeature-module__YBPlca__container {
    gap: 80px;
    display: flex;
  }

  .KillerFeature-module__YBPlca__rightPart {
    top: -100px;
  }

  @keyframes KillerFeature-module__YBPlca__slide-in-left {
    0% {
      opacity: 0;
      transform: translateX(-200px)scale(.85);
    }

    100% {
      opacity: 1;
      transform: translateX(0)scale(.85);
    }
  }

  .KillerFeature-module__YBPlca__leftPart {
    width: 570px;
  }

  .KillerFeature-module__YBPlca__text {
    white-space: normal;
  }
}

@media not (min-width: 1444px) {
  .KillerFeature-module__YBPlca__container, .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage {
    gap: 40px;
    padding: 0 24px;
  }
}

@media not (min-width: 1380px) {
  .KillerFeature-module__YBPlca__container, .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage {
    gap: 0;
  }
}

@media not (min-width: 1340px) {
  .KillerFeature-module__YBPlca__featureText {
    white-space: normal;
  }

  .KillerFeature-module__YBPlca__rightPart:before, .KillerFeature-module__YBPlca__featurePage.KillerFeature-module__YBPlca__rightPart:before {
    left: 70%;
  }
}

@media not (min-width: 1280px) {
  .KillerFeature-module__YBPlca__rightPart, .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    top: -70px;
  }

  .KillerFeature-module__YBPlca__leftPart {
    width: 500px;
  }

  @keyframes KillerFeature-module__YBPlca__slide-in-left {
    0% {
      opacity: 0;
      transform: translateX(-200px)scale(.7);
    }

    100% {
      opacity: 1;
      transform: translateX(-50px)scale(.7);
    }
  }
}

@media not (min-width: 1150px) {
  @keyframes KillerFeature-module__YBPlca__slide-in-left {
    0% {
      opacity: 0;
      transform: translateX(-200px)scale(.6);
    }

    100% {
      opacity: 1;
      transform: translateX(-50px)scale(.6);
    }
  }

  .KillerFeature-module__YBPlca__leftPart {
    width: 450px;
  }

  .KillerFeature-module__YBPlca__rightPart, .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    top: -50px;
  }
}

@media not (min-width: 1024px) {
  .KillerFeature-module__YBPlca__container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 120px;
    padding: 0 16px;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage {
    flex-direction: column-reverse;
    align-items: center;
  }

  .KillerFeature-module__YBPlca__rightPart {
    flex: auto;
    width: 100vw;
    height: 450px;
    top: 20px;
    left: 60%;
  }

  .KillerFeature-module__YBPlca__leftPart {
    white-space: normal;
    width: 100%;
    margin-bottom: 0;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__leftPart {
    margin-top: -40px;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    flex: auto;
    width: 100vw;
    height: 450px;
    top: -100px;
    left: 64%;
  }

  .KillerFeature-module__YBPlca__leftPart:before {
    opacity: .2;
    width: 303px;
    height: 303px;
    top: -150px;
    left: -150px;
  }

  @keyframes KillerFeature-module__YBPlca__slide-in-left {
    0% {
      opacity: 0;
      transform: translateX(-200px)scale(.8);
    }

    100% {
      opacity: 1;
      transform: translateX(-50%)scale(.8);
    }
  }

  .KillerFeature-module__YBPlca__buttonContainer, .KillerFeature-module__YBPlca__buttonColizeumContainer {
    width: 100%;
    height: 52px;
    margin: 40px auto 0;
  }

  .KillerFeature-module__YBPlca__buttonContainer img, .KillerFeature-module__YBPlca__buttonColizeumContainer img {
    transform: scale(1.5)translateX(30px)translateY(2px);
  }

  .KillerFeature-module__YBPlca__buttonContainerFeature {
    width: 250px;
    height: 54px;
    margin: 24px auto 0;
  }

  .KillerFeature-module__YBPlca__featureTitle, .KillerFeature-module__YBPlca__featureText {
    text-align: center;
  }
}

@media not (min-width: 950px) {
  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 62%;
  }
}

@media not (min-width: 840px) {
  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 60%;
  }
}

@media not (min-width: 800px) {
  .KillerFeature-module__YBPlca__title {
    margin-bottom: 16px;
    font-size: 26px;
  }

  .KillerFeature-module__YBPlca__featureTitle {
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 120%;
  }

  .KillerFeature-module__YBPlca__text {
    gap: 16px;
    font-size: 15px;
    line-height: 150%;
  }

  .KillerFeature-module__YBPlca__noRiskText {
    font-size: 14px;
  }

  .KillerFeature-module__YBPlca__featureText {
    letter-spacing: 0;
    gap: 8px;
    font-size: 14px;
    line-height: 150%;
  }

  .KillerFeature-module__YBPlca__rightPart:before, .KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart:before {
    left: 60%;
  }

  .KillerFeature-module__YBPlca__rightPart {
    left: 56%;
  }

  .KillerFeature-module__YBPlca__leftPart:before {
    display: none;
  }
}

@media not (min-width: 790px) {
  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 57%;
  }
}

@media not (min-width: 750px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 52%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    height: 450px;
    left: 54%;
  }
}

@media not (min-width: 660px) {
  @keyframes KillerFeature-module__YBPlca__slide-in-left {
    0% {
      opacity: 0;
      transform: translateX(-200px)scale(.7);
    }

    100% {
      opacity: 1;
      transform: translateX(-50%)scale(.7);
    }
  }

  .KillerFeature-module__YBPlca__rightPart {
    height: 380px;
    top: -10px;
    left: 48%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    height: 350px;
    top: -122px;
    left: 50%;
  }
}

@media not (min-width: 600px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 43%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 47%;
  }
}

@media not (min-width: 560px) {
  @keyframes KillerFeature-module__YBPlca__slide-in-left {
    0% {
      opacity: 0;
      transform: translateX(-200px)scale(.55);
    }

    100% {
      opacity: 1;
      transform: translateX(-50%)scale(.55);
    }
  }

  .KillerFeature-module__YBPlca__rightPart {
    height: 300px;
    top: -20px;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    height: 260px;
    top: -122px;
    left: 45%;
  }
}

@media not (min-width: 510px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 41%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 43%;
  }
}

@media not (min-width: 480px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 38%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 40%;
  }
}

@media not (min-width: 440px) {
  .KillerFeature-module__YBPlca__rightPart {
    height: 280px;
    top: -20px;
    left: 34%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    height: 260px;
    top: -122px;
    left: 37%;
  }
}

@media not (min-width: 400px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 30%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 35%;
  }
}

@media not (min-width: 381px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 28%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 33%;
  }
}

@media not (min-width: 368px) {
  .KillerFeature-module__YBPlca__rightPart {
    left: 27%;
  }

  .KillerFeature-module__YBPlca__container.KillerFeature-module__YBPlca__featurePage .KillerFeature-module__YBPlca__rightPart {
    left: 31%;
  }
}

/* [project]/client/src/components/Market/LoginToSteamModal/LoginToSteamModal.module.css [app-client] (css) */
.LoginToSteamModal-module__0SxFza__loginToSteamModal {
  flex-direction: column;
  gap: 32px;
  width: 100%;
  display: flex;
}

.LoginToSteamModal-module__0SxFza__imageContainer {
  border-radius: 12px;
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.LoginToSteamModal-module__0SxFza__imageContainer img {
  object-fit: cover;
  scale: 1.01;
}

.LoginToSteamModal-module__0SxFza__textContainer {
  flex-direction: column;
  align-items: center;
  gap: 12px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}

.LoginToSteamModal-module__0SxFza__loginButton {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.LoginToSteamModal-module__0SxFza__buttonCenterPart {
  align-items: center;
  gap: 6px;
  height: 48px;
  display: flex;
}

.LoginToSteamModal-module__0SxFza__buttonCenterPart span {
  width: auto;
}

@media not (min-width: 800px) {
  .LoginToSteamModal-module__0SxFza__loginToSteamModal {
    gap: 16px;
  }

  .LoginToSteamModal-module__0SxFza__textContainer {
    width: 100%;
  }
}

/* [project]/client/src/components/NewFeatureBonusPageComponent/NewFeatureBonusPageComponent.module.css [app-client] (css) */
.NewFeatureBonusPageComponent-module__sT07Ja__newFeatureBonusPageContainer {
  margin-bottom: 120px;
  padding-top: 96px;
  position: relative;
  overflow: hidden;
}

.NewFeatureBonusPageComponent-module__sT07Ja__newFeatureBonusPageContainer:after {
  content: "";
  filter: blur(70px);
  z-index: 0;
  mix-blend-mode: overlay;
  background-color: #00000080;
  border-radius: 50%;
  width: 684px;
  height: 259px;
  position: absolute;
  bottom: 400px;
  left: 50%;
  transform: translateX(-50%);
}

@media not (min-width: 1024px) {
  .NewFeatureBonusPageComponent-module__sT07Ja__newFeatureBonusPageContainer {
    margin-bottom: 60px;
  }
}

/*# sourceMappingURL=client_src_components_94f20d27._.css.map*/