/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */
@layer properties;
.pointer-events-auto {
  pointer-events: auto;
}
.pointer-events-none {
  pointer-events: none;
}
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.relative\! {
  position: relative !important;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.-top-\[1px\] {
  top: calc(1px * -1);
}
.top-\[-3px\] {
  top: -3px;
}
.top-\[-5px\] {
  top: -5px;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[0\] {
  top: 0;
}
.top-\[2px\] {
  top: 2px;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[120px\] {
  top: 120px;
}
.-right-\[1px\] {
  right: calc(1px * -1);
}
.right-\[-3px\] {
  right: -3px;
}
.right-\[0\] {
  right: 0;
}
.right-\[5\%\] {
  right: 5%;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[15px\] {
  right: 15px;
}
.right-\[16px\] {
  right: 16px;
}
.right-\[27px\] {
  right: 27px;
}
.right-\[45px\] {
  right: 45px;
}
.right-\[302px\] {
  right: 302px;
}
.right-\[auto\] {
  right: auto;
}
.bottom-\[-10px\] {
  bottom: -10px;
}
.bottom-\[-30px\] {
  bottom: -30px;
}
.bottom-\[0\] {
  bottom: 0;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.bottom-\[16px\] {
  bottom: 16px;
}
.left-1\/3 {
  left: calc(1/3 * 100%);
}
.left-\[0\] {
  left: 0;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[6px\] {
  left: 6px;
}
.left-\[10\%\] {
  left: 10%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[auto\] {
  left: auto;
}
.left-full {
  left: 100%;
}
.isolate {
  isolation: isolate;
}
.isolation-auto {
  isolation: auto;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[4\] {
  z-index: 4;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[9\] {
  z-index: 9;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[16\] {
  z-index: 16;
}
.z-\[17\] {
  z-index: 17;
}
.z-\[26\] {
  z-index: 26;
}
.z-\[30\] {
  z-index: 30;
}
.z-\[35\] {
  z-index: 35;
}
.z-\[45\] {
  z-index: 45;
}
.z-\[999\] {
  z-index: 999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.float-end {
  float: inline-end;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.float-right {
  float: right;
}
.float-start {
  float: inline-start;
}
.clear-both {
  clear: both;
}
.clear-end {
  clear: inline-end;
}
.clear-left {
  clear: left;
}
.clear-none {
  clear: none;
}
.clear-right {
  clear: right;
}
.clear-start {
  clear: inline-start;
}
.container {
  width: 100%;
}
.m-\[-2px\] {
  margin: -2px;
}
.m-\[-5px\] {
  margin: -5px;
}
.m-\[-7px\] {
  margin: -7px;
}
.m-\[-12px\] {
  margin: -12px;
}
.m-\[0\] {
  margin: 0;
}
.m-\[2px\] {
  margin: 2px;
}
.m-\[5px\] {
  margin: 5px;
}
.m-\[6px\] {
  margin: 6px;
}
.m-\[7px\] {
  margin: 7px;
}
.m-\[auto\] {
  margin: auto;
}
.m-auto {
  margin: auto;
}
.-mx-\[12px\] {
  margin-inline: calc(12px * -1);
}
.mx-\[-3px\] {
  margin-inline: -3px;
}
.mx-\[-8px\] {
  margin-inline: -8px;
}
.mx-\[-12px\] {
  margin-inline: -12px;
}
.mx-\[-20px\] {
  margin-inline: -20px;
}
.mx-\[2px\] {
  margin-inline: 2px;
}
.mx-\[5px\] {
  margin-inline: 5px;
}
.mx-\[24px\] {
  margin-inline: 24px;
}
.mx-\[auto\] {
  margin-inline: auto;
}
.mx-auto {
  margin-inline: auto;
}
.my-\[-8px\] {
  margin-block: -8px;
}
.my-\[0\%\] {
  margin-block: 0%;
}
.my-\[0\] {
  margin-block: 0;
}
.my-\[5px\] {
  margin-block: 5px;
}
.my-\[6px\] {
  margin-block: 6px;
}
.my-\[8px\] {
  margin-block: 8px;
}
.my-\[15px\] {
  margin-block: 15px;
}
.-mt-\[60px\] {
  margin-top: calc(60px * -1);
}
.mt-\[1px\] {
  margin-top: 1px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[3px\] {
  margin-top: 3px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[6px\] {
  margin-top: 6px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.mr-\[\.5rem\] {
  margin-right: .5rem;
}
.mr-\[1px\] {
  margin-right: 1px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-\[6px\] {
  margin-right: 6px;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.mr-\[12px\] {
  margin-right: 12px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[30px\] {
  margin-right: 30px;
}
.mr-\[35px\] {
  margin-right: 35px;
}
.mr-\[45px\] {
  margin-right: 45px;
}
.mb-\[-24px\] {
  margin-bottom: -24px;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mb-\[1px\] {
  margin-bottom: 1px;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[4px\] {
  margin-left: 4px;
}
.ml-\[5px\] {
  margin-left: 5px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[25px\] {
  margin-left: 25px;
}
.ml-\[30px\] {
  margin-left: 30px;
}
.ml-auto {
  margin-left: auto;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: unset;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.grid\! {
  display: grid !important;
}
.hidden {
  display: none;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.inline-grid {
  display: inline-grid;
}
.inline-table {
  display: inline-table;
}
.list-item {
  display: list-item;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-column {
  display: table-column;
}
.table-column-group {
  display: table-column-group;
}
.table-footer-group {
  display: table-footer-group;
}
.table-header-group {
  display: table-header-group;
}
.table-row {
  display: table-row;
}
.table-row-group {
  display: table-row-group;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[auto\] {
  height: auto;
}
.h-\[calc\(100\%-5px\)\] {
  height: calc(100% - 5px);
}
.h-\[calc\(100\%-30px\)\] {
  height: calc(100% - 30px);
}
.h-\[calc\(100vh-72px\)\] {
  height: calc(100vh - 72px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[40px\] {
  min-height: 40px;
}
.min-h-\[60vh\] {
  min-height: 60vh;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: calc(1/2 * 100%);
}
.w-\[16px\] {
  width: 16px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45px\] {
  width: 45px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85px\] {
  width: 85px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[125px\] {
  width: 125px;
}
.w-\[130px\] {
  width: 130px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[700px\] {
  width: 700px;
}
.w-\[770px\] {
  width: 770px;
}
.w-\[auto\] {
  width: auto;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-\[50px\] {
  max-width: 50px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-full {
  max-width: 100%;
}
.min-w-\[80px\] {
  min-width: 80px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-\[auto\] {
  flex: auto;
}
.flex-none {
  flex: none;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-\[0\] {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-\[0\] {
  flex-grow: 0;
}
.grow-\[1\] {
  flex-grow: 1;
}
.basis-\[25\%\] {
  flex-basis: 25%;
}
.basis-\[70\%\] {
  flex-basis: 70%;
}
.basis-\[auto\] {
  flex-basis: auto;
}
.basis-\[calc\(100\%-85px\)\] {
  flex-basis: calc(100% - 85px);
}
.table-auto {
  table-layout: auto;
}
.table-fixed {
  table-layout: fixed;
}
.caption-bottom {
  caption-side: bottom;
}
.caption-top {
  caption-side: top;
}
.border-collapse {
  border-collapse: collapse;
}
.border-separate {
  border-collapse: separate;
}
.-translate-x-full {
  --tw-translate-x: -100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[0\] {
  --tw-translate-x: 0;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-\[300px\] {
  --tw-translate-x: 300px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-full {
  --tw-translate-y: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-cpu {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-gpu {
  transform: translateZ(0) var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.transform-none {
  transform: none;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x,) var(--tw-pan-y,) var(--tw-pinch-zoom,);
}
.touch-auto {
  touch-action: auto;
}
.touch-manipulation {
  touch-action: manipulation;
}
.touch-none {
  touch-action: none;
}
.resize {
  resize: both;
}
.resize-none {
  resize: none;
}
.resize-x {
  resize: horizontal;
}
.resize-y {
  resize: vertical;
}
.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}
.snap-none {
  scroll-snap-type: none;
}
.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}
.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}
.snap-align-none {
  scroll-snap-align: none;
}
.snap-center {
  scroll-snap-align: center;
}
.snap-end {
  scroll-snap-align: end;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-always {
  scroll-snap-stop: always;
}
.snap-normal {
  scroll-snap-stop: normal;
}
.list-inside {
  list-style-position: inside;
}
.list-outside {
  list-style-position: outside;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-auto {
  appearance: auto;
}
.appearance-none {
  appearance: none;
}
.break-before-all {
  break-before: all;
}
.break-before-auto {
  break-before: auto;
}
.break-before-avoid {
  break-before: avoid;
}
.break-before-avoid-page {
  break-before: avoid-page;
}
.break-before-column {
  break-before: column;
}
.break-before-left {
  break-before: left;
}
.break-before-page {
  break-before: page;
}
.break-before-right {
  break-before: right;
}
.break-inside-auto {
  break-inside: auto;
}
.break-inside-avoid {
  break-inside: avoid;
}
.break-inside-avoid-column {
  break-inside: avoid-column;
}
.break-inside-avoid-page {
  break-inside: avoid-page;
}
.break-after-all {
  break-after: all;
}
.break-after-auto {
  break-after: auto;
}
.break-after-avoid {
  break-after: avoid;
}
.break-after-avoid-page {
  break-after: avoid-page;
}
.break-after-column {
  break-after: column;
}
.break-after-left {
  break-after: left;
}
.break-after-page {
  break-after: page;
}
.break-after-right {
  break-after: right;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-flow-col-dense {
  grid-auto-flow: column dense;
}
.grid-flow-dense {
  grid-auto-flow: dense;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-row-dense {
  grid-auto-flow: row dense;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.place-content-around {
  place-content: space-around;
}
.place-content-baseline {
  place-content: baseline;
}
.place-content-between {
  place-content: space-between;
}
.place-content-center {
  place-content: center;
}
.place-content-end {
  place-content: end;
}
.place-content-evenly {
  place-content: space-evenly;
}
.place-content-start {
  place-content: start;
}
.place-content-stretch {
  place-content: stretch;
}
.place-items-baseline {
  place-items: baseline;
}
.place-items-center {
  place-items: center;
}
.place-items-end {
  place-items: end;
}
.place-items-start {
  place-items: start;
}
.place-items-stretch {
  place-items: stretch;
}
.content-around {
  align-content: space-around;
}
.content-baseline {
  align-content: baseline;
}
.content-between {
  align-content: space-between;
}
.content-center {
  align-content: center;
}
.content-end {
  align-content: flex-end;
}
.content-evenly {
  align-content: space-evenly;
}
.content-normal {
  align-content: normal;
}
.content-start {
  align-content: flex-start;
}
.content-stretch {
  align-content: stretch;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-normal {
  justify-content: normal;
}
.justify-start {
  justify-content: flex-start;
}
.justify-stretch {
  justify-content: stretch;
}
.justify-items-center {
  justify-items: center;
}
.justify-items-end {
  justify-items: end;
}
.justify-items-start {
  justify-items: start;
}
.justify-items-stretch {
  justify-items: stretch;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[6px\] {
  gap: 6px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[20px\] {
  gap: 20px;
}
.space-y-\[5px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(5px * var(--tw-space-y-reverse));
    margin-block-end: calc(5px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[6px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(6px * var(--tw-space-y-reverse));
    margin-block-end: calc(6px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[8px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(8px * var(--tw-space-y-reverse));
    margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[15px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(15px * var(--tw-space-y-reverse));
    margin-block-end: calc(15px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[20px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(20px * var(--tw-space-y-reverse));
    margin-block-end: calc(20px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[25px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(25px * var(--tw-space-y-reverse));
    margin-block-end: calc(25px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-\[30px\] {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(30px * var(--tw-space-y-reverse));
    margin-block-end: calc(30px * calc(1 - var(--tw-space-y-reverse)));
  }
}
.space-y-reverse {
  :where(& > :not(:last-child)) {
    --tw-space-y-reverse: 1;
  }
}
.-space-x-px {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(-1px * var(--tw-space-x-reverse));
    margin-inline-end: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-\[12px\] {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(12px * var(--tw-space-x-reverse));
    margin-inline-end: calc(12px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-\[15px\] {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(15px * var(--tw-space-x-reverse));
    margin-inline-end: calc(15px * calc(1 - var(--tw-space-x-reverse)));
  }
}
.space-x-reverse {
  :where(& > :not(:last-child)) {
    --tw-space-x-reverse: 1;
  }
}
.divide-x {
  :where(& > :not(:last-child)) {
    --tw-divide-x-reverse: 0;
    border-inline-style: var(--tw-border-style);
    border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
    border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.divide-y-reverse {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 1;
  }
}
.divide-dashed {
  :where(& > :not(:last-child)) {
    --tw-border-style: dashed;
    border-style: dashed;
  }
}
.divide-dotted {
  :where(& > :not(:last-child)) {
    --tw-border-style: dotted;
    border-style: dotted;
  }
}
.divide-double {
  :where(& > :not(:last-child)) {
    --tw-border-style: double;
    border-style: double;
  }
}
.divide-none {
  :where(& > :not(:last-child)) {
    --tw-border-style: none;
    border-style: none;
  }
}
.divide-solid {
  :where(& > :not(:last-child)) {
    --tw-border-style: solid;
    border-style: solid;
  }
}
.divide-\[\#eee\] {
  :where(& > :not(:last-child)) {
    border-color: #eee;
  }
}
.place-self-auto {
  place-self: auto;
}
.place-self-center {
  place-self: center;
}
.place-self-end {
  place-self: end;
}
.place-self-start {
  place-self: start;
}
.place-self-stretch {
  place-self: stretch;
}
.self-auto {
  align-self: auto;
}
.self-baseline {
  align-self: baseline;
}
.self-center {
  align-self: center;
}
.self-end {
  align-self: flex-end;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-auto {
  justify-self: auto;
}
.justify-self-center {
  justify-self: center;
}
.justify-self-end {
  justify-self: flex-end;
}
.justify-self-start {
  justify-self: flex-start;
}
.justify-self-stretch {
  justify-self: stretch;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-clip {
  overflow: clip;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-x-visible {
  overflow-x: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-clip {
  overflow-y: clip;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-y-visible {
  overflow-y: visible;
}
.overscroll-auto {
  overscroll-behavior: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.overscroll-none {
  overscroll-behavior: none;
}
.overscroll-x-auto {
  overscroll-behavior-x: auto;
}
.overscroll-x-contain {
  overscroll-behavior-x: contain;
}
.overscroll-x-none {
  overscroll-behavior-x: none;
}
.overscroll-y-auto {
  overscroll-behavior-y: auto;
}
.overscroll-y-contain {
  overscroll-behavior-y: contain;
}
.overscroll-y-none {
  overscroll-behavior-y: none;
}
.scroll-auto {
  scroll-behavior: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-l-\[10px\] {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-tl-\[15px\] {
  border-top-left-radius: 15px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-r-\[8px\] {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.rounded-r-\[10px\] {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.rounded-tr-\[15px\] {
  border-top-right-radius: 15px;
}
.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}
.rounded-bl-\[12px\] {
  border-bottom-left-radius: 12px;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-0 {
  border-style: var(--tw-border-style);
  border-width: 0px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-4 {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.border-\[0\] {
  border-style: var(--tw-border-style);
  border-width: 0;
}
.border-\[1px\] {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-\[2px\] {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-x {
  border-inline-style: var(--tw-border-style);
  border-inline-width: 1px;
}
.border-y {
  border-block-style: var(--tw-border-style);
  border-block-width: 1px;
}
.border-s {
  border-inline-start-style: var(--tw-border-style);
  border-inline-start-width: 1px;
}
.border-e {
  border-inline-end-style: var(--tw-border-style);
  border-inline-end-width: 1px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-1 {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-2 {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-t-\[1px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-r-\[1px\] {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 0px;
}
.border-b-1 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.border-b-\[1px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}
.border-l-2 {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}
.border-l-\[2px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-l-\[3px\] {
  border-left-style: var(--tw-border-style);
  border-left-width: 3px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-dotted {
  --tw-border-style: dotted;
  border-style: dotted;
}
.border-double {
  --tw-border-style: double;
  border-style: double;
}
.border-hidden {
  --tw-border-style: hidden;
  border-style: hidden;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-solid {
  --tw-border-style: solid;
  border-style: solid;
}
.border-\[\#3d4750\] {
  border-color: #3d4750;
}
.border-\[\#6c7fd8\] {
  border-color: #6c7fd8;
}
.border-\[\#6c7fd8\]\/20 {
  border-color: color-mix(in oklab, #6c7fd8 20%, transparent);
}
.border-\[\#38a169\] {
  border-color: #38a169;
}
.border-\[\#686e7d\] {
  border-color: #686e7d;
}
.border-\[\#b3e5fc\] {
  border-color: #b3e5fc;
}
.border-\[\#bbf7d0\] {
  border-color: #bbf7d0;
}
.border-\[\#bfdbfe\] {
  border-color: #bfdbfe;
}
.border-\[\#c3e6cb\] {
  border-color: #c3e6cb;
}
.border-\[\#c4b5fd\] {
  border-color: #c4b5fd;
}
.border-\[\#d1d5db\] {
  border-color: #d1d5db;
}
.border-\[\#d1e3ff\] {
  border-color: #d1e3ff;
}
.border-\[\#dc2626\] {
  border-color: #dc2626;
}
.border-\[\#ddd\] {
  border-color: #ddd;
}
.border-\[\#e0e0e0\] {
  border-color: #e0e0e0;
}
.border-\[\#e5e7eb\] {
  border-color: #e5e7eb;
}
.border-\[\#e8f4fd\] {
  border-color: #e8f4fd;
}
.border-\[\#e9ecef\] {
  border-color: #e9ecef;
}
.border-\[\#e53e3e\] {
  border-color: #e53e3e;
}
.border-\[\#eee\] {
  border-color: #eee;
}
.border-\[\#f0f0f0\] {
  border-color: #f0f0f0;
}
.border-\[\#f1f1f1\] {
  border-color: #f1f1f1;
}
.border-\[\#fca5a5\] {
  border-color: #fca5a5;
}
.border-\[\#fcd34d\] {
  border-color: #fcd34d;
}
.border-\[\#ffcdd2\] {
  border-color: #ffcdd2;
}
.border-\[\#ffe0b2\] {
  border-color: #ffe0b2;
}
.border-\[\#ffe8cc\] {
  border-color: #ffe8cc;
}
.border-\[\#ffeaa7\] {
  border-color: #ffeaa7;
}
.border-transparent {
  border-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.bg-\[\#000000b3\] {
  background-color: #000000b3;
}
.bg-\[\#000000cc\] {
  background-color: #000000cc;
}
.bg-\[\#3d4750\] {
  background-color: #3d4750;
}
.bg-\[\#3f51b5\] {
  background-color: #3f51b5;
}
.bg-\[\#5eb595\] {
  background-color: #5eb595;
}
.bg-\[\#5f6af5\] {
  background-color: #5f6af5;
}
.bg-\[\#6c7fd8\] {
  background-color: #6c7fd8;
}
.bg-\[\#6c7fd8\]\/10 {
  background-color: color-mix(in oklab, #6c7fd8 10%, transparent);
}
.bg-\[\#10b981\] {
  background-color: #10b981;
}
.bg-\[\#32dbe2\] {
  background-color: #32dbe2;
}
.bg-\[\#38a169\] {
  background-color: #38a169;
}
.bg-\[\#00000080\] {
  background-color: #00000080;
}
.bg-\[\#607d8b\] {
  background-color: #607d8b;
}
.bg-\[\#8118d5\] {
  background-color: #8118d5;
}
.bg-\[\#b3e5fc\] {
  background-color: #b3e5fc;
}
.bg-\[\#bbdefb\] {
  background-color: #bbdefb;
}
.bg-\[\#d1fae5\] {
  background-color: #d1fae5;
}
.bg-\[\#d4edda\] {
  background-color: #d4edda;
}
.bg-\[\#dbeafe\] {
  background-color: #dbeafe;
}
.bg-\[\#dc2626\] {
  background-color: #dc2626;
}
.bg-\[\#e0f2e9\] {
  background-color: #e0f2e9;
}
.bg-\[\#e1f5fe\] {
  background-color: #e1f5fe;
}
.bg-\[\#e1fcf2\] {
  background-color: #e1fcf2;
}
.bg-\[\#e3f2fd\] {
  background-color: #e3f2fd;
}
.bg-\[\#e04e4eb3\] {
  background-color: #e04e4eb3;
}
.bg-\[\#e8edfa\] {
  background-color: #e8edfa;
}
.bg-\[\#e8f0fe\] {
  background-color: #e8f0fe;
}
.bg-\[\#e8f5e8\] {
  background-color: #e8f5e8;
}
.bg-\[\#e91e63\] {
  background-color: #e91e63;
}
.bg-\[\#eee\] {
  background-color: #eee;
}
.bg-\[\#f0f0f0\] {
  background-color: #f0f0f0;
}
.bg-\[\#f0f8ff\] {
  background-color: #f0f8ff;
}
.bg-\[\#f0f9ff\] {
  background-color: #f0f9ff;
}
.bg-\[\#f0fdf4\] {
  background-color: #f0fdf4;
}
.bg-\[\#f3e5f5\] {
  background-color: #f3e5f5;
}
.bg-\[\#f4f1fe\] {
  background-color: #f4f1fe;
}
.bg-\[\#f5f3ff\] {
  background-color: #f5f3ff;
}
.bg-\[\#f7f7fa\] {
  background-color: #f7f7fa;
}
.bg-\[\#f8f8fb\] {
  background-color: #f8f8fb;
}
.bg-\[\#f8f9fa\] {
  background-color: #f8f9fa;
}
.bg-\[\#f9f9f9\] {
  background-color: #f9f9f9;
}
.bg-\[\#f59e0b\] {
  background-color: #f59e0b;
}
.bg-\[\#f5885f\] {
  background-color: #f5885f;
}
.bg-\[\#f44336\] {
  background-color: #f44336;
}
.bg-\[\#fbf9e4\] {
  background-color: #fbf9e4;
}
.bg-\[\#fea99a\] {
  background-color: #fea99a;
}
.bg-\[\#fee2e2\] {
  background-color: #fee2e2;
}
.bg-\[\#fef1f1\] {
  background-color: #fef1f1;
}
.bg-\[\#fef2f2\] {
  background-color: #fef2f2;
}
.bg-\[\#fef3c7\] {
  background-color: #fef3c7;
}
.bg-\[\#fefce8\] {
  background-color: #fefce8;
}
.bg-\[\#ffcdd2\] {
  background-color: #ffcdd2;
}
.bg-\[\#ffeaa7\] {
  background-color: #ffeaa7;
}
.bg-\[\#ffebee\] {
  background-color: #ffebee;
}
.bg-\[\#ffecb3\] {
  background-color: #ffecb3;
}
.bg-\[\#fff0f0\] {
  background-color: #fff0f0;
}
.bg-\[\#fff2e8\] {
  background-color: #fff2e8;
}
.bg-\[\#fff3cd\] {
  background-color: #fff3cd;
}
.bg-\[\#fff7e6\] {
  background-color: #fff7e6;
}
.bg-\[\#fff8e1\] {
  background-color: #fff8e1;
}
.bg-\[\#fff\] {
  background-color: #fff;
}
.bg-transparent {
  background-color: transparent;
}
.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  --tw-gradient-position: to right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-\[url\(\'data\:image\/svg\+xml\;base64\,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI\+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzY4NmU3ZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHN2Zz4K\'\)\] {
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDFMNyA3TDEzIDEiIHN0cm9rZT0iIzY4NmU3ZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPHN2Zz4K');
}
.from-\[\#3d4750\] {
  --tw-gradient-from: #3d4750;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#6c7fd8\] {
  --tw-gradient-from: #6c7fd8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#667eea\] {
  --tw-gradient-from: #667eea;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#e8f4fd\] {
  --tw-gradient-from: #e8f4fd;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#e8f5e8\] {
  --tw-gradient-from: #e8f5e8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-\[\#f8f9fa\] {
  --tw-gradient-from: #f8f9fa;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-\[\#764ba2\] {
  --tw-gradient-via: #764ba2;
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-\[\#5a6bc9\] {
  --tw-gradient-to: #5a6bc9;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#5a6cbd\] {
  --tw-gradient-to: #5a6cbd;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#6c7fd8\] {
  --tw-gradient-to: #6c7fd8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#8b95e8\] {
  --tw-gradient-to: #8b95e8;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#f0f8ff\] {
  --tw-gradient-to: #f0f8ff;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#f093fb\] {
  --tw-gradient-to: #f093fb;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-\[\#fff\] {
  --tw-gradient-to: #fff;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.box-decoration-clone {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.box-decoration-slice {
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.decoration-clone {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.decoration-slice {
  -webkit-box-decoration-break: slice;
  box-decoration-break: slice;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-text {
  background-clip: text;
}
.bg-\[right_15px_center\] {
  background-position: right 15px center;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.mask-repeat {
  mask-repeat: repeat;
}
.fill-\[\#6c7fd8\] {
  fill: #6c7fd8;
}
.fill-current {
  fill: currentcolor;
}
.fill-transparent {
  fill: transparent;
}
.stroke-\[\#6c7fd8\] {
  stroke: #6c7fd8;
}
.stroke-\[rgb\(108\,127\,216\)\] {
  stroke: rgb(108,127,216);
}
.stroke-\[5px\] {
  stroke-width: 5px;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.object-none {
  object-fit: none;
}
.object-scale-down {
  object-fit: scale-down;
}
.object-center {
  object-position: center;
}
.p-\[\.5rem\] {
  padding: .5rem;
}
.p-\[0\] {
  padding: 0;
}
.p-\[5px\] {
  padding: 5px;
}
.p-\[6px\] {
  padding: 6px;
}
.p-\[8px\] {
  padding: 8px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[12px\] {
  padding: 12px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[16px\] {
  padding: 16px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[25px\] {
  padding: 25px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[40px\] {
  padding: 40px;
}
.p-\[50px\] {
  padding: 50px;
}
.px-\[\.5rem\] {
  padding-inline: .5rem;
}
.px-\[3px\] {
  padding-inline: 3px;
}
.px-\[4px\] {
  padding-inline: 4px;
}
.px-\[5px\] {
  padding-inline: 5px;
}
.px-\[6px\] {
  padding-inline: 6px;
}
.px-\[8px\] {
  padding-inline: 8px;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[15px\] {
  padding-inline: 15px;
}
.px-\[16px\] {
  padding-inline: 16px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[24px\] {
  padding-inline: 24px;
}
.px-\[25px\] {
  padding-inline: 25px;
}
.px-\[28px\] {
  padding-inline: 28px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.px-\[32px\] {
  padding-inline: 32px;
}
.px-\[40px\] {
  padding-inline: 40px;
}
.py-\[1px\] {
  padding-block: 1px;
}
.py-\[2px\] {
  padding-block: 2px;
}
.py-\[3px\] {
  padding-block: 3px;
}
.py-\[4px\] {
  padding-block: 4px;
}
.py-\[5px\] {
  padding-block: 5px;
}
.py-\[6px\] {
  padding-block: 6px;
}
.py-\[7px\] {
  padding-block: 7px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[14px\] {
  padding-block: 14px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[30px\] {
  padding-block: 30px;
}
.py-\[40px\] {
  padding-block: 40px;
}
.py-\[50px\] {
  padding-block: 50px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.py-\[80px\] {
  padding-block: 80px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[25px\] {
  padding-top: 25px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pr-\[4px\] {
  padding-right: 4px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[45px\] {
  padding-right: 45px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.pb-\[\.5rem\] {
  padding-bottom: .5rem;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[10px\] {
  padding-bottom: 10px;
}
.pb-\[12px\] {
  padding-bottom: 12px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[50px\] {
  padding-bottom: 50px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-\[15px\] {
  padding-left: 15px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: end;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-baseline {
  vertical-align: baseline;
}
.align-bottom {
  vertical-align: bottom;
}
.align-middle {
  vertical-align: middle;
}
.align-sub {
  vertical-align: sub;
}
.align-super {
  vertical-align: super;
}
.align-text-bottom {
  vertical-align: text-bottom;
}
.align-text-top {
  vertical-align: text-top;
}
.align-top {
  vertical-align: top;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[80px\] {
  font-size: 80px;
}
.leading-\[0\] {
  --tw-leading: 0;
  line-height: 0;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.leading-\[1\] {
  --tw-leading: 1;
  line-height: 1;
}
.leading-\[2\] {
  --tw-leading: 2;
  line-height: 2;
}
.leading-\[10px\] {
  --tw-leading: 10px;
  line-height: 10px;
}
.leading-\[12px\] {
  --tw-leading: 12px;
  line-height: 12px;
}
.leading-\[15px\] {
  --tw-leading: 15px;
  line-height: 15px;
}
.leading-\[16px\] {
  --tw-leading: 16px;
  line-height: 16px;
}
.leading-\[18px\] {
  --tw-leading: 18px;
  line-height: 18px;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.leading-\[22px\] {
  --tw-leading: 22px;
  line-height: 22px;
}
.leading-\[24px\] {
  --tw-leading: 24px;
  line-height: 24px;
}
.leading-\[25px\] {
  --tw-leading: 25px;
  line-height: 25px;
}
.leading-\[26px\] {
  --tw-leading: 26px;
  line-height: 26px;
}
.leading-\[28px\] {
  --tw-leading: 28px;
  line-height: 28px;
}
.leading-\[30px\] {
  --tw-leading: 30px;
  line-height: 30px;
}
.leading-\[32px\] {
  --tw-leading: 32px;
  line-height: 32px;
}
.leading-\[35px\] {
  --tw-leading: 35px;
  line-height: 35px;
}
.tracking-\[0\.02rem\] {
  --tw-tracking: 0.02rem;
  letter-spacing: 0.02rem;
}
.tracking-\[0\.03rem\] {
  --tw-tracking: 0.03rem;
  letter-spacing: 0.03rem;
}
.tracking-\[0\.5px\] {
  --tw-tracking: 0.5px;
  letter-spacing: 0.5px;
}
.tracking-\[0\.6px\] {
  --tw-tracking: 0.6px;
  letter-spacing: 0.6px;
}
.tracking-\[0\] {
  --tw-tracking: 0;
  letter-spacing: 0;
}
.tracking-\[1px\] {
  --tw-tracking: 1px;
  letter-spacing: 1px;
}
.text-balance {
  text-wrap: balance;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-pretty {
  text-wrap: pretty;
}
.text-wrap {
  text-wrap: wrap;
}
.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.break-keep {
  word-break: keep-all;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.hyphens-auto {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.hyphens-manual {
  -webkit-hyphens: manual;
  hyphens: manual;
}
.hyphens-none {
  -webkit-hyphens: none;
  hyphens: none;
}
.whitespace-break-spaces {
  white-space: break-spaces;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre {
  white-space: pre;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.\!text-\[\#6c7fd8\] {
  color: #6c7fd8 !important;
}
.text-\[\#0d47a1\] {
  color: #0d47a1;
}
.text-\[\#000\] {
  color: #000;
}
.text-\[\#1e40af\] {
  color: #1e40af;
}
.text-\[\#1f2937\] {
  color: #1f2937;
}
.text-\[\#2c3e50\] {
  color: #2c3e50;
}
.text-\[\#2e7d32\] {
  color: #2e7d32;
}
.text-\[\#3d4750\] {
  color: #3d4750;
}
.text-\[\#4b5563\] {
  color: #4b5563;
}
.text-\[\#4caf50\] {
  color: #4caf50;
}
.text-\[\#5b21b6\] {
  color: #5b21b6;
}
.text-\[\#6b7280\] {
  color: #6b7280;
}
.text-\[\#6c7fd8\] {
  color: #6c7fd8;
}
.text-\[\#7c3aed\] {
  color: #7c3aed;
}
.text-\[\#8b5cf6\] {
  color: #8b5cf6;
}
.text-\[\#9a9cab\] {
  color: #9a9cab;
}
.text-\[\#9ca3af\] {
  color: #9ca3af;
}
.text-\[\#10b981\] {
  color: #10b981;
}
.text-\[\#065f46\] {
  color: #065f46;
}
.text-\[\#0288d1\] {
  color: #0288d1;
}
.text-\[\#555\] {
  color: #555;
}
.text-\[\#666\] {
  color: #666;
}
.text-\[\#686e7d\] {
  color: #686e7d;
}
.text-\[\#777\] {
  color: #777;
}
.text-\[\#999\] {
  color: #999;
}
.text-\[\#1565c0\] {
  color: #1565c0;
}
.text-\[\#1976d2\] {
  color: #1976d2;
}
.text-\[\#2563eb\] {
  color: #2563eb;
}
.text-\[\#4285f4\] {
  color: #4285f4;
}
.text-\[\#059669\] {
  color: #059669;
}
.text-\[\#92400e\] {
  color: #92400e;
}
.text-\[\#155724\] {
  color: #155724;
}
.text-\[\#856404\] {
  color: #856404;
}
.text-\[\#a0aec0\] {
  color: #a0aec0;
}
.text-\[\#c62828\] {
  color: #c62828;
}
.text-\[\#ccc\] {
  color: #ccc;
}
.text-\[\#dc2626\] {
  color: #dc2626;
}
.text-\[\#ddd\] {
  color: #ddd;
}
.text-\[\#e53e3e\] {
  color: #e53e3e;
}
.text-\[\#ef4444\] {
  color: #ef4444;
}
.text-\[\#f57c00\] {
  color: #f57c00;
}
.text-\[\#f59e0b\] {
  color: #f59e0b;
}
.text-\[\#f44336\] {
  color: #f44336;
}
.text-\[\#fea99a\] {
  color: #fea99a;
}
.text-\[\#ff0000\] {
  color: #ff0000;
}
.text-\[\#ff9800\] {
  color: #ff9800;
}
.text-\[\#fff\] {
  color: #fff;
}
.capitalize {
  text-transform: capitalize;
}
.lowercase {
  text-transform: lowercase;
}
.normal-case {
  text-transform: none;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.normal-nums {
  font-variant-numeric: normal;
}
.line-through {
  text-decoration-line: line-through;
}
.no-underline {
  text-decoration-line: none;
}
.overline {
  text-decoration-line: overline;
}
.underline {
  text-decoration-line: underline;
}
.decoration-dashed {
  text-decoration-style: dashed;
}
.decoration-dotted {
  text-decoration-style: dotted;
}
.decoration-double {
  text-decoration-style: double;
}
.decoration-solid {
  text-decoration-style: solid;
}
.decoration-wavy {
  text-decoration-style: wavy;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
.placeholder-\[\#686e7d\] {
  &::placeholder {
    color: #686e7d;
  }
}
.accent-\[\#6c7fd8\] {
  accent-color: #6c7fd8;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-10 {
  opacity: 10%;
}
.opacity-20 {
  opacity: 20%;
}
.opacity-30 {
  opacity: 30%;
}
.opacity-50 {
  opacity: 50%;
}
.opacity-60 {
  opacity: 60%;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-80 {
  opacity: 80%;
}
.opacity-90 {
  opacity: 90%;
}
.opacity-100 {
  opacity: 100%;
}
.opacity-\[0\.1\] {
  opacity: 0.1;
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.opacity-\[0\] {
  opacity: 0;
}
.opacity-\[1\] {
  opacity: 1;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.mix-blend-color {
  mix-blend-mode: color;
}
.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}
.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}
.mix-blend-darken {
  mix-blend-mode: darken;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}
.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}
.mix-blend-hue {
  mix-blend-mode: hue;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}
.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-normal {
  mix-blend-mode: normal;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}
.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}
.mix-blend-saturation {
  mix-blend-mode: saturation;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
  outline-style: var(--tw-outline-style);
  outline-width: 1px;
}
.outline-\[0\] {
  outline-style: var(--tw-outline-style);
  outline-width: 0;
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.filter-none {
  filter: none;
}
.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-\[0s\] {
  transition-delay: 0s;
}
.duration-150 {
  --tw-duration: 150ms;
  transition-duration: 150ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-\[0\.3s\] {
  --tw-duration: 0.3s;
  transition-duration: 0.3s;
}
.duration-\[0\.5s\] {
  --tw-duration: 0.5s;
  transition-duration: 0.5s;
}
.duration-\[300ms\] {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
}
.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
}
.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
}
.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
}
.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size,) var(--tw-contain-layout,) var(--tw-contain-paint,) var(--tw-contain-style,);
}
.contain-content {
  contain: content;
}
.contain-none {
  contain: none;
}
.contain-strict {
  contain: strict;
}
.forced-color-adjust-auto {
  forced-color-adjust: auto;
}
.forced-color-adjust-none {
  forced-color-adjust: none;
}
.outline-dashed {
  --tw-outline-style: dashed;
  outline-style: dashed;
}
.outline-dotted {
  --tw-outline-style: dotted;
  outline-style: dotted;
}
.outline-double {
  --tw-outline-style: double;
  outline-style: double;
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.select-all {
  -webkit-user-select: all;
  user-select: all;
}
.select-auto {
  -webkit-user-select: auto;
  user-select: auto;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.select-text {
  -webkit-user-select: text;
  user-select: text;
}
.divide-x-reverse {
  :where(& > :not(:last-child)) {
    --tw-divide-x-reverse: 1;
  }
}
.ring-inset {
  --tw-ring-inset: inset;
}
.group-open\:rotate-180 {
  &:is(:where(.group):is([open], :popover-open, :open) *) {
    rotate: 180deg;
  }
}
.group-hover\:scale-110 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.group-hover\:bg-\[\#6c7fd8\]\/20 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      background-color: color-mix(in oklab, #6c7fd8 20%, transparent);
    }
  }
}
.group-hover\:text-\[\#6c7fd8\] {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      color: #6c7fd8;
    }
  }
}
.peer-checked\:left-\[22px\] {
  &:is(:where(.peer):checked ~ *) {
    left: 22px;
  }
}
.peer-checked\:bg-\[\#6c7fd8\] {
  &:is(:where(.peer):checked ~ *) {
    background-color: #6c7fd8;
  }
}
.file\:border-0 {
  &::file-selector-button {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.file\:bg-\[\#e8edfa\] {
  &::file-selector-button {
    background-color: #e8edfa;
  }
}
.file\:text-\[\#6c7fd8\] {
  &::file-selector-button {
    color: #6c7fd8;
  }
}
.before\:absolute {
  &::before {
    content: var(--tw-content);
    position: absolute;
  }
}
.before\:top-\[3px\] {
  &::before {
    content: var(--tw-content);
    top: 3px;
  }
}
.before\:h-\[18px\] {
  &::before {
    content: var(--tw-content);
    height: 18px;
  }
}
.before\:w-\[18px\] {
  &::before {
    content: var(--tw-content);
    width: 18px;
  }
}
.before\:rounded-\[3px\] {
  &::before {
    content: var(--tw-content);
    border-radius: 3px;
  }
}
.before\:border-\[1px\] {
  &::before {
    content: var(--tw-content);
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
.before\:border-solid {
  &::before {
    content: var(--tw-content);
    --tw-border-style: solid;
    border-style: solid;
  }
}
.before\:border-\[\#eee\] {
  &::before {
    content: var(--tw-content);
    border-color: #eee;
  }
}
.before\:bg-\[\#fff\] {
  &::before {
    content: var(--tw-content);
    background-color: #fff;
  }
}
.before\:transition-all {
  &::before {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
}
.before\:duration-\[0\.3s\] {
  &::before {
    content: var(--tw-content);
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
.before\:content-\[\'\'\] {
  &::before {
    content: var(--tw-content);
    --tw-content: '';
    content: var(--tw-content);
  }
}
.after\:absolute {
  &::after {
    content: var(--tw-content);
    position: absolute;
  }
}
.after\:top-\[7px\] {
  &::after {
    content: var(--tw-content);
    top: 7px;
  }
}
.after\:left-\[4px\] {
  &::after {
    content: var(--tw-content);
    left: 4px;
  }
}
.after\:h-\[6px\] {
  &::after {
    content: var(--tw-content);
    height: 6px;
  }
}
.after\:w-\[10px\] {
  &::after {
    content: var(--tw-content);
    width: 10px;
  }
}
.after\:scale-0 {
  &::after {
    content: var(--tw-content);
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
.after\:rotate-\[-45deg\] {
  &::after {
    content: var(--tw-content);
    rotate: -45deg;
  }
}
.after\:transform {
  &::after {
    content: var(--tw-content);
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
}
.after\:border-b-\[2px\] {
  &::after {
    content: var(--tw-content);
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
}
.after\:border-l-\[2px\] {
  &::after {
    content: var(--tw-content);
    border-left-style: var(--tw-border-style);
    border-left-width: 2px;
  }
}
.after\:border-solid {
  &::after {
    content: var(--tw-content);
    --tw-border-style: solid;
    border-style: solid;
  }
}
.after\:border-\[\#6c7fd8\] {
  &::after {
    content: var(--tw-content);
    border-color: #6c7fd8;
  }
}
.after\:transition-all {
  &::after {
    content: var(--tw-content);
    transition-property: all;
    transition-timing-function: var(--tw-ease, ease);
    transition-duration: var(--tw-duration, 0s);
  }
}
.after\:duration-\[0\.3s\] {
  &::after {
    content: var(--tw-content);
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
}
.after\:content-\[\'\'\] {
  &::after {
    content: var(--tw-content);
    --tw-content: '';
    content: var(--tw-content);
  }
}
.hover\:scale-105 {
  &:hover {
    @media (hover: hover) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
}
.hover\:scale-\[1\.02\] {
  &:hover {
    @media (hover: hover) {
      scale: 1.02;
    }
  }
}
.hover\:border-\[\#3d4750\] {
  &:hover {
    @media (hover: hover) {
      border-color: #3d4750;
    }
  }
}
.hover\:border-\[\#5a6fd0\] {
  &:hover {
    @media (hover: hover) {
      border-color: #5a6fd0;
    }
  }
}
.hover\:border-\[\#6c7fd8\] {
  &:hover {
    @media (hover: hover) {
      border-color: #6c7fd8;
    }
  }
}
.hover\:border-\[\#b91c1c\] {
  &:hover {
    @media (hover: hover) {
      border-color: #b91c1c;
    }
  }
}
.hover\:border-\[\#e0e0e0\] {
  &:hover {
    @media (hover: hover) {
      border-color: #e0e0e0;
    }
  }
}
.hover\:border-transparent {
  &:hover {
    @media (hover: hover) {
      border-color: transparent;
    }
  }
}
.hover\:bg-\[\#2c3640\] {
  &:hover {
    @media (hover: hover) {
      background-color: #2c3640;
    }
  }
}
.hover\:bg-\[\#2f855a\] {
  &:hover {
    @media (hover: hover) {
      background-color: #2f855a;
    }
  }
}
.hover\:bg-\[\#3d4750\] {
  &:hover {
    @media (hover: hover) {
      background-color: #3d4750;
    }
  }
}
.hover\:bg-\[\#5a6ac2\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6ac2;
    }
  }
}
.hover\:bg-\[\#5a6bc7\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6bc7;
    }
  }
}
.hover\:bg-\[\#5a6bc8\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6bc8;
    }
  }
}
.hover\:bg-\[\#5a6bc9\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6bc9;
    }
  }
}
.hover\:bg-\[\#5a6cb8\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6cb8;
    }
  }
}
.hover\:bg-\[\#5a6cbd\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6cbd;
    }
  }
}
.hover\:bg-\[\#5a6fd0\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a6fd0;
    }
  }
}
.hover\:bg-\[\#5a69c1\] {
  &:hover {
    @media (hover: hover) {
      background-color: #5a69c1;
    }
  }
}
.hover\:bg-\[\#6c7fd8\] {
  &:hover {
    @media (hover: hover) {
      background-color: #6c7fd8;
    }
  }
}
.hover\:bg-\[\#586bc8\] {
  &:hover {
    @media (hover: hover) {
      background-color: #586bc8;
    }
  }
}
.hover\:bg-\[\#596bc0\] {
  &:hover {
    @media (hover: hover) {
      background-color: #596bc0;
    }
  }
}
.hover\:bg-\[\#686e7d\] {
  &:hover {
    @media (hover: hover) {
      background-color: #686e7d;
    }
  }
}
.hover\:bg-\[\#059669\] {
  &:hover {
    @media (hover: hover) {
      background-color: #059669;
    }
  }
}
.hover\:bg-\[\#b91c1c\] {
  &:hover {
    @media (hover: hover) {
      background-color: #b91c1c;
    }
  }
}
.hover\:bg-\[\#d97706\] {
  &:hover {
    @media (hover: hover) {
      background-color: #d97706;
    }
  }
}
.hover\:bg-\[\#e04e4e\] {
  &:hover {
    @media (hover: hover) {
      background-color: #e04e4e;
    }
  }
}
.hover\:bg-\[\#eee\] {
  &:hover {
    @media (hover: hover) {
      background-color: #eee;
    }
  }
}
.hover\:bg-\[\#f0f0f5\] {
  &:hover {
    @media (hover: hover) {
      background-color: #f0f0f5;
    }
  }
}
.hover\:bg-\[\#f8f8fb\] {
  &:hover {
    @media (hover: hover) {
      background-color: #f8f8fb;
    }
  }
}
.hover\:bg-\[\#f5957a\] {
  &:hover {
    @media (hover: hover) {
      background-color: #f5957a;
    }
  }
}
.hover\:bg-\[\#fca5a5\] {
  &:hover {
    @media (hover: hover) {
      background-color: #fca5a5;
    }
  }
}
.hover\:bg-transparent {
  &:hover {
    @media (hover: hover) {
      background-color: transparent;
    }
  }
}
.hover\:from-\[\#5b6cb7\] {
  &:hover {
    @media (hover: hover) {
      --tw-gradient-from: #5b6cb7;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
}
.hover\:to-\[\#7a85d7\] {
  &:hover {
    @media (hover: hover) {
      --tw-gradient-to: #7a85d7;
      --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
    }
  }
}
.hover\:text-\[\#3d4750\] {
  &:hover {
    @media (hover: hover) {
      color: #3d4750;
    }
  }
}
.hover\:text-\[\#5a6bc7\] {
  &:hover {
    @media (hover: hover) {
      color: #5a6bc7;
    }
  }
}
.hover\:text-\[\#5a6bc8\] {
  &:hover {
    @media (hover: hover) {
      color: #5a6bc8;
    }
  }
}
.hover\:text-\[\#5a6bc9\] {
  &:hover {
    @media (hover: hover) {
      color: #5a6bc9;
    }
  }
}
.hover\:text-\[\#5a6cbd\] {
  &:hover {
    @media (hover: hover) {
      color: #5a6cbd;
    }
  }
}
.hover\:text-\[\#5a6fd0\] {
  &:hover {
    @media (hover: hover) {
      color: #5a6fd0;
    }
  }
}
.hover\:text-\[\#6c7fd8\] {
  &:hover {
    @media (hover: hover) {
      color: #6c7fd8;
    }
  }
}
.hover\:text-\[\#3367d6\] {
  &:hover {
    @media (hover: hover) {
      color: #3367d6;
    }
  }
}
.hover\:text-\[\#d60000\] {
  &:hover {
    @media (hover: hover) {
      color: #d60000;
    }
  }
}
.hover\:text-\[\#e53e3e\] {
  &:hover {
    @media (hover: hover) {
      color: #e53e3e;
    }
  }
}
.hover\:text-\[\#eee\] {
  &:hover {
    @media (hover: hover) {
      color: #eee;
    }
  }
}
.hover\:text-\[\#ff0000\] {
  &:hover {
    @media (hover: hover) {
      color: #ff0000;
    }
  }
}
.hover\:text-\[\#fff\] {
  &:hover {
    @media (hover: hover) {
      color: #fff;
    }
  }
}
.hover\:no-underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: none;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.hover\:file\:bg-\[\#dbe1f6\] {
  &:hover {
    @media (hover: hover) {
      &::file-selector-button {
        background-color: #dbe1f6;
      }
    }
  }
}
.focus\:border-\[\#6c7fd8\] {
  &:focus {
    border-color: #6c7fd8;
  }
}
.focus\:border-\[\#4285f4\] {
  &:focus {
    border-color: #4285f4;
  }
}
.focus\:shadow-\[0_0_5px_rgba\(108\,127\,216\,0\.3\)\] {
  &:focus {
    --tw-shadow: 0 0 5px var(--tw-shadow-color, rgba(108,127,216,0.3));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
.focus\:ring {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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\:ring-0 {
  &: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\:ring-1 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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\:ring-2 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + 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\:ring-4 {
  &:focus {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(4px + 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\:ring-\[\#5a69c1\] {
  &:focus {
    --tw-ring-color: #5a69c1;
  }
}
.focus\:ring-\[\#6c7fd8\] {
  &:focus {
    --tw-ring-color: #6c7fd8;
  }
}
.focus\:ring-\[\#4285f4\] {
  &:focus {
    --tw-ring-color: #4285f4;
  }
}
.focus\:ring-offset-2 {
  &:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.max-\[1399px\]\:h-\[65px\] {
  @media (width < 1399px) {
    height: 65px;
  }
}
.max-\[1399px\]\:w-\[65px\] {
  @media (width < 1399px) {
    width: 65px;
  }
}
.max-\[1399px\]\:w-\[780px\] {
  @media (width < 1399px) {
    width: 780px;
  }
}
.max-\[1399px\]\:max-w-\[120px\] {
  @media (width < 1399px) {
    max-width: 120px;
  }
}
.max-\[1399px\]\:overflow-y-auto {
  @media (width < 1399px) {
    overflow-y: auto;
  }
}
.max-\[1399px\]\:p-\[20px\] {
  @media (width < 1399px) {
    padding: 20px;
  }
}
.max-\[1399px\]\:text-\[15px\] {
  @media (width < 1399px) {
    font-size: 15px;
  }
}
.max-\[1199px\]\:relative {
  @media (width < 1199px) {
    position: relative;
  }
}
.max-\[1199px\]\:mt-\[35px\] {
  @media (width < 1199px) {
    margin-top: 35px;
  }
}
.max-\[1199px\]\:ml-\[20px\] {
  @media (width < 1199px) {
    margin-left: 20px;
  }
}
.max-\[1199px\]\:hidden {
  @media (width < 1199px) {
    display: none;
  }
}
.max-\[1199px\]\:h-\[25px\] {
  @media (width < 1199px) {
    height: 25px;
  }
}
.max-\[1199px\]\:h-\[50px\] {
  @media (width < 1199px) {
    height: 50px;
  }
}
.max-\[1199px\]\:w-\[25px\] {
  @media (width < 1199px) {
    width: 25px;
  }
}
.max-\[1199px\]\:w-\[50px\] {
  @media (width < 1199px) {
    width: 50px;
  }
}
.max-\[1199px\]\:py-\[15px\] {
  @media (width < 1199px) {
    padding-block: 15px;
  }
}
.max-\[1199px\]\:py-\[20px\] {
  @media (width < 1199px) {
    padding-block: 20px;
  }
}
.max-\[1199px\]\:py-\[30px\] {
  @media (width < 1199px) {
    padding-block: 30px;
  }
}
.max-\[1199px\]\:py-\[35px\] {
  @media (width < 1199px) {
    padding-block: 35px;
  }
}
.max-\[1199px\]\:py-\[60px\] {
  @media (width < 1199px) {
    padding-block: 60px;
  }
}
.max-\[1199px\]\:pt-\[10px\] {
  @media (width < 1199px) {
    padding-top: 10px;
  }
}
.max-\[1199px\]\:pt-\[15px\] {
  @media (width < 1199px) {
    padding-top: 15px;
  }
}
.max-\[1199px\]\:pt-\[24px\] {
  @media (width < 1199px) {
    padding-top: 24px;
  }
}
.max-\[1199px\]\:pt-\[35px\] {
  @media (width < 1199px) {
    padding-top: 35px;
  }
}
.max-\[1199px\]\:pb-\[35px\] {
  @media (width < 1199px) {
    padding-bottom: 35px;
  }
}
.max-\[1199px\]\:text-\[14px\] {
  @media (width < 1199px) {
    font-size: 14px;
  }
}
.max-\[1199px\]\:text-\[32px\] {
  @media (width < 1199px) {
    font-size: 32px;
  }
}
.max-\[991px\]\:order-1 {
  @media (width < 991px) {
    order: 1;
  }
}
.max-\[991px\]\:order-2 {
  @media (width < 991px) {
    order: 2;
  }
}
.max-\[991px\]\:m-auto {
  @media (width < 991px) {
    margin: auto;
  }
}
.max-\[991px\]\:mx-\[auto\] {
  @media (width < 991px) {
    margin-inline: auto;
  }
}
.max-\[991px\]\:mb-\[-30px\] {
  @media (width < 991px) {
    margin-bottom: -30px;
  }
}
.max-\[991px\]\:mb-\[12px\] {
  @media (width < 991px) {
    margin-bottom: 12px;
  }
}
.max-\[991px\]\:mb-\[15px\] {
  @media (width < 991px) {
    margin-bottom: 15px;
  }
}
.max-\[991px\]\:mb-\[30px\] {
  @media (width < 991px) {
    margin-bottom: 30px;
  }
}
.max-\[991px\]\:mb-\[35px\] {
  @media (width < 991px) {
    margin-bottom: 35px;
  }
}
.max-\[991px\]\:ml-\[20px\] {
  @media (width < 991px) {
    margin-left: 20px;
  }
}
.max-\[991px\]\:flex {
  @media (width < 991px) {
    display: flex;
  }
}
.max-\[991px\]\:hidden {
  @media (width < 991px) {
    display: none;
  }
}
.max-\[991px\]\:h-\[22px\] {
  @media (width < 991px) {
    height: 22px;
  }
}
.max-\[991px\]\:h-\[40px\] {
  @media (width < 991px) {
    height: 40px;
  }
}
.max-\[991px\]\:w-\[22px\] {
  @media (width < 991px) {
    width: 22px;
  }
}
.max-\[991px\]\:w-\[40px\] {
  @media (width < 991px) {
    width: 40px;
  }
}
.max-\[991px\]\:w-\[250px\] {
  @media (width < 991px) {
    width: 250px;
  }
}
.max-\[991px\]\:w-\[300px\] {
  @media (width < 991px) {
    width: 300px;
  }
}
.max-\[991px\]\:w-\[650px\] {
  @media (width < 991px) {
    width: 650px;
  }
}
.max-\[991px\]\:w-\[740px\] {
  @media (width < 991px) {
    width: 740px;
  }
}
.max-\[991px\]\:w-full {
  @media (width < 991px) {
    width: 100%;
  }
}
.max-\[991px\]\:max-w-\[500px\] {
  @media (width < 991px) {
    max-width: 500px;
  }
}
.max-\[991px\]\:max-w-\[650px\] {
  @media (width < 991px) {
    max-width: 650px;
  }
}
.max-\[991px\]\:flex-col {
  @media (width < 991px) {
    flex-direction: column;
  }
}
.max-\[991px\]\:items-center {
  @media (width < 991px) {
    align-items: center;
  }
}
.max-\[991px\]\:justify-between {
  @media (width < 991px) {
    justify-content: space-between;
  }
}
.max-\[991px\]\:justify-center {
  @media (width < 991px) {
    justify-content: center;
  }
}
.max-\[991px\]\:rounded-\[15px\] {
  @media (width < 991px) {
    border-radius: 15px;
  }
}
.max-\[991px\]\:border-\[1px\] {
  @media (width < 991px) {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
}
.max-\[991px\]\:border-solid {
  @media (width < 991px) {
    --tw-border-style: solid;
    border-style: solid;
  }
}
.max-\[991px\]\:border-\[\#eee\] {
  @media (width < 991px) {
    border-color: #eee;
  }
}
.max-\[991px\]\:py-\[15px\] {
  @media (width < 991px) {
    padding-block: 15px;
  }
}
.max-\[991px\]\:pb-\[0\] {
  @media (width < 991px) {
    padding-bottom: 0;
  }
}
.max-\[991px\]\:pb-\[12px\] {
  @media (width < 991px) {
    padding-bottom: 12px;
  }
}
.max-\[991px\]\:text-center {
  @media (width < 991px) {
    text-align: center;
  }
}
.max-\[991px\]\:text-\[14px\] {
  @media (width < 991px) {
    font-size: 14px;
  }
}
.max-\[768px\]\:h-\[70px\] {
  @media (width < 768px) {
    height: 70px;
  }
}
.max-\[768px\]\:h-\[160px\] {
  @media (width < 768px) {
    height: 160px;
  }
}
.max-\[768px\]\:w-\[70px\] {
  @media (width < 768px) {
    width: 70px;
  }
}
.max-\[768px\]\:flex-wrap {
  @media (width < 768px) {
    flex-wrap: wrap;
  }
}
.max-\[768px\]\:gap-\[16px\] {
  @media (width < 768px) {
    gap: 16px;
  }
}
.max-\[768px\]\:text-\[10px\] {
  @media (width < 768px) {
    font-size: 10px;
  }
}
.max-\[768px\]\:text-\[14px\] {
  @media (width < 768px) {
    font-size: 14px;
  }
}
.max-\[768px\]\:text-\[20px\] {
  @media (width < 768px) {
    font-size: 20px;
  }
}
.max-\[768px\]\:text-\[24px\] {
  @media (width < 768px) {
    font-size: 24px;
  }
}
.max-\[767px\]\:top-\[50\%\] {
  @media (width < 767px) {
    top: 50%;
  }
}
.max-\[767px\]\:m-\[0\] {
  @media (width < 767px) {
    margin: 0;
  }
}
.max-\[767px\]\:mx-\[-8px\] {
  @media (width < 767px) {
    margin-inline: -8px;
  }
}
.max-\[767px\]\:mx-\[0\] {
  @media (width < 767px) {
    margin-inline: 0;
  }
}
.max-\[767px\]\:mx-auto {
  @media (width < 767px) {
    margin-inline: auto;
  }
}
.max-\[767px\]\:mb-\[-16px\] {
  @media (width < 767px) {
    margin-bottom: -16px;
  }
}
.max-\[767px\]\:mb-\[16px\] {
  @media (width < 767px) {
    margin-bottom: 16px;
  }
}
.max-\[767px\]\:ml-\[0\] {
  @media (width < 767px) {
    margin-left: 0;
  }
}
.max-\[767px\]\:hidden {
  @media (width < 767px) {
    display: none;
  }
}
.max-\[767px\]\:h-auto {
  @media (width < 767px) {
    height: auto;
  }
}
.max-\[767px\]\:max-h-full {
  @media (width < 767px) {
    max-height: 100%;
  }
}
.max-\[767px\]\:w-\[80\%\] {
  @media (width < 767px) {
    width: 80%;
  }
}
.max-\[767px\]\:w-\[350px\] {
  @media (width < 767px) {
    width: 350px;
  }
}
.max-\[767px\]\:w-full {
  @media (width < 767px) {
    width: 100%;
  }
}
.max-\[767px\]\:max-w-\[80\%\] {
  @media (width < 767px) {
    max-width: 80%;
  }
}
.max-\[767px\]\:flex-col {
  @media (width < 767px) {
    flex-direction: column;
  }
}
.max-\[767px\]\:flex-wrap {
  @media (width < 767px) {
    flex-wrap: wrap;
  }
}
.max-\[767px\]\:items-start {
  @media (width < 767px) {
    align-items: flex-start;
  }
}
.max-\[767px\]\:justify-between {
  @media (width < 767px) {
    justify-content: space-between;
  }
}
.max-\[767px\]\:justify-start {
  @media (width < 767px) {
    justify-content: flex-start;
  }
}
.max-\[767px\]\:overflow-y-auto {
  @media (width < 767px) {
    overflow-y: auto;
  }
}
.max-\[767px\]\:border-r-0 {
  @media (width < 767px) {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
}
.max-\[767px\]\:border-b-\[1px\] {
  @media (width < 767px) {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
}
.max-\[767px\]\:p-\[25px\] {
  @media (width < 767px) {
    padding: 25px;
  }
}
.max-\[767px\]\:px-\[8px\] {
  @media (width < 767px) {
    padding-inline: 8px;
  }
}
.max-\[767px\]\:py-\[35px\] {
  @media (width < 767px) {
    padding-block: 35px;
  }
}
.max-\[767px\]\:text-\[16px\] {
  @media (width < 767px) {
    font-size: 16px;
  }
}
.max-\[767px\]\:text-\[23px\] {
  @media (width < 767px) {
    font-size: 23px;
  }
}
.max-\[767px\]\:text-\[24px\] {
  @media (width < 767px) {
    font-size: 24px;
  }
}
.max-\[767px\]\:text-\[28px\] {
  @media (width < 767px) {
    font-size: 28px;
  }
}
.max-\[767px\]\:text-\[35px\] {
  @media (width < 767px) {
    font-size: 35px;
  }
}
.max-\[600px\]\:flex-col {
  @media (width < 600px) {
    flex-direction: column;
  }
}
.max-\[576px\]\:order-1 {
  @media (width < 576px) {
    order: 1;
  }
}
.max-\[576px\]\:order-2 {
  @media (width < 576px) {
    order: 2;
  }
}
.max-\[576px\]\:col-span-1 {
  @media (width < 576px) {
    grid-column: span 1 / span 1;
  }
}
.max-\[576px\]\:col-span-2 {
  @media (width < 576px) {
    grid-column: span 2 / span 2;
  }
}
.max-\[576px\]\:col-span-3 {
  @media (width < 576px) {
    grid-column: span 3 / span 3;
  }
}
.max-\[576px\]\:col-span-5 {
  @media (width < 576px) {
    grid-column: span 5 / span 5;
  }
}
.max-\[576px\]\:mb-\[2px\] {
  @media (width < 576px) {
    margin-bottom: 2px;
  }
}
.max-\[576px\]\:mb-\[6px\] {
  @media (width < 576px) {
    margin-bottom: 6px;
  }
}
.max-\[576px\]\:hidden {
  @media (width < 576px) {
    display: none;
  }
}
.max-\[576px\]\:inline {
  @media (width < 576px) {
    display: inline;
  }
}
.max-\[576px\]\:w-\[35px\] {
  @media (width < 576px) {
    width: 35px;
  }
}
.max-\[576px\]\:w-\[40px\] {
  @media (width < 576px) {
    width: 40px;
  }
}
.max-\[576px\]\:w-\[45px\] {
  @media (width < 576px) {
    width: 45px;
  }
}
.max-\[576px\]\:w-\[60px\] {
  @media (width < 576px) {
    width: 60px;
  }
}
.max-\[576px\]\:w-full {
  @media (width < 576px) {
    width: 100%;
  }
}
.max-\[576px\]\:flex-col {
  @media (width < 576px) {
    flex-direction: column;
  }
}
.max-\[576px\]\:gap-\[2px\] {
  @media (width < 576px) {
    gap: 2px;
  }
}
.max-\[576px\]\:gap-\[3px\] {
  @media (width < 576px) {
    gap: 3px;
  }
}
.max-\[576px\]\:gap-\[6px\] {
  @media (width < 576px) {
    gap: 6px;
  }
}
.max-\[576px\]\:space-y-\[4px\] {
  @media (width < 576px) {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(4px * var(--tw-space-y-reverse));
      margin-block-end: calc(4px * calc(1 - var(--tw-space-y-reverse)));
    }
  }
}
.max-\[576px\]\:rounded-\[6px\] {
  @media (width < 576px) {
    border-radius: 6px;
  }
}
.max-\[576px\]\:p-\[4px\] {
  @media (width < 576px) {
    padding: 4px;
  }
}
.max-\[576px\]\:p-\[6px\] {
  @media (width < 576px) {
    padding: 6px;
  }
}
.max-\[576px\]\:p-\[8px\] {
  @media (width < 576px) {
    padding: 8px;
  }
}
.max-\[576px\]\:text-center {
  @media (width < 576px) {
    text-align: center;
  }
}
.max-\[576px\]\:text-\[5px\] {
  @media (width < 576px) {
    font-size: 5px;
  }
}
.max-\[576px\]\:text-\[6px\] {
  @media (width < 576px) {
    font-size: 6px;
  }
}
.max-\[576px\]\:text-\[7px\] {
  @media (width < 576px) {
    font-size: 7px;
  }
}
.max-\[576px\]\:text-\[8px\] {
  @media (width < 576px) {
    font-size: 8px;
  }
}
.max-\[576px\]\:text-\[9px\] {
  @media (width < 576px) {
    font-size: 9px;
  }
}
.max-\[576px\]\:text-\[10px\] {
  @media (width < 576px) {
    font-size: 10px;
  }
}
.max-\[576px\]\:text-\[11px\] {
  @media (width < 576px) {
    font-size: 11px;
  }
}
.max-\[576px\]\:text-\[12px\] {
  @media (width < 576px) {
    font-size: 12px;
  }
}
.max-\[575px\]\:mr-\[0\] {
  @media (width < 575px) {
    margin-right: 0;
  }
}
.max-\[575px\]\:mb-\[10px\] {
  @media (width < 575px) {
    margin-bottom: 10px;
  }
}
.max-\[575px\]\:mb-\[12px\] {
  @media (width < 575px) {
    margin-bottom: 12px;
  }
}
.max-\[575px\]\:flex {
  @media (width < 575px) {
    display: flex;
  }
}
.max-\[575px\]\:hidden {
  @media (width < 575px) {
    display: none;
  }
}
.max-\[575px\]\:w-\[50px\] {
  @media (width < 575px) {
    width: 50px;
  }
}
.max-\[575px\]\:w-\[90\%\] {
  @media (width < 575px) {
    width: 90%;
  }
}
.max-\[575px\]\:w-\[300px\] {
  @media (width < 575px) {
    width: 300px;
  }
}
.max-\[575px\]\:w-full {
  @media (width < 575px) {
    width: 100%;
  }
}
.max-\[575px\]\:max-w-\[140px\] {
  @media (width < 575px) {
    max-width: 140px;
  }
}
.max-\[575px\]\:flex-\[initial\] {
  @media (width < 575px) {
    flex: initial;
  }
}
.max-\[575px\]\:flex-col {
  @media (width < 575px) {
    flex-direction: column;
  }
}
.max-\[575px\]\:items-center {
  @media (width < 575px) {
    align-items: center;
  }
}
.max-\[575px\]\:justify-between {
  @media (width < 575px) {
    justify-content: space-between;
  }
}
.max-\[575px\]\:justify-center {
  @media (width < 575px) {
    justify-content: center;
  }
}
.max-\[575px\]\:p-\[10px\] {
  @media (width < 575px) {
    padding: 10px;
  }
}
.max-\[575px\]\:text-\[16px\] {
  @media (width < 575px) {
    font-size: 16px;
  }
}
.max-\[575px\]\:text-\[23px\] {
  @media (width < 575px) {
    font-size: 23px;
  }
}
.max-\[480px\]\:mb-\[6px\] {
  @media (width < 480px) {
    margin-bottom: 6px;
  }
}
.max-\[480px\]\:flex {
  @media (width < 480px) {
    display: flex;
  }
}
.max-\[480px\]\:hidden {
  @media (width < 480px) {
    display: none;
  }
}
.max-\[480px\]\:inline {
  @media (width < 480px) {
    display: inline;
  }
}
.max-\[480px\]\:w-\[300px\] {
  @media (width < 480px) {
    width: 300px;
  }
}
.max-\[480px\]\:w-full {
  @media (width < 480px) {
    width: 100%;
  }
}
.max-\[480px\]\:max-w-\[120px\] {
  @media (width < 480px) {
    max-width: 120px;
  }
}
.max-\[480px\]\:max-w-\[150px\] {
  @media (width < 480px) {
    max-width: 150px;
  }
}
.max-\[480px\]\:grid-cols-1 {
  @media (width < 480px) {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.max-\[480px\]\:flex-col {
  @media (width < 480px) {
    flex-direction: column;
  }
}
.max-\[480px\]\:items-center {
  @media (width < 480px) {
    align-items: center;
  }
}
.max-\[480px\]\:items-start {
  @media (width < 480px) {
    align-items: flex-start;
  }
}
.max-\[480px\]\:justify-center {
  @media (width < 480px) {
    justify-content: center;
  }
}
.max-\[480px\]\:p-\[12px\] {
  @media (width < 480px) {
    padding: 12px;
  }
}
.max-\[480px\]\:p-\[30px\] {
  @media (width < 480px) {
    padding: 30px;
  }
}
.max-\[480px\]\:text-\[13px\] {
  @media (width < 480px) {
    font-size: 13px;
  }
}
.max-\[480px\]\:text-\[16px\] {
  @media (width < 480px) {
    font-size: 16px;
  }
}
.max-\[480px\]\:text-\[26px\] {
  @media (width < 480px) {
    font-size: 26px;
  }
}
.max-\[480px\]\:text-\[28px\] {
  @media (width < 480px) {
    font-size: 28px;
  }
}
.max-\[420px\]\:w-\[100px\] {
  @media (width < 420px) {
    width: 100px;
  }
}
.max-\[420px\]\:w-full {
  @media (width < 420px) {
    width: 100%;
  }
}
.max-\[420px\]\:justify-center {
  @media (width < 420px) {
    justify-content: center;
  }
}
.max-\[360px\]\:m-\[auto\] {
  @media (width < 360px) {
    margin: auto;
  }
}
.max-\[360px\]\:mt-\[15px\] {
  @media (width < 360px) {
    margin-top: 15px;
  }
}
.max-\[360px\]\:ml-\[0\] {
  @media (width < 360px) {
    margin-left: 0;
  }
}
.max-\[360px\]\:flex {
  @media (width < 360px) {
    display: flex;
  }
}
.max-\[360px\]\:w-full {
  @media (width < 360px) {
    width: 100%;
  }
}
.max-\[360px\]\:max-w-\[120px\] {
  @media (width < 360px) {
    max-width: 120px;
  }
}
.max-\[360px\]\:justify-center {
  @media (width < 360px) {
    justify-content: center;
  }
}
.min-\[576px\]\:w-\[calc\(50\%-8px\)\] {
  @media (width >= 576px) {
    width: calc(50% - 8px);
  }
}
.min-\[576px\]\:w-full {
  @media (width >= 576px) {
    width: 100%;
  }
}
.min-\[576px\]\:max-w-\[540px\] {
  @media (width >= 576px) {
    max-width: 540px;
  }
}
.min-\[768px\]\:hidden {
  @media (width >= 768px) {
    display: none;
  }
}
.min-\[768px\]\:w-\[25\%\] {
  @media (width >= 768px) {
    width: 25%;
  }
}
.min-\[768px\]\:w-\[30\%\] {
  @media (width >= 768px) {
    width: 30%;
  }
}
.min-\[768px\]\:w-\[33\.33\%\] {
  @media (width >= 768px) {
    width: 33.33%;
  }
}
.min-\[768px\]\:w-\[41\.66\%\] {
  @media (width >= 768px) {
    width: 41.66%;
  }
}
.min-\[768px\]\:w-\[50\%\] {
  @media (width >= 768px) {
    width: 50%;
  }
}
.min-\[768px\]\:w-\[58\.33\%\] {
  @media (width >= 768px) {
    width: 58.33%;
  }
}
.min-\[768px\]\:w-\[70\%\] {
  @media (width >= 768px) {
    width: 70%;
  }
}
.min-\[768px\]\:w-\[75\%\] {
  @media (width >= 768px) {
    width: 75%;
  }
}
.min-\[768px\]\:max-w-\[720px\] {
  @media (width >= 768px) {
    max-width: 720px;
  }
}
.min-\[992px\]\:w-\[16\.66\%\] {
  @media (width >= 992px) {
    width: 16.66%;
  }
}
.min-\[992px\]\:w-\[25\%\] {
  @media (width >= 992px) {
    width: 25%;
  }
}
.min-\[992px\]\:w-\[33\.33\%\] {
  @media (width >= 992px) {
    width: 33.33%;
  }
}
.min-\[992px\]\:w-\[44\%\] {
  @media (width >= 992px) {
    width: 44%;
  }
}
.min-\[992px\]\:w-\[46\%\] {
  @media (width >= 992px) {
    width: 46%;
  }
}
.min-\[992px\]\:w-\[56\%\] {
  @media (width >= 992px) {
    width: 56%;
  }
}
.min-\[992px\]\:w-\[66\.66\%\] {
  @media (width >= 992px) {
    width: 66.66%;
  }
}
.min-\[992px\]\:w-\[75\%\] {
  @media (width >= 992px) {
    width: 75%;
  }
}
.min-\[992px\]\:w-\[calc\(30\%-12px\)\] {
  @media (width >= 992px) {
    width: calc(30% - 12px);
  }
}
.min-\[992px\]\:w-\[calc\(70\%-12px\)\] {
  @media (width >= 992px) {
    width: calc(70% - 12px);
  }
}
.min-\[992px\]\:max-w-\[960px\] {
  @media (width >= 992px) {
    max-width: 960px;
  }
}
.min-\[992px\]\:items-start {
  @media (width >= 992px) {
    align-items: flex-start;
  }
}
.min-\[992px\]\:text-left {
  @media (width >= 992px) {
    text-align: left;
  }
}
.min-\[1200px\]\:w-\[25\%\] {
  @media (width >= 1200px) {
    width: 25%;
  }
}
.min-\[1200px\]\:max-w-\[1140px\] {
  @media (width >= 1200px) {
    max-width: 1140px;
  }
}
.min-\[1400px\]\:max-w-\[1320px\] {
  @media (width >= 1400px) {
    max-width: 1320px;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-x {
  syntax: "*";
  inherits: false;
}
@property --tw-pan-y {
  syntax: "*";
  inherits: false;
}
@property --tw-pinch-zoom {
  syntax: "*";
  inherits: false;
}
@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@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-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-size {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-layout {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-paint {
  syntax: "*";
  inherits: false;
}
@property --tw-contain-style {
  syntax: "*";
  inherits: false;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-pan-x: initial;
      --tw-pan-y: initial;
      --tw-pinch-zoom: initial;
      --tw-scroll-snap-strictness: proximity;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-contain-size: initial;
      --tw-contain-layout: initial;
      --tw-contain-paint: initial;
      --tw-contain-style: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
    }
  }
}
