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

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 */
  font-feature-settings: normal;
  /* 5 */
}

/*
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 */
  font-weight: inherit;
  /* 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::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] {
  display: none;
}

*, ::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-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:  ;
}

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

.jm-container {
  width: 100%;
}

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

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

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

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

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

.jm-tailwind-area {
  font-family: "Barlow", "Noto Sans KR", sans-serif !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  font-size: 100%;
  border-style: solid;
  font-family: "Barlow", "Noto Sans KR", sans-serif !important;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

input,
textarea {
  outline: none;
}

input[type="text"]:-moz-read-only, textarea:-moz-read-only {
  border: 1px solid #d7d7d7;
  background-color: #dfdfdf;
}

input[type="text"]:read-only,
textarea:read-only {
  border: 1px solid #d7d7d7;
  background-color: #dfdfdf;
}

button:hover {
  opacity: 0.9;
}

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

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: "Barlow", "Noto Sans KR", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

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

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

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

.jm-line-clamp-4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.jm-line-clamp-5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.jm-appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.jm-container {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  width: 100%;
}

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

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

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

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

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

/* Chrome, Safari, Edge, Opera */

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.basic-visual-slide-wrap .swiper-pagination {
  display: block;
}

.basic-visual-slide-wrap .swiper-pagination-bullets {
  margin: 0;
  display: flex;
  align-items: center;
}

.basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.6);
  opacity: 1;
  display: inline-block;
  border-radius: 999px;
  transition: 0.3s;
  margin: 0 5px;
}

.basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet:hover {
  cursor: pointer;
}

.basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 0;
}

.basic-visual-slide-wrap .custom-swiper-button-next {
  right: 9% !important;
}

.basic-visual-slide-wrap .custom-swiper-button-prev {
  left: 9% !important;
}

.basic-visual-slide-wrap .custom-swiper-button-next,
.basic-visual-slide-wrap .custom-swiper-button-prev {
  color: rgba(255, 255, 255, 0.5) !important;
}

.basic-visual-slide-wrap .custom-swiper-button-next:hover,
.basic-visual-slide-wrap .custom-swiper-button-prev:hover {
  color: rgba(255, 255, 255, 1) !important;
}

.banner-btn .banner-btn-icon {
  background: #006cb2;
  stroke: #ffffff;
}

.banner-btn:hover .banner-btn-icon {
  background: #ffffff;
  stroke: #006cb2;
}

.swiper-autoplay-btn {
  cursor: pointer;
}

.swiper-autoplay-btn > svg {
  display: none;
}

.swiper-autoplay-btn.pause > .pause-icon {
  display: block;
}

.swiper-autoplay-btn.play > .play-icon {
  display: block;
}

@media (max-width: 1024px) {
  .basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
  }

  .basic-visual-slide-wrap .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }

  .jm-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.jm-fixed {
  position: fixed;
}

.jm-absolute {
  position: absolute;
}

.jm-relative {
  position: relative;
}

.jm-top-0 {
  top: 0px;
}

.jm-left-0 {
  left: 0px;
}

.jm-right-0 {
  right: 0px;
}

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

.jm-top-\[100\%\] {
  top: 100%;
}

.jm-bottom-\[90px\] {
  bottom: 90px;
}

.jm-left-\[42\.7\%\] {
  left: 42.7%;
}

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

.jm-right-\[20px\] {
  right: 20px;
}

.jm-top-\[0\] {
  top: 0;
}

.jm-left-\[0\] {
  left: 0;
}

.jm-top-\[25px\] {
  top: 25px;
}

.jm-right-\[0\] {
  right: 0;
}

.jm-top-\[18px\] {
  top: 18px;
}

.jm-right-\[18px\] {
  right: 18px;
}

.jm-top-\[20px\] {
  top: 20px;
}

.jm-bottom-\[1px\] {
  bottom: 1px;
}

.jm-left-\[11px\] {
  left: 11px;
}

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

.jm-right-\[15px\] {
  right: 15px;
}

.jm-z-\[100\] {
  z-index: 100;
}

.jm-z-\[999\] {
  z-index: 999;
}

.jm-z-\[20\] {
  z-index: 20;
}

.jm-z-\[1\] {
  z-index: 1;
}

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

.jm-z-\[-1\] {
  z-index: -1;
}

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

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

.jm-z-\[899\] {
  z-index: 899;
}

.jm-z-\[901\] {
  z-index: 901;
}

.jm-z-\[900\] {
  z-index: 900;
}

.jm-z-\[-999\] {
  z-index: -999;
}

.jm-z-\[8\] {
  z-index: 8;
}

.jm-z-\[9\] {
  z-index: 9;
}

.jm-z-\[902\] {
  z-index: 902;
}

.jm-z-\[1051\] {
  z-index: 1051;
}

.jm-z-\[1052\] {
  z-index: 1052;
}

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

.jm-mx-\[-25px\] {
  margin-left: -25px;
  margin-right: -25px;
}

