@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Manrope:wght@200..800&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");
.footer {
  width: 100%;
  padding: 1rem 1.5rem;
  margin-top: 3rem;
  background-color: transparent;
  color: rgba(245, 234, 217, 0.2666666667);
  font-size: 0.5rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05rem;
  text-align: left;
  z-index: 1000;
}
.footer a {
  color: rgba(245, 234, 217, 0.2666666667);
  text-decoration: none;
  transition: color 0.125s;
}
.footer a:hover {
  color: rgba(245, 234, 217, 0.5333333333);
  text-decoration: none;
}
.footer br {
  display: none;
}
body.home .footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .footer {
    font-size: 0.4375rem;
  }
  .footer br {
    display: block;
  }
}

body.home {
  overflow-x: hidden;
}

.form-floating {
  position: relative;
}
.form-floating .input {
  width: 100%;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100lvh;
  z-index: -5;
  opacity: 0.5;
}

.circle,
.logo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
  filter: blur(0.25rem);
  z-index: -10;
  pointer-events: none;
}

.circle::after,
.logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  animation: pulse-effect 15s infinite;
}

.circle::after {
  content: "";
  height: 60%;
  aspect-ratio: 1;
  border-radius: 1000rem;
  background-color: #F81;
  box-shadow: inset 0 0 1.5lvh #F20, inset 0 0 10lvh rgba(145, 29, 0, 0.75), inset 0 0 15lvh rgba(170, 34, 0, 0.5), inset -10lvh -10lvh 15lvh rgba(255, 255, 255, 0.2666666667), inset 10lvh 10lvh 15lvh rgba(0, 0, 0, 0.2666666667), inset 0 0 40lvh rgba(145, 29, 0, 0.75), 0 0 4lvh #A20, 0 0 7.5lvh rgba(145, 29, 0, 0.5), 0 0 15lvh rgba(170, 34, 0, 0.5);
  filter: brightness(125%) saturate(125%);
}
body.main-form-input--focus .circle {
  transform: scale(1.25);
}
body.main-form-btn--focus .circle {
  transform: scale(3);
}
@media (hover: hover) {
  body.main-form-btn--hover .circle {
    transform: scale(3);
  }
}
body.unlocked .circle, body.main-form--submitted .circle, body.main-form--error .circle, body.main-form--sent .circle, body.main-form--success .circle {
  transform: scale(6);
  opacity: 0.5;
}
body.unlocked .circle {
  opacity: 0;
}

.logo img {
  height: 65lvh;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 4lvh rgba(170, 34, 0, 0.5)) drop-shadow(0 0 7.5lvh rgba(145, 29, 0, 0.5)) drop-shadow(0 0 15lvh rgba(170, 34, 0, 0.5)) brightness(125%) saturate(125%);
}
body.main-form-input--focus .logo {
  transform: scale(1.25) translateY(2.5lvh);
}
body.main-form-btn--focus .logo {
  transform: scale(3) translateY(5lvh);
}
@media (hover: hover) {
  body.main-form-btn--hover .logo {
    transform: scale(3) translateY(5lvh);
  }
}
body.unlocked .logo, body.main-form--submitted .logo, body.main-form--error .logo, body.main-form--sent .logo, body.main-form--success .logo {
  transform: scale(10) translateY(10lvh);
  opacity: 0.5;
}
body.unlocked .logo {
  opacity: 0;
}

