.\!ung-absolute {
  position: absolute !important;
}

.ung-absolute {
  position: absolute;
}

.ung-relative {
  position: relative;
}

.\!ung-left-\[120px\] {
  left: 120px !important;
}

.\!ung-top-4 {
  top: 1rem !important;
}

.ung-bottom-0 {
  bottom: 0px;
}

.ung-left-0 {
  left: 0px;
}

.ung-right-0 {
  right: 0px;
}

.ung-right-4 {
  right: 1rem;
}

.ung-top-0 {
  top: 0px;
}

.ung-top-4 {
  top: 1rem;
}

.\!ung-z-10 {
  z-index: 10 !important;
}

.ung-z-10 {
  z-index: 10;
}

.ung-z-20 {
  z-index: 20;
}

.ung-m-0 {
  margin: 0px;
}

.ung-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.ung-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ung-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.ung-my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.ung-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

.ung-mb-5 {
  margin-bottom: 1.25rem;
}

.ung-mt-10 {
  margin-top: 2.5rem;
}

.ung-mt-\[90\.52px\] {
  margin-top: 90.52px;
}

.ung-block {
  display: block;
}

.ung-flex {
  display: flex;
}

.ung-hidden {
  display: none;
}

.ung-h-10 {
  height: 2.5rem;
}

.ung-h-4 {
  height: 1rem;
}

.ung-h-5 {
  height: 1.25rem;
}

.ung-h-6 {
  height: 1.5rem;
}

.ung-h-\[2px\] {
  height: 2px;
}

.ung-h-\[700px\] {
  height: 700px;
}

.ung-h-auto {
  height: auto;
}

.\!ung-w-\[55\%\] {
  width: 55% !important;
}

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

.ung-w-1\/2 {
  width: 50%;
}

.ung-w-10 {
  width: 2.5rem;
}

.ung-w-4 {
  width: 1rem;
}

.ung-w-5 {
  width: 1.25rem;
}

.ung-w-6 {
  width: 1.5rem;
}

.ung-w-\[300px\] {
  width: 300px;
}

.ung-w-\[90vw\] {
  width: 90vw;
}

.ung-w-full {
  width: 100%;
}

.ung-min-w-56 {
  min-width: 14rem;
}

.ung-max-w-7xl {
  max-width: 80rem;
}

.ung-flex-shrink-0 {
  flex-shrink: 0;
}

.ung-flex-grow {
  flex-grow: 1;
}

.ung-list-none {
  list-style-type: none;
}

.ung-items-center {
  align-items: center;
}

.ung-justify-center {
  justify-content: center;
}

.ung-justify-between {
  justify-content: space-between;
}

.ung-gap-10 {
  gap: 2.5rem;
}

.ung-gap-2 {
  gap: 0.5rem;
}

.ung-gap-3 {
  gap: 0.75rem;
}

.ung-gap-5 {
  gap: 1.25rem;
}

.ung-space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.ung-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.ung-space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.ung-space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.ung-overflow-hidden {
  overflow: hidden;
}

.ung-overflow-x-hidden {
  overflow-x: hidden;
}

.ung-whitespace-nowrap {
  white-space: nowrap;
}

.\!ung-rounded-lg {
  border-radius: 0.5rem !important;
}

.\!ung-rounded-xl {
  border-radius: 0.75rem !important;
}

.ung-rounded-2xl {
  border-radius: 1rem;
}

.ung-rounded-full {
  border-radius: 9999px;
}

.ung-rounded-lg {
  border-radius: 0.5rem;
}

.ung-rounded-xl {
  border-radius: 0.75rem;
}

.ung-border-2 {
  border-width: 2px;
}

.ung-border-\[4px\] {
  border-width: 4px;
}

.\!ung-border-b-2 {
  border-bottom-width: 2px !important;
}

.\!ung-border-t-0 {
  border-top-width: 0px !important;
}

.ung-border-l-0 {
  border-left-width: 0px;
}

.ung-border-r-0 {
  border-right-width: 0px;
}

.\!ung-border-solid {
  border-style: solid !important;
}

.ung-border-solid {
  border-style: solid;
}

.\!ung-border-none {
  border-style: none !important;
}

.ung-border-none {
  border-style: none;
}

.\!ung-border-neutral-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1)) !important;
}

.ung-border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.ung-border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.\!ung-bg-\[\#335884\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1)) !important;
}

.\!ung-bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.ung-bg-\[\#335884\] {
  --tw-bg-opacity: 1;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1));
}

.ung-bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.ung-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.ung-bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.ung-bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.ung-bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.ung-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.ung-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.\!ung-p-2 {
  padding: 0.5rem !important;
}

.ung-p-2 {
  padding: 0.5rem;
}

.ung-p-4 {
  padding: 1rem;
}

.ung-p-5 {
  padding: 1.25rem;
}

.\!ung-px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.\!ung-px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}

.\!ung-py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.\!ung-py-\[1px\] {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}

.ung-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ung-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.ung-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.ung-py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.ung-pl-3 {
  padding-left: 0.75rem;
}

.ung-text-center {
  text-align: center;
}

.\!ung-text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

.\!ung-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.ung-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.ung-text-\[250px\] {
  font-size: 250px;
}

.ung-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.ung-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.ung-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!ung-font-semibold {
  font-weight: 600 !important;
}

.ung-font-extrabold {
  font-weight: 800;
}

.ung-font-semibold {
  font-weight: 600;
}

.ung-uppercase {
  text-transform: uppercase;
}

.ung-leading-relaxed {
  line-height: 1.625;
}

.\!ung-text-gray-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1)) !important;
}

.\!ung-text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.ung-text-\[\#335884\] {
  --tw-text-opacity: 1;
  color: rgb(51 88 132 / var(--tw-text-opacity, 1));
}

.ung-text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.ung-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\!ung-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\!ung-outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.\!ung-ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

input.remove-arrows::-webkit-outer-spin-button,
input.remove-arrows::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input.remove-arrows[type="number"] {
  -moz-appearance: textfield;
}
.hover\:\!ung-bg-\[\#29496f\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(41 73 111 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:\!ung-bg-gray-100:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:ung-bg-\[\#29496f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 73 111 / var(--tw-bg-opacity, 1));
}
.hover\:ung-bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.focus\:\!ung-border-none:focus {
  border-style: none !important;
}
.focus\:\!ung-bg-\[\#335884\]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:\!ung-bg-gray-200:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)) !important;
}
.focus\:ung-bg-\[\#335884\]:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 88 132 / var(--tw-bg-opacity, 1));
}
.focus\:ung-bg-red-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.focus\:ung-bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:ung-text-\[\#335884\]:focus {
  --tw-text-opacity: 1;
  color: rgb(51 88 132 / var(--tw-text-opacity, 1));
}
.focus\:\!ung-outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:\!ung-ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:\!ung-ring-offset-0:focus {
  --tw-ring-offset-width: 0px !important;
}
@media (min-width: 1024px) {

  .lg\:\!ung-left-1\/2 {
    left: 50% !important;
  }

  .lg\:ung-my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:ung-block {
    display: block;
  }

  .lg\:ung-flex {
    display: flex;
  }

  .lg\:\!ung-w-\[500px\] {
    width: 500px !important;
  }

  .lg\:ung-w-\[500px\] {
    width: 500px;
  }

  .lg\:ung-w-\[600px\] {
    width: 600px;
  }

  .lg\:ung-max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:ung-px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:ung-py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:\!ung-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

  .lg\:ung-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .lg\:ung-text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

