/* [project]/node_modules/leaflet/dist/leaflet.css [client] (css) */
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile::selection {
  background: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  -webkit-transform-origin: 0 0;
  width: 1600px;
  height: 1600px;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  width: auto;
  padding: 0;
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: #33b5e566;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  box-sizing: border-box;
  z-index: 800;
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url("#default#VML");
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
}

.leaflet-top, .leaflet-bottom {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline-offset: 1px;
  background: #ddd;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}

.leaflet-container {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}

.leaflet-bar a {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: #bbb;
  background-color: #f4f4f4;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  text-indent: 1px;
  font: bold 18px Lucida Console, Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-control-layers-toggle {
  background-image: url("../media/layers.3muxcl8sz6330.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("../media/layers-2x.23wrxu3xxu9-i.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  color: #333;
  background: #fff;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  padding-right: 5px;
  overflow: hidden scroll;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  font-size: 1.08333em;
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url("../media/marker-icon.1le94j_pe_ih1.png");
}

.leaflet-container .leaflet-control-attribution {
  background: #fffc;
  margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  width: 1em;
  height: .6669em;
  vertical-align: baseline !important;
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  white-space: nowrap;
  box-sizing: border-box;
  text-shadow: 1px 1px #fff;
  background: #fffc;
  border: 2px solid #777;
  border-top: none;
  padding: 2px 5px 1px;
  line-height: 1.1;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-popup {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 12px;
  padding: 1px;
}

.leaflet-popup-content {
  min-height: 1px;
  margin: 13px 24px 13px 20px;
  font-size: 1.08333em;
  line-height: 1.3;
}

.leaflet-popup-content p {
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  pointer-events: none;
  width: 40px;
  height: 20px;
  margin-top: -1px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.leaflet-popup-tip {
  pointer-events: auto;
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  color: #333;
  background: #fff;
  box-shadow: 0 3px 14px #0006;
}

.leaflet-container a.leaflet-popup-close-button {
  text-align: center;
  color: #757575;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font: 16px / 24px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  width: 24px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);
  margin: 0 auto;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  box-shadow: 0 1px 3px #0006;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  pointer-events: none;
  content: "";
  background: none;
  border: 6px solid #0000;
  position: absolute;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  margin-left: -6px;
  left: 50%;
}

.leaflet-tooltip-top:before {
  border-top-color: #fff;
  margin-bottom: -12px;
  bottom: 0;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-top: -12px;
  margin-left: -6px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  margin-left: -12px;
  left: 0;
}

@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* [project]/node_modules/@fontsource/inter/300.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-cyrillic-ext-300-normal.1f74krqvvaphu.woff2") format("woff2"), url("../media/inter-cyrillic-ext-300-normal.21s2-ifinpyfw.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-cyrillic-300-normal.3xkzz6bqo_l-w.woff2") format("woff2"), url("../media/inter-cyrillic-300-normal.3gl-6hylqrg6t.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-greek-ext-300-normal.2o9gif3qvq1xi.woff2") format("woff2"), url("../media/inter-greek-ext-300-normal.3pcxo7qelzgqz.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-greek-300-normal.321z5rbdb_q7z.woff2") format("woff2"), url("../media/inter-greek-300-normal.046_h7wvkcluu.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-vietnamese-300-normal.2m4fyq28qy92y.woff2") format("woff2"), url("../media/inter-vietnamese-300-normal.2at60a0hjmtn9.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-latin-ext-300-normal.0vti6nh7-q-ws.woff2") format("woff2"), url("../media/inter-latin-ext-300-normal.1e44kumpbihjl.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../media/inter-latin-300-normal.27_7dh3ayjpp4.woff2") format("woff2"), url("../media/inter-latin-300-normal.3aoj3_jvre448.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/inter/400.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-cyrillic-ext-400-normal.3vm4r-qr3_yee.woff2") format("woff2"), url("../media/inter-cyrillic-ext-400-normal.2e4vdgi7dy-n4.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-cyrillic-400-normal.1nwx-p2ngx2yg.woff2") format("woff2"), url("../media/inter-cyrillic-400-normal.2jms6gqb5gbhf.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-greek-ext-400-normal.2gr4b827yb2_q.woff2") format("woff2"), url("../media/inter-greek-ext-400-normal.38g6916w0wpxs.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-greek-400-normal.402ep76-j03q8.woff2") format("woff2"), url("../media/inter-greek-400-normal.2x8hqgpakc599.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-vietnamese-400-normal.1sl-kw9vnef9y.woff2") format("woff2"), url("../media/inter-vietnamese-400-normal.3206qgbkgsfc6.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-latin-ext-400-normal.1aowtwjb6jex7.woff2") format("woff2"), url("../media/inter-latin-ext-400-normal.0zt1v0rj9tqox.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/inter-latin-400-normal.2qdljeg3s-lsl.woff2") format("woff2"), url("../media/inter-latin-400-normal.102grxki9ek3x.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/inter/500.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-cyrillic-ext-500-normal.451fj7ly9889_.woff2") format("woff2"), url("../media/inter-cyrillic-ext-500-normal.0_c2ylqj08xb6.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-cyrillic-500-normal.3zacfqz4x1vrc.woff2") format("woff2"), url("../media/inter-cyrillic-500-normal.05wrgophr2f13.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-greek-ext-500-normal.3k6j2t6znom4a.woff2") format("woff2"), url("../media/inter-greek-ext-500-normal.3qwacgs2d7zx0.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-greek-500-normal.2ofy8orayc7fk.woff2") format("woff2"), url("../media/inter-greek-500-normal.2irgx7vnqhmdq.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-vietnamese-500-normal.1csmxjt29l4d6.woff2") format("woff2"), url("../media/inter-vietnamese-500-normal.315hfdijg963m.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-latin-ext-500-normal.0qn8fxo3_-rz7.woff2") format("woff2"), url("../media/inter-latin-ext-500-normal.39_ak3tg9vcce.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/inter-latin-500-normal.1d14jwmkqqa0f.woff2") format("woff2"), url("../media/inter-latin-500-normal.3mx_ru0c2nzc3.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/inter/600.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-cyrillic-ext-600-normal.341-hvs74ljp4.woff2") format("woff2"), url("../media/inter-cyrillic-ext-600-normal.1of5i9-_e5ga4.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-cyrillic-600-normal.0tppy39gl-lzn.woff2") format("woff2"), url("../media/inter-cyrillic-600-normal.3jalm3505289h.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-greek-ext-600-normal.20m9kgz843wth.woff2") format("woff2"), url("../media/inter-greek-ext-600-normal.3vzrk1-4zat7v.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-greek-600-normal.2ove9n9b8_3hb.woff2") format("woff2"), url("../media/inter-greek-600-normal.3aakp9m92tg2m.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-vietnamese-600-normal.0m_wd36g8rw-r.woff2") format("woff2"), url("../media/inter-vietnamese-600-normal.0dwa77f5pp57q.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-latin-ext-600-normal.1zn8rwi8y9u6i.woff2") format("woff2"), url("../media/inter-latin-ext-600-normal.1pfmybho54-ry.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/inter-latin-600-normal.2dov6rjg62vru.woff2") format("woff2"), url("../media/inter-latin-600-normal.2mum3nstrlzrd.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/inter/700.css [client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-cyrillic-ext-700-normal.3ckkpi--x2os1.woff2") format("woff2"), url("../media/inter-cyrillic-ext-700-normal.3dxmsbxujhx46.woff") format("woff");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-cyrillic-700-normal.0gg1d0-0b9ut0.woff2") format("woff2"), url("../media/inter-cyrillic-700-normal.2axi65e8cn602.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-greek-ext-700-normal.24op6t-yeckl-.woff2") format("woff2"), url("../media/inter-greek-ext-700-normal.0u773jmkidix4.woff") format("woff");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-greek-700-normal.3vfem_i2rj42n.woff2") format("woff2"), url("../media/inter-greek-700-normal.3q6n5k1zguxil.woff") format("woff");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-vietnamese-700-normal.0b-htgf_q_fie.woff2") format("woff2"), url("../media/inter-vietnamese-700-normal.2c7g6fvsrqi3p.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-latin-ext-700-normal.2yxivqwrhow2d.woff2") format("woff2"), url("../media/inter-latin-ext-700-normal.0g4_n0pq31d8c.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/inter-latin-700-normal.4421omqeymgmp.woff2") format("woff2"), url("../media/inter-latin-700-normal.2u2w-uf8g45lc.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/playfair-display/400.css [client] (css) */
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/playfair-display-cyrillic-400-normal.2ezor_n9stj98.woff2") format("woff2"), url("../media/playfair-display-cyrillic-400-normal.11ghy9t7e_1x8.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/playfair-display-vietnamese-400-normal.0q3yacfprjd_s.woff2") format("woff2"), url("../media/playfair-display-vietnamese-400-normal.2ipqp0g7w0zt-.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/playfair-display-latin-ext-400-normal.3voh897192d4i.woff2") format("woff2"), url("../media/playfair-display-latin-ext-400-normal.2wnwjaw2e4it8.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/playfair-display-latin-400-normal.2zfucbp6idj7x.woff2") format("woff2"), url("../media/playfair-display-latin-400-normal.3kms1j4ya76vw.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/playfair-display/600.css [client] (css) */
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/playfair-display-cyrillic-600-normal.3sft-shu8awxg.woff2") format("woff2"), url("../media/playfair-display-cyrillic-600-normal.3sozxnleyxo22.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/playfair-display-vietnamese-600-normal.3l4yq8rr185yv.woff2") format("woff2"), url("../media/playfair-display-vietnamese-600-normal.0el_fhyxxbuot.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/playfair-display-latin-ext-600-normal.3ojbtdkdecr_8.woff2") format("woff2"), url("../media/playfair-display-latin-ext-600-normal.10vpzqnvr3mcg.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/playfair-display-latin-600-normal.2hfg4ls1gllkc.woff2") format("woff2"), url("../media/playfair-display-latin-600-normal.3i0fymmczhoiz.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/playfair-display/700.css [client] (css) */
@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/playfair-display-cyrillic-700-normal.3423eu7aohyov.woff2") format("woff2"), url("../media/playfair-display-cyrillic-700-normal.1t5760it57uk1.woff") format("woff");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/playfair-display-vietnamese-700-normal.3ikbikflos2-s.woff2") format("woff2"), url("../media/playfair-display-vietnamese-700-normal.0mm3a3rstgo6-.woff") format("woff");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/playfair-display-latin-ext-700-normal.2f6blw0awj8kn.woff2") format("woff2"), url("../media/playfair-display-latin-ext-700-normal.3tcr6n07r1lrk.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Playfair Display;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/playfair-display-latin-700-normal.0nie7e_p69_i8.woff2") format("woff2"), url("../media/playfair-display-latin-700-normal.2zmh3s_c_k7gr.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/src/index.css [client] (css) */
apple-pay-button {
  --apple-pay-button-width: 100%;
  --apple-pay-button-height: 44px;
  --apple-pay-button-border-radius: 6px;
}

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

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

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

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

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

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

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

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

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

b, strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

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

button, select {
  text-transform: none;
}

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

:-moz-focusring {
  outline: auto;
}

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

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

summary {
  display: list-item;
}

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

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

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

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

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

:disabled {
  cursor: default;
}

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --background: 210 40% 96.0784%;
  --foreground: 160 15% 15%;
  --card: 0 0% 100%;
  --card-foreground: 160 15% 15%;
  --popover: 0 0% 100%;
  --popover-foreground: 160 15% 15%;
  --primary: 145 25% 45%;
  --primary-foreground: 0 0% 100%;
  --secondary: 32 35% 92%;
  --secondary-foreground: 160 15% 15%;
  --muted: 32 25% 95%;
  --muted-foreground: 160 8% 45%;
  --accent: 145 30% 35%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 0 0% 100%;
  --border: 145 15% 88%;
  --input: 145 15% 88%;
  --ring: 145 25% 45%;
  --radius: .75rem;
  --gradient-sage: linear-gradient(135deg, #568f6e, #3e7455);
  --gradient-cream: linear-gradient(180deg, #f8f5f1, #f0ebe6);
  --shadow-soft: 0 4px 20px -2px #568f6e1a;
  --shadow-elevated: 0 10px 40px -5px #568f6e26;
  --transition-smooth: all .3s cubic-bezier(.4, 0, .2, 1);
  --bmi-primary: 145 25% 45%;
  --bmi-primary-foreground: 0 0% 100%;
  --bmi-accent: 145 30% 35%;
  --bmi-ink: 160 15% 15%;
  --bmi-track: 145 15% 88%;
  --bmi-surface: 0 0% 100%;
  --gradient-bmi: linear-gradient(135deg, #f8f5f1, #dae7df);
}

.dark {
  --background: 160 20% 8%;
  --foreground: 32 25% 95%;
  --card: 160 15% 12%;
  --card-foreground: 32 25% 95%;
  --popover: 160 15% 12%;
  --popover-foreground: 32 25% 95%;
  --primary: 145 25% 55%;
  --primary-foreground: 160 20% 8%;
  --secondary: 160 15% 15%;
  --secondary-foreground: 32 25% 95%;
  --muted: 160 15% 15%;
  --muted-foreground: 32 15% 65%;
  --accent: 145 30% 45%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 62.8% 30.6%;
  --destructive-foreground: 0 0% 100%;
  --border: 160 15% 20%;
  --input: 160 15% 20%;
  --ring: 145 25% 55%;
}

body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

html {
  scroll-behavior: smooth;
}

* {
  border-color: hsl(var(--border));
}

body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-quotes);
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm {
  font-size: .875rem;
  line-height: 1.71429;
}

.prose-sm :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
  font-size: 1.28571em;
  line-height: 1.55556;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
  padding-inline-start: 1.11111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: .8em;
  font-size: 2.14286em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.6em;
  margin-bottom: .8em;
  font-size: 1.42857em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.55556em;
  margin-bottom: .444444em;
  font-size: 1.28571em;
  line-height: 1.55556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.42857em;
  margin-bottom: .571429em;
  line-height: 1.42857;
}

.prose-sm :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .142857em;
  padding-inline-end: .357143em;
  padding-bottom: .142857em;
  border-radius: .3125rem;
  padding-inline-start: .357143em;
  font-size: .857143em;
}

.prose-sm :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .857143em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .666667em;
  padding-inline-end: 1em;
  padding-bottom: .666667em;
  border-radius: .25rem;
  margin-top: 1.66667em;
  margin-bottom: 1.66667em;
  padding-inline-start: 1em;
  font-size: .857143em;
  line-height: 1.66667;
}

.prose-sm :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
  padding-inline-start: 1.57143em;
}

.prose-sm :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .285714em;
  margin-bottom: .285714em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .428571em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .571429em;
  margin-bottom: .571429em;
}