.main-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.main-form .main-form__title {
  font-size: calc(2.5rem + 1.25vw);
  text-shadow: 0 0 1rem rgba(68, 17, 0, 0.2666666667), 0 0 3rem rgba(170, 51, 0, 0.5333333333);
}
.main-form .main-form__description {
  font-size: calc(0.75rem + 0.5vw);
  text-shadow: 0 0 1rem rgba(68, 17, 0, 0.2666666667), 0 0 3rem rgba(170, 51, 0, 0.5333333333);
  margin-bottom: 2rem;
  opacity: 0.875;
}
.main-form .form {
  width: 100%;
  max-width: 60rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.main-form .form .input-group {
  flex: 1 0 auto;
  width: auto;
  margin-bottom: 0;
}
.main-form .main-form__buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.main-form .main-form__buttons .main-form__buttons__wrapper {
  width: 100%;
  max-width: 22rem;
}
.main-form .main-form__buttons .main-form__buttons__wrapper .btn {
  width: 100%;
}
.submitted-message,
.error-message,
.sent-message,
.success-message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 2rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}
.submitted-message .submitted-message__title,
.submitted-message .error-message__title,
.submitted-message .sent-message__title,
.submitted-message .success-message__title,
.error-message .submitted-message__title,
.error-message .error-message__title,
.error-message .sent-message__title,
.error-message .success-message__title,
.sent-message .submitted-message__title,
.sent-message .error-message__title,
.sent-message .sent-message__title,
.sent-message .success-message__title,
.success-message .submitted-message__title,
.success-message .error-message__title,
.success-message .sent-message__title,
.success-message .success-message__title {
  font-size: calc(2.5rem + 1.25vw);
}
.submitted-message .submitted-message__description,
.submitted-message .error-message__description,
.submitted-message .sent-message__description,
.submitted-message .success-message__description,
.error-message .submitted-message__description,
.error-message .error-message__description,
.error-message .sent-message__description,
.error-message .success-message__description,
.sent-message .submitted-message__description,
.sent-message .error-message__description,
.sent-message .sent-message__description,
.sent-message .success-message__description,
.success-message .submitted-message__description,
.success-message .error-message__description,
.success-message .sent-message__description,
.success-message .success-message__description {
  font-size: calc(0.75rem + 0.5vw);
  margin-bottom: 2rem;
  opacity: 0.875;
}
.submitted-message .submitted-message__link,
.submitted-message .error-message__link,
.submitted-message .sent-message__link,
.submitted-message .success-message__link,
.error-message .submitted-message__link,
.error-message .error-message__link,
.error-message .sent-message__link,
.error-message .success-message__link,
.sent-message .submitted-message__link,
.sent-message .error-message__link,
.sent-message .sent-message__link,
.sent-message .success-message__link,
.success-message .submitted-message__link,
.success-message .error-message__link,
.success-message .sent-message__link,
.success-message .success-message__link {
  font-size: 0.875rem;
  color: rgba(245, 234, 217, 0.9333333333);
  text-decoration: underline;
  opacity: 0.5;
}

.submitted-message .submitted-message__wrapper {
  animation: message-pulse 1.5s infinite;
}

body.main-form--submitted .main-form,
body.main-form--error .main-form,
body.main-form--sent .main-form,
body.main-form--success .main-form {
  opacity: 0;
  visibility: hidden;
}

body.main-form--submitted .submitted-message {
  opacity: 1;
  visibility: visible;
}

body.main-form--error .error-message {
  opacity: 1;
  visibility: visible;
}

body.main-form--sent .sent-message {
  opacity: 1;
  visibility: visible;
}

