*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 376px) {
  .\!container {
    max-width: 376px !important;
  }

  .container {
    max-width: 376px;
  }
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 769px) {
  .\!container {
    max-width: 769px !important;
  }

  .container {
    max-width: 769px;
  }
}

@media (min-width: 1025px) {
  .\!container {
    max-width: 1025px !important;
  }

  .container {
    max-width: 1025px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1281px) {
  .\!container {
    max-width: 1281px !important;
  }

  .container {
    max-width: 1281px;
  }
}

@media (min-width: 1360px) {
  .\!container {
    max-width: 1360px !important;
  }

  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.-left-\[20px\] {
  left: -20px;
}

.-left-\[2px\] {
  left: -2px;
}

.-top-8 {
  top: -2rem;
}

.-top-\[21px\] {
  top: -21px;
}

.-top-\[37px\] {
  top: -37px;
}

.bottom-\[16px\] {
  bottom: 16px;
}

.bottom-\[24px\] {
  bottom: 24px;
}

.bottom-\[40px\] {
  bottom: 40px;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[59\%\] {
  left: 59%;
}

.right-0 {
  right: 0px;
}

.right-1\/2 {
  right: 50%;
}

.right-\[28px\] {
  right: 28px;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-\[-53px\] {
  top: -53px;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[1px\] {
  top: 1px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[221px\] {
  top: 221px;
}

.top-\[22px\] {
  top: 22px;
}

.top-\[2px\] {
  top: 2px;
}

.top-\[46px\] {
  top: 46px;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[560px\] {
  top: 560px;
}

.top-\[562px\] {
  top: 562px;
}

.top-\[5px\] {
  top: 5px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-\[10\] {
  z-index: 10;
}

.z-\[999999\] {
  z-index: 999999;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.z-\[99\] {
  z-index: 99;
}

.order-1 {
  order: 1;
}

.order-\[0\] {
  order: 0;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[100px\] {
  margin-top: 100px;
  margin-bottom: 100px;
}

.my-\[30px\] {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my-\[41px\] {
  margin-top: 41px;
  margin-bottom: 41px;
}

.\!mb-\[100px\] {
  margin-bottom: 100px !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-\[109px\] {
  margin-bottom: 109px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.mb-\[120px\] {
  margin-bottom: 120px;
}

.mb-\[12px\] {
  margin-bottom: 12px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[18px\] {
  margin-bottom: 18px;
}

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[2px\] {
  margin-bottom: 2px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[31px\] {
  margin-bottom: 31px;
}

.mb-\[322px\] {
  margin-bottom: 322px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mb-\[40px\] {
  margin-bottom: 40px;
}

.mb-\[43px\] {
  margin-bottom: 43px;
}

.mb-\[44px\] {
  margin-bottom: 44px;
}

.mb-\[58px\] {
  margin-bottom: 58px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

.mb-\[74px\] {
  margin-bottom: 74px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.mb-\[8px\] {
  margin-bottom: 8px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.ml-\[11px\] {
  margin-left: 11px;
}

.ml-\[15px\] {
  margin-left: 15px;
}

.ml-\[30px\] {
  margin-left: 30px;
}

.ml-\[4px\] {
  margin-left: 4px;
}

.ml-\[54px\] {
  margin-left: 54px;
}

.ml-\[60px\] {
  margin-left: 60px;
}

.ml-\[6px\] {
  margin-left: 6px;
}

.ml-\[76px\] {
  margin-left: 76px;
}

.ml-\[8px\] {
  margin-left: 8px;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[12px\] {
  margin-right: 12px;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mr-\[28px\] {
  margin-right: 28px;
}

.mr-\[2px\] {
  margin-right: 2px;
}

.mr-\[5px\] {
  margin-right: 5px;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[100px\] {
  margin-top: 100px;
}

.mt-\[178px\] {
  margin-top: 178px;
}

.mt-\[19px\] {
  margin-top: 19px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[231px\] {
  margin-top: 231px;
}

.mt-\[24px\] {
  margin-top: 24px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[29px\] {
  margin-top: 29px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[314px\] {
  margin-top: 314px;
}

.mt-\[31px\] {
  margin-top: 31px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-\[42px\] {
  margin-top: 42px;
}

.mt-\[44px\] {
  margin-top: 44px;
}

.mt-\[53px\] {
  margin-top: 53px;
}

.mt-\[54px\] {
  margin-top: 54px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.mt-\[61px\] {
  margin-top: 61px;
}

.mt-\[64px\] {
  margin-top: 64px;
}

.mt-\[72px\] {
  margin-top: 72px;
}

.mt-\[80px\] {
  margin-top: 80px;
}

.mt-\[9px\] {
  margin-top: 9px;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.\!h-\[50px\] {
  height: 50px !important;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[104px\] {
  height: 104px;
}

.h-\[108px\] {
  height: 108px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[110px\] {
  height: 110px;
}

.h-\[114px\] {
  height: 114px;
}

.h-\[116px\] {
  height: 116px;
}

.h-\[16px\] {
  height: 16px;
}

.h-\[17px\] {
  height: 17px;
}

.h-\[18px\] {
  height: 18px;
}

.h-\[19px\] {
  height: 19px;
}

.h-\[1px\] {
  height: 1px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[20px\] {
  height: 20px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[22px\] {
  height: 22px;
}

.h-\[236px\] {
  height: 236px;
}

.h-\[246px\] {
  height: 246px;
}

.h-\[24px\] {
  height: 24px;
}

.h-\[250px\] {
  height: 250px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[2775px\] {
  height: 2775px;
}

.h-\[28px\] {
  height: 28px;
}

.h-\[298px\] {
  height: 298px;
}

.h-\[299px\] {
  height: 299px;
}

.h-\[304px\] {
  height: 304px;
}

.h-\[305px\] {
  height: 305px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[312px\] {
  height: 312px;
}

.h-\[32px\] {
  height: 32px;
}

.h-\[340px\] {
  height: 340px;
}

.h-\[34px\] {
  height: 34px;
}

.h-\[377px\] {
  height: 377px;
}

.h-\[385px\] {
  height: 385px;
}

.h-\[38px\] {
  height: 38px;
}

.h-\[390px\] {
  height: 390px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[428px\] {
  height: 428px;
}

.h-\[42px\] {
  height: 42px;
}

.h-\[44px\] {
  height: 44px;
}

.h-\[46px\] {
  height: 46px;
}

.h-\[474px\] {
  height: 474px;
}

.h-\[475px\] {
  height: 475px;
}

.h-\[476px\] {
  height: 476px;
}

.h-\[479px\] {
  height: 479px;
}

.h-\[47px\] {
  height: 47px;
}

.h-\[48px\] {
  height: 48px;
}

.h-\[494px\] {
  height: 494px;
}

.h-\[508px\] {
  height: 508px;
}

.h-\[509px\] {
  height: 509px;
}

.h-\[50px\] {
  height: 50px;
}

.h-\[631px\] {
  height: 631px;
}

.h-\[640px\] {
  height: 640px;
}

.h-\[645px\] {
  height: 645px;
}

.h-\[64px\] {
  height: 64px;
}

.h-\[66px\] {
  height: 66px;
}

.h-\[68px\] {
  height: 68px;
}

.h-\[700px\] {
  height: 700px;
}

.h-\[72px\] {
  height: 72px;
}

.h-\[859px\] {
  height: 859px;
}

.h-\[87px\] {
  height: 87px;
}

.h-\[87vh\] {
  height: 87vh;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[94px\] {
  height: 94px;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-\[58px\] {
  max-height: 58px;
}

.min-h-\[111px\] {
  min-height: 111px;
}

.min-h-\[20px\] {
  min-height: 20px;
}

.min-h-\[23px\] {
  min-height: 23px;
}

.min-h-\[29px\] {
  min-height: 29px;
}

.min-h-\[305px\] {
  min-height: 305px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[494px\] {
  min-height: 494px;
}

.min-h-\[819px\] {
  min-height: 819px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-\[100\%\] {
  width: 100%;
}

.w-\[1020px\] {
  width: 1020px;
}

.w-\[1064px\] {
  width: 1064px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[112px\] {
  width: 112px;
}

.w-\[116px\] {
  width: 116px;
}

.w-\[126px\] {
  width: 126px;
}

.w-\[1280px\] {
  width: 1280px;
}

.w-\[142px\] {
  width: 142px;
}

.w-\[154px\] {
  width: 154px;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[16px\] {
  width: 16px;
}

.w-\[177\.5px\] {
  width: 177.5px;
}

.w-\[18px\] {
  width: 18px;
}

.w-\[190px\] {
  width: 190px;
}

.w-\[198px\] {
  width: 198px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[20px\] {
  width: 20px;
}

.w-\[22px\] {
  width: 22px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[247px\] {
  width: 247px;
}

.w-\[24px\] {
  width: 24px;
}

.w-\[290px\] {
  width: 290px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[308px\] {
  width: 308px;
}

.w-\[320px\] {
  width: 320px;
}

.w-\[32px\] {
  width: 32px;
}

.w-\[344px\] {
  width: 344px;
}

.w-\[34px\] {
  width: 34px;
}

.w-\[350px\] {
  width: 350px;
}

.w-\[36px\] {
  width: 36px;
}

.w-\[40\%\] {
  width: 40%;
}

.w-\[400px\] {
  width: 400px;
}

.w-\[40px\] {
  width: 40px;
}

.w-\[416px\] {
  width: 416px;
}

.w-\[424px\] {
  width: 424px;
}

.w-\[440px\] {
  width: 440px;
}

.w-\[448px\] {
  width: 448px;
}

.w-\[44px\] {
  width: 44px;
}

.w-\[479px\] {
  width: 479px;
}

.w-\[48px\] {
  width: 48px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[500px\] {
  width: 500px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[523px\] {
  width: 523px;
}

.w-\[524px\] {
  width: 524px;
}

.w-\[526px\] {
  width: 526px;
}

.w-\[572px\] {
  width: 572px;
}

.w-\[5px\] {
  width: 5px;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[616px\] {
  width: 616px;
}

.w-\[632px\] {
  width: 632px;
}

.w-\[64px\] {
  width: 64px;
}

.w-\[70\%\] {
  width: 70%;
}

.w-\[728px\] {
  width: 728px;
}

.w-\[72px\] {
  width: 72px;
}

.w-\[74\%\] {
  width: 74%;
}

.w-\[800px\] {
  width: 800px;
}

.w-\[80px\] {
  width: 80px;
}

.w-\[81px\] {
  width: 81px;
}

.w-\[86px\] {
  width: 86px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[90px\] {
  width: 90px;
}

.w-\[928px\] {
  width: 928px;
}

.w-\[96\%\] {
  width: 96%;
}

.w-\[calc\(100\%-2px\)\] {
  width: calc(100% - 2px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.min-w-\[140px\] {
  min-width: 140px;
}

.min-w-\[243px\] {
  min-width: 243px;
}

.min-w-\[50px\] {
  min-width: 50px;
}

.max-w-\[1280px\] {
  max-width: 1280px;
}

.max-w-\[308px\] {
  max-width: 308px;
}

.max-w-\[680px\] {
  max-width: 680px;
}

.max-w-\[848px\] {
  max-width: 848px;
}

.flex-1 {
  flex: 1 1 0%;
}

.grow {
  flex-grow: 1;
}

.origin-right {
  transform-origin: right;
}

.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-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));
}

.-scale-x-100 {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-0 {
  gap: 0px;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[13px\] {
  gap: 13px;
}

.gap-\[16px\] {
  gap: 16px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.\!rounded-lg {
  border-radius: 0.5rem !important;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[12px\] {
  border-radius: 12px;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[23px\] {
  border-radius: 23px;
}

.rounded-\[25px\] {
  border-radius: 25px;
}

.rounded-\[26px\] {
  border-radius: 26px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-\[0\] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-b-\[4px\] {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-t-\[12px\] {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.rounded-t-\[18px\] {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.\!border-\[1px\] {
  border-width: 1px !important;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[0px\] {
  border-bottom-width: 0px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[2px\] {
  border-bottom-width: 2px;
}

.border-l-\[1\.5px\] {
  border-left-width: 1.5px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-l-\[2px\] {
  border-left-width: 2px;
}

.border-r-\[1\.5px\] {
  border-right-width: 1.5px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-r-\[2px\] {
  border-right-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-2 {
  border-top-width: 2px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.\!border-solid {
  border-style: solid !important;
}

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.\!border-\[\#4088FF\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(64 136 255 / var(--tw-border-opacity, 1)) !important;
}

.\!border-\[\#DFE6F3\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(223 230 243 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#16191CFF\] {
  border-color: #16191CFF;
}

.border-\[\#16191C\] {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 28 / var(--tw-border-opacity, 1));
}

.border-\[\#16191c\] {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 28 / var(--tw-border-opacity, 1));
}

.border-\[\#4088FF66\] {
  border-color: #4088FF66;
}

.border-\[\#4088ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(64 136 255 / var(--tw-border-opacity, 1));
}

.border-\[\#ADB7CDFF\] {
  border-color: #ADB7CDFF;
}

.border-\[\#DFE6F3FF\] {
  border-color: #DFE6F3FF;
}

.border-\[\#DFE6F3\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 230 243 / var(--tw-border-opacity, 1));
}

.border-\[\#F9FAFB\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF33\] {
  border-color: #FFFFFF33;
}

.border-\[\#dfe6f3\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 230 243 / var(--tw-border-opacity, 1));
}

.border-\[\#e4e5ea\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 229 234 / var(--tw-border-opacity, 1));
}

.border-\[\#e5e7eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-\[\#ffffff19\] {
  border-color: #ffffff19;
}

.border-\[\#ffffff7f\] {
  border-color: #ffffff7f;
}

.border-\[transparent\] {
  border-color: transparent;
}

.border-primary {
  border-color: #4088FFFF;
}

.border-b-\[\#ffffff1a\] {
  border-bottom-color: #ffffff1a;
}

.border-l-\[\#DFE6F3FF\] {
  border-left-color: #DFE6F3FF;
}

.border-r-\[\#DFE6F3FF\] {
  border-right-color: #DFE6F3FF;
}

.bg-\[\#0F093B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 9 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#16191CFF\] {
  background-color: #16191CFF;
}

.bg-\[\#16191C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 28 / var(--tw-bg-opacity, 1));
}

.bg-\[\#16191c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 28 / var(--tw-bg-opacity, 1));
}

.bg-\[\#191A23FF\] {
  background-color: #191A23FF;
}

.bg-\[\#191A23\] {
  --tw-bg-opacity: 1;
  background-color: rgb(25 26 35 / var(--tw-bg-opacity, 1));
}

.bg-\[\#1F2029FF\] {
  background-color: #1F2029FF;
}

.bg-\[\#25262E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 38 46 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4088FFFF\] {
  background-color: #4088FFFF;
}

.bg-\[\#4088ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 136 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#464A53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 74 83 / var(--tw-bg-opacity, 1));
}

.bg-\[\#75767B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(117 118 123 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F9FFFF\] {
  background-color: #F5F9FFFF;
}

.bg-\[\#F6F5FDFF\] {
  background-color: #F6F5FDFF;
}

.bg-\[\#F9FAFBFF\] {
  background-color: #F9FAFBFF;
}

.bg-\[\#F9FAFB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFFFF\] {
  background-color: #FFFFFFFF;
}

.bg-\[\#FFFFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f9fafb\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[red\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[white\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-decorate-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 136 255 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  background-color: #4088FFFF;
}

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[linear-gradient\(180deg\2c \#383D42FF\2c \#16191CFF\)\] {
  background-image: linear-gradient(180deg,#383D42FF,#16191CFF);
}

.bg-\[url\(\'\@\/assets\/images\/pages\/index\/pricing\/advantBg\.webp\'\)\] {
  background-image: url('@/assets/images/pages/index/pricing/advantBg.webp');
}

.bg-cover {
  background-size: cover;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[10px\] {
  padding: 10px;
}

.p-\[16px\] {
  padding: 16px;
}

.\!px-\[44px\] {
  padding-left: 44px !important;
  padding-right: 44px !important;
}

.\!px-\[49px\] {
  padding-left: 49px !important;
  padding-right: 49px !important;
}

.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}

.px-\[47px\] {
  padding-left: 47px;
  padding-right: 47px;
}

.px-\[51px\] {
  padding-left: 51px;
  padding-right: 51px;
}

.px-\[8px\] {
  padding-left: 8px;
  padding-right: 8px;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[21px\] {
  padding-top: 21px;
  padding-bottom: 21px;
}

.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-\[29px\] {
  padding-top: 29px;
  padding-bottom: 29px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}

.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

.\!pb-\[15px\] {
  padding-bottom: 15px !important;
}

.\!pt-\[16px\] {
  padding-top: 16px !important;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[140px\] {
  padding-bottom: 140px;
}

.pb-\[20px\] {
  padding-bottom: 20px;
}

.pb-\[22px\] {
  padding-bottom: 22px;
}

.pb-\[2px\] {
  padding-bottom: 2px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[50px\] {
  padding-bottom: 50px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-\[16px\] {
  padding-left: 16px;
}

.pl-\[24px\] {
  padding-left: 24px;
}

.pl-\[44px\] {
  padding-left: 44px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-\[10px\] {
  padding-right: 10px;
}

.pr-\[20px\] {
  padding-right: 20px;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-\[100px\] {
  padding-top: 100px;
}

.pt-\[115px\] {
  padding-top: 115px;
}

.pt-\[140px\] {
  padding-top: 140px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[30px\] {
  padding-top: 30px;
}

.pt-\[32px\] {
  padding-top: 32px;
}

.pt-\[50px\] {
  padding-top: 50px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[64px\] {
  padding-top: 64px;
}

.pt-\[68px\] {
  padding-top: 68px;
}

.pt-\[76px\] {
  padding-top: 76px;
}

.pt-\[80px\] {
  padding-top: 80px;
}

.pt-layoutTopPading {
  padding-top: 115px;
}

.text-left {
  text-align: left;
}

.\!text-center {
  text-align: center !important;
}

.text-center {
  text-align: center;
}

.font-\[Inter\] {
  font-family: Inter;
}

.font-interBase {
  font-family: Inter-Regular, sans-serif;
}

.font-interBold {
  font-family: Inter-Bold, sans-serif;
}

.font-interMed {
  font-family: Inter-Medium, sans-serif;
}

.font-interSemibold {
  font-family: Inter-SemiBold, sans-serif;
}

.\!text-\[16px\] {
  font-size: 16px !important;
}

.\!text-\[24px\] {
  font-size: 24px !important;
}

.text-\[12px\] {
  font-size: 12px;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[26px\] {
  font-size: 26px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[34px\] {
  font-size: 34px;
}

.text-\[36px\] {
  font-size: 36px;
}

.text-\[38px\] {
  font-size: 38px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[44px\] {
  font-size: 44px;
}

.text-\[46px\] {
  font-size: 46px;
}

.text-\[48px\] {
  font-size: 48px;
}

.text-\[64px\] {
  font-size: 64px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\!font-\[400\] {
  font-weight: 400 !important;
}

.\!font-bold {
  font-weight: 700 !important;
}

.font-\[400\] {
  font-weight: 400;
}

.font-\[500\] {
  font-weight: 500;
}

.font-\[600\] {
  font-weight: 600;
}

.font-\[600px\] {
  font-weight: 600px;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.\!leading-\[19px\] {
  line-height: 19px !important;
}

.\!leading-\[23px\] {
  line-height: 23px !important;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[22px\] {
  line-height: 22px;
}

.leading-\[23px\] {
  line-height: 23px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[29px\] {
  line-height: 29px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[31px\] {
  line-height: 31px;
}

.leading-\[32px\] {
  line-height: 32px;
}

.leading-\[34px\] {
  line-height: 34px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[39px\] {
  line-height: 39px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-\[43px\] {
  line-height: 43px;
}

.leading-\[46px\] {
  line-height: 46px;
}

.leading-\[47px\] {
  line-height: 47px;
}

.leading-\[52px\] {
  line-height: 52px;
}

.leading-\[54px\] {
  line-height: 54px;
}

.leading-\[55px\] {
  line-height: 55px;
}

.leading-\[77px\] {
  line-height: 77px;
}

.\!text-\[\#16191CFF\] {
  color: #16191CFF !important;
}

.\!text-\[\#16191C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(22 25 28 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#FFFFFF\] {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#041E39\] {
  --tw-text-opacity: 1;
  color: rgb(4 30 57 / var(--tw-text-opacity, 1));
}

.text-\[\#042040FF\] {
  color: #042040FF;
}

.text-\[\#042040\] {
  --tw-text-opacity: 1;
  color: rgb(4 32 64 / var(--tw-text-opacity, 1));
}

.text-\[\#16191CFF\] {
  color: #16191CFF;
}

.text-\[\#16191C\] {
  --tw-text-opacity: 1;
  color: rgb(22 25 28 / var(--tw-text-opacity, 1));
}

.text-\[\#16191c\] {
  --tw-text-opacity: 1;
  color: rgb(22 25 28 / var(--tw-text-opacity, 1));
}

.text-\[\#4088FFFF\] {
  color: #4088FFFF;
}

.text-\[\#55687D\] {
  --tw-text-opacity: 1;
  color: rgb(85 104 125 / var(--tw-text-opacity, 1));
}

.text-\[\#6B7280FF\] {
  color: #6B7280FF;
}

.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-\[\#A5B0C4\] {
  --tw-text-opacity: 1;
  color: rgb(165 176 196 / var(--tw-text-opacity, 1));
}

.text-\[\#ADB7CD\] {
  --tw-text-opacity: 1;
  color: rgb(173 183 205 / var(--tw-text-opacity, 1));
}

.text-\[\#FF4C64FF\] {
  color: #FF4C64FF;
}

.text-\[\#FFFFFF99\] {
  color: #FFFFFF99;
}

.text-\[\#FFFFFFB3\] {
  color: #FFFFFFB3;
}

.text-\[\#FFFFFFFF\] {
  color: #FFFFFFFF;
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ff4c64\] {
  --tw-text-opacity: 1;
  color: rgb(255 76 100 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[--v2-color-text-2\] {
  color: var(--v2-color-text-2);
}

.text-\[16191C\] {
  color: 16191C;
}

.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-decorate-1 {
  --tw-text-opacity: 1;
  color: rgb(64 136 255 / var(--tw-text-opacity, 1));
}

.text-primary {
  color: #4088FFFF;
}

.text-second {
  color: #6B7280FF;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.opacity-0 {
  opacity: 0;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow-\[0_4px_20px_7px_rgba\(103\2c 101\2c 101\2c 0\.11\)\] {
  --tw-shadow: 0 4px 20px 7px rgba(103,101,101,0.11);
  --tw-shadow-colored: 0 4px 20px 7px 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-\[0px_0px_4px_0px_rgba\(64\2c 136\2c 255\2c 0\.46\)\] {
  --tw-shadow: 0px 0px 4px 0px rgba(64,136,255,0.46);
  --tw-shadow-colored: 0px 0px 4px 0px 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-\[0px_2px_6px_0px_rgba\(141\2c 141\2c 141\2c 0\.15\)\] {
  --tw-shadow: 0px 2px 6px 0px rgba(141,141,141,0.15);
  --tw-shadow-colored: 0px 2px 6px 0px 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-\[0px_6px_12px_0px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 6px 12px 0px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 6px 12px 0px 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);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  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;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#16191C\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 25 28 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#3470D7FF\]:hover {
  border-color: #3470D7FF;
}

.hover\:\!bg-decorate-1-hover:hover {
  background-color: #3470D7FF !important;
}

.hover\:bg-\[\#16191CFF\]:hover {
  background-color: #16191CFF;
}

.hover\:bg-\[\#16191C\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 25 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#3470D7FF\]:hover {
  background-color: #3470D7FF;
}

.hover\:bg-\[\#3470d7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(52 112 215 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#454749\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 71 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#DFE6F3FF\]:hover {
  background-color: #DFE6F3FF;
}

.hover\:bg-\[\#F9FAFBFF\]:hover {
  background-color: #F9FAFBFF;
}

.hover\:bg-\[\#F9FAFB\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-decorate-1-hover:hover {
  background-color: #3470D7FF;
}

.hover\:\!text-\[\#16191C\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(22 25 28 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#6B7280FF\]:hover {
  color: #6B7280FF;
}

.hover\:text-\[white\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.group:hover .group-hover\:ml-3 {
  margin-left: 0.75rem;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:rotate-\[180deg\] {
  --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));
}

.group:hover .group-hover\:text-\[\#4088FF\] {
  --tw-text-opacity: 1;
  color: rgb(64 136 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-decorate-1 {
  --tw-text-opacity: 1;
  color: rgb(64 136 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  color: #4088FFFF;
}

@media (max-width: 639px) {
  .xs\:\!top-\[-9px\] {
    top: -9px !important;
  }

  .xs\:m-0 {
    margin: 0px;
  }

  .xs\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .xs\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .xs\:ml-0 {
    margin-left: 0px;
  }

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:mt-4 {
    margin-top: 1rem;
  }

  .xs\:mt-\[20px\] {
    margin-top: 20px;
  }

  .xs\:h-\[258px\] {
    height: 258px;
  }

  .xs\:h-\[317px\] {
    height: 317px;
  }

  .xs\:h-auto {
    height: auto;
  }

  .xs\:h-screen {
    height: 100vh;
  }

  .xs\:\!w-\[100\%\] {
    width: 100% !important;
  }

  .xs\:\!w-full {
    width: 100% !important;
  }

  .xs\:w-\[100\%\] {
    width: 100%;
  }

  .xs\:w-\[300px\] {
    width: 300px;
  }

  .xs\:w-\[344px\] {
    width: 344px;
  }

  .xs\:w-\[390px\] {
    width: 390px;
  }

  .xs\:w-\[400px\] {
    width: 400px;
  }

  .xs\:w-\[90\%\] {
    width: 90%;
  }

  .xs\:w-\[91vw\] {
    width: 91vw;
  }

  .xs\:w-full {
    width: 100%;
  }

  .xs\:\!items-start {
    align-items: flex-start !important;
  }

  .xs\:justify-center {
    justify-content: center;
  }

  .xs\:rounded-none {
    border-radius: 0px;
  }

  .xs\:border-0 {
    border-width: 0px;
  }

  .xs\:\!border-x-0 {
    border-left-width: 0px !important;
    border-right-width: 0px !important;
  }

  .xs\:\!border-t-\[\#DFE6F3FF\] {
    border-top-color: #DFE6F3FF !important;
  }

  .xs\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .xs\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .xs\:pl-0 {
    padding-left: 0px;
  }

  .xs\:pt-8 {
    padding-top: 2rem;
  }

  .xs\:pt-\[67px\] {
    padding-top: 67px;
  }

  .xs\:text-center {
    text-align: center;
  }

  .xs\:text-\[16px\] {
    font-size: 16px;
  }

  .xs\:text-\[20px\] {
    font-size: 20px;
  }

  .xs\:text-\[24px\] {
    font-size: 24px;
  }
}

@media (max-width: 1025px) {
  .ip_lg\:mb-\[18px\] {
    margin-bottom: 18px;
  }

  .ip_lg\:hidden {
    display: none;
  }

  .ip_lg\:h-\[66px\] {
    height: 66px;
  }

  .ip_lg\:w-\[100\%\] {
    width: 100%;
  }

  .ip_lg\:w-\[49\%\] {
    width: 49%;
  }

  .ip_lg\:w-\[50\%\] {
    width: 50%;
  }

  .ip_lg\:w-\[93\%\] {
    width: 93%;
  }

  .ip_lg\:w-\[95vw\] {
    width: 95vw;
  }

  .ip_lg\:justify-center {
    justify-content: center;
  }

  .ip_lg\:justify-between {
    justify-content: space-between;
  }

  .ip_lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .ip_lg\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 640px) {
  .sm\:\!top-\[-9px\] {
    top: -9px !important;
  }

  .sm\:top-5 {
    top: 1.25rem;
  }

  .sm\:h-\[317px\] {
    height: 317px;
  }

  .sm\:w-\[344px\] {
    width: 344px;
  }

  .sm\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .md\:w-\[1280px\] {
    width: 1280px;
  }

  .md\:w-\[680px\] {
    width: 680px;
  }

  .md\:w-\[720px\] {
    width: 720px;
  }

  .md\:px-\[32px\] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (min-width: 1025px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-\[16px\] {
    margin-bottom: 16px;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-\[317px\] {
    height: 317px;
  }

  .lg\:w-\[416px\] {
    width: 416px;
  }

  .lg\:w-\[524px\] {
    width: 524px;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-\[115px\] {
    padding-top: 115px;
  }
}

@media (min-width: 1280px) {
  .xl\:ml-\[123px\] {
    margin-left: 123px;
  }

  .xl\:h-\[102px\] {
    height: 102px;
  }

  .xl\:h-\[1043px\] {
    height: 1043px;
  }

  .xl\:h-\[178px\] {
    height: 178px;
  }

  .xl\:h-\[449px\] {
    height: 449px;
  }

  .xl\:h-\[688px\] {
    height: 688px;
  }

  .xl\:h-\[857px\] {
    height: 857px;
  }

  .xl\:h-\[88px\] {
    height: 88px;
  }

  .xl\:h-\[975px\] {
    height: 975px;
  }

  .xl\:w-\[1280px\] {
    width: 1280px;
  }

  .xl\:w-\[416px\] {
    width: 416px;
  }

  .xl\:w-\[425px\] {
    width: 425px;
  }

  .xl\:w-\[600px\] {
    width: 600px;
  }

  .xl\:w-\[848px\] {
    width: 848px;
  }

  .xl\:w-\[972px\] {
    width: 972px;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:leading-\[47px\] {
    line-height: 47px;
  }
}

@media (min-width: 1281px) {
  .sf_xl\:flex {
    display: flex;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  .sf_lg\:m-0 {
    margin: 0px;
  }

  .sf_lg\:mt-4 {
    margin-top: 1rem;
  }

  .sf_lg\:mt-\[25px\] {
    margin-top: 25px;
  }

  .sf_lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .sf_lg\:mt-\[56px\] {
    margin-top: 56px;
  }

  .sf_lg\:w-full {
    width: 100%;
  }

  .sf_lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .sf_lg\:p-0 {
    padding: 0px;
  }

  .sf_lg\:p-\[31px\] {
    padding: 31px;
  }

  .sf_lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sf_lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sf_lg\:px-\[31px\] {
    padding-left: 31px;
    padding-right: 31px;
  }

  .sf_lg\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .sf_lg\:pt-\[40px\] {
    padding-top: 40px;
  }

  .sf_lg\:text-center {
    text-align: center;
  }

  .sf_lg\:text-\[32px\] {
    font-size: 32px;
  }
}

@media (min-width: 376px) and (max-width: 768px) {
  .sf_md\:m-0 {
    margin: 0px;
  }

  .sf_md\:ml-\[0\] {
    margin-left: 0;
  }

  .sf_md\:mt-4 {
    margin-top: 1rem;
  }

  .sf_md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .sf_md\:mt-\[24px\] {
    margin-top: 24px;
  }

  .sf_md\:mt-\[25px\] {
    margin-top: 25px;
  }

  .sf_md\:mt-\[40px\] {
    margin-top: 40px;
  }

  .sf_md\:block {
    display: block;
  }

  .sf_md\:w-\[247px\] {
    width: 247px;
  }

  .sf_md\:w-full {
    width: 100%;
  }

  .sf_md\:flex-wrap {
    flex-wrap: wrap;
  }

  .sf_md\:p-0 {
    padding: 0px;
  }

  .sf_md\:p-\[16px\] {
    padding: 16px;
  }

  .sf_md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sf_md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sf_md\:px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
  }

  .sf_md\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .sf_md\:pt-\[0px\] {
    padding-top: 0px;
  }

  .sf_md\:text-\[24px\] {
    font-size: 24px;
  }
}

