/*
! tailwindcss v3.0.24 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
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. 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-size: 1em; /* 2 */
}

/*
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-size: 100%; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --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-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:  ;
}
.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;
  }
}
.text-shadow {
      text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!relative {
  position: relative !important;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-6 {
  left: 1.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.right-8 {
  right: 2rem;
}
.top-\[80px\] {
  top: 80px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.right-1 {
  right: 0.25rem;
}
.top-2 {
  top: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.top-\[50\%\] {
  top: 50%;
}
.left-5 {
  left: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.z-30 {
  z-index: 30;
}
.z-50 {
  z-index: 50;
}
.z-\[9999999\] {
  z-index: 9999999;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.\!m-0 {
  margin: 0px !important;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.\!mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.\!mb-5 {
  margin-bottom: 1.25rem !important;
}
.\!ml-\[4\.5rem\] {
  margin-left: 4.5rem !important;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.-mb-px {
  margin-bottom: -1px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-2 {
  margin-top: 0.5rem;
}
.\!mt-\[24px\] {
  margin-top: 24px !important;
}
.\!mb-\[24px\] {
  margin-bottom: 24px !important;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.ml-\[15px\] {
  margin-left: 15px;
}
.\!mb-\[10px\] {
  margin-bottom: 10px !important;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.ml-auto {
  margin-left: auto;
}
.mt-auto {
  margin-top: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.\!mt-2 {
  margin-top: 0.5rem !important;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-12 {
  margin-top: 3rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.\!mb-\[0px\] {
  margin-bottom: 0px !important;
}
.mr-\[90px\] {
  margin-right: 90px;
}
.ml-\[210px\] {
  margin-left: 210px;
}
.mr-\[10px\] {
  margin-right: 10px;
}
.\!mt-\[10px\] {
  margin-top: 10px !important;
}
.\!ml-\[210px\] {
  margin-left: 210px !important;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.\!ml-auto {
  margin-left: auto !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.h-full {
  height: 100%;
}
.h-150 {
  height: 150px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[47px\] {
  height: 47px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[60px\] {
  height: 60px;
}
.\!h-\[180px\] {
  height: 180px !important;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[10rem\] {
  height: 10rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[350px\] {
  height: 350px;
}
.h-250 {
  height: 250px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[0\.2rem\] {
  height: 0.2rem;
}
.h-\[5rem\] {
  height: 5rem;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[35px\] {
  height: 35px;
}
.max-h-350 {
  max-height: 350px;
}
.\!max-h-\[180px\] {
  max-height: 180px !important;
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.\!max-h-\[500px\] {
  max-height: 500px !important;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.min-h-fit {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
}
.min-h-\[130px\] {
  min-height: 130px;
}
.w-full {
  width: 100%;
}
.w-32 {
  width: 8rem;
}
.\!w-full {
  width: 100% !important;
}
.w-\[50px\] {
  width: 50px;
}
.w-1\/2 {
  width: 50%;
}
.w-20 {
  width: 5rem;
}
.w-40 {
  width: 10rem;
}
.w-\[60px\] {
  width: 60px;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[45px\] {
  width: 45px;
}
.w-10 {
  width: 2.5rem;
}
.w-screen {
  width: 100vw;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[265px\] {
  width: 265px;
}
.w-6 {
  width: 1.5rem;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[calc\(50\%-20px\)\] {
  width: calc(50% - 20px);
}
.w-\[calc\(100\%-100px\)\] {
  width: calc(100% - 100px);
}
.w-\[120px\] {
  width: 120px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[calc\(100\%-210px\)\] {
  width: calc(100% - 210px);
}
.w-36 {
  width: 9rem;
}
.w-\[250px\] {
  width: 250px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[35px\] {
  width: 35px;
}
.min-w-\[100\%\] {
  min-width: 100%;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[147px\] {
  min-width: 147px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.max-w-screen-md {
  max-width: 768px;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-\[40px\] {
  max-width: 40px;
}
.flex-1 {
  flex: 1 1 0%;
}
.origin-right {
  transform-origin: right;
}
.origin-top-left {
  transform-origin: top left;
}
.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));
}
.-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));
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
@-webkit-keyframes fade-in-down {

  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in-down {

  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-in-down {
  -webkit-animation: fade-in-down 0.7s ease-out;
          animation: fade-in-down 0.7s ease-out;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.\!flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!items-center {
  align-items: center !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-5 {
  gap: 1.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.\!rounded {
  border-radius: 0.25rem !important;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-t-\[1px\] {
  border-top-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-l-\[1px\] {
  border-left-width: 1px;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.\!border-t-0 {
  border-top-width: 0px !important;
}
.\!border-r-0 {
  border-right-width: 0px !important;
}
.\!border-l-0 {
  border-left-width: 0px !important;
}
.\!border-b {
  border-bottom-width: 1px !important;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.\!border-b-\[1px\] {
  border-bottom-width: 1px !important;
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.\!border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.\!border-gray-100 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent;
}
.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}
.\!border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.\!border-\[\#cf000e\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(207 0 14 / var(--tw-border-opacity)) !important;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#1D2F4E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(29 47 78 / var(--tw-bg-opacity));
}
.\!bg-\[\#ffc107\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#AE2A31\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 42 49 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffc107\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 7 / var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-\[\#30528E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 82 142 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-\[\#c0c6d0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(192 198 208 / var(--tw-bg-opacity));
}
.fill-blue-600 {
  fill: #2563eb;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!object-scale-down {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.p-4 {
  padding: 1rem;
}
.\!p-5 {
  padding: 1.25rem !important;
}
.p-5 {
  padding: 1.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.\!p-0 {
  padding: 0px !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-\[16px\] {
  padding: 16px;
}
.p-6 {
  padding: 1.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-\[4px\] {
  padding: 4px;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.\!py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.\!px-\[27px\] {
  padding-left: 27px !important;
  padding-right: 27px !important;
}
.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-\[5px\] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pb-\[35px\] {
  padding-bottom: 35px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pt-0 {
  padding-top: 0px;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pr-10 {
  padding-right: 2.5rem;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.\!pr-\[55px\] {
  padding-right: 55px !important;
}
.\!pr-0 {
  padding-right: 0px !important;
}
.\!pl-\[80px\] {
  padding-left: 80px !important;
}
.\!pr-\[95px\] {
  padding-right: 95px !important;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[28px\] {
  font-size: 28px;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[17px\] {
  font-size: 17px;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.\!text-\[13px\] {
  font-size: 13px !important;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.\!font-medium {
  font-weight: 500 !important;
}
.\!font-light {
  font-weight: 300 !important;
}
.font-thin {
  font-weight: 100;
}
.\!font-normal {
  font-weight: 400 !important;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!uppercase {
  text-transform: uppercase !important;
}
.uppercase {
  text-transform: uppercase;
}
.\!capitalize {
  text-transform: capitalize !important;
}
.italic {
  font-style: italic;
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-\[\#cf010d\] {
  --tw-text-opacity: 1;
  color: rgb(207 1 13 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.\!text-\[\#cf010d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(207 1 13 / var(--tw-text-opacity)) !important;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.\!text-gray-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.text-\[\#303030\] {
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
}
.\!text-\[\#cf000e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(207 0 14 / var(--tw-text-opacity)) !important;
}
.text-\[\#cf000e\] {
  --tw-text-opacity: 1;
  color: rgb(207 0 14 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.\!text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#1D2F4E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(29 47 78 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.\!text-\[\#AE2A31\] {
  --tw-text-opacity: 1 !important;
  color: rgb(174 42 49 / var(--tw-text-opacity)) !important;
}
.text-\[\#AE2A31\] {
  --tw-text-opacity: 1;
  color: rgb(174 42 49 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-100 {
  opacity: 1;
}
.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --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-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);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.before\:\!bg-\[\#cf010d\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 1 13 / var(--tw-bg-opacity)) !important;
}

.after\:ml-1::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.after\:mr-1::after {
  content: var(--tw-content);
  margin-right: 0.25rem;
}

.after\:\!bg-\[\#cf010d\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(207 1 13 / var(--tw-bg-opacity)) !important;
}

.after\:\!text-2xl::after {
  content: var(--tw-content);
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.after\:\!font-bold::after {
  content: var(--tw-content);
  font-weight: 700 !important;
}

.after\:\!text-black::after {
  content: var(--tw-content);
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.hover\:scale-125:hover {
  --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));
}

.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\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.hover\:\!border-black:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

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

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

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

.hover\:\!text-gray-900:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --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);
}

.focus\:\!border-b-2:focus {
  border-bottom-width: 2px !important;
}

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

.focus\:\!text-gray-900:focus {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.focus\:\!outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.disabled\:\!bg-gray-300:disabled {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity)) !important;
}

.group:hover .group-hover\:\!visible {
  visibility: visible !important;
}

.group:hover .group-hover\:\!block {
  display: block !important;
}

.group:hover .group-hover\:\!hidden {
  display: none !important;
}

.group:hover .group-hover\:\!text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.group:hover .group-hover\:\!text-\[\#CF000E\] {
  --tw-text-opacity: 1 !important;
  color: rgb(207 0 14 / var(--tw-text-opacity)) !important;
}

.peer:checked ~ .peer-checked\:\!border-blue-600 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(37 99 235 / var(--tw-border-opacity)) !important;
}

@media (prefers-color-scheme: dark) {

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

@media (min-width: 640px) {

  .sm\:p-5 {
    padding: 1.25rem;
  }
}

@media (min-width: 768px) {

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

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

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

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

  .md\:\!block {
    display: block !important;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:max-h-500 {
    max-height: 500px;
  }

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

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

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

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:\!pl-\[40px\] {
    padding-left: 40px !important;
  }

  .md\:text-\[24px\] {
    font-size: 24px;
  }

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

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[45px\] {
    font-size: 45px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:\!text-\[16px\] {
    font-size: 16px !important;
  }

  .md\:\!text-\[14px\] {
    font-size: 14px !important;
  }
}

@media (min-width: 1024px) {
  .lg\:text-vertical {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    text-orientation: mixed;
  }
  .lg\:left-36 {
    left: 9rem;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:ml-20 {
    margin-left: 5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mr-\[90px\] {
    margin-right: 90px;
  }
  .lg\:ml-\[210px\] {
    margin-left: 210px;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:\!flex {
    display: flex !important;
  }
  .lg\:\!hidden {
    display: none !important;
  }
  .lg\:\!h-\[75vh\] {
    height: 75vh !important;
  }
  .lg\:\!h-\[80px\] {
    height: 80px !important;
  }
  @media (min-width: 1024px) {

    .lg\:lg\:\!h-\[80px\] {
      height: 80px !important;
    }
  }
  .lg\:h-\[47px\] {
    height: 47px;
  }
  .lg\:max-h-\[150px\] {
    max-height: 150px;
  }
  .lg\:w-\[280px\] {
    width: 280px;
  }
  .lg\:w-\[260px\] {
    width: 260px;
  }
  .lg\:w-\[300px\] {
    width: 300px;
  }
  .lg\:w-\[65\%\] {
    width: 65%;
  }
  .lg\:w-\[35\%\] {
    width: 35%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-\[200px\] {
    width: 200px;
  }
  .lg\:w-\[150px\] {
    width: 150px;
  }
  .lg\:w-\[50px\] {
    width: 50px;
  }
  .lg\:w-\[calc\(50\%-20px\)\] {
    width: calc(50% - 20px);
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-\[120px\] {
    width: 120px;
  }
  .lg\:w-\[calc\(100\%-210px\)\] {
    width: calc(100% - 210px);
  }
  .lg\:-rotate-45 {
    --tw-rotate: -45deg;
    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));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .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\:flex-row {
    flex-direction: row;
  }
  .lg\:\!flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:\!border-0 {
    border-width: 0px !important;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-\[4px\] {
    padding-left: 4px;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-\[16px\] {
    font-size: 16px;
  }
  .lg\:text-\[36px\] {
    font-size: 36px;
  }
  .lg\:text-\[18px\] {
    font-size: 18px;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:\!text-\[16px\] {
    font-size: 16px !important;
  }
  .lg\:text-\[20px\] {
    font-size: 20px;
  }
  .lg\:text-\[10px\] {
    font-size: 10px;
  }
  .lg\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {

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

  .xl\:basis-2\/5 {
    flex-basis: 40%;
  }

  .xl\:basis-1\/5 {
    flex-basis: 20%;
  }

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

@media (min-width: 1536px) {

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