body.main-form--success .success-message {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .circle,
  .logo {
    filter: blur(0.125rem);
  }
  .circle::after {
    height: 45%;
    box-shadow: inset 0 0 1lvh #F20, inset 0 0 7.5lvh rgba(255, 68, 0, 0.8), inset 0 0 10lvh rgba(255, 68, 0, 0.5333333333), inset -7.5lvh -7.5lvh 10lvh rgba(255, 255, 255, 0.2666666667), inset 7.5lvh 7.5lvh 10lvh rgba(0, 0, 0, 0.2666666667), inset 0 0 25lvh #F40, 0 0 2.5lvh #F20, 0 0 5lvh rgba(255, 68, 0, 0.5333333333), 0 0 10lvh rgba(255, 68, 0, 0.5333333333);
  }
  .logo img {
    height: 55%;
    filter: drop-shadow(0 0 2.5lvh rgba(255, 68, 0, 0.8)) drop-shadow(0 0 5lvh rgba(255, 68, 0, 0.5333333333)) drop-shadow(0 0 10lvh rgba(255, 68, 0, 0.5333333333)) brightness(125%) saturate(125%);
  }
  .main-form .main-form__title {
    font-size: calc(2.5rem + 1.5vw);
    margin-bottom: 1rem;
  }
  .main-form .main-form__description {
    font-size: 1rem;
  }
  .main-form .main-form__buttons .main-form__buttons__wrapper {
    max-width: unset;
  }
  .main-form .main-form__buttons .input-text {
    margin-top: 0.25rem;
    margin-bottom: 0;
    text-align: left;
  }
  .submitted-message .submitted-message__title,
  .submitted-message .error-message__title,
  .submitted-message .sent-message__title,
  .submitted-message .success-message__title,
  .error-message .submitted-message__title,
  .error-message .error-message__title,
  .error-message .sent-message__title,
  .error-message .success-message__title,
  .sent-message .submitted-message__title,
  .sent-message .error-message__title,
  .sent-message .sent-message__title,
  .sent-message .success-message__title,
  .success-message .submitted-message__title,
  .success-message .error-message__title,
  .success-message .sent-message__title,
  .success-message .success-message__title {
    font-size: calc(2.5rem + 1.5vw);
  }
  .submitted-message .submitted-message__description,
  .submitted-message .error-message__description,
  .submitted-message .sent-message__description,
  .submitted-message .success-message__description,
  .error-message .submitted-message__description,
  .error-message .error-message__description,
  .error-message .sent-message__description,
  .error-message .success-message__description,
  .sent-message .submitted-message__description,
  .sent-message .error-message__description,
  .sent-message .sent-message__description,
  .sent-message .success-message__description,
  .success-message .submitted-message__description,
  .success-message .error-message__description,
  .success-message .sent-message__description,
  .success-message .success-message__description {
    font-size: 1rem;
  }
}
@keyframes pulse-effect {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  15% {
    transform: translate(-50%, -50%) scale(1.07);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.02);
  }
  55% {
    transform: translate(-50%, -50%) scale(1.1);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.05);
  }
  85% {
    transform: translate(-50%, -50%) scale(1.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes message-pulse {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
.unlocked__bg {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100svh;
  z-index: -5;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.unlocked__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  transform: scale(1.05);
  transition: transform 0.25s ease-in-out;
}
.unlocked__bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-15deg, rgba(0, 0, 0, 0.85) 35%, rgba(0, 0, 0, 0) 85%);
}

.unlocked__wrapper {
  position: fixed;
  pointer-events: none;
  min-height: 100svh;
  width: 100%;
}

.unlocked__container {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 8rem 2rem;
  gap: 1rem;
}

.unlocked__header {
  text-align: center;
}
.unlocked__header .unlocked__heading,
.unlocked__header .unlocked__title,
.unlocked__header .unlocked__subtitle {
  opacity: 0;
  transform: scale(0.85);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.unlocked__header .unlocked__heading {
  font-size: calc(1rem + 0.5vw);
}
.unlocked__header .unlocked__title {
  font-size: calc(2.5rem + 1vw);
}
.unlocked__header .unlocked__subtitle {
  font-size: calc(1.25rem + 0.5vw);
  margin-bottom: 2rem;
}

.unlocked__row {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
}
.unlocked__row .unlocked__info,
.unlocked__row .unlocked__form {
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.unlocked__row .unlocked__info {
  flex: 1 0 0;
}
.unlocked__row .unlocked__info p {
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.unlocked__row .unlocked__form {
  flex: 1 0 0;
  max-width: 25rem;
}
.unlocked__row .unlocked__form .unlocked__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.unlocked__row .unlocked__form .unlocked__list .unlocked__list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 0.5rem;
  font-size: 0.875rem;
}
.unlocked__row .unlocked__form .unlocked__list .unlocked__list-item .unlocked__list-item__icon {
  flex: 0 0 2rem;
  width: 2rem;
  text-align: center;
  font-size: 1.5em;
  transform: translateY(-0.25em);
}
.unlocked__row .unlocked__floating-btn {
  position: sticky;
  display: none;
  flex-direction: column;
  width: 100%;
  bottom: 0;
  padding-bottom: 1rem;
  margin-top: -3rem;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out;
  background: #000;
  z-index: 1001;
}

.unlocked__close-btn {
  cursor: pointer;
  visibility: hidden;
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  font-size: 0.875rem;
  font-weight: 400;
  opacity: 0;
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
}

body.unlocked main {
  pointer-events: none;
}
body.unlocked .main-form {
  opacity: 0;
  visibility: hidden;
}
body.unlocked .unlocked__bg {
  opacity: 0.25;
  transition: opacity 5s ease-out;
  transition-delay: 0.5s;
}
body.unlocked .unlocked__bg img {
  transform: none;
  transition: transform 5s ease-out;
  transition-delay: 0.5s;
}
body.unlocked .unlocked__wrapper {
  position: relative;
  pointer-events: auto;
}
body.unlocked .unlocked__header .unlocked__heading,
body.unlocked .unlocked__header .unlocked__title,
body.unlocked .unlocked__header .unlocked__subtitle {
  opacity: 1;
  transform: none;
  transition: opacity 1.25s ease-out, transform 1.25s ease-out;
}
body.unlocked .unlocked__header .unlocked__heading {
  transition-delay: 0.25s;
}
body.unlocked .unlocked__header .unlocked__title {
  transition-delay: 0.5s;
}
body.unlocked .unlocked__header .unlocked__subtitle {
  transition-delay: 0.75s;
}
body.unlocked .unlocked__row .unlocked__info,
body.unlocked .unlocked__row .unlocked__form {
  opacity: 1;
  transform: none;
  transition: opacity 3s ease-out, transform 1s ease-out;
}
body.unlocked .unlocked__row .unlocked__info {
  transition-delay: 0.75s;
}
body.unlocked .unlocked__row .unlocked__form {
  transition-delay: 1s;
}
body.unlocked .unlocked__floating-btn {
  opacity: 1;
  transform: none;
  transition: opacity 3s ease-out, margin-top 1s ease-out;
  transition-delay: 1s;
}
body.unlocked .unlocked__close-btn {
  opacity: 0.5;
  visibility: visible;
}
body.unlocked .unlocked__close-btn:hover, body.unlocked .unlocked__close-btn:focus {
  opacity: 1;
}

@media (max-width: 968px) {
  .unlocked__row {
    flex-direction: column;
    align-items: center;
  }
  .unlocked__row .unlocked__form {
    position: static;
    max-width: 40rem;
    width: 100%;
  }
  .unlocked__row .unlocked__form .form-text {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .unlocked__container {
    padding: 4rem 1rem 8rem 1rem;
  }
  .unlocked__row .unlocked__form .btn {
    display: none;
  }
  .unlocked__row .unlocked__form .btn + .input-text {
    display: none;
  }
  .unlocked__row .unlocked__floating-btn {
    display: flex;
  }
}
.privacy {
  padding: 0 1rem;
  margin: 2rem auto;
  max-width: 856px;
}
.privacy h1:not(:first-child), .privacy h2:not(:first-child), .privacy h3:not(:first-child), .privacy h4:not(:first-child), .privacy h5:not(:first-child), .privacy h6:not(:first-child) {
  margin-top: 2rem;
}

body {
  position: relative;
  margin: 0;
  background-color: #080808;
  color: rgba(245, 234, 217, 0.9333333333);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  box-sizing: border-box;
}
body::before, body::after {
  content: "";
  pointer-events: none;
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==);
  background-size: 5rem;
  image-rendering: pixelated;
  filter: contrast(1000%) brightness(50%);
  animation: noise-effect 0.6s infinite steps(1);
  transition: opacity 0.25s;
}
body::before {
  z-index: -1;
  opacity: 0.1;
}
body::after {
  z-index: 1000;
  opacity: 0.1;
}
body * {
  box-sizing: border-box;
}
body.main-form--submitted::before, body.main-form--sent::before, body.main-form--error::before {
  opacity: 0.05;
}
body.main-form--submitted::after, body.main-form--sent::after, body.main-form--error::after {
  opacity: 0.05;
}

main {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 2rem;
  width: 100%;
  min-height: 100svh;
}

h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fs-1 {
  font-size: 2.5rem !important;
}

h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fs-2 {
  font-size: 2rem !important;
}

h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fs-3 {
  font-size: 1.75rem !important;
}

h4 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fs-4 {
  font-size: 1.5rem !important;
}

h5 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fs-5 {
  font-size: 1.25rem !important;
}

h6 {
  font-family: "Cormorant Garamond", serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.fs-6 {
  font-size: 1rem !important;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}
p a {
  color: rgba(205, 127, 101, 0.9666666667);
  text-decoration: underline;
  transition: color 0.25s;
}
p a:hover {
  color: rgba(190, 89, 59, 0.98);
  text-decoration: underline;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.w-100 {
  width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.input-group {
  text-align: left;
  margin-bottom: 1rem;
}

label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  text-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2666666667);
}

.input {
  width: 100%;
  min-width: 12rem;
  max-width: 100%;
  padding: 0.375rem 1rem;
  height: calc(2.25rem);
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  border-radius: 0.2rem;
  background-color: rgba(68, 68, 68, 0.1333333333);
  color: rgba(245, 234, 217, 0.9333333333);
  backdrop-filter: blur(2.5rem);
  border: 2px solid rgba(245, 234, 217, 0.2666666667);
  text-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.2666666667);
  outline: none;
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1333333333);
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.input.input-sm {
  padding: 0.25rem 0.75rem;
  height: calc(1.8125rem);
  font-size: 0.875rem;
  border-radius: 0.1rem;
}
.input.input-lg {
  padding: 0.625rem 1.25rem;
  height: calc(3.125rem);
  font-size: 1.25rem;
  border-radius: 0.4rem;
}
.input:hover {
  background-color: rgba(17, 17, 17, 0.2666666667);
  color: rgba(245, 234, 217, 0.9333333333);
  border-color: rgba(245, 234, 217, 0.4);
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.2666666667);
}
.input:focus {
  background-color: rgba(17, 17, 17, 0.2666666667);
  color: rgba(245, 234, 217, 0.9333333333);
  border-color: rgba(245, 234, 217, 0.5333333333);
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.2666666667);
}

.input-text {
  text-align: left;
  font-size: 0.5rem;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(245, 234, 217, 0.6666666667);
  margin-top: 0.25rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5333333333);
}
.input-text a {
  color: rgba(205, 127, 101, 0.9666666667);
  text-decoration: none;
  transition: color 0.25s;
}
.input-text a:hover {
  color: rgba(190, 89, 59, 0.98);
  text-decoration: none;
}

