/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./app/global.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.4.3 | 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] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {

  .\!container {
    max-width: 576px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 992px !important;
  }

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

  .\!container {
    max-width: 1200px !important;
  }

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

  .\!container {
    max-width: 1400px !important;
  }

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

  .\!container {
    max-width: 1700px !important;
  }

  .container {
    max-width: 1700px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.\!left-\[-10px\] {
  left: -10px !important;
}
.\!left-\[-20px\] {
  left: -20px !important;
}
.\!left-\[10px\] {
  left: 10px !important;
}
.\!left-\[20px\] {
  left: 20px !important;
}
.-top-\[0\.2em\] {
  top: -0.2em;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[46px\] {
  bottom: 46px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[13px\] {
  right: 13px;
}
.right-\[15px\] {
  right: 15px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[-25px\] {
  top: -25px;
}
.\!z-\[-5\] {
  z-index: -5 !important;
}
.z-10 {
  z-index: 10;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.float-left {
  float: left;
}
.clear-left {
  clear: left;
}
.m-0 {
  margin: 0px;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[2px\] {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[10px\] {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-\[15px\] {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-\[40px\] {
  margin-top: 40px;
  margin-bottom: 40px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.\!mb-\[15px\] {
  margin-bottom: 15px !important;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.\!mt-\[0px\] {
  margin-top: 0px !important;
}
.\!mt-\[10px\] {
  margin-top: 10px !important;
}
.\!mt-\[14px\] {
  margin-top: 14px !important;
}
.\!mt-\[16px\] {
  margin-top: 16px !important;
}
.\!mt-\[17px\] {
  margin-top: 17px !important;
}
.\!mt-\[20px\] {
  margin-top: 20px !important;
}
.\!mt-\[30px\] {
  margin-top: 30px !important;
}
.\!mt-\[32px\] {
  margin-top: 32px !important;
}
.\!mt-\[42px\] {
  margin-top: 42px !important;
}
.\!mt-\[44px\] {
  margin-top: 44px !important;
}
.\!mt-\[45px\] {
  margin-top: 45px !important;
}
.\!mt-\[4px\] {
  margin-top: 4px !important;
}
.\!mt-\[5px\] {
  margin-top: 5px !important;
}
.\!mt-\[60px\] {
  margin-top: 60px !important;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-\[-17px\] {
  margin-bottom: -17px;
}
.mb-\[-25px\] {
  margin-bottom: -25px;
}
.mb-\[-55px\] {
  margin-bottom: -55px;
}
.mb-\[-62px\] {
  margin-bottom: -62px;
}
.mb-\[-80px\] {
  margin-bottom: -80px;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[11px\] {
  margin-bottom: 11px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[17px\] {
  margin-bottom: 17px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[21px\] {
  margin-bottom: 21px;
}
.mb-\[22px\] {
  margin-bottom: 22px;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[25px\] {
  margin-bottom: 25px;
}
.mb-\[26px\] {
  margin-bottom: 26px;
}
.mb-\[27px\] {
  margin-bottom: 27px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[31px\] {
  margin-bottom: 31px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[34px\] {
  margin-bottom: 34px;
}
.mb-\[35px\] {
  margin-bottom: 35px;
}
.mb-\[36px\] {
  margin-bottom: 36px;
}
.mb-\[37px\] {
  margin-bottom: 37px;
}
.mb-\[38px\] {
  margin-bottom: 38px;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[43px\] {
  margin-bottom: 43px;
}
.mb-\[44px\] {
  margin-bottom: 44px;
}
.mb-\[4px\] {
  margin-bottom: 4px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[58px\] {
  margin-bottom: 58px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.mb-\[60px\] {
  margin-bottom: 60px;
}
.mb-\[6px\] {
  margin-bottom: 6px;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[9px\] {
  margin-bottom: 9px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-\[-60px\] {
  margin-left: -60px;
}
.ml-\[35px\] {
  margin-left: 35px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-\[20px\] {
  margin-right: 20px;
}
.mr-\[2px\] {
  margin-right: 2px;
}
.mr-\[4px\] {
  margin-right: 4px;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.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-\[-10px\] {
  margin-top: -10px;
}
.mt-\[-145px\] {
  margin-top: -145px;
}
.mt-\[-165px\] {
  margin-top: -165px;
}
.mt-\[-20px\] {
  margin-top: -20px;
}
.mt-\[-210px\] {
  margin-top: -210px;
}
.mt-\[-272px\] {
  margin-top: -272px;
}
.mt-\[-4px\] {
  margin-top: -4px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[11px\] {
  margin-top: 11px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[13px\] {
  margin-top: 13px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[17px\] {
  margin-top: 17px;
}
.mt-\[18px\] {
  margin-top: 18px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[22px\] {
  margin-top: 22px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[28px\] {
  margin-top: 28px;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[42px\] {
  margin-top: 42px;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[45px\] {
  margin-top: 45px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[55px\] {
  margin-top: 55px;
}
.mt-\[56px\] {
  margin-top: 56px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-\[65px\] {
  margin-top: 65px;
}
.mt-\[70px\] {
  margin-top: 70px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mt-\[80px\] {
  margin-top: 80px;
}
.mt-\[83px\] {
  margin-top: 83px;
}
.mt-\[85px\] {
  margin-top: 85px;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.\!grid {
  display: grid !important;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0px;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[105px\] {
  height: 105px;
}
.h-\[106px\] {
  height: 106px;
}
.h-\[113px\] {
  height: 113px;
}
.h-\[149px\] {
  height: 149px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[17px\] {
  height: 17px;
}
.h-\[184px\] {
  height: 184px;
}
.h-\[19px\] {
  height: 19px;
}
.h-\[236px\] {
  height: 236px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[287px\] {
  height: 287px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[31px\] {
  height: 31px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[42\] {
  height: 42;
}
.h-\[42px\] {
  height: 42px;
}
.h-\[43px\] {
  height: 43px;
}
.h-\[456px\] {
  height: 456px;
}
.h-\[45px\] {
  height: 45px;
}
.h-\[46px\] {
  height: 46px;
}
.h-\[485px\] {
  height: 485px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[77px\] {
  height: 77px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[8px\] {
  height: 8px;
}
.h-\[calc\(100vh-72px\)\] {
  height: calc(100vh - 72px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[288px\] {
  max-height: 288px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[55px\] {
  min-height: 55px;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/4 {
  width: 25%;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-\[105px\] {
  width: 105px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[142px\] {
  width: 142px;
}
.w-\[149px\] {
  width: 149px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[15px\] {
  width: 15px;
}
.w-\[162px\] {
  width: 162px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[24px\] {
  width: 24px;
}
.w-\[26rem\] {
  width: 26rem;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[31px\] {
  width: 31px;
}
.w-\[330px\] {
  width: 330px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[42\] {
  width: 42;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[46px\] {
  width: 46px;
}
.w-\[485px\] {
  width: 485px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[51px\] {
  width: 51px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[617px\] {
  width: 617px;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[75px\] {
  width: 75px;
}
.w-\[77px\] {
  width: 77px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90px\] {
  width: 90px;
}
.w-\[93px\] {
  width: 93px;
}
.w-\[calc\(100\%\+60px\)\] {
  width: calc(100% + 60px);
}
.w-\[calc\(100\%-142px\)\] {
  width: calc(100% - 142px);
}
.w-\[calc\(100\%-335px\)\] {
  width: calc(100% - 335px);
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.\!min-w-\[165px\] {
  min-width: 165px !important;
}
.\!min-w-\[247px\] {
  min-width: 247px !important;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[155px\] {
  min-width: 155px;
}
.\!max-w-\[240px\] {
  max-width: 240px !important;
}
.\!max-w-\[500px\] {
  max-width: 500px !important;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1020px\] {
  max-width: 1020px;
}
.max-w-\[1078px\] {
  max-width: 1078px;
}
.max-w-\[108px\] {
  max-width: 108px;
}
.max-w-\[1109px\] {
  max-width: 1109px;
}
.max-w-\[1124px\] {
  max-width: 1124px;
}
.max-w-\[1130px\] {
  max-width: 1130px;
}
.max-w-\[115px\] {
  max-width: 115px;
}
.max-w-\[1172px\] {
  max-width: 1172px;
}
.max-w-\[154px\] {
  max-width: 154px;
}
.max-w-\[206px\] {
  max-width: 206px;
}
.max-w-\[230px\] {
  max-width: 230px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[254px\] {
  max-width: 254px;
}
.max-w-\[263px\] {
  max-width: 263px;
}
.max-w-\[289px\] {
  max-width: 289px;
}
.max-w-\[305px\] {
  max-width: 305px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[335px\] {
  max-width: 335px;
}
.max-w-\[345px\] {
  max-width: 345px;
}
.max-w-\[366px\] {
  max-width: 366px;
}
.max-w-\[368px\] {
  max-width: 368px;
}
.max-w-\[376px\] {
  max-width: 376px;
}
.max-w-\[387px\] {
  max-width: 387px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[407px\] {
  max-width: 407px;
}
.max-w-\[416px\] {
  max-width: 416px;
}
.max-w-\[442px\] {
  max-width: 442px;
}
.max-w-\[449px\] {
  max-width: 449px;
}
.max-w-\[452px\] {
  max-width: 452px;
}
.max-w-\[455px\] {
  max-width: 455px;
}
.max-w-\[468px\] {
  max-width: 468px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[495px\] {
  max-width: 495px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[508px\] {
  max-width: 508px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-\[527px\] {
  max-width: 527px;
}
.max-w-\[530px\] {
  max-width: 530px;
}
.max-w-\[566px\] {
  max-width: 566px;
}
.max-w-\[568px\] {
  max-width: 568px;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[590px\] {
  max-width: 590px;
}
.max-w-\[607px\] {
  max-width: 607px;
}
.max-w-\[610px\] {
  max-width: 610px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[637px\] {
  max-width: 637px;
}
.max-w-\[653px\] {
  max-width: 653px;
}
.max-w-\[654px\] {
  max-width: 654px;
}
.max-w-\[678px\] {
  max-width: 678px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[708px\] {
  max-width: 708px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[792px\] {
  max-width: 792px;
}
.max-w-\[806px\] {
  max-width: 806px;
}
.max-w-\[807px\] {
  max-width: 807px;
}
.max-w-\[843px\] {
  max-width: 843px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[858px\] {
  max-width: 858px;
}
.max-w-\[875px\] {
  max-width: 875px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[952px\] {
  max-width: 952px;
}
.max-w-\[970px\] {
  max-width: 970px;
}
.max-w-\[unset\] {
  max-width: unset;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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 marquee {

  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0%);
  }
}
.animate-marquee {
  animation: marquee 40s linear infinite;
}
@keyframes marquee-reverse {

  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}
.animate-marquee-reverse {
  animation: marquee-reverse 40s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.columns-2 {
  -moz-columns: 2;
       columns: 2;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-\[37\%_63\%\] {
  grid-template-columns: 37% 63%;
}
.grid-cols-\[41\%_59\%\] {
  grid-template-columns: 41% 59%;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.content-center {
  align-content: center;
}
.\!items-start {
  align-items: flex-start !important;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-start {
  justify-content: flex-start !important;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.\!gap-\[4px\] {
  gap: 4px !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[100px\] {
  gap: 100px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[15px\] {
  gap: 15px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[19px\] {
  gap: 19px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[22px\] {
  gap: 22px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[25px\] {
  gap: 25px;
}
.gap-\[28px\] {
  gap: 28px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[43px\] {
  gap: 43px;
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[9px\] {
  gap: 9px;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-\[100px\] {
  -moz-column-gap: 100px;
       column-gap: 100px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-x-\[12px\] {
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.gap-x-\[14px\] {
  -moz-column-gap: 14px;
       column-gap: 14px;
}
.gap-x-\[16px\] {
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.gap-x-\[17px\] {
  -moz-column-gap: 17px;
       column-gap: 17px;
}
.gap-x-\[20px\] {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.gap-x-\[24px\] {
  -moz-column-gap: 24px;
       column-gap: 24px;
}
.gap-x-\[25px\] {
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.gap-x-\[28px\] {
  -moz-column-gap: 28px;
       column-gap: 28px;
}
.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.gap-x-\[32px\] {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
.gap-x-\[56px\] {
  -moz-column-gap: 56px;
       column-gap: 56px;
}
.gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.gap-x-\[60px\] {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-\[10px\] {
  row-gap: 10px;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[13px\] {
  row-gap: 13px;
}
.gap-y-\[15px\] {
  row-gap: 15px;
}
.gap-y-\[24px\] {
  row-gap: 24px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[3px\] {
  row-gap: 3px;
}
.gap-y-\[5px\] {
  row-gap: 5px;
}
.gap-y-\[70px\] {
  row-gap: 70px;
}
.gap-y-\[80px\] {
  row-gap: 80px;
}
.gap-y-\[8px\] {
  row-gap: 8px;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.\!rounded-\[13px\] {
  border-radius: 13px !important;
}
.\!rounded-\[5px\] {
  border-radius: 5px !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0px_0px_20px_20px\] {
  border-radius: 0px 0px 20px 20px;
}
.rounded-\[0px_20px_20px_0px\] {
  border-radius: 0px 20px 20px 0px;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[11px\] {
  border-radius: 11px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[17px\] {
  border-radius: 17px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[19px\] {
  border-radius: 19px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[20px_0px_0px_20px\] {
  border-radius: 20px 0px 0px 20px;
}
.rounded-\[20px_20px_0px_0px\] {
  border-radius: 20px 20px 0px 0px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-\[25px\] {
  border-radius: 25px;
}
.rounded-\[29px\] {
  border-radius: 29px;
}
.rounded-\[39px\] {
  border-radius: 39px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[43px\] {
  border-radius: 43px;
}
.rounded-\[49px\] {
  border-radius: 49px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-\[50px\] {
  border-radius: 50px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[7px\] {
  border-radius: 7px;
}
.rounded-\[7px_7px_0px_0px\] {
  border-radius: 7px 7px 0px 0px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-\[20px\] {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-r-\[20px\] {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}
.rounded-br-none {
  border-bottom-right-radius: 0px;
}
.rounded-tl-\[20px\] {
  border-top-left-radius: 20px;
}
.rounded-tr-none {
  border-top-right-radius: 0px;
}
.\!border {
  border-width: 1px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-\[5px\] {
  border-width: 5px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[3px\] {
  border-bottom-width: 3px;
}
.border-l-\[5px\] {
  border-left-width: 5px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-none {
  border-style: none;
}
.\!border-\[\#26323866\] {
  border-color: #26323866 !important;
}
.\!border-\[\#713fff\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(113 63 255 / var(--tw-border-opacity)) !important;
}
.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-\[\#26323866\] {
  border-color: #26323866;
}
.border-\[\#3f97ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 151 255 / var(--tw-border-opacity));
}
.border-\[\#713fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 255 / var(--tw-border-opacity));
}
.border-\[\#a19ab9\] {
  --tw-border-opacity: 1;
  border-color: rgb(161 154 185 / var(--tw-border-opacity));
}
.border-\[\#a5b4bc\] {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 188 / var(--tw-border-opacity));
}
.border-\[\#c4bdd8\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 189 216 / var(--tw-border-opacity));
}
.border-\[\#c8c8e7\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 231 / var(--tw-border-opacity));
}
.border-\[\#cecadc\] {
  --tw-border-opacity: 1;
  border-color: rgb(206 202 220 / var(--tw-border-opacity));
}
.border-\[\#cfccd7\] {
  --tw-border-opacity: 1;
  border-color: rgb(207 204 215 / var(--tw-border-opacity));
}
.border-\[\#d0d0d0\] {
  --tw-border-opacity: 1;
  border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.border-\[\#d1cddf\] {
  --tw-border-opacity: 1;
  border-color: rgb(209 205 223 / var(--tw-border-opacity));
}
.border-\[\#d6d6d6\] {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.border-\[\#d9d4e6\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 212 230 / var(--tw-border-opacity));
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}
.border-\[\#dad6e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(218 214 229 / var(--tw-border-opacity));
}
.border-\[\#dfdcdc\] {
  --tw-border-opacity: 1;
  border-color: rgb(223 220 220 / var(--tw-border-opacity));
}
.border-\[\#e0ddea\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 221 234 / var(--tw-border-opacity));
}
.border-\[\#e0e0e0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
.border-\[\#e3e0ed\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 224 237 / var(--tw-border-opacity));
}
.border-\[\#e4e0ee\] {
  --tw-border-opacity: 1;
  border-color: rgb(228 224 238 / var(--tw-border-opacity));
}
.border-\[\#eaeaea\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity));
}
.border-\[\#ececec\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 236 236 / var(--tw-border-opacity));
}
.border-\[\#ecf4ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 244 255 / var(--tw-border-opacity));
}
.border-\[\#ededed\] {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity));
}
.border-\[\#efedf5\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 237 245 / var(--tw-border-opacity));
}
.border-\[\#f1f1f1\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 241 241 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#713fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 255 / var(--tw-bg-opacity));
}
.bg-\[\#d1cddf\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 205 223 / var(--tw-bg-opacity));
}
.bg-\[\#e0e0e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 233 / var(--tw-bg-opacity));
}
.bg-\[\#e2e2e2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-\[\#e4e8ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 232 239 / var(--tw-bg-opacity));
}
.bg-\[\#e4e9f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(228 233 241 / var(--tw-bg-opacity));
}
.bg-\[\#e5e2f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 226 241 / var(--tw-bg-opacity));
}
.bg-\[\#e8e2fa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 226 250 / var(--tw-bg-opacity));
}
.bg-\[\#e9e7ef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 231 239 / var(--tw-bg-opacity));
}
.bg-\[\#eaeef4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 238 244 / var(--tw-bg-opacity));
}
.bg-\[\#ecf4ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 244 255 / var(--tw-bg-opacity));
}
.bg-\[\#efedf5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 237 245 / var(--tw-bg-opacity));
}
.bg-\[\#f1eef8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 238 248 / var(--tw-bg-opacity));
}
.bg-\[\#f1f1f1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#f4f8fe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 248 254 / var(--tw-bg-opacity));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
}
.bg-\[\#f9f6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 246 255 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#fefefe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff70\] {
  background-color: #ffffff70;
}
.bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffffb3\] {
  background-color: #ffffffb3;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[linear-gradient\(85deg\2c _\#FFF_0\%\2c _\#F8F8FF_92\.33\%\)\] {
  background-image: linear-gradient(85deg, #FFF 0%, #F8F8FF 92.33%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left {
  -o-object-position: left;
     object-position: left;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[105px_105px_85px_180px\] {
  padding: 105px 105px 85px 180px;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[10px_0px_10px_37px\] {
  padding: 10px 0px 10px 37px;
}
.p-\[10px_14px_10px_23px\] {
  padding: 10px 14px 10px 23px;
}
.p-\[11px_0px_11px_0px\] {
  padding: 11px 0px 11px 0px;
}
.p-\[11px_11px_11px_45px\] {
  padding: 11px 11px 11px 45px;
}
.p-\[13px_32px_13px_25px\] {
  padding: 13px 32px 13px 25px;
}
.p-\[15px_20px_15px_0px\] {
  padding: 15px 20px 15px 0px;
}
.p-\[18px_50px_18px_5px\] {
  padding: 18px 50px 18px 5px;
}
.p-\[20px\] {
  padding: 20px;
}
.p-\[28px\] {
  padding: 28px;
}
.p-\[30px\] {
  padding: 30px;
}
.p-\[30px_30px_37px_30px\] {
  padding: 30px 30px 37px 30px;
}
.p-\[34px_23px_38px_23px\] {
  padding: 34px 23px 38px 23px;
}
.p-\[34px_45px_60px_45px\] {
  padding: 34px 45px 60px 45px;
}
.p-\[35px\] {
  padding: 35px;
}
.p-\[35px_40px_48px_49px\] {
  padding: 35px 40px 48px 49px;
}
.p-\[37px\] {
  padding: 37px;
}
.p-\[38px_23px_28px_23px\] {
  padding: 38px 23px 28px 23px;
}
.p-\[38px_42px_54px_42px\] {
  padding: 38px 42px 54px 42px;
}
.p-\[40px_50px_55px_50px\] {
  padding: 40px 50px 55px 50px;
}
.p-\[42px_54px_65px_54px\] {
  padding: 42px 54px 65px 54px;
}
.p-\[45px_35px_60px_35px\] {
  padding: 45px 35px 60px 35px;
}
.p-\[50px_45px_20px_45px\] {
  padding: 50px 45px 20px 45px;
}
.p-\[53px\] {
  padding: 53px;
}
.p-\[64px_66px_64px_95px\] {
  padding: 64px 66px 64px 95px;
}
.p-\[68px\] {
  padding: 68px;
}
.p-\[68px_64px_68px_78px\] {
  padding: 68px 64px 68px 78px;
}
.p-\[70px_34px_40px_34px\] {
  padding: 70px 34px 40px 34px;
}
.p-\[86px_86px_80px_86px\] {
  padding: 86px 86px 80px 86px;
}
.\!px-\[20px\] {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.\!px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.\!px-\[35px\] {
  padding-left: 35px !important;
  padding-right: 35px !important;
}
.\!px-\[40px\] {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
.\!px-\[55px\] {
  padding-left: 55px !important;
  padding-right: 55px !important;
}
.\!py-\[10px\] {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.\!py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}
.\!py-\[17px\] {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}
.\!py-\[20px\] {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.\!py-\[24px\] {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.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-\[104px\] {
  padding-left: 104px;
  padding-right: 104px;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[21px\] {
  padding-left: 21px;
  padding-right: 21px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}
.px-\[28px\] {
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[34px\] {
  padding-left: 34px;
  padding-right: 34px;
}
.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
.px-\[37px\] {
  padding-left: 37px;
  padding-right: 37px;
}
.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[42px\] {
  padding-left: 42px;
  padding-right: 42px;
}
.px-\[45px\] {
  padding-left: 45px;
  padding-right: 45px;
}
.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[55px\] {
  padding-left: 55px;
  padding-right: 55px;
}
.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[66px\] {
  padding-left: 66px;
  padding-right: 66px;
}
.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}
.px-\[80px\] {
  padding-left: 80px;
  padding-right: 80px;
}
.px-\[90px\] {
  padding-left: 90px;
  padding-right: 90px;
}
.px-\[93px\] {
  padding-left: 93px;
  padding-right: 93px;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}
.py-\[24px\] {
  padding-top: 24px;
  padding-bottom: 24px;
}
.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}
.py-\[37px\] {
  padding-top: 37px;
  padding-bottom: 37px;
}
.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-\[45px\] {
  padding-top: 45px;
  padding-bottom: 45px;
}
.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[53px\] {
  padding-top: 53px;
  padding-bottom: 53px;
}
.py-\[55px\] {
  padding-top: 55px;
  padding-bottom: 55px;
}
.py-\[56px\] {
  padding-top: 56px;
  padding-bottom: 56px;
}
.py-\[60px\] {
  padding-top: 60px;
  padding-bottom: 60px;
}
.py-\[62px\] {
  padding-top: 62px;
  padding-bottom: 62px;
}
.py-\[70px\] {
  padding-top: 70px;
  padding-bottom: 70px;
}
.py-\[75px\] {
  padding-top: 75px;
  padding-bottom: 75px;
}
.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-\[85px\] {
  padding-top: 85px;
  padding-bottom: 85px;
}
.\!pb-\[50px\] {
  padding-bottom: 50px !important;
}
.\!pb-\[80px\] {
  padding-bottom: 80px !important;
}
.\!pb-\[95px\] {
  padding-bottom: 95px !important;
}
.\!pl-\[31px\] {
  padding-left: 31px !important;
}
.\!pl-\[70px\] {
  padding-left: 70px !important;
}
.\!pr-\[80px\] {
  padding-right: 80px !important;
}
.\!pt-\[50px\] {
  padding-top: 50px !important;
}
.\!pt-\[80px\] {
  padding-top: 80px !important;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pb-\[105px\] {
  padding-bottom: 105px;
}
.pb-\[108px\] {
  padding-bottom: 108px;
}
.pb-\[124px\] {
  padding-bottom: 124px;
}
.pb-\[130px\] {
  padding-bottom: 130px;
}
.pb-\[13px\] {
  padding-bottom: 13px;
}
.pb-\[14px\] {
  padding-bottom: 14px;
}
.pb-\[150px\] {
  padding-bottom: 150px;
}
.pb-\[15px\] {
  padding-bottom: 15px;
}
.pb-\[175px\] {
  padding-bottom: 175px;
}
.pb-\[210px\] {
  padding-bottom: 210px;
}
.pb-\[230px\] {
  padding-bottom: 230px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[250px\] {
  padding-bottom: 250px;
}
.pb-\[25px\] {
  padding-bottom: 25px;
}
.pb-\[30px\] {
  padding-bottom: 30px;
}
.pb-\[34px\] {
  padding-bottom: 34px;
}
.pb-\[39px\] {
  padding-bottom: 39px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[45px\] {
  padding-bottom: 45px;
}
.pb-\[47px\] {
  padding-bottom: 47px;
}
.pb-\[57px\] {
  padding-bottom: 57px;
}
.pb-\[58px\] {
  padding-bottom: 58px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[65px\] {
  padding-bottom: 65px;
}
.pb-\[68px\] {
  padding-bottom: 68px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pb-\[74px\] {
  padding-bottom: 74px;
}
.pb-\[75px\] {
  padding-bottom: 75px;
}
.pb-\[77px\] {
  padding-bottom: 77px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[85px\] {
  padding-bottom: 85px;
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pb-\[95px\] {
  padding-bottom: 95px;
}
.pb-\[97px\] {
  padding-bottom: 97px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[21px\] {
  padding-left: 21px;
}
.pl-\[25px\] {
  padding-left: 25px;
}
.pl-\[28px\] {
  padding-left: 28px;
}
.pl-\[30px\] {
  padding-left: 30px;
}
.pl-\[35px\] {
  padding-left: 35px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[43px\] {
  padding-left: 43px;
}
.pl-\[45px\] {
  padding-left: 45px;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pl-\[5px\] {
  padding-left: 5px;
}
.pl-\[60px\] {
  padding-left: 60px;
}
.pl-\[70px\] {
  padding-left: 70px;
}
.pl-\[80px\] {
  padding-left: 80px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-\[117px\] {
  padding-right: 117px;
}
.pr-\[13px\] {
  padding-right: 13px;
}
.pr-\[15px\] {
  padding-right: 15px;
}
.pr-\[25px\] {
  padding-right: 25px;
}
.pr-\[40px\] {
  padding-right: 40px;
}
.pr-\[48px\] {
  padding-right: 48px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pr-\[80px\] {
  padding-right: 80px;
}
.pt-0 {
  padding-top: 0px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[103px\] {
  padding-top: 103px;
}
.pt-\[10px\] {
  padding-top: 10px;
}
.pt-\[140px\] {
  padding-top: 140px;
}
.pt-\[15px\] {
  padding-top: 15px;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.pt-\[165px\] {
  padding-top: 165px;
}
.pt-\[17px\] {
  padding-top: 17px;
}
.pt-\[30px\] {
  padding-top: 30px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[35px\] {
  padding-top: 35px;
}
.pt-\[3rem\] {
  padding-top: 3rem;
}
.pt-\[45px\] {
  padding-top: 45px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[50px\] {
  padding-top: 50px;
}
.pt-\[53px\] {
  padding-top: 53px;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[67px\] {
  padding-top: 67px;
}
.pt-\[68px\] {
  padding-top: 68px;
}
.pt-\[70px\] {
  padding-top: 70px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pt-\[75px\] {
  padding-top: 75px;
}
.pt-\[77px\] {
  padding-top: 77px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[85px\] {
  padding-top: 85px;
}
.pt-\[90px\] {
  padding-top: 90px;
}
.pt-\[92px\] {
  padding-top: 92px;
}
.pt-\[95px\] {
  padding-top: 95px;
}
.pt-\[96px\] {
  padding-top: 96px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-inter {
  font-family: "Inter", sans-serif;
}
.font-nunito {
  font-family: "Nunito", sans-serif;
}
.\!text-\[12px\] {
  font-size: 12px !important;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.\!text-\[15px\] {
  font-size: 15px !important;
}
.\!text-\[16px\] {
  font-size: 16px !important;
}
.\!text-\[18px\] {
  font-size: 18px !important;
}
.\!text-\[20px\] {
  font-size: 20px !important;
}
.\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.\!text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.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-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[38px\] {
  font-size: 38px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[69px\] {
  font-size: 69px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.\!font-extrabold {
  font-weight: 800 !important;
}
.\!font-semibold {
  font-weight: 600 !important;
}
.font-\[300\] {
  font-weight: 300;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.\!leading-\[1\.07\] {
  line-height: 1.07 !important;
}
.\!leading-\[1\.08\] {
  line-height: 1.08 !important;
}
.\!leading-\[1\.10\] {
  line-height: 1.10 !important;
}
.\!leading-\[1\.11\] {
  line-height: 1.11 !important;
}
.\!leading-\[1\.20\] {
  line-height: 1.20 !important;
}
.\!leading-\[1\.22\] {
  line-height: 1.22 !important;
}
.\!leading-\[1\.24\] {
  line-height: 1.24 !important;
}
.\!leading-\[1\.30\] {
  line-height: 1.30 !important;
}
.\!leading-\[1\.40\] {
  line-height: 1.40 !important;
}
.\!leading-\[1\.43\] {
  line-height: 1.43 !important;
}
.\!leading-\[1\.45\] {
  line-height: 1.45 !important;
}
.\!leading-\[1\.47\] {
  line-height: 1.47 !important;
}
.\!leading-\[1\.50\] {
  line-height: 1.50 !important;
}
.\!leading-\[1\.51\] {
  line-height: 1.51 !important;
}
.\!leading-\[1\.58\] {
  line-height: 1.58 !important;
}
.\!leading-\[1\.60\] {
  line-height: 1.60 !important;
}
.\!leading-\[147\%\] {
  line-height: 147% !important;
}
.\!leading-\[150\%\] {
  line-height: 150% !important;
}
.\!leading-\[1\] {
  line-height: 1 !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.leading-\[0px\] {
  line-height: 0px;
}
.leading-\[1\.07\] {
  line-height: 1.07;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-\[1\.14\] {
  line-height: 1.14;
}
.leading-\[1\.17\] {
  line-height: 1.17;
}
.leading-\[1\.20\] {
  line-height: 1.20;
}
.leading-\[1\.23\] {
  line-height: 1.23;
}
.leading-\[1\.26\] {
  line-height: 1.26;
}
.leading-\[1\.30\] {
  line-height: 1.30;
}
.leading-\[1\.40\] {
  line-height: 1.40;
}
.leading-\[1\.43\] {
  line-height: 1.43;
}
.leading-\[1\.44\] {
  line-height: 1.44;
}
.leading-\[1\.47\] {
  line-height: 1.47;
}
.leading-\[1\.49\] {
  line-height: 1.49;
}
.leading-\[1\.50\] {
  line-height: 1.50;
}
.leading-\[1\.51\] {
  line-height: 1.51;
}
.leading-\[1\.53\] {
  line-height: 1.53;
}
.leading-\[1\.54\] {
  line-height: 1.54;
}
.leading-\[1\.56\] {
  line-height: 1.56;
}
.leading-\[1\.58\] {
  line-height: 1.58;
}
.leading-\[1\.73\] {
  line-height: 1.73;
}
.leading-\[126\%\] {
  line-height: 126%;
}
.leading-\[147\%\] {
  line-height: 147%;
}
.leading-\[151\%\] {
  line-height: 151%;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[27px\] {
  line-height: 27px;
}
.leading-\[31px\] {
  line-height: 31px;
}
.leading-\[33px\] {
  line-height: 33px;
}
.leading-\[35px\] {
  line-height: 35px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[43px\] {
  line-height: 43px;
}
.leading-\[45px\] {
  line-height: 45px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-\.1px\] {
  letter-spacing: -.1px;
}
.tracking-\[-0\.1px\] {
  letter-spacing: -0.1px;
}
.tracking-\[-0\.2px\] {
  letter-spacing: -0.2px;
}
.tracking-\[0\.88px\] {
  letter-spacing: 0.88px;
}
.tracking-\[0\.96px\] {
  letter-spacing: 0.96px;
}
.tracking-\[1\.44px\] {
  letter-spacing: 1.44px;
}
.tracking-\[1\.8px\] {
  letter-spacing: 1.8px;
}
.tracking-tightish {
  letter-spacing: 0.88px;
}
.\!text-\[\#3e3e3e\] {
  --tw-text-opacity: 1 !important;
  color: rgb(62 62 62 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#6d6d6d\] {
  --tw-text-opacity: 1 !important;
  color: rgb(109 109 109 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#713fff\] {
  --tw-text-opacity: 1 !important;
  color: rgb(113 63 255 / var(--tw-text-opacity)) !important;
}
.\!text-\[\#808080\] {
  --tw-text-opacity: 1 !important;
  color: rgb(128 128 128 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-\[\#03020280\] {
  color: #03020280;
}
.text-\[\#030202\] {
  --tw-text-opacity: 1;
  color: rgb(3 2 2 / var(--tw-text-opacity));
}
.text-\[\#1c070c\] {
  --tw-text-opacity: 1;
  color: rgb(28 7 12 / var(--tw-text-opacity));
}
.text-\[\#263238\] {
  --tw-text-opacity: 1;
  color: rgb(38 50 56 / var(--tw-text-opacity));
}
.text-\[\#2e2c2c\] {
  --tw-text-opacity: 1;
  color: rgb(46 44 44 / var(--tw-text-opacity));
}
.text-\[\#2e2e2e\] {
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity));
}
.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-\[\#343434\] {
  --tw-text-opacity: 1;
  color: rgb(52 52 52 / var(--tw-text-opacity));
}
.text-\[\#3f97ff\] {
  --tw-text-opacity: 1;
  color: rgb(63 151 255 / var(--tw-text-opacity));
}
.text-\[\#5b5866\] {
  --tw-text-opacity: 1;
  color: rgb(91 88 102 / var(--tw-text-opacity));
}
.text-\[\#5f5f5f\] {
  --tw-text-opacity: 1;
  color: rgb(95 95 95 / var(--tw-text-opacity));
}
.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}
.text-\[\#696969\] {
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity));
}
.text-\[\#6a6a6a\] {
  --tw-text-opacity: 1;
  color: rgb(106 106 106 / var(--tw-text-opacity));
}
.text-\[\#6b6b6b\] {
  --tw-text-opacity: 1;
  color: rgb(107 107 107 / var(--tw-text-opacity));
}
.text-\[\#6d6d6d\] {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}
.text-\[\#707c89\] {
  --tw-text-opacity: 1;
  color: rgb(112 124 137 / var(--tw-text-opacity));
}
.text-\[\#713fff\] {
  --tw-text-opacity: 1;
  color: rgb(113 63 255 / var(--tw-text-opacity));
}
.text-\[\#716f76\] {
  --tw-text-opacity: 1;
  color: rgb(113 111 118 / var(--tw-text-opacity));
}
.text-\[\#727272\] {
  --tw-text-opacity: 1;
  color: rgb(114 114 114 / var(--tw-text-opacity));
}
.text-\[\#731fff\] {
  --tw-text-opacity: 1;
  color: rgb(115 31 255 / var(--tw-text-opacity));
}
.text-\[\#737373\] {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-\[\#767676\] {
  --tw-text-opacity: 1;
  color: rgb(118 118 118 / var(--tw-text-opacity));
}
.text-\[\#7c7c7c\] {
  --tw-text-opacity: 1;
  color: rgb(124 124 124 / var(--tw-text-opacity));
}
.text-\[\#7d7595\] {
  --tw-text-opacity: 1;
  color: rgb(125 117 149 / var(--tw-text-opacity));
}
.text-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity));
}
.text-\[\#878787\] {
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity));
}
.text-\[\#8794a4\] {
  --tw-text-opacity: 1;
  color: rgb(135 148 164 / var(--tw-text-opacity));
}
.text-\[\#888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}
.text-\[\#8a2be2\] {
  --tw-text-opacity: 1;
  color: rgb(138 43 226 / var(--tw-text-opacity));
}
.text-\[\#8b8b8b\] {
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}
.text-\[\#969696\] {
  --tw-text-opacity: 1;
  color: rgb(150 150 150 / var(--tw-text-opacity));
}
.text-\[\#9e96b2\] {
  --tw-text-opacity: 1;
  color: rgb(158 150 178 / var(--tw-text-opacity));
}
.text-\[\#a19ab9\] {
  --tw-text-opacity: 1;
  color: rgb(161 154 185 / var(--tw-text-opacity));
}
.text-\[\#a39fac\] {
  --tw-text-opacity: 1;
  color: rgb(163 159 172 / var(--tw-text-opacity));
}
.text-\[\#a5b4bc\] {
  --tw-text-opacity: 1;
  color: rgb(165 180 188 / var(--tw-text-opacity));
}
.text-\[\#aea6c5\] {
  --tw-text-opacity: 1;
  color: rgb(174 166 197 / var(--tw-text-opacity));
}
.text-\[\#b1b1b1\] {
  --tw-text-opacity: 1;
  color: rgb(177 177 177 / var(--tw-text-opacity));
}
.text-\[\#e6e3ee\] {
  --tw-text-opacity: 1;
  color: rgb(230 227 238 / var(--tw-text-opacity));
}
.text-\[\#ffffff\] {
  --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-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\!underline {
  text-decoration-line: underline !important;
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.decoration-solid {
  text-decoration-style: solid;
}
.underline-offset-auto {
  text-underline-offset: auto;
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-\[1\] {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_20px_10px_rgba\(113\2c 63\2c 255\2c 0\.05\)\] {
  --tw-shadow: 0px 0px 20px 10px rgba(113,63,255,0.05);
  --tw-shadow-colored: 0px 0px 20px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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);
}
.outline {
  outline-style: solid;
}
.outline-\[1px\] {
  outline-width: 1px;
}
.outline-\[rgba\(113\2c 63\2c 255\2c 0\.3\)\] {
  outline-color: rgba(113,63,255,0.3);
}
.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);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/*Custom*/

:root {
  --font-inter: 'Inter', sans-serif;
  --font-nunito: 'Nunito', sans-serif;
}

/* Default sans-serif fallback */
.font-sans {
  font-family: var(--font-inter);
}

.font-nunito {
  font-family: var(--font-nunito);
}

body {
  font-family: "Inter",sans-serif;
  /*font-family: 'Nunito', sans-serif;*/
    margin: 0;
    padding: 0;
    color: #323232;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    background-color: #eaeef4;
    overflow-x: hidden;
    position: relative;
}


.mainbanner {
    height: 100vh;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
}
.card-price {
    top: -0.1em;
}

@media(max-width: 575.98px) {
    .mainbanner {
        display:none
    }
}

.overlap-images {
    width: 100%;
    height: 100%
}

.overlap-images .img__name {
    position: relative;
    opacity: 1
}

.overlap-images .img__object {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover
}

.overlap-images .object-1 {
    width: 21%;
    max-width: 658px;
    left: -2%;
    top: -4%;
    transform: rotate(-11deg);
    transition: 1.5s top ease,opacity 1s ease
}

.overlap-images .object-2 {
    width: 15%;
    max-width: 400px;
    left: -8%;
    top: 12%;
    transform: rotate(50deg);
    transition: 1.3s left ease,opacity 1s ease
}

.overlap-images .object-3 {
    width: 20%;
    max-width: 519px;
    left: -8%;
    bottom: 5%;
    transition: 1.5s left ease,opacity 1s ease
}

.overlap-images .object-4 {
    width: 21%;
    max-width: 500px;
    left: -4%;
    bottom: -3%;
    z-index: 1;
    transform: rotate(12.5deg);
    transition: 1.3s bottom ease,opacity 1s ease
}

.overlap-images .object-5 {
    width: 16%;
    max-width: 348px;
    left: 13%;
    bottom: -7%;
    transform: rotate(-28deg);
    transition: 1.5s bottom ease,opacity 1s ease
}

.overlap-images .object-6 {
    width: 24%;
    max-width: 468px;
    right: -2%;
    bottom: -7%;
    z-index: 1;
    transform: rotate(-26deg);
    transition: .9s right ease,opacity 1s ease
}

.overlap-images .object-7 {
    width: 24%;
    max-width: 468px;
    right: 22%;
    bottom: -15%;
    z-index: 2;
    transform: rotate(-12deg);
    transition: 1.4s bottom ease,opacity 1s ease
}

.overlap-images .object-8 {
    width: 27%;
    max-width: 500px;
    left: 28%;
    bottom: -13%;
    z-index: 1;
    transform: rotate(7.7deg);
    transition: 1s bottom ease,opacity 1s ease
}

.overlap-images .object-9 {
    width: 14%;
    max-width: 370px;
    transform: rotate(7.719deg);
    right: -1%;
    bottom: -4%;
    z-index: 2;
    transition: 1.2s bottom ease,opacity 1s ease
}

.overlap-images .object-10 {
    width: 22%;
    max-width: 510px;
    right: -4%;
    top: -1%;
    transform: rotate(11.7deg);
    transition: 1s top ease,opacity 1s ease
}

.overlap-images .object-11 {
    width: 13%;
    max-width: 355px;
    right: -7%;
    top: 10%;
    transform: rotate(-26deg);
    transition: .9s right ease,opacity 1s ease
}

.overlap-images .object-12 {
    width: 17%;
    max-width: 410px;
    right: -4%;
    bottom: 9%;
    transform: rotate(-3.8deg);
    transition: 1.3s right ease,opacity 1s ease
}

@media(max-width: 1919.98px) {
    .overlap-images .object-1 {
        width:444px
    }

    .overlap-images .object-2 {
        width: 258px
    }

    .overlap-images .object-3 {
        width: 357px
    }

    .overlap-images .object-4 {
        width: 360px
    }

    .overlap-images .object-5 {
        width: 300px
    }

    .overlap-images .object-6 {
        width: 468px
    }

    .overlap-images .object-7 {
        width: 420px;
        right: 25%
    }

    .overlap-images .object-8 {
        width: 460px;
        left: 31%
    }

    .overlap-images .object-9 {
        width: 280px;
        right: -3%;
        bottom: -2%
    }

    .overlap-images .object-10 {
        width: 410px
    }

    .overlap-images .object-11 {
        width: 230px
    }

    .overlap-images .object-12 {
        width: 310px
    }
}

@media(max-width: 1599.98px) {
    .overlap-images .object-1 {
        width:390px;
        left: -3%
    }

    .overlap-images .object-2 {
        width: 230px
    }

    .overlap-images .object-3 {
        left: -150px
    }

    .overlap-images .object-4 {
        left: -150px
    }

    .overlap-images .object-6 {
        right: -100px
    }

    .overlap-images .object-7 {
        right: 20%
    }

    .overlap-images .object-12 {
        right: -75px
    }
}

@media(max-width: 1399.98px) {
    .overlap-images .object-1 {
        width:380px
    }

    .overlap-images .object-2 {
        width: 180px;
        left: -5%
    }

    .overlap-images .object-3 {
        width: 280px;
        left: -100px
    }

    .overlap-images .object-4 {
        width: 360px
    }

    .overlap-images .object-5 {
        width: 250px
    }

    .overlap-images .object-6 {
        width: 420px
    }

    .overlap-images .object-7 {
        width: 370px;
        right: 25%
    }

    .overlap-images .object-8 {
        width: 392px
    }

    .overlap-images .object-9 {
        display: none
    }

    .overlap-images .object-10 {
        width: 334px
    }

    .overlap-images .object-11 {
        width: 170px
    }

    .overlap-images .object-12 {
        width: 245px
    }
}

@media(max-width: 991.98px) {
    .overlap-images .object-1 {
        width:360px
    }

    .overlap-images .object-2 {
        width: 180px;
        left: -90px
    }

    .overlap-images .object-7 {
        display: none
    }

    .overlap-images .object-8 {
        display: none
    }

    .overlap-images .object-10 {
        display: none
    }

    .overlap-images .object-11 {
        width: 160px;
        right: -110px
    }
}

@media(max-width: 767.98px) {
    .overlap-images .object-3 {
        display:none
    }

    .overlap-images .object-4 {
        display: none
    }

    .overlap-images .object-5 {
        transform: rotate(15deg);
        left: -50px;
        bottom: -30px
    }

    .overlap-images .object-6 {
        width: 320px
    }

    .overlap-images .object-12 {
        display: none
    }
}

@media(max-width: 575.98px) {
    .overlap-images .object-1 {
        width:400px;
        max-width: 60%
    }

    .overlap-images .object-2 {
        width: 160px;
        max-width: 60%
    }

    .overlap-images .object-11 {
        width: 166px;
        right: -120px;
        max-width: 60%;
        display: block
    }
}

@media only screen and (max-height: 800px) {
    .overlap-images .object-4 {
        bottom:-10%
    }

    .overlap-images .object-5 {
        bottom: -10%
    }

    .overlap-images .object-6 {
        bottom: -20%
    }

    .overlap-images .object-7 {
        bottom: -28%
    }

    .overlap-images .object-8 {
        bottom: -22%
    }

    .overlap-images .object-9 {
        bottom: -15%
    }
}

@media only screen and (max-height: 720px) {
    .overlap-images .object-2 {
        display:none;
    }

    .overlap-images .object-11 {
        display: none
    }
}

@media only screen and (max-height: 499px) {
    .overlap-images .object-5 {
        display:none
    }

    .overlap-images .object-7 {
        display: none
    }

    .overlap-images .object-8 {
        display: none
    }
}

@media(max-width: 1200px)and (max-height: 499px) {
    .overlap-images .object-3 {
        display:none
    }

    .overlap-images .object-12 {
        display: none
    }
}

#hero-banner-images .object-1 {
    animation: moveInTop 1.5s normal
}

#hero-banner-images .object-2 {
    animation: moveInLeft 1.7s normal
}

#hero-banner-images .object-3 {
    animation: moveInLeft 1.3s normal
}

#hero-banner-images .object-4 {
    animation: moveInBottom 1.5s normal
}

#hero-banner-images .object-5 {
    animation: moveInBottom 1.4s normal
}

#hero-banner-images .object-6 {
    animation: moveInRight 1.2s normal
}

#hero-banner-images .object-7 {
    animation: moveInBottom 1.2s normal
}

#hero-banner-images .object-8 {
    animation: moveInBottom 1.5s normal
}

#hero-banner-images .object-9 {
    animation: moveInBottom 1.2s normal
}

#hero-banner-images .object-10 {
    animation: moveInTop 1.5s normal
}

#hero-banner-images .object-11 {
    animation: moveInRight 1.7s normal
}

#hero-banner-images .object-12 {
    animation: moveInRight 1.3s normal
}

#hero-banner-images.scrolled .object-1 {
    top: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-2 {
    left: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-3 {
    left: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-4 {
    bottom: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-5 {
    bottom: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-6 {
    right: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-7 {
    bottom: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-8 {
    bottom: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-9 {
    bottom: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-10 {
    top: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-11 {
    right: -50%;
    opacity: 0
}

#hero-banner-images.scrolled .object-12 {
    right: -50%;
    opacity: 0
}

.hero-banner .main-logo,.inner-banner .main-logo {
    width: 250px
}

.hero-banner .main-logo a,.inner-banner .main-logo a {
    display: inline-block
}

.hero-banner .logo,.inner-banner .logo {
    margin-bottom: 45px
}

@media(max-width: 1199.98px) {
    .hero-banner .logo,.inner-banner .logo {
        display:none
    }
}

.hero-banner.landing-banner .logo {
    margin-bottom: 45px
}

@media(max-width: 1199.98px) {
    .hero-banner.landing-banner .logo {
        display:none
    }
}

.banner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 767px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 100px 0;
    position: relative;
    z-index: 10
}

.banner-content h1 {
    max-width: 767px;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: 800
}

.banner-content .ms-btn {
    margin-top: 27px;
    width: 100%;
    max-width: 402px;
    padding: 23px 25px;
    height: 68px
}

@media(max-width: 767.98px) {
    .banner-content .ms-btn {
        padding:18px 25px;
        height: auto
    }
}

@media(max-width: 1199.98px) {
    .banner-content {
        padding-right:6%;
        padding-left: 6%
    }

    .banner-content h1 {
        line-height: 100%;
        font-size: 40px;
        max-width: 490px
    }
}

@media(max-width: 575.98px) {
    .banner-content {
        min-height:auto;
        padding-top: 200px
    }

    .banner-content h1 {
        font-size: 32px
    }
}

/*Menu*/

.main-menu {
    width: 100%;
    padding: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    z-index: 11
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu .menulist-right {
    margin-left: 30px;
}

.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-menu ul li {
    display: inline-block;
}

.main-menu ul li a {
    color: #323232;
    font-family: "Nunito",sans-serif;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    border-radius: 25px;
    position: relative;
    height: 100%;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.main-menu .menulist-right li:first-child {
    border-right: solid 1px rgba(50,50,50,.5);
}

.ms-btn.btn-sm {
    padding: 10px 18px;
    font-size: 15px;
}

.main-menu .ms-btn {
    color: #fff;
    min-width: auto;
}
.primary-solid {
    background-color: #713fff;
    color: #fff;
}

.banner-content h1 {
    max-width: 767px;
    text-align: center;
    margin: 0 0 25px 0;
    font-weight: 800;
}

.pd3 {
    --spacing: 1.5rem;
    padding-left: calc(var(--spacing) * .5) !important;
    padding-right: calc(var(--spacing) * .5) !important;
}

h1 {
    font-family: "Nunito",sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 123%;
    color: #323232 !important;
}

.site-search {
    margin-top: 27px;
    position: relative;
    width: 100%;
    max-width: 594px;
    margin: 0 auto;
}

.site-search .form-control {
    background-color: #fff;
    border: solid 2px #e0e0e0;
    border-radius: 49px;
    padding: 0 37px;
    line-height: 62px;
    font-size: 18px;
}

.form-control {
    background: #fff;
    border: none;
    border: solid 1px #cbd7e4;
    border-radius: 0;
    padding: 18px;
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-form-control-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.site-search .search-icon {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
}

svg.search-svg {
    width: 25px;
    color: #b1b1b1;
}

.banner-content .ms-btn {
    margin-top: 27px;
    width: 100%;
    max-width: 402px;
    padding: 23px 25px;
    height: 68px;
}

.card-btn {
    min-width: 130px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: normal;
    text-decoration: none;
    display: inline-block;
    padding: 17px 40px;
    border-radius: 49px;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
    background-color: #713fff;
    color: #ffffff;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ms-btn {
    min-width: 130px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: normal;
    text-decoration: none;
    display: inline-block;
    padding: 17px 40px;
    border-radius: 49px;
    border: none;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: .3s;
}

/*.landing-intro {
    padding-top: 300px;
    position: relative;
}*/

.landing-intro .intro-container {
    max-width: 1150px;
    margin: 0 auto;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}

.landing-intro .section-content {
    margin-top: 27px;
    padding-left: 70px;
}

.landing-intro .section-content .heading-label {
    font-family: "Nunito",sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    color: #713fff;
    margin-bottom: 10px;
    display: inline-block;
}

.col-right h4 {
    font-size: 32px;
    color: #323232;
    font-weight: 700;
    font-family: "Inter",sans-serif;
}

.landing-intro .section-content p {
    color: gray;
    line-height: 147%;
    font-weight: 500;
    font-size: 17px;
}

.landing-intro .section-content .ms-btn {
    max-width: 500px;
    width: 100%;
    margin-top: 40px;
}

.ms-btn.btn-xl {
    padding: 24px 55px;
    font-size: 20px;
}

.video-container {
    position: relative;
    max-width: 462px;
    width: 100%;
    height: 546px;
    margin-bottom: -43px;
}

.video-container video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    border-radius: 25px !important;
}

.video-container .video-control {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    padding: 0;
    text-align: left;
    border-radius: 0;
    background: rgba(0,0,0,0);
    border: none;
}

.video-container .video-data {
    position: relative;
    max-width: 462px;
    width: 100%;
    height: 546px;
    margin-bottom: -43px;
}

.video-container .rating-demo {
    border-radius: 50px;
    background: rgba(55,55,55,.26);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    display: inline-block;
    padding: 13px 20px;
    position: relative;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.video-container .rating-demo span {
    display: inline-block;
    margin-right: 0;
}

section.landing-intro.relative.overflow-hidden {
    padding-bottom: 80px;
}

.feedback-overview h2 {
    text-align: center;
    max-width: 1030px;
    margin: 0 auto;
    padding-bottom: 33px;
    font-weight: 800;
}

h2 {
    font-family: "Nunito",sans-serif;
    font-size: 54px;
    font-weight: 700;
    line-height: 120%;
}

.business-overview {
    height: 100%;
    padding: 55px 42px;
    border-radius: 29px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

.reviews-overview {
    height: 100%;
    padding: 40px;
    padding-top: 30px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.business-overview p {
    color: gray;
    text-align: center;
    /*padding: 0 10px;*/
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 143%;


}



.business-overview .counts-holder {
    position: relative;
    padding-top: 38px;
    margin-top: 55px;
    border-top: dashed 1px #666;
}
.business-overview .counts-holder h5 {
    line-height: 147%;
    font-weight: 700;
    color: #474747;
    font-size: 24px;
}

.business-overview .counts-holder h5 span {
    display: block;
    font-size: 24px;
    font-weight: 400;
    color: #343434;
}

.business-overview .counts-holder::before {
    left: 0;
}

.business-overview .counts-holder::after, .business-overview .counts-holder::before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #666;
    position: absolute;
    top: -3px;
    border-radius: 50%;
}

.business-overview .counts-holder::after {
    right: 0;
}

.reviews-overview {
    height: 100%;
    padding: 40px;
    padding-top: 30px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
}

.reviews-overview h4 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 120%;
    font-weight: 700;
}

.reviews-overview ul img {
    border-radius: 50%;
    border: solid 3px #fff
}

.reviews-overview ul li {
    position: relative
}

.reviews-overview ul li:nth-child(1) {
    left: 35px
}

.reviews-overview ul li:nth-child(1) img {
    width: 50px
}

.reviews-overview ul li:nth-child(2) {
    left: 20px
}

/*.reviews-overview ul li:nth-child(2) img {
    width: 75px
}*/

.reviews-overview ul li:nth-child(3) {
    z-index: 3;
}

.reviews-overview ul li:nth-child(3) img {
    width: 100px
}

.reviews-overview ul li:nth-child(4) {
    left: -20px;
    z-index: 2
}

/*.reviews-overview ul li:nth-child(4) img {
    width: 75px
}*/

.reviews-overview ul li:nth-child(5) {
    left: -35px;
    z-index: 1
}

/*.items-center {
    justify-content: center;
}*/

.reviews-overview p {
    width: 330px;
    margin: 0 auto;
    color: gray;
    line-height: 147%;
    font-size: 14px;
}

.reviews-overview .counts-holder .count {
    width: 192px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
    background: #f5f5f5;
}

.reviews-overview .counts-holder .review-figure {
    font-size: 32px;
    font-style: normal;
    color: #030202;
    font-weight: 700;
    line-height: 147%;
}

.category-card div {
    width: 195px;
    height: 195px;
    padding: 35px 30px;
    background-color: #fff;
    border-radius: 20px;
    transition: box-shadow .3s ease;
    border: 1px solid #e6e6e6;
}

.easy-control-content { 
    padding-left: 15px;
}

.easy-control-image img {
    border-radius: 10px;
    border: 1px solid #c1b4e7;
    box-shadow: 8px 10px 0px 0px #e9e5f4;
    width: 100%;
    max-width: 624px;
}

.easy-control-content .heading-label {
    font-family: "Nunito",sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: normal;
    color: #713fff;
    margin-bottom: 10px;
    display: inline-block;
}

.control-text {
    color: gray;
    line-height: 147%;
    font-weight: 500;
    font-size: 17px;
}

a.ms-btn.primary-solid.btn-xl.primary-button {
    padding: 24px 55px;
    font-size: 20px;
    max-width: 500px;
    width: 100%;
    /*margin-top: 10px;*/
}

.easy-control-benefits li {
    border-radius: 13px;
    padding: 25px 30px;
    padding-left: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 147%;
    position: relative;
    font-size: 15px;
}

.easy-control-benefits li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8a8a8a;
    outline: 8px solid #dfdfdf;
    position: absolute;
    left: 30px;
    top: 34px;
}

.review-slide .review-card {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
}

/*.review-slide .heading {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 62px;
}*/

.review-slide .heading h6 {
    margin: 0 5px 0 0;
    font-size: 14px;
    font-weight: 700;
}

.review-slide .heading .status {
    font-size: 14px;
    color: gray;
    display: block;
    margin-right: 5px;
}
.review-slide .heading .post-lake {
    font-size: 14px;
    font-weight: 600;
    color: #323232;
    text-decoration: underline;
}

.review-slide .star-rating {
    border: solid 1px #323232;
    display: inline-block;
    margin-top: 10px;
    margin-left: 62px;
    padding: 5px 10px;
    border-radius: 50px;
    display: inline-flex;
}

img.card-profile-image.w-12.h-12.rounded-full {
    position: absolute;
}

ul.star-rating img {
    height: 14px;
    opacity: .6;
}

.review-card {
    border-radius: 20px;
    position: relative;
    padding: 30px;
}

.profileData.flex {
    padding-left: 45px;
}

.brief-ai-analysis .section-holder {
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 29px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 60px 70px;
}

.brief-ai-analysis ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 44px;
    margin-top: 45px;
}

.brief-ai-analysis li {
    width: 50%;
    display: flex;
    align-items: center;
    gap: 15px;
    padding-right: 10px;
}
.brief-ai-analysis li span {
    max-width: 197px;
    font-size: 16px;
    font-weight: 600;
    display: block;
}
.brief-ai-analysis .section-holder p {
    color: #6d6d6d;
    font-size: 17px;
    line-height: 143%;
    font-weight: 400;
}

.primary-link {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    color: #323232;
    position: relative;
    text-decoration: none;
    margin-top: 50px;
}

.brief-user-friendly .section-holder {
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 29px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 60px 70px;
}

p {
    color: #6d6d6d;
    font-size: 17px;
    line-height: 143%;
    font-weight: 400;
}

.brief-better-pricing .section-holder {
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 29px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 60px 70px;
}

.brief-looks-website .section-holder {
    max-width: 1296px;
    margin: 0 auto;
    border-radius: 29px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 60px 70px;
}

.faq-main.faq-bg .faq-holder {
    background-color: #fff;
    border-radius: 29px;
    padding: 68px;
}

.quick-contact .heading-label {
    font-family: "Nunito",sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
}

.help-center {
    font-family: "Nunito",sans-serif;
    font-size: 45px;
    font-weight: 800;
    line-height: 120%;
}

footer.footer-section {
    background-color: #303030;
    color: #ffffff;
}

.footer-top {
    padding: 30px 0 25px 0;
}

.left-col, .right-col {
    align-items: center;
    gap: 53px;
}

.login-links a {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.login-links li:first-child::after {
    content: "";
    width: 1px;
    height: 17px;
    background: rgba(255,255,255,.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.login-links li {
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.login-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}

.social-links li a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 32px;
    border-radius: 3px;
    background: #262626;
}

.social-links img {
    display: inline-block;
    vertical-align: middle;
}

.footer-content {
    padding: 50px 0 130px 0;
}
.footer-content .footer-links h6 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 147%;
    margin-bottom: 15px;
}
.footer-content .footer-links a {
    color: #b1b1b1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    text-decoration: none;
}

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

.mobile-header {
    position: absolute;
    z-index: 15;
    background-color: #fff;
    border: solid 1px #ddd9d9;
    width: 90%;
    max-width: 720px;
    height: auto;
    padding: 8px 15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    top: 18px;
    box-shadow: 0 0 6px 4px rgba(132,132,132,.1);
}

.mobile-header .main-logo {
    height: 44px;
}
.ms-menu {
    width: 27px;
    height: 20px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.mob-menu li a {
    font-weight: 600;
    color: #6e6e79;
    text-decoration: none;
    line-height: 150%;
    display: block;
}

.overlap-images .img__name {
    position: absolute !important;
}

.card-item li::before {
    content: "";
    top: 5px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(/images/point--vector.svg) no-repeat;
    position: absolute;
}

.primary-link.with-arrow::before {
    width: 65px;
    height: 15px;
    background: url(/images/arrow-long.svg) no-repeat;
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    transition: .3s ease;
}

.news-card-sm .video_thumb {
    height: 100%;
    border-radius: unset;
}

.business-outcome .quote {
    position: absolute;
    left: -122px;
    top: -45px;
    width: 351px;
    height: 360px;
    text-align: center;
    padding: 65px 55px;
    background-image: url(/images/quote-primary-bg.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.video-iconcard img {
    height: 100% !important;
    border-bottom-left-radius: 0px !important;
    border-top-left-radius: 0px !important;
}

.DefaultHeader ul li a {
    color: #323232;
    font-family: "Nunito",sans-serif;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    border-radius: 25px;
    position: relative;
    height: 100%;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

.BlogHeader ul li a {
    color: #323232;
    font-family: "Nunito",sans-serif;
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 0 14px;
    border-radius: 25px;
    position: relative;
    height: 100%;
    line-height: normal;
    text-decoration: none;
    cursor: pointer;
}

/*.get-assistance-block a.card-btn {
    width: 100%;
    max-width: 368px;
    padding: 24px 100px;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}*/

.our-customer-stories .reviewer-contents::before {
    content: "";
    width: 99px;
    height: 75px;
    background: url(/images/icon-primary-quote.svg) no-repeat;
    background-size: contain;
    position: absolute;
    left: -77px;
    top: 64px;
}

.story-ceo-quote .section-image::before {
    content: "";
    width: 180px;
    height: 157px;
    background: url(/images/box_object_ceo_quote.svg) no-repeat;
    position: absolute;
    top: -72px;
    left: -62px;
}

.story-image-gallery .slide-nav {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: absolute;
    width: calc(100% + 100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.review-slide .review-slides2 {
    padding: 0px;
}

.iti {
    display: block !important;
}

button.iti__selected-country {
    background-color: rgba(0, 0, 0, 0.05);
    padding-right: 5px;
}

.filepond-custom .filepond--drop-label {
  min-height: 54px !important;
  height: 54px !important;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.filepond-custom a.filepond--credits {
    display: none;
}

.css-13cymwt-control {
    color: #8794a4 !important;
    font-weight: 400 !important;
    font-size: 1rem !important;
    padding: 8px 8px;
    border: 1px solid #dad6e5;
    border-radius: 5px !important;
}

.css-13cymwt-control:hover {
    border-color: #dad6e5;
}

.form-check-input {
    width: 19px;
    height: 19px;
    border-radius: 4px !important;
    border: 1px solid #3f97ff !important;
    background-color: #fafafa !important;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    float: none;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) 
.iti__selected-country-primary:hover, .iti--allow-dropdown 
.iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) 
.iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
    background-color: unset !important;
}

.business-account-form::before {
    content: "";
    height: 280px;
    background-color: #eaeef4;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
}

.director-quote .quote-holder .quote-text::before {
    content: "";
    width: 95px;
    height: 75px;
    background: url(/images/icon-primary-quote.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: -15px;
    left: 180px;
}



.filter .css-13cymwt-control {
    width: 230px !important;
    color: #8794a4 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 2px;
    border: 1px solid #d6d6d6;
    border-radius: 5px !important;
    background-color: transparent !important;
}
.filter .css-1dimb5e-singleValue {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #8794a4 !important;
    margin-left: 2px;
    margin-right: 2px;
    box-sizing: border-box;
    font-weight: 700;
}

.filter .css-tj5bde-Svg {
    display: inline-block;
    fill: #999 !important;
    line-height: 1;
    stroke: #999 !important;
    stroke-width: 0;
}

.filter .css-t3ipsp-control:hover {
    border-color: #d6d6d6 !important;
}

.filter .css-t3ipsp-control {
    align-items: center;
    cursor: default;
    display: flex;
    -webkit-box-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 38px;
    outline: 0!important;
    position: relative;
    transition: all 100ms;
    background-color: hsl(0, 0%, 100%);
    border-color: #d6d6d6 !important;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 0 1px #2684FF;
    box-sizing: border-box;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #263238;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.pagination.style2 ul li a.active {
    background-color: #713fff;
    border-radius: 5px;
    color: #fff;
}

.primary-link.with-arrow:hover::before {
    right: -10px;
}

.css-1jqq78o-placeholder {
    color: #8794a4 !important;
}

.additional-guide--cards .primary-link::before {
    background: url(/images/arrow-long-primary.svg) no-repeat;
}

.investor-relations-numeric-content .counter--area .item::before {
    content: "";
    height: 90%;
    width: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #713fff;
    position: absolute;
}

.ceo-vision-content .image--area::before {
    content: "";
    bottom: -15px;
    left: -15px;
    width: 85%;
    height: 85%;
    border-radius: 27px;
    background: #713fff;
    position: absolute;
    z-index: 0;
}


.events-details-content .item .right-side:after {
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: 1px;
    background: #c4bdd8;
    position: absolute;
}

@media only screen and (min-width: 1200px) {
.check-reviews::after {
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: url(/images/vector-line.svg) no-repeat;
    position: absolute
}

.events-details-content .item .left-side:after {
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: 1px;
    background: #c4bdd8;
    position: absolute;
}
.events-details-content .item .right-side::before, .events-details-content .item2 .right-side::before {
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 90%;
    background: rgba(128,128,128,.4);
    position: absolute;
}
}

@media only screen and (max-width: 1199px) {
    .ceo-vision-content .image--area::before {
        display:none
    }
    .events-details-content .item .right-side:after {
    width: 100%;
}

.easy-control-benefits li::before {
    top: 22px;
}
}

.custom-rang-slider-container #custom-rang-slider {
    width: calc(100% - 12px);
    margin-left: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    height: 5px;
    outline: none;
    opacity: .8;
    transition: opacity .15s ease-in-out;
    position: relative;
}

.custom-rang-slider-container #custom-rang-slider::before {
    content: "";
    width: calc(100% + 12px);
    height: 5px;
    background: #c9bdea;
    border-radius: 5px;
    position: absolute;
    left: -6px;
    z-index: -1;
}

.custom-rang-slider-container #custom-rang-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #713fff;
    border: 4px solid #fff;
    outline: 1px solid #713fff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.custom-rang-slider-container #custom-rang-slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 3px solid #8a2be2;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    z-index: 1
}

.custom-rang-slider-container .custom-rang-slider-labels span:last-child {
    padding-right: 0;
}

.custom-check-tick:last-of-type .checkbox-custom-label {
    border: none;
    margin: 0;
    padding: 0
}

.custom-check-tick .checkbox-custom {
    opacity: 0;
    position: absolute;
    display: none;
}

.custom-check-tick .checkbox-custom,.custom-check-tick .checkbox-custom-label {
    margin: 0;
    cursor: pointer;
    position: relative;
}

.custom-check-tick .checkbox-custom-label {
    width: 100%;
    margin: 0 0 14px 0;
    padding: 0 0 13px 0;
    border-bottom: #d1cddf solid 1px;
    color: #737373
}

.custom-check-tick .checkbox-custom+.checkbox-custom-label:before {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: #d1cddf solid 1px;
    background: #efedf5
}

.custom-check-tick .checkbox-custom:checked+.checkbox-custom-label {
    color: #343434
}

.custom-check-tick .checkbox-custom:checked+.checkbox-custom-label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: #713fff solid 1px;
    background: url(/images/tick--icon.svg) no-repeat;
    background-size: 25px;
    background-position: center center !important
}

.custom-check-selection .checkbox-custom:checked+.checkbox-custom-label {
    border: #713fff solid 1px;
    background: #713fff;
    color: #fff
}

.business--list-card .review-toggler::before {
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: .1px;
    background: #d1cddf;
    position: absolute;
    z-index: 0;
}

.business--listing .review-links a::after {
    content: "";
    top: 50%;
    right: -15px;
    width: 2px;
    height: 2px;
    background: #737373;
    border-radius: 100%;
    position: absolute;
}

.business--list-card .review-toggler.active::before {
    display: none
}

button.active.toogle-button {
    border-color: #f1f1f1;
    border-radius: 20px 20px 0 0;
    background: #f1f1f1;
}

.css-19bb58m{
    min-width: 0px !important;
    display: none !important;
}

.css-19bb58m:after {
    display: none !important;
    min-width: 0px !important;
}

.css-b62m3t-container .css-hlgwow {
    padding-left: 18px !important;
    padding-right: 2px !important;
    padding-bottom: 2px !important;
}

.agency-partners-list .css-b62m3t-container .css-hlgwow {
    padding-left: 8px !important;
}

.primary-border {
    background: rgba(0,0,0,0);
    box-shadow: inset 0 0 0 1px #713fff;
    color: #713fff;
}

.custom-input {
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: #d1cddf solid 1px;
    background: #efedf5;
}
.custom-input:focus {
    box-shadow: none;
    border-color: #c3aeff
}
.custom-input:checked[type=checkbox] {
    background: url(/images/tick--icon.svg) no-repeat;
    background-size: 28px;
    background-position: center center !important;
    border-color: #713fff
}
.custom-input.small {
    width: 20px;
    height: 20px
}

.verified-label::after {
    content: "";
    font-family: "icomoon";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
}

.verified-label {
    display: inline-block;
    padding: 0 13px 0 28px;
    border-radius: 100px;
    border: 1px solid #713fff;
    color: #713fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 27px;
    position: relative;
}

.pagination ul li a:hover, .pagination ul li a.active {
    color: #713fff;
}

.rating-overview--right .progress_bar_item .form-check-input {
    position: absolute;
    left: 0 !important;
    width: 28px !important;
    height: 28px !important;
    border-radius: 4px !important;
    border: #d1cddf solid 1px !important;
    background: #efedf5 !important;
}

.rating-overview--right .progress_bar_item .form-check-input:checked[type=checkbox] {
    background: url(/images/tick--icon.svg) no-repeat !important;
    background-size: 28px !important;
    background-position: center center !important;
    border-color: #713fff !important;
}

.additional-features-point .item h6::before {
    content: "";
    width: 32px;
    height: 32px;
    top: -6px;
    left: 0;
    background: url(/images/tick--icon-2.svg) no-repeat;
    position: absolute;
}

.partners-banner .content--area .text--area .primary-link::before {
    background-image: url(/images/arrow-long-primary.svg);
}

.partners-banner .css-b62m3t-container .css-hlgwow {
    padding-left: 10px !important;
}

section.module-cards.module-cards-bg img{
    max-width: unset;
}

.int-btn {
  background: rgba(0, 0, 0, 0); /* Fully transparent background */
  box-shadow: inset 0 0 0 1px #fff; /* Creates a 1px inner white border */
  color: #fff; /* Sets text color to white */
}

.guiedlines-holder::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 80px;
    background-color: #eaeef4;
}

.guiedlines-holder .side-links a::before {
    content: "";
    font-family: "icomoon";
    position: absolute;
    left: 0;
    color: #713fff;
}

.contact-sale-form::before {
    content: "";
    width: 100%;
    height: 150px;
    background-color: #eaeef4;
    position: absolute;
    top: 0;
    z-index: 0;
}
.product-listing-sidebar .product-lists li a::before {
    content: "";
    font-family: "icomoon";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(124,124,124,.714);
}
.custom-check-tick .checkbox-custom+.checkbox-custom-label:before {
    content: "";
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: #d1cddf solid 1px;
    background: #efedf5;
}
.custom-check-tick .checkbox-custom:checked+.checkbox-custom-label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: #713fff solid 1px;
    background: url(/images/tick--icon.svg) no-repeat;
    background-size: 25px;
    background-position: center center !important;
}



/*Product css*/


.structure-view button {
    display: inline-block;
    opacity: .5;
}

.structure-view button.active, .structure-view button:hover {
    opacity: 1;
}

.product-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

@media(max-width: 991.98px) {
    .product-cards {
        grid-template-columns:repeat(2, 1fr);
        gap: 12px;
    }
}

@media(max-width: 767.98px) {
    .product-cards {
        grid-template-columns:repeat(1, 1fr);
        grid-template-rows: repeat(1, 1fr);
        gap: 12px;
    }
}

.product-cards .product-card {
    background-color: #fff;
    padding: 23px;
    border-radius: 20px;
    width: 100%;
}

.product-cards .product-card .details-link {
    text-decoration: none;
}

.product-cards .product-card .product-image {
    height: 200px;
    width: 100%;
    padding: 10px;
    max-width: 260px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-cards .product-card .product-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-cards .product-card .card__body {
    padding-top: 19px;
    border-top: solid 1px #d9d9d9;
}

.product-cards .product-card h6 {
    color: #343434;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 107%;
    margin: 0 0 8px 0;
}

.product-cards .product-card p {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 107%;
}

.product-cards .product-card .rating--counts {
    margin-top: 16px;
}

.product-cards .rating--counts {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-cards .review-details {
    display: flex;
    padding-left: 30px;
}

.product-cards .review-details::before {
    content: "";
    width: 21px;
    height: 19px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/images/icon-star-primarycolor.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.product-cards .review-details .rating-count {
    color: #713fff;
    font-size: 16px;
    font-weight: 600;
}

.product-cards .review-details .vote-count {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
}

.product-cards .review-details figure {
    margin: 0
}

.product-cards .fav-count {
    position: relative;
    padding-left: 23px;
    line-height: 100%;
}

.product-cards .fav-count::before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
       object-fit: contain;
    background: url(/images/icon-favheart.svg) no-repeat;
    background-position: center;
    background-size: contain;
}

.product-cards .card__footer {
    margin-top: 16px;
    padding-top: 16px;
    border-top: solid 1px #d9d9d9;
    text-align: end;
}

.product-cards .card__footer .form-check-input {
    margin: 0 0 0 5px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    border: #d1cddf solid 1px !important;
    background: #efedf5 !important;
}

.product-cards .card__footer .form-check-input:focus {
    box-shadow: none;
    border-color: #c3aeff;
}

.product-cards .card__footer .form-check-input:checked[type=checkbox] {
    background: url(/images/tick--icon.svg) no-repeat !important;
    background-size: 28px;
    background-position: center center !important;
    border-color: #713fff !important;
}

.product-cards .card__footer .form-check-input.small {
    width: 20px;
    height: 20px;
}

.product-cards.list-view-structure {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
    gap: 12px;
}

.product-cards.list-view-structure .product-card {
    display: flex;
    align-items: center;
    padding-top: none;
    flex-direction: row;
}

.product-cards.list-view-structure .product-card .card__body {
    width: calc(100% - 260px);
    border-top: none;
}

@media(max-width: 767.98px) {
    .product-cards.list-view-structure .product-card {
        flex-direction:column;
    }

    .product-cards.list-view-structure .product-card .card__body {
        width: calc(100% - 0px);
        padding-top: 0;
        border-top: solid 1px #d9d9d9;
    }
}

/*End Product css*/

.product-details-holder .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    padding-right: 5px;
}

.product-details-holder .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-left: 5px;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    color: #212529bf;
    content: var(--bs-breadcrumb-divider, "/");
}

.product-details-holder .product-name--right .ms-btn {
    padding-right: 26px;
    padding-left: 26px;
    min-width: auto;
}

.specific-rating .color-rating.post-good li.active {
    background-color: #713fff;
}
.specific-rating .color-rating li:first-child {
    border-radius: 9px 0 0 9px;
}
.specific-rating .color-rating li:last-child {
    border-radius: 0 9px 9px 0;
}
.specific-rating .color-rating li {
    font-size: 0px;
    width: 30px;
    height: 9px;
    background-color: #d9d9d9;
    margin-right: 3px;
}
.specific-rating .color-rating.post-avarage li.active {
    background-color: rgba(63,149,255,.9);
}

.product-details-holder .resp-arrow {
    border-color: #666;
}
.product-details-holder .resp-arrow, .product-details-holder h2.resp-tab-active span.resp-arrow {
    right: 0;
    font-size: 14px;
}
.resp-arrow, h2.resp-tab-active span.resp-arrow {
    position: absolute;
    right: 20px;
}
.resp-arrow {
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
    top: 20px;
}

.topic-counts .count_info.info-topic::before {
    content: "";
    position: absolute;
    right: -170px;
    bottom: -190px;
    width: 151px;
    height: 255px;
    background: url(/images/help_arrowlong_left.svg) no-repeat;
    background-size: contain;
    background-position: center right;
}
.topic-counts .count_info.info-vedio::before {
    content: "";
    position: absolute;
    left: -170px;
    bottom: -190px;
    width: 151px;
    height: 255px;
    background: url(/images/help_arrowlong_right.svg) no-repeat;
    background-size: contain;
    background-position: center right;
}
.topic-counts .count_info.info-article::before {
    content: "";
    position: absolute;
    right: -170px;
    bottom: 50px;
    width: 143px;
    height: 16px;
    background: url(/images/help_arrowshort_left.svg) no-repeat;
    background-size: contain;
    background-position: center right;
}
.topic-counts .count_info.info-users::before {
    content: "";
    position: absolute;
    left: -170px;
    bottom: 50px;
    width: 143px;
    height: 16px;
    background: url(/images/help_arrowshort_right.svg) no-repeat;
    background-size: contain;
    background-position: center right;
}

.topic-counts .section-content p {
    display: -webkit-box;
    -webkit-line-clamp: 7;
    line-clamp: 7;
    -webkit-box-orient: vertical;
}
.office-address .adrs-cards .adrs-details .phone_label::before {
    content: "";
    width: calc(100% - 50px);
    height: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ebebeb;
}

.round-arrow-list li::before {
    content: "";
    font-family: "icomoon";
    position: absolute;
    left: 0;
    font-size: 14px;
    font-weight: 500;
    color: #bababa;
}
.round-arrow-list li:last-child {
    padding-bottom: 0;
    border: none;
}



/*========================*/
/*RESPONSIVE*/
/*=======================*/

@media only screen and (max-width: 1399px) {
   .our-customer-stories .reviewer-contents::before {
    width: 70px;
    height: 53px;
    top: 50px;
    left: -55px;
} 

.director-quote .quote-holder .quote-text::before {
    left: 120px;
}
.topic-counts .count_info.info-topic::before {
    right: -150px;
}
.topic-counts .count_info.info-vedio::before {
    left: -150px;
}
.topic-counts .count_info.info-article::before {
    right: -150px;
}
.topic-counts .count_info.info-users::before {
    left: -150px;
}
}


@media only screen and (max-width: 768px) {
    h2 {
    font-size: 36px;
}
.right-col {
    justify-content: center;
    gap: 0px;
}
.left-col {
    justify-content: center;
    gap: 20px;
}
.footer-logo img {
    height: 45px;
}
.login-links a {
    font-size: 15px;
}
.social-links {
    gap: 5px;
}
}

.footer-bottom {
    padding: 32px 0 30px;
    border-top: solid 1px #444;
}

.footer-bottom p {
    color: #a9a9a9;
    font-size: 14px;
    margin: 0;
}

.footer-bottom .privacy-links a {
    display: flex;
    color: #a9a9a9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
}
.footer-bottom .privacy-links li {
    position: relative;
    padding-right: 15px;
    margin-right: 15px;
}
.footer-bottom .privacy-links li::after {
    content: "";
    width: 1px;
    height: 17px;
    background: rgba(255,255,255,.2);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.footer-bottom .privacy-links li:last-child::after {
    background: none; 
}

.quick-contact {
    padding: 60px 0 110px 0;
}

@media only screen and (max-width: 1199px) {
.footer-content {
    padding: 50px 0 50px 0;
}
.help-center {
    font-size: 36px;
    font-weight: 700;
}
.quick-contact .heading-label {
    font-size: 28px;
    font-weight: 700;
}
h2 {
    font-size: 40px;
}
.main-menu {
    display: none;
}

.DefaultHeader {
    display: none;
}

.BlogHeader {
    display: none;
}

.banner-logo {
    display: none;
}
.banner-content h1 {
    line-height: 100%;
    font-size: 40px;
    max-width: 490px;
}
.our-customer-stories .review-content p {
    font-size: 20px;
}
.business-outcome .section-holder {
    max-width: 900px;
    padding-left: 350px;
    padding-right: 50px;
}
.our-achievement-count .section-holder {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 50px;
    text-align: center;
}
.director-quote .quote-holder .quote-text::before {
    left: 100px;
}
.topic-counts .count_info.info-article::before {
    right: -90px;
}
.topic-counts .count_info.info-users::before {
    left: -90px;
}
}



@media only screen and (max-width: 1024px) {
    .privacy-links {
    margin-top: 10px;
}
}

@media only screen and (max-width: 991px) {
    .landing-intro .section-content {
    margin-top: 50px;
    padding-left: 0px;
}

 .VideoSection {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

/*.card-item {
    width: 428px;
    margin: 0 auto;
}*/


/*.video-container .rating-demo {
    left: 30%;
}*/

.easy-control-content {
    margin-top: 3rem;
}

.our-customer-stories .review-content::before {
    top: -35px;
    left: unset;
    right: 30px;
    transform: rotate(180deg);
}
.our-customer-stories .reviewer-details {
    border-radius: 20px 20px 0 0;
}
.plan-changer {
    width: 75px;
    height: 33px;
}
.slide-round {
    width: 24px;
    height: 24px;
}
.plan-card {
    padding: 35px 20px 18px 20px;
}

.our-customer-stories .reviewer-contents::before {
    width: 70px;
    height: 53px;
    top: -35px;
    left: unset;
    right: 30px;
    transform: rotate(180deg);
}

.story-image-gallery .slide-nav {
    width: calc(100% + 0px);
    justify-content: center;
    top: inherit;
    bottom: -70px;
}

.director-quote .quote-holder .quote-text::before {
    width: 77px;
    height: 58px;
    left: 45px;
}

.pagination ul li a {
    min-width: 35px;
    height: 35px;
    font-size: 15px;
}

.business--listing .review-links a::after {
    display: none;
}

.primary-link.with-arrow::before {
    display: none;
}

.review-nvitations .primary-link.with-arrow::before {
    display: block;
}
.additional-features-point .item h6::before {
    width: 30px;
    height: 30px;
    top: -3px;
    background-size: 28px;
}

.partners-banner .content--area .text--area .primary-link::before{
    display: block;
}

.our-partners .primary-link.with-arrow::before {
    display: block;
}

.quick-links--card .primary-link.with-arrow::before {
    display: block;
}

.how-can-help .primary-link.with-arrow::before {
    display: block;
}

.info-topic::before {
        display: none;
      }

      .info-article::before {
        display: none;
      }

      .info-vedio::before {
        display: none;
      }

      .info-users::before {
        display: none;
      }

}

@media only screen and (max-width: 767px) {
   h2 {
    font-size: 36px;
} 

.brief-ai-analysis .section-holder {
    padding: 45px 35px;
}

.brief-user-friendly .section-holder {
    padding: 45px 35px;
}

.brief-better-pricing .section-holder {
    padding: 45px 35px;
}
.brief-looks-website .section-holder {
    padding: 45px 35px;
}

.support-content {
    margin-top: 1.5rem;
}
.business-overview .counts-holder {
    flex-direction: column;
}

.webminar-popup .video-thumb {
    border-bottom-left-radius: 0px;
    border-top-right-radius: 20px;
}

.business-outcome .quote {
    width: 250px;
    height: 256px;
    padding: 50px 37px;
    position: unset;
    margin-top: -100px;
    margin-bottom: 30px;
}
.business-outcome .quote h5 {
    font-size: 22px;
    max-width: 320px;
}
.primary-link.with-arrow::before {
    display: none !important;
}
.pagination ul li a {
    width: 20px;
    min-width: auto;
}
.verified-label::after {
    left: 8px;
}
.verified-label {
    font-size: 0px;
    padding: 0;
    height: 28px;
    width: 28px;
    line-height: 28px;
    text-align: center;
}
.partners-banner .content--area .text--area .primary-link::before{
    display: none;
}
}

@media only screen and (max-width: 640px) {
.plan-selector {
    flex-direction: column;
    gap: 5px;
}
}

@media only screen and (max-width: 575px) {
.footer-content {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-columns: auto;
    gap: 1rem;
    align-items: stretch;
    justify-content: center;
    text-align: center;
}

h2 {
    font-size: 30px;
} 

.reviews-overview p {
    width: auto;
}

a.form-button {
    font-size: 0;
    min-width: 45px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.form-button button {
    margin-right: -60px !important;
}

.business-outcome .brief__heading {
    flex-direction: column;
}

.our-achievement-count .section-holder {
    gap: 30px 50px;
}
.our-achievement-count .section-holder .count-holder {
    width: 100%;
}
.director-quote .quote-holder .quote-text::before {
    display: none;
}
.product-review-brief--right .css-b62m3t-container {
    width: 100%;
}

.reviews-overview {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));

}

}

@media only screen and (max-width: 445px) {
.nav-prev, .nav-next {
    width: 40px;
    height: 20px;
}

a.card-btn {
    width: 100%;
    max-width: 368px;
    padding: 24px 30px;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
}


@media only screen and (min-width: 576px) {
    .container, .container-sm {
    max-width: 540px;
}

/*.container, .container-sm {
    max-width: 576px;
}*/
.footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}
}

@media only screen and (min-width: 768px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 720px;
}
.footer-top {
    flex-direction: row;
}
.right-col {
    justify-content: end !important;
}
section.quick-contact .flex {
    flex-direction: row;
}
}

@media only screen and (min-width: 992px) {
.container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
}
/*.left-col {
    justify-content: space-between;
}*/

}


@media only screen and (min-width: 1200px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1140px;
}
}

@media only screen and (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}
.business-outcome .section-holder {
    max-width: 1130px;
    margin-left: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 104px;
    padding-left: 318px;
    position: relative;
}
.brief-ai-analysis img.section-image {
    max-width: 500px !important;
}
}

/*custom*/

.business-overview {
    display: grid !important;
}
.business-overview .counts-holder {
    align-self: flex-end !important;
}
.business-overview .counts-holder .count {
    min-height: 93px!important;
}
.reviews-overview {
    padding-bottom: 65px !important;
    display: grid !important;
}
.reviews-overview .counts-holder {
    align-self: flex-end !important;
}
.reviews-overview .counts-holder .count span {
    line-height: normal !important;
}

.reviews-overview .counts-holder .count span:first-child {
    margin-bottom: 4px;
    display: block;
}
.business-overview {
    padding-bottom: 65px !important;
}
.file\:mr-4::file-selector-button {
  margin-right: 1rem;
}
.file\:rounded::file-selector-button {
  border-radius: 0.25rem;
}
.file\:border-0::file-selector-button {
  border-width: 0px;
}
.file\:bg-\[\#713fff\]::file-selector-button {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 255 / var(--tw-bg-opacity));
}
.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}
.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.file\:font-semibold::file-selector-button {
  font-weight: 600;
}
.file\:text-white::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:hidden::before {
  content: var(--tw-content);
  display: none;
}
.before\:w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}
.before\:bg-\[\#e7e7e7\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:clear-both::after {
  content: var(--tw-content);
  clear: both;
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.first\:border-r:first-child {
  border-right-width: 1px;
}
.first\:border-solid:first-child {
  border-style: solid;
}
.first\:border-\[rgba\(50\2c 50\2c 50\2c 0\.5\)\]:first-child {
  border-color: rgba(50,50,50,0.5);
}
.checked\:border-\[\#713fff\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 255 / var(--tw-border-opacity));
}
.checked\:bg-\[\#713fff\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 255 / var(--tw-bg-opacity));
}
.hover\:border-\[\#713fff\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 255 / var(--tw-border-opacity));
}
.hover\:border-\[\#e5e5e5\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.hover\:bg-\[\#323232\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 50 50 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#5e30db\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 48 219 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#713fff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 255 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#713fffcc\]:hover {
  background-color: #713fffcc;
}
.hover\:bg-\[\#8d65ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 101 255 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#f8f9fa\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 250 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:text-\[\#713fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 255 / var(--tw-text-opacity));
}
.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow:hover {
  --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);
}
.hover\:shadow-\[0px_0px_0px_7px_rgba\(129\2c 129\2c 129\2c 0\.11\)\]:hover {
  --tw-shadow: 0px 0px 0px 7px rgba(129,129,129,0.11);
  --tw-shadow-colored: 0px 0px 0px 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);
}
.hover\:shadow-lg:hover {
  --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);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:file\:bg-\[\#713fff\]::file-selector-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 255 / var(--tw-bg-opacity));
}
.focus\:border-\[\#d6d6d6\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0: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(0px + 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-visible\:border-\[\#d6d6d6\]:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity));
}
.group:hover .group-hover\:left-\[10px\] {
  left: 10px;
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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\:\[animation-play-state\:paused\] {
  animation-play-state: paused;
}
.peer:checked ~ .peer-checked\:translate-x-10 {
  --tw-translate-x: 2.5rem;
  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));
}
.peer:checked ~ .peer-checked\:border-\[\#713fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 255 / var(--tw-border-opacity));
}
.peer:checked ~ .peer-checked\:bg-\[\#ffffff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 576px) {

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

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

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

  .sm\:tracking-\[-0\.2px\] {
    letter-spacing: -0.2px;
  }
}
@media (min-width: 768px) {

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

  .md\:inline {
    display: inline;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .before\:md\:block::before {
    content: var(--tw-content);
    display: block;
  }
}
@media (min-width: 992px) {

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

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

  .lg\:order-none {
    order: 0;
  }

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

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

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

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

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

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

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

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:\!max-w-\[526px\] {
    max-width: 526px !important;
  }

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

  .lg\:grid-cols-\[1\.5fr_1\.6fr_1\.3fr_1\.2fr_1fr\] {
    grid-template-columns: 1.5fr 1.6fr 1.3fr 1.2fr 1fr;
  }

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

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

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

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

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

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

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

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

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

  .lg\:tracking-\[-0\.2px\] {
    letter-spacing: -0.2px;
  }
}
@media (min-width: 1200px) {

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

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

  .llg\:hidden {
    display: none;
  }

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

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

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

  .llg\:w-3\/12 {
    width: 25%;
  }

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

  .llg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .llg\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

  .llg\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .llg\:font-nunito {
    font-family: "Nunito", sans-serif;
  }

  .llg\:\!text-\[36px\] {
    font-size: 36px !important;
  }

  .llg\:\!text-\[45px\] {
    font-size: 45px !important;
  }

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

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

  .llg\:text-\[36px\] {
    font-size: 36px;
  }

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

  .llg\:text-\[44px\] {
    font-size: 44px;
  }

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

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

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

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

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

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

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

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

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

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 1400px) {

  .\32xl\:relative {
    position: relative;
  }

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

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

  .\32xl\:mt-\[100px\] {
    margin-top: 100px;
  }

  .\32xl\:flex {
    display: flex;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-4\/12 {
    width: 33.333333%;
  }

  .\32xl\:w-8\/12 {
    width: 66.666667%;
  }

  .\32xl\:w-\[calc\(25\%-18px\)\] {
    width: calc(25% - 18px);
  }

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

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

  .\32xl\:grid-cols-\[49\%_51\%\] {
    grid-template-columns: 49% 51%;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:\!justify-start {
    justify-content: flex-start !important;
  }

  .\32xl\:gap-\[22px\] {
    gap: 22px;
  }

  .\32xl\:p-\[74px_40px_74px_74px\] {
    padding: 74px 40px 74px 74px;
  }

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

  .\32xl\:\!text-\[52px\] {
    font-size: 52px !important;
  }

  .\32xl\:\!text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }

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

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

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

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

  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1700px) {

  .\33xl\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .\33xl\:pt-\[60px\] {
    padding-top: 60px;
  }
}
@media (max-width: 1699px) {

  .max-3xl\:py-\[105px\] {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .max-3xl\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .max-3xl\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .max-3xl\:pb-\[68px\] {
    padding-bottom: 68px;
  }

  .max-3xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .max-3xl\:pb-\[98px\] {
    padding-bottom: 98px;
  }

  .max-3xl\:pt-\[55px\] {
    padding-top: 55px;
  }

  .max-3xl\:pt-\[65px\] {
    padding-top: 65px;
  }

  .max-3xl\:pt-\[70px\] {
    padding-top: 70px;
  }

  .max-3xl\:pt-\[75px\] {
    padding-top: 75px;
  }

  .max-3xl\:pt-\[80px\] {
    padding-top: 80px;
  }

  .max-3xl\:text-\[24px\] {
    font-size: 24px;
  }

  .max-3xl\:text-\[38px\] {
    font-size: 38px;
  }
}
@media (max-width: 1399px) {

  .max-xxl\:\!left-\[-50px\] {
    left: -50px !important;
  }

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

  .max-xxl\:mb-\[8px\] {
    margin-bottom: 8px;
  }

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

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

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

  .max-xxl\:w-\[35\%\] {
    width: 35%;
  }

  .max-xxl\:w-\[40\%\] {
    width: 40%;
  }

  .max-xxl\:w-\[41\%\] {
    width: 41%;
  }

  .max-xxl\:w-\[456px\] {
    width: 456px;
  }

  .max-xxl\:w-\[59\%\] {
    width: 59%;
  }

  .max-xxl\:w-\[60\%\] {
    width: 60%;
  }

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

  .max-xxl\:w-\[95\%\] {
    width: 95%;
  }

  .max-xxl\:w-\[calc\(33\.33\%-18px\)\] {
    width: calc(33.33% - 18px);
  }

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

  .max-xxl\:max-w-\[1062px\] {
    max-width: 1062px;
  }

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

  .max-xxl\:flex-col {
    flex-direction: column;
  }

  .max-xxl\:items-start {
    align-items: flex-start;
  }

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

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

  .max-xxl\:gap-y-\[40px\] {
    row-gap: 40px;
  }

  .max-xxl\:p-0 {
    padding: 0px;
  }

  .max-xxl\:p-\[40px_30px_20px_30px\] {
    padding: 40px 30px 20px 30px;
  }

  .max-xxl\:p-\[50px\] {
    padding: 50px;
  }

  .max-xxl\:p-\[80px_80px_80px_120px\] {
    padding: 80px 80px 80px 120px;
  }

  .max-xxl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-xxl\:py-\[70px\] {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .max-xxl\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .max-xxl\:pb-\[58px\] {
    padding-bottom: 58px;
  }

  .max-xxl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .max-xxl\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .max-xxl\:pl-\[20px\] {
    padding-left: 20px;
  }

  .max-xxl\:pl-\[400px\] {
    padding-left: 400px;
  }

  .max-xxl\:pr-\[0px\] {
    padding-right: 0px;
  }

  .max-xxl\:pt-\[55px\] {
    padding-top: 55px;
  }

  .max-xxl\:pt-\[65px\] {
    padding-top: 65px;
  }

  .max-xxl\:pt-\[75px\] {
    padding-top: 75px;
  }

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

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

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

  .max-xxl\:text-\[26px\] {
    font-size: 26px;
  }

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

  .max-xxl\:text-\[34px\] {
    font-size: 34px;
  }

  .max-xxl\:text-\[35px\] {
    font-size: 35px;
  }

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

  .max-xxl\:text-\[52px\] {
    font-size: 52px;
  }

  .max-xxl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .max-xxl\:\!leading-\[1\.37\] {
    line-height: 1.37 !important;
  }

  .max-xxl\:leading-\[32px\] {
    line-height: 32px;
  }

  .max-xxl\:tracking-\[-1px\] {
    letter-spacing: -1px;
  }
}
@media (max-width: 1199px) {

  .max-xl\:-top-\[0\.1em\] {
    top: -0.1em;
  }

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

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

  .max-xl\:my-\[20px\] {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .max-xl\:\!mt-\[10px\] {
    margin-top: 10px !important;
  }

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

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

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

  .max-xl\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .max-xl\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .max-xl\:block {
    display: block;
  }

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

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

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

  .max-xl\:h-\[34px\] {
    height: 34px;
  }

  .max-xl\:h-\[42px\] {
    height: 42px;
  }

  .max-xl\:h-\[45px\] {
    height: 45px;
  }

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

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

  .max-xl\:\!w-\[160px\] {
    width: 160px !important;
  }

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

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

  .max-xl\:w-\[30\%\] {
    width: 30%;
  }

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

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

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

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

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

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

  .max-xl\:w-\[calc\(100\%-0px\)\] {
    width: calc(100% - 0px);
  }

  .max-xl\:w-\[calc\(50\%-18px\)\] {
    width: calc(50% - 18px);
  }

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

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

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

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

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

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

  .max-xl\:grid-cols-\[49\%_51\%\] {
    grid-template-columns: 49% 51%;
  }

  .max-xl\:flex-col {
    flex-direction: column;
  }

  .max-xl\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-xl\:items-center {
    align-items: center;
  }

  .max-xl\:justify-around {
    justify-content: space-around;
  }

  .max-xl\:gap-0 {
    gap: 0px;
  }

  .max-xl\:gap-2 {
    gap: 0.5rem;
  }

  .max-xl\:gap-\[12px\] {
    gap: 12px;
  }

  .max-xl\:gap-\[50px\] {
    gap: 50px;
  }

  .max-xl\:gap-\[5px\] {
    gap: 5px;
  }

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

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

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

  .max-xl\:p-0 {
    padding: 0px;
  }

  .max-xl\:p-\[10px_20px_10px_0px\] {
    padding: 10px 20px 10px 0px;
  }

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

  .max-xl\:p-\[20px_18px_20px_5px\] {
    padding: 20px 18px 20px 5px;
  }

  .max-xl\:p-\[20px_20px_40px_20px\] {
    padding: 20px 20px 40px 20px;
  }

  .max-xl\:p-\[23px\] {
    padding: 23px;
  }

  .max-xl\:p-\[25px\] {
    padding: 25px;
  }

  .max-xl\:p-\[35px\] {
    padding: 35px;
  }

  .max-xl\:p-\[38px\] {
    padding: 38px;
  }

  .max-xl\:p-\[60px_24px_30px_24px\] {
    padding: 60px 24px 30px 24px;
  }

  .max-xl\:p-\[70px_70px_85px_100px\] {
    padding: 70px 70px 85px 100px;
  }

  .max-xl\:\!px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max-xl\:\!py-\[15px\] {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .max-xl\:\!py-\[25px\] {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .max-xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-xl\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .max-xl\:px-\[22px\] {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .max-xl\:px-\[35px\] {
    padding-left: 35px;
    padding-right: 35px;
  }

  .max-xl\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .max-xl\:py-\[18px\] {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .max-xl\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .max-xl\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .max-xl\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .max-xl\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-xl\:py-\[55px\] {
    padding-top: 55px;
    padding-bottom: 55px;
  }

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

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

  .max-xl\:\!pb-\[40px\] {
    padding-bottom: 40px !important;
  }

  .max-xl\:\!pl-0 {
    padding-left: 0px !important;
  }

  .max-xl\:pb-\[240px\] {
    padding-bottom: 240px;
  }

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

  .max-xl\:pb-\[48px\] {
    padding-bottom: 48px;
  }

  .max-xl\:pb-\[50px\] {
    padding-bottom: 50px;
  }

  .max-xl\:pb-\[55px\] {
    padding-bottom: 55px;
  }

  .max-xl\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .max-xl\:pb-\[80px\] {
    padding-bottom: 80px;
  }

  .max-xl\:pl-\[0px\] {
    padding-left: 0px;
  }

  .max-xl\:pl-\[40px\] {
    padding-left: 40px;
  }

  .max-xl\:pr-\[0px\] {
    padding-right: 0px;
  }

  .max-xl\:pt-\[120px\] {
    padding-top: 120px;
  }

  .max-xl\:pt-\[140px\] {
    padding-top: 140px;
  }

  .max-xl\:pt-\[26px\] {
    padding-top: 26px;
  }

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

  .max-xl\:pt-\[50px\] {
    padding-top: 50px;
  }

  .max-xl\:pt-\[55px\] {
    padding-top: 55px;
  }

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

  .max-xl\:text-center {
    text-align: center;
  }

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

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

  .max-xl\:\!text-\[17px\] {
    font-size: 17px !important;
  }

  .max-xl\:\!text-\[18px\] {
    font-size: 18px !important;
  }

  .max-xl\:\!text-\[20px\] {
    font-size: 20px !important;
  }

  .max-xl\:\!text-\[30px\] {
    font-size: 30px !important;
  }

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

  .max-xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

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

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

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

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

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

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

  .max-xl\:text-\[30px\] {
    font-size: 30px;
  }

  .max-xl\:text-\[36px\] {
    font-size: 36px;
  }

  .max-xl\:text-\[40px\] {
    font-size: 40px;
  }

  .max-xl\:text-\[54px\] {
    font-size: 54px;
  }

  .max-xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .max-xl\:leading-\[1\.30\] {
    line-height: 1.30;
  }
}
@media (max-width: 991px) {

  .max-l\:relative {
    position: relative;
  }

  .max-l\:\!left-\[-30px\] {
    left: -30px !important;
  }

  .max-l\:order-1 {
    order: 1;
  }

  .max-l\:order-2 {
    order: 2;
  }

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

  .max-l\:\!mr-\[8px\] {
    margin-right: 8px !important;
  }

  .max-l\:\!mt-\[0px\] {
    margin-top: 0px !important;
  }

  .max-l\:\!mt-\[20px\] {
    margin-top: 20px !important;
  }

  .max-l\:\!mt-\[70px\] {
    margin-top: 70px !important;
  }

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

  .max-l\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .max-l\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .max-l\:mb-\[13px\] {
    margin-bottom: 13px;
  }

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

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

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

  .max-l\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .max-l\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-l\:mb-\[5px\] {
    margin-bottom: 5px;
  }

  .max-l\:mb-\[8px\] {
    margin-bottom: 8px;
  }

  .max-l\:ml-\[0px\] {
    margin-left: 0px;
  }

  .max-l\:mr-\[30px\] {
    margin-right: 30px;
  }

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

  .max-l\:mt-\[-235px\] {
    margin-top: -235px;
  }

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

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

  .max-l\:mt-\[15px\] {
    margin-top: 15px;
  }

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

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

  .max-l\:mt-\[35px\] {
    margin-top: 35px;
  }

  .max-l\:mt-\[3rem\] {
    margin-top: 3rem;
  }

  .max-l\:mt-\[40px\] {
    margin-top: 40px;
  }

  .max-l\:mt-\[48px\] {
    margin-top: 48px;
  }

  .max-l\:mt-\[50px\] {
    margin-top: 50px;
  }

  .max-l\:block {
    display: block;
  }

  .max-l\:flex {
    display: flex;
  }

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

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

  .max-l\:h-\[36px\] {
    height: 36px;
  }

  .max-l\:h-\[65px\] {
    height: 65px;
  }

  .max-l\:h-\[85px\] {
    height: 85px;
  }

  .max-l\:\!w-\[60px\] {
    width: 60px !important;
  }

  .max-l\:w-\[300px\] {
    width: 300px;
  }

  .max-l\:w-\[36px\] {
    width: 36px;
  }

  .max-l\:w-\[65px\] {
    width: 65px;
  }

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

  .max-l\:w-\[85px\] {
    width: 85px;
  }

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

  .max-l\:w-\[calc\(100\%\+0px\)\] {
    width: calc(100% + 0px);
  }

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

  .max-l\:max-w-\[420px\] {
    max-width: 420px;
  }

  .max-l\:max-w-\[428px\] {
    max-width: 428px;
  }

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

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

  .max-l\:columns-1 {
    -moz-columns: 1;
         columns: 1;
  }

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

  .max-l\:grid-cols-\[43\%_57\%\] {
    grid-template-columns: 43% 57%;
  }

  .max-l\:flex-col {
    flex-direction: column;
  }

  .max-l\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-l\:items-center {
    align-items: center;
  }

  .max-l\:justify-end {
    justify-content: flex-end;
  }

  .max-l\:justify-center {
    justify-content: center;
  }

  .max-l\:gap-0 {
    gap: 0px;
  }

  .max-l\:gap-6 {
    gap: 1.5rem;
  }

  .max-l\:gap-\[0px\] {
    gap: 0px;
  }

  .max-l\:gap-\[10px\] {
    gap: 10px;
  }

  .max-l\:gap-\[15px\] {
    gap: 15px;
  }

  .max-l\:gap-\[22px\] {
    gap: 22px;
  }

  .max-l\:gap-\[6px\] {
    gap: 6px;
  }

  .max-l\:gap-y-\[25px\] {
    row-gap: 25px;
  }

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

  .max-l\:rounded-bl-\[20px\] {
    border-bottom-left-radius: 20px;
  }

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

  .max-l\:border-r-0 {
    border-right-width: 0px;
  }

  .max-l\:border-r-\[0px\] {
    border-right-width: 0px;
  }

  .max-l\:object-center {
    -o-object-position: center;
       object-position: center;
  }

  .max-l\:p-0 {
    padding: 0px;
  }

  .max-l\:p-\[0px\] {
    padding: 0px;
  }

  .max-l\:p-\[0px_0px_40px_0\] {
    padding: 0px 0px 40px 0;
  }

  .max-l\:p-\[0px_20px_25px_20px\] {
    padding: 0px 20px 25px 20px;
  }

  .max-l\:p-\[25px\] {
    padding: 25px;
  }

  .max-l\:p-\[30px\] {
    padding: 30px;
  }

  .max-l\:p-\[30px_15px_20px_15px\] {
    padding: 30px 15px 20px 15px;
  }

  .max-l\:p-\[30px_15px_30px_15px\] {
    padding: 30px 15px 30px 15px;
  }

  .max-l\:p-\[35px\] {
    padding: 35px;
  }

  .max-l\:p-\[40px\] {
    padding: 40px;
  }

  .max-l\:p-\[80px_45px_50px_45px\] {
    padding: 80px 45px 50px 45px;
  }

  .max-l\:\!px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max-l\:\!px-\[25px\] {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .max-l\:\!px-\[30px\] {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .max-l\:\!px-\[40px\] {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }

  .max-l\:\!py-\[16px\] {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }

  .max-l\:\!py-\[20px\] {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .max-l\:\!py-\[22px\] {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
  }

  .max-l\:\!py-\[8px\] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

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

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

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

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

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

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

  .max-l\:py-\[0px\] {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .max-l\:py-\[22px\] {
    padding-top: 22px;
    padding-bottom: 22px;
  }

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

  .max-l\:py-\[45px\] {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .max-l\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .max-l\:pb-\[38px\] {
    padding-bottom: 38px;
  }

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

  .max-l\:pb-\[50px\] {
    padding-bottom: 50px;
  }

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

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

  .max-l\:pl-\[0px\] {
    padding-left: 0px;
  }

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

  .max-l\:pr-\[0px\] {
    padding-right: 0px;
  }

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

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

  .max-l\:pt-\[38px\] {
    padding-top: 38px;
  }

  .max-l\:pt-\[45px\] {
    padding-top: 45px;
  }

  .max-l\:pt-\[50px\] {
    padding-top: 50px;
  }

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

  .max-l\:text-center {
    text-align: center;
  }

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

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

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

  .max-l\:\!text-\[18px\] {
    font-size: 18px !important;
  }

  .max-l\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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

  .max-l\:text-\[11px\] {
    font-size: 11px;
  }

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

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

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

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

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

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

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

  .max-l\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

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

  .max-l\:leading-\[1\.28\] {
    line-height: 1.28;
  }

  .max-l\:leading-\[21px\] {
    line-height: 21px;
  }

  .max-l\:tracking-\[-\.1px\] {
    letter-spacing: -.1px;
  }
}
@media (max-width: 767px) {

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

  .max-md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

  .max-md\:\!mr-\[0px\] {
    margin-right: 0px !important;
  }

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

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

  .max-md\:mb-\[12px\] {
    margin-bottom: 12px;
  }

  .max-md\:mb-\[13px\] {
    margin-bottom: 13px;
  }

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

  .max-md\:mb-\[2px\] {
    margin-bottom: 2px;
  }

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

  .max-md\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .max-md\:mb-\[8px\] {
    margin-bottom: 8px;
  }

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

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

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

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

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

  .max-md\:mt-\[12px\] {
    margin-top: 12px;
  }

  .max-md\:flex {
    display: flex;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:\!h-\[38px\] {
    height: 38px !important;
  }

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

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

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

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

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

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

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

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

  .max-md\:min-h-\[auto\] {
    min-height: auto;
  }

  .max-md\:\!w-\[calc\(100\%-0px\)\] {
    width: calc(100% - 0px) !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:flex-col {
    flex-direction: column;
  }

  .max-md\:flex-wrap {
    flex-wrap: wrap;
  }

  .max-md\:items-start {
    align-items: flex-start;
  }

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

  .max-md\:justify-center {
    justify-content: center;
  }

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

  .max-md\:gap-\[10px\] {
    gap: 10px;
  }

  .max-md\:gap-\[15px\] {
    gap: 15px;
  }

  .max-md\:gap-\[30px\] {
    gap: 30px;
  }

  .max-md\:gap-\[5px\] {
    gap: 5px;
  }

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

  .max-md\:\!gap-y-\[20px\] {
    row-gap: 20px !important;
  }

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

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

  .max-md\:gap-y-\[0px\] {
    row-gap: 0px;
  }

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

  .max-md\:gap-y-\[12px\] {
    row-gap: 12px;
  }

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

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

  .max-md\:gap-y-\[25px\] {
    row-gap: 25px;
  }

  .max-md\:rounded-\[0px_0px_20px_20px\] {
    border-radius: 0px 0px 20px 20px;
  }

  .max-md\:rounded-\[20px_20px_0px_0px\] {
    border-radius: 20px 20px 0px 0px;
  }

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

  .max-md\:border-\[\#e7e7e7\] {
    --tw-border-opacity: 1;
    border-color: rgb(231 231 231 / var(--tw-border-opacity));
  }

  .max-md\:\!p-0 {
    padding: 0px !important;
  }

  .max-md\:\!p-\[30px\] {
    padding: 30px !important;
  }

  .max-md\:p-0 {
    padding: 0px;
  }

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

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

  .max-md\:p-\[30px_25px_35px_25px\] {
    padding: 30px 25px 35px 25px;
  }

  .max-md\:p-\[35px_35px_44px_35px\] {
    padding: 35px 35px 44px 35px;
  }

  .max-md\:p-\[4px_7px_4px_0px\] {
    padding: 4px 7px 4px 0px;
  }

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

  .max-md\:\!px-\[15px\] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .max-md\:\!px-\[20px\] {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .max-md\:\!px-\[50px\] {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

  .max-md\:\!py-\[8px\] {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

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

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

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

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

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

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

  .max-md\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

  .max-md\:py-\[35px\] {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .max-md\:py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .max-md\:py-\[4px\] {
    padding-top: 4px;
    padding-bottom: 4px;
  }

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

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

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

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

  .max-md\:pl-\[0px\] {
    padding-left: 0px;
  }

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

  .max-md\:pr-0 {
    padding-right: 0px;
  }

  .max-md\:pr-\[0px\] {
    padding-right: 0px;
  }

  .max-md\:pt-\[90px\] {
    padding-top: 90px;
  }

  .max-md\:text-left {
    text-align: left;
  }

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

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

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

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

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

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

  .max-md\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

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

  .max-md\:\!leading-\[1\.10\] {
    line-height: 1.10 !important;
  }

  .max-md\:\!leading-\[55px\] {
    line-height: 55px !important;
  }

  .max-md\:leading-\[1\.30\] {
    line-height: 1.30;
  }

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

  .max-md\:leading-\[34px\] {
    line-height: 34px;
  }
}
@media (max-width: 640px) {

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

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

  .max-mmd\:flex-col {
    flex-direction: column;
  }

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

  .max-mmd\:p-\[40px_15px_30px_15px\] {
    padding: 40px 15px 30px 15px;
  }

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

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

  .max-mmd\:py-\[24px\] {
    padding-top: 24px;
    padding-bottom: 24px;
  }

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

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

  .max-mmd\:pt-\[40px\] {
    padding-top: 40px;
  }

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

  .max-mmd\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 575px) {

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

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

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

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

  .max-sm\:mt-\[15px\] {
    margin-top: 15px;
  }

  .max-sm\:hidden {
    display: none;
  }

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

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

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

  .max-sm\:max-w-\[320px\] {
    max-width: 320px;
  }

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

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

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

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

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

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

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

  .max-sm\:p-\[60px_15px_40px_15px\] {
    padding: 60px 15px 40px 15px;
  }

  .max-sm\:\!px-\[10px\] {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .max-sm\:\!py-\[30px\] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

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

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

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

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

  .max-sm\:pb-\[50px\] {
    padding-bottom: 50px;
  }

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

  .max-sm\:pl-\[17px\] {
    padding-left: 17px;
  }

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

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

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

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

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

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

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

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

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

  .max-sm\:text-\[30px\] {
    font-size: 30px;
  }

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

  .max-sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (max-width: 480px) {

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

  .max-480\:flex {
    display: flex;
  }

  .max-480\:max-w-\[280px\] {
    max-width: 280px;
  }

  .max-480\:items-center {
    align-items: center;
  }

  .max-480\:px-\[5px\] {
    padding-left: 5px;
    padding-right: 5px;
  }

  .max-480\:text-\[12px\] {
    font-size: 12px;
  }
}
@media (max-width: 445px) {

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





/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin"],"variable":"--font-inter","weight":["400","500","600","700","800"],"display":"swap"}],"variableName":"inter"} ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_48b81b {font-family: 'Inter', 'Inter Fallback';font-style: normal
}.__variable_48b81b {--font-inter: 'Inter', 'Inter Fallback'
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/font/google/target.css?{"path":"app/layout.tsx","import":"Nunito","arguments":[{"subsets":["latin"],"variable":"--font-nunito","weight":["400","500","600","700","800"],"display":"swap"}],"variableName":"nunito"} ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/abfec168c8990f67-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/3131c862d4942660-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e1694c6cb47c173f-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/abfec168c8990f67-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/3131c862d4942660-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/e1694c6cb47c173f-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/abfec168c8990f67-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/3131c862d4942660-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/e1694c6cb47c173f-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/abfec168c8990f67-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/3131c862d4942660-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/e1694c6cb47c173f-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/abfec168c8990f67-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/3131c862d4942660-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/6a9c36ea9dc9b36b-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/e1694c6cb47c173f-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/_next/static/media/ee40bb094c99a29a-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Nunito Fallback';src: local("Arial");ascent-override: 99.71%;descent-override: 34.82%;line-gap-override: 0.00%;size-adjust: 101.39%
}.__className_ba5569 {font-family: 'Nunito', 'Nunito Fallback';font-style: normal
}.__variable_ba5569 {--font-nunito: 'Nunito', 'Nunito Fallback'
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!../../.pnpm/next@15.2.5_@babel+core@7.28.4_babel-plugin-macros@3.1.0_react-dom@19.0.0_react@19.0.0__react@19.0.0_sass@1.93.2/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./public/fonts/icomoon/style.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: 'icomoon';
  src:  url('/fonts/icomoon/icomoon.eot');
  src:  url('/fonts/icomoon/icomoon.eot') format('embedded-opentype'),
    url('/fonts/icomoon/icomoon.ttf') format('truetype'),
    url('/fonts/icomoon/icomoon.woff') format('woff'),
    url('/fonts/icomoon/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-link-arrow:before {
  content: "\e92d";
}
.icon-arrow-round-sm:before {
  content: "\e92e";
}
.icon-view-solid:before {
  content: "\e929";
}
.icon-comment-solid:before {
  content: "\e92a";
}
.icon-like-solid:before {
  content: "\e92b";
}
.icon-share-solid:before {
  content: "\e92c";
}
.icon-verified:before {
  content: "\e928";
}
.icon-flag:before {
  content: "\e90a";
}
.icon-like:before {
  content: "\e90b";
}
.icon-pay-extra:before {
  content: "\e91f";
}
.icon-phone:before {
  content: "\e920";
}
.icon-share:before {
  content: "\e921";
}
.icon-time:before {
  content: "\e922";
}
.icon-ask:before {
  content: "\e923";
}
.icon-calendar:before {
  content: "\e924";
}
.icon-chat2:before {
  content: "\e925";
}
.icon-filter:before {
  content: "\e926";
}
.icon-attach-light:before {
  content: "\e927";
}
.icon-headphone:before {
  content: "\e91e";
}
.icon-arrow-long-left2:before {
  content: "\e91b";
}
.icon-arrow-long-right2:before {
  content: "\e91c";
}
.icon-envelope-open2:before {
  content: "\e91d";
}
.icon-attach:before {
  content: "\e91a";
}
.icon-point .path1:before {
  content: "\e915";
  color: rgb(255, 255, 255);
}
.icon-point .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-point .path3:before {
  content: "\e917";
  margin-left: -1em;
  color: rgb(0, 0, 0);
}
.icon-search:before {
  content: "\e918";
}
.icon-location:before {
  content: "\e919";
}
.icon-arrow-round-left:before {
  content: "\e906";
}
.icon-arrow-round-right:before {
  content: "\e907";
}
.icon-arrow-round-up:before {
  content: "\e908";
}
.icon-arrow-round-down:before {
  content: "\e909";
}
.icon-cross:before {
  content: "\e905";
}
.icon-chat:before {
  content: "\e900";
}
.icon-social-fb:before {
  content: "\e901";
}
.icon-social-insta:before {
  content: "\e902";
}
.icon-social-x:before {
  content: "\e903";
}
.icon-social-linkedin:before {
  content: "\e904";
}
.icon-keyboard_arrow_up:before {
  content: "\e90f";
}
.icon-keyboard_arrow_right:before {
  content: "\e910";
}
.icon-keyboard_arrow_left:before {
  content: "\e911";
}
.icon-keyboard_arrow_down:before {
  content: "\e912";
}
.icon-arrow-thin-right:before {
  content: "\e90c";
}
.icon-arrow-thin-left:before {
  content: "\e90d";
}
.icon-check:before {
  content: "\e90e";
}
.icon-star:before {
  content: "\e913";
}
.icon-envelope-open-o:before {
  content: "\e914";
}

