/*! tailwindcss v4.2.4 | MIT License | https://tailwindcss.com */
@layer properties;
:root, :host {
  --tw-color-white: #fff;
  --tw-spacing: 0.25rem;
  --tw-text-5xl: 3rem;
  --tw-text-5xl--line-height: 1;
  --tw-font-weight-normal: 400;
  --tw-font-weight-bold: 700;
  --tw-radius-sm: 0.25rem;
  --tw-radius-md: 0.375rem;
  --tw-radius-xl: 0.75rem;
}
.tw\:relative {
  position: relative;
}
.tw\:my-8 {
  margin-block: calc(var(--tw-spacing) * 8);
}
.tw\:mt-6 {
  margin-top: calc(var(--tw-spacing) * 6);
}
.tw\:mt-8 {
  margin-top: calc(var(--tw-spacing) * 8);
}
.tw\:mt-10 {
  margin-top: calc(var(--tw-spacing) * 10);
}
.tw\:flex {
  display: flex;
}
.tw\:grid {
  display: grid;
}
.tw\:inline-block {
  display: inline-block;
}
.tw\:flex-1 {
  flex: 1;
}
.tw\:grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw\:items-center {
  align-items: center;
}
.tw\:gap-x-4 {
  column-gap: calc(var(--tw-spacing) * 4);
}
.tw\:gap-x-6 {
  column-gap: calc(var(--tw-spacing) * 6);
}
.tw\:pt-8 {
  padding-top: calc(var(--tw-spacing) * 8);
}
.tw\:text-center {
  text-align: center;
}
.tw\:font-normal {
  --tw-font-weight: var(--tw-font-weight-normal);
  font-weight: var(--tw-font-weight-normal);
}
.tw-form-group {
  position: relative;
}
.tw-label {
  position: absolute;
  top: -8px;
  left: calc(var(--tw-spacing) * 4);
  display: block;
  background-color: var(--tw-color-white);
  font-size: 14px;
  --tw-font-weight: var(--tw-font-weight-normal);
  font-weight: var(--tw-font-weight-normal);
}
.tw-text-input {
  width: 100%;
  border-radius: var(--tw-radius-md);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--tw-input-border-color);
  padding: 16px;
  font-size: 16px;
  --tw-font-weight: var(--tw-font-weight-normal);
  font-weight: var(--tw-font-weight-normal);
  &::placeholder {
    color: #AEAAAE;
  }
  --tw-outline-style: none;
  outline-style: none;
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.has_error .tw-text-input {
  border-color: var(--tw-input-error-color);
}
.tw-btn {
  cursor: pointer;
  border-radius: var(--tw-radius-xl);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: var(--tw-color-accent-3);
  padding: calc(var(--tw-spacing) * 6);
  padding-inline: calc(var(--tw-spacing) * 12);
  font-size: 16px;
  color: var(--tw-color-accent-btn);
}
.tw-custom-checkbox input {
  display: none;
}
.tw-custom-checkbox label {
  margin: calc(var(--tw-spacing) * 0);
  display: block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 14px;
  --tw-font-weight: var(--tw-font-weight-normal);
  font-weight: var(--tw-font-weight-normal);
  color: #424242;
}
.has_error.tw-custom-checkbox label, .form-msg-sec.error {
  color: var(--tw-input-error-color);
}
.tw-custom-checkbox label::before {
  position: absolute;
  top: calc(var(--tw-spacing) * 0);
  left: calc(var(--tw-spacing) * 0);
  height: 20px;
  width: 20px;
  border-radius: var(--tw-radius-sm);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--tw-input-border-color);
  --tw-content: '';
  content: var(--tw-content);
}
.has_error.tw-custom-checkbox label::before {
  border-color: var(--tw-input-error-color);
}
.tw-custom-checkbox label::after {
  position: absolute;
  top: 3px;
  left: 6px;
  height: 11px;
  width: 7px;
  rotate: 45deg;
  border-right-style: var(--tw-border-style);
  border-right-width: 2px;
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
  border-right-color: var(--tw-color-accent-3);
  border-bottom-color: var(--tw-color-accent-3);
  opacity: 0%;
  --tw-content: '';
  content: var(--tw-content);
}
.tw-custom-checkbox input:checked + label::after {
  opacity: 100%;
}
.tw-form-heading {
  margin-bottom: calc(var(--tw-spacing) * 3);
  font-size: var(--tw-text-5xl);
  line-height: var(--tw-leading, var(--tw-text-5xl--line-height));
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--tw-color-accent-1);
}
.form-msg-sec {
  margin-top: calc(var(--tw-spacing) * 5);
}
.form-msg-sec.success {
  color: var(--tw-input-success-color);
}
.tw-anchor {
  cursor: pointer;
  --tw-font-weight: var(--tw-font-weight-bold);
  font-weight: var(--tw-font-weight-bold);
  color: var(--navbar-bg);
  text-decoration-line: none;
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-font-weight: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-content: "";
    }
  }
}
