.visible{
  visibility: visible;
}.invisible{
  visibility: hidden;
}.static{
  position: static;
}.fixed{
  position: fixed;
}.absolute{
  position: absolute;
}.relative{
  position: relative;
}.sticky{
  position: -webkit-sticky;
  position: sticky;
  z-index: 5;
}.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}.inset-x-0{
  left: 0px;
  right: 0px;
}.bottom-0{
  bottom: 0px;
}.left-0{
  left: 0px;
}.top-0{
  top: 0px;
}.top-12{
  top: 3rem;
}.-top-11{
  top: -2.75rem;
}.right-0{
  right: 0px;
}.top-1\/2{
  top: 50%;
}.-top-10{
  top: -2.5rem;
}.right-1\/2{
  right: 50%;
}.z-10{
  z-index: 10;
}.z-30{
  z-index: 30;
}.z-40{
  z-index: 40;
}.z-50{
  z-index: 50;
}.order-2{
  order: 2;
}.order-1{
  order: 1;
}.col-span-2{
  grid-column: span 2 / span 2;
}.col-span-3{
  grid-column: span 3 / span 3;
}.col-span-1{
  grid-column: span 1 / span 1;
}.col-span-4{
  grid-column: span 4 / span 4;
}.col-span-6{
  grid-column: span 6 / span 6;
}.col-start-2{
  grid-column-start: 2;
}.col-end-12{
  grid-column-end: 12;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}.-mt-3{
  margin-top: -20px;
}.mt-5{
  margin-top: 1.25rem;
}.mb-24{
  margin-bottom: 6rem;
}.mb-16{
  margin-bottom: 4rem;
}.mr-1{
  margin-right: 0.25rem;
}.mt-16{
  margin-top: 4rem;
}.mb-20{
  margin-bottom: 5rem;
}.ml-4{
  margin-left: 1rem;
}.ml-12{
  margin-left: 3rem;
}.-mt-px{
  margin-top: -1px;
}.mt-14{
  margin-top: 3.5rem;
}.mr-5{
  margin-right: 1.25rem;
}.mr-auto{
  margin-right: auto;
}.ml-3{
  margin-left: 0.75rem;
}.-mr-0\.5{
  margin-right: -0.125rem;
}.-mr-0{
  margin-right: -0px;
}.-mr-2{
  margin-right: -0.5rem;
}.mt-10{
  margin-top: 2.5rem;
}.ml-6{
  margin-left: 1.5rem;
}.-mt-2{
  margin-top: -0.5rem;
}.-mt-5{
  margin-top: -1.25rem;
}.mt-24{
  margin-top: 6rem;
}.block{
  display: block;
}.inline-block{
  display: inline-block;
}.flex{
  display: flex;
}.inline-flex{
  display: inline-flex;
}.h-96{
  height: 24rem;
}.h-6{
  height: 25px;
}.h-full{
  height: 100%;
}.h-20{
  height: 5rem;
}.h-5{
  height: 1.25rem;
}.h-2\.5{
  height: 0.625rem;
}.max-h-0{
  max-height: 0px;
}.min-h-screen{
  min-height: 100vh;
}.w-full{
  width: 100%;
  padding: 0 25px 0 10px;
}.w-6{
  width: 25px;
}.w-20{
  width: 5rem;
}.w-5{
  width: 1.25rem;
}.w-1{
  width: 0.25rem;
}.w-3{
  width: 0.75rem;
}.w-4{
  width: 1rem;
}.w-11\/12{
  width: 91.666667%;
}.w-52{
  width: 13rem;
}.w-7{
  width: 1.75rem;
}.w-12{
  width: 3rem;
}.w-48{
  width: 12rem;
}.w-3\/4{
  width: 75%;
}.w-10{
  width: 2.5rem;
}.w-14{
  width: 3.5rem;
}.w-8{
  width: 2rem;
}.w-1\/2{
  width: 50%;
}.w-3\/5{
  width: 60%;
}.w-16{
  width: 4rem;
}.w-9\/12{
  width: 75%;
}.w-72{
  width: 18rem;
}.w-auto{
  width: auto;
}.w-0\.5{
  width: 0.125rem;
}.w-0{
  width: 0px;
}.w-24{
  width: 6rem;
}.w-60{
  width: 15rem;
}.w-4\/5{
  width: 80%;
}.w-4\/6{
  width: 66.666667%;
}.w-3\/12{
  width: 25%;
}.min-w-full{
  min-width: 100%;
}.max-w-xl{
  max-width: 36rem;
}.max-w-6xl{
  max-width: 72rem;
}.max-w-7xl{
  max-width: 80rem;
}@-webkit-keyframes ping{75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}@keyframes ping{75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}.animate-ping{
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}@-webkit-keyframes bounce{0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}@keyframes bounce{0%, 100%{
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }50%{
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}.animate-bounce{
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}.cursor-pointer{
  cursor: pointer;
}.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}.grid-cols-5{
  grid-template-columns: repeat(5, minmax(0, 1fr));
}.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}.grid-cols-7{
  grid-template-columns: repeat(7, minmax(0, 1fr));
}.grid-cols-8{
  grid-template-columns: repeat(8, minmax(0, 1fr));
}.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}.flex-col{
  flex-direction: column;
}.flex-wrap{
  flex-wrap: wrap;
}.flex-nowrap{
  flex-wrap: nowrap;
}.place-content-between{
  place-content: space-between;
}.place-items-center{
  place-items: center;
}.content-center{
  align-content: center;
}.content-between{
  align-content: space-between;
}.items-start{
  align-items: flex-start;
}.items-end{
  align-items: flex-end;
}.items-center{
  align-items: center;
}.justify-start{
  justify-content: flex-start;
}.justify-end{
  justify-content: flex-end;
}.justify-center{
  justify-content: center;
}.justify-between{
  justify-content: space-between;
}.justify-items-end{
  justify-items: end;
}.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.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)));
}.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}.divide-gray-500 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: #bbcd27;
}
.overflow-auto{
  overflow: auto;
}.overflow-hidden{
  overflow: hidden;
}.overflow-x-scroll{
  overflow-x: scroll;
}.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}.whitespace-nowrap{
  white-space: nowrap;
}.break-words{
  overflow-wrap: break-word;
}.rounded-lg{
  border-radius: 0.5rem;
}.rounded-full{
  border-radius: 9999px;
}.rounded{
  border-radius: 0.25rem;
}.rounded-xl{
  border-radius: 0.75rem;
}.rounded-none{
  border-radius: 0px;
}.rounded-md{
  border-radius: 0.375rem;
}.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.border{
  border-width: 1px;
}.border-4{
  border-width: 4px;
}.border-2{
  border-width: 2px;
}.border-r{
  border-right-width: 1px;
}.border-l{
  border-left-width: 1px;
}.border-b{
  border-bottom-width: 1px;
}.border-t{
  border-top-width: 1px;
}.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(127 132 41 / var(--tw-border-opacity));
}.border-secondary{
  --tw-border-opacity: 1;
  border-color: #00b84a;
}.border-gray-500{
  --tw-border-opacity: 1;
  border-color: #bbcd27;
}.border-blue-300{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}.border-fuchsia-500{
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity));
}.border-cyan-500{
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity));
}.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(127 132 41 / var(--tw-bg-opacity));
}.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: #00b84a;
}.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: #00b84a;
}.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: #00b84a;
}.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: #94e1b3;
}.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: #00b84a;
}.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}.bg-cover{
  background-size: cover;
}.bg-fixed{
  background-attachment: fixed;
}.bg-center{
  background-position: center;
}.bg-no-repeat{
  background-repeat: no-repeat;
}.stroke-white{
  stroke: #fff;
}.stroke-amber-400{
  stroke: #fbbf24;
}.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}.object-top{
  -o-object-position: top;
     object-position: top;
}.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}.object-center{
  -o-object-position: center;
     object-position: center;
}