.prose-sm :where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.14286em;
}

.prose-sm :where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.14286em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .571429em;
  margin-bottom: .571429em;
}

.prose-sm :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
  margin-bottom: 1.14286em;
}

.prose-sm :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.14286em;
}

.prose-sm :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .285714em;
  padding-inline-start: 1.57143em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2.85714em;
  margin-bottom: 2.85714em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-sm :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .857143em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 1em;
  padding-bottom: .666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .666667em;
  padding-inline-end: 1em;
  padding-bottom: .666667em;
  padding-inline-start: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-sm :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .666667em;
  font-size: .857143em;
  line-height: 1.33333;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-lg {
  font-size: 1.125rem;
  line-height: 1.77778;
}

.prose-lg :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

.prose-lg :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.09091em;
  margin-bottom: 1.09091em;
  font-size: 1.22222em;
  line-height: 1.45455;
}

.prose-lg :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.66667em;
  margin-bottom: 1.66667em;
  padding-inline-start: 1em;
}

.prose-lg :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: .833333em;
  font-size: 2.66667em;
  line-height: 1;
}

.prose-lg :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.86667em;
  margin-bottom: 1.06667em;
  font-size: 1.66667em;
  line-height: 1.33333;
}

.prose-lg :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.66667em;
  margin-bottom: .666667em;
  font-size: 1.33333em;
  line-height: 1.5;
}

.prose-lg :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: .444444em;
  line-height: 1.55556;
}

.prose-lg :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: 1.77778em;
}

.prose-lg :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: 1.77778em;
}

.prose-lg :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .222222em;
  padding-inline-end: .444444em;
  padding-bottom: .222222em;
  border-radius: .3125rem;
  padding-inline-start: .444444em;
  font-size: .888889em;
}

.prose-lg :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .888889em;
}

.prose-lg :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .866667em;
}

.prose-lg :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .875em;
}

.prose-lg :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  border-radius: .375rem;
  margin-top: 2em;
  margin-bottom: 2em;
  padding-inline-start: 1.5em;
  font-size: .888889em;
  line-height: 1.75;
}

.prose-lg :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
  padding-inline-start: 1.55556em;
}

.prose-lg :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .666667em;
  margin-bottom: .666667em;
}

.prose-lg :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .444444em;
}

.prose-lg :where(.prose-lg > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
}

.prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
}

.prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.33333em;
}

.prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
}

.prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.33333em;
}

.prose-lg :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .888889em;
  margin-bottom: .888889em;
}

.prose-lg :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
  margin-bottom: 1.33333em;
}

.prose-lg :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.33333em;
}

.prose-lg :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .666667em;
  padding-inline-start: 1.55556em;
}

.prose-lg :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 3.11111em;
  margin-bottom: 3.11111em;
}

.prose-lg :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-lg :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-size: .888889em;
  line-height: 1.5;
}

.prose-lg :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: .75em;
  padding-bottom: .75em;
  padding-inline-start: .75em;
}

.prose-lg :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .75em;
  padding-inline-end: .75em;
  padding-bottom: .75em;
  padding-inline-start: .75em;
}

.prose-lg :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-lg :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-lg :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.77778em;
  margin-bottom: 1.77778em;
}

.prose-lg :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-lg :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1em;
  font-size: .888889em;
  line-height: 1.5;
}

