/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com*/

*,:after,:before{
  box-sizing:border-box;
  border:0 solid #e5e7eb
}

:after,:before{
  --tw-content:""
}

:host,html{
  line-height:1.5;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  -o-tab-size:4;
  tab-size:4;
  font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  font-feature-settings:normal;
  font-variation-settings:normal;
  -webkit-tap-highlight-color:transparent
}

body{
  margin:0;
  line-height:inherit
}

hr{
  height:0;
  color:inherit;
  border-top-width:1px
}

abbr:where([title]){
  -webkit-text-decoration:underline dotted;
  text-decoration:underline dotted
}

h1,h2,h3,h4,h5,h6{
  font-size:inherit;
  font-weight:inherit
}

a{
  color:inherit;
  text-decoration:inherit
}

b,strong{
  font-weight:bolder
}

code,kbd,pre,samp{
  font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
  font-feature-settings:normal;
  font-variation-settings:normal;
  font-size:1em
}

small{
  font-size:80%
}

sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:initial
}

sub{
  bottom:-.25em
}

sup{
  top:-.5em
}

table{
  text-indent:0;
  border-color:inherit;
  border-collapse:collapse
}

button,input,optgroup,select,textarea{
  font-family:inherit;
  font-feature-settings:inherit;
  font-variation-settings:inherit;
  font-size:100%;
  font-weight:inherit;
  line-height:inherit;
  letter-spacing:inherit;
  color:inherit;
  margin:0;
  padding:0
}

button,select{
  text-transform:none
}

button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){
  -webkit-appearance:button;
  background-color:initial;
  background-image:none
}

:-moz-focusring{
  outline:auto
}

:-moz-ui-invalid{
  box-shadow:none
}

