.spaceAbove {
  margin-top: -76px;
}
@media (max-width: 1024px) {
  .spaceAbove {
    margin-top: 0;
  }
}

.yearlyWrap {
  width: 100%;
  max-width: 1450px;
  margin: 40px auto 30px;
  display: flex;
  justify-content: flex-end;
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
.yearlyWrap a {
  width: 100%;
  display: block;
}
@media (max-width: 1024px) {
  .yearlyWrap {
    max-width: 100%;
  }
}
@media (max-width: 720px) {
  .yearlyWrap {
    padding: 0;
  }
}
.yearlyWrap.new {
  padding: 0;
}
.yearlyWrap .half {
  width: 40%;
  max-width: 440px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .yearlyWrap .half {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .yearlyWrap .half {
    max-width: 100%;
  }
}

.button {
  cursor: pointer;
  background: #EBEBEB;
  mix-blend-mode: multiply;
  box-shadow: inset 0 6px 6px rgba(0, 0, 0, 0.25);
  border-radius: 26px;
  padding: 8px 15px 8px 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
  width: 100%;
  transition: all 1s ease;
}
@media (max-width: 720px) {
  .button {
    border-radius: 0;
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.button:hover .goButton {
  position: relative;
  left: 4px;
  transition: all 2s ease;
}
.button .colorText {
  color: #5F4BBC;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 720px) {
  .button .colorText {
    font-size: 18px;
  }
}
.button .bold {
  font-weight: 600;
}
.button .goButton {
  background: linear-gradient(198.5deg, #5F4BBC -6.02%, #905499 133.87%);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 24px;
  padding: 7px 12px 7px 13px;
  color: #FFFFFF;
  display: flex;
  gap: 6px;
  position: relative;
}
@media (max-width: 720px) {
  .button .goButton {
    padding: 6px 12px 6px 13px;
  }
}
.button .goButton .year {
  font-size: 18px;
}
.button .goButton .notification {
  color: #FFFFFF;
  background-color: #FD4F4F;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -13px;
  right: -10px;
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

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