.jm-mx-\[23px\] {
  margin-left: 23px;
  margin-right: 23px;
}

.jm-mx-\[-20px\] {
  margin-left: -20px;
  margin-right: -20px;
}

.jm-mx-\[120px\] {
  margin-left: 120px;
  margin-right: 120px;
}

.jm-my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.jm-ml-\[10px\] {
  margin-left: 10px;
}

.jm-mt-\[30px\] {
  margin-top: 30px;
}

.jm-mb-\[24px\] {
  margin-bottom: 24px;
}

.jm-mr-\[12px\] {
  margin-right: 12px;
}

.jm-mb-\[10px\] {
  margin-bottom: 10px;
}

.jm-mt-\[22px\] {
  margin-top: 22px;
}

.jm-mb-\[15px\] {
  margin-bottom: 15px;
}

.jm-mb-\[20px\] {
  margin-bottom: 20px;
}

.jm-mt-\[25px\] {
  margin-top: 25px;
}

.jm-mt-\[0px\] {
  margin-top: 0px;
}

.jm-mt-\[2px\] {
  margin-top: 2px;
}

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

.jm-mb-\[4px\] {
  margin-bottom: 4px;
}

.jm-mb-\[25px\] {
  margin-bottom: 25px;
}

.jm-mb-\[6px\] {
  margin-bottom: 6px;
}

.\!jm-mb-0 {
  margin-bottom: 0px !important;
}

.jm-mb-\[30px\] {
  margin-bottom: 30px;
}

.jm-mt-\[46px\] {
  margin-top: 46px;
}

.jm-mb-\[7px\] {
  margin-bottom: 7px;
}

.jm-mr-\[16px\] {
  margin-right: 16px;
}

.\!jm-mb-\[40px\] {
  margin-bottom: 40px !important;
}

.jm-ml-\[8px\] {
  margin-left: 8px;
}

.jm-mt-\[20px\] {
  margin-top: 20px;
}

.jm-mt-\[10px\] {
  margin-top: 10px;
}

.jm-mt-\[3px\] {
  margin-top: 3px;
}

.jm-mb-\[3px\] {
  margin-bottom: 3px;
}

.jm-box-border {
  box-sizing: border-box;
}

.\!jm-block {
  display: block !important;
}

.jm-block {
  display: block;
}

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

.\!jm-inline {
  display: inline !important;
}

.jm-flex {
  display: flex;
}

.\!jm-flex {
  display: flex !important;
}

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

.jm-grid {
  display: grid;
}

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

.jm-hidden {
  display: none;
}

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

.jm-aspect-\[5\/4\] {
  aspect-ratio: 5/4;
}

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

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

.jm-h-\[100\%\] {
  height: 100%;
}

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

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

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

.\!jm-h-auto {
  height: auto !important;
}

.\!jm-h-\[100vh\] {
  height: 100vh !important;
}

.jm-h-auto {
  height: auto;
}

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

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

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

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

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

.jm-h-\[calc\(100\%-46px\)\] {
  height: calc(100% - 46px);
}

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

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

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

.jm-min-h-\[100vh\] {
  min-height: 100vh;
}

.jm-min-h-\[50vh\] {
  min-height: 50vh;
}

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

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

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

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

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

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

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

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

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

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

.jm-w-\[calc\(100\%-64px\)\] {
  width: calc(100% - 64px);
}

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

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

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

.\!jm-w-\[56\%\] {
  width: 56% !important;
}

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

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

.jm-w-auto {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jm-w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}

.\!jm-w-full {
  width: 100% !important;
}

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

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

.jm-min-w-\[100vw\] {
  min-width: 100vw;
}

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

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

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

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

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

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

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

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

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

.jm-min-w-\[calc\(100\%\+40px\)\] {
  min-width: calc(100% + 40px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.jm-translate-x-\[-100\%\] {
  --tw-translate-x: -100%;
  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));
}

.\!jm-translate-x-\[0\] {
  --tw-translate-x: 0 !important;
  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)) !important;
}

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

.jm-translate-x-\[0\%\] {
  --tw-translate-x: 0%;
  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));
}

.jm-translate-y-\[100\%\] {
  --tw-translate-y: 100%;
  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));
}

.\!jm-translate-y-\[-50\%\] {
  --tw-translate-y: -50% !important;
  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)) !important;
}

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

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

.jm-animate-pulse {
  animation: jm-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes jm-bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.jm-animate-bounce {
  animation: jm-bounce 1s infinite;
}

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

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

.jm-cursor-pointer {
  cursor: pointer;
}

.jm-resize-none {
  resize: none;
}

.jm-appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.jm-gap-\[8px\] {
  gap: 8px;
}

.jm-gap-\[20px\] {
  gap: 20px;
}

.jm-gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}

.jm-gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}

.jm-gap-x-\[50px\] {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.jm-gap-y-\[30px\] {
  row-gap: 30px;
}

.jm-gap-y-\[15px\] {
  row-gap: 15px;
}

.jm-gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.jm-gap-x-\[8px\] {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.jm-gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.jm-gap-x-\[4px\] {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.jm-gap-x-\[15px\] {
  -moz-column-gap: 15px;
       column-gap: 15px;
}

.jm-gap-y-\[10px\] {
  row-gap: 10px;
}

.jm-gap-y-\[8px\] {
  row-gap: 8px;
}

.jm-gap-y-\[16px\] {
  row-gap: 16px;
}

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

.jm-gap-x-\[7px\] {
  -moz-column-gap: 7px;
       column-gap: 7px;
}

.jm-gap-y-\[4px\] {
  row-gap: 4px;
}

.jm-gap-x-\[3px\] {
  -moz-column-gap: 3px;
       column-gap: 3px;
}

.jm-gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.jm-gap-y-\[20px\] {
  row-gap: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!jm-border-\[2px\] {
  border-width: 2px !important;
}

.jm-border-\[2px\] {
  border-width: 2px;
}

.jm-border-\[1px\] {
  border-width: 1px;
}

.jm-border {
  border-width: 1px;
}

.\!jm-border-b-\[0px\] {
  border-bottom-width: 0px !important;
}

.\!jm-border-b-0 {
  border-bottom-width: 0px !important;
}

.jm-border-t-\[1px\] {
  border-top-width: 1px;
}

.jm-border-b-\[1px\] {
  border-bottom-width: 1px;
}

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

.\!jm-border-\[\#fff\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}

.\!jm-border-\[\#D59F13\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(213 159 19 / var(--tw-border-opacity)) !important;
}

.jm-border-\[\#D59F13\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 159 19 / var(--tw-border-opacity));
}

.jm-border-\[\#949494\] {
  --tw-border-opacity: 1;
  border-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.jm-border-\[rgba\(0\,248\,250\,0\.1\)\] {
  border-color: rgba(0,248,250,0.1);
}

.jm-border-\[\#302766\] {
  --tw-border-opacity: 1;
  border-color: rgb(48 39 102 / var(--tw-border-opacity));
}

.jm-border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.jm-border-\[\#444\] {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}

.jm-border-\[\#dfdfdf\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.jm-border-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity));
}

.jm-border-\[\#0B57E3\] {
  --tw-border-opacity: 1;
  border-color: rgb(11 87 227 / var(--tw-border-opacity));
}

.jm-border-\[\] {
  border-color: ;
}

.jm-border-\[\#911789f4\] {
  border-color: #911789f4;
}

.jm-border-t-\[\#949494\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(148 148 148 / var(--tw-border-opacity));
}

.jm-border-b-\[\#DFDFDF\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(223 223 223 / var(--tw-border-opacity));
}

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

.jm-bg-\[\#fff\]\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.\!jm-bg-\[\#fff\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.jm-bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}

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

.jm-bg-\[\#F8F8F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}

.jm-bg-\[\#000\]\/\[0\] {
  background-color: rgb(0 0 0 / 0);
}

.jm-bg-transparent {
  background-color: transparent;
}

.jm-bg-\[\#dfdfdf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

.jm-bg-\[\#222\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}

.jm-bg-\[\#911789f4\] {
  background-color: #911789f4;
}

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

.jm-bg-\[\#989797e4\] {
  background-color: #989797e4;
}

.jm-bg-\[\#F6F8FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 252 / var(--tw-bg-opacity));
}

.jm-bg-\[\#949494\] {
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity));
}

.jm-bg-\[\#AEA181\] {
  --tw-bg-opacity: 1;
  background-color: rgb(174 161 129 / var(--tw-bg-opacity));
}

.jm-bg-\[\#91178927\] {
  background-color: #91178927;
}

.jm-bg-\[\#989797ab\] {
  background-color: #989797ab;
}

.jm-bg-\[\#D59F13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 159 19 / var(--tw-bg-opacity));
}

.jm-bg-\[\#\#911789f4\] {
  background-color: ##911789f4;
}

.jm-bg-\[\#9897978f\] {
  background-color: #9897978f;
}

.jm-bg-\[\#ffd400\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 0 / var(--tw-bg-opacity));
}

.jm-bg-\[\#ffd500b7\] {
  background-color: #ffd500b7;
}

.jm-bg-\[\#c8b038\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 176 56 / var(--tw-bg-opacity));
}

.jm-bg-\[\#7\3139 8\3139 9\] {
  background-color: #7ㄹ8ㄹ9;
}

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

.jm-bg-\[\#ccc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity));
}

.jm-bg-\[\#c8c8c8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 200 200 / var(--tw-bg-opacity));
}

.jm-bg-\[\#ececec\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity));
}

.jm-bg-\[\#1B1443\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 20 67 / var(--tw-bg-opacity));
}

.jm-bg-\[\#1F1F1F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity));
}

.jm-bg-\[rgba\(0\,248\,250\,0\.1\)\] {
  background-color: rgba(0,248,250,0.1);
}

.jm-bg-\[rgba\(0\,248\,250\,0\.05\)\] {
  background-color: rgba(0,248,250,0.05);
}

.jm-bg-\[\#000\]\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.jm-bg-\[\#ECEFF1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}

.jm-bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.jm-bg-\[\#302766\] {
  --tw-bg-opacity: 1;
  background-color: rgb(48 39 102 / var(--tw-bg-opacity));
}

.jm-bg-\[\#302766\]\/5 {
  background-color: rgb(48 39 102 / 0.05);
}

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

.jm-bg-\[\#777777\] {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}

.jm-bg-\[\#0B57E3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 87 227 / var(--tw-bg-opacity));
}

.jm-bg-\[\#DFDFDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity));
}

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

.jm-bg-center {
  background-position: center;
}

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

.jm-fill-\[\#00F8FA\] {
  fill: #00F8FA;
}

.jm-stroke-\[\#B7B7B7\] {
  stroke: #B7B7B7;
}

.jm-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

.jm-py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.jm-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.jm-py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.jm-px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.jm-px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.jm-py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.jm-px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.jm-py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.jm-px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.jm-py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.jm-py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.jm-px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.jm-px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.jm-py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.jm-py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.jm-py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}

.jm-px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

.jm-px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.jm-py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.jm-py-\[\] {
  padding-top: ;
  padding-bottom: ;
}

.jm-py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.jm-py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.jm-px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.jm-py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.jm-py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

.jm-pr-\[50px\] {
  padding-right: 50px;
}

.jm-pb-\[30px\] {
  padding-bottom: 30px;
}

.jm-pt-\[30px\] {
  padding-top: 30px;
}

.jm-pt-\[60px\] {
  padding-top: 60px;
}

.jm-pb-\[60px\] {
  padding-bottom: 60px;
}

.jm-pt-\[85px\] {
  padding-top: 85px;
}

.jm-pb-\[40px\] {
  padding-bottom: 40px;
}

.jm-pl-\[15px\] {
  padding-left: 15px;
}

.jm-pr-\[40px\] {
  padding-right: 40px;
}

.jm-pt-\[12px\] {
  padding-top: 12px;
}

.jm-pr-\[30px\] {
  padding-right: 30px;
}

.jm-pb-\[10px\] {
  padding-bottom: 10px;
}

.jm-pb-\[5px\] {
  padding-bottom: 5px;
}

.jm-pt-\[20px\] {
  padding-top: 20px;
}

.jm-pt-\[15px\] {
  padding-top: 15px;
}

.jm-pb-\[90px\] {
  padding-bottom: 90px;
}

.jm-pb-\[20px\] {
  padding-bottom: 20px;
}

.jm-pr-\[15px\] {
  padding-right: 15px;
}

.jm-pr-\[2px\] {
  padding-right: 2px;
}

.jm-pr-\[5px\] {
  padding-right: 5px;
}

.jm-pl-\[38px\] {
  padding-left: 38px;
}

.jm-pr-\[35px\] {
  padding-right: 35px;
}

.jm-pb-\[100px\] {
  padding-bottom: 100px;
}

.jm-pt-\[100px\] {
  padding-top: 100px;
}

.jm-pt-\[3px\] {
  padding-top: 3px;
}

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

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

.\!jm-text-center {
  text-align: center !important;
}

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

.jm-text-\[14px\] {
  font-size: 14px;
}

.jm-text-\[18px\] {
  font-size: 18px;
}

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

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

.jm-text-\[12px\] {
  font-size: 12px;
}

.jm-text-\[13px\] {
  font-size: 13px;
}

.jm-text-\[22px\] {
  font-size: 22px;
}

.jm-text-\[25px\] {
  font-size: 25px;
}

.jm-text-\[15px\] {
  font-size: 15px;
}

.jm-text-\[28px\] {
  font-size: 28px;
}

.jm-text-\[19px\] {
  font-size: 19px;
}

.\!jm-text-\[15px\] {
  font-size: 15px !important;
}

.jm-text-\[17px\] {
  font-size: 17px;
}

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

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

.jm-font-\[600\] {
  font-weight: 600;
}

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

.jm-font-\[500\] {
  font-weight: 500;
}

.jm-font-\[700\] {
  font-weight: 700;
}

.jm-font-\[400\] {
  font-weight: 400;
}

.jm-leading-\[16\.94px\] {
  line-height: 16.94px;
}

.jm-leading-\[26\.06px\] {
  line-height: 26.06px;
}

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

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

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

.jm-leading-\[150\%\] {
  line-height: 150%;
}

.jm-leading-\[155\%\] {
  line-height: 155%;
}

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

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

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

.jm-leading-\[160\%\] {
  line-height: 160%;
}

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

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

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

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

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

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

.jm-leading-\[23\.17px\] {
  line-height: 23.17px;
}

.jm-leading-\[21\.72px\] {
  line-height: 21.72px;
}

.jm-leading-\[-160\%\] {
  line-height: -160%;
}

.jm-tracking-\[-0\.0474em\] {
  letter-spacing: -0.0474em;
}

.jm-tracking-\[-0\.0174em\] {
  letter-spacing: -0.0174em;
}

.jm-tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}

.jm-tracking-\[-0\.6px\] {
  letter-spacing: -0.6px;
}

.jm-tracking-\[-0\.4px\] {
  letter-spacing: -0.4px;
}

.jm-tracking-\[-0\.5px\] {
  letter-spacing: -0.5px;
}

.jm-tracking-\[-0\.8px\] {
  letter-spacing: -0.8px;
}

.jm-tracking-\[-1\.12424px\] {
  letter-spacing: -1.12424px;
}

.jm-tracking-\[-0\.0099em\] {
  letter-spacing: -0.0099em;
}

.jm-text-\[\#911789f4\] {
  color: #911789f4;
}

.jm-text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.jm-text-\[\#383838\] {
  --tw-text-opacity: 1;
  color: rgb(56 56 56 / var(--tw-text-opacity));
}

.jm-text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.\!jm-text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!jm-text-\[\#fff\]\/60 {
  color: rgb(255 255 255 / 0.6) !important;
}

.\!jm-text-\[\#911789f4\] {
  color: #911789f4 !important;
}

.jm-text-\[\#787878\] {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.jm-text-\[\#555\] {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.jm-text-\[\#D59F13\] {
  --tw-text-opacity: 1;
  color: rgb(213 159 19 / var(--tw-text-opacity));
}

.jm-text-\[\#911789fc\] {
  color: #911789fc;
}

.jm-text-\[\#6C6C6C\] {
  --tw-text-opacity: 1;
  color: rgb(108 108 108 / var(--tw-text-opacity));
}

.jm-text-\[\#1f1f1f\] {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.jm-text-\[\#777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}

.jm-text-\[\#de3618\] {
  --tw-text-opacity: 1;
  color: rgb(222 54 24 / var(--tw-text-opacity));
}

.jm-text-\[\#\#911789f4\] {
  color: ##911789f4;
}

.jm-text-\[\#d5a413\] {
  --tw-text-opacity: 1;
  color: rgb(213 164 19 / var(--tw-text-opacity));
}

.\!jm-text-\[\#555\] {
  --tw-text-opacity: 1 !important;
  color: rgb(85 85 85 / var(--tw-text-opacity)) !important;
}

.jm-text-\[400\] {
  color: 400;
}

.jm-text-\[\#E8E8E8\] {
  --tw-text-opacity: 1;
  color: rgb(232 232 232 / var(--tw-text-opacity));
}

.jm-text-\[\#DFDFDF\] {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.jm-text-\[\#dfdfdf\] {
  --tw-text-opacity: 1;
  color: rgb(223 223 223 / var(--tw-text-opacity));
}

.jm-text-\[\#B7B7B7\] {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity));
}

.jm-text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.jm-text-\[\#1A1A1A\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity));
}

.jm-text-\[\#949494\] {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.\!jm-text-\[\#0B57E3\] {
  --tw-text-opacity: 1 !important;
  color: rgb(11 87 227 / var(--tw-text-opacity)) !important;
}

.jm-text-\[\#141414\] {
  --tw-text-opacity: 1;
  color: rgb(20 20 20 / var(--tw-text-opacity));
}

.jm-text-\[\#035C67\] {
  --tw-text-opacity: 1;
  color: rgb(3 92 103 / var(--tw-text-opacity));
}

.jm-text-\[\#484848\] {
  --tw-text-opacity: 1;
  color: rgb(72 72 72 / var(--tw-text-opacity));
}

.jm-opacity-\[0\] {
  opacity: 0;
}

.jm-opacity-50 {
  opacity: 0.5;
}

.jm-shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --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);
}

.jm-shadow-\[0px_0px_10px_rgba\(0\,0\,0\,0\.2\)\] {
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.jm-shadow-\[0px_0px_10px_rgba\(0\,0\,0\,0\.1\)\] {
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.jm-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.jm-transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -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-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.jm-duration-500 {
  transition-duration: 500ms;
}

.jm-duration-300 {
  transition-duration: 300ms;
}

.placeholder\:jm-text-\[\#949494\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.placeholder\:jm-text-\[\#949494\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.placeholder\:\!jm-text-\[\#949494\]::-moz-placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(148 148 148 / var(--tw-text-opacity)) !important;
}

.placeholder\:\!jm-text-\[\#949494\]::placeholder {
  --tw-text-opacity: 1 !important;
  color: rgb(148 148 148 / var(--tw-text-opacity)) !important;
}

.first\:jm-pl-\[30px\]:first-child {
  padding-left: 30px;
}

.first\:jm-pl-\[40px\]:first-child {
  padding-left: 40px;
}

.last\:jm-border-b-0:last-child {
  border-bottom-width: 0px;
}

.hover\:jm-cursor-pointer:hover {
  cursor: pointer;
}

.hover\:jm-border-\[\#D59F13\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(213 159 19 / var(--tw-border-opacity));
}

.hover\:jm-bg-\[\#fff\]\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:jm-bg-\[\#000\]\/\[\.08\]:hover {
  background-color: rgb(0 0 0 / .08);
}

.hover\:jm-bg-\[\#777\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity));
}

.hover\:jm-bg-\[\#F5F5F5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:jm-bg-\[rgba\(156\2c 156\2c 156\2c 0\.08\)\]:hover {
  background-color: rgba(156,156,156,0.08);
}

.hover\:jm-bg-\[\#949494\]\/90:hover {
  background-color: rgb(148 148 148 / 0.9);
}

.hover\:jm-bg-\[\#AEA181\]\/90:hover {
  background-color: rgb(174 161 129 / 0.9);
}

.hover\:jm-bg-\[\#D59F13\]\/90:hover {
  background-color: rgb(213 159 19 / 0.9);
}

.hover\:jm-bg-\[\#911789f4\]\/90:hover {
  background-color: rgb(145 23 137 / 0.9);
}

.hover\:\!jm-bg-\[\#151227\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 18 39 / var(--tw-bg-opacity)) !important;
}

.hover\:jm-bg-\[\#383838\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 56 56 / var(--tw-bg-opacity));
}

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

.hover\:jm-bg-\[\#302766\]\/90:hover {
  background-color: rgb(48 39 102 / 0.9);
}

.hover\:jm-bg-\[\#1F1F1F\]\/90:hover {
  background-color: rgb(31 31 31 / 0.9);
}

.hover\:jm-bg-\[\#777777\]\/90:hover {
  background-color: rgb(119 119 119 / 0.9);
}

.hover\:jm-bg-\[\#0B57E3\]\/90:hover {
  background-color: rgb(11 87 227 / 0.9);
}

.hover\:jm-text-\[\#911789f4\]:hover {
  color: #911789f4;
}

.hover\:\!jm-text-\[\#911789f4\]:hover {
  color: #911789f4 !important;
}

.hover\:jm-text-\[\#555555\]:hover {
  --tw-text-opacity: 1;
  color: rgb(85 85 85 / var(--tw-text-opacity));
}

.hover\:\!jm-text-\[\#91178968\]:hover {
  color: #91178968 !important;
}

.hover\:\!jm-text-\[\#fff\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.hover\:\!jm-text-\[\#302766\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(48 39 102 / var(--tw-text-opacity)) !important;
}

.hover\:jm-text-\[\#1F1F1F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity));
}

.hover\:jm-text-\[\#035b6785\]:hover {
  color: #035b6785;
}

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

.hover\:jm-underline-offset-2:hover {
  text-underline-offset: 2px;
}

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

.focus\:jm-border-\[\#D59F13\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(213 159 19 / var(--tw-border-opacity));
}

.focus\:jm-border-\[\#1D1503\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 21 3 / var(--tw-border-opacity));
}

.focus\:jm-border-\[\#383838\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 56 56 / var(--tw-border-opacity));
}

.focus\:\!jm-border-\[\#911789f4\]:focus {
  border-color: #911789f4 !important;
}

.active\:jm-text-\[\#911789f4\]:active {
  color: #911789f4;
}

.active\:jm-text-\[\#035b6785\]:active {
  color: #035b6785;
}

.jm-group:hover .group-hover\:\!jm-fill-\[\#911789f4\] {
  fill: #911789f4 !important;
}

.jm-group:hover .group-hover\:\!jm-stroke-\[\#911789f4\] {
  stroke: #911789f4 !important;
}

.jm-group:hover .group-hover\:\!jm-text-\[\#911789f4\] {
  color: #911789f4 !important;
}

.jm-group:hover .group-hover\:\!jm-text-\[\#fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

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

.jm-group:hover .group-hover\:\!jm-opacity-80 {
  opacity: 0.8 !important;
}

.jm-peer:checked ~ .peer-checked\:jm-border-\[\#D59F13\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 159 19 / var(--tw-border-opacity));
}

.jm-peer:checked ~ .peer-checked\:jm-border-\[\#2155A0\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 85 160 / var(--tw-border-opacity));
}

.jm-peer:checked ~ .peer-checked\:jm-bg-\[\#D59F13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 159 19 / var(--tw-bg-opacity));
}

.jm-peer:checked ~ .peer-checked\:jm-bg-\[\#2155A0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 85 160 / var(--tw-bg-opacity));
}

.jm-peer:checked ~ .peer-checked\:\!jm-font-\[600\] {
  font-weight: 600 !important;
}

.jm-peer:checked ~ .peer-checked\:jm-text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.jm-peer:checked ~ .peer-checked\:after\:jm-absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-left-\[50\%\]::after {
  content: var(--tw-content);
  left: 50%;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-top-\[50\%\]::after {
  content: var(--tw-content);
  top: 50%;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-mt-\[-6px\]::after {
  content: var(--tw-content);
  margin-top: -6px;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-ml-\[-3px\]::after {
  content: var(--tw-content);
  margin-left: -3px;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-h-\[9px\]::after {
  content: var(--tw-content);
  height: 9px;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-w-\[6px\]::after {
  content: var(--tw-content);
  width: 6px;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-rotate-\[40deg\]::after {
  content: var(--tw-content);
  --tw-rotate: 40deg;
  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));
}

.jm-peer:checked ~ .peer-checked\:after\:jm-border-r-\[2px\]::after {
  content: var(--tw-content);
  border-right-width: 2px;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-border-b-\[2px\]::after {
  content: var(--tw-content);
  border-bottom-width: 2px;
}

.jm-peer:checked ~ .peer-checked\:after\:jm-border-r-\[\#fff\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.jm-peer:checked ~ .peer-checked\:after\:jm-border-b-\[\#fff\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.jm-peer:checked ~ .peer-checked\:after\:jm-content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.jm-peer:checked ~ .peer-checked\:hover\:jm-bg-\[\#D59F13\]\/90:hover {
  background-color: rgb(213 159 19 / 0.9);
}

@media (min-width: 640px) {
  .sm\:jm-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:jm-gap-y-\[6px\] {
    row-gap: 6px;
  }

  .sm\:jm-gap-y-\[20px\] {
    row-gap: 20px;
  }

  .sm\:jm-py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sm\:jm-text-\[17px\] {
    font-size: 17px;
  }
}

@media (min-width: 768px) {
  .md\:jm-mr-\[16px\] {
    margin-right: 16px;
  }

  .md\:\!jm-flex {
    display: flex !important;
  }

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

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

  .md\:jm-min-w-\[115px\] {
    min-width: 115px;
  }

  .md\:jm-max-w-\[500px\] {
    max-width: 500px;
  }

  .md\:jm-max-w-\[820px\] {
    max-width: 820px;
  }

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

  .md\:\!jm-flex-row {
    flex-direction: row !important;
  }

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

  .md\:jm-gap-x-\[15px\] {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }

  .md\:\!jm-border-\[0px\] {
    border-width: 0px !important;
  }

  .md\:jm-pr-\[5px\] {
    padding-right: 5px;
  }

  .md\:jm-text-center {
    text-align: center;
  }

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

@media (min-width: 1024px) {
  .lg\:jm-relative {
    position: relative;
  }

  .lg\:jm-left-auto {
    left: auto;
  }

  .lg\:jm-left-\[48\%\] {
    left: 48%;
  }

  .lg\:\!jm-left-\[260px\] {
    left: 260px !important;
  }

  .lg\:jm-mb-\[20px\] {
    margin-bottom: 20px;
  }

  .lg\:jm-mb-\[30px\] {
    margin-bottom: 30px;
  }

  .lg\:jm-mb-\[25px\] {
    margin-bottom: 25px;
  }

  .lg\:jm-mb-\[40px\] {
    margin-bottom: 40px;
  }

  .lg\:jm-mb-\[15px\] {
    margin-bottom: 15px;
  }

  .lg\:jm-mr-\[20px\] {
    margin-right: 20px;
  }

  .lg\:\!jm-mb-\[60px\] {
    margin-bottom: 60px !important;
  }

  .lg\:jm-mb-\[4px\] {
    margin-bottom: 4px;
  }

  .lg\:\!jm-block {
    display: block !important;
  }

  .lg\:\!jm-inline {
    display: inline !important;
  }

  .lg\:\!jm-flex {
    display: flex !important;
  }

  .lg\:\!jm-hidden {
    display: none !important;
  }

  .lg\:jm-hidden {
    display: none;
  }

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

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

  .lg\:jm-w-\[65px\] {
    width: 65px;
  }

  .lg\:jm-w-\[40px\] {
    width: 40px;
  }

  .lg\:jm-w-\[77px\] {
    width: 77px;
  }

  .lg\:jm-w-\[500px\] {
    width: 500px;
  }

  .lg\:jm-w-\[36px\] {
    width: 36px;
  }

  .lg\:jm-w-\[calc\(100vw-260px\)\] {
    width: calc(100vw - 260px);
  }

  .lg\:\!jm-w-\[18px\] {
    width: 18px !important;
  }

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

  .lg\:jm-w-full {
    width: 100%;
  }

  .lg\:jm-w-\[50\%\] {
    width: 50%;
  }

  .lg\:jm-max-w-\[1360px\] {
    max-width: 1360px;
  }

  .lg\:jm-max-w-\[65\%\] {
    max-width: 65%;
  }

  .lg\:jm-max-w-\[85\%\] {
    max-width: 85%;
  }

  .lg\:jm-translate-x-\[unset\] {
    --tw-translate-x: unset;
    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\:jm-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));
  }

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

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

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

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

  .lg\:\!jm-flex-row {
    flex-direction: row !important;
  }

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

  .lg\:jm-items-center {
    align-items: center;
  }

  .lg\:jm-gap-x-\[8px\] {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }

  .lg\:jm-gap-y-\[25px\] {
    row-gap: 25px;
  }

  .lg\:jm-gap-x-\[12px\] {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }

  .lg\:jm-border-\[1px\] {
    border-width: 1px;
  }

  .lg\:\!jm-border-b-\[2px\] {
    border-bottom-width: 2px !important;
  }

  .lg\:jm-p-\[30px\] {
    padding: 30px;
  }

  .lg\:jm-py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:jm-py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:jm-py-\[11px\] {
    padding-top: 11px;
    padding-bottom: 11px;
  }

  .lg\:jm-py-\[12px\] {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:jm-py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .lg\:jm-py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .lg\:jm-py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .lg\:jm-pt-\[100px\] {
    padding-top: 100px;
  }

  .lg\:jm-pb-\[100px\] {
    padding-bottom: 100px;
  }

  .lg\:jm-pt-\[9px\] {
    padding-top: 9px;
  }

  .lg\:jm-pt-\[115px\] {
    padding-top: 115px;
  }

  .lg\:jm-pl-\[20px\] {
    padding-left: 20px;
  }

  .lg\:jm-pr-\[60px\] {
    padding-right: 60px;
  }

  .lg\:jm-pl-\[260px\] {
    padding-left: 260px;
  }

  .lg\:jm-pb-\[40px\] {
    padding-bottom: 40px;
  }

  .lg\:jm-pt-\[120px\] {
    padding-top: 120px;
  }

  .lg\:jm-pt-\[130px\] {
    padding-top: 130px;
  }

  .lg\:jm-pb-\[30px\] {
    padding-bottom: 30px;
  }

  .lg\:jm-pb-\[20px\] {
    padding-bottom: 20px;
  }

  .lg\:jm-pt-\[110px\] {
    padding-top: 110px;
  }

  .lg\:jm-text-\[29px\] {
    font-size: 29px;
  }

  .lg\:jm-text-\[38px\] {
    font-size: 38px;
  }

  .lg\:jm-text-\[15px\] {
    font-size: 15px;
  }

  .lg\:jm-text-\[43px\] {
    font-size: 43px;
  }

  .lg\:jm-text-\[25px\] {
    font-size: 25px;
  }

  .lg\:jm-text-\[19px\] {
    font-size: 19px;
  }

  .lg\:jm-text-\[21px\] {
    font-size: 21px;
  }

  .lg\:jm-text-\[18px\] {
    font-size: 18px;
  }

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

  .lg\:jm-text-\[14px\] {
    font-size: 14px;
  }

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

  .lg\:jm-text-\[\`6px\] {
    font-size: `6px;
  }

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

  .lg\:jm-text-\[17px\] {
    font-size: 17px;
  }

  .lg\:\!jm-text-\[13px\] {
    font-size: 13px !important;
  }

  .lg\:jm-text-\[48px\] {
    font-size: 48px;
  }

  .lg\:jm-text-\[22px\] {
    font-size: 22px;
  }

  .lg\:jm-text-\[30px\] {
    font-size: 30px;
  }

  .lg\:jm-text-\[35px\] {
    font-size: 35px;
  }

  .lg\:jm-leading-\[70px\] {
    line-height: 70px;
  }

  .lg\:jm-leading-\[31\.86px\] {
    line-height: 31.86px;
  }

  .lg\:jm-leading-\[26\.06px\] {
    line-height: 26.06px;
  }

  .lg\:jm-tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}

@media (min-width: 1280px) {
  .xl\:jm-mb-\[30px\] {
    margin-bottom: 30px;
  }

  .xl\:\!jm-flex {
    display: flex !important;
  }

  .xl\:jm-hidden {
    display: none;
  }

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

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

  .xl\:jm-gap-x-\[20px\] {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }

  .xl\:jm-gap-x-\[90px\] {
    -moz-column-gap: 90px;
         column-gap: 90px;
  }

  .xl\:jm-gap-x-\[40px\] {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }

  .xl\:jm-text-\[32px\] {
    font-size: 32px;
  }

  .xl\:jm-text-\[50px\] {
    font-size: 50px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:jm-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .\32xl\:jm-w-auto {
    width: auto;
  }

  .\32xl\:jm-min-w-full {
    min-width: 100%;
  }

  .\32xl\:jm-min-w-\[252px\] {
    min-width: 252px;
  }

  .\32xl\:jm-max-w-\[1600px\] {
    max-width: 1600px;
  }

  .\32xl\:jm-max-w-\[781px\] {
    max-width: 781px;
  }

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

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

  .\32xl\:jm-flex-row {
    flex-direction: row;
  }

  .\32xl\:jm-px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .\32xl\:jm-py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
