.hidden {
  display: none !important;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}

:focus-visible {
  outline: none;
}

input:focus {
  --tw-ring-color: none !important;
}

#countDownBlock {
  width: calc(100% - 26rem);
  height: auto;
  position: fixed;
  top: 7rem;
  background: linear-gradient(#fff, rgba(255, 255, 255, 0));
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding-top: 1rem;
}
#countDownBlock .img-block {
  position: relative;
  width: 50vw;
}
#countDownBlock .img-block img {
  -o-object-fit: contain;
     object-fit: contain;
}
#countDownBlock .img-block #countdown {
  color: #fff;
  font-size: 1.44vw;
  font-weight: 700;
  position: absolute;
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
}
#countDownBlock .img-block #countdown small {
  font-size: 2rem;
  font-weight: 300;
  margin-left: 0.2rem;
}

.landing-block {
  position: relative;
  min-width: calc(100% - 26rem);
  margin-top: 7rem;
}
.landing-block .landing-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.landing-block .button-wrap {
  position: absolute;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 0;
  flex-direction: column;
  top: 15.6%;
  left: 12.55%;
  gap: 1rem;
}
.landing-block .button-wrap a {
  border: none;
  border-radius: 0.8rem;
  background: #3868eb;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 100%;
  padding: 1.18% 3.3%;
  display: inline-block;
  padding: 0.8vw 1.6vw;
}
.landing-block .button-wrap .download-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}
.landing-block .button-wrap .download-wrap #download,
.landing-block .button-wrap .download-wrap #download-mac {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  gap: 0.4rem;
  top: 18.5%;
  left: 12.55%;
}
.landing-block .button-wrap .download-wrap #download:hover,
.landing-block .button-wrap .download-wrap #download-mac:hover {
  background-color: #2d53bc;
}
.landing-block .button-wrap #manual {
  display: inline-block;
  top: 18.5%;
  left: 27%;
  border: 1px solid #3868eb;
  border-radius: 0.8rem;
  background: #fff;
  color: #3868eb;
}
.landing-block .start-button-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  position: absolute;
  bottom: 2.6%;
  gap: 9.5%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-block .start-button-wrap a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  padding: 2% 5%;
  min-width: 57%;
  max-height: 12rem;
  min-height: 3vw;
  border: none;
  border-radius: 1rem;
  background: #7a44d8;
  color: #fff;
  font-size: 1vw;
  font-weight: 700;
  line-height: normal;
}
.landing-block .start-button-wrap a.yearly {
  background-color: #de2453;
}
.landing-block .start-button-wrap a:hover {
  filter: brightness(0.9);
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(56, 104, 235, 0.5647058824);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}