*, ::before, ::after {
  --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: rgb(59 130 246 / 0.5);
  --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:  ;
}

::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: rgb(59 130 246 / 0.5);
  --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:  ;
}

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

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

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

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

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

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

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

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

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 {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

.container {
  width: 100%;
}

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-\[1\.5rem\] {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-\[\.7rem\] {
  left: .7rem;
}

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

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

.right-0 {
  right: 0px;
}

.right-4 {
  right: 1rem;
}

.right-\[1rem\] {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-8 {
  top: 2rem;
}

.top-\[\.5rem\] {
  top: .5rem;
}

.top-\[\.7rem\] {
  top: .7rem;
}

.top-\[1rem\] {
  top: 1rem;
}

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

.top-\[2rem\] {
  top: 2rem;
}

.top-\[3rem\] {
  top: 3rem;
}

.z-10 {
  z-index: 10;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

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

.grow {
  flex-grow: 1;
}

.-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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.list-disc {
  list-style-type: disc;
}

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[2px\] {
  gap: 2px;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[999px\] {
  border-radius: 999px;
}

.rounded-\[99px\] {
  border-radius: 99px;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

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

.rounded-tl-\[32px\] {
  border-top-left-radius: 32px;
}

.rounded-tr-\[32px\] {
  border-top-right-radius: 32px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-\[\#282626\] {
  --tw-border-opacity: 1;
  border-color: rgb(40 38 38 / var(--tw-border-opacity));
}

.border-\[\#413f3f\] {
  --tw-border-opacity: 1;
  border-color: rgb(65 63 63 / var(--tw-border-opacity));
}

.border-\[\#c8c5c9\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 197 201 / var(--tw-border-opacity));
}

.border-\[\#da242c\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 36 44 / var(--tw-border-opacity));
}

.border-\[\#e4e2e2\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 226 226 / var(--tw-border-opacity));
}

.border-\[\#f0a7aa\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 167 170 / var(--tw-border-opacity));
}

.border-\[\#f2f4f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 242 / var(--tw-border-opacity));
}

.border-\[\#f4f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 242 242 / var(--tw-border-opacity));
}

.border-\[\#f8d2d4\] {
  --tw-border-opacity: 1;
  border-color: rgb(248 210 212 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}

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

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

.bg-\[\#FDFBDB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 251 219 / var(--tw-bg-opacity));
}

.bg-\[\#da242c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 36 44 / var(--tw-bg-opacity));
}

.bg-\[\#e24f56\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 79 86 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#fbe8e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 232 233 / var(--tw-bg-opacity));
}

.bg-\[\#fcd34d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

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

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

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}

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

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

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

.from-\[\#fdfbfb\] {
  --tw-gradient-from: #fdfbfb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 251 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#fdfbfb\] {
  --tw-gradient-to: rgb(253 251 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdfbfb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#fdfbfb\] {
  --tw-gradient-to: #fdfbfb var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-\[10px\] {
  padding: 10px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.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;
}

.pb-0 {
  padding-bottom: 0px;
}

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-2 {
  padding-top: 0.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

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

.text-start {
  text-align: start;
}

.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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

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

.font-normal {
  font-weight: 400;
}

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[44px\] {
  line-height: 44px;
}

.leading-\[60px\] {
  line-height: 60px;
}

.leading-\[76px\] {
  line-height: 76px;
}

.leading-loose {
  line-height: 2;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#0c0a0a\] {
  --tw-text-opacity: 1;
  color: rgb(12 10 10 / var(--tw-text-opacity));
}

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

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

.text-\[\#413f3f\] {
  --tw-text-opacity: 1;
  color: rgb(65 63 63 / var(--tw-text-opacity));
}

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

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

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

.text-\[\#cfd3d1\] {
  --tw-text-opacity: 1;
  color: rgb(207 211 209 / var(--tw-text-opacity));
}

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

.text-\[\#da242c\] {
  --tw-text-opacity: 1;
  color: rgb(218 36 44 / var(--tw-text-opacity));
}

.text-\[\#f0a7aa\] {
  --tw-text-opacity: 1;
  color: rgb(240 167 170 / var(--tw-text-opacity));
}

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

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

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

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

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

.opacity-0 {
  opacity: 0;
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --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);
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.active, .sect:hover{
  color: #da242c;
}

.active-sub-btn{
  color: #da242c;
  background: #ffffff;
  border: 1px solid #da242c;
}

.active-sub{
  color: #da242c;
}

/******user profiles******/

.super-admin{
  color: red;
  background: #fecaca;
}

.direct-regional{
  color: orangered;
  background: #fed7aa;
}

.coordinateur-regional{
  color: #eab308;
  background: #fef08a;
}

.responsable-regional{
  color: #22c55e;
  background: #bbf7d0;
}

.chef-station{
  color: #3b82f6;
  background: #bfdbfe;
}

.lead-ops{
  color: #a855f7;
  background: #e9d5ff;
}

.assistant-suivi{
  color: #14b8a6;
  background: #99f6e4;
}

.success{
  background: #22c55e;
}

.warning{
  background: #f97316;
}

.danger{
  background: #ef4444;
}

/**********/

.danger-nbr{
  background: #FFF1F0;
  border: 1px solid #FFA39E;
  color: #F5222D;
}

.default-nbr{
  background: #f3f4f6;
  border: 1px solid #D9D9D9;
  color: #374151;
}

/*********/

.employe-color{
  background: #E6F7FF;
  color: #1890FF;
  border: 1px solid #91D5FF;
}

.frelancer-color{
  background: #FFF7E6;
  color: #FA8C16;
  border: 1px solid #FFD591;
}

/*********/

.success-secteur{
  background: #F6FFED;
  color: #52C41A;
  border: 1px solid #B7EB8F;
}

.danger-secteur{
  background: #FFF1F0;
  border: 1px solid #FFA39E;
  color: #F5222D;
}

.default-secteur{
  background: #FAFAFA;
  border: 1px solid #D9D9D9;
  color: #000;
}

/*********/

.default-pagination{
  background: #ffffff;
  border: 1px solid #D9D9D9;
  color: #000000;
}

.active-pagination{
  background: #ffffff;
  border: 1px solid #1890FF;
  color: #1890FF;
}

.line-color{
  background: rgb(191 219 254);
}

.fnt-def{
  font-size: 1rem !important;
}

/*
.fnt-def-hover[title]:hover:after{
    content: attr(title);
    opacity: .8;
    --tw-bg-opacity: 0.8;
    background: #000;
    color: #fff;
    position: absolute;
    left: 19rem;
    bottom: 12.7rem;
    padding: .5rem;
    border-radius: .25rem;
    font-size: .85rem;
    font-family: sans-serif;
    text-transform: capitalize;
}
*/

.fnt-def-hover::after{
  content: 'livreur polyvalent';
  background: #000;
  opacity: .8;
  --tw-bg-opacity: 0.8;
  color: #fff;
  position: absolute;
  left: -5rem;
  top: 2rem;
  padding: .5rem;
  border-radius: .25rem;
  font-size: .85rem;
  line-height: 1.5;
  width: 8rem;
  text-align: center;
  font-family: sans-serif;
  text-transform: capitalize;
  display: none;
  z-index: 999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.fnt-def-hover:hover::after{
  display: block;
}

.rating-hover::after{
  content: 'Le ranking est calculé à partir des 3 critères présents dans la colonne Performance';
  background: #000;
  opacity: .8;
  --tw-bg-opacity: 0.8;
  color: #fff;
  position: absolute;
  left: -12rem;
  top: 2rem;
  padding: .5rem;
  border-radius: .25rem;
  font-size: .85rem;
  line-height: 1.5;
  text-align: center;
  font-family: sans-serif;
  text-transform: capitalize;
  width: 15rem;
  display: none;
  z-index: 999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.rating-hover:hover::after{
  display: block;
}

.nombre-colis-hover::after{
  content: 'Ce nombre est calculé automatiquement et ne peut changer qu en modifiant linterval de nombre de colis par livreur';
  background: #000;
  opacity: .8;
  --tw-bg-opacity: 0.8;
  color: #fff;
  position: absolute;
  left: -12rem;
  top: 2rem;
  padding: .5rem;
  border-radius: .25rem;
  font-size: .85rem;
  line-height: 1.5;
  text-align: center;
  font-family: sans-serif;
  text-transform: capitalize;
  width: 15rem;
  display: none;
  z-index: 999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.nombre-colis-hover:hover::after{
  display: block;
}

.secteur-hover::after{
  content: 'Gris: secteur par défaut Rouge: secteur modifié Vert: polyvalent(peut avoir plusieurs secteurs)';
  background: #000;
  opacity: .8;
  --tw-bg-opacity: 0.8;
  color: #fff;
  position: absolute;
  left: -12rem;
  top: 2rem;
  padding: .5rem;
  border-radius: .25rem;
  font-size: .85rem;
  line-height: 1.5;
  text-align: center;
  font-family: sans-serif;
  text-transform: capitalize;
  width: 15rem;
  display: none;
  z-index: 999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.secteur-hover:hover::after{
  display: block;
}

.performance-hover::after{
  content: 'Nombre de reclamation-Nombre de retoures-Nombre de communes errone *pour les 3 derniers jours*';
  background: #000;
  opacity: .8;
  --tw-bg-opacity: 0.8;
  color: #fff;
  position: absolute;
  left: -12rem;
  top: 2rem;
  padding: .5rem;
  border-radius: .25rem;
  font-size: .85rem;
  line-height: 1.5;
  text-align: center;
  font-family: sans-serif;
  text-transform: capitalize;
  width: 15rem;
  display: none;
  z-index: 999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.performance-hover:hover::after{
  display: block;
}

.scroll-def{
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.top-mobile-nav{
  top: 58%;
}

.font-xl-span{
  font-size: 1.25rem !important;
}

.font-lg-span{
  font-size: 1.125rem !important;
}

.font-base-span{
  font-size: 1rem !important;
}

.font-sm-span{
  font-size: 0.875rem !important;
}

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*********inter font********/

.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

/*************width of ranking & dispatch************/

.w-602{
  width: 602px;
}

.w-615{
  width: 615px;
}

@media (min-width: 1024px) {
  .lg\:w-602{
    width: 602px;
  }

  .lg\:w-325{
    width: 325px;
  }

  .lg\:w-22{
    width: 90px;
  }

  .lg\:w-298{
    width: 298.67px;
  }

  .lg\:w-256{
    width: 256px;
  }
}

@media (min-width: 1280px) {
  .xl\:w-22{
    width: 80px;
  }
}

.w-325{
  width: 325px;
}

.w-298{
  width: 298.67px;
}

.w-256{
  width: 256px;
}

@media (min-width: 768px) {
  .md\:w-325{
    width: 325px;
  }

  .md\:w-119{
    width: 119px;
  }

  .md\:w-158{
    width: 158px;
  }

  .md\:w-30{
    width: 123px;
  }

  .md\:w-22{
    width: 90px;
  }

  .md\:w-615{
    width: 615px;
  }

  .md\:w-256{
    width: 256px;
  }

  .md\:w-22a{
    width: 70px;
  }
}

.w-119px{
  width: 119px;
}

.w-158{
  width: 158px;
}

.w-22{
  width: 90px;
}

.w-30{
  width: 123px;
}

.w-46{
  width: 46%;
}
/*********largecontainer********/
.container-large {
  width: 100%;
}

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

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

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

@media (min-width: 1280px) {
  .container-large {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
input[type="date"]::-webkit-datetime-edit-text{
  content: "select date";
}

input[type="date"]:focus::-webkit-datetime-edit-text,
        input[type="date"]:focus::-webkit-datetime-edit-month-field,
        input[type="date"]:focus::-webkit-datetime-edit-day-field,
        input[type="date"]:focus::-webkit-datetime-edit-year-field {
  color: #000;
}

.fnt-span-sm{
  font-size: 14px !important;
}

.h-5-5{
  height: 22px;
}

.px-1-1{
  padding-left: 6px;
  padding-right: 6px;
}

.w-1-1{
  width: 6px;
}

.h-2-2{
  height: 6px;
}

.py-1-1{
  padding-top: 1px;
  padding-bottom: 1px;
}

.w-33{
  width: 33px;
}

.h-5-5{
  height: 22px;
}

.m-1-1{
  margin: 2px;
}

.w-6-6{
  width: 26px;
}

.size-5-5{
  width: 1.30rem;
  height: 1.25rem;
}

.inset-span{
  top: -0.2px;
  bottom: 0px;
}

.w-7-7{
  width: 30px;
}

.anmt{
  animation: scroll 40s linear infinite;
  width: calc(250px* 14);
}

.anmt1{
  animation: scroll1 40s reverse infinite;
  width: calc(250px* 14);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 5))
  }
}

@keyframes scroll1 {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-250px * 5))
  }
}

.active-form{
  background: #da242c;
  color: #fff;
}

.section-up{
  background-image: url('../img/Mobile\ BG.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

@media (min-width: 640px) {
  .section-up{
    background-image: url('../img/Desktop\ BG.png');
  }
}

#spctf::after{
  content: "KG";
  background: red;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999;
  width: 10rem;
  height: 10rem;
}

.odd\:bg-\[\#f9f7f7\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 247 247 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:text-\[\#da242c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(218 36 44 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

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

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

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

  .sm\:leading-\[60px\] {
    line-height: 60px;
  }
}

@media (min-width: 768px) {
  .md\:left-\[4rem\] {
    left: 4rem;
  }

  .md\:left-\[8rem\] {
    left: 8rem;
  }

  .md\:right-\[1rem\] {
    right: 1rem;
  }

  .md\:right-\[4rem\] {
    right: 4rem;
  }

  .md\:right-\[5rem\] {
    right: 5rem;
  }

  .md\:right-\[8rem\] {
    right: 8rem;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:mx-24 {
    margin-left: 6rem;
    margin-right: 6rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

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

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

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

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

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

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

  .md\:w-\[33\%\] {
    width: 33%;
  }

  .md\:w-\[83\%\] {
    width: 83%;
  }

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

  .md\:w-auto {
    width: auto;
  }

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-\[17px\] {
    padding: 17px;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .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-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:leading-\[30px\] {
    line-height: 30px;
  }

  .md\:leading-\[38px\] {
    line-height: 38px;
  }

  .md\:leading-\[44px\] {
    line-height: 44px;
  }

  .md\:leading-\[60px\] {
    line-height: 60px;
  }

  .md\:leading-\[76px\] {
    line-height: 76px;
  }

  .md\:leading-loose {
    line-height: 2;
  }

  .md\:leading-normal {
    line-height: 1.5;
  }

  .md\:tracking-normal {
    letter-spacing: 0em;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:first\:leading-loose:first-child {
    line-height: 2;
  }
}

@media (min-width: 1024px) {
  .lg\:block {
    display: block;
  }

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

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

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

  .lg\:px-\[296px\] {
    padding-left: 296px;
    padding-right: 296px;
  }

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

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

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

.ltr\:text-left:where([dir="ltr"], [dir="ltr"] *) {
  text-align: left;
}

.rtl\:text-right:where([dir="rtl"], [dir="rtl"] *) {
  text-align: right;
}