progress{
  vertical-align:initial
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button{
  height:auto
}

[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px
}

::-webkit-search-decoration{
  -webkit-appearance:none
}

::-webkit-file-upload-button{
  -webkit-appearance:button;
  font:inherit
}

summary{
  display:list-item
}

blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{
  margin:0
}

fieldset{
  margin:0
}

fieldset,legend{
  padding:0
}

menu,ol,ul{
  list-style:none;
  margin:0;
  padding:0
}

dialog{
  padding:0
}

textarea{
  resize:vertical
}

input::-moz-placeholder,textarea::-moz-placeholder{
  opacity:1;
  color:#9ca3af
}

input::-moz-placeholder, textarea::-moz-placeholder{
  opacity:1;
  color:#9ca3af
}

input::placeholder,textarea::placeholder{
  opacity:1;
  color:#9ca3af
}

[role=button],button{
  cursor:pointer
}

:disabled{
  cursor:default
}

audio,canvas,embed,iframe,img,object,svg,video{
  display:block;
  vertical-align:middle
}

img,video{
  max-width:100%;
  height:auto
}

[hidden]{
  display:none
}

html[data-theme=primary]{
  --color-primary:#155eef;
  --color-secondary:#c8cbf984;
  --color-btn-text:#fff
}

html[data-theme=warning]{
  --color-primary:#ffc934;
  --color-secondary:#c8cbf984;
  --color-btn-text:#000
}

html[data-theme=success]{
  --color-primary:#0aab1f;
  --color-secondary:#c8cbf984;
  --color-btn-text:#fff
}

*,::backdrop,:after,:before{
  --tw-border-spacing-x:0;
  --tw-border-spacing-y:0;
  --tw-translate-x:0;
  --tw-translate-y:0;
  --tw-rotate:0;
  --tw-skew-x:0;
  --tw-skew-y:0;
  --tw-scale-x:1;
  --tw-scale-y:1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness:proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width:0px;
  --tw-ring-offset-color:#fff;
  --tw-ring-color:#3b82f680;
  --tw-ring-offset-shadow:0 0 #0000;
  --tw-ring-shadow:0 0 #0000;
  --tw-shadow:0 0 #0000;
  --tw-shadow-colored:0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: 
}

.input{
  padding:10px;
  background-color:initial;
  border-radius:6px;
  outline:none;
  min-width:100px;
  border:2px solid #818080;
  transition:border .3s
}

.input:active,.input:focus,.input:focus-within{
  border:2px solid var(--input-hover-bd-color);
  border-width:2px;
  border-style:solid;
  --tw-border-opacity:1;
  border-color:rgb(191 254 102/var(--tw-border-opacity))
}

.link{
  transition:color .5s
}

.link:hover{
  --tw-text-opacity:1;
  color:rgb(191 254 102/var(--tw-text-opacity))
}

select option{
  color:#000
}

.timeline{
  position:relative;
  padding-left:2rem
}

.timeline:before{
  position:absolute;
  top:0;
  --tw-bg-opacity:1;
  background-color:rgb(191 254 102/var(--tw-bg-opacity));
  content:"";
  height:100%;
  width:2px
}

.tw-absolute{
  position:absolute
}

.tw-relative{
  position:relative
}

.tw-bottom-0{
  bottom:0
}

.tw-left-1\/2{
  left:50%
}

.tw-right-3{
  right:.75rem
}

.tw-top-0{
  top:0
}

.tw-top-3{
  top:.75rem
}

.tw-z-20{
  z-index:20
}

.tw-z-50{
  z-index:50
}

.tw-z-\[1\]{
  z-index:1
}

.tw-mx-4{
  margin-left:1rem;
  margin-right:1rem
}

.tw-mt-10{
  margin-top:2.5rem
}

.tw-mt-2{
  margin-top:.5rem
}

.tw-mt-3{
  margin-top:.75rem
}

.tw-mt-4{
  margin-top:1rem
}

.tw-mt-5{
  margin-top:1.25rem
}

.tw-mt-6{
  margin-top:1.5rem
}

.tw-mt-8{
  margin-top:2rem
}

.tw-mt-auto{
  margin-top:auto
}

.tw-flex{
  display:flex
}

.tw-h-\[150px\]{
  height:150px
}

.tw-h-\[200px\]{
  height:200px
}

.tw-h-\[30px\]{
  height:30px
}

.tw-h-\[400px\]{
  height:400px
}

.tw-h-\[40px\]{
  height:40px
}

.tw-h-\[450px\]{
  height:450px
}

.tw-h-\[50px\]{
  height:50px
}

.tw-h-\[60px\]{
  height:60px
}

.tw-h-\[80\%\]{
  height:80%
}

.tw-h-\[80px\]{
  height:80px
}

.tw-h-fit{
  height:-moz-fit-content;
  height:fit-content
}

.tw-h-full{
  height:100%
}

.tw-max-h-\[580px\]{
  max-height:580px
}

.tw-min-h-\[100vh\]{
  min-height:100vh
}

.tw-min-h-\[300px\]{
  min-height:300px
}

.tw-min-h-\[450px\]{
  min-height:450px
}

.tw-min-h-\[60vh\]{
  min-height:60vh
}

.tw-min-h-\[80vh\]{
  min-height:80vh
}

.tw-w-\[150px\]{
  width:150px
}

.tw-w-\[250px\]{
  width:250px
}

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

.tw-w-\[30px\]{
  width:30px
}

.tw-w-\[350px\]{
  width:350px
}

.tw-w-\[40px\]{
  width:40px
}

.tw-w-\[50px\]{
  width:50px
}

.tw-w-\[80\%\]{
  width:80%
}

.tw-w-\[80px\]{
  width:80px
}

.tw-w-full{
  width:100%
}

.tw-w-max{
  width:-moz-max-content;
  width:max-content
}

.tw-min-w-\[350px\]{
  min-width:350px
}

.tw-max-w-\[100vw\]{
  max-width:100vw
}

.tw-max-w-\[120px\]{
  max-width:120px
}

.tw-max-w-\[150px\]{
  max-width:150px
}

.tw-max-w-\[450px\]{
  max-width:450px
}

.tw-max-w-\[50\%\]{
  max-width:50%
}

.tw-max-w-\[60\%\]{
  max-width:60%
}

.tw-max-w-\[650px\]{
  max-width:650px
}

.tw-max-w-\[750px\]{
  max-width:750px
}

.tw-max-w-\[80\%\]{
  max-width:80%
}

.tw--translate-x-1\/2{
  --tw-translate-x:-50%;
  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))
}

.tw-flex-col{
  flex-direction:column
}

.tw-flex-wrap{
  flex-wrap:wrap
}

.tw-place-content-center{
  place-content:center
}

.tw-place-content-around{
  place-content:space-around
}

