.contact-form input,
.contact-form select,
.contact-form textarea {
  background-color: transparent;
}

.contact-form .btn-add {
  display: flex;
  gap: 8px;
  border-radius: 51px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Outfit, sans-serif;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity));
}

.contact-form .button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.contact-form .input-group h3 {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .contact-form .input-group h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.contact-form .input-text {
  position: relative;
}

.contact-form .input-text label {
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: rgb(250 250 250 / 0.8);
  pointer-events: none;
  position: absolute;
  display: flex;
  --tw-translate-y: -38px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contact-form .input-text input[type="text"] {
  padding-top: 10px;
}

.contact-form .input-text input[type="text"]:focus + label {
  --tw-translate-y: -56px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form
  .input-text
  input[type="text"]:not(:-moz-placeholder-shown)
  + label {
  --tw-translate-y: -56px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form .input-text input[type="text"]:not(:placeholder-shown) + label {
  --tw-translate-y: -56px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 12px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form
  .input-text
  input[type="text"]:not(:-moz-placeholder-shown):not(:focus)
  + label {
  opacity: 0;
}

.contact-form
  .input-text
  input[type="text"]:not(:placeholder-shown):not(:focus)
  + label {
  opacity: 0;
}

.contact-form .input-text input[type="text"]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
}

.contact-form .row-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 1024px) {
  .contact-form .row-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

.contact-form .row-grid .input-group,
.contact-form .row-grid select {
  width: 100%;
}

.contact-form .row-grid select {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.contact-form .row-grid select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.contact-form .group-topic {
  margin-bottom: 72px;
}

@media (min-width: 1024px) {
  .contact-form .group-topic {
    margin-bottom: 56px;
  }
}

.contact-form .group-personal {
  margin-bottom: 72px;
}

@media (min-width: 1024px) {
  .contact-form .group-personal {
    margin-bottom: 56px;
  }
}

.contact-form .group-topic > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12px * var(--tw-space-y-reverse));
}

.contact-form .group-topic select {
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-form .group-topic select {
    max-width: 325px;
  }
}

.contact-form select {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 8px;
  padding-right: 8px;
  color: #fafafacc;
}

.contact-form .group-personal > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

@media (min-width: 1024px) {
  .contact-form .group-personal > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12px * var(--tw-space-y-reverse));
  }
}

.contact-form .group-personal .input-group {
  width: 100%;
}

.contact-form .group-personal .input-group input {
  width: 100%;
  border-radius: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-bottom: 12px;
  font-family: Outfit, sans-serif;
  font-weight: 400;
}

.contact-form .group-personal .input-group input::-moz-placeholder {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgb(250 250 250 / 0.8);
}

.contact-form .group-personal .input-group input::placeholder {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
  color: rgb(250 250 250 / 0.8);
}

.contact-form .group-personal .input-group input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.contact-form .group-personal .input-group input:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 0 0 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: transparent;
  --tw-ring-offset-color: #500000;
}

.contact-form .just-validate-error-label {
  margin-top: 0.5rem;
  font-family: Outfit, sans-serif;
  color: rgb(80 0 0 / 0.4) !important;
}

.contact-form textarea {
  height: 97px;
  width: 100%;
  border-radius: 4px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.contact-form textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.contact-form textarea:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow:
    var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 0 0 / var(--tw-ring-opacity));
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #500000;
}

.contact-form textarea {
  max-height: 180px;
  min-height: 160px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.contact-form textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form textarea::-moz-placeholder {
  color: rgb(250 250 250 / 0.8);
}

.contact-form textarea::placeholder {
  color: rgb(250 250 250 / 0.8);
}

.contact-form .group-message {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  .contact-form .group-message {
    margin-bottom: 24px;
  }
}

.contact-form .buttons-container {
  margin-top: 48px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.contact-form .buttons-container .cancel-button {
  padding: 24px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contact-form .buttons-container .cancel-button:hover {
  border-radius: 51px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.contact-form .buttons-container .submit-button {
  border-radius: 51px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 24px;
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.contact-form .buttons-container .submit-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.input-dd-files:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
  background-color: #d70000cc;
  transition-property: all;
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.input-dd-files:hover .input-dd-files__area {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 22 / var(--tw-border-opacity));
}

.input-dd-files:hover svg {
  color: #161616;
}

.input-dd-files:hover .input-dd-files__text {
  --tw-text-opacity: 1;
  color: rgb(22 22 22 / var(--tw-text-opacity));
}

.input-dd-files__area {
  border: 2px dashed #fafafa;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.input-dd-files__area svg {
  stroke: #fafafa;
}

.input-dd-files__default {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.input-dd-files__area--active {
  padding: 12px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
}

.input-dd-files__active {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.input-dd-files__icon {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
}

.input-dd-files__text {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}

.input-dd-files__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 51px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.input-dd-files__button {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 14px;
}

.input-dd-files__delete-icon {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}

.input-dd-files__delete-icon:hover {
  opacity: 1;
}

.contact-form__thanks {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.contact-form__thanks h2 {
  margin-bottom: 24px;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 53px;
  --tw-text-opacity: 1;
  color: rgb(255 240 240 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-form__thanks h2 {
    margin-bottom: 12px;
    text-align: start;
    font-size: 86px;
    line-height: 86px;
  }
}

.contact-form__thanks h6 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 72px;
  max-width: 179px;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(255 240 240 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .contact-form__thanks h6 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 55px;
    max-width: 325px;
    text-align: start;
    font-size: 26px;
    line-height: 33px;
  }
}

.contact-form__thanks button,
.contact-form__thanks a {
  display: flex;
  width: 100%;
}

@media (min-width: 1024px) {
  .contact-form__thanks button,
  .contact-form__thanks a {
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