.prose-lg :where(.prose-lg > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-lg :where(.prose-lg > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -.25rem;
}

.-inset-1\.5 {
  inset: -.375rem;
}

.-inset-3 {
  inset: -.75rem;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.-bottom-12 {
  bottom: -3rem;
}

.-bottom-6 {
  bottom: -1.5rem;
}

.-left-12 {
  left: -3rem;
}

.-right-1 {
  right: -.25rem;
}

.-right-1\.5 {
  right: -.375rem;
}

.-right-12 {
  right: -3rem;
}

.-top-1 {
  top: -.25rem;
}

.-top-1\.5 {
  top: -.375rem;
}

.-top-12 {
  top: -3rem;
}

.bottom-0 {
  bottom: 0;
}

.bottom-3 {
  bottom: .75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0;
}

.left-1 {
  left: .25rem;
}

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

.left-2 {
  left: .5rem;
}

.left-3 {
  left: .75rem;
}

.left-3\.5 {
  left: .875rem;
}

.left-4 {
  left: 1rem;
}

.left-8 {
  left: 2rem;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: .25rem;
}

.right-2 {
  right: .5rem;
}

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

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: .5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

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

.top-4 {
  top: 1rem;
}

.top-\[50\%\] {
  top: 50%;
}

.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-\[100\] {
  z-index: 100;
}

.z-\[130\] {
  z-index: 130;
}

.z-\[2\] {
  z-index: 2;
}

.z-\[9999\] {
  z-index: 9999;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-start-1 {
  grid-row-start: 1;
}

.m-auto {
  margin: auto;
}

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

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

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

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

.mx-2 {
  margin-left: .5rem;
  margin-right: .5rem;
}

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

.my-1 {
  margin-top: .25rem;
  margin-bottom: .25rem;
}

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

.-ml-3 {
  margin-left: -.75rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-1 {
  margin-top: -.25rem;
}

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

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

.mb-1 {
  margin-bottom: .25rem;
}

.mb-1\.5 {
  margin-bottom: .375rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-0 {
  margin-left: 0;
}

.ml-0\.5 {
  margin-left: .125rem;
}

.ml-1 {
  margin-left: .25rem;
}

.ml-1\.5 {
  margin-left: .375rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-1\.5 {
  margin-right: .375rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mt-0 {
  margin-top: 0;
}

.mt-0\.5 {
  margin-top: .125rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-1\.5 {
  margin-top: .375rem;
}

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

.mt-12 {
  margin-top: 3rem;
}

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

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

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

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

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

.mt-7 {
  margin-top: 1.75rem;
}

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

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

.line-clamp-1 {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-2 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/10\] {
  aspect-ratio: 16 / 10;
}

.aspect-\[16\/7\] {
  aspect-ratio: 16 / 7;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16 / 9;
}

.aspect-square {
  aspect-ratio: 1;
}

.h-0\.5 {
  height: .125rem;
}

.h-1\.5 {
  height: .375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: .5rem;
}

.h-2\.5 {
  height: .625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: .75rem;
}

.h-3\.5 {
  height: .875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[140px\] {
  max-height: 140px;
}

.max-h-\[220px\] {
  max-height: 220px;
}

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

.max-h-\[350px\] {
  max-height: 350px;
}

.max-h-\[55px\] {
  max-height: 55px;
}

.max-h-\[62dvh\] {
  max-height: 62dvh;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[90dvh\] {
  max-height: 90dvh;
}

.max-h-\[90px\] {
  max-height: 90px;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-28 {
  min-height: 7rem;
}

.min-h-\[260px\] {
  min-height: 260px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[330px\] {
  min-height: 330px;
}

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

.min-h-\[56px\] {
  min-height: 56px;
}

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

.min-h-\[650px\] {
  min-height: 650px;
}

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

.min-h-screen {
  min-height: 100vh;
}

.\!w-\[260px\] {
  width: 260px !important;
}

.w-1\.5 {
  width: .375rem;
}

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

.w-1\/3 {
  width: 33.3333%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: .5rem;
}

.w-2\.5 {
  width: .625rem;
}

.w-2\/3 {
  width: 66.6667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: .75rem;
}

.w-3\.5 {
  width: .875rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/6 {
  width: 83.3333%;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

.w-\[calc\(100\%-2rem\)\], .w-\[calc\(100\%_-_2rem\)\] {
  width: calc(100% - 2rem);
}

.w-\[calc\(100vw-3rem\)\] {
  width: calc(100vw - 3rem);
}

.w-\[var\(--radix-popover-trigger-width\)\] {
  width: var(--radix-popover-trigger-width);
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

.min-w-0 {
  min-width: 0;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-\[1100px\] {
  min-width: 1100px;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[160px\] {
  min-width: 160px;
}

.min-w-\[16px\] {
  min-width: 16px;
}

.min-w-\[180px\] {
  min-width: 180px;
}

.min-w-\[200px\] {
  min-width: 200px;
}

.min-w-\[20px\] {
  min-width: 20px;
}

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

.min-w-\[760px\] {
  min-width: 760px;
}

.min-w-\[8rem\] {
  min-width: 8rem;
}

.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[1400px\] {
  max-width: 1400px;
}

.max-w-\[260px\] {
  max-width: 260px;
}

.max-w-\[55\%\] {
  max-width: 55%;
}

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

.max-w-\[90px\] {
  max-width: 90px;
}

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1;
}

.flex-none {
  flex: none;
}

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

.grow {
  flex-grow: 1;
}

.grow-0 {
  flex-grow: 0;
}

.basis-full {
  flex-basis: 100%;
}

.table-fixed {
  table-layout: fixed;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes ping {
  75%, 100% {
    opacity: 0;
    transform: scale(2);
  }
}

.animate-ping {
  animation: 1s cubic-bezier(0, 0, .2, 1) infinite ping;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: 2s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.cursor-default {
  cursor: default;
}

.cursor-grab {
  cursor: grab;
}

.cursor-grabbing {
  cursor: grabbing;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.select-none {
  -webkit-user-select: none;
  user-select: none;
}

.resize {
  resize: both;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-center {
  scroll-snap-align: center;
}

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

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-\[280px_1fr\] {
  grid-template-columns: 280px 1fr;
}

.grid-cols-\[5\.5rem_minmax\(0\,1fr\)\] {
  grid-template-columns: 5.5rem minmax(0, 1fr);
}

.flex-row {
  flex-direction: row;
}

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

.items-stretch {
  align-items: stretch;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

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

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

.gap-0 {
  gap: 0;
}

.gap-0\.5 {
  gap: .125rem;
}

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

.gap-1\.5 {
  gap: .375rem;
}

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

.gap-2\.5 {
  gap: .625rem;
}

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-2 {
  -moz-column-gap: .5rem;
  column-gap: .5rem;
}

.gap-x-3 {
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.gap-y-3 {
  row-gap: .75rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-border > :not([hidden]) ~ :not([hidden]) {
  border-color: hsl(var(--border));
}

.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.justify-self-start {
  justify-self: start;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.whitespace-normal {
  white-space: normal;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: .25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

.rounded-lg {
  border-radius: var(--radius);
}

.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-xl {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: .75rem;
}

.rounded-l-lg {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: var(--radius);
}

.rounded-r-lg {
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: var(--radius);
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

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

.border-4 {
  border-width: 4px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0;
}

.border-l {
  border-left-width: 1px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0;
}

.border-dashed {
  border-style: dashed;
}

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

.border-accent {
  border-color: hsl(var(--accent));
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.border-background {
  border-color: hsl(var(--background));
}

.border-background\/10 {
  border-color: hsl(var(--background) / .1);
}

.border-background\/40 {
  border-color: hsl(var(--background) / .4);
}

.border-background\/50 {
  border-color: hsl(var(--background) / .5);
}

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

.border-bmi-ink\/20 {
  border-color: hsl(var(--bmi-ink) / .2);
}

.border-bmi-track {
  border-color: hsl(var(--bmi-track));
}

.border-border {
  border-color: hsl(var(--border));
}

.border-border\/30 {
  border-color: hsl(var(--border) / .3);
}

.border-border\/40 {
  border-color: hsl(var(--border) / .4);
}

.border-border\/50 {
  border-color: hsl(var(--border) / .5);
}

.border-destructive {
  border-color: hsl(var(--destructive));
}

.border-destructive\/30 {
  border-color: hsl(var(--destructive) / .3);
}

.border-destructive\/40 {
  border-color: hsl(var(--destructive) / .4);
}

.border-destructive\/50 {
  border-color: hsl(var(--destructive) / .5);
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-input {
  border-color: hsl(var(--input));
}

.border-muted {
  border-color: hsl(var(--muted));
}

.border-muted-foreground\/40 {
  border-color: hsl(var(--muted-foreground) / .4);
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-primary {
  border-color: hsl(var(--primary));
}

.border-primary-foreground {
  border-color: hsl(var(--primary-foreground));
}

.border-primary\/10 {
  border-color: hsl(var(--primary) / .1);
}

.border-primary\/20 {
  border-color: hsl(var(--primary) / .2);
}

.border-primary\/30 {
  border-color: hsl(var(--primary) / .3);
}

.border-primary\/40 {
  border-color: hsl(var(--primary) / .4);
}

.border-primary\/50 {
  border-color: hsl(var(--primary) / .5);
}

.border-primary\/60 {
  border-color: hsl(var(--primary) / .6);
}

.border-primary\/80 {
  border-color: hsl(var(--primary) / .8);
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: #0000;
}

.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.border-white\/20 {
  border-color: #fff3;
}

.border-t-transparent {
  border-top-color: #0000;
}

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

.bg-accent {
  background-color: hsl(var(--accent));
}

.bg-accent\/50 {
  background-color: hsl(var(--accent) / .5);
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-background {
  background-color: hsl(var(--background));
}

.bg-background\/10 {
  background-color: hsl(var(--background) / .1);
}

.bg-background\/15 {
  background-color: hsl(var(--background) / .15);
}

.bg-background\/40 {
  background-color: hsl(var(--background) / .4);
}

.bg-background\/50 {
  background-color: hsl(var(--background) / .5);
}

.bg-background\/70 {
  background-color: hsl(var(--background) / .7);
}

.bg-background\/80 {
  background-color: hsl(var(--background) / .8);
}

.bg-background\/90 {
  background-color: hsl(var(--background) / .9);
}

.bg-background\/95 {
  background-color: hsl(var(--background) / .95);
}

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

.bg-black\/40 {
  background-color: #0006;
}

.bg-black\/80 {
  background-color: #000c;
}

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

.bg-bmi-accent {
  background-color: hsl(var(--bmi-accent));
}

.bg-bmi-ink\/10 {
  background-color: hsl(var(--bmi-ink) / .1);
}

.bg-bmi-ink\/25 {
  background-color: hsl(var(--bmi-ink) / .25);
}

.bg-bmi-surface {
  background-color: hsl(var(--bmi-surface));
}

.bg-bmi-track {
  background-color: hsl(var(--bmi-track));
}

.bg-border {
  background-color: hsl(var(--border));
}

.bg-card {
  background-color: hsl(var(--card));
}

.bg-card\/50 {
  background-color: hsl(var(--card) / .5);
}

.bg-card\/80 {
  background-color: hsl(var(--card) / .8);
}

.bg-destructive {
  background-color: hsl(var(--destructive));
}

.bg-destructive\/10 {
  background-color: hsl(var(--destructive) / .1);
}

.bg-destructive\/5 {
  background-color: hsl(var(--destructive) / .05);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-foreground\/90 {
  background-color: hsl(var(--foreground) / .9);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-muted {
  background-color: hsl(var(--muted));
}

.bg-muted\/30 {
  background-color: hsl(var(--muted) / .3);
}

.bg-muted\/40 {
  background-color: hsl(var(--muted) / .4);
}

.bg-muted\/50 {
  background-color: hsl(var(--muted) / .5);
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-popover {
  background-color: hsl(var(--popover));
}

.bg-primary {
  background-color: hsl(var(--primary));
}

.bg-primary-foreground {
  background-color: hsl(var(--primary-foreground));
}

.bg-primary-foreground\/10 {
  background-color: hsl(var(--primary-foreground) / .1);
}

.bg-primary-foreground\/20 {
  background-color: hsl(var(--primary-foreground) / .2);
}

.bg-primary\/10 {
  background-color: hsl(var(--primary) / .1);
}

.bg-primary\/15 {
  background-color: hsl(var(--primary) / .15);
}

.bg-primary\/40 {
  background-color: hsl(var(--primary) / .4);
}

.bg-primary\/5 {
  background-color: hsl(var(--primary) / .05);
}

.bg-primary\/80 {
  background-color: hsl(var(--primary) / .8);
}

.bg-primary\/90 {
  background-color: hsl(var(--primary) / .9);
}

.bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.bg-secondary {
  background-color: hsl(var(--secondary));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: #0000;
}

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/10 {
  background-color: #ffffff1a;
}

.bg-white\/15 {
  background-color: #ffffff26;
}

.bg-white\/20 {
  background-color: #fff3;
}

.bg-white\/80 {
  background-color: #fffc;
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-gradient-bmi {
  background-image: var(--gradient-bmi);
}

.bg-gradient-cream {
  background-image: var(--gradient-cream);
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-accent\/20 {
  --tw-gradient-from: hsl(var(--accent) / .2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent\/80 {
  --tw-gradient-from: hsl(var(--accent) / .8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--accent) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-background\/80 {
  --tw-gradient-from: hsl(var(--background) / .8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: #ecfdf500 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary {
  --tw-gradient-from: hsl(var(--primary)) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/10 {
  --tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/20 {
  --tw-gradient-from: hsl(var(--primary) / .2) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/30 {
  --tw-gradient-from: hsl(var(--primary) / .3) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/5 {
  --tw-gradient-from: hsl(var(--primary) / .05) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary\/95 {
  --tw-gradient-from: hsl(var(--primary) / .95) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: #fef2f200 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-background {
  --tw-gradient-to: hsl(var(--background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-background\/20 {
  --tw-gradient-to: hsl(var(--background) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--background) / .2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black\/50 {
  --tw-gradient-to: #0000  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00000080 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary {
  --tw-gradient-to: hsl(var(--primary) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary)) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-transparent {
  --tw-gradient-to: #0000  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-background {
  --tw-gradient-to: hsl(var(--background)) var(--tw-gradient-to-position);
}

.to-background\/0 {
  --tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);
}

.to-black\/20 {
  --tw-gradient-to: #0003 var(--tw-gradient-to-position);
}

.to-primary {
  --tw-gradient-to: hsl(var(--primary)) var(--tw-gradient-to-position);
}

.to-primary\/10 {
  --tw-gradient-to: hsl(var(--primary) / .1) var(--tw-gradient-to-position);
}

.to-primary\/30 {
  --tw-gradient-to: hsl(var(--primary) / .3) var(--tw-gradient-to-position);
}

.to-primary\/80 {
  --tw-gradient-to: hsl(var(--primary) / .8) var(--tw-gradient-to-position);
}

.to-primary\/\[0\.02\] {
  --tw-gradient-to: hsl(var(--primary) / .02) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-contain {
  background-size: contain;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

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

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

.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.p-0 {
  padding: 0;
}

.p-0\.5 {
  padding: .125rem;
}

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

.p-1\.5 {
  padding: .375rem;
}

.p-10 {
  padding: 2.5rem;
}

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

.p-2\.5 {
  padding: .625rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

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

.px-1\.5 {
  padding-left: .375rem;
  padding-right: .375rem;
}

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

.px-2\.5 {
  padding-left: .625rem;
  padding-right: .625rem;
}

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

.px-3\.5 {
  padding-left: .875rem;
  padding-right: .875rem;
}

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

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-0\.5 {
  padding-top: .125rem;
  padding-bottom: .125rem;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.\!pb-12 {
  padding-bottom: 3rem !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1 {
  padding-bottom: .25rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-2\.5 {
  padding-left: .625rem;
}

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-2 {
  padding-right: .5rem;
}

.pr-2\.5 {
  padding-right: .625rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: .25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.text-end {
  text-align: end;
}

.align-middle {
  vertical-align: middle;
}

.font-display {
  font-family: Playfair Display, serif;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

.font-serif {
  font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
}

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

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

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

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

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

.text-\[0\.8rem\] {
  font-size: .8rem;
}

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

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

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

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

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

.font-normal {
  font-weight: 400;
}

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -.025em;
}

.tracking-wide {
  letter-spacing: .025em;
}

.tracking-wider {
  letter-spacing: .05em;
}

.tracking-widest {
  letter-spacing: .1em;
}

.text-accent-foreground {
  color: hsl(var(--accent-foreground));
}

.text-accent-foreground\/60 {
  color: hsl(var(--accent-foreground) / .6);
}

.text-accent-foreground\/80 {
  color: hsl(var(--accent-foreground) / .8);
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-background {
  color: hsl(var(--background));
}

.text-background\/85 {
  color: hsl(var(--background) / .85);
}

.text-background\/90 {
  color: hsl(var(--background) / .9);
}

.text-bmi-foreground {
  color: hsl(var(--bmi-primary-foreground));
}

.text-bmi-ink {
  color: hsl(var(--bmi-ink));
}

.text-bmi-ink\/40 {
  color: hsl(var(--bmi-ink) / .4);
}

.text-bmi-ink\/50 {
  color: hsl(var(--bmi-ink) / .5);
}

.text-bmi-ink\/60 {
  color: hsl(var(--bmi-ink) / .6);
}

.text-card-foreground {
  color: hsl(var(--card-foreground));
}

.text-current {
  color: currentColor;
}

.text-destructive {
  color: hsl(var(--destructive));
}

.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-foreground {
  color: hsl(var(--foreground));
}

.text-foreground\/50 {
  color: hsl(var(--foreground) / .5);
}

.text-foreground\/80 {
  color: hsl(var(--foreground) / .8);
}

.text-foreground\/85 {
  color: hsl(var(--foreground) / .85);
}

.text-foreground\/90 {
  color: hsl(var(--foreground) / .9);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.text-muted-foreground\/40 {
  color: hsl(var(--muted-foreground) / .4);
}

.text-muted-foreground\/50 {
  color: hsl(var(--muted-foreground) / .5);
}

.text-muted-foreground\/70 {
  color: hsl(var(--muted-foreground) / .7);
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}

.text-primary {
  color: hsl(var(--primary));
}

.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.text-primary-foreground\/70 {
  color: hsl(var(--primary-foreground) / .7);
}

.text-primary-foreground\/80 {
  color: hsl(var(--primary-foreground) / .8);
}

.text-primary-foreground\/90 {
  color: hsl(var(--primary-foreground) / .9);
}

.text-primary\/10 {
  color: hsl(var(--primary) / .1);
}

.text-primary\/60 {
  color: hsl(var(--primary) / .6);
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

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

.text-white\/70 {
  color: #ffffffb3;
}

.text-white\/80 {
  color: #fffc;
}

.text-white\/90 {
  color: #ffffffe6;
}

.underline {
  text-decoration-line: underline;
}

.underline-offset-2 {
  text-underline-offset: 2px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: .2;
}

.opacity-30 {
  opacity: .3;
}

.opacity-40 {
  opacity: .4;
}

.opacity-50 {
  opacity: .5;
}

.opacity-60 {
  opacity: .6;
}

.opacity-70 {
  opacity: .7;
}

.opacity-80 {
  opacity: .8;
}

.opacity-90 {
  opacity: .9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_20px_rgba\(34\,139\,34\,0\.3\)\] {
  --tw-shadow: 0 0 20px #228b224d;
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-elevated {
  --tw-shadow: var(--shadow-elevated);
  --tw-shadow-colored: var(--shadow-elevated);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-soft {
  --tw-shadow: var(--shadow-soft);
  --tw-shadow-colored: var(--shadow-soft);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-primary\/30 {
  --tw-shadow-color: hsl(var(--primary) / .3);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

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

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

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

.ring-background {
  --tw-ring-color: hsl(var(--background));
}

.ring-primary {
  --tw-ring-color: hsl(var(--primary));
}

.ring-primary\/10 {
  --tw-ring-color: hsl(var(--primary) / .1);
}

.ring-primary\/30 {
  --tw-ring-color: hsl(var(--primary) / .3);
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}

.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px #0000001a) drop-shadow(0 1px 1px #0000000f);
  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);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px #0000000a) drop-shadow(0 4px 3px #0000001a);
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px #00000012) drop-shadow(0 2px 2px #0000000f);
  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);
}

.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);
}

.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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -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);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

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

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.duration-1000 {
  transition-duration: 1s;
}

.duration-200 {
  transition-duration: .2s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}

.animate-in {
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
  animation-name: enter;
  animation-duration: .15s;
}

.fade-in, .fade-in-0 {
  --tw-enter-opacity: 0;
}

.zoom-in-95 {
  --tw-enter-scale: .95;
}

.slide-in-from-bottom-4 {
  --tw-enter-translate-y: 1rem;
}

.slide-in-from-right-4 {
  --tw-enter-translate-x: 1rem;
}

.slide-in-from-top-1 {
  --tw-enter-translate-y: -.25rem;
}

.slide-in-from-top-2 {
  --tw-enter-translate-y: -.5rem;
}

.duration-1000 {
  animation-duration: 1s;
}

.duration-200 {
  animation-duration: .2s;
}

.duration-300 {
  animation-duration: .3s;
}

.duration-500 {
  animation-duration: .5s;
}

.duration-700 {
  animation-duration: .7s;
}

.ease-in-out {
  animation-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.running {
  animation-play-state: running;
}

.text-balance {
  text-wrap: balance;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.\[appearance\:textfield\] {
  appearance: textfield;
}

html.font-fa, html.font-fa body {
  font-family: Vazirmatn, IRANSans, Inter, ui-sans-serif, system-ui, sans-serif;
}

html.font-ar, html.font-ar body {
  font-family: Vazirmatn, Noto Sans Arabic, Inter, ui-sans-serif, system-ui, sans-serif;
}

html.font-en, html.font-en body {
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}

@keyframes labelSlideIn {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%)scale(.8);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%)scale(1);
  }
}

@keyframes lineDrawIn {
  0% {
    stroke-dashoffset: 200px;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dotPopIn {
  0% {
    opacity: 0;
    transform: scale(0);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes stepTitleSlide {
  0% {
    opacity: 0;
    transform: translateY(-30px)scale(.9);
  }

  100% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }
}

@keyframes stepDetailsSlide {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes stepItemFade {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-step-title {
  animation: .5s cubic-bezier(.16, 1, .3, 1) forwards stepTitleSlide;
}

.animate-step-details {
  opacity: 0;
  animation: .6s cubic-bezier(.16, 1, .3, 1) .15s forwards stepDetailsSlide;
}

.animate-step-item {
  opacity: 0;
  animation: .4s cubic-bezier(.16, 1, .3, 1) forwards stepItemFade;
}

@keyframes bmiBreathe {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.035);
  }
}

@keyframes bmiBob {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-2px);
  }
}

@keyframes bmiSwing {
  0%, 100% {
    transform: rotate(-7deg);
  }

  50% {
    transform: rotate(7deg);
  }
}

@keyframes bmiSwingAlt {
  0%, 100% {
    transform: rotate(7deg);
  }

  50% {
    transform: rotate(-7deg);
  }
}

@keyframes bmiStep {
  0%, 100% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(4deg);
  }
}

@keyframes bmiStepAlt {
  0%, 100% {
    transform: rotate(4deg);
  }

  50% {
    transform: rotate(-4deg);
  }
}

.bmi-breathe {
  animation: 3s ease-in-out infinite bmiBreathe;
}

.bmi-bob {
  animation: 3s ease-in-out infinite bmiBob;
}

.bmi-arm-left {
  animation: 2.4s ease-in-out infinite bmiSwing;
}

.bmi-arm-right {
  animation: 2.4s ease-in-out infinite bmiSwingAlt;
}

.bmi-leg-left {
  animation: 2.4s ease-in-out infinite bmiStep;
}

.bmi-leg-right {
  animation: 2.4s ease-in-out infinite bmiStepAlt;
}

@media (prefers-reduced-motion: reduce) {
  .bmi-breathe, .bmi-bob, .bmi-arm-left, .bmi-arm-right, .bmi-leg-left, .bmi-leg-right {
    animation: none;
  }
}

.file\:border-0::file-selector-button {
  border-width: 0;
}

.file\:bg-transparent::file-selector-button {
  background-color: #0000;
}

.file\:text-sm::file-selector-button {
  font-size: .875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}

.placeholder\:text-xs::placeholder {
  font-size: .75rem;
  line-height: 1rem;
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(var(--muted-foreground));
}

.last\:border-0:last-child {
  border-width: 0;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0;
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.hover\:-translate-y-1:hover {
  --tw-translate-y: -.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-background\/70:hover {
  border-color: hsl(var(--background) / .7);
}

.hover\:border-border:hover {
  border-color: hsl(var(--border));
}

.hover\:border-border\/80:hover {
  border-color: hsl(var(--border) / .8);
}

.hover\:border-primary:hover {
  border-color: hsl(var(--primary));
}

.hover\:border-primary\/30:hover {
  border-color: hsl(var(--primary) / .3);
}

.hover\:border-primary\/40:hover {
  border-color: hsl(var(--primary) / .4);
}

.hover\:border-primary\/50:hover {
  border-color: hsl(var(--primary) / .5);
}

.hover\:border-primary\/60:hover {
  border-color: hsl(var(--primary) / .6);
}

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-accent\/80:hover {
  background-color: hsl(var(--accent) / .8);
}

.hover\:bg-background:hover {
  background-color: hsl(var(--background));
}

.hover\:bg-background\/20:hover {
  background-color: hsl(var(--background) / .2);
}

.hover\:bg-background\/70:hover {
  background-color: hsl(var(--background) / .7);
}

.hover\:bg-background\/80:hover {
  background-color: hsl(var(--background) / .8);
}

.hover\:bg-destructive\/10:hover {
  background-color: hsl(var(--destructive) / .1);
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / .8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / .9);
}

.hover\:bg-muted:hover {
  background-color: hsl(var(--muted));
}

.hover\:bg-muted\/30:hover {
  background-color: hsl(var(--muted) / .3);
}

.hover\:bg-muted\/40:hover {
  background-color: hsl(var(--muted) / .4);
}

.hover\:bg-muted\/50:hover {
  background-color: hsl(var(--muted) / .5);
}

.hover\:bg-muted\/80:hover {
  background-color: hsl(var(--muted) / .8);
}

.hover\:bg-primary:hover {
  background-color: hsl(var(--primary));
}

.hover\:bg-primary-foreground\/20:hover {
  background-color: hsl(var(--primary-foreground) / .2);
}

.hover\:bg-primary\/10:hover {
  background-color: hsl(var(--primary) / .1);
}

.hover\:bg-primary\/5:hover {
  background-color: hsl(var(--primary) / .05);
}

.hover\:bg-primary\/60:hover {
  background-color: hsl(var(--primary) / .6);
}

.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--primary) / .8);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / .9);
}

.hover\:bg-secondary:hover {
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / .8);
}

.hover\:bg-transparent:hover {
  background-color: #0000;
}

.hover\:bg-white\/10:hover {
  background-color: #ffffff1a;
}

.hover\:bg-white\/20:hover {
  background-color: #fff3;
}

.hover\:text-accent:hover {
  color: hsl(var(--accent));
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

.hover\:text-background:hover {
  color: hsl(var(--background));
}

.hover\:text-bmi-ink:hover {
  color: hsl(var(--bmi-ink));
}

.hover\:text-destructive:hover {
  color: hsl(var(--destructive));
}

.hover\:text-foreground:hover {
  color: hsl(var(--foreground));
}

.hover\:text-primary:hover {
  color: hsl(var(--primary));
}

.hover\:text-primary-foreground:hover {
  color: hsl(var(--primary-foreground));
}

.hover\:text-primary\/80:hover {
  color: hsl(var(--primary) / .8);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-70:hover {
  opacity: .7;
}

.hover\:opacity-90:hover {
  opacity: .9;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-elevated:hover {
  --tw-shadow: var(--shadow-elevated);
  --tw-shadow-colored: var(--shadow-elevated);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:w-52:focus {
  width: 13rem;
}

.focus\:border-border:focus {
  border-color: hsl(var(--border));
}

.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

.focus\:bg-background:focus {
  background-color: hsl(var(--background));
}

.focus\:bg-primary:focus {
  background-color: hsl(var(--primary));
}

.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

.focus\:text-primary-foreground:focus {
  color: hsl(var(--primary-foreground));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

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

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

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

.focus\:ring-primary:focus {
  --tw-ring-color: hsl(var(--primary));
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

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

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

.focus-visible\:ring-background:focus-visible {
  --tw-ring-color: hsl(var(--background));
}

.focus-visible\:ring-primary:focus-visible {
  --tw-ring-color: hsl(var(--primary));
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:scale-\[0\.98\]:active {
  --tw-scale-x: .98;
  --tw-scale-y: .98;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

.active\:bg-primary\/10:active {
  background-color: hsl(var(--primary) / .1);
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:opacity-50:disabled {
  opacity: .5;
}

.group:hover .group-hover\:-translate-y-1 {
  --tw-translate-y: -.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:rotate-3 {
  --tw-rotate: 3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:border-primary {
  border-color: hsl(var(--primary));
}

.group:hover .group-hover\:bg-primary {
  background-color: hsl(var(--primary));
}

.group:hover .group-hover\:bg-primary\/20 {
  background-color: hsl(var(--primary) / .2);
}

.group:hover .group-hover\:text-primary {
  color: hsl(var(--primary));
}

.group:hover .group-hover\:text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-primary\/30 {
  --tw-shadow-color: hsl(var(--primary) / .3);
  --tw-shadow: var(--tw-shadow-colored);
}

.group:hover .group-hover\:shadow-primary\/50 {
  --tw-shadow-color: hsl(var(--primary) / .5);
  --tw-shadow: var(--tw-shadow-colored);
}

.group:hover .group-hover\:\[transform\:rotateY\(8deg\)_rotateX\(-4deg\)_scale\(1\.05\)\] {
  transform: rotateY(8deg)rotateX(-4deg)scale(1.05);
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(var(--muted) / .4);
}

.group.toaster .group-\[\.toaster\]\:border-border {
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary {
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background {
  background-color: hsl(var(--background));
}

.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground {
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(var(--destructive) / .3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: .7;
}

.aria-selected\:bg-accent[aria-selected="true"] {
  background-color: hsl(var(--accent));
}

.aria-selected\:bg-accent\/50[aria-selected="true"] {
  background-color: hsl(var(--accent) / .5);
}

.aria-selected\:text-accent-foreground[aria-selected="true"] {
  color: hsl(var(--accent-foreground));
}

.aria-selected\:text-muted-foreground[aria-selected="true"] {
  color: hsl(var(--muted-foreground));
}

.aria-selected\:opacity-100[aria-selected="true"] {
  opacity: 1;
}

.aria-selected\:opacity-30[aria-selected="true"] {
  opacity: .3;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-5[data-state="checked"] {
  --tw-translate-x: 1.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"], .data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes accordion-up {
  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: .2s ease-out accordion-up;
}

@keyframes accordion-down {
  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: .2s ease-out accordion-down;
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(var(--primary-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: .5;
}

.data-\[state\=active\]\:shadow-sm[data-state="active"] {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: .3s;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: .5s;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
  animation-name: enter;
  animation-duration: .15s;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"], .data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
  animation-name: exit;
  animation-duration: .15s;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
  --tw-exit-opacity: .8;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: .5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: .5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"], .data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: .3s;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: .5s;
}

.prose-headings\:font-display :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-family: Playfair Display, serif;
}

.prose-headings\:tracking-tight :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  letter-spacing: -.025em;
}

.prose-headings\:text-foreground :where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: hsl(var(--foreground));
}

.prose-p\:leading-relaxed :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  line-height: 1.625;
}

.prose-p\:text-foreground\/85 :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: hsl(var(--foreground) / .85);
}

.prose-a\:text-primary :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: hsl(var(--primary));
}

.prose-a\:no-underline :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  text-decoration-line: none;
}

.hover\:prose-a\:text-primary\/80 :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)):hover {
  color: hsl(var(--primary) / .8);
}

.hover\:prose-a\:underline :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)):hover {
  text-decoration-line: underline;
}

.prose-blockquote\:border-l-primary :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-left-color: hsl(var(--primary));
}

.prose-blockquote\:italic :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-style: italic;
}

.prose-blockquote\:text-muted-foreground :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: hsl(var(--muted-foreground));
}

.prose-strong\:text-foreground :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: hsl(var(--foreground));
}

.prose-li\:text-foreground\/85 :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: hsl(var(--foreground) / .85);
}

.prose-img\:mx-auto :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-left: auto;
  margin-right: auto;
}

.prose-img\:rounded-xl :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-radius: .75rem;
}

.prose-img\:shadow-md :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.prose-hr\:border-border :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: hsl(var(--border));
}

.dark\:border-destructive:is(.dark *) {
  border-color: hsl(var(--destructive));
}

.dark\:bg-green-900\/30:is(.dark *) {
  background-color: #14532d4d;
}

@media (min-width: 380px) {
  .min-\[380px\]\:inline {
    display: inline;
  }
}

@media (min-width: 420px) {
  .min-\[420px\]\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 640px) {
  .sm\:-inset-2 {
    inset: -.5rem;
  }

  .sm\:-inset-3\.5 {
    inset: -.875rem;
  }

  .sm\:-inset-\[22px\] {
    inset: -22px;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-start-3 {
    grid-column-start: 3;
  }

  .sm\:row-start-1 {
    grid-row-start: 1;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

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

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:contents {
    display: contents;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-\[3\/4\] {
    aspect-ratio: 3 / 4;
  }

  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

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

  .sm\:h-\[420px\] {
    height: 420px;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:\!w-\[320px\] {
    width: 320px !important;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:w-64 {
    width: 16rem;
  }

  .sm\:w-72 {
    width: 18rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:scale-\[1\.03\] {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:snap-none {
    scroll-snap-type: none;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[200px\,1fr\,auto\] {
    grid-template-columns: 200px 1fr auto;
  }

  .sm\:grid-cols-\[9rem_minmax\(0\,1fr\)\] {
    grid-template-columns: 9rem minmax(0, 1fr);
  }

  .sm\:grid-cols-\[9rem_minmax\(0\,1fr\)_auto\] {
    grid-template-columns: 9rem minmax(0, 1fr) auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-1\.5 {
    gap: .375rem;
  }

  .sm\:gap-2 {
    gap: .5rem;
  }

  .sm\:gap-2\.5 {
    gap: .625rem;
  }

  .sm\:gap-3 {
    gap: .75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

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

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

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

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

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

  .sm\:justify-self-end {
    justify-self: end;
  }

  .sm\:overflow-x-visible {
    overflow-x: visible;
  }

  .sm\:rounded-lg {
    border-radius: var(--radius);
  }

  .sm\:rounded-xl {
    border-radius: .75rem;
  }

  .sm\:p-2 {
    padding: .5rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

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

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

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

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

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

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

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

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

  .sm\:text-xs {
    font-size: .75rem;
    line-height: 1rem;
  }

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

  .sm\:hover\:-translate-y-2:hover {
    --tw-translate-y: -.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:hover\:scale-\[1\.03\]:hover {
    --tw-scale-x: 1.03;
    --tw-scale-y: 1.03;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px) {
  .md\:-inset-\[10px\] {
    inset: -10px;
  }

  .md\:-inset-\[18px\] {
    inset: -18px;
  }

  .md\:-inset-\[30px\] {
    inset: -30px;
  }

  .md\:bottom-6 {
    bottom: 1.5rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

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

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-3 {
    height: .75rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-\[140px\] {
    height: 140px;
  }

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

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

  .md\:h-\[480px\] {
    height: 480px;
  }

  .md\:h-\[70vh\] {
    height: 70vh;
  }

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3 {
    width: .75rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-\[140px\] {
    width: 140px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-\[1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr auto;
  }

  .md\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: .5rem;
  }

  .md\:gap-3 {
    gap: .75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:bg-black\/30 {
    background-color: #0000004d;
  }

  .md\:bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
  }

  .md\:to-transparent {
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-3 {
    padding: .75rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

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

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

  .md\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

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

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

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

  .md\:text-xs {
    font-size: .75rem;
    line-height: 1rem;
  }

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

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-28 {
    top: 7rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[1fr_360px\] {
    grid-template-columns: 1fr 360px;
  }

  .lg\:grid-cols-\[240px_1fr\] {
    grid-template-columns: 240px 1fr;
  }

  .lg\:grid-cols-\[240px_minmax\(0\,1fr\)\] {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:table-cell {
    display: table-cell;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1536px) {
  .\32 xl\:table-cell {
    display: table-cell;
  }
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  appearance: none;
}

.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
  background-color: hsl(var(--accent));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside) {
  background-color: hsl(var(--accent) / .5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role="checkbox"]) {
  padding-right: 0;
}

.\[\&\>span\]\:line-clamp-1 > span {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.\[\&\>svg\+div\]\:translate-y-\[-3px\] > svg + div {
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>svg\]\:absolute > svg {
  position: absolute;
}

.\[\&\>svg\]\:left-4 > svg {
  left: 1rem;
}

.\[\&\>svg\]\:top-4 > svg {
  top: 1rem;
}

.\[\&\>svg\]\:text-destructive > svg {
  color: hsl(var(--destructive));
}

.\[\&\>svg\]\:text-foreground > svg {
  color: hsl(var(--foreground));
}

.\[\&\>svg\~\*\]\:pl-7 > svg ~ * {
  padding-left: 1.75rem;
}

.\[\&\>tr\]\:last\:border-b-0:last-child > tr {
  border-bottom-width: 0;
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state="open"] > svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\[data-state\=open\]\]\:rounded-b-none[data-state="open"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.\[\&_\*\]\:max-w-full * {
  max-width: 100%;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

/* [project]/src/pages/exclusive-production/exclusiveProduction.css [client] (css) */
.exclusive-production-app ::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.exclusive-production-app .productDesc {
  color: #fff;
  text-align: center;
  white-space: break-spaces;
  background-color: #000c;
  width: 90%;
  margin: 10px 2rem 0;
  padding: 10px 20px;
  font-size: 1.3rem;
  font-weight: bold;
}

.exclusive-production-app .modal-text {
  flex-direction: column-reverse;
  width: 100%;
  height: 100%;
  display: flex;
}

.exclusive-production-app #FaqQuestion {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 60px;
  box-shadow: 0 2px 5px #0000000d;
}

.exclusive-production-app .question-box {
  margin-bottom: 40px;
}

.exclusive-production-app .question-title {
  color: #333;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}

.exclusive-production-app .question-answers {
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
  gap: 8px;
  width: 65%;
  display: flex;
}

.exclusive-production-app .question-answers .input-number {
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  gap: 3px;
  display: flex;
}

.exclusive-production-app .section_type2 {
  width: 75%;
}

.exclusive-production-app .input-field {
  border: 1px solid #ccc;
  border-radius: 8px;
  width: 100%;
  padding: 6px 10px;
  font-size: 14px;
}

.exclusive-production-app .radio-field {
  accent-color: #0a500a;
  margin-right: 6px;
}

.exclusive-production-app .form-control {
  align-items: center;
  display: flex;
}

.exclusive-production-app .country {
  filter: drop-shadow(0 0 2px #000);
  border: 1px solid #ccc;
  border-radius: 15px;
  width: 25rem;
  height: 4rem;
  font-size: 18px;
}

.exclusive-production-app ::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.exclusive-production-app ::-webkit-scrollbar-thumb {
  background: #1ac61a;
}

.exclusive-production-app ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.exclusive-production-app * {
  margin: 0;
  padding: 0;
}

.exclusive-production-app *, .exclusive-production-app :after, .exclusive-production-app ::backdrop {
  box-sizing: border-box;
}

.exclusive-production-app {
  box-sizing: border-box;
  font-family: Archivo, Black Ops One, sans-serif;
  font-size: 1.6rem;
}

.exclusive-production-app .container {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.exclusive-production-app input[type="number"]::-webkit-inner-spin-button {
  width: 30px;
  height: 30px;
}

.exclusive-production-app input[type="number"]::-webkit-outer-spin-button {
  width: 30px;
  height: 30px;
}

.exclusive-production-app option:disabled {
  color: #c6c5c5;
  display: none;
}

.exclusive-production-app #quantity::placeholder {
  color: #151515;
}

.exclusive-production-app .screen-login {
  z-index: 1500;
  position: relative;
}

.exclusive-production-app .bg__login {
  width: 100vw;
  height: 100%;
}

.exclusive-production-app .link_login {
  cursor: pointer;
  position: absolute;
  top: 25%;
  left: 10%;
}

.exclusive-production-app .icon__login {
  width: 100%;
  max-width: 600px;
  animation: 2s infinite moveUpAndDown;
}

@keyframes moveUpAndDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.exclusive-production-app .content__login {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

.exclusive-production-app .qr_code {
  width: 15vw;
  margin: 5rem 0;
}

.exclusive-production-app .text__login {
  font-size: 3.6rem;
  font-weight: 500;
}

.exclusive-production-app .input_login {
  filter: drop-shadow(2px 4px 6px #000);
  text-align: center;
  caret-color: green;
  border: 2px solid #252525;
  border-radius: 1rem;
  width: 40rem;
  height: 5rem;
  margin: 2rem 0;
  font-size: 2rem;
}

.exclusive-production-app .input_login::placeholder {
  font-size: 2rem;
  font-weight: 400;
}

.exclusive-production-app .input_country {
  text-align: center;
  border: none;
  border-radius: 0 1rem 1rem 0;
}

.exclusive-production-app .input_country::placeholder {
  font-size: 2rem;
  font-weight: 400;
}

.exclusive-production-app .icone_singOut {
  cursor: pointer;
  width: 40px;
}

.exclusive-production-app .horeca_img, .exclusive-production-app .personal_img {
  width: 100%;
}

.exclusive-production-app .horeca_img img, .exclusive-production-app .personal_img img {
  filter: drop-shadow(2px 4px 6px #000);
  width: 100%;
}

.exclusive-production-app .horeca, .exclusive-production-app .personal {
  filter: drop-shadow(2px 4px 6px #000);
}

.exclusive-production-app .choose_icons {
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 27%;
  height: 50%;
  margin-bottom: 1.5rem;
  padding: 20px;
  display: flex;
}

.exclusive-production-app .shadow-box {
  background-image: url("https://managment.newshadrinks.com//Newshadrinks/img/subtle_grunge.webp");
  background-position: center;
  background-repeat: repeat;
  background-size: contain;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.exclusive-production-app .btn__login {
  color: #fff;
  filter: drop-shadow(2px 4px 6px #000);
  cursor: pointer;
  background: linear-gradient(104deg, #02b756 5.69%, #068e45 37.01%, #078642 69.35%, #02b756 98.99%);
  border: none;
  border-radius: 20px;
  width: 30rem;
  height: 5rem;
  margin-top: 6rem;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 2.6rem;
}

.exclusive-production-app #back_landing {
  background: linear-gradient(104deg, #535353 5.69%, #949996 37.01% 69.35%, #535353 98.99%);
}

.exclusive-production-app .fadeOut {
  opacity: 1;
  animation: 1s forwards fadeOutAnimation;
  transform: translateY(0);
}

@keyframes fadeOutAnimation {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
  }
}

.exclusive-production-app .fadeIn {
  opacity: 0;
  animation: 1s forwards fadeInAnimation;
  transform: translateY(100%);
}

@keyframes fadeInAnimation {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.exclusive-production-app .fadeLeft {
  opacity: 1;
  animation: 1s forwards fadeLeftAnimation;
  transform: translateX(0);
}

@keyframes fadeLeftAnimation {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
  }
}

.exclusive-production-app .fadeRight {
  opacity: 0;
  animation: 1s forwards fadeRightAnimation;
  transform: translateX(100%);
}

@keyframes fadeRightAnimation {
  from {
    opacity: 0;
    transform: translateX(100%);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.exclusive-production-app footer {
  text-align: center;
  background: linear-gradient(#919191 -18.5%, #727272 128.5%);
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 7vh;
  display: flex;
}

.exclusive-production-app .progress {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 7vh;
  display: flex;
}

.exclusive-production-app .progress_bar {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 0 1rem;
  display: flex;
}

.exclusive-production-app .circle {
  cursor: pointer;
}

.exclusive-production-app .progress .circle, .exclusive-production-app .progress .bar {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 4rem;
  width: 4rem;
  height: 4rem;
  display: inline-block;
}

.exclusive-production-app .progress .bar {
  border-left: none;
  border-right: none;
  border-radius: 0;
  width: 15%;
  height: 6px;
  margin-left: -5px;
  margin-right: -5px;
  position: relative;
  top: -3px;
}

.exclusive-production-app .progress .circle .label {
  color: #b5b5ba;
  border-radius: 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  margin-top: 3px;
  font-size: 2rem;
  line-height: 3.2rem;
  display: inline-block;
}

.exclusive-production-app .progress .circle .title {
  color: #b5b5ba;
  margin-left: -5px;
  font-size: 1.3rem;
  line-height: 3rem;
}

.exclusive-production-app .progress .bar.done, .exclusive-production-app .progress .circle.done {
  z-index: 9;
  background: #27e108;
}

.exclusive-production-app .progress .circle.done .label {
  color: #fff;
  background: #27e108;
  box-shadow: inset 0 0 2px #0003;
}

.exclusive-production-app .progress .circle.done .title {
  color: #444;
}

.exclusive-production-app .progress_step {
  outline-offset: 5px;
  background: #fff;
  border-radius: 5px;
  outline: 2px solid #dbd4d4;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 4rem;
  margin: 0 2rem;
  display: flex;
}

.exclusive-production-app .progress_step span {
  text-align: center;
  color: #21ae0a;
  font-size: 2.2rem;
  font-weight: bold;
}

.exclusive-production-app .section_top {
  height: 93vh;
  display: flex;
  position: relative;
}

.exclusive-production-app .sidebar {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 30vw;
  height: 100%;
  display: flex;
  box-shadow: inset -4px 0 14px #00000026;
}

.exclusive-production-app .main_content {
  flex-direction: column;
  align-items: center;
  width: 70vw;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.exclusive-production-app .bg_pages {
  z-index: -1;
  width: 170%;
  height: 135%;
  position: absolute;
}

.exclusive-production-app .welcome_text {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin-top: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2.6rem;
  display: flex;
}

.exclusive-production-app .line_botton {
  background-image: linear-gradient(90deg, #02b756 0%, #02b75600 100%);
  width: 95%;
  height: 2px;
  margin: 1.5rem 0;
}

.exclusive-production-app .crm-section {
  justify-content: space-between;
  width: 90%;
  display: flex;
}

.exclusive-production-app .crm_box {
  cursor: pointer;
  border: 2px solid #02b756;
  border-radius: 20px;
  justify-content: space-around;
  align-items: center;
  width: 48%;
  margin-bottom: 1.5rem;
  padding: 6px;
  display: flex;
  box-shadow: 0 7px 2.4rem #0003;
}

.exclusive-production-app .crm_box div {
  text-align: center;
  font-weight: 600;
}

.exclusive-production-app .section_top_sidebar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.exclusive-production-app .btn_submit {
  cursor: pointer;
  color: #fff;
  background: #02b756;
  border: none;
  border-radius: 6px;
  justify-content: space-around;
  align-items: center;
  width: 90%;
  height: 6.6rem;
  margin: 2rem 0;
  font-size: 2.4rem;
  display: flex;
}

.exclusive-production-app .w-30 {
  width: 30%;
}

.exclusive-production-app .w-35 {
  width: 35%;
}

.exclusive-production-app .icon_list-item {
  cursor: pointer;
  min-width: 100px;
}

.exclusive-production-app .section_bottom_sidebar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.exclusive-production-app .section_bottom_sidebar > p {
  margin: .8rem 0;
  font-size: 2rem;
}

.exclusive-production-app .main_header {
  color: #fff;
  background: linear-gradient(#02a34d 0%, #02c65d 100%);
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 6rem;
  font-size: 3.2rem;
  display: flex;
  box-shadow: inset -1px -1.6rem 1.6rem #029e4a;
}

.exclusive-production-app .container_content {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  height: 100%;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.exclusive-production-app .container_content-page2 {
  justify-content: flex-start;
  position: relative;
}

.exclusive-production-app .screen_8, .exclusive-production-app .screen_9 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow-y: auto;
}

.exclusive-production-app .box_nextstep {
  justify-content: end;
  width: 100%;
  height: 60px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 0 1rem;
  display: flex;
}

.exclusive-production-app .box_nextstepFirst {
  justify-content: space-between;
}

.exclusive-production-app .message_blend {
  -webkit-text-stroke: thin;
  text-align: center;
  width: 100%;
  padding: 2rem 1rem;
  font-size: x-large;
}

.exclusive-production-app #btn_back {
  width: 144px;
}

.exclusive-production-app .btn_choice {
  justify-content: space-evenly;
  align-items: center;
  gap: 5px;
  width: 100%;
  padding: 2rem;
  display: flex;
}

.exclusive-production-app .btn_top, .exclusive-production-app .btn_faq {
  cursor: pointer;
  filter: drop-shadow(2px 4px 6px #000);
  background: none;
  border: none;
  border-radius: 50%;
}

.exclusive-production-app .btn_top > img, .exclusive-production-app .btn_faq > img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
  overflow: hidden;
}

.exclusive-production-app .box_products {
  width: 100%;
}

.exclusive-production-app .card_product {
  flex-direction: column;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.exclusive-production-app .card_product-page4 {
  width: unset;
}

.exclusive-production-app .grid-container {
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
}

.exclusive-production-app .item_product {
  border: 4px solid #02b756;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.exclusive-production-app .img_product {
  width: 200%;
}

.exclusive-production-app .text_product {
  text-align: center;
  margin: 1.6rem 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.exclusive-production-app .btn_product {
  cursor: pointer;
  color: #fff;
  background: #02b756;
  border: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
}

.exclusive-production-app .btn_inactive-product {
  cursor: not-allowed;
  color: #fff;
  background: #8c8e8d;
  border: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
}

.exclusive-production-app .btn_create-product {
  cursor: pointer;
  color: #fff;
  filter: drop-shadow(2px 4px 6px #000);
  background: gray;
  border: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 1.5rem;
  position: absolute;
  top: 92%;
  right: 40%;
}

.exclusive-production-app .btn_add-plants {
  cursor: pointer;
  color: #fff;
  background: #0f6aa3;
  border: none;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  font-size: 3rem;
}

.exclusive-production-app .input_shake {
  border: 2px solid #02b756;
  animation: .5s shake;
}

.exclusive-production-app .input_login-error {
  border: 2px solid red;
  animation: .5s shake;
}

@keyframes shake {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.exclusive-production-app .overlay {
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
}

.exclusive-production-app .overlay_container {
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
}

.exclusive-production-app .overlay_text {
  color: #fff;
  white-space: nowrap;
  font-size: 2rem;
  animation: 8s linear infinite marquee;
  display: inline-block;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.exclusive-production-app .animated-element {
  animation: 2s linear infinite slideAnimation;
  position: absolute;
  top: 60%;
  right: 50%;
  transform: translateX(50%);
}

@keyframes slideAnimation {
  0% {
    left: 0;
  }

  50% {
    left: 20px;
  }

  100% {
    left: 0;
  }
}

.exclusive-production-app .overlay_icon {
  color: #fff;
  cursor: pointer;
  width: 4rem;
  font-size: 4rem;
}

.exclusive-production-app .modal_overlay-icon {
  z-index: 1500;
  background: #fff;
  border: 2px solid #02b756;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 70%;
  height: 70%;
  display: flex;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.exclusive-production-app .modal_add-product, .exclusive-production-app .modal_style {
  text-align: center;
  z-index: 1500;
  background: url("https://managment.newshadrinks.com//Newshadrinks/img/subtle_grunge.webp");
  border: 2px solid #02b756;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  max-width: 800px;
  height: 50%;
  padding: 1rem;
  display: flex;
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.exclusive-production-app .modal_style p {
  color: #717171;
  border-bottom: 1px solid #717171;
  width: 80%;
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.exclusive-production-app .modal_done-order {
  height: unset;
}

.exclusive-production-app #btn_close, .exclusive-production-app #btn_return {
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #02b756;
  margin: 2rem 0;
}

.exclusive-production-app .modal_overlay-icon img {
  width: 50%;
}

.exclusive-production-app .close_button {
  fill: #fff;
  cursor: pointer;
  background: #000c;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 1.5rem;
  right: 3rem;
}

.exclusive-production-app .text_modal {
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #000c;
  width: 90%;
  margin: 0 2rem;
  padding: 10px 5px;
  font-size: 2rem;
  font-weight: bold;
  overflow: hidden;
}

.exclusive-production-app .hide_modal {
  display: none !important;
}

.exclusive-production-app .hide_visibility {
  visibility: hidden;
}

.exclusive-production-app .hide_spiner {
  display: none !important;
}

.exclusive-production-app .overlay_dark {
  z-index: 1100;
  background: #000000b3;
  width: 100%;
  height: 100%;
  position: fixed;
}

.exclusive-production-app .flex-container {
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  display: flex;
}

.exclusive-production-app .box_success {
  flex-direction: column;
  align-items: center;
}

.exclusive-production-app .form_modal {
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 100%;
  display: flex;
}

.exclusive-production-app .select_filter-box {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  display: flex;
}

.exclusive-production-app .filter-detail {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.exclusive-production-app .flex-item {
  border: 1px solid #000;
  flex: 1;
  margin-right: 10px;
}

.exclusive-production-app .new_Weight {
  text-align: center;
  cursor: pointer;
  border: 1px solid #717171;
  border-radius: 10px;
  width: 40%;
  padding: 26px 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.exclusive-production-app .new_Weight::placeholder {
  color: #6d6d6d;
}

.exclusive-production-app .teabagWrapper {
  width: 50%;
  padding: 15px 1rem;
}

.exclusive-production-app .wraper_inputs {
  justify-content: flex-start;
  align-items: center;
  margin: 5px 10px;
  display: flex;
}

.exclusive-production-app .select_sashe-tea {
  max-width: 248px;
}

.exclusive-production-app .wraper_inputs input {
  width: 30px;
  height: 30px;
}

.exclusive-production-app .wraper_inputs label {
  margin: 10px;
}

.exclusive-production-app .btns_dropdown {
  justify-content: space-evenly;
  align-items: center;
  width: 80%;
  height: 20%;
  display: flex;
}

.exclusive-production-app .btn_dropdown {
  border-radius: 6px;
  width: 40%;
  max-width: 200px;
  height: 70px;
  font-size: 2rem;
}

.exclusive-production-app .input_login::placeholder {
  color: #717171;
  font-weight: lighter;
}

.exclusive-production-app .submit_modal {
  color: #fff;
  cursor: pointer;
  background: #02b756;
  border: none;
  border-radius: 6px;
  width: 40%;
  max-width: 200px;
  height: 70px;
  font-size: 2rem;
}

.exclusive-production-app .see_herb {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.exclusive-production-app .btn_dropdown-add {
  color: #fff;
  background: #02b756;
  border: none;
}

.exclusive-production-app .btn_dropdown-more {
  cursor: pointer;
  fill: #5f5f5f;
  position: absolute;
  top: 10px;
  right: 10px;
}

.exclusive-production-app .btn_dropdown-cancle {
  position: unset;
  border: 2px solid #02b756;
}

.exclusive-production-app .table_list-products {
  border: 2px solid #252525;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 95%;
  height: 80%;
  display: flex;
  overflow-x: scroll;
}

.exclusive-production-app .header_table {
  border-bottom: 2px solid #252525;
  align-items: center;
  min-width: 760px;
  padding: 6px;
  display: flex;
}

.exclusive-production-app .screen_8, .exclusive-production-app .screen_9 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  overflow-y: scroll;
}

.exclusive-production-app .screen_8 {
  background: url("https://managment.newshadrinks.com/videos/newshaDrinks/Landing-Page/double-bubble-outline.png");
}

.exclusive-production-app .screen_9 {
  background: url("https://managment.newshadrinks.com//Newshadrinks/img/subtle_grunge.webp");
}

.exclusive-production-app .screen_8 h1 {
  text-align: center;
  padding: 4rem 0;
}

.exclusive-production-app section {
  padding: 2rem;
}

.exclusive-production-app section div {
  align-items: center;
  margin: 1rem 0;
  display: flex;
}

.exclusive-production-app section h2, .exclusive-production-app section label {
  font-size: 18px;
}

.exclusive-production-app section div input:not([type="checkbox"]) {
  filter: drop-shadow(0 0 2px #000);
  width: 25rem;
  height: 4rem;
  font-size: 18px;
}

.exclusive-production-app section div input[type="checkbox"] {
  cursor: pointer;
  vertical-align: middle;
  appearance: none;
  filter: drop-shadow(0 0 2px #000);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  margin-right: 2rem;
  padding: 7px;
}

.exclusive-production-app section div input[type="checkbox"]:checked {
  background-color: #02b756;
}

.exclusive-production-app .inputs_wrraper {
  justify-content: space-between;
  width: 100%;
}

.exclusive-production-app .section_1 .inputs_wrraper input {
  border-radius: 20px;
  padding: 0 5px;
}

.exclusive-production-app #specify_form, .exclusive-production-app #otherMethodText_form, .exclusive-production-app #quantity_form {
  border-radius: 20px;
}

.exclusive-production-app .section_1 .inputs_wrraper input::placeholder {
  color: gray;
}

.exclusive-production-app .header_table p {
  text-align: center;
  min-width: 100px;
  padding: 11px 0;
  font-size: 1.8rem;
  font-weight: bold;
}

.exclusive-production-app .header_table > p:first-child {
  min-width: 250px;
}

.exclusive-production-app .header_table > p:nth-child(3) {
  min-width: 220px;
}

.exclusive-production-app .footer_table {
  border-top: 2px solid #252525;
}

.exclusive-production-app .footer_table tr td {
  text-align: center;
  border: 1px solid #252525;
  padding: 10px 0;
  font-size: 1.8rem;
}

.exclusive-production-app table.footer_table tr:last-of-type {
  height: 5rem;
}

.exclusive-production-app table, .exclusive-production-app th, .exclusive-production-app td {
  border-collapse: collapse;
}

.exclusive-production-app .currency {
  border: none;
  width: 70%;
  font-size: 1.8rem;
  font-weight: bold;
}

.exclusive-production-app .table_list-item {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.exclusive-production-app .list_plants-add {
  justify-content: space-between !important;
}

.exclusive-production-app .table_list-item ul li {
  border-bottom: 1px solid #252525;
  align-items: center;
  min-width: 760px;
  padding: 6px;
  display: flex;
}

.exclusive-production-app .list_Plantts {
  overflow-y: scroll;
}

.exclusive-production-app .list_Plantts .list_plants-add {
  width: 100%;
}

.exclusive-production-app .text_error {
  color: red;
}

.exclusive-production-app .table_list-item ul li div {
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 1.6rem;
  display: flex;
}

.exclusive-production-app .table_list-item ul li div:nth-child(3) {
  min-width: 220px;
}

.exclusive-production-app .name_list-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 130px;
  font-weight: 600;
  overflow: hidden;
}

.exclusive-production-app .img_list-item {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.exclusive-production-app .count_list-item {
  min-width: 100px;
  padding: 5px 0;
  font-weight: 600;
}

.exclusive-production-app .image_list-item {
  min-width: 250px;
  overflow: hidden;
  justify-content: flex-start !important;
}

.exclusive-production-app .box_create-products {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.exclusive-production-app .box_create-products-page4 {
  flex-direction: column;
  justify-content: space-between;
}

.exclusive-production-app .box_create-top-page {
  align-items: center;
  width: 100%;
  height: 90%;
  margin-top: 4rem;
  display: flex;
}

.exclusive-production-app .overlay_create-products {
  width: 100%;
  height: 100%;
  right: 0;
  left: unset;
  background: #dbdadacc;
  transition: all 1s;
}

.exclusive-production-app .product_composition_table {
  background: linear-gradient(#efefef, #f6f6f6);
  border: 2px solid #33a36d;
  border-radius: 4rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 56vh;
  max-height: 56vh;
  display: flex;
  overflow-y: scroll;
}

.exclusive-production-app .composition_table-row1 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  display: flex;
}

.exclusive-production-app .image_box-selected .image_box-selectedTea {
  border: 3px dashed green;
  border-radius: 50%;
  width: 40%;
  margin-right: 10px;
}

.exclusive-production-app .composition_table-row1 select {
  width: 50%;
  height: 5rem;
  font-size: 1.6rem;
}

.exclusive-production-app .composition_table-row2 {
  background: #d8d8d8;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  padding: 1rem;
  display: flex;
}

.exclusive-production-app .composition_table-row2 div {
  flex: 1;
  margin-right: 1rem;
}

.exclusive-production-app .spanTop_range {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 1.6rem;
  display: flex;
}

.exclusive-production-app .myRange {
  background: #d8d8d8;
  width: 100%;
}

.exclusive-production-app .composition_table-row3 {
  border: 2px solid #000;
  border-radius: 6px 6px 0 0;
  width: 90%;
  height: 60%;
  max-height: 167px;
}

.exclusive-production-app .customize_inputs {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.exclusive-production-app .customize_inputs > div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  margin: 1rem 0;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
}

.exclusive-production-app .text_warning {
  text-align: center;
  background-color: #ffeded;
  border: 1px solid red;
  border-radius: 1rem;
  padding: 1rem;
  font-size: 16px;
  font-weight: normal;
}

.exclusive-production-app .customize_image {
  text-align: center;
  color: #717171;
  background-color: #fff;
  border: 2px dashed #000;
  border-radius: 1rem;
  width: 90%;
  padding: 1.5rem 0;
}

.exclusive-production-app .checkbox-copyright {
  align-items: flex-start;
  width: 90%;
  margin-top: 1rem;
  display: flex;
}

.exclusive-production-app .checkbox-copyright input {
  cursor: pointer;
  width: 3rem;
  height: 2rem;
  margin-right: 1rem;
}

.exclusive-production-app .checkbox-copyright label {
  cursor: pointer;
}

.exclusive-production-app .customize_image img {
  cursor: pointer;
  width: 4rem;
}

.exclusive-production-app .image-upload {
  height: 40px;
}

.exclusive-production-app .image-upload > input, .exclusive-production-app .sectionFirst, .exclusive-production-app .sectionColor {
  display: none;
}

.exclusive-production-app .container_img-uploaded {
  justify-content: center;
  width: 50%;
  min-height: 560px;
  max-height: 560px;
  position: relative;
  overflow: hidden;
}

.exclusive-production-app .img_focus {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}

.exclusive-production-app .btn_next {
  justify-content: end;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  display: flex;
}

.exclusive-production-app .btn_next-step {
  cursor: pointer;
  color: #fff;
  filter: drop-shadow(2px 4px 6px #000);
  background: linear-gradient(104deg, #02b756 5.69%, #068e45 37.01%, #078642 69.35%, #02b756 98.99%);
  border: none;
  border-radius: 20px;
  padding: 1.4rem;
  font-size: 2.4rem;
}

.exclusive-production-app .btn_done-container {
  justify-content: center;
  width: 100%;
  display: flex;
}

.exclusive-production-app .btn_done {
  width: 40%;
  margin-bottom: 3rem;
  padding: 1.4rem 3rem;
}

.exclusive-production-app .card_product-page5 {
  justify-content: space-evenly;
  width: 70%;
  height: 100%;
}

.exclusive-production-app .modal_next-step {
  text-align: center;
  z-index: 200;
  background: #fff;
  border: 1px solid #02b756;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  width: 50%;
  height: 20%;
  padding: 0 5px;
  font-size: 1.8rem;
  display: flex;
  position: absolute;
  bottom: 8%;
  right: 0%;
}

.exclusive-production-app .btn_ok {
  color: #fff;
  background: #02b756;
  border: none;
}

.exclusive-production-app .input-error {
  border-color: red;
  animation: .5s shake2;
}

.exclusive-production-app .image-error {
  animation: .5s shake2;
  border: 2px solid red !important;
}

@keyframes shake2 {
  0% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  75% {
    transform: translateX(-5px);
  }

  100% {
    transform: translateX(0);
  }
}

.exclusive-production-app .container_page-1 {
  justify-content: center;
}

.exclusive-production-app .swiper-button-prev {
  color: #02b153;
  left: 0;
}

.exclusive-production-app .swiper-button-next {
  color: #02b153;
  right: 0;
}

@keyframes heartbeat {
  from {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  to {
    transform: scale(1);
  }
}

.exclusive-production-app .swiperImages {
  height: 75%;
  overflow: hidden;
}

.exclusive-production-app .slider-imgs img {
  width: 100%;
  max-width: 300px;
  height: 100%;
}

.exclusive-production-app .heartbeat-button {
  background-color: #58b857;
  animation: 1.5s infinite heartbeat;
}

.exclusive-production-app .spiner {
  transform-origin: center;
  width: 5rem;
  animation: 2s linear infinite rotate4;
  position: absolute;
  top: -30%;
}

.exclusive-production-app .spiner_pages {
  z-index: 4000;
  width: 15rem;
  top: 40%;
  left: 50%;
}

.exclusive-production-app circle {
  fill: none;
  stroke: #3189fc;
  stroke-width: 2px;
  stroke-dasharray: 1 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash4;
}

@keyframes rotate4 {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash4 {
  0% {
    stroke-dasharray: 1 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -125px;
  }
}

.exclusive-production-app .dropbtn {
  filter: drop-shadow(2px 4px 6px #000);
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  background: #fff;
  border-radius: 20px;
  width: 100%;
  padding: 16px 8px;
  font-size: 20px;
  overflow: hidden;
}

.exclusive-production-app .inputProducts {
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 2rem;
  width: 50%;
  height: 40px;
  margin: 1rem 0;
  padding: 2rem;
  font-size: 24px;
}

.exclusive-production-app .inputProducts::placeholder {
  color: gray;
  font-size: 20px;
}

.exclusive-production-app .inputProducts:focus {
  outline: 3px solid #ddd;
}

.exclusive-production-app .dropdown {
  border-radius: 10px;
  width: 40%;
  display: inline-block;
  position: relative;
}

.exclusive-production-app .input_delivery {
  text-align: center;
  filter: drop-shadow(2px 4px 6px #000);
  border: 2px solid #000;
  border-radius: 20px;
  width: 40%;
  padding: 16px 8px;
  font-size: 20px;
}

.exclusive-production-app .selected_items {
  width: 50%;
}

.exclusive-production-app .dropdown-content {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  width: 250px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: auto;
}

.exclusive-production-app .dropdown-content li {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.exclusive-production-app .dropdown li:hover {
  background-color: #9bcf9d !important;
}

.exclusive-production-app .show {
  display: block;
}

.exclusive-production-app #advanced-dropdown {
  width: 370px;
  padding: 1rem;
}

.exclusive-production-app #advanced-dropdown > div {
  margin-bottom: 1rem;
}

.exclusive-production-app #advanced-dropdown > div input {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin-right: 1rem;
}

.exclusive-production-app #advanced-dropdown > div label {
  cursor: pointer;
}

.exclusive-production-app .img_uploaded {
  width: 290px;
  max-height: 550px;
  display: none;
}

.exclusive-production-app #myDropdown, .exclusive-production-app #myDropdown-tea {
  height: 286px;
  overflow: auto;
  left: 0 !important;
}

.exclusive-production-app .image_list-plants {
  border-radius: 50%;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.exclusive-production-app .modal_commercial {
  text-align: center;
  z-index: 1500;
  background: #fff;
  border: 2px solid green;
  border-radius: 10px;
  padding: 6rem;
  position: absolute;
  top: 40%;
}

.exclusive-production-app .modal_commercial p {
  font-size: 24px;
}

.exclusive-production-app .btn_commercial {
  height: 4rem;
  margin-top: 2rem;
}

.exclusive-production-app section div input[type="radio"] {
  margin-right: 2rem;
  width: 3rem !important;
}

.exclusive-production-app .modal_upload-file {
  z-index: 2000;
  background: #00000080;
  border: 2px solid #02b756;
  width: 90%;
  height: 80%;
  padding: 3rem;
  position: absolute;
  top: 5%;
  right: 50%;
  transform: translateX(50%);
}

.exclusive-production-app .swiper-images-button {
  top: 40%;
}

.exclusive-production-app .box_btns-modal {
  justify-content: space-between;
  margin-top: 3rem;
  display: flex;
}

.exclusive-production-app .customize_image-modal {
  width: 40%;
  margin-top: unset;
}

.exclusive-production-app .btn_cancel-modal {
  width: 30%;
}

.exclusive-production-app .btn_cancel-modal button {
  width: 100%;
}

.exclusive-production-app .logo_uploaded {
  border-radius: 50%;
  width: 108px;
  height: 108px;
  position: absolute;
  top: 28.5%;
  overflow: hidden;
}

.exclusive-production-app .overlayLogo {
  z-index: 10;
  color: red;
  background: #00000094;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.exclusive-production-app .overlayLogo button {
  color: #fff;
  cursor: pointer;
  background: red;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

.exclusive-production-app .customize_inputs-page5 {
  justify-content: space-evenly;
  width: 100%;
  height: 100%;
  margin: 4rem 0;
}

.exclusive-production-app #plantsList li:nth-child(odd) {
  background-color: #ddd;
}

.exclusive-production-app #plantsList li {
  justify-content: flex-start;
  align-items: center;
  padding: 4px 2px;
  display: flex;
}

.exclusive-production-app #plantsList li:hover {
  background-color: #9bcf9d !important;
}

.exclusive-production-app #plantsList li img {
  border-radius: 50%;
  width: 30%;
  margin-right: 2rem;
}

.exclusive-production-app .list_Plantts li {
  min-width: unset !important;
}

.exclusive-production-app .itemPlantFilter {
  filter: contrast(.3);
}

.exclusive-production-app .list-container li:nth-child(odd) {
  background-color: #ddd;
}

.exclusive-production-app .list-container li {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  font-weight: 600;
  display: flex;
}

.exclusive-production-app .list-filters li {
  justify-content: center;
}

.exclusive-production-app .list-container {
  max-height: 280px;
}

.exclusive-production-app .container_inputs-form {
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding-left: 0;
  display: flex;
  overflow-y: scroll;
}

.exclusive-production-app .list_view li:nth-child(odd) {
  background-color: #ddd;
}

.exclusive-production-app .list_view li {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 2px;
  display: flex;
}

.exclusive-production-app .list_view li:hover {
  background-color: #9bcf9d !important;
}

.exclusive-production-app .list_view li img {
  border-radius: 50%;
  width: 30%;
  margin-right: 2rem;
}

.exclusive-production-app .menu_icon {
  fill: #a9a9a9;
  z-index: 1000;
  filter: brightness(.5);
  width: 40px;
  display: none;
  position: absolute;
  top: 10px;
  left: 3%;
}

.exclusive-production-app .overlay-tea {
  left: 80%;
}

.exclusive-production-app input::placeholder {
  color: #000;
}

.exclusive-production-app .list_country {
  padding: unset;
  background: #e5e3e3;
  border: none;
  border-radius: 1rem 0 0 1rem;
  height: 100%;
}

.exclusive-production-app .input_country {
  width: 100%;
}

.exclusive-production-app #btn_submit-survey {
  margin-bottom: 2rem;
  margin-right: 2rem;
}

.exclusive-production-app #input_country {
  max-height: 250px;
}

.exclusive-production-app #btn_back-survey {
  background: gray;
  margin-bottom: 2rem;
}

.exclusive-production-app #country_list {
  width: 100%;
}

.exclusive-production-app .warning_categories {
  color: red;
}

.exclusive-production-app .pageInactive {
  display: none;
}

.exclusive-production-app .Country_dropdown {
  height: 4rem;
  margin: 0;
  font-size: 2rem;
}

.exclusive-production-app #country_list2 {
  width: 100%;
}

.exclusive-production-app .parent_track {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.exclusive-production-app #trackingNumberBox {
  border: 2px solid #02b756;
  width: 80%;
  padding: 5px 0;
  font-size: xxx-large;
}

.exclusive-production-app .image-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 1rem;
  display: flex;
}

.exclusive-production-app .image-box {
  cursor: pointer;
  filter: drop-shadow(2px 4px 6px #000);
  background: #d8d8d8;
  border: 2px solid #ccc;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  transition: transform .3s;
  overflow: hidden;
}

.exclusive-production-app .image-box-select {
  width: 70px;
  height: 70px;
}

.exclusive-production-app .image-box.selected, .exclusive-production-app .type-complete {
  border-color: #02b756;
  transform: scale(1.1);
}

.exclusive-production-app .image-box img {
  -o-object-fit: cover;
  object-fit: cover;
  background-color: #959595;
  width: 100%;
  height: 100%;
}

.exclusive-production-app .faq-content {
  width: 100%;
  margin: 20px auto;
  padding: 0;
}

.exclusive-production-app .faq-question p {
  word-break: break-word;
  width: 90%;
  line-height: 2rem;
}

.exclusive-production-app .search-container {
  text-align: center;
  width: 100%;
  margin: 20px 0;
}

.exclusive-production-app #faq-search {
  filter: drop-shadow(0 0 2px #000);
  border: 1px solid #ddd;
  border-radius: 20px;
  width: 80%;
  max-width: 500px;
  height: 4rem;
  padding: 10px;
  font-size: 18px;
}

.exclusive-production-app #faq-search::placeholder {
  color: #7e7e7e;
}

.exclusive-production-app .faq-category {
  display: none;
}

.exclusive-production-app .faq-category.active {
  display: block;
}

.exclusive-production-app .faq-item {
  filter: drop-shadow(2px 4px 6px #000);
  border: 1px solid #ddd;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.exclusive-production-app .faq-question {
  cursor: pointer;
  background-color: #efefef;
  padding: 15px;
  font-weight: bold;
  position: relative;
}

.exclusive-production-app .faq-question:after {
  content: "+";
  font-size: 20px;
  position: absolute;
  top: 25%;
  right: 15px;
}

.exclusive-production-app .faq-question.active:after {
  content: "-";
}

.exclusive-production-app .faq-answer {
  background-color: #fff;
  max-height: 0;
  padding: 0 15px;
  transition: all .3s ease-in-out;
  overflow: hidden;
}

.exclusive-production-app .faq-answer.show {
  max-height: 500px;
  padding: 15px;
}

.exclusive-production-app .btn_faq {
  opacity: 1;
  transition: opacity .3s;
}

.exclusive-production-app .btn_faq:not(.active) {
  filter: grayscale();
}

.exclusive-production-app .highlight {
  background-color: #ff0;
  font-weight: bold;
}

.exclusive-production-app .no-results {
  text-align: center;
  color: #666;
  padding: 20px;
  font-style: italic;
}

.exclusive-production-app .modal_get_email {
  z-index: 9999999;
}

@media (min-width: 1200px) {
  .exclusive-production-app .sidebar {
    display: flex !important;
  }
}

@media (max-width: 1200px) {
  .exclusive-production-app .sidebar {
    z-index: 100;
    background: #fff;
    width: 100%;
    max-width: 400px;
    height: 100vh;
    display: none;
    position: absolute;
  }

  .exclusive-production-app .main_content {
    width: 100vw;
  }

  .exclusive-production-app .progress {
    width: 100%;
  }

  .exclusive-production-app .menu_icon {
    display: initial;
  }

  .exclusive-production-app .content__login {
    top: 45%;
    right: 50%;
    transform: translateX(50%);
  }

  .exclusive-production-app .link_login {
    width: 100vw;
    top: 10%;
    left: 0;
  }

  .exclusive-production-app .spiner_pages {
    left: 45%;
  }

  .exclusive-production-app .welcome_text span {
    margin-left: 12rem;
  }

  .exclusive-production-app .choose_icons {
    width: 30%;
    height: 40%;
  }
}

@media (max-width: 860px) {
  .exclusive-production-app .content__login {
    top: 55%;
  }

  .exclusive-production-app .item_product {
    width: 25rem;
    height: 25rem;
  }

  .exclusive-production-app .card_product {
    width: 100%;
  }

  .exclusive-production-app .box_create-top-page {
    flex-direction: column;
    align-items: center;
    height: auto !important;
  }

  .exclusive-production-app .container_img-uploaded {
    overflow: initial;
  }

  .exclusive-production-app .card_product-page4 {
    margin-bottom: 4rem;
  }

  .exclusive-production-app .dropdown-content {
    left: -100%;
  }
}

@media (max-width: 756px) {
  .exclusive-production-app .progress {
    justify-content: center;
  }

  .exclusive-production-app .progress_step {
    width: 15rem;
  }

  .exclusive-production-app .progress .bar {
    width: 10%;
  }

  .exclusive-production-app .box_create-products {
    flex-direction: column;
    justify-content: flex-start;
  }

  .exclusive-production-app .container_inputs-form {
    width: 100%;
    padding-left: 0;
  }

  .exclusive-production-app .btn__login {
    width: 40vw;
    margin-top: 2rem;
  }

  .exclusive-production-app .product_composition_table {
    width: 100%;
    margin-bottom: 3rem;
  }

  .exclusive-production-app .container_content {
    height: 92%;
  }

  .exclusive-production-app .image-container {
    gap: 10px;
  }

  .exclusive-production-app .image-box {
    width: 70px;
    height: 70px;
  }

  .exclusive-production-app .select_filter-box {
    margin-top: 2rem;
  }

  .exclusive-production-app .new_Weight {
    padding: 15px 1rem;
  }

  .exclusive-production-app .submit_modal, .exclusive-production-app .btn_dropdown-cancle {
    height: 50px;
  }

  .exclusive-production-app .customize_image-modal {
    width: 40%;
    margin-top: unset;
    padding: 0;
  }

  .exclusive-production-app .modal_style, .exclusive-production-app .modal_add-product {
    width: 90%;
    height: 80%;
    top: 5%;
  }

  .exclusive-production-app .modal_upload-file {
    height: unset;
    top: 20%;
  }

  .exclusive-production-app .modal_get_email {
    height: 40%;
    top: 20%;
  }
}

@media (max-width: 576px) {
  .exclusive-production-app .grid-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .exclusive-production-app .progress_bar {
    justify-content: space-between;
  }

  .exclusive-production-app .shadow-box {
    flex-direction: column;
  }

  .exclusive-production-app .choose_icons {
    width: 60%;
    height: 40%;
  }

  .exclusive-production-app section label, .exclusive-production-app section h2, .exclusive-production-app section div input:not([type="checkbox"]) {
    font-size: 16px;
  }

  .exclusive-production-app .select_sashe-tea {
    max-width: 278px;
  }

  .exclusive-production-app .container_page-1 .btn_choice {
    flex-direction: column;
    width: 40%;
  }

  .exclusive-production-app .input_login {
    width: 70vw;
  }

  .exclusive-production-app .progress_step {
    width: 10rem;
    height: 4rem;
  }

  .exclusive-production-app .progress_step span {
    font-size: 1.5rem;
  }

  .exclusive-production-app .main_header {
    font-size: 20px;
  }

  .exclusive-production-app .container_content {
    width: 97%;
  }

  .exclusive-production-app .box_nextstep {
    margin-bottom: 1rem;
  }

  .exclusive-production-app .composition_table-row1 {
    flex-direction: column;
  }

  .exclusive-production-app .form_modal {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .exclusive-production-app .selected_items {
    width: 75%;
    min-width: 230px;
    margin: 2rem 0;
  }

  .exclusive-production-app .inputs_modal {
    flex-direction: column;
    align-items: center;
  }

  .exclusive-production-app .modal_overlay-icon {
    width: 90%;
    height: 65%;
    top: 15%;
  }

  .exclusive-production-app .new_Weight {
    width: 85%;
    margin-bottom: 2rem;
  }

  .exclusive-production-app .teabagWrapper {
    width: 50%;
    margin-bottom: 0;
  }

  .exclusive-production-app .modal_delete-order {
    height: 35%;
    top: 15%;
  }

  .exclusive-production-app .dropdown-content {
    left: -100%;
  }

  .exclusive-production-app #input_country {
    left: 0;
  }

  .exclusive-production-app #advanced-dropdown {
    width: 260px;
  }

  .exclusive-production-app .spiner_pages {
    left: 35%;
  }

  .exclusive-production-app .composition_table-row3 {
    max-height: 250px;
  }
}

@media (max-width: 480px) {
  .exclusive-production-app .progress .bar {
    width: 4%;
  }

  .exclusive-production-app .dropdown-content {
    left: 0%;
  }

  .exclusive-production-app .dropdown {
    width: 60%;
    margin-top: 2rem;
  }

  .exclusive-production-app .customize_inputs > div {
    flex-direction: column;
  }

  .exclusive-production-app section div input:not([type="checkbox"]) {
    width: 20rem;
  }

  .exclusive-production-app .input_delivery {
    width: 60%;
    margin-top: 2rem;
  }

  .exclusive-production-app #dropdown_services {
    width: 60%;
  }
}

.exclusive-production-app .modal_styles {
  background: #00000047;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.exclusive-production-app .error {
  border: 1px solid red;
}

/* [project]/src/pages/exclusive-production/getLogoFromUser.css [client] (css) */
.get-logo-page a {
  color: inherit;
}

.get-logo-page a:hover {
  color: #7f8ff4;
}

.get-logo-page .logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.get-logo-page .form__field {
  color: #000;
  width: 75%;
  font: inherit;
  background: #fff;
  border: 0;
  border-radius: 15px;
  outline: 0;
  margin: auto;
  padding: 10px 18px;
  box-shadow: 0 6px 10px #0000001a;
}

.get-logo-page .form__field::-webkit-outer-spin-button {
  display: none;
}

.get-logo-page .form__field::-webkit-inner-spin-button {
  display: none;
}

.get-logo-page div#privatelableUploadLogo {
  background: #fff;
  border: 1px dashed;
  width: 75%;
  margin-top: 30px;
}

.get-logo-page .container-content {
  background: linear-gradient(90deg, #23ab3f 0%, #008585 100%);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 355px;
  padding: 20px;
  display: flex;
}

.get-logo-page .upload-area {
  border: 2px solid var(--clr-light-blue);
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  min-width: 16rem;
  height: 140px;
  box-shadow: 0 10px 60px #dae5ff;
}

.get-logo-page .upload-area--open {
  animation: .5s ease-in-out slidDown;
}

@keyframes slidDown {
  from {
    height: 28.125rem;
  }

  to {
    height: 35rem;
  }
}

.get-logo-page .upload-area__title {
  margin-bottom: .3125rem;
  font-size: 1.8rem;
  font-weight: 500;
}

.get-logo-page .upload-area__paragraph {
  color: var(--clr-light-gray);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 13px;
}

.get-logo-page .upload-area__tooltip {
  color: var(--clr-light-blue);
  cursor: pointer;
  transition: color .3s ease-in-out;
  position: relative;
}

.get-logo-page .upload-area__tooltip:hover {
  color: var(--clr-blue);
}

.get-logo-page .upload-area__tooltip-data {
  background-color: var(--clr-white);
  min-width: max-content;
  color: var(--clr-blue);
  border: 1px solid var(--clr-light-blue);
  opacity: 0;
  visibility: hidden;
  padding: .625rem 1.25rem;
  font-weight: 500;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -125%);
}

.get-logo-page .upload-area__tooltip:hover .upload-area__tooltip-data {
  opacity: 1;
  visibility: visible;
}

.get-logo-page .upload-area__drop-zoon {
  border: 2px dashed var(--clr-light-blue);
  cursor: pointer;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: border-color .3s ease-in-out;
  display: flex;
  position: relative;
}

.get-logo-page .upload-area__drop-zoon:hover {
  border-color: #00f;
}

.get-logo-page .drop-zoon__icon {
  color: #00f;
  font-size: 3.75rem;
  transition: opacity .3s ease-in-out;
  display: flex;
}

.get-logo-page .drop-zoon__paragraph {
  color: var(--clr-light-gray);
  margin: .625rem 0 0;
  font-size: .9375rem;
  transition: opacity .3s ease-in-out;
}

.get-logo-page .drop-zoon:hover .drop-zoon__icon, .get-logo-page .drop-zoon:hover .drop-zoon__paragraph {
  opacity: .7;
}

.get-logo-page .drop-zoon__loading-text {
  color: var(--clr-light-blue);
  z-index: 10;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.get-logo-page .drop-zoon__preview-image {
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 1000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.get-logo-page .drop-zoon:hover .drop-zoon__preview-image {
  opacity: .8;
}

.get-logo-page .drop-zoon__file-input {
  display: none;
}

.get-logo-page .drop-zoon--over {
  border-color: var(--clr-blue);
}

.get-logo-page .drop-zoon--over .drop-zoon__icon, .get-logo-page .drop-zoon--over .drop-zoon__paragraph {
  opacity: .7;
}

.get-logo-page .drop-zoon--Uploaded .drop-zoon__icon, .get-logo-page .drop-zoon--Uploaded .drop-zoon__paragraph {
  display: none;
}

.get-logo-page .upload-area__file-details {
  visibility: hidden;
  opacity: 0;
  text-align: left;
  height: 0;
  transition: opacity .5s ease-in-out .5s, visibility .5s ease-in-out .5s;
}

.get-logo-page .file-details--open {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.get-logo-page .file-details__title {
  color: var(--clr-light-gray);
  font-size: 1.125rem;
  font-weight: 500;
}

.get-logo-page .uploaded-file {
  visibility: hidden;
  opacity: 0;
  align-items: center;
  transition: visibility .5s ease-in-out, opacity .5s ease-in-out;
  display: flex;
}

.get-logo-page .uploaded-file--open {
  visibility: visible;
  opacity: 1;
}

.get-logo-page .uploaded-file__icon-container {
  margin-right: .3125rem;
  position: relative;
}

.get-logo-page .uploaded-file__icon {
  color: var(--clr-blue);
  font-size: 3.4375rem;
}

.get-logo-page .uploaded-file__icon-text {
  color: var(--clr-white);
  font-size: .9375rem;
  font-weight: 500;
  position: absolute;
  top: 1.5625rem;
  left: 50%;
  transform: translateX(-50%);
}

.get-logo-page .uploaded-file__info {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: relative;
  top: -.3125rem;
}

.get-logo-page .uploaded-file__info:before, .get-logo-page .uploaded-file__info:after {
  content: "";
  background-color: #ebf2ff;
  border-radius: .625rem;
  width: 0;
  height: .5rem;
  position: absolute;
  bottom: -.9375rem;
}

.get-logo-page .uploaded-file__info:before {
  width: 100%;
}

.get-logo-page .uploaded-file__info:after {
  background-color: #00f;
  width: 100%;
}

.get-logo-page .uploaded-file__info--active:after {
  animation: .8s ease-in-out .3s progressMove;
}

@keyframes progressMove {
  from {
    background-color: #0000;
    width: 0%;
  }

  to {
    background-color: #00f;
    width: 100%;
  }
}

.get-logo-page .uploaded-file__name {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 6.25rem;
  font-size: 1rem;
  display: inline-block;
  overflow: hidden;
}

.get-logo-page .uploaded-file__counter {
  color: var(--clr-light-gray);
  font-size: 1rem;
}

.get-logo-page #button {
  color: #fff;
  background: #64bc46;
  border: none;
  border-radius: 15px;
  margin-top: 18px;
  margin-bottom: 5px;
  padding: 5px;
  box-shadow: 0 3px 3px #000000bf;
}

.get-logo-page #savebutton, .get-logo-page .back-to-page {
  color: #fff;
  background: #12a1bc;
  border: none;
  border-radius: 15px;
  width: 180px;
  padding: 10px;
  box-shadow: 1px 3px 4px #000000bf;
}

.get-logo-page .footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.get-logo-page .back-to-page a {
  text-decoration: none;
}

.get-logo-page .error-message {
  color: #fff;
  text-align: center;
  background: #ff0000b5;
  border: 1px solid red;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.get-logo-page .success-upload {
  color: #fff;
  text-align: center;
  background: #00e8f3b5;
  border: 1px solid #0080ff;
  border-radius: 15px;
  width: 100%;
  padding: 10px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.get-logo-page .success-modal {
  color: #000;
  z-index: 9999;
  -webkit-backdrop-filter: blur(5.1px);
  background: #0000009c;
  border: 1px solid #ffffff6b;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 4px 30px #0000001a;
}

.get-logo-page .logo-content {
  border: 1px solid #000;
  border-radius: 15px;
  width: 50%;
  padding: 5px;
}

@media (max-width: 756px) {
  .get-logo-page .logo-content {
    width: 90%;
  }

  .get-logo-page .form__field {
    width: 100%;
  }
}

/* [project]/node_modules/@fontsource/vazirmatn/400.css [client] (css) */
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/vazirmatn-arabic-400-normal.2inz7brtub9j7.woff2") format("woff2"), url("../media/vazirmatn-arabic-400-normal.1eqzyboj5ktd8.woff") format("woff");
  unicode-range: U+6??, U+750-77F, U+870-88E, U+890-891, U+897-8E1, U+8E3-8FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/vazirmatn-latin-ext-400-normal.02bqdxf8yhp_w.woff2") format("woff2"), url("../media/vazirmatn-latin-ext-400-normal.1-gqf5yaw5dln.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../media/vazirmatn-latin-400-normal.0y6c5csm4-8ug.woff2") format("woff2"), url("../media/vazirmatn-latin-400-normal.3drvsi7epnh-_.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/vazirmatn/500.css [client] (css) */
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/vazirmatn-arabic-500-normal.20dkqqzdmx_iq.woff2") format("woff2"), url("../media/vazirmatn-arabic-500-normal.2ukluz2lmib8q.woff") format("woff");
  unicode-range: U+6??, U+750-77F, U+870-88E, U+890-891, U+897-8E1, U+8E3-8FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/vazirmatn-latin-ext-500-normal.2dsthpyq3l9lz.woff2") format("woff2"), url("../media/vazirmatn-latin-ext-500-normal.0vlya-u4ehpfp.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url("../media/vazirmatn-latin-500-normal.0w0ahz5i-1mue.woff2") format("woff2"), url("../media/vazirmatn-latin-500-normal.0bqty3elgiqb1.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/vazirmatn/600.css [client] (css) */
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/vazirmatn-arabic-600-normal.0xrr7-8upn16_.woff2") format("woff2"), url("../media/vazirmatn-arabic-600-normal.04zgsmqwu9sjg.woff") format("woff");
  unicode-range: U+6??, U+750-77F, U+870-88E, U+890-891, U+897-8E1, U+8E3-8FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/vazirmatn-latin-ext-600-normal.1vw8o5rzmh8dc.woff2") format("woff2"), url("../media/vazirmatn-latin-ext-600-normal.2z05h4-b8jaaf.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("../media/vazirmatn-latin-600-normal.06atrkflsoft9.woff2") format("woff2"), url("../media/vazirmatn-latin-600-normal.1opwkuu0f8gzp.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* [project]/node_modules/@fontsource/vazirmatn/700.css [client] (css) */
@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/vazirmatn-arabic-700-normal.159j05d0nixsj.woff2") format("woff2"), url("../media/vazirmatn-arabic-700-normal.1jitjk9h8g_88.woff") format("woff");
  unicode-range: U+6??, U+750-77F, U+870-88E, U+890-891, U+897-8E1, U+8E3-8FF, U+200C-200E, U+2010-2011, U+204F, U+2E41, U+FB50-FDFF, U+FE70-FE74, U+FE76-FEFC, U+102E0-102FB, U+10E60-10E7E, U+10EC2-10EC4, U+10EFC-10EFF, U+1EE00-1EE03, U+1EE05-1EE1F, U+1EE21-1EE22, U+1EE24, U+1EE27, U+1EE29-1EE32, U+1EE34-1EE37, U+1EE39, U+1EE3B, U+1EE42, U+1EE47, U+1EE49, U+1EE4B, U+1EE4D-1EE4F, U+1EE51-1EE52, U+1EE54, U+1EE57, U+1EE59, U+1EE5B, U+1EE5D, U+1EE5F, U+1EE61-1EE62, U+1EE64, U+1EE67-1EE6A, U+1EE6C-1EE72, U+1EE74-1EE77, U+1EE79-1EE7C, U+1EE7E, U+1EE80-1EE89, U+1EE8B-1EE9B, U+1EEA1-1EEA3, U+1EEA5-1EEA9, U+1EEAB-1EEBB, U+1EEF0-1EEF1;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/vazirmatn-latin-ext-700-normal.2zp38skgmzjzy.woff2") format("woff2"), url("../media/vazirmatn-latin-ext-700-normal.0damutaowp565.woff") format("woff");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Vazirmatn;
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../media/vazirmatn-latin-700-normal.3-b3_g9gk_9e7.woff2") format("woff2"), url("../media/vazirmatn-latin-700-normal.02ats1-tcu3kc.woff") format("woff");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*# sourceMappingURL=_0ggw6zf._.css.map*/