@media (min-width: 540px){
  .container{
    max-width: 540px;
  }
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
    padding-right: 13rem;
    padding-left: 13rem;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-webkit-input-placeholder, .form-textarea::-webkit-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input:-ms-input-placeholder, .form-textarea:-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-ms-input-placeholder, .form-textarea::-ms-input-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit{
  display: -webkit-inline-box;
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.form-select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
.form-checkbox,.form-radio{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
.form-checkbox{
  border-radius: 0px;
}
.form-radio{
  border-radius: 100%;
}
.form-checkbox:focus,.form-radio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.form-checkbox:checked,.form-radio:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.form-checkbox:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  .form-checkbox:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-radio:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  .form-radio:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
.form-checkbox:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  .form-checkbox:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
.pointer-events-none{
  pointer-events: none !important;
}
.invisible{
  visibility: hidden !important;
}
.collapse{
  visibility: collapse !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.sticky{
  position: sticky !important;
}
.inset-0{
  inset: 0px !important;
}
.inset-2{
  inset: 0.5rem !important;
}
.-bottom-10{
  bottom: -2.5rem !important;
}
.-bottom-12{
  bottom: -3rem !important;
}
.-bottom-16{
  bottom: -4rem !important;
}
.-bottom-20{
  bottom: -5rem !important;
}
.-bottom-24{
  bottom: -6rem !important;
}
.-bottom-4{
  bottom: -1rem !important;
}
.-bottom-5{
  bottom: -1.25rem !important;
}
.-bottom-52{
  bottom: -13rem !important;
}
.-bottom-6{
  bottom: -1.5rem !important;
}
.-bottom-7{
  bottom: -1.75rem !important;
}
.-bottom-\[2px\]{
  bottom: -2px !important;
}
.-bottom-\[350px\]{
  bottom: -350px !important;
}
.-end-0{
  inset-inline-end: -0px !important;
}
.-end-1{
  inset-inline-end: -0.25rem !important;
}
.-end-11{
  inset-inline-end: -2.75rem !important;
}
.-end-16{
  inset-inline-end: -4rem !important;
}
.-end-2{
  inset-inline-end: -0.5rem !important;
}
.-end-4{
  inset-inline-end: -1rem !important;
}
.-end-5{
  inset-inline-end: -1.25rem !important;
}
.-end-\[1\%\]{
  inset-inline-end: -1% !important;
}
.-end-\[100px\]{
  inset-inline-end: -100px !important;
}
.-end-\[20\%\]{
  inset-inline-end: -20% !important;
}
.-right-2{
  right: -0.5rem !important;
}
.-right-3{
  right: -0.75rem !important;
}
.-start-0{
  inset-inline-start: -0px !important;
}
.-start-2{
  inset-inline-start: -0.5rem !important;
}
.-start-4{
  inset-inline-start: -1rem !important;
}
.-start-5{
  inset-inline-start: -1.25rem !important;
}
.-start-\[100px\]{
  inset-inline-start: -100px !important;
}
.-start-\[20\%\]{
  inset-inline-start: -20% !important;
}
.-start-\[25\%\]{
  inset-inline-start: -25% !important;
}
.-top-0{
  top: -0px !important;
}
.-top-20{
  top: -5rem !important;
}
.-top-4{
  top: -1rem !important;
}
.-top-5{
  top: -1.25rem !important;
}
.-top-7{
  top: -1.75rem !important;
}
.-top-\[10px\]{
  top: -10px !important;
}
.-top-\[350px\]{
  top: -350px !important;
}
.-top-\[52px\]{
  top: -52px !important;
}
.bottom-0{
  bottom: 0px !important;
}
.bottom-1\/2{
  bottom: 50% !important;
}
.bottom-16{
  bottom: 4rem !important;
}
.bottom-2\/4{
  bottom: 50% !important;
}
.bottom-20{
  bottom: 5rem !important;
}
.bottom-24{
  bottom: 6rem !important;
}
.bottom-28{
  bottom: 7rem !important;
}
.bottom-3{
  bottom: 0.75rem !important;
}
.bottom-32{
  bottom: 8rem !important;
}
.bottom-36{
  bottom: 9rem !important;
}
.bottom-4{
  bottom: 1rem !important;
}
.bottom-5{
  bottom: 1.25rem !important;
}
.bottom-6{
  bottom: 1.5rem !important;
}
.bottom-\[10\%\]{
  bottom: 10% !important;
}
.bottom-\[25px\]{
  bottom: 25px !important;
}
.end-0{
  inset-inline-end: 0px !important;
}
.end-1\/2{
  inset-inline-end: 50% !important;
}
.end-12{
  inset-inline-end: 3rem !important;
}
.end-2{
  inset-inline-end: 0.5rem !important;
}
.end-2\/4{
  inset-inline-end: 50% !important;
}
.end-3{
  inset-inline-end: 0.75rem !important;
}
.end-4{
  inset-inline-end: 1rem !important;
}
.end-5{
  inset-inline-end: 1.25rem !important;
}
.end-6{
  inset-inline-end: 1.5rem !important;
}
.end-\[3px\]{
  inset-inline-end: 3px !important;
}
.left-1\/2{
  left: 50% !important;
}
.left-5{
  left: 1.25rem !important;
}
.left-\[2px\]{
  left: 2px !important;
}
.start-0{
  inset-inline-start: 0px !important;
}
.start-0\.5{
  inset-inline-start: 0.125rem !important;
}
.start-1{
  inset-inline-start: 0.25rem !important;
}
.start-1\/2{
  inset-inline-start: 50% !important;
}
.start-12{
  inset-inline-start: 3rem !important;
}
.start-2{
  inset-inline-start: 0.5rem !important;
}
.start-2\/4{
  inset-inline-start: 50% !important;
}
.start-3{
  inset-inline-start: 0.75rem !important;
}
.start-4{
  inset-inline-start: 1rem !important;
}
.start-5{
  inset-inline-start: 1.25rem !important;
}
.start-6{
  inset-inline-start: 1.5rem !important;
}
.start-8{
  inset-inline-start: 2rem !important;
}
.top-0{
  top: 0px !important;
}
.top-0\.5{
  top: 0.125rem !important;
}
.top-1\/2{
  top: 50% !important;
}
.top-1\/3{
  top: 33.333333% !important;
}
.top-1\/4{
  top: 25% !important;
}
.top-10{
  top: 2.5rem !important;
}
.top-16{
  top: 4rem !important;
}
.top-2{
  top: 0.5rem !important;
}
.top-2\/4{
  top: 50% !important;
}
.top-20{
  top: 5rem !important;
}
.top-3{
  top: 0.75rem !important;
}
.top-3\/4{
  top: 75% !important;
}
.top-4{
  top: 1rem !important;
}
.top-40{
  top: 10rem !important;
}
.top-5{
  top: 1.25rem !important;
}
.top-6{
  top: 1.5rem !important;
}
.top-\[10\%\]{
  top: 10% !important;
}
.top-\[10px\]{
  top: 10px !important;
}
.top-\[2px\]{
  top: 2px !important;
}
.top-\[30\%\]{
  top: 30% !important;
}
.top-\[3px\]{
  top: 3px !important;
}
.top-\[40\%\]{
  top: 40% !important;
}
.top-\[47\%\]{
  top: 47% !important;
}
.top-\[48\%\]{
  top: 48% !important;
}
.-z-1{
  z-index: -1 !important;
}
.z-0{
  z-index: 0 !important;
}
.z-1{
  z-index: 1 !important;
}
.z-10{
  z-index: 10 !important;
}
.z-2{
  z-index: 2 !important;
}
.z-20{
  z-index: 20 !important;
}
.z-3{
  z-index: 3 !important;
}
.z-30{
  z-index: 30 !important;
}
.z-40{
  z-index: 40 !important;
}
.z-50{
  z-index: 50 !important;
}
.order-1{
  -webkit-box-ordinal-group: 2 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important;
}
.order-2{
  -webkit-box-ordinal-group: 3 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important;
}
.order-3{
  -webkit-box-ordinal-group: 4 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important;
}
.col-span-12{
  grid-column: span 12 / span 12 !important;
}
.col-span-5{
  grid-column: span 5 / span 5 !important;
}
.col-span-6{
  grid-column: span 6 / span 6 !important;
}
.col-span-7{
  grid-column: span 7 / span 7 !important;
}
.-m-3{
  margin: -0.75rem !important;
}
.m-0{
  margin: 0px !important;
}
.m-0\.5{
  margin: 0.125rem !important;
}
.m-1{
  margin: 0.25rem !important;
}
.m-2{
  margin: 0.5rem !important;
}
.m-3{
  margin: 0.75rem !important;
}
.m-6{
  margin: 1.5rem !important;
}
.m-auto{
  margin: auto !important;
}
.-my-2{
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}
.mx-0{
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.mx-0\.5{
  margin-left: 0.125rem !important;
  margin-right: 0.125rem !important;
}
.mx-1{
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.mx-2{
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-3{
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.mx-4{
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-5{
  margin-left: 1.25rem !important;
  margin-right: 1.25rem !important;
}
.mx-auto{
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-1{
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2{
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3{
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}
.my-4{
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-5{
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-6{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-auto{
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.-mb-96{
  margin-bottom: -24rem !important;
}
.-ml-2{
  margin-left: -0.5rem !important;
}
.-ms-\[10px\]{
  -webkit-margin-start: -10px !important;
          margin-inline-start: -10px !important;
}
.-mt-10{
  margin-top: -2.5rem !important;
}
.-mt-12{
  margin-top: -3rem !important;
}
.-mt-16{
  margin-top: -4rem !important;
}
.-mt-2{
  margin-top: -0.5rem !important;
}
.-mt-28{
  margin-top: -7rem !important;
}
.-mt-32{
  margin-top: -8rem !important;
}
.-mt-\[10px\]{
  margin-top: -10px !important;
}
.-mt-\[140px\]{
  margin-top: -140px !important;
}
.-mt-\[150px\]{
  margin-top: -150px !important;
}
.-mt-\[200px\]{
  margin-top: -200px !important;
}
.-mt-\[299px\]{
  margin-top: -299px !important;
}
.-mt-\[30px\]{
  margin-top: -30px !important;
}
.-mt-\[60px\]{
  margin-top: -60px !important;
}
.mb-0{
  margin-bottom: 0px !important;
}
.mb-1{
  margin-bottom: 0.25rem !important;
}
.mb-10{
  margin-bottom: 2.5rem !important;
}
.mb-12{
  margin-bottom: 3rem !important;
}
.mb-16{
  margin-bottom: 4rem !important;
}
.mb-2{
  margin-bottom: 0.5rem !important;
}
.mb-3{
  margin-bottom: 0.75rem !important;
}
.mb-4{
  margin-bottom: 1rem !important;
}
.mb-5{
  margin-bottom: 1.25rem !important;
}
.mb-6{
  margin-bottom: 1.5rem !important;
}
.mb-8{
  margin-bottom: 2rem !important;
}
.me-1{
  -webkit-margin-end: 0.25rem !important;
          margin-inline-end: 0.25rem !important;
}
.me-2{
  -webkit-margin-end: 0.5rem !important;
          margin-inline-end: 0.5rem !important;
}
.me-3{
  -webkit-margin-end: 0.75rem !important;
          margin-inline-end: 0.75rem !important;
}
.me-4{
  -webkit-margin-end: 1rem !important;
          margin-inline-end: 1rem !important;
}
.me-6{
  -webkit-margin-end: 1.5rem !important;
          margin-inline-end: 1.5rem !important;
}
.ml-1{
  margin-left: 0.25rem !important;
}
.mr-2{
  margin-right: 0.5rem !important;
}
.ms-1{
  -webkit-margin-start: 0.25rem !important;
          margin-inline-start: 0.25rem !important;
}
.ms-2{
  -webkit-margin-start: 0.5rem !important;
          margin-inline-start: 0.5rem !important;
}
.ms-3{
  -webkit-margin-start: 0.75rem !important;
          margin-inline-start: 0.75rem !important;
}
.ms-4{
  -webkit-margin-start: 1rem !important;
          margin-inline-start: 1rem !important;
}
.ms-44{
  -webkit-margin-start: 11rem !important;
          margin-inline-start: 11rem !important;
}
.ms-5{
  -webkit-margin-start: 1.25rem !important;
          margin-inline-start: 1.25rem !important;
}
.ms-6{
  -webkit-margin-start: 1.5rem !important;
          margin-inline-start: 1.5rem !important;
}
.ms-8{
  -webkit-margin-start: 2rem !important;
          margin-inline-start: 2rem !important;
}
.ms-auto{
  -webkit-margin-start: auto !important;
          margin-inline-start: auto !important;
}
.mt-1{
  margin-top: 0.25rem !important;
}
.mt-10{
  margin-top: 2.5rem !important;
}
.mt-12{
  margin-top: 3rem !important;
}
.mt-14{
  margin-top: 3.5rem !important;
}
.mt-16{
  margin-top: 4rem !important;
}
.mt-2{
  margin-top: 0.5rem !important;
}
.mt-20{
  margin-top: 5rem !important;
}
.mt-24{
  margin-top: 6rem !important;
}
.mt-28{
  margin-top: 7rem !important;
}
.mt-3{
  margin-top: 0.75rem !important;
}
.mt-32{
  margin-top: 8rem !important;
}
.mt-4{
  margin-top: 1rem !important;
}
.mt-5{
  margin-top: 1.25rem !important;
}
.mt-6{
  margin-top: 1.5rem !important;
}
.mt-7{
  margin-top: 1.75rem !important;
}
.mt-8{
  margin-top: 2rem !important;
}
.mt-\[10px\]{
  margin-top: 10px !important;
}
.mt-\[30\]{
  margin-top: 30 !important;
}
.mt-\[30px\]{
  margin-top: 30px !important;
}
.mt-\[74px\]{
  margin-top: 74px !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.inline{
  display: inline !important;
}
.flex{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.inline-flex{
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.table{
  display: table !important;
}
.grid{
  display: grid !important;
}
.hidden{
  display: none !important;
}
.\!h-12{
  height: 3rem !important;
}
.h-1{
  height: 0.25rem !important;
}
.h-1\.5{
  height: 0.375rem !important;
}
.h-10{
  height: 2.5rem !important;
}
.h-11{
  height: 2.75rem !important;
}
.h-12{
  height: 3rem !important;
}
.h-14{
  height: 3.5rem !important;
}
.h-16{
  height: 4rem !important;
}
.h-20{
  height: 5rem !important;
}
.h-24{
  height: 6rem !important;
}
.h-28{
  height: 7rem !important;
}
.h-3{
  height: 0.75rem !important;
}
.h-32{
  height: 8rem !important;
}
.h-4{
  height: 1rem !important;
}
.h-4\/5{
  height: 80% !important;
}
.h-48{
  height: 12rem !important;
}
.h-5{
  height: 1.25rem !important;
}
.h-52{
  height: 13rem !important;
}
.h-56{
  height: 14rem !important;
}
.h-6{
  height: 1.5rem !important;
}
.h-7{
  height: 1.75rem !important;
}
.h-8{
  height: 2rem !important;
}
.h-80{
  height: 20rem !important;
}
.h-9{
  height: 2.25rem !important;
}
.h-\[110px\]{
  height: 110px !important;
}
.h-\[130px\]{
  height: 130px !important;
}
.h-\[200px\]{
  height: 200px !important;
}
.h-\[24px\]{
  height: 24px !important;
}
.h-\[28px\]{
  height: 28px !important;
}
.h-\[320px\]{
  height: 320px !important;
}
.h-\[35px\]{
  height: 35px !important;
}
.h-\[400px\]{
  height: 400px !important;
}
.h-\[40px\]{
  height: 40px !important;
}
.h-\[45px\]{
  height: 45px !important;
}
.h-\[46px\]{
  height: 46px !important;
}
.h-\[5000px\]{
  height: 5000px !important;
}
.h-\[500px\]{
  height: 500px !important;
}
.h-\[50px\]{
  height: 50px !important;
}
.h-\[512px\]{
  height: 512px !important;
}
.h-\[56\.25vw\]{
  height: 56.25vw !important;
}
.h-\[56px\]{
  height: 56px !important;
}
.h-\[600px\]{
  height: 600px !important;
}
.h-\[60px\]{
  height: 60px !important;
}
.h-\[65px\]{
  height: 65px !important;
}
.h-\[6px\]{
  height: 6px !important;
}
.h-\[84px\]{
  height: 84px !important;
}
.h-\[98\%\]{
  height: 98% !important;
}
.h-auto{
  height: auto !important;
}
.h-fit{
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.h-full{
  height: 100% !important;
}
.h-screen{
  height: 100vh !important;
}
.max-h-6{
  max-height: 1.5rem !important;
}
.max-h-full{
  max-height: 100% !important;
}
.min-h-full{
  min-height: 100% !important;
}
.min-h-screen{
  min-height: 100vh !important;
}
.w-1{
  width: 0.25rem !important;
}
.w-1\.5{
  width: 0.375rem !important;
}
.w-1\/2{
  width: 50% !important;
}
.w-1\/3{
  width: 33.333333% !important;
}
.w-10{
  width: 2.5rem !important;
}
.w-11{
  width: 2.75rem !important;
}
.w-12{
  width: 3rem !important;
}
.w-14{
  width: 3.5rem !important;
}
.w-16{
  width: 4rem !important;
}
.w-20{
  width: 5rem !important;
}
.w-24{
  width: 6rem !important;
}
.w-28{
  width: 7rem !important;
}
.w-32{
  width: 8rem !important;
}
.w-36{
  width: 9rem !important;
}
.w-4{
  width: 1rem !important;
}
.w-44{
  width: 11rem !important;
}
.w-48{
  width: 12rem !important;
}
.w-5{
  width: 1.25rem !important;
}
.w-52{
  width: 13rem !important;
}
.w-56{
  width: 14rem !important;
}
.w-6{
  width: 1.5rem !important;
}
.w-60{
  width: 15rem !important;
}
.w-64{
  width: 16rem !important;
}
.w-7{
  width: 1.75rem !important;
}
.w-72{
  width: 18rem !important;
}
.w-8{
  width: 2rem !important;
}
.w-9{
  width: 2.25rem !important;
}
.w-\[110px\]{
  width: 110px !important;
}
.w-\[112px\]{
  width: 112px !important;
}
.w-\[130px\]{
  width: 130px !important;
}
.w-\[200px\]{
  width: 200px !important;
}
.w-\[280px\]{
  width: 280px !important;
}
.w-\[300px\]{
  width: 300px !important;
}
.w-\[320px\]{
  width: 320px !important;
}
.w-\[35px\]{
  width: 35px !important;
}
.w-\[400px\]{
  width: 400px !important;
}
.w-\[40px\]{
  width: 40px !important;
}
.w-\[46px\]{
  width: 46px !important;
}
.w-\[512px\]{
  width: 512px !important;
}
.w-\[600px\]{
  width: 600px !important;
}
.w-\[84px\]{
  width: 84px !important;
}
.w-\[98\%\]{
  width: 98% !important;
}
.w-auto{
  width: auto !important;
}
.w-fit{
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full{
  width: 100% !important;
}
.w-screen{
  width: 100vw !important;
}
.min-w-\[100px\]{
  min-width: 100px !important;
}
.min-w-\[120px\]{
  min-width: 120px !important;
}
.min-w-\[160px\]{
  min-width: 160px !important;
}
.min-w-\[177\.77vw\]{
  min-width: 177.77vw !important;
}
.min-w-\[180px\]{
  min-width: 180px !important;
}
.min-w-\[200px\]{
  min-width: 200px !important;
}
.min-w-\[220px\]{
  min-width: 220px !important;
}
.min-w-\[300px\]{
  min-width: 300px !important;
}
.min-w-\[360px\]{
  min-width: 360px !important;
}
.min-w-\[40px\]{
  min-width: 40px !important;
}
.min-w-\[45px\]{
  min-width: 45px !important;
}
.min-w-\[540px\]{
  min-width: 540px !important;
}
.min-w-\[56px\]{
  min-width: 56px !important;
}
.min-w-\[64px\]{
  min-width: 64px !important;
}
.min-w-\[65px\]{
  min-width: 65px !important;
}
.min-w-\[75px\]{
  min-width: 75px !important;
}
.min-w-\[80px\]{
  min-width: 80px !important;
}
.min-w-full{
  min-width: 100% !important;
}
.max-w-2xl{
  max-width: 42rem !important;
}
.max-w-\[400px\]{
  max-width: 400px !important;
}
.max-w-\[440px\]{
  max-width: 440px !important;
}
.max-w-full{
  max-width: 100% !important;
}
.max-w-lg{
  max-width: 32rem !important;
}
.max-w-md{
  max-width: 28rem !important;
}
.max-w-xl{
  max-width: 36rem !important;
}
.flex-1{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 0% !important;
          flex: 1 1 0% !important;
}
.flex-auto{
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}
.flex-none{
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}
.shrink-0{
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}
.grow{
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}
.origin-top{
  -webkit-transform-origin: top !important;
          transform-origin: top !important;
}
.-translate-x-1\/2{
  --tw-translate-x: -50% !important;
  -webkit-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)) !important;
          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)) !important;
}
.-translate-x-full{
  --tw-translate-x: -100% !important;
  -webkit-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)) !important;
          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)) !important;
}
.-translate-y-1\/2{
  --tw-translate-y: -50% !important;
  -webkit-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)) !important;
          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)) !important;
}
.-translate-y-2\/4{
  --tw-translate-y: -50% !important;
  -webkit-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)) !important;
          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)) !important;
}
.translate-x-0{
  --tw-translate-x: 0px !important;
  -webkit-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)) !important;
          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)) !important;
}
.translate-x-1\/2{
  --tw-translate-x: 50% !important;
  -webkit-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)) !important;
          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)) !important;
}
.translate-x-full{
  --tw-translate-x: 100% !important;
  -webkit-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)) !important;
          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)) !important;
}
.translate-y-1\/2{
  --tw-translate-y: 50% !important;
  -webkit-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)) !important;
          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)) !important;
}
.translate-y-2\/4{
  --tw-translate-y: 50% !important;
  -webkit-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)) !important;
          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)) !important;
}
.-rotate-45{
  --tw-rotate: -45deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.-rotate-6{
  --tw-rotate: -6deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.-rotate-90{
  --tw-rotate: -90deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.rotate-180{
  --tw-rotate: 180deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.rotate-45{
  --tw-rotate: 45deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.rotate-90{
  --tw-rotate: 90deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.rotate-\[30deg\]{
  --tw-rotate: 30deg !important;
  -webkit-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)) !important;
          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)) !important;
}
.scale-0{
  --tw-scale-x: 0 !important;
  --tw-scale-y: 0 !important;
  -webkit-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)) !important;
          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)) !important;
}
.scale-\[2\.0\]{
  --tw-scale-x: 2.0 !important;
  --tw-scale-y: 2.0 !important;
  -webkit-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)) !important;
          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)) !important;
}
.transform{
  -webkit-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)) !important;
          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)) !important;
}
@-webkit-keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate-\[spin_10s_linear_infinite\]{
  -webkit-animation: spin 10s linear infinite !important;
          animation: spin 10s linear infinite !important;
}
@keyframes spin{
  to{
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.animate-\[spin_30s_linear_infinite\]{
  -webkit-animation: spin 30s linear infinite !important;
          animation: spin 30s linear infinite !important;
}
.cursor-e-resize{
  cursor: e-resize !important;
}
.cursor-pointer{
  cursor: pointer !important;
}
.resize{
  resize: both !important;
}
.list-none{
  list-style-type: none !important;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-col{
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}
.flex-wrap{
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}
.items-start{
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.items-end{
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

