@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&display=swap');

body {
  font-family: 'Inter', sans-serif;
  background: linear-gradient(#DD16B2, rgb(236, 236, 236));
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  font-weight: 400;
}

.close-menu {
  background-color: rgba(36, 36, 36, .736);
  backdrop-filter: blur(8px);
  padding: 0 0 5px 5px;
  position: relative;
  transition: .736s;
}

.close-menu:hover {
  transform: scale(1.2);
}

.close-menu div {
  border-radius: 50%;
  height: 40px;
  position: relative;
  width: 40px;
}

.close-menu div,
.close-menu div::before,
.close-menu div::after {
  transition: 1.736s;
}

.close-menu div::after,
.close-menu div::before {
  background: white;
  content: '';
  border-radius: 18px;
  inset: 48% 21.365%;
  position: absolute;
}

.close-menu div::before {
  transform: translateY(0) rotate(45deg);
}

.close-menu div::after {
  transform: translateY(0) rotate(-45deg);
}

.h-captcha {
  display: flex;
  justify-content: center;
  width: 100%;
}

.h-captcha iframe {
  border-radius: 8px;
}

form {
  backdrop-filter: blur(8px);
  background-color: rgba(236, 235, 236, .736);
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  justify-content: center;
  border-radius: 1rem;
  box-shadow: 0 18px 36px rgba(0, 0, 0, .135);
  margin: 136px auto 0 auto;
  max-width: 500px;
}

img {
  border: 3px solid white;
  box-shadow: 0 9px 18px rgba(0, 0, 0, .175);
  border-radius: 50%;
  margin: -75px auto 0 auto;
  width: 150px;
}

h1 {
  font-weight: 300;
  text-align: center;
}

label {
  display: flex;
  flex-flow: column;
  text-align: center;
  gap: 1rem;
  margin: 1rem 0;
}

textarea,
input {
  border: none;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .136);
  flex: 1;
  padding: 15px;
  margin: 0 10%;
}

textarea {
  line-height: 1.35;
  max-height: 5rem;
}

.rx-form-container {
  margin: 2.36% 0;
  paddding: 5%;
}

.form-buttons {
  display: flex;
  margin: 15px 0 10px 0;
}

button {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, .135);
  border-radius: .735rem;
  box-shadow: 0 9px 18px rgba(0, 0, 0, .135);
  color: rgb(135, 135, 135);
  cursor: pointer;
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 2;
  letter-spacing: .235rem;
  margin: 0 auto 15px auto;
  padding: 1.735% 15%;
  text-decoration: none;
  text-transform: uppercase;
  transition: .735s;
}

button:hover {
  background-color: rgb(35, 185, 235);
  color: white;
}

button:focus {
  background-color: rgb(35, 215, 185);
  color: white;
}

header {
  align-items: center;
  border-radius: 0 0 18px 0;
  display: flex;
  height: 50px;
  inset: 0 0 auto auto;
  position: fixed;
}

header a {
  align-items: center;
  background: rgba(36, 36, 36, .236);
  border-radius: 0 0 0 18px;
  display: flex;
  height: 100%;
  justify-content: center;
  transition: .376s;
  width: 100%;
}

header a:hover {
  align-items: center;
  background: rgba(36, 36, 36, .736);
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}

header img {
  box-shadow: none;
  border: none;
  height: 36px;
  margin: 0;
  padding: 0 15px;
  width: auto;
}