.p-6{
  padding: 1.5rem;
}.p-4{
  padding: 1rem;
}.p-1{
  padding: 0.25rem;
}.p-12{
  padding: 3rem;
}.p-2{
  padding: 0.5rem;
}.p-3{
  padding: 0.75rem;
}.p-5{
  padding: 1.25rem;
}.p-8{
  padding: 2rem;
}.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.px-24{
  padding-left: 6rem;
  padding-right: 6rem;
}.pb-4{
  padding-bottom: 1rem;
}.pb-2{
  padding-bottom: 0.5rem;
}.pt-2{
  padding-top: 0.5rem;
}.pt-32{
  padding-top: 8rem;
}.pb-10{
  padding-bottom: 2.5rem;
}.pt-1{
  padding-top: 0.25rem;
}.pl-1{
  padding-left: 0.25rem;
}.pt-5{
  padding-top: 1.25rem;
}.pb-5{
  padding-bottom: 1.25rem;
}.pt-6{
  padding-top: 1.5rem;
}.pb-16{
  padding-bottom: 4rem;
}.pt-12{
  padding-top: 3rem;
}.pt-8{
  padding-top: 2rem;
}.pt-3{
  padding-top: 0.75rem;
}.pb-3{
  padding-bottom: 0.75rem;
}.pt-4{
  padding-top: 1rem;
}.pb-1{
  padding-bottom: 0.25rem;
}

.text-sm{
  overflow: visible;
}

.w-full{
  overflow: visible;
  height: auto;
}

.duration-500{
  transition-duration: 500ms;
}.duration-700{
  transition-duration: 700ms;
}.duration-200{
  transition-duration: 200ms;
}.duration-300{
  transition-duration: 300ms;
}.duration-100{
  transition-duration: 100ms;
}