.tw-place-items-center{
  place-items:center
}

.tw-items-center{
  align-items:center
}

.tw-justify-around{
  justify-content:space-around
}

.tw-gap-1{
  gap:.25rem
}

.tw-gap-10{
  gap:2.5rem
}

.tw-gap-2{
  gap:.5rem
}

.tw-gap-3{
  gap:.75rem
}

.tw-gap-4{
  gap:1rem
}

.tw-gap-5{
  gap:1.25rem
}

.tw-gap-6{
  gap:1.5rem
}

.tw-gap-8{
  gap:2rem
}

.tw-gap-\[10\%\]{
  gap:10%
}

.tw-gap-\[20px\]{
  gap:20px
}

.tw-gap-\[5\%\]{
  gap:5%
}

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

.tw-overflow-hidden{
  overflow:hidden
}

.tw-overflow-clip{
  overflow:clip
}

.tw-rounded-full{
  border-radius:9999px
}

.tw-rounded-lg{
  border-radius:.5rem
}

.tw-rounded-md{
  border-radius:.375rem
}

.tw-rounded-xl{
  border-radius:.75rem
}

.tw-border-2{
  border-width:2px
}

.tw-border-solid{
  border-style:solid
}

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

.tw-bg-\[\#FFD5CA\]{
  --tw-bg-opacity:1;
  background-color:rgb(255 213 202/var(--tw-bg-opacity))
}

.tw-bg-\[\#FFEB99\]{
  --tw-bg-opacity:1;
  background-color:rgb(255 235 153/var(--tw-bg-opacity))
}

.tw-bg-\[\#e7e6e685\]{
  background-color:#e7e6e685
}

.tw-bg-\[\#edecec79\]{
  background-color:#edecec79
}

.tw-bg-\[\#fff\]{
  --tw-bg-opacity:1;
  background-color:rgb(255 255 255/var(--tw-bg-opacity))
}

.tw-bg-black{
  --tw-bg-opacity:1;
  background-color:rgb(0 0 0/var(--tw-bg-opacity))
}

.tw-bg-primary{
  --tw-bg-opacity:1;
  background-color:rgb(191 254 102/var(--tw-bg-opacity))
}

.tw-bg-secondary{
  --tw-bg-opacity:1;
  background-color:rgb(189 184 255/var(--tw-bg-opacity))
}

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

.tw-bg-opacity-0{
  --tw-bg-opacity:0
}

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

.tw-object-cover{
  -o-object-fit:cover;
  object-fit:cover
}

.tw-p-1{
  padding:.25rem
}

.tw-p-2{
  padding:.5rem
}

.tw-p-4{
  padding:1rem
}

.tw-p-6{
  padding:1.5rem
}

.tw-p-8{
  padding:2rem
}

.tw-p-\[2\%\]{
  padding:2%
}

.tw-p-\[4px\]{
  padding:4px
}

.tw-p-\[5\%\]{
  padding:5%
}

.tw-px-\[10\%\]{
  padding-left:10%;
  padding-right:10%
}

.tw-px-\[5\%\]{
  padding-left:5%;
  padding-right:5%
}

.tw-pl-4{
  padding-left:1rem
}

.tw-text-center{
  text-align:center
}

.tw-text-justify{
  text-align:justify
}

.\!tw-text-2xl{
  font-size:1.5rem!important;
  line-height:2rem!important
}

.tw-text-2xl{
  font-size:1.5rem;
  line-height:2rem
}

.tw-text-3xl{
  font-size:1.875rem;
  line-height:2.25rem
}

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

.tw-text-5xl{
  font-size:3rem;
  line-height:1
}

.tw-text-6xl{
  font-size:3.75rem;
  line-height:1
}

.tw-text-base{
  font-size:1rem;
  line-height:1.5rem
}

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

.tw-text-xl{
  font-size:1.25rem;
  line-height:1.75rem
}

.tw-font-medium{
  font-weight:500
}

.tw-font-semibold{
  font-weight:600
}

.tw-uppercase{
  text-transform:uppercase
}

.tw-italic{
  font-style:italic
}

.tw-leading-\[80px\]{
  line-height:80px
}

.tw-text-\[\#595959\]{
  --tw-text-opacity:1;
  color:rgb(89 89 89/var(--tw-text-opacity))
}