.form-text {
  text-align: left;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.25;
  color: rgba(245, 234, 217, 0.6666666667);
  margin-top: 0.25rem;
  text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5333333333);
}
.form-text a {
  color: rgba(245, 234, 217, 0.6666666667);
  text-decoration: none;
  transition: color 0.25s;
}
.form-text a:hover {
  color: #F5EAD9;
  text-decoration: none;
}

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 0.375rem 1rem;
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  height: calc(2.25rem);
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  border-radius: 0.2rem;
  background-color: rgba(167, 97, 23, 0.8);
  color: rgba(245, 234, 217, 0.9333333333);
  backdrop-filter: blur(5rem);
  border: 1px solid rgba(255, 187, 119, 0);
  outline: none;
  text-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.2666666667);
  box-shadow: 0 0.25rem 1.5rem rgba(0, 0, 0, 0.1333333333);
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  text-decoration: none;
  overflow: hidden;
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.5s;
}
.btn.btn-sm {
  padding: 0.25rem 0.75rem;
  height: calc(1.8125rem);
  font-size: 0.775rem;
  border-radius: 0.1rem;
}
.btn.btn-lg {
  padding: 0.625rem 1.25rem;
  height: calc(3.125rem);
  font-size: 1.15rem;
  border-radius: 0.4rem;
}
.btn:hover {
  background-color: rgba(245, 234, 217, 0.6666666667);
  color: #aa5500;
  border-color: rgba(255, 187, 119, 0);
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.2666666667);
}
.btn:focus {
  background-color: rgba(245, 234, 217, 0.6666666667);
  color: #aa5500;
  border-color: rgba(255, 187, 119, 0);
  box-shadow: 0 0.25rem 2rem rgba(0, 0, 0, 0.2666666667);
}
.btn:active {
  transform: scale(0.95);
  transition: background-color 0.25s, color 0.25s, border-color 0.25s, box-shadow 0.25s, transform 0.1875s;
}
.btn.btn-animated {
  position: relative;
  border-width: 0;
  background-color: rgba(245, 234, 217, 0.8);
  color: rgba(245, 234, 217, 0.9333333333);
}
.btn.btn-animated::before {
  --border-angle: 0deg;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid transparent;
  border-radius: 0.2rem;
  backdrop-filter: none;
  background: linear-gradient(#111, #111) padding-box, conic-gradient(from var(--border-angle), rgba(245, 234, 217, 0.25) 40%, #f5ead9 65%, #f5ead9 75%, rgba(245, 234, 217, 0.25)) border-box, linear-gradient(#111, #111) border-box;
  animation: border-angle-rotate 4s infinite linear;
  transition: opacity 0.25s;
  z-index: -1;
}
.btn.btn-animated::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid rgba(17, 17, 17, 0.4);
  border-radius: 0.2rem;
  opacity: 0;
  transition: opacity 0.25s;
}
.btn.btn-animated.btn-sm::before, .btn.btn-animated.btn-sm::after {
  border-radius: 0.1rem;
}
.btn.btn-animated.btn-lg::before, .btn.btn-animated.btn-lg::after {
  border-radius: 0.4rem;
}
.btn.btn-animated:hover, .btn.btn-animated:focus {
  color: #333;
}
.btn.btn-animated:hover::before, .btn.btn-animated:focus::before {
  opacity: 0;
}
.btn.btn-animated:hover::after, .btn.btn-animated:focus::after {
  opacity: 1;
}
.btn.btn-animated.btn-inverted {
  background-color: #F5EAD9;
  color: #333;
}
.btn.btn-animated.btn-inverted::before {
  background: linear-gradient(#F5EAD9, #F5EAD9) padding-box, conic-gradient(from var(--border-angle), rgba(17, 17, 17, 0.25) 40%, #111111 65%, #111111 75%, rgba(17, 17, 17, 0.25)) border-box, linear-gradient(#F5EAD9, #F5EAD9) border-box;
}
.btn.btn-animated.btn-inverted::after {
  border-color: rgba(245, 234, 217, 0.4);
}
.btn.btn-animated.btn-inverted:hover, .btn.btn-animated.btn-inverted:focus {
  color: rgba(245, 234, 217, 0.9333333333);
}
.btn[disabled], .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn[disabled]::before, .btn[disabled]::after, .btn.disabled::before, .btn.disabled::after {
  display: none;
}

.font-mono {
  font-family: "Source Code Pro", monospace;
}

.particles-js-canvas-el {
  height: 100vmax !important;
  z-index: 0;
}

.text-start {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-end {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

@keyframes noise-effect {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -5%);
  }
  20% {
    transform: translate(-10%, 5%);
  }
  30% {
    transform: translate(5%, -10%);
  }
  40% {
    transform: translate(-5%, 15%);
  }
  50% {
    transform: translate(-10%, 5%);
  }
  60% {
    transform: translate(15%, 0);
  }
  70% {
    transform: translate(0, 10%);
  }
  80% {
    transform: translate(-15%, 0);
  }
  90% {
    transform: translate(10%, 5%);
  }
  100% {
    transform: translate(5%, 0);
  }
}
/* @keyframes border-angle-rotate {
	0% { --border-angle: -80deg; }
	25% { --border-angle: 80deg; }
	50% { --border-angle: 100deg; }
	75% { --border-angle: 260deg; }
	100% { --border-angle: 280deg; }
} */
@keyframes border-angle-rotate {
  from {
    --border-angle: 0deg;
  }
  to {
    --border-angle: 360deg;
  }
}
@property --border-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@media (max-width: 568px) {
  body::before, body::after {
    content: none;
    display: none;
  }
  #particles-js {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */