/*
! tailwindcss v3.0.13 | 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 */
  font-family: "NexaRegular","PingFang SC","Lantinghei SC","Microsoft YaHei","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
    font-weight: 200;
}

/*
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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.top-64px {
  top: 64px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.top-12 {
  top: 12rem;
}
.top-48px {
  top: 48px;
}
.right-2 {
  right: 2rem;
}
.top-3\/4 {
  top: 75%;
}
.bottom-6 {
  bottom: 6rem;
}
.top-17\.5 {
  top: 17.5rem;
}
.top-17 {
  top: 17rem;
}
.left-2\.75 {
  left: 2.75rem;
}
.bottom-5\.25 {
  bottom: 5.25rem;
}
.left-2 {
  left: 2rem;
}
.bottom-5 {
  bottom: 5rem;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 10rem;
}
.top-26\.25 {
  top: 26.25rem;
}
.top-26 {
  top: 26rem;
}
.top-4 {
  top: 4rem;
}
.top-16\.75 {
  top: 16.75rem;
}
.top-16 {
  top: 16rem;
}
.top-28 {
  top: 28rem;
}
.bottom-0\.5 {
  bottom: 0.5rem;
}
.right-1 {
  right: 1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-2 {
  bottom: 2rem;
}
.top-0\.5 {
  top: 0.5rem;
}
.top-2 {
  top: 2rem;
}
.right-2\.5 {
  right: 2.5rem;
}
.top-11\.75 {
  top: 11.75rem;
}
.top-11 {
  top: 11rem;
}
.left-13 {
  left: 13rem;
}
.top-9 {
  top: 9rem;
}
.top-1\/2 {
  top: 50%;
}
.bottom-3 {
  bottom: 3rem;
}
.right-3 {
  right: 3rem;
}
.left-2\.5 {
  left: 2.5rem;
}
.-left-70px {
  left: -70px;
}
.-right-70px {
  right: -70px;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-20 {
  z-index: 20;
}
.order-2 {
  order: 2;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-2 {
  margin: 2rem;
}
.m-4 {
  margin: 4rem;
}
.m-34 {
  margin: 34rem;
}
.m-41 {
  margin: 41rem;
}
.m-72 {
  margin: 18rem;
}
.m-56 {
  margin: 14rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-3 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-1 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.my-4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-1\.5 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-3\.75 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}
.my-2\.75 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.mx-2\.25 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}
.my-1\.5 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-2\.5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-0\.5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-1\.25 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-1\.25 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-3\.25 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}
.my-5\.25 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}
.my-5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.my-3\.75 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}
.mx-1\.75 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}
.my-1\.75 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-40px {
  margin-left: 40px;
  margin-right: 40px;
}
.mb-1\.5 {
  margin-bottom: 1.5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-5\.5 {
  margin-bottom: 5.5rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mt-1\.5 {
  margin-top: 1.5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-3\.75 {
  margin-top: 3.75rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mb-2\.75 {
  margin-bottom: 2.75rem;
}
.mt-2\.5 {
  margin-top: 2.5rem;
}
.mr-6\.75 {
  margin-right: 6.75rem;
}
.mr-6 {
  margin-right: 6rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-1\.75 {
  margin-bottom: 1.75rem;
}
.mt-2\.75 {
  margin-top: 2.75rem;
}
.mb-4\.75 {
  margin-bottom: 4.75rem;
}
.mt-1\.75 {
  margin-top: 1.75rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-5\.25 {
  margin-bottom: 5.25rem;
}
.mt-4\.75 {
  margin-top: 4.75rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mt-5\.25 {
  margin-top: 5.25rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-1\.25 {
  margin-top: 1.25rem;
}
.mt-3\.5 {
  margin-top: 3.5rem;
}
.mr-7 {
  margin-right: 7rem;
}
.mt-2\.25 {
  margin-top: 2.25rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mb-4\.5 {
  margin-bottom: 4.5rem;
}
.mb-6\.5 {
  margin-bottom: 6.5rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-1 {
  margin-left: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.5rem;
}
.mb-3\.25 {
  margin-bottom: 3.25rem;
}
.mt-4\.25 {
  margin-top: 4.25rem;
}
.mt-0\.5 {
  margin-top: 0.5rem;
}
.mt-0 {
  margin-top: 0px;
}
.mr-2\.5 {
  margin-right: 2.5rem;
}
.mb-3\.75 {
  margin-bottom: 3.75rem;
}
.mr-1\.75 {
  margin-right: 1.75rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mb-2\.5 {
  margin-bottom: 2.5rem;
}
.mr-2\.25 {
  margin-right: 2.25rem;
}
.mt-5\.75 {
  margin-top: 5.75rem;
}
.mt-3\.25 {
  margin-top: 3.25rem;
}
.mb-4\.25 {
  margin-bottom: 4.25rem;
}
.mt-4\.5 {
  margin-top: 4.5rem;
}
.mb-9\.25 {
  margin-bottom: 9.25rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-2\.25 {
  margin-bottom: 2.25rem;
}
.mt-32 {
  margin-top: 32rem;
}
.mr-0\.5 {
  margin-right: 0.5rem;
}
.mr-0 {
  margin-right: 0px;
}
.mt-7\.75 {
  margin-top: 7.75rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mb-24px {
  margin-bottom: 24px;
}
.ml-16px {
  margin-left: 16px;
}
.mt-6px {
  margin-top: 6px;
}
.mb-14px {
  margin-bottom: 14px;
}
.ml-0\.5 {
  margin-left: 0.5rem;
}
.ml-0 {
  margin-left: 0px;
}
.mr-4 {
  margin-right: 4rem;
}
.mb-60px {
  margin-bottom: 60px;
}
.mr-18px {
  margin-right: 18px;
}
.mt-5\.5 {
  margin-top: 5.5rem;
}
.mr-1\.25 {
  margin-right: 1.25rem;
}
.ml-0\.75 {
  margin-left: 0.75rem;
}
.mt-0\.25 {
  margin-top: 0.25rem;
}
.mt-0\.75 {
  margin-top: 0.75rem;
}
.mt-10\.25 {
  margin-top: 10.25rem;
}
.mt-10 {
  margin-top: 10rem;
}
.mt-31 {
  margin-top: 31rem;
}
.mb-1\.25 {
  margin-bottom: 1.25rem;
}
.mt-6\.25 {
  margin-top: 6.25rem;
}
.mb-8\.5 {
  margin-bottom: 8.5rem;
}
.mb-7\.5 {
  margin-bottom: 7.5rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.ml-4\.5 {
  margin-left: 4.5rem;
}
.mr-5\.75 {
  margin-right: 5.75rem;
}
.ml-4 {
  margin-left: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mt-8\.75 {
  margin-top: 8.75rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mb-0\.75 {
  margin-bottom: 0.75rem;
}
.mb-7\.75 {
  margin-bottom: 7.75rem;
}
.mb-20px {
  margin-bottom: 20px;
}
.mt-6\.5 {
  margin-top: 6.5rem;
}
.mb-10\.25 {
  margin-bottom: 10.25rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mb-3\.5 {
  margin-bottom: 3.5rem;
}
.mt-60px {
  margin-top: 60px;
}
.mt-20px {
  margin-top: 20px;
}
.mt-100px {
  margin-top: 100px;
}
.mt-50px {
  margin-top: 50px;
}
.mt-18px {
  margin-top: 18px;
}
.mb-30px {
  margin-bottom: 30px;
}
.mb-48px {
  margin-bottom: 48px;
}
.mr-10px {
  margin-right: 10px;
}
.ml-4px {
  margin-left: 4px;
}
.ml-20px {
  margin-left: 20px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-2\.5 {
  height: 2.5rem;
}
.h-2 {
  height: 2rem;
}
.h-48 {
  height: 48rem;
}
.h-16 {
  height: 16rem;
}
.h-full {
  height: 100%;
}
.h-4\.75 {
  height: 4.75rem;
}
.h-4 {
  height: 4rem;
}
.h-40 {
  height: 40rem;
}
.h-18\.75 {
  height: 18.75rem;
}
.h-18 {
  height: 18rem;
}
.h-auto {
  height: auto;
}
.h-180px {
  height: 180px;
}
.h-20 {
  height: 20rem;
}
.h-6\.5 {
  height: 6.5rem;
}
.h-6 {
  height: 6rem;
}
.h-24 {
  height: 24rem;
}
.h-1 {
  height: 1rem;
}
.h-45 {
  height: 45rem;
}
.h-34 {
  height: 34rem;
}
.h-0\.25 {
  height: 0.25rem;
}
.h-0 {
  height: 0px;
}
.h-4\.25 {
  height: 4.25rem;
}
.h-2\.75 {
  height: 2.75rem;
}
.h-22 {
  height: 22rem;
}
.h-5 {
  height: 5rem;
}
.h-1\.25 {
  height: 1.25rem;
}
.h-3 {
  height: 3rem;
}
.h-1\.5 {
  height: 1.5rem;
}
.h-23\.25 {
  height: 23.25rem;
}
.h-23 {
  height: 23rem;
}
.h-30 {
  height: 30rem;
}
.h-29 {
  height: 29rem;
}
.h-10 {
  height: 10rem;
}
.h-7\.25 {
  height: 7.25rem;
}
.h-7 {
  height: 7rem;
}
.h-40px {
  height: 40px;
}
.h-22\.75 {
  height: 22.75rem;
}
.h-screen {
  height: 100vh;
}
.h-48\.25 {
  height: 48.25rem;
}
.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-36 {
  height: 36rem;
}
.h-32 {
  height: 32rem;
}
.h-35\.75 {
  height: 35.75rem;
}
.h-35 {
  height: 35rem;
}
.h-30px {
  height: 30px;
}
.h-42px {
  height: 42px;
}
.h-64px {
  height: 64px;
}
.h-22px {
  height: 22px;
}
.h-20px {
  height: 20px;
}
.h-18px {
  height: 18px;
}
.h-48px {
  height: 48px;
}
.h-8px {
  height: 8px;
}
.h-2px {
  height: 2px;
}
.h-80px {
  height: 80px;
}
.max-h-14 {
  max-height: 14rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-12 {
  width: 12rem;
}
.w-30vw {
  width: 30vw;
}
.w-70vw {
  width: 70vw;
}
.w-full {
  width: 100%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-13 {
  width: 13rem;
}
.w-3\/4 {
  width: 75%;
}
.w-8 {
  width: 8rem;
}
.w-2\/4 {
  width: 50%;
}
.w-2\/5 {
  width: 40%;
}
.w-18 {
  width: 18rem;
}
.w-18\.75 {
  width: 18.75rem;
}
.w-6\.25 {
  width: 6.25rem;
}
.w-6 {
  width: 6rem;
}
.w-4\.5 {
  width: 4.5rem;
}
.w-4 {
  width: 4rem;
}
.w-9\/12 {
  width: 75%;
}
.w-4\/5 {
  width: 80%;
}
.w-1\/4 {
  width: 25%;
}
.w-1\/2 {
  width: 50%;
}
.w-2\.5 {
  width: 2.5rem;
}
.w-2 {
  width: 2rem;
}
.w-4\.75 {
  width: 4.75rem;
}
.w-5 {
  width: 5rem;
}
.w-1 {
  width: 1rem;
}
.w-22\.5 {
  width: 22.5rem;
}
.w-22 {
  width: 22rem;
}
.w-16\.75 {
  width: 16.75rem;
}
.w-16 {
  width: 16rem;
}
.w-auto {
  width: auto;
}
.w-90px {
  width: 90px;
}
.w-31 {
  width: 31rem;
}
.w-37 {
  width: 37rem;
}
.w-14 {
  width: 14rem;
}
.w-10\.25 {
  width: 10.25rem;
}
.w-10 {
  width: 10rem;
}
.w-28 {
  width: 28rem;
}
.w-2\.75 {
  width: 2.75rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-3\/5 {
  width: 60%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-11\.5 {
  width: 11.5rem;
}
.w-11 {
  width: 11rem;
}
.w-3\/12 {
  width: 25%;
}
.w-1\.25 {
  width: 1.25rem;
}
.w-3 {
  width: 3rem;
}
.w-1\.5 {
  width: 1.5rem;
}
.w-80vw {
  width: 80vw;
}
.w-27 {
  width: 27rem;
}
.w-40 {
  width: 40rem;
}
.w-20\.25 {
  width: 20.25rem;
}
.w-20 {
  width: 20rem;
}
.w-41\.75 {
  width: 41.75rem;
}
.w-41 {
  width: 41rem;
}
.w-43\.25 {
  width: 43.25rem;
}
.w-43 {
  width: 43rem;
}
.w-43\.75 {
  width: 43.75rem;
}
.w-280px {
  width: 280px;
}
.w-21\.25 {
  width: 21.25rem;
}
.w-21 {
  width: 21rem;
}
.w-15\.5 {
  width: 15.5rem;
}
.w-15 {
  width: 15rem;
}
.w-8\.75 {
  width: 8.75rem;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-24 {
  width: 24rem;
}
.w-376px {
  width: 376px;
}
.w-110px {
  width: 110px;
}
.w-104px {
  width: 104px;
}
.w-3\.75 {
  width: 3.75rem;
}
.w-90vw {
  width: 90vw;
}
.w-96vw {
  width: 96vw;
}
.w-150px {
  width: 150px;
}
.w-34px {
  width: 34px;
}
.w-30px {
  width: 30px;
}
.w-18px {
  width: 18px;
}
.min-w-pc {
  min-width: 1200px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-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));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.gap-1\.5 {
  gap: 1.5rem;
}
.gap-1 {
  gap: 1rem;
}
.gap-42px {
  gap: 42px;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.bg-black-theme {
  --tw-bg-opacity: 1;
  background-color: rgb(47 47 47 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2 {
  padding: 2rem;
}
.p-4\.25 {
  padding: 4.25rem;
}
.p-4 {
  padding: 4rem;
}
.p-2\.75 {
  padding: 2.75rem;
}
.p-1 {
  padding: 1rem;
}
.p-3 {
  padding: 3rem;
}
.p-5 {
  padding: 5rem;
}
.p-6 {
  padding: 6rem;
}
.p-20px {
  padding: 20px;
}
.p-10px {
  padding: 10px;
}
.px-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-4 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-1\.75 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-3\.5 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1\.25 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2\.25 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-4\.25 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}
.px-2\.5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2\.25 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-4\.5 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.py-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3\.25 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}
.px-3\.25 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}
.py-11\.75 {
  padding-top: 11.75rem;
  padding-bottom: 11.75rem;
}
.py-11 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
.py-0\.75 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-1\.75 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-76px {
  padding-top: 76px;
  padding-bottom: 76px;
}
.py-2\.5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-0\.5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-0\.25 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.25 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-2\.75 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}
.py-5\.75 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}
.py-5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-7\.5 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.py-7 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-7\.75 {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}
.px-1\.5 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-12px {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-22px {
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-28px {
  padding-left: 28px;
  padding-right: 28px;
}
.py-20px {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-6px {
  padding-left: 6px;
  padding-right: 6px;
}
.px-24px {
  padding-left: 24px;
  padding-right: 24px;
}
.pt-2 {
  padding-top: 2rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 6rem;
}
.pb-2 {
  padding-bottom: 2rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pt-4 {
  padding-top: 4rem;
}
.pb-3 {
  padding-bottom: 3rem;
}
.pt-3\.5 {
  padding-top: 3.5rem;
}
.pb-5\.75 {
  padding-bottom: 5.75rem;
}
.pt-3 {
  padding-top: 3rem;
}
.pb-5 {
  padding-bottom: 5rem;
}
.pb-8\.5 {
  padding-bottom: 8.5rem;
}
.pb-8 {
  padding-bottom: 8rem;
}
.pt-3\.75 {
  padding-top: 3.75rem;
}
.pt-1\.75 {
  padding-top: 1.75rem;
}
.pb-1\.75 {
  padding-bottom: 1.75rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pr-5\.25 {
  padding-right: 5.25rem;
}
.pr-5 {
  padding-right: 5rem;
}
.pt-5\.25 {
  padding-top: 5.25rem;
}
.pl-4 {
  padding-left: 4rem;
}
.pt-5 {
  padding-top: 5rem;
}
.pt-1\.5 {
  padding-top: 1.5rem;
}
.pt-4\.25 {
  padding-top: 4.25rem;
}
.pb-2\.75 {
  padding-bottom: 2.75rem;
}
.pb-4\.25 {
  padding-bottom: 4.25rem;
}
.pt-7\.25 {
  padding-top: 7.25rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pt-7 {
  padding-top: 7rem;
}
.pt-2\.5 {
  padding-top: 2.5rem;
}
.pb-4\.75 {
  padding-bottom: 4.75rem;
}
.pl-2\.25 {
  padding-left: 2.25rem;
}
.pr-2 {
  padding-right: 2rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pb-4\.5 {
  padding-bottom: 4.5rem;
}
.pb-6 {
  padding-bottom: 6rem;
}
.pb-7\.75 {
  padding-bottom: 7.75rem;
}
.pb-7 {
  padding-bottom: 7rem;
}
.pb-7\.5 {
  padding-bottom: 7.5rem;
}
.pb-3\.75 {
  padding-bottom: 3.75rem;
}
.pr-3 {
  padding-right: 3rem;
}
.pb-3\.25 {
  padding-bottom: 3.25rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pt-4\.75 {
  padding-top: 4.75rem;
}
.pb-1\.5 {
  padding-bottom: 1.5rem;
}
.pt-3\.25 {
  padding-top: 3.25rem;
}
.pb-1\.25 {
  padding-bottom: 1.25rem;
}
.pt-5\.75 {
  padding-top: 5.75rem;
}
.pt-6\.75 {
  padding-top: 6.75rem;
}
.pb-11\.75 {
  padding-bottom: 11.75rem;
}
.pb-11 {
  padding-bottom: 11rem;
}
.pt-11\.75 {
  padding-top: 11.75rem;
}
.pb-12\.5 {
  padding-bottom: 12.5rem;
}
.pt-11 {
  padding-top: 11rem;
}
.pb-12 {
  padding-bottom: 12rem;
}
.pb-11\.25 {
  padding-bottom: 11.25rem;
}
.pt-5\.5 {
  padding-top: 5.5rem;
}
.pb-9\.25 {
  padding-bottom: 9.25rem;
}
.pb-9 {
  padding-bottom: 9rem;
}
.pt-15 {
  padding-top: 15rem;
}
.pt-2\.75 {
  padding-top: 2.75rem;
}
.pt-4\.5 {
  padding-top: 4.5rem;
}
.pb-10px {
  padding-bottom: 10px;
}
.pl-2\.5 {
  padding-left: 2.5rem;
}
.pr-2\.5 {
  padding-right: 2.5rem;
}
.pl-0\.75 {
  padding-left: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pr-2\.25 {
  padding-right: 2.25rem;
}
.pr-4 {
  padding-right: 4rem;
}
.pt-1\.25 {
  padding-top: 1.25rem;
}
.pl-1\.5 {
  padding-left: 1.5rem;
}
.pt-12\.75 {
  padding-top: 12.75rem;
}
.pb-14 {
  padding-bottom: 14rem;
}
.pt-12 {
  padding-top: 12rem;
}
.pt-9\.5 {
  padding-top: 9.5rem;
}
.pt-9 {
  padding-top: 9rem;
}
.pt-10 {
  padding-top: 10rem;
}
.pt-7\.5 {
  padding-top: 7.5rem;
}
.pt-9\.25 {
  padding-top: 9.25rem;
}
.pt-9\.75 {
  padding-top: 9.75rem;
}
.pb-8\.25 {
  padding-bottom: 8.25rem;
}
.pb-5\.5 {
  padding-bottom: 5.5rem;
}
.pl-3\.75 {
  padding-left: 3.75rem;
}
.pr-2\.75 {
  padding-right: 2.75rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pb-10 {
  padding-bottom: 10rem;
}
.pr-5\.75 {
  padding-right: 5.75rem;
}
.pt-10\.25 {
  padding-top: 10.25rem;
}
.pt-15\.5 {
  padding-top: 15.5rem;
}
.pt-6\.5 {
  padding-top: 6.5rem;
}
.pt-12\.25 {
  padding-top: 12.25rem;
}
.pt-6\.25 {
  padding-top: 6.25rem;
}
.pb-2\.25 {
  padding-bottom: 2.25rem;
}
.pb-6\.25 {
  padding-bottom: 6.25rem;
}
.pb-9\.75 {
  padding-bottom: 9.75rem;
}
.pt-8 {
  padding-top: 8rem;
}
.pt-8\.75 {
  padding-top: 8.75rem;
}
.pb-10\.25 {
  padding-bottom: 10.25rem;
}
.pt-7\.75 {
  padding-top: 7.75rem;
}
.pb-8\.75 {
  padding-bottom: 8.75rem;
}
.pb-13\.75 {
  padding-bottom: 13.75rem;
}
.pb-13 {
  padding-bottom: 13rem;
}
.pb-12\.75 {
  padding-bottom: 12.75rem;
}
.pt-15\.25 {
  padding-top: 15.25rem;
}
.pb-50px {
  padding-bottom: 50px;
}
.pt-88px {
  padding-top: 88px;
}
.pb-40px {
  padding-bottom: 40px;
}
.pb-52px {
  padding-bottom: 52px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.indent-1 {
  text-indent: 1rem;
}
.indent-10px {
  text-indent: 10px;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-text-top {
  vertical-align: text-top;
}
.text-2 {
  font-size: 2rem;
}
.text-1\.25 {
  font-size: 1.25rem;
}
.text-1 {
  font-size: 1rem;
}
.text-3 {
  font-size: 3rem;
}
.text-30px {
  font-size: 30px;
}
.text-1\.5 {
  font-size: 1.5rem;
}
.text-4\.25 {
  font-size: 4.25rem;
}
.text-4 {
  font-size: 4rem;
}
.text-36px {
  font-size: 36px;
}
.text-28px {
  font-size: 28px;
}
.text-3\.5 {
  font-size: 3.5rem;
}
.text-2\.5 {
  font-size: 2.5rem;
}
.text-3\.25 {
  font-size: 3.25rem;
}
.text-1\.75 {
  font-size: 1.75rem;
}
.text-5 {
  font-size: 5rem;
}
.text-2\.25 {
  font-size: 2.25rem;
}
.text-2\.75 {
  font-size: 2.75rem;
}
.text-12px {
  font-size: 12px;
}
.text-18px {
  font-size: 18px;
}
.text-16px {
  font-size: 16px;
}
.text-3\.75 {
  font-size: 3.75rem;
}
.text-14px {
  font-size: 14px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-0\.75 {
  font-size: 0.75rem;
}
.text-40px {
  font-size: 40px;
}
.text-0\.25 {
  font-size: 0.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-thin {
  font-weight: 100;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-extralight {
  font-weight: 200;
}
.font-semibold {
  font-weight: 600;
}
.font-extrabold {
  font-weight: 800;
}
.leading-2\.25 {
  line-height: 2.25rem;
}
.leading-2 {
  line-height: 2rem;
}
.leading-7 {
  line-height: 7rem;
}
.leading-64px {
  line-height: 64px;
}
.leading-54px {
  line-height: 54px;
}
.leading-4 {
  line-height: 4rem;
}
.leading-3\.75 {
  line-height: 3.75rem;
}
.leading-3 {
  line-height: 3rem;
}
.leading-2\.5 {
  line-height: 2.5rem;
}
.leading-3\.25 {
  line-height: 3.25rem;
}
.leading-1\.75 {
  line-height: 1.75rem;
}
.leading-1 {
  line-height: 1rem;
}
.leading-1\.5 {
  line-height: 1.5rem;
}
.leading-2\.75 {
  line-height: 2.75rem;
}
.leading-3\.5 {
  line-height: 3.5rem;
}
.leading-5 {
  line-height: 5rem;
}
.leading-18px {
  line-height: 18px;
}
.leading-16px {
  line-height: 16px;
}
.leading-4\.25 {
  line-height: 4.25rem;
}
.leading-26px {
  line-height: 26px;
}
.leading-4\.5 {
  line-height: 4.5rem;
}
.leading-40px {
  line-height: 40px;
}
.leading-24px {
  line-height: 24px;
}
.leading-42px {
  line-height: 42px;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-100 {
  opacity: 1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-40 {
  opacity: 0.4;
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-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);
}
.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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  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;
}
.duration-150 {
  transition-duration: 150ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.last\:hidden:last-child {
  display: none;
}
.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity));
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
@media (min-width: 1200px) {

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:top-64px {
    top: 64px;
  }

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

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

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:bottom-24px {
    bottom: 24px;
  }

  .sm\:right-40px {
    right: 40px;
  }

  .sm\:bottom-2px {
    bottom: 2px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-4\.75 {
    top: 4.75rem;
  }

  .sm\:top-4 {
    top: 4rem;
  }

  .sm\:top-5\.5 {
    top: 5.5rem;
  }

  .sm\:top-5 {
    top: 5rem;
  }

  .sm\:-z-20 {
    z-index: -20;
  }

  .sm\:z-20 {
    z-index: 20;
  }

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

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

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

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

  .sm\:mx-62px {
    margin-left: 62px;
    margin-right: 62px;
  }

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

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

  .sm\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

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

  .sm\:mx-1\.75 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:mt-50px {
    margin-top: 50px;
  }

  .sm\:mb-20px {
    margin-bottom: 20px;
  }

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

  .sm\:mr-17\.5 {
    margin-right: 17.5rem;
  }

  .sm\:mr-17 {
    margin-right: 17rem;
  }

  .sm\:mt-25\.25 {
    margin-top: 25.25rem;
  }

  .sm\:mb-21 {
    margin-bottom: 21rem;
  }

  .sm\:mt-25 {
    margin-top: 25rem;
  }

  .sm\:mr-6\.25 {
    margin-right: 6.25rem;
  }

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

  .sm\:mr-6 {
    margin-right: 6rem;
  }

  .sm\:ml-3 {
    margin-left: 3rem;
  }

  .sm\:mr-5\.75 {
    margin-right: 5.75rem;
  }

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

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

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

  .sm\:mt-20px {
    margin-top: 20px;
  }

  .sm\:mb-30px {
    margin-bottom: 30px;
  }

  .sm\:ml-5\.75 {
    margin-left: 5.75rem;
  }

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

  .sm\:mt-22px {
    margin-top: 22px;
  }

  .sm\:mb-36px {
    margin-bottom: 36px;
  }

  .sm\:mr-7\.5 {
    margin-right: 7.5rem;
  }

  .sm\:ml-9\.5 {
    margin-left: 9.5rem;
  }

  .sm\:mr-7 {
    margin-right: 7rem;
  }

  .sm\:ml-9 {
    margin-left: 9rem;
  }

  .sm\:mr-5\.25 {
    margin-right: 5.25rem;
  }

  .sm\:mr-3\.5 {
    margin-right: 3.5rem;
  }

  .sm\:mr-3 {
    margin-right: 3rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mb-17\.75 {
    margin-bottom: 17.75rem;
  }

  .sm\:mb-17 {
    margin-bottom: 17rem;
  }

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

  .sm\:ml-10 {
    margin-left: 10rem;
  }

  .sm\:mt-64px {
    margin-top: 64px;
  }
  .sm\:mt-100px {
    margin-top: 80px;
  }
  .sm\:mt-34px {
    margin-top: 34px;
  }

  .sm\:mb-50px {
    margin-bottom: 50px;
  }

  .sm\:mt-16px {
    margin-top: 16px;
  }

  .sm\:mb-140px {
    margin-bottom: 140px;
  }

  .sm\:mt-42 {
    margin-top: 42rem;
  }

  .sm\:mt-10\.5 {
    margin-top: 10.5rem;
  }

  .sm\:mb-5\.25 {
    margin-bottom: 5.25rem;
  }

  .sm\:mt-10 {
    margin-top: 10rem;
  }

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

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

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

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mb-24px {
    margin-bottom: 24px;
  }

  .sm\:mt-88px {
    margin-top: 88px;
  }

  .sm\:mt-6px {
    margin-top: 6px;
  }

  .sm\:mb-14px {
    margin-bottom: 14px;
  }

  .sm\:mt-70px {
    margin-top: 70px;
  }

  .sm\:mr-24px {
    margin-right: 24px;
  }

  .sm\:ml-40px {
    margin-left: 40px;
  }

  .sm\:mb-128px {
    margin-bottom: 128px;
  }

  .sm\:mt-12px {
    margin-top: 12px;
  }

  .sm\:mr-8px {
    margin-right: 8px;
  }

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

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

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

  .sm\:mt-2\.75 {
    margin-top: 2.75rem;
  }

  .sm\:mt-2 {
    margin-top: 2rem;
  }

  .sm\:mt-13 {
    margin-top: 13rem;
  }

  .sm\:mt-4\.75 {
    margin-top: 4.75rem;
  }

  .sm\:mt-4 {
    margin-top: 4rem;
  }

  .sm\:mb-1\.75 {
    margin-bottom: 1.75rem;
  }

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

  .sm\:mr-4 {
    margin-right: 4rem;
  }

  .sm\:mb-2\.25 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-0\.75 {
    margin-left: 0.75rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

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

  .sm\:mb-34px {
    margin-bottom: 34px;
  }

  .sm\:mt-8\.75 {
    margin-top: 8.75rem;
  }

  .sm\:mt-8 {
    margin-top: 8rem;
  }

  .sm\:mb-12\.5 {
    margin-bottom: 12.5rem;
  }

  .sm\:mt-4\.25 {
    margin-top: 4.25rem;
  }

  .sm\:mb-38px {
    margin-bottom: 38px;
  }

  .sm\:mb-0\.5 {
    margin-bottom: 0.5rem;
  }

  .sm\:mb-3\.25 {
    margin-bottom: 3.25rem;
  }

  .sm\:ml-120px {
    margin-left: 120px;
  }

  .sm\:ml-20px {
    margin-left: 20px;
  }

  .sm\:ml-16px {
    margin-left: 16px;
  }

  .sm\:block {
    display: block;
    /*display: block!important;*/
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:hidden {
    display: none;
    /*display: none !important;*/
  }

  .sm\:h-49\.75 {
    height: 49.75rem;
  }

  .sm\:h-49 {
    height: 49rem;
  }

  .sm\:h-41 {
    height: 41rem;
  }

  .sm\:h-50 {
    height: 50rem;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:h-26\.25 {
    height: 26.25rem;
  }

  .sm\:h-26 {
    height: 26rem;
  }

  .sm\:h-41\.5 {
    height: 41.5rem;
  }

  .sm\:h-48px {
    height: 48px;
  }

  .sm\:h-36px {
    height: 36px;
  }

  .sm\:h-24px {
    height: 24px;
  }

  .sm\:h-230px {
    height: 230px;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-30px {
    height: 30px;
  }

  .sm\:h-54px {
    height: 54px;
  }

  .sm\:h-34px {
    height: 34px;
  }

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

  .sm\:h-2 {
    height: 2rem;
  }

  .sm\:h-40px {
    height: 40px;
  }

  .sm\:h-6\.25 {
    height: 6.25rem;
  }

  .sm\:h-6 {
    height: 6rem;
  }

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

  .sm\:h-1 {
    height: 1rem;
  }

  .sm\:max-h-40px {
    max-height: 40px;
  }

  .sm\:w-3\.25 {
    width: 3.25rem;
  }

  .sm\:w-3 {
    width: 3rem;
  }

  .sm\:w-32\.75 {
    width: 32.75rem;
  }

  .sm\:w-32 {
    width: 32rem;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-120px {
    width: 120px;
  }

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

  .sm\:w-164px {
    width: 164px;
  }

  .sm\:w-156px {
    width: 156px;
  }

  .sm\:w-448px {
    width: 448px;
  }

  .sm\:w-24px {
    width: 24px;
  }

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

  .sm\:w-30px {
    width: 30px;
  }

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

  .sm\:w-49\.5 {
    width: 49.5rem;
  }

  .sm\:w-49 {
    width: 49rem;
  }

  .sm\:w-8\.5 {
    width: 8.5rem;
  }

  .sm\:w-8 {
    width: 8rem;
  }

  .sm\:w-8\.25 {
    width: 8.25rem;
  }

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

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

  .sm\:w-2 {
    width: 2rem;
  }

  .sm\:w-100vw {
    width: 100vw;
  }

  .sm\:w-40 {
    width: 40rem;
  }

  .sm\:w-40\.75 {
    width: 40.75rem;
  }

  .sm\:w-300px {
    width: 300px;
  }

  .sm\:w-7\/12 {
    width: 58.333333%;
  }

  .sm\:w-48\.75 {
    width: 48.75rem;
  }

  .sm\:w-48 {
    width: 48rem;
  }

  .sm\:w-12\.75 {
    width: 12.75rem;
  }

  .sm\:w-12 {
    width: 12rem;
  }

  .sm\:w-7\.5 {
    width: 7.5rem;
  }

  .sm\:w-7 {
    width: 7rem;
  }

  .sm\:w-35\.75 {
    width: 35.75rem;
  }

  .sm\:w-35 {
    width: 35rem;
  }

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

  .sm\:w-1 {
    width: 1rem;
  }

  .sm\:w-40\.25 {
    width: 40.25rem;
  }

  .sm\:w-11\/12 {
    width: 91.666667%;
  }

  .sm\:min-w-pc {
    min-width: 1200px;
  }

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

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

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

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

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

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

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

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

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

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

  .sm\:overflow-visible {
    overflow: visible;
  }

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

  .sm\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }

  .sm\:p-4 {
    padding: 4rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-18px {
    padding: 18px;
  }

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

  .sm\:p-1 {
    padding: 1rem;
  }

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

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

  .sm\:px-22\.5 {
    padding-left: 22.5rem;
    padding-right: 22.5rem;
  }

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

  .sm\:px-10\.5 {
    padding-left: 10.5rem;
    padding-right: 10.5rem;
  }

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

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

  .sm\:px-19\.75 {
    padding-left: 19.75rem;
    padding-right: 19.75rem;
  }

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

  .sm\:px-21\.75 {
    padding-left: 21.75rem;
    padding-right: 21.75rem;
  }

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

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

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

  .sm\:py-18px {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sm\:px-12\.5 {
    padding-left: 12.5rem;
    padding-right: 12.5rem;
  }

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

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

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

  .sm\:px-5\.25 {
    padding-left: 5.25rem;
    padding-right: 5.25rem;
  }

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

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

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

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

  .sm\:py-8\.75 {
    padding-top: 8.75rem;
    padding-bottom: 8.75rem;
  }

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

  .sm\:py-140px {
    padding-top: 140px;
    padding-bottom: 140px;
  }

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

  .sm\:pt-9 {
    padding-top: 9rem;
  }

  .sm\:pt-20px {
    padding-top: 20px;
  }

  .sm\:pt-14\.25 {
    padding-top: 14.25rem;
  }

  .sm\:pb-30 {
    padding-bottom: 30rem;
  }

  .sm\:pt-14 {
    padding-top: 14rem;
  }

  .sm\:pt-5 {
    padding-top: 5rem;
  }

  .sm\:pt-28\.75 {
    padding-top: 28.75rem;
  }

  .sm\:pl-16\.25 {
    padding-left: 16.25rem;
  }

  .sm\:pt-28 {
    padding-top: 28rem;
  }

  .sm\:pl-16 {
    padding-left: 16rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:pb-32px {
    padding-bottom: 32px;
  }

  .sm\:pr-10 {
    padding-right: 10rem;
  }

  .sm\:pt-6 {
    padding-top: 6rem;
  }

  .sm\:pl-14\.75 {
    padding-left: 14.75rem;
  }

  .sm\:pl-14 {
    padding-left: 14rem;
  }

  .sm\:pt-5\.5 {
    padding-top: 5.5rem;
  }

  .sm\:pt-7\.5 {
    padding-top: 7.5rem;
  }

  .sm\:pt-7 {
    padding-top: 7rem;
  }

  .sm\:pt-240px {
    padding-top: 240px;
  }

  .sm\:pb-140px {
    padding-bottom: 140px;
  }

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

  .sm\:pt-12\.25 {
    padding-top: 12.25rem;
  }

  .sm\:pt-12 {
    padding-top: 12rem;
  }

  .sm\:pb-4\.25 {
    padding-bottom: 4.25rem;
  }

  .sm\:pb-4 {
    padding-bottom: 4rem;
  }

  .sm\:pt-60px {
    padding-top: 60px;
  }

  .sm\:pb-48px {
    padding-bottom: 48px;
  }

  .sm\:pr-42px {
    padding-right: 42px;
  }

  .sm\:pl-38px {
    padding-left: 38px;
  }

  .sm\:pt-80px {
    padding-top: 80px;
  }

  .sm\:pb-24px {
    padding-bottom: 24px;
  }

  .sm\:pt-44px {
    padding-top: 44px;
  }

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

  .sm\:pt-25 {
    padding-top: 25rem;
  }

  .sm\:pl-12 {
    padding-left: 12rem;
  }

  .sm\:pt-7\.25 {
    padding-top: 7.25rem;
  }

  .sm\:pl-3\.5 {
    padding-left: 3.5rem;
  }

  .sm\:pl-3 {
    padding-left: 3rem;
  }

  .sm\:pr-3\.5 {
    padding-right: 3.5rem;
  }

  .sm\:pr-3 {
    padding-right: 3rem;
  }

  .sm\:pr-1\.5 {
    padding-right: 1.5rem;
  }

  .sm\:pr-1 {
    padding-right: 1rem;
  }

  .sm\:pb-1 {
    padding-bottom: 1rem;
  }

  .sm\:pt-16\.25 {
    padding-top: 16.25rem;
  }

  .sm\:pl-10\.75 {
    padding-left: 10.75rem;
  }

  .sm\:pt-16 {
    padding-top: 16rem;
  }

  .sm\:pl-10 {
    padding-left: 10rem;
  }

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

  .sm\:pb-5 {
    padding-bottom: 5rem;
  }

  .sm\:pt-5\.75 {
    padding-top: 5.75rem;
  }

  .sm\:pt-2 {
    padding-top: 2rem;
  }

  .sm\:pb-2\.5 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 2rem;
  }

  .sm\:pt-8\.5 {
    padding-top: 8.5rem;
  }

  .sm\:pb-6\.5 {
    padding-bottom: 6.5rem;
  }

  .sm\:pt-8 {
    padding-top: 8rem;
  }

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

  .sm\:pb-17\.25 {
    padding-bottom: 17.25rem;
  }

  .sm\:pb-17 {
    padding-bottom: 17rem;
  }

  .sm\:pb-8\.25 {
    padding-bottom: 8.25rem;
  }

  .sm\:pb-8 {
    padding-bottom: 8rem;
  }

  .sm\:pb-8\.75 {
    padding-bottom: 8.75rem;
  }

  .sm\:pt-0\.5 {
    padding-top: 0.5rem;
  }

  .sm\:pb-3\.5 {
    padding-bottom: 3.5rem;
  }

  .sm\:pb-3 {
    padding-bottom: 3rem;
  }

  .sm\:pl-2\.75 {
    padding-left: 2.75rem;
  }

  .sm\:pl-2 {
    padding-left: 2rem;
  }

  .sm\:pt-10 {
    padding-top: 10rem;
  }

  .sm\:pl-202px {
    padding-left: 202px;
  }

  .sm\:pr-230px {
    padding-right: 230px;
  }

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

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

  .sm\:indent-12px {
    text-indent: 12px;
  }

  .sm\:indent-10px {
    text-indent: 10px;
  }

  .sm\:text-24px {
    font-size: 24px;
  }

  .sm\:text-14px {
    font-size: 14px;
  }

  .sm\:text-3\.25 {
    font-size: 3.25rem;
  }

  .sm\:text-3 {
    font-size: 3rem;
  }

  .sm\:text-1\.75 {
    font-size: 1.75rem;
  }

  .sm\:text-1 {
    font-size: 1rem;
  }

  .sm\:text-3\.75 {
    font-size: 3.75rem;
  }

  .sm\:text-1\.5 {
    font-size: 1.5rem;
  }

  .sm\:text-1\.25 {
    font-size: 1.25rem;
  }

  .sm\:text-68px {
    font-size: 68px;
  }

  .sm\:text-2 {
    font-size: 2rem;
  }

  .sm\:text-36px {
    font-size: 36px;
  }

  .sm\:text-16px {
    font-size: 16px;
  }

  .sm\:text-20px {
    font-size: 20px;
  }

  .sm\:text-12px {
    font-size: 12px;
  }

  .sm\:text-28px {
    font-size: 28px;
  }

  .sm\:text-18px {
    font-size: 18px;
  }

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

  .sm\:text-2\.75 {
    font-size: 2.75rem;
  }

  .sm\:text-22px {
    font-size: 22px;
  }

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

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

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

  .sm\:leading-6 {
    line-height: 6rem;
  }

  .sm\:leading-1\.75 {
    line-height: 1.75rem;
  }

  .sm\:leading-1 {
    line-height: 1rem;
  }

  .sm\:leading-46px {
    line-height: 46px;
  }

  .sm\:leading-48px {
    line-height: 48px;
  }

  .sm\:leading-20px {
    line-height: 20px;
  }

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

  .sm\:leading-28px {
    line-height: 28px;
  }

  .sm\:leading-2\.5 {
    line-height: 2.5rem;
  }

  .sm\:leading-2 {
    line-height: 2rem;
  }

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

  .sm\:leading-64px {
    line-height: 64px;
  }

  .sm\:leading-40px {
    line-height: 40px;
  }

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

  .sm\:opacity-100 {
    opacity: 1;
  }
}
@media (min-width: 1536px) {

  .\32xl\:bottom-4px {
    bottom: 4px;
  }

  .\32xl\:mr-12 {
    margin-right: 12rem;
  }

  .\32xl\:mt-74px {
    margin-top: 74px;
  }
  .\32xl\:mt-100px {
    margin-top: 100px;
  }
  .\32xl\:mt-80px {
    margin-top: 80px;
  }
  .\32xl\:mt-60px {
    margin-top: 60px;
  }

  .\32xl\:mt-64px {
    margin-top: 64px;
  }

  .\32xl\:mb-30px {
    margin-bottom: 30px;
  }

  .\32xl\:ml-20px {
    margin-left: 20px;
  }

  .\32xl\:mt-10px {
    margin-top: 10px;
  }

  .\32xl\:mb-18px {
    margin-bottom: 18px;
  }

  .\32xl\:mt-106px {
    margin-top: 106px;
  }

  .\32xl\:mt-8px {
    margin-top: 8px;
  }

  .\32xl\:mt-88px {
    margin-top: 88px;
  }

  .\32xl\:mr-42px {
    margin-right: 42px;
  }

  .\32xl\:mr-30px {
    margin-right: 30px;
  }

  .\32xl\:mb-46px {
    margin-bottom: 46px;
  }

  .\32xl\:mb-50px {
    margin-bottom: 50px;
  }

  .\32xl\:h-40px {
    height: 40px;
  }

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

  .\32xl\:p-24px {
    padding: 24px;
  }

  .\32xl\:px-240px {
    padding-left: 240px;
    padding-right: 240px;
  }

  .\32xl\:px-60px {
    padding-left: 60px;
    padding-right: 60px;
  }

  .\32xl\:py-22px {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .\32xl\:pt-86px {
    padding-top: 86px;
  }

  .\32xl\:pb-80px {
    padding-bottom: 80px;
  }

  .\32xl\:pr-52px {
    padding-right: 52px;
  }

  .\32xl\:pl-54px {
    padding-left: 54px;
  }

  .\32xl\:pt-88px {
    padding-top: 88px;
  }

  .\32xl\:pb-32px {
    padding-bottom: 32px;
  }

  .\32xl\:pt-62px {
    padding-top: 62px;
  }

  .\32xl\:pl-42px {
    padding-left: 42px;
  }

  .\32xl\:pl-212px {
    padding-left: 212px;
  }

  .\32xl\:pr-204px {
    padding-right: 204px;
  }

  .\32xl\:text-20px {
    font-size: 20px;
  }

  .\32xl\:text-16px {
    font-size: 16px;
  }

  .\32xl\:text-14px {
    font-size: 14px;
  }

  .\32xl\:text-24px {
    font-size: 24px;
  }

  .\32xl\:text-22px {
    font-size: 22px;
  }

  .\32xl\:text-30px {
    font-size: 30px;
  }

  .\32xl\:leading-48px {
    line-height: 48px;
  }

  .\32xl\:leading-24px {
    line-height: 24px;
  }

  .\32xl\:leading-20px {
    line-height: 20px;
  }

  .\32xl\:leading-26px {
    line-height: 26px;
  }
}

@media (min-width:1601px) {
  .sm\:mt-100px {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1600px) {
  .sm\:mt-100px {
    margin-top: 80px;
  }
}

@media screen and (max-width: 1440px) {
  .sm\:mt-100px {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .sm\:mt-100px {
    margin-top: 60px;
  }
}