.tw-text-black{
  --tw-text-opacity:1;
  color:rgb(0 0 0/var(--tw-text-opacity))
}

.tw-text-gray-200{
  --tw-text-opacity:1;
  color:rgb(229 231 235/var(--tw-text-opacity))
}

.tw-text-gray-600{
  --tw-text-opacity:1;
  color:rgb(75 85 99/var(--tw-text-opacity))
}

.tw-text-orange-500{
  --tw-text-opacity:1;
  color:rgb(249 115 22/var(--tw-text-opacity))
}

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

.tw-shadow-lg{
  --tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;
  --tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)
}

.tw-shadow-lg,.tw-shadow-xl{
  box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
}

.tw-shadow-xl{
  --tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;
  --tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)
}

.tw-outline-none{
  outline:2px solid #0000;
  outline-offset:2px
}

.tw-transition-colors{
  transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;
  transition-timing-function:cubic-bezier(.4,0,.2,1);
  transition-duration:.15s
}

.tw-duration-\[0\.3s\]{
  transition-duration:.3s
}

@media not all and (min-width:1280px){
  .max-xl\:tw-place-items-center{
    place-items:center
  }
}

@media not all and (min-width:1024px){
  .max-lg\:tw-fixed{
    position:fixed
  }

  .max-lg\:tw-mr-auto{
    margin-right:auto
  }

  .max-lg\:tw-mt-\[30px\]{
    margin-top:30px
  }

  .max-lg\:tw-h-\[80px\]{
    height:80px
  }

  .max-lg\:tw-h-fit{
    height:-moz-fit-content;
    height:fit-content
  }

  .max-lg\:tw-max-h-\[320px\]{
    max-height:320px
  }

  .max-lg\:tw-min-h-\[180px\]{
    min-height:180px
  }

  .max-lg\:tw-min-h-\[40vh\]{
    min-height:40vh
  }

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

  .max-lg\:tw-w-\[320px\]{
    width:320px
  }

  .max-lg\:tw-w-\[80px\]{
    width:80px
  }

  .max-lg\:tw-min-w-\[320px\]{
    min-width:320px
  }

  .max-lg\:tw-max-w-\[unset\]{
    max-width:unset
  }

  .max-lg\:tw-max-w-full{
    max-width:100%
  }

  .max-lg\:tw-flex-col{
    flex-direction:column
  }

  .max-lg\:tw-place-items-end{
    place-items:end
  }

  .max-lg\:tw-gap-10{
    gap:2.5rem
  }

  .max-lg\:tw-gap-5{
    gap:1.25rem
  }

  .max-lg\:tw-p-4{
    padding:1rem
  }

  .max-lg\:tw-px-4{
    padding-left:1rem;
    padding-right:1rem
  }

  .max-lg\:tw-text-4xl{
    font-size:2.25rem;
    line-height:2.5rem
  }

  .max-lg\:tw-shadow-md{
    --tw-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;
    --tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
    box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)
  }
}

@media not all and (min-width:768px){
  .max-md\:tw-mt-\[50px\]{
    margin-top:50px
  }

  .max-md\:tw-w-full{
    width:100%
  }

  .max-md\:tw-max-w-\[100vw\]{
    max-width:100vw
  }

  .max-md\:tw-flex-col{
    flex-direction:column
  }

  .max-md\:tw-place-content-center{
    place-content:center
  }

  .max-md\:tw-text-2xl{
    font-size:1.5rem;
    line-height:2rem
  }

  .max-md\:tw-text-lg{
    font-size:1.125rem;
    line-height:1.75rem
  }

  .max-md\:tw-text-sm{
    font-size:.875rem;
    line-height:1.25rem
  }

  .max-md\:tw-text-xl{
    font-size:1.25rem;
    line-height:1.75rem
  }

  .max-md\:tw-leading-snug{
    line-height:1.375
  }

  .max-md\:tw-opacity-0{
    opacity:0
  }
}

@media (min-width:1024px){
  .lg\:tw-mx-auto{
    margin-left:auto;
    margin-right:auto
  }

  .lg\:tw-hidden{
    display:none
  }

  .lg\:tw-place-items-center{
    place-items:center
  }

  .lg\:tw-justify-around{
    justify-content:space-around
  }
}