html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body.no-scroll {
  height: 100vh;
  overflow-y: hidden;
}


input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}


/*
.clip-path {
  clip-path: path("M1679.88 0H22.0851C13.475 8.61962 8.61012 13.4899 0 22.1095V855.891C8.64873 864.51 13.475 869.342 22.0851 878H1679.88C1688.53 869.342 1693.36 864.51 1702 855.891V22.1095C1693.32 13.4899 1688.49 8.65827 1679.88 0Z");
} */





lottie-player svg {
  width: 100% !important;
  height: 100% !important;
}

lottie-player svg,
lottie-player svg > g {
  transform-origin: center center;
}


input[type="email"]:autofill {
  background: transparent;
  background-color: transparent;
}
