.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;
}

button,
a {
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

input:focus {
  --tw-ring-color: transparent;
}

main.main {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
main.main ::-webkit-scrollbar {
  width: 0.8rem;
  height: 1rem;
  background-color: #f9f9fa;
}
main.main ::-webkit-scrollbar-thumb {
  background-color: #d9ddde;
  border-radius: 2.4rem;
  min-height: 4rem;
}
main.main ::-webkit-scrollbar-thumb:hover {
  background-color: #aaa;
}

.main {
  margin-top: 7rem;
  padding-bottom: 8rem;
}
.main .wrap {
  width: 100%;
  flex-direction: column;
  margin-bottom: 8rem;
}
.main .wrap .data-block {
  width: 120rem;
  height: auto;
  margin: 0 auto;
}
.main .wrap .data-block .title-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 120rem;
  height: auto;
}
.main .wrap .data-block .title-block .translator-title {
  background: -webkit-linear-gradient(180deg, rgb(13, 172, 255) 50%, rgb(112, 73, 242) 100%);
  color: #3868eb;
  font-size: 5rem;
  line-height: 5rem;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 4rem;
  margin-bottom: 3.5rem;
  font-weight: 900;
  display: inline-block;
  cursor: default;
}
.main .wrap .data-block .translator-block {
  width: 120rem;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  flex-direction: column;
}
.main .wrap .data-block .translator-block .download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  border: 1.5px solid transparent;
  border-radius: 0.8rem;
  background: #00caa1;
  font-weight: normal;
  padding: 0.8rem 2rem;
  cursor: pointer;
  padding: 0 3rem;
  color: white;
  font-size: 2rem;
  font-weight: 600;
  line-height: normal;
  letter-spacing: auto;
  max-width: 18rem;
  height: 5rem;
  margin-bottom: 6rem;
}
.main .wrap .data-block .translator-block .download-btn:hover {
  background: #006651;
}
.main .wrap .data-block .translator-block .download-btn:active {
  background: #003329;
}
.main .wrap .data-block .translator-block .shortcut-desc-block {
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  flex-direction: column;
}
.main .wrap .data-block .translator-block .shortcut-desc-block .shortcut-title {
  color: #2c2e30;
  font-size: 3rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: auto;
}
.main .wrap .data-block .translator-block .shortcut-desc-block .shortcut-desc {
  color: #5d6165;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: auto;
}
.main .wrap .data-block .translator-block .translator-shortcut-block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: auto;
  width: 120rem;
  height: auto;
  margin-bottom: 5rem;
}
.main .wrap .data-block .translator-block .translator-shortcut-block img:first-child {
  width: 40%;
}
.main .wrap .data-block .translator-block .translator-shortcut-block img:last-child {
  width: 60%;
}
.main .wrap .data-block .translator-block .translator-video-block {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: auto;
}
.main .wrap .data-block .translator-block .translator-video-block iframe {
  width: 49%;
  height: 31.5rem;
}