/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.5_@babel+core@7.26.10_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.86.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/.pnpm/next@14.2.5_@babel+core@7.26.10_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.86.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./node_modules/.pnpm/react-perfect-scrollbar@1.5.8_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/react-perfect-scrollbar/dist/css/styles.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.scrollbar-container {
  position: relative;
  height: 100%; }

/*# sourceMappingURL=styles.css.map*/
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.2.5_@babel+core@7.26.10_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.86.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/.pnpm/next@14.2.5_@babel+core@7.26.10_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.86.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./src/app/globals.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
*, ::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%;
}
@media (min-width: 600px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}
#__next .pointer-events-none {
  pointer-events: none;
}
#__next .visible {
  visibility: visible;
}
#__next .invisible {
  visibility: hidden;
}
#__next .\!collapse {
  visibility: collapse !important;
}
#__next .collapse {
  visibility: collapse;
}
#__next .static {
  position: static;
}
#__next .fixed {
  position: fixed;
}
#__next .absolute {
  position: absolute;
}
#__next .relative {
  position: relative;
}
#__next .sticky {
  position: sticky;
}
#__next .inset-0 {
  inset: 0px;
}
#__next .bottom-0 {
  bottom: 0px;
}
#__next .bottom-3 {
  bottom: 0.75rem;
}
#__next .bottom-\[10px\] {
  bottom: 10px;
}
#__next .bottom-\[30px\] {
  bottom: 30px;
}
#__next .bottom-\[4\%\] {
  bottom: 4%;
}
#__next .bottom-\[5\%\] {
  bottom: 5%;
}
#__next .bottom-\[50\%\] {
  bottom: 50%;
}
#__next .bottom-\[55px\] {
  bottom: 55px;
}
#__next .bottom-\[70px\] {
  bottom: 70px;
}
#__next .bottom-\[75px\] {
  bottom: 75px;
}
#__next .end-0 {
  inset-inline-end: 0px;
}
#__next .end-1\/2 {
  inset-inline-end: 50%;
}
#__next .end-5 {
  inset-inline-end: 1.25rem;
}
#__next .left-1\/2 {
  left: 50%;
}
#__next .left-4 {
  left: 1rem;
}
#__next .left-\[-47px\] {
  left: -47px;
}
#__next .left-\[-50px\] {
  left: -50px;
}
#__next .left-\[0px\] {
  left: 0px;
}
#__next .left-\[10px\] {
  left: 10px;
}
#__next .left-\[20px\] {
  left: 20px;
}
#__next .left-\[50\%\] {
  left: 50%;
}
#__next .right-\[15px\] {
  right: 15px;
}
#__next .right-\[20px\] {
  right: 20px;
}
#__next .right-\[50\%\] {
  right: 50%;
}
#__next .right-\[70px\] {
  right: 70px;
}
#__next .right-full {
  right: 100%;
}
#__next .start-12 {
  inset-inline-start: 3rem;
}
#__next .start-2 {
  inset-inline-start: 0.5rem;
}
#__next .start-\[11px\] {
  inset-inline-start: 11px;
}
#__next .top-1 {
  top: 0.25rem;
}
#__next .top-1\/2 {
  top: 50%;
}
#__next .top-12 {
  top: 3rem;
}
#__next .top-4 {
  top: 1rem;
}
#__next .top-5 {
  top: 1.25rem;
}
#__next .top-\[-29px\] {
  top: -29px;
}
#__next .top-\[-33px\] {
  top: -33px;
}
#__next .top-\[10px\] {
  top: 10px;
}
#__next .top-\[127px\] {
  top: 127px;
}
#__next .top-\[15px\] {
  top: 15px;
}
#__next .top-\[20px\] {
  top: 20px;
}
#__next .top-\[88px\] {
  top: 88px;
}
#__next .-z-20 {
  z-index: -20;
}
#__next .z-0 {
  z-index: 0;
}
#__next .z-10 {
  z-index: 10;
}
#__next .z-\[-1\] {
  z-index: -1;
}
#__next .z-\[1001\] {
  z-index: 1001;
}
#__next .z-\[1201\] {
  z-index: 1201;
}
#__next .z-\[12\] {
  z-index: 12;
}
#__next .z-\[1\] {
  z-index: 1;
}
#__next .z-\[cal\(var\(--mui-zIndex-mobileStepper\)-1\)\] {
  z-index: cal(var(--mui-zIndex-mobileStepper)-1);
}
#__next .-order-1 {
  order: -1;
}
#__next .order-1 {
  order: 1;
}
#__next .order-2 {
  order: 2;
}
#__next .m-0 {
  margin: 0px;
}
#__next .m-3 {
  margin: 0.75rem;
}
#__next .m-\[5px\] {
  margin: 5px;
}
#__next .m-auto {
  margin: auto;
}
#__next .mx-\[12px\] {
  margin-left: 12px;
  margin-right: 12px;
}
#__next .mx-\[24px\] {
  margin-left: 24px;
  margin-right: 24px;
}
#__next .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#__next .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
#__next .\!mb-4 {
  margin-bottom: 1rem !important;
}
#__next .mb-\[-15px\] {
  margin-bottom: -15px;
}
#__next .mb-\[100px\] {
  margin-bottom: 100px;
}
#__next .mb-\[10px\] {
  margin-bottom: 10px;
}
#__next .mb-\[12px\] {
  margin-bottom: 12px;
}
#__next .mb-\[132px\] {
  margin-bottom: 132px;
}
#__next .mb-\[16px\] {
  margin-bottom: 16px;
}
#__next .mb-\[20px\] {
  margin-bottom: 20px;
}
#__next .mb-\[21px\] {
  margin-bottom: 21px;
}
#__next .mb-\[22px\] {
  margin-bottom: 22px;
}
#__next .mb-\[23px\] {
  margin-bottom: 23px;
}
#__next .mb-\[24px\] {
  margin-bottom: 24px;
}
#__next .mb-\[26px\] {
  margin-bottom: 26px;
}
#__next .mb-\[28px\] {
  margin-bottom: 28px;
}
#__next .mb-\[30px\] {
  margin-bottom: 30px;
}
#__next .mb-\[32px\] {
  margin-bottom: 32px;
}
#__next .mb-\[35px\] {
  margin-bottom: 35px;
}
#__next .mb-\[37px\] {
  margin-bottom: 37px;
}
#__next .mb-\[44px\] {
  margin-bottom: 44px;
}
#__next .mb-\[5px\] {
  margin-bottom: 5px;
}
#__next .mb-\[6px\] {
  margin-bottom: 6px;
}
#__next .mb-\[82px\] {
  margin-bottom: 82px;
}
#__next .mb-\[8px\] {
  margin-bottom: 8px;
}
#__next .mb-\[90px\] {
  margin-bottom: 90px;
}
#__next .ml-0 {
  margin-left: 0px;
}
#__next .ml-5 {
  margin-left: 1.25rem;
}
#__next .ml-\[-4px\] {
  margin-left: -4px;
}
#__next .mr-\[10px\] {
  margin-right: 10px;
}
#__next .mr-\[11px\] {
  margin-right: 11px;
}
#__next .mr-\[9px\] {
  margin-right: 9px;
}
#__next .mt-0 {
  margin-top: 0px;
}
#__next .mt-2 {
  margin-top: 0.5rem;
}
#__next .mt-4 {
  margin-top: 1rem;
}
#__next .mt-\[-10px\] {
  margin-top: -10px;
}
#__next .mt-\[-3px\] {
  margin-top: -3px;
}
#__next .mt-\[-61px\] {
  margin-top: -61px;
}
#__next .mt-\[-8px\] {
  margin-top: -8px;
}
#__next .mt-\[0px\] {
  margin-top: 0px;
}
#__next .mt-\[10px\] {
  margin-top: 10px;
}
#__next .mt-\[15px\] {
  margin-top: 15px;
}
#__next .mt-\[16px\] {
  margin-top: 16px;
}
#__next .mt-\[18px\] {
  margin-top: 18px;
}
#__next .mt-\[19px\] {
  margin-top: 19px;
}
#__next .mt-\[20px\] {
  margin-top: 20px;
}
#__next .mt-\[22px\] {
  margin-top: 22px;
}
#__next .mt-\[24px\] {
  margin-top: 24px;
}
#__next .mt-\[29px\] {
  margin-top: 29px;
}
#__next .mt-\[30px\] {
  margin-top: 30px;
}
#__next .mt-\[34px\] {
  margin-top: 34px;
}
#__next .mt-\[36px\] {
  margin-top: 36px;
}
#__next .mt-\[39px\] {
  margin-top: 39px;
}
#__next .mt-\[40px\] {
  margin-top: 40px;
}
#__next .mt-\[42px\] {
  margin-top: 42px;
}
#__next .mt-\[50px\] {
  margin-top: 50px;
}
#__next .mt-\[5px\] {
  margin-top: 5px;
}
#__next .mt-\[80px\] {
  margin-top: 80px;
}
#__next .line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#__next .block {
  display: block;
}
#__next .inline-block {
  display: inline-block;
}
#__next .inline {
  display: inline;
}
#__next .flex {
  display: flex;
}
#__next .inline-flex {
  display: inline-flex;
}
#__next .table {
  display: table;
}
#__next .grid {
  display: grid;
}
#__next .hidden {
  display: none;
}
#__next .h-5 {
  height: 1.25rem;
}
#__next .h-\[100\%\] {
  height: 100%;
}
#__next .h-\[118px\] {
  height: 118px;
}
#__next .h-\[18px\] {
  height: 18px;
}
#__next .h-\[201px\] {
  height: 201px;
}
#__next .h-\[20px\] {
  height: 20px;
}
#__next .h-\[240px\] {
  height: 240px;
}
#__next .h-\[246px\] {
  height: 246px;
}
#__next .h-\[24px\] {
  height: 24px;
}
#__next .h-\[280px\] {
  height: 280px;
}
#__next .h-\[2px\] {
  height: 2px;
}
#__next .h-\[30px\] {
  height: 30px;
}
#__next .h-\[320px\] {
  height: 320px;
}
#__next .h-\[32px\] {
  height: 32px;
}
#__next .h-\[390px\] {
  height: 390px;
}
#__next .h-\[40px\] {
  height: 40px;
}
#__next .h-\[41px\] {
  height: 41px;
}
#__next .h-\[46px\] {
  height: 46px;
}
#__next .h-\[48px\] {
  height: 48px;
}
#__next .h-\[49px\] {
  height: 49px;
}
#__next .h-\[60px\] {
  height: 60px;
}
#__next .h-\[77px\] {
  height: 77px;
}
#__next .h-\[83vh\] {
  height: 83vh;
}
#__next .h-\[96px\] {
  height: 96px;
}
#__next .h-\[auto\] {
  height: auto;
}
#__next .h-auto {
  height: auto;
}
#__next .h-full {
  height: 100%;
}
#__next .max-h-\[600px\] {
  max-height: 600px;
}
#__next .max-h-screen {
  max-height: 100vh;
}
#__next .min-h-\[41px\] {
  min-height: 41px;
}
#__next .w-\[100\%\] {
  width: 100%;
}
#__next .w-\[104\%\] {
  width: 104%;
}
#__next .w-\[157px\] {
  width: 157px;
}
#__next .w-\[18px\] {
  width: 18px;
}
#__next .w-\[200px\] {
  width: 200px;
}
#__next .w-\[224px\] {
  width: 224px;
}
#__next .w-\[232px\] {
  width: 232px;
}
#__next .w-\[24px\] {
  width: 24px;
}
#__next .w-\[328px\] {
  width: 328px;
}
#__next .w-\[32px\] {
  width: 32px;
}
#__next .w-\[339px\] {
  width: 339px;
}
#__next .w-\[36px\] {
  width: 36px;
}
#__next .w-\[376px\] {
  width: 376px;
}
#__next .w-\[40px\] {
  width: 40px;
}
#__next .w-\[42px\] {
  width: 42px;
}
#__next .w-\[50\%\] {
  width: 50%;
}
#__next .w-\[68px\] {
  width: 68px;
}
#__next .w-\[77px\] {
  width: 77px;
}
#__next .w-\[79px\] {
  width: 79px;
}
#__next .w-\[80px\] {
  width: 80px;
}
#__next .w-\[89px\] {
  width: 89px;
}
#__next .w-full {
  width: 100%;
}
#__next .w-px {
  width: 1px;
}
#__next .min-w-\[160px\] {
  min-width: 160px;
}
#__next .min-w-\[32px\] {
  min-width: 32px;
}
#__next .min-w-\[36px\] {
  min-width: 36px;
}
#__next .min-w-\[40px\] {
  min-width: 40px;
}
#__next .max-w-\[1200px\] {
  max-width: 1200px;
}
#__next .max-w-\[122px\] {
  max-width: 122px;
}
#__next .max-w-\[1248px\] {
  max-width: 1248px;
}
#__next .max-w-\[126px\] {
  max-width: 126px;
}
#__next .max-w-\[256px\] {
  max-width: 256px;
}
#__next .max-w-\[273px\] {
  max-width: 273px;
}
#__next .max-w-\[309px\] {
  max-width: 309px;
}
#__next .max-w-\[346px\] {
  max-width: 346px;
}
#__next .max-w-\[416px\] {
  max-width: 416px;
}
#__next .max-w-\[464px\] {
  max-width: 464px;
}
#__next .max-w-\[549px\] {
  max-width: 549px;
}
#__next .max-w-\[559px\] {
  max-width: 559px;
}
#__next .max-w-\[572px\] {
  max-width: 572px;
}
#__next .max-w-\[600px\] {
  max-width: 600px;
}
#__next .max-w-\[640px\] {
  max-width: 640px;
}
#__next .max-w-\[65\%\] {
  max-width: 65%;
}
#__next .max-w-\[650px\] {
  max-width: 650px;
}
#__next .max-w-\[75\%\] {
  max-width: 75%;
}
#__next .max-w-\[760px\] {
  max-width: 760px;
}
#__next .max-w-\[790px\] {
  max-width: 790px;
}
#__next .max-w-\[800px\] {
  max-width: 800px;
}
#__next .max-w-\[850px\] {
  max-width: 850px;
}
#__next .max-w-\[870px\] {
  max-width: 870px;
}
#__next .max-w-\[875px\] {
  max-width: 875px;
}
#__next .max-w-\[942px\] {
  max-width: 942px;
}
#__next .max-w-\[calc\(100\%-5\.75rem\)\] {
  max-width: calc(100% - 5.75rem);
}
#__next .max-w-\[calc\(1200px_\+_3rem\)\] {
  max-width: calc(1200px + 3rem);
}
#__next .flex-1 {
  flex: 1 1 0%;
}
#__next .flex-auto {
  flex: 1 1 auto;
}
#__next .shrink {
  flex-shrink: 1;
}
#__next .flex-grow {
  flex-grow: 1;
}
#__next .grow {
  flex-grow: 1;
}
#__next .basis-full {
  flex-basis: 100%;
}
#__next .-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));
}
#__next .-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));
}
#__next .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));
}
#__next .translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .translate-x-\[35\%\] {
  --tw-translate-x: 35%;
  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));
}
#__next .translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .-rotate-90 {
  --tw-rotate: -90deg;
  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));
}
#__next .rotate-90 {
  --tw-rotate: 90deg;
  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));
}
#__next .scale-\[1\.2\] {
  --tw-scale-x: 1.2;
  --tw-scale-y: 1.2;
  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));
}
#__next .scale-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#__next .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));
}
#__next .cursor-grab {
  cursor: grab;
}
#__next .cursor-pointer {
  cursor: pointer;
}
#__next .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#__next .resize {
  resize: both;
}
#__next .list-disc {
  list-style-type: disc;
}
#__next .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
#__next .grid-cols-\[1\.5rem_1fr\] {
  grid-template-columns: 1.5rem 1fr;
}
#__next .flex-row {
  flex-direction: row;
}
#__next .flex-row-reverse {
  flex-direction: row-reverse;
}
#__next .flex-col {
  flex-direction: column;
}
#__next .flex-col-reverse {
  flex-direction: column-reverse;
}
#__next .flex-wrap {
  flex-wrap: wrap;
}
#__next .flex-nowrap {
  flex-wrap: nowrap;
}
#__next .place-content-between {
  place-content: space-between;
}
#__next .\!items-start {
  align-items: flex-start !important;
}
#__next .items-start {
  align-items: flex-start;
}
#__next .items-end {
  align-items: flex-end;
}
#__next .items-center {
  align-items: center;
}
#__next .items-baseline {
  align-items: baseline;
}
#__next .justify-normal {
  justify-content: normal;
}
#__next .justify-start {
  justify-content: flex-start;
}
#__next .justify-end {
  justify-content: flex-end;
}
#__next .justify-center {
  justify-content: center;
}
#__next .justify-between {
  justify-content: space-between;
}
#__next .justify-around {
  justify-content: space-around;
}
#__next .justify-evenly {
  justify-content: space-evenly;
}
#__next .gap-0 {
  gap: 0px;
}
#__next .gap-0\.5 {
  gap: 0.125rem;
}
#__next .gap-1 {
  gap: 0.25rem;
}
#__next .gap-1\.5 {
  gap: 0.375rem;
}
#__next .gap-10 {
  gap: 2.5rem;
}
#__next .gap-11 {
  gap: 2.75rem;
}
#__next .gap-12 {
  gap: 3rem;
}
#__next .gap-14 {
  gap: 3.5rem;
}
#__next .gap-16 {
  gap: 4rem;
}
#__next .gap-2 {
  gap: 0.5rem;
}
#__next .gap-2\.5 {
  gap: 0.625rem;
}
#__next .gap-3 {
  gap: 0.75rem;
}
#__next .gap-4 {
  gap: 1rem;
}
#__next .gap-5 {
  gap: 1.25rem;
}
#__next .gap-6 {
  gap: 1.5rem;
}
#__next .gap-7 {
  gap: 1.75rem;
}
#__next .gap-8 {
  gap: 2rem;
}
#__next .gap-\[0\] {
  gap: 0;
}
#__next .gap-\[1\.3125rem\] {
  gap: 1.3125rem;
}
#__next .gap-\[1\.4063rem\] {
  gap: 1.4063rem;
}
#__next .gap-\[1\.625rem\] {
  gap: 1.625rem;
}
#__next .gap-\[10px\] {
  gap: 10px;
}
#__next .gap-\[11px\] {
  gap: 11px;
}
#__next .gap-\[13px\] {
  gap: 13px;
}
#__next .gap-\[16px\] {
  gap: 16px;
}
#__next .gap-\[18px\] {
  gap: 18px;
}
#__next .gap-\[1px\] {
  gap: 1px;
}
#__next .gap-\[20px\] {
  gap: 20px;
}
#__next .gap-\[21px\] {
  gap: 21px;
}
#__next .gap-\[24px\] {
  gap: 24px;
}
#__next .gap-\[25px\] {
  gap: 25px;
}
#__next .gap-\[26\.41px\] {
  gap: 26.41px;
}
#__next .gap-\[26px\] {
  gap: 26px;
}
#__next .gap-\[27px\] {
  gap: 27px;
}
#__next .gap-\[28px\] {
  gap: 28px;
}
#__next .gap-\[30px\] {
  gap: 30px;
}
#__next .gap-\[32px\] {
  gap: 32px;
}
#__next .gap-\[34px\] {
  gap: 34px;
}
#__next .gap-\[35px\] {
  gap: 35px;
}
#__next .gap-\[36px\] {
  gap: 36px;
}
#__next .gap-\[37px\] {
  gap: 37px;
}
#__next .gap-\[40px\] {
  gap: 40px;
}
#__next .gap-\[41px\] {
  gap: 41px;
}
#__next .gap-\[43px\] {
  gap: 43px;
}
#__next .gap-\[45px\] {
  gap: 45px;
}
#__next .gap-\[48px\] {
  gap: 48px;
}
#__next .gap-\[4px\] {
  gap: 4px;
}
#__next .gap-\[56px\] {
  gap: 56px;
}
#__next .gap-\[5px\] {
  gap: 5px;
}
#__next .gap-\[64px\] {
  gap: 64px;
}
#__next .gap-\[6px\] {
  gap: 6px;
}
#__next .gap-\[7px\] {
  gap: 7px;
}
#__next .gap-\[8px\] {
  gap: 8px;
}
#__next .gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
#__next .gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
#__next .gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
#__next .gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
#__next .gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
#__next .gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
#__next .gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
#__next .gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
#__next .gap-x-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}
#__next .gap-y-1 {
  row-gap: 0.25rem;
}
#__next .gap-y-12 {
  row-gap: 3rem;
}
#__next .gap-y-2 {
  row-gap: 0.5rem;
}
#__next .gap-y-3 {
  row-gap: 0.75rem;
}
#__next .gap-y-4 {
  row-gap: 1rem;
}
#__next .gap-y-5 {
  row-gap: 1.25rem;
}
#__next .gap-y-6 {
  row-gap: 1.5rem;
}
#__next .gap-y-8 {
  row-gap: 2rem;
}
#__next .place-self-center {
  place-self: center;
}
#__next .self-auto {
  align-self: auto;
}
#__next .self-start {
  align-self: flex-start;
}
#__next .self-end {
  align-self: flex-end;
}
#__next .self-center {
  align-self: center;
}
#__next .self-baseline {
  align-self: baseline;
}
#__next .justify-self-start {
  justify-self: start;
}
#__next .justify-self-center {
  justify-self: center;
}
#__next .overflow-auto {
  overflow: auto;
}
#__next .overflow-hidden {
  overflow: hidden;
}
#__next .overflow-visible {
  overflow: visible;
}
#__next .overflow-x-auto {
  overflow-x: auto;
}
#__next .overflow-y-auto {
  overflow-y: auto;
}
#__next .overflow-x-hidden {
  overflow-x: hidden;
}
#__next .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#__next .overflow-ellipsis {
  text-overflow: ellipsis;
}
#__next .whitespace-nowrap {
  white-space: nowrap;
}
#__next .whitespace-pre-wrap {
  white-space: pre-wrap;
}
#__next .whitespace-break-spaces {
  white-space: break-spaces;
}
#__next .text-wrap {
  text-wrap: wrap;
}
#__next .text-nowrap {
  text-wrap: nowrap;
}
#__next .break-words {
  overflow-wrap: break-word;
}
#__next .break-all {
  word-break: break-all;
}
#__next .rounded {
  border-radius: 0.625rem;
}
#__next .rounded-2xl {
  border-radius: 0.75rem;
}
#__next .rounded-\[10px\] {
  border-radius: 10px;
}
#__next .rounded-\[15px\] {
  border-radius: 15px;
}
#__next .rounded-\[16px\] {
  border-radius: 16px;
}
#__next .rounded-\[20px\] {
  border-radius: 20px;
}
#__next .rounded-\[4px\] {
  border-radius: 4px;
}
#__next .rounded-full {
  border-radius: 9999px;
}
#__next .rounded-lg {
  border-radius: var(--mui-shape-customBorderRadius-lg);
}
#__next .rounded-md {
  border-radius: var(--mui-shape-customBorderRadius-md);
}
#__next .rounded-none {
  border-radius: 0px;
}
#__next .rounded-sm {
  border-radius: var(--mui-shape-customBorderRadius-sm);
}
#__next .rounded-b-lg {
  border-bottom-right-radius: var(--mui-shape-customBorderRadius-lg);
  border-bottom-left-radius: var(--mui-shape-customBorderRadius-lg);
}
#__next .rounded-e-lg {
  border-start-end-radius: var(--mui-shape-customBorderRadius-lg);
  border-end-end-radius: var(--mui-shape-customBorderRadius-lg);
}
#__next .rounded-s-lg {
  border-start-start-radius: var(--mui-shape-customBorderRadius-lg);
  border-end-start-radius: var(--mui-shape-customBorderRadius-lg);
}
#__next .rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#__next .rounded-ee-none {
  border-end-end-radius: 0px;
}
#__next .rounded-se-none {
  border-start-end-radius: 0px;
}
#__next .border {
  border-width: 1px;
}
#__next .border-0 {
  border-width: 0px;
}
#__next .border-2 {
  border-width: 2px;
}
#__next .border-\[1px\] {
  border-width: 1px;
}
#__next .border-\[2px\] {
  border-width: 2px;
}
#__next .border-\[3px\] {
  border-width: 3px;
}
#__next .border-\[5px\] {
  border-width: 5px;
}
#__next .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#__next .border-b {
  border-bottom-width: 1px;
}
#__next .border-b-\[1px\] {
  border-bottom-width: 1px;
}
#__next .border-t-\[1px\] {
  border-top-width: 1px;
}
#__next .border-solid {
  border-style: solid;
}
#__next .border-dashed {
  border-style: dashed;
}
#__next .border-\[\#3784FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(55 132 255 / var(--tw-border-opacity));
}
#__next .border-\[\#4C82FA\] {
  --tw-border-opacity: 1;
  border-color: rgb(76 130 250 / var(--tw-border-opacity));
}
#__next .border-\[\#E0E0E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity));
}
#__next .border-\[\#EBEBEC\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 236 / var(--tw-border-opacity));
}
#__next .border-\[\#FA0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(250 0 0 / var(--tw-border-opacity));
}
#__next .border-\[var\(--mui-palette-primary-main\)\] {
  border-color: var(--mui-palette-primary-main);
}
#__next .border-backgroundPaper {
  border-color: var(--mui-palette-background-paper);
}
#__next .border-primary {
  border-color: var(--primary-color);
}
#__next .\!bg-transparent {
  background-color: transparent !important;
}
#__next .bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#__next .bg-\[\#4C82FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 130 250 / var(--tw-bg-opacity));
}
#__next .bg-\[\#D497ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 151 237 / var(--tw-bg-opacity));
}
#__next .bg-\[\#ECF6FE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 246 254 / var(--tw-bg-opacity));
}
#__next .bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
#__next .bg-\[\#F2F6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 246 255 / var(--tw-bg-opacity));
}
#__next .bg-\[\#F6F8FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 248 250 / var(--tw-bg-opacity));
}
#__next .bg-\[\#FFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#__next .bg-\[var\(--mui-palette-customColors-chatBg\)\] {
  background-color: var(--mui-palette-customColors-chatBg);
}
#__next .bg-\[var\(--mui-palette-primary-lightOpacity\)\] {
  background-color: var(--mui-palette-primary-lightOpacity);
}
#__next .bg-actionHover {
  background-color: var(--mui-palette-action-hover);
}
#__next .bg-actionSelected {
  background-color: var(--mui-palette-action-selected);
}
#__next .bg-backgroundDefault {
  background-color: var(--mui-palette-background-default);
}
#__next .bg-backgroundPaper {
  background-color: var(--mui-palette-background-paper);
}
#__next .bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#__next .bg-errorLight {
  background-color: var(--mui-palette-error-lightOpacity);
}
#__next .bg-errorLighter {
  background-color: var(--mui-palette-error-lighterOpacity);
}
#__next .bg-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity));
}
#__next .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
#__next .bg-infoLight {
  background-color: var(--mui-palette-info-lightOpacity);
}
#__next .bg-infoLighter {
  background-color: var(--mui-palette-info-lighterOpacity);
}
#__next .bg-linkedin {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 182 / var(--tw-bg-opacity));
}
#__next .bg-primary {
  background-color: var(--primary-color);
}
#__next .bg-primaryDark {
  background-color: var(--mui-palette-primary-dark);
}
#__next .bg-primaryLight {
  background-color: var(--mui-palette-primary-lightOpacity);
}
#__next .bg-textDisabled {
  background-color: var(--mui-palette-text-disabled);
}
#__next .bg-textPrimary {
  background-color: var(--mui-palette-text-primary);
}
#__next .bg-transparent {
  background-color: transparent;
}
#__next .bg-twitter {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity));
}
#__next .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
#__next .bg-\[url\(\/images\/bg-dashboard1\.png\)\] {
  background-image: url(/images/bg-dashboard1.png);
}
#__next .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
#__next .from-\[\#4C82FA\] {
  --tw-gradient-from: #4C82FA var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 130 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
#__next .to-\[\#4744EB\] {
  --tw-gradient-to: #4744EB var(--tw-gradient-to-position);
}
#__next .bg-cover {
  background-size: cover;
}
#__next .bg-center {
  background-position: center;
}
#__next .bg-top {
  background-position: top;
}
#__next .bg-no-repeat {
  background-repeat: no-repeat;
}
#__next .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
#__next .p-0 {
  padding: 0px;
}
#__next .p-1 {
  padding: 0.25rem;
}
#__next .p-12 {
  padding: 3rem;
}
#__next .p-2 {
  padding: 0.5rem;
}
#__next .p-3 {
  padding: 0.75rem;
}
#__next .p-3\.5 {
  padding: 0.875rem;
}
#__next .p-4 {
  padding: 1rem;
}
#__next .p-5 {
  padding: 1.25rem;
}
#__next .p-6 {
  padding: 1.5rem;
}
#__next .p-8 {
  padding: 2rem;
}
#__next .p-\[0px_3px\] {
  padding: 0px 3px;
}
#__next .p-\[26px\] {
  padding: 26px;
}
#__next .p-\[2px\] {
  padding: 2px;
}
#__next .p-\[70px_0px\] {
  padding: 70px 0px;
}
#__next .px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}
#__next .px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
#__next .px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}
#__next .px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
#__next .px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
#__next .px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
#__next .px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
#__next .px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
#__next .px-\[32px\] {
  padding-left: 32px;
  padding-right: 32px;
}
#__next .px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}
#__next .px-\[46px\] {
  padding-left: 46px;
  padding-right: 46px;
}
#__next .py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
#__next .py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}
#__next .py-\[28px\] {
  padding-top: 28px;
  padding-bottom: 28px;
}
#__next .py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}
#__next .py-\[33px\] {
  padding-top: 33px;
  padding-bottom: 33px;
}
#__next .py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}
#__next .py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}
#__next .py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
#__next .\!pb-0 {
  padding-bottom: 0px !important;
}
#__next .\!pt-0 {
  padding-top: 0px !important;
}
#__next .pb-3 {
  padding-bottom: 0.75rem;
}
#__next .pb-\[111px\] {
  padding-bottom: 111px;
}
#__next .pb-\[15px\] {
  padding-bottom: 15px;
}
#__next .pb-\[16px\] {
  padding-bottom: 16px;
}
#__next .pb-\[20px\] {
  padding-bottom: 20px;
}
#__next .pb-\[22px\] {
  padding-bottom: 22px;
}
#__next .pb-\[26px\] {
  padding-bottom: 26px;
}
#__next .pb-\[28px\] {
  padding-bottom: 28px;
}
#__next .pb-\[29px\] {
  padding-bottom: 29px;
}
#__next .pb-\[3px\] {
  padding-bottom: 3px;
}
#__next .pb-\[44px\] {
  padding-bottom: 44px;
}
#__next .pb-\[48px\] {
  padding-bottom: 48px;
}
#__next .pb-\[50px\] {
  padding-bottom: 50px;
}
#__next .pb-\[52px\] {
  padding-bottom: 52px;
}
#__next .pb-\[57px\] {
  padding-bottom: 57px;
}
#__next .pb-\[5px\] {
  padding-bottom: 5px;
}
#__next .pb-\[63\.85\%\] {
  padding-bottom: 63.85%;
}
#__next .pb-\[6px\] {
  padding-bottom: 6px;
}
#__next .pb-\[70px\] {
  padding-bottom: 70px;
}
#__next .pb-\[72px\] {
  padding-bottom: 72px;
}
#__next .pb-\[7px\] {
  padding-bottom: 7px;
}
#__next .pl-0 {
  padding-left: 0px;
}
#__next .pl-\[20px\] {
  padding-left: 20px;
}
#__next .pr-\[0px\] {
  padding-right: 0px;
}
#__next .pr-\[45px\] {
  padding-right: 45px;
}
#__next .pt-0 {
  padding-top: 0px;
}
#__next .pt-6 {
  padding-top: 1.5rem;
}
#__next .pt-\[0px\] {
  padding-top: 0px;
}
#__next .pt-\[16px\] {
  padding-top: 16px;
}
#__next .pt-\[174px\] {
  padding-top: 174px;
}
#__next .pt-\[20px\] {
  padding-top: 20px;
}
#__next .pt-\[25px\] {
  padding-top: 25px;
}
#__next .pt-\[26px\] {
  padding-top: 26px;
}
#__next .pt-\[32px\] {
  padding-top: 32px;
}
#__next .pt-\[33px\] {
  padding-top: 33px;
}
#__next .pt-\[38px\] {
  padding-top: 38px;
}
#__next .pt-\[40px\] {
  padding-top: 40px;
}
#__next .pt-\[50px\] {
  padding-top: 50px;
}
#__next .pt-\[54px\] {
  padding-top: 54px;
}
#__next .pt-\[56px\] {
  padding-top: 56px;
}
#__next .pt-\[5px\] {
  padding-top: 5px;
}
#__next .pt-\[64px\] {
  padding-top: 64px;
}
#__next .pt-\[66px\] {
  padding-top: 66px;
}
#__next .pt-\[70px\] {
  padding-top: 70px;
}
#__next .pt-\[73px\] {
  padding-top: 73px;
}
#__next .text-left {
  text-align: left;
}
#__next .text-center {
  text-align: center;
}
#__next .text-right {
  text-align: right;
}
#__next .text-start {
  text-align: start;
}
#__next .\!text-end {
  text-align: end !important;
}
#__next .text-end {
  text-align: end;
}
#__next .align-top {
  vertical-align: top;
}
#__next .align-sub {
  vertical-align: sub;
}
#__next .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#__next .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#__next .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
#__next .text-5xl {
  font-size: 3rem;
  line-height: 1;
}
#__next .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
#__next .text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
#__next .text-\[1\.5rem\] {
  font-size: 1.5rem;
}
#__next .text-\[1\.625rem\] {
  font-size: 1.625rem;
}
#__next .text-\[10px\] {
  font-size: 10px;
}
#__next .text-\[11\.5px\] {
  font-size: 11.5px;
}
#__next .text-\[12px\] {
  font-size: 12px;
}
#__next .text-\[14px\] {
  font-size: 14px;
}
#__next .text-\[15px\] {
  font-size: 15px;
}
#__next .text-\[16px\] {
  font-size: 16px;
}
#__next .text-\[18px\] {
  font-size: 18px;
}
#__next .text-\[2\.625rem\] {
  font-size: 2.625rem;
}
#__next .text-\[20px\] {
  font-size: 20px;
}
#__next .text-\[21px\] {
  font-size: 21px;
}
#__next .text-\[22px\] {
  font-size: 22px;
}
#__next .text-\[24px\] {
  font-size: 24px;
}
#__next .text-\[26px\] {
  font-size: 26px;
}
#__next .text-\[28px\] {
  font-size: 28px;
}
#__next .text-\[30px\] {
  font-size: 30px;
}
#__next .text-\[32px\] {
  font-size: 32px;
}
#__next .text-\[34px\] {
  font-size: 34px;
}
#__next .text-\[36px\] {
  font-size: 36px;
}
#__next .text-\[40px\] {
  font-size: 40px;
}
#__next .text-\[48px\] {
  font-size: 48px;
}
#__next .text-\[50px\] {
  font-size: 50px;
}
#__next .text-\[64px\] {
  font-size: 64px;
}
#__next .text-\[88px\] {
  font-size: 88px;
}
#__next .text-\[8px\] {
  font-size: 8px;
}
#__next .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
#__next .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
#__next .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
#__next .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
#__next .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
#__next .\!font-normal {
  font-weight: 400 !important;
}
#__next .font-black {
  font-weight: 900;
}
#__next .font-bold {
  font-weight: 700;
}
#__next .font-extrabold {
  font-weight: 800;
}
#__next .font-light {
  font-weight: 300;
}
#__next .font-medium {
  font-weight: 500;
}
#__next .font-normal {
  font-weight: 400;
}
#__next .font-semibold {
  font-weight: 600;
}
#__next .uppercase {
  text-transform: uppercase;
}
#__next .lowercase {
  text-transform: lowercase;
}
#__next .capitalize {
  text-transform: capitalize;
}
#__next .normal-case {
  text-transform: none;
}
#__next .italic {
  font-style: italic;
}
#__next .leading-5 {
  line-height: 1.25rem;
}
#__next .leading-\[120\%\] {
  line-height: 120%;
}
#__next .leading-\[130\%\] {
  line-height: 130%;
}
#__next .leading-\[140\%\] {
  line-height: 140%;
}
#__next .leading-\[150\%\] {
  line-height: 150%;
}
#__next .leading-\[170\%\] {
  line-height: 170%;
}
#__next .leading-\[20px\] {
  line-height: 20px;
}
#__next .leading-\[24px\] {
  line-height: 24px;
}
#__next .leading-\[28px\] {
  line-height: 28px;
}
#__next .leading-\[44px\] {
  line-height: 44px;
}
#__next .leading-\[50px\] {
  line-height: 50px;
}
#__next .leading-\[66\.317px\] {
  line-height: 66.317px;
}
#__next .leading-normal {
  line-height: 1.5;
}
#__next .tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}
#__next .tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}
#__next .tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}
#__next .tracking-\[1\.5px\] {
  letter-spacing: 1.5px;
}
#__next .tracking-\[1\.7px\] {
  letter-spacing: 1.7px;
}
#__next .tracking-\[1px\] {
  letter-spacing: 1px;
}
#__next .\!text-primary {
  color: var(--primary-color) !important;
}
#__next .\!text-success {
  color: var(--mui-palette-success-main) !important;
}
#__next .\!text-textPrimary {
  color: var(--mui-palette-text-primary) !important;
}
#__next .\!text-textSecondary {
  color: var(--mui-palette-text-secondary) !important;
}
#__next .text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#__next .text-\[\#0A1639\] {
  --tw-text-opacity: 1;
  color: rgb(10 22 57 / var(--tw-text-opacity));
}
#__next .text-\[\#0D1637\] {
  --tw-text-opacity: 1;
  color: rgb(13 22 55 / var(--tw-text-opacity));
}
#__next .text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}
#__next .text-\[\#3784FF\] {
  --tw-text-opacity: 1;
  color: rgb(55 132 255 / var(--tw-text-opacity));
}
#__next .text-\[\#46505C\] {
  --tw-text-opacity: 1;
  color: rgb(70 80 92 / var(--tw-text-opacity));
}
#__next .text-\[\#4C82FA\] {
  --tw-text-opacity: 1;
  color: rgb(76 130 250 / var(--tw-text-opacity));
}
#__next .text-\[\#666B7C\] {
  --tw-text-opacity: 1;
  color: rgb(102 107 124 / var(--tw-text-opacity));
}
#__next .text-\[\#B0B7BF\] {
  --tw-text-opacity: 1;
  color: rgb(176 183 191 / var(--tw-text-opacity));
}
#__next .text-\[\#F2F2F2\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity));
}
#__next .text-\[\#FA0000\] {
  --tw-text-opacity: 1;
  color: rgb(250 0 0 / var(--tw-text-opacity));
}
#__next .text-\[\#FF5B26\] {
  --tw-text-opacity: 1;
  color: rgb(255 91 38 / var(--tw-text-opacity));
}
#__next .text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#__next .text-\[var\(--mui-palette-customColors-trackBg\)\] {
  color: var(--mui-palette-customColors-trackBg);
}
#__next .text-\[var\(--mui-palette-primary-contrastText\)\] {
  color: var(--mui-palette-primary-contrastText);
}
#__next .text-actionActive {
  color: var(--mui-palette-action-active);
}
#__next .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
#__next .text-error {
  color: var(--mui-palette-error-main);
}
#__next .text-facebook {
  --tw-text-opacity: 1;
  color: rgb(66 103 178 / var(--tw-text-opacity));
}
#__next .text-googlePlus {
  --tw-text-opacity: 1;
  color: rgb(219 68 55 / var(--tw-text-opacity));
}
#__next .text-info {
  color: var(--mui-palette-info-main);
}
#__next .text-inherit {
  color: inherit;
}
#__next .text-mento-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(10 22 57 / var(--tw-text-opacity));
}
#__next .text-primary {
  color: var(--primary-color);
}
#__next .text-secondary {
  color: var(--mui-palette-secondary-main);
}
#__next .text-success {
  color: var(--mui-palette-success-main);
}
#__next .text-textDisabled {
  color: var(--mui-palette-text-disabled);
}
#__next .text-textPrimary {
  color: var(--mui-palette-text-primary);
}
#__next .text-textSecondary {
  color: var(--mui-palette-text-secondary);
}
#__next .text-track {
  color: var(--mui-palette-customColors-trackBg);
}
#__next .text-transparent {
  color: transparent;
}
#__next .text-twitter {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity));
}
#__next .text-warning {
  color: var(--mui-palette-warning-main);
}
#__next .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
#__next .underline {
  text-decoration-line: underline;
}
#__next .overline {
  text-decoration-line: overline;
}
#__next .line-through {
  text-decoration-line: line-through;
}
#__next .no-underline {
  text-decoration-line: none;
}
#__next .underline-offset-\[4px\] {
  text-underline-offset: 4px;
}
#__next .opacity-\[0\.78\] {
  opacity: 0.78;
}
#__next .opacity-\[0\.92\] {
  opacity: 0.92;
}
#__next .shadow-\[0px_32px_100px_0px_rgba\(3\2c _6\2c _54\2c _0\.14\)\] {
  --tw-shadow: 0px 32px 100px 0px rgba(3, 6, 54, 0.14);
  --tw-shadow-colored: 0px 32px 100px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-\[0px_32px_100px_0px_rgba\(4\2c _38\2c _134\2c _0\.18\)\] {
  --tw-shadow: 0px 32px 100px 0px rgba(4, 38, 134, 0.18);
  --tw-shadow-colored: 0px 32px 100px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-\[0px_4px_20px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0px 4px 20px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-lg {
  --tw-shadow: var(--mui-customShadows-lg);
  --tw-shadow-colored: var(--mui-customShadows-lg);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-md {
  --tw-shadow: var(--mui-customShadows-md);
  --tw-shadow-colored: var(--mui-customShadows-md);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-sm {
  --tw-shadow: var(--mui-customShadows-sm);
  --tw-shadow-colored: var(--mui-customShadows-sm);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .shadow-xs {
  --tw-shadow: var(--mui-customShadows-xs);
  --tw-shadow-colored: var(--mui-customShadows-xs);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#__next .outline {
  outline-style: solid;
}
#__next .blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#__next .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);
}
#__next .backdrop-filter {
  -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);
}
#__next .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;
}
#__next .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
#__next .ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
#__next .text-start {
  text-align: start;
}
#__next .\!text-end {
  text-align: end !important;
}
#__next .text-end {
  text-align: end;
}
#__next .\!bs-6 {
  block-size: 1.5rem !important;
}
#__next .bs-10 {
  block-size: 2.5rem;
}
#__next .bs-11 {
  block-size: 2.75rem;
}
#__next .bs-2 {
  block-size: 0.5rem;
}
#__next .bs-2\.5 {
  block-size: 0.625rem;
}
#__next .bs-3 {
  block-size: 0.75rem;
}
#__next .bs-5 {
  block-size: 1.25rem;
}
#__next .bs-6 {
  block-size: 1.5rem;
}
#__next .bs-8 {
  block-size: 2rem;
}
#__next .bs-\[100px\] {
  block-size: 100px;
}
#__next .bs-\[102px\] {
  block-size: 102px;
}
#__next .bs-\[105px\] {
  block-size: 105px;
}
#__next .bs-\[120px\] {
  block-size: 120px;
}
#__next .bs-\[130px\] {
  block-size: 130px;
}
#__next .bs-\[135px\] {
  block-size: 135px;
}
#__next .bs-\[140px\] {
  block-size: 140px;
}
#__next .bs-\[180px\] {
  block-size: 180px;
}
#__next .bs-\[185px\] {
  block-size: 185px;
}
#__next .bs-\[189px\] {
  block-size: 189px;
}
#__next .bs-\[18px\] {
  block-size: 18px;
}
#__next .bs-\[2\.125rem\] {
  block-size: 2.125rem;
}
#__next .bs-\[2\.875rem\] {
  block-size: 2.875rem;
}
#__next .bs-\[200px\] {
  block-size: 200px;
}
#__next .bs-\[233px\] {
  block-size: 233px;
}
#__next .bs-\[240px\] {
  block-size: 240px;
}
#__next .bs-\[250px\] {
  block-size: 250px;
}
#__next .bs-\[270px\] {
  block-size: 270px;
}
#__next .bs-\[30px\] {
  block-size: 30px;
}
#__next .bs-\[34px\] {
  block-size: 34px;
}
#__next .bs-\[350px\] {
  block-size: 350px;
}
#__next .bs-\[38px\] {
  block-size: 38px;
}
#__next .bs-\[400px\] {
  block-size: 400px;
}
#__next .bs-\[40px\] {
  block-size: 40px;
}
#__next .bs-\[46px\] {
  block-size: 46px;
}
#__next .bs-\[500px\] {
  block-size: 500px;
}
#__next .bs-\[550px\] {
  block-size: 550px;
}
#__next .bs-\[56px\] {
  block-size: 56px;
}
#__next .bs-\[66px\] {
  block-size: 66px;
}
#__next .bs-\[78px\] {
  block-size: 78px;
}
#__next .bs-\[82px\] {
  block-size: 82px;
}
#__next .bs-\[84px\] {
  block-size: 84px;
}
#__next .bs-\[86px\] {
  block-size: 86px;
}
#__next .bs-\[9\.625rem\] {
  block-size: 9.625rem;
}
#__next .bs-auto {
  block-size: auto;
}
#__next .bs-full {
  block-size: 100%;
}
#__next .min-bs-8 {
  min-block-size: 2rem;
}
#__next .min-bs-\[100\%\] {
  min-block-size: 100%;
}
#__next .min-bs-\[100dvh\] {
  min-block-size: 100dvh;
}
#__next .min-bs-\[24px\] {
  min-block-size: 24px;
}
#__next .min-bs-\[37px\] {
  min-block-size: 37px;
}
#__next .min-bs-\[38px\] {
  min-block-size: 38px;
}
#__next .min-bs-\[unset\] {
  min-block-size: unset;
}
#__next .min-bs-full {
  min-block-size: 100%;
}
#__next .max-bs-1 {
  max-block-size: 0.25rem;
}
#__next .max-bs-\[102px\] {
  max-block-size: 102px;
}
#__next .max-bs-\[168px\] {
  max-block-size: 168px;
}
#__next .max-bs-\[180px\] {
  max-block-size: 180px;
}
#__next .max-bs-\[186px\] {
  max-block-size: 186px;
}
#__next .max-bs-\[188px\] {
  max-block-size: 188px;
}
#__next .max-bs-\[517px\] {
  max-block-size: 517px;
}
#__next .max-bs-\[550px\] {
  max-block-size: 550px;
}
#__next .max-bs-\[555px\] {
  max-block-size: 555px;
}
#__next .max-bs-\[650px\] {
  max-block-size: 650px;
}
#__next .max-bs-\[653px\] {
  max-block-size: 653px;
}
#__next .max-bs-\[673px\] {
  max-block-size: 673px;
}
#__next .max-bs-\[677px\] {
  max-block-size: 677px;
}
#__next .max-bs-\[703px\] {
  max-block-size: 703px;
}
#__next .\!is-full {
  inline-size: 100% !important;
}
#__next .is-1\/2 {
  inline-size: 50%;
}
#__next .is-1\/4 {
  inline-size: 25%;
}
#__next .is-10 {
  inline-size: 2.5rem;
}
#__next .is-2\.5 {
  inline-size: 0.625rem;
}
#__next .is-2\/4 {
  inline-size: 50%;
}
#__next .is-20 {
  inline-size: 5rem;
}
#__next .is-24 {
  inline-size: 6rem;
}
#__next .is-8 {
  inline-size: 2rem;
}
#__next .is-96 {
  inline-size: 24rem;
}
#__next .is-\[100px\] {
  inline-size: 100px;
}
#__next .is-\[106px\] {
  inline-size: 106px;
}
#__next .is-\[135px\] {
  inline-size: 135px;
}
#__next .is-\[14\.6\%\] {
  inline-size: 14.6%;
}
#__next .is-\[150px\] {
  inline-size: 150px;
}
#__next .is-\[16\.5rem\] {
  inline-size: 16.5rem;
}
#__next .is-\[17\.4\%\] {
  inline-size: 17.4%;
}
#__next .is-\[250px\] {
  inline-size: 250px;
}
#__next .is-\[28\.3\%\] {
  inline-size: 28.3%;
}
#__next .is-\[280px\] {
  inline-size: 280px;
}
#__next .is-\[29px\] {
  inline-size: 29px;
}
#__next .is-\[34px\] {
  inline-size: 34px;
}
#__next .is-\[38px\] {
  inline-size: 38px;
}
#__next .is-\[39\.7\%\] {
  inline-size: 39.7%;
}
#__next .is-\[40px\] {
  inline-size: 40px;
}
#__next .is-\[42px\] {
  inline-size: 42px;
}
#__next .is-\[43px\] {
  inline-size: 43px;
}
#__next .is-\[450px\] {
  inline-size: 450px;
}
#__next .is-\[50px\] {
  inline-size: 50px;
}
#__next .is-\[56px\] {
  inline-size: 56px;
}
#__next .is-\[58px\] {
  inline-size: 58px;
}
#__next .is-\[65\%\] {
  inline-size: 65%;
}
#__next .is-\[66px\] {
  inline-size: 66px;
}
#__next .is-\[70\%\] {
  inline-size: 70%;
}
#__next .is-\[78px\] {
  inline-size: 78px;
}
#__next .is-\[80\%\] {
  inline-size: 80%;
}
#__next .is-\[82px\] {
  inline-size: 82px;
}
#__next .is-\[84px\] {
  inline-size: 84px;
}
#__next .is-\[90vw\] {
  inline-size: 90vw;
}
#__next .is-\[92px\] {
  inline-size: 92px;
}
#__next .is-auto {
  inline-size: auto;
}
#__next .is-fit {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
}
#__next .is-full {
  inline-size: 100%;
}
#__next .\!min-is-full {
  min-inline-size: 100% !important;
}
#__next .min-is-0 {
  min-inline-size: 0px;
}
#__next .min-is-48 {
  min-inline-size: 12rem;
}
#__next .min-is-\[100px\] {
  min-inline-size: 100px;
}
#__next .min-is-\[150px\] {
  min-inline-size: 150px;
}
#__next .min-is-\[16\.5rem\] {
  min-inline-size: 16.5rem;
}
#__next .min-is-\[175px\] {
  min-inline-size: 175px;
}
#__next .min-is-\[180px\] {
  min-inline-size: 180px;
}
#__next .min-is-\[200px\] {
  min-inline-size: 200px;
}
#__next .min-is-\[220px\] {
  min-inline-size: 220px;
}
#__next .min-is-\[225px\] {
  min-inline-size: 225px;
}
#__next .min-is-\[240px\] {
  min-inline-size: 240px;
}
#__next .min-is-\[250px\] {
  min-inline-size: 250px;
}
#__next .min-is-\[58px\] {
  min-inline-size: 58px;
}
#__next .min-is-\[95px\] {
  min-inline-size: 95px;
}
#__next .min-is-fit {
  min-inline-size: -moz-fit-content;
  min-inline-size: fit-content;
}
#__next .min-is-full {
  min-inline-size: 100%;
}
#__next .max-is-\[100\%\] {
  max-inline-size: 100%;
}
#__next .max-is-\[100px\] {
  max-inline-size: 100px;
}
#__next .max-is-\[185px\] {
  max-inline-size: 185px;
}
#__next .max-is-\[320px\] {
  max-inline-size: 320px;
}
#__next .max-is-\[364px\] {
  max-inline-size: 364px;
}
#__next .max-is-\[400px\] {
  max-inline-size: 400px;
}
#__next .max-is-\[600px\] {
  max-inline-size: 600px;
}
#__next .max-is-\[65\%\] {
  max-inline-size: 65%;
}
#__next .max-is-\[740px\] {
  max-inline-size: 740px;
}
#__next .max-is-\[75\%\] {
  max-inline-size: 75%;
}
#__next .max-is-\[80\%\] {
  max-inline-size: 80%;
}
#__next .max-is-\[85\%\] {
  max-inline-size: 85%;
}
#__next .max-is-\[89px\] {
  max-inline-size: 89px;
}
#__next .max-is-\[calc\(100\%-5\.75rem\)\] {
  max-inline-size: calc(100% - 5.75rem);
}
#__next .max-is-full {
  max-inline-size: 100%;
}
#__next .-mli-4 {
  margin-inline: -1rem;
}
#__next .mlb-0 {
  margin-block: 0px;
}
#__next .mlb-1 {
  margin-block: 0.25rem;
}
#__next .mlb-12 {
  margin-block: 3rem;
}
#__next .mlb-2 {
  margin-block: 0.5rem;
}
#__next .mlb-3 {
  margin-block: 0.75rem;
}
#__next .mlb-4 {
  margin-block: 1rem;
}
#__next .mlb-6 {
  margin-block: 1.5rem;
}
#__next .mlb-8 {
  margin-block: 2rem;
}
#__next .mlb-\[26px_0px\] {
  margin-block: 26px 0px;
}
#__next .mlb-auto {
  margin-block: auto;
}
#__next .mli-1 {
  margin-inline: 0.25rem;
}
#__next .mli-12 {
  margin-inline: 3rem;
}
#__next .mli-2 {
  margin-inline: 0.5rem;
}
#__next .mli-3 {
  margin-inline: 0.75rem;
}
#__next .mli-5 {
  margin-inline: 1.25rem;
}
#__next .mli-\[-5px\] {
  margin-inline: -5px;
}
#__next .mli-auto {
  margin-inline: auto;
}
#__next .\!mbs-4 {
  margin-block-start: 1rem !important;
}
#__next .-mbe-7 {
  margin-block-end: -1.75rem;
}
#__next .-mbs-\[18\%\] {
  margin-block-start: -18%;
}
#__next .-mbs-\[70px\] {
  margin-block-start: -70px;
}
#__next .-mbs-\[90px\] {
  margin-block-start: -90px;
}
#__next .-mis-2 {
  margin-inline-start: -0.5rem;
}
#__next .-mis-7 {
  margin-inline-start: -1.75rem;
}
#__next .mbe-1 {
  margin-block-end: 0.25rem;
}
#__next .mbe-10 {
  margin-block-end: 2.5rem;
}
#__next .mbe-11 {
  margin-block-end: 2.75rem;
}
#__next .mbe-2 {
  margin-block-end: 0.5rem;
}
#__next .mbe-2\.5 {
  margin-block-end: 0.625rem;
}
#__next .mbe-3 {
  margin-block-end: 0.75rem;
}
#__next .mbe-4 {
  margin-block-end: 1rem;
}
#__next .mbe-5 {
  margin-block-end: 1.25rem;
}
#__next .mbe-6 {
  margin-block-end: 1.5rem;
}
#__next .mbe-7 {
  margin-block-end: 1.75rem;
}
#__next .mbe-\[-2px\] {
  margin-block-end: -2px;
}
#__next .mbe-\[-7px\] {
  margin-block-end: -7px;
}
#__next .mbe-\[1\.125rem\] {
  margin-block-end: 1.125rem;
}
#__next .mbe-\[16px\] {
  margin-block-end: 16px;
}
#__next .mbe-\[18px\] {
  margin-block-end: 18px;
}
#__next .mbe-\[32\.5px\] {
  margin-block-end: 32.5px;
}
#__next .mbs-0 {
  margin-block-start: 0px;
}
#__next .mbs-0\.5 {
  margin-block-start: 0.125rem;
}
#__next .mbs-1 {
  margin-block-start: 0.25rem;
}
#__next .mbs-1\.5 {
  margin-block-start: 0.375rem;
}
#__next .mbs-11 {
  margin-block-start: 2.75rem;
}
#__next .mbs-2 {
  margin-block-start: 0.5rem;
}
#__next .mbs-3 {
  margin-block-start: 0.75rem;
}
#__next .mbs-4 {
  margin-block-start: 1rem;
}
#__next .mbs-5 {
  margin-block-start: 1.25rem;
}
#__next .mbs-6 {
  margin-block-start: 1.5rem;
}
#__next .mbs-7 {
  margin-block-start: 1.75rem;
}
#__next .mbs-\[-30px\] {
  margin-block-start: -30px;
}
#__next .mbs-\[30px\] {
  margin-block-start: 30px;
}
#__next .mbs-\[62px\] {
  margin-block-start: 62px;
}
#__next .mbs-auto {
  margin-block-start: auto;
}
#__next .mie-0 {
  margin-inline-end: 0px;
}
#__next .mie-1 {
  margin-inline-end: 0.25rem;
}
#__next .mie-2 {
  margin-inline-end: 0.5rem;
}
#__next .mie-4 {
  margin-inline-end: 1rem;
}
#__next .mie-6 {
  margin-inline-end: 1.5rem;
}
#__next .mie-\[10px\] {
  margin-inline-end: 10px;
}
#__next .mie-\[1px\] {
  margin-inline-end: 1px;
}
#__next .mis-1 {
  margin-inline-start: 0.25rem;
}
#__next .mis-10 {
  margin-inline-start: 2.5rem;
}
#__next .mis-2 {
  margin-inline-start: 0.5rem;
}
#__next .mis-\[-1px\] {
  margin-inline-start: -1px;
}
#__next .\!plb-\[5\.5rem\] {
  padding-block: 5.5rem !important;
}
#__next .plb-0 {
  padding-block: 0px;
}
#__next .plb-0\.5 {
  padding-block: 0.125rem;
}
#__next .plb-1 {
  padding-block: 0.25rem;
}
#__next .plb-1\.5 {
  padding-block: 0.375rem;
}
#__next .plb-10 {
  padding-block: 2.5rem;
}
#__next .plb-12 {
  padding-block: 3rem;
}
#__next .plb-14 {
  padding-block: 3.5rem;
}
#__next .plb-2 {
  padding-block: 0.5rem;
}
#__next .plb-3 {
  padding-block: 0.75rem;
}
#__next .plb-4 {
  padding-block: 1rem;
}
#__next .plb-5 {
  padding-block: 1.25rem;
}
#__next .plb-6 {
  padding-block: 1.5rem;
}
#__next .plb-\[0px\] {
  padding-block: 0px;
}
#__next .plb-\[100px\] {
  padding-block: 100px;
}
#__next .plb-\[17px\] {
  padding-block: 17px;
}
#__next .plb-\[18px\] {
  padding-block: 18px;
}
#__next .plb-\[30px\] {
  padding-block: 30px;
}
#__next .plb-\[50px\] {
  padding-block: 50px;
}
#__next .plb-\[5px\] {
  padding-block: 5px;
}
#__next .plb-\[7px\] {
  padding-block: 7px;
}
#__next .plb-\[84px\] {
  padding-block: 84px;
}
#__next .plb-\[9px\] {
  padding-block: 9px;
}
#__next .pli-0 {
  padding-inline: 0px;
}
#__next .pli-1\.5 {
  padding-inline: 0.375rem;
}
#__next .pli-16 {
  padding-inline: 4rem;
}
#__next .pli-2 {
  padding-inline: 0.5rem;
}
#__next .pli-2\.5 {
  padding-inline: 0.625rem;
}
#__next .pli-3 {
  padding-inline: 0.75rem;
}
#__next .pli-4 {
  padding-inline: 1rem;
}
#__next .pli-5 {
  padding-inline: 1.25rem;
}
#__next .pli-6 {
  padding-inline: 1.5rem;
}
#__next .pli-8 {
  padding-inline: 2rem;
}
#__next .\!pbe-0 {
  padding-block-end: 0px !important;
}
#__next .\!pbe-\[22px\] {
  padding-block-end: 22px !important;
}
#__next .\!pbs-12 {
  padding-block-start: 3rem !important;
}
#__next .\!pbs-2 {
  padding-block-start: 0.5rem !important;
}
#__next .\!pie-0 {
  padding-inline-end: 0px !important;
}
#__next .\!pis-0 {
  padding-inline-start: 0px !important;
}
#__next .pbe-0 {
  padding-block-end: 0px;
}
#__next .pbe-1 {
  padding-block-end: 0.25rem;
}
#__next .pbe-10 {
  padding-block-end: 2.5rem;
}
#__next .pbe-2 {
  padding-block-end: 0.5rem;
}
#__next .pbe-3 {
  padding-block-end: 0.75rem;
}
#__next .pbe-4 {
  padding-block-end: 1rem;
}
#__next .pbe-5 {
  padding-block-end: 1.25rem;
}
#__next .pbe-6 {
  padding-block-end: 1.5rem;
}
#__next .pbe-7 {
  padding-block-end: 1.75rem;
}
#__next .pbe-\[19px\] {
  padding-block-end: 19px;
}
#__next .pbe-\[29px\] {
  padding-block-end: 29px;
}
#__next .pbe-\[40px\] {
  padding-block-end: 40px;
}
#__next .pbs-0 {
  padding-block-start: 0px;
}
#__next .pbs-0\.5 {
  padding-block-start: 0.125rem;
}
#__next .pbs-1 {
  padding-block-start: 0.25rem;
}
#__next .pbs-10 {
  padding-block-start: 2.5rem;
}
#__next .pbs-12 {
  padding-block-start: 3rem;
}
#__next .pbs-16 {
  padding-block-start: 4rem;
}
#__next .pbs-2 {
  padding-block-start: 0.5rem;
}
#__next .pbs-2\.5 {
  padding-block-start: 0.625rem;
}
#__next .pbs-4 {
  padding-block-start: 1rem;
}
#__next .pbs-5 {
  padding-block-start: 1.25rem;
}
#__next .pbs-6 {
  padding-block-start: 1.5rem;
}
#__next .pbs-8 {
  padding-block-start: 2rem;
}
#__next .pbs-9 {
  padding-block-start: 2.25rem;
}
#__next .pbs-\[100px\] {
  padding-block-start: 100px;
}
#__next .pbs-\[150px\] {
  padding-block-start: 150px;
}
#__next .pbs-\[3\.75rem\] {
  padding-block-start: 3.75rem;
}
#__next .pbs-\[31px\] {
  padding-block-start: 31px;
}
#__next .pbs-\[49px\] {
  padding-block-start: 49px;
}
#__next .pbs-\[50px\] {
  padding-block-start: 50px;
}
#__next .pbs-\[59px\] {
  padding-block-start: 59px;
}
#__next .pbs-\[70px\] {
  padding-block-start: 70px;
}
#__next .pbs-\[7px\] {
  padding-block-start: 7px;
}
#__next .pie-0 {
  padding-inline-end: 0px;
}
#__next .pie-5 {
  padding-inline-end: 1.25rem;
}
#__next .pis-0 {
  padding-inline-start: 0px;
}
#__next .pis-12 {
  padding-inline-start: 3rem;
}
#__next .pis-2 {
  padding-inline-start: 0.5rem;
}
#__next .pis-4 {
  padding-inline-start: 1rem;
}
#__next .pis-5 {
  padding-inline-start: 1.25rem;
}
#__next .block-end-0 {
  inset-block-end: 0px;
}
#__next .block-end-5 {
  inset-block-end: 1.25rem;
}
#__next .block-start-2 {
  inset-block-start: 0.5rem;
}
#__next .block-start-3 {
  inset-block-start: 0.75rem;
}
#__next .block-start-4 {
  inset-block-start: 1rem;
}
#__next .block-start-5 {
  inset-block-start: 1.25rem;
}
#__next .block-start-\[-39px\] {
  inset-block-start: -39px;
}
#__next .block-start-\[-40px\] {
  inset-block-start: -40px;
}
#__next .block-start-\[-50px\] {
  inset-block-start: -50px;
}
#__next .inline-end-0 {
  inset-inline-end: 0px;
}
#__next .inline-end-1\/2 {
  inset-inline-end: 50%;
}
#__next .inline-end-3 {
  inset-inline-end: 0.75rem;
}
#__next .inline-end-4 {
  inset-inline-end: 1rem;
}
#__next .inline-end-5 {
  inset-inline-end: 1.25rem;
}
#__next .inline-start-0 {
  inset-inline-start: 0px;
}
#__next .inline-start-6 {
  inset-inline-start: 1.5rem;
}
#__next .\!border-be-0 {
  border-block-end-width: 0px !important;
}
#__next .border-be {
  border-block-end-width: 1px;
}
#__next .border-be-0 {
  border-block-end-width: 0px;
}
#__next .border-bs {
  border-block-start-width: 1px;
}
#__next .border-ie {
  border-inline-end-width: 1px;
}
#__next .border-is {
  border-inline-start-width: 1px;
}
#__next .rounded-bs {
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
}
#__next .rounded-bs-xl {
  border-start-start-radius: var(--mui-shape-customBorderRadius-xl);
  border-start-end-radius: var(--mui-shape-customBorderRadius-xl);
}
#__next .rounded-ee-none {
  border-end-end-radius: 0px;
}
#__next .rounded-se-none {
  border-start-end-radius: 0px;
}
#__next .\[border-style\:unset\] {
  border-style: unset;
}

:root {
  --border-radius: var(--mui-shape-borderRadius);
  --border-color: var(--mui-palette-divider);
  --primary-color: var(--mui-palette-primary-main);
  --background-color: var(--mui-palette-background-default);
  --background-color-rgb: var(--mui-palette-background-paperChannel);
  --header-height: 64px;
  --header-z-index: var(--mui-zIndex-appBar);
  --footer-z-index: 10;
  --customizer-z-index: var(--mui-zIndex-drawer);
  --search-z-index: var(--mui-zIndex-tooltip);
  --drawer-z-index: var(--mui-zIndex-drawer);
  --backdrop-color: rgba(0, 0, 0, 0.5);
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-lightShadow);
}

[data-mui-color-scheme='dark'] {
  --backdrop-color: rgb(16 17 33 / 0.6);
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-darkShadow);
}

*,
::before,
::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-width: 0;
  border-style: solid;
  border-color: var(--border-color, currentColor);
}

html, body {
  display: flex;
  inline-size: 100%;
  min-block-size: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  scroll-padding-top: 120px;
}


a {
  color: inherit;
  text-decoration: none;
}

ul:not([class]) {
  margin-block: 1rem;
  padding-inline-start: 40px;
}

/*! Do not remove the following styles */
/*
  Fix the popout / submenu closing issue when using hover trigger to open the menu and using
  perfectscrollbar where the bridge create with safe polygon by floating ui was not working
*/
[data-floating-ui-safe-polygon] .scrollbar-container {
  pointer-events: auto;
}
[data-floating-ui-safe-polygon] .scrollbar-container .ps__rail-y {
  pointer-events: none;
}

.ps__rail-y {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}

.ps__rail-y .ps__thumb-y {
    inset-inline-end: 3px !important;
    inset-inline-start: auto !important;
    background-color: var(--mui-palette-divider);
    inline-size: 6px;
  }

.ps__rail-y .ps__thumb-y:hover,
    .ps__rail-y .ps__thumb-y:focus,
    .ps__rail-y .ps__thumb-y.ps--clicking {
      background-color: var(--mui-palette-action-disabled) !important;
    }

.ps__rail-y:hover,
  .ps__rail-y:focus,
  .ps__rail-y.ps--clicking {
    background-color: var(--mui-palette-action-hover) !important;
  }

.ps__rail-y:hover .ps__thumb-y, .ps__rail-y:focus .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
      background-color: var(--mui-palette-action-disabled) !important;
    }

.ts-vertical-nav-root .ps__thumb-y {
    inline-size: 4px;
  }

.ts-vertical-nav-root .ps__thumb-y:hover,
    .ts-vertical-nav-root .ps__thumb-y:focus,
    .ts-vertical-nav-root .ps__thumb-y.ps--clicking {
      inline-size: 6px;
    }

.ts-vertical-nav-root .ps__rail-y {
    inline-size: 10px;
  }

.ts-vertical-nav-root .ps__rail-y:hover,
    .ts-vertical-nav-root .ps__rail-y:focus,
    .ts-vertical-nav-root .ps__rail-y.ps--clicking {
      background-color: transparent !important;
    }

.ts-vertical-nav-root .ps__rail-y:hover .ps__thumb-y, .ts-vertical-nav-root .ps__rail-y:focus .ps__thumb-y, .ts-vertical-nav-root .ps__rail-y.ps--clicking .ps__thumb-y {
        inline-size: 6px;
      }

:where([class^='ri-']) {
  font-size: 1.5rem;
}

/* Fix width issue for the input-otp component */
input[autocomplete='one-time-code'][data-input-otp='true'] {
  inline-size: 100% !important;
}

code {
  font-family: inherit;
  padding-block: 2px;
  padding-inline: 4px;
  border-radius: 4px;
  font-size: 90%;
  color: var(--mui-palette-info-main);
  background-color: rgb(var(--mui-palette-info-mainChannel) / 0.08);
  border: 0;
}

h2.title-section {
  color: #0a1639;
  text-align: center;
  font-style: normal;
  font-weight: 900;
  line-height: 50px;
  font-size: 40px;
}

@media screen and (max-width: 599px) {
  h2.title-section {
    font-size: 30px;
    line-height: 33.29px;
    margin-top: 10px;
  }
}

#__next .after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

#__next .after\:left-4::after {
  content: var(--tw-content);
  left: 1rem;
}

#__next .after\:top-\[11px\]::after {
  content: var(--tw-content);
  top: 11px;
}

#__next .after\:top-\[8px\]::after {
  content: var(--tw-content);
  top: 8px;
}

#__next .after\:inline-block::after {
  content: var(--tw-content);
  display: inline-block;
}

#__next .after\:h-0\.5::after {
  content: var(--tw-content);
  height: 0.125rem;
}

#__next .after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

#__next .after\:bg-\[\#4C82FA\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(76 130 250 / var(--tw-bg-opacity));
}

#__next .after\:bg-gray-200::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

#__next .after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

#__next .first\:is-14:first-child {
  inline-size: 3.5rem;
}

#__next .first\:mbs-\[38px\]:first-child {
  margin-block-start: 38px;
}

#__next .first\:pbe-4:first-child {
  padding-block-end: 1rem;
}

#__next .first\:border-bs:first-child {
  border-block-start-width: 1px;
}

#__next .last\:m-0:last-child {
  margin: 0px;
}

#__next .last\:pbs-4:last-child {
  padding-block-start: 1rem;
}

#__next .odd\:border-ie:nth-child(odd) {
  border-inline-end-width: 1px;
}

#__next .hover\:border-\[\#4C82FA\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 130 250 / var(--tw-border-opacity));
}

#__next .hover\:bg-actionHover:hover {
  background-color: var(--mui-palette-action-hover);
}

#__next .hover\:bg-backgroundPaper:hover {
  background-color: var(--mui-palette-background-paper);
}

#__next .hover\:bg-errorLight:hover {
  background-color: var(--mui-palette-error-lightOpacity);
}

#__next .hover\:bg-successLight:hover {
  background-color: var(--mui-palette-success-lightOpacity);
}

#__next .hover\:text-primary:hover {
  color: var(--primary-color);
}

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

#__next .focus\:bg-backgroundPaper:focus {
  background-color: var(--mui-palette-background-paper);
}

#__next .focus\:bg-errorLight:focus {
  background-color: var(--mui-palette-error-lightOpacity);
}

#__next .focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#__next .focus-visible\:text-primary:focus-visible {
  color: var(--primary-color);
}

#__next .focus-visible\:outline-0:focus-visible {
  outline-width: 0px;
}

#__next .active\:cursor-grabbing:active {
  cursor: grabbing;
}

#__next .active\:bg-backgroundPaper:active {
  background-color: var(--mui-palette-background-paper);
}

#__next :is(.group:hover .group-hover\:visible) {
  visibility: visible;
}

@media (max-width: 1396px) {
  #__next .max-\[1396px\]\:gap-6 {
    gap: 1.5rem;
  }
}

@media (max-width: 1310px) {
  #__next .max-\[1310px\]\:gap-\[2\.4375rem\] {
    gap: 2.4375rem;
  }
}

@media not all and (min-width: 1200px) {
  #__next .max-lg\:hidden {
    display: none;
  }
  #__next .max-lg\:flex-wrap {
    flex-wrap: wrap;
  }
  #__next .max-lg\:gap-\[27px\] {
    gap: 27px;
  }
  #__next .max-lg\:self-center {
    align-self: center;
  }
  #__next .max-lg\:text-center {
    text-align: center;
  }
  #__next .max-lg\:bs-full {
    block-size: 100%;
  }
  #__next .max-lg\:mbs-40 {
    margin-block-start: 10rem;
  }
  #__next .max-lg\:border-be {
    border-block-end-width: 1px;
  }
}

@media not all and (min-width: 900px) {
  #__next .max-md\:order-1 {
    order: 1;
  }
  #__next .max-md\:order-2 {
    order: 2;
  }
  #__next .max-md\:order-3 {
    order: 3;
  }
  #__next .max-md\:hidden {
    display: none;
  }
  #__next .max-md\:flex-col {
    flex-direction: column;
  }
  #__next .max-md\:text-center {
    text-align: center;
  }
  #__next .max-md\:pli-5 {
    padding-inline: 1.25rem;
  }
  #__next .max-md\:border-be {
    border-block-end-width: 1px;
  }
}

@media not all and (min-width: 600px) {
  #__next .max-sm\:-order-1 {
    order: -1;
  }
  #__next .max-sm\:flex {
    display: flex;
  }
  #__next .max-sm\:hidden {
    display: none;
  }
  #__next .max-sm\:w-full {
    width: 100%;
  }
  #__next .max-sm\:flex-1 {
    flex: 1 1 0%;
  }
  #__next .max-sm\:flex-col {
    flex-direction: column;
  }
  #__next .max-sm\:items-center {
    align-items: center;
  }
  #__next .max-sm\:justify-center {
    justify-content: center;
  }
  #__next .max-sm\:gap-0\.5 {
    gap: 0.125rem;
  }
  #__next .max-sm\:gap-2 {
    gap: 0.5rem;
  }
  #__next .max-sm\:gap-3 {
    gap: 0.75rem;
  }
  #__next .max-sm\:gap-4 {
    gap: 1rem;
  }
  #__next .max-sm\:gap-y-4 {
    row-gap: 1rem;
  }
  #__next .max-sm\:gap-y-5 {
    row-gap: 1.25rem;
  }
  #__next .max-sm\:text-center {
    text-align: center;
  }
  #__next .max-sm\:is-\[80\%\] {
    inline-size: 80%;
  }
  #__next .max-sm\:is-full {
    inline-size: 100%;
  }
  #__next .max-sm\:mbe-6 {
    margin-block-end: 1.5rem;
  }
  #__next .max-sm\:mbs-\[26px\] {
    margin-block-start: 26px;
  }
  #__next .max-sm\:pli-3 {
    padding-inline: 0.75rem;
  }
  #__next .max-sm\:border-be {
    border-block-end-width: 1px;
  }
}

@media (max-width: 400px) {
  #__next .max-\[400px\]\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 600px) {
  #__next .sm\:absolute {
    position: absolute;
  }
  #__next .sm\:order-1 {
    order: 1;
  }
  #__next .sm\:order-2 {
    order: 2;
  }
  #__next .sm\:order-\[unset\] {
    order: unset;
  }
  #__next .sm\:mb-\[19px\] {
    margin-bottom: 19px;
  }
  #__next .sm\:mb-\[20px\] {
    margin-bottom: 20px;
  }
  #__next .sm\:mb-\[24px\] {
    margin-bottom: 24px;
  }
  #__next .sm\:mb-\[28px\] {
    margin-bottom: 28px;
  }
  #__next .sm\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  #__next .sm\:mb-\[34px\] {
    margin-bottom: 34px;
  }
  #__next .sm\:mb-\[41px\] {
    margin-bottom: 41px;
  }
  #__next .sm\:mb-\[90px\] {
    margin-bottom: 90px;
  }
  #__next .sm\:mt-0 {
    margin-top: 0px;
  }
  #__next .sm\:mt-\[0px\] {
    margin-top: 0px;
  }
  #__next .sm\:mt-\[11px\] {
    margin-top: 11px;
  }
  #__next .sm\:mt-\[20px\] {
    margin-top: 20px;
  }
  #__next .sm\:mt-\[30px\] {
    margin-top: 30px;
  }
  #__next .sm\:mt-\[40px\] {
    margin-top: 40px;
  }
  #__next .sm\:mt-\[5px\] {
    margin-top: 5px;
  }
  #__next .sm\:mt-\[85px\] {
    margin-top: 85px;
  }
  #__next .sm\:block {
    display: block;
  }
  #__next .sm\:flex {
    display: flex;
  }
  #__next .sm\:hidden {
    display: none;
  }
  #__next .sm\:h-\[118px\] {
    height: 118px;
  }
  #__next .sm\:h-\[18px\] {
    height: 18px;
  }
  #__next .sm\:h-\[240px\] {
    height: 240px;
  }
  #__next .sm\:h-\[24px\] {
    height: 24px;
  }
  #__next .sm\:h-\[46px\] {
    height: 46px;
  }
  #__next .sm\:h-\[72px\] {
    height: 72px;
  }
  #__next .sm\:h-auto {
    height: auto;
  }
  #__next .sm\:w-\[100\%\] {
    width: 100%;
  }
  #__next .sm\:w-\[129\%\] {
    width: 129%;
  }
  #__next .sm\:w-\[176px\] {
    width: 176px;
  }
  #__next .sm\:w-\[248px\] {
    width: 248px;
  }
  #__next .sm\:w-\[24px\] {
    width: 24px;
  }
  #__next .sm\:w-\[292px\] {
    width: 292px;
  }
  #__next .sm\:w-auto {
    width: auto;
  }
  #__next .sm\:w-full {
    width: 100%;
  }
  #__next .sm\:max-w-\[100\%\] {
    max-width: 100%;
  }
  #__next .sm\:basis-\[calc\(\(100\%-3rem\)\/2\)\] {
    flex-basis: calc((100% - 3rem) / 2);
  }
  #__next .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  #__next .sm\:flex-row {
    flex-direction: row;
  }
  #__next .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  #__next .sm\:items-start {
    align-items: flex-start;
  }
  #__next .sm\:items-end {
    align-items: flex-end;
  }
  #__next .sm\:items-center {
    align-items: center;
  }
  #__next .sm\:items-baseline {
    align-items: baseline;
  }
  #__next .sm\:justify-normal {
    justify-content: normal;
  }
  #__next .sm\:justify-end {
    justify-content: flex-end;
  }
  #__next .sm\:justify-between {
    justify-content: space-between;
  }
  #__next .sm\:gap-12 {
    gap: 3rem;
  }
  #__next .sm\:gap-3 {
    gap: 0.75rem;
  }
  #__next .sm\:gap-4 {
    gap: 1rem;
  }
  #__next .sm\:gap-8 {
    gap: 2rem;
  }
  #__next .sm\:gap-\[20px\] {
    gap: 20px;
  }
  #__next .sm\:gap-\[30px\] {
    gap: 30px;
  }
  #__next .sm\:gap-\[40px\] {
    gap: 40px;
  }
  #__next .sm\:gap-\[47px\] {
    gap: 47px;
  }
  #__next .sm\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  #__next .sm\:self-auto {
    align-self: auto;
  }
  #__next .sm\:\!p-12 {
    padding: 3rem !important;
  }
  #__next .sm\:p-0 {
    padding: 0px;
  }
  #__next .sm\:p-16 {
    padding: 4rem;
  }
  #__next .sm\:p-4 {
    padding: 1rem;
  }
  #__next .sm\:p-8 {
    padding: 2rem;
  }
  #__next .sm\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  #__next .sm\:pb-12 {
    padding-bottom: 3rem;
  }
  #__next .sm\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  #__next .sm\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  #__next .sm\:pb-\[32px\] {
    padding-bottom: 32px;
  }
  #__next .sm\:pb-\[70px\] {
    padding-bottom: 70px;
  }
  #__next .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  #__next .sm\:pt-\[20px\] {
    padding-top: 20px;
  }
  #__next .sm\:pt-\[40px\] {
    padding-top: 40px;
  }
  #__next .sm\:pt-\[44px\] {
    padding-top: 44px;
  }
  #__next .sm\:pt-\[70px\] {
    padding-top: 70px;
  }
  #__next .sm\:pt-\[76px\] {
    padding-top: 76px;
  }
  #__next .sm\:pt-\[80px\] {
    padding-top: 80px;
  }
  #__next .sm\:pt-\[90px\] {
    padding-top: 90px;
  }
  #__next .sm\:pt-\[92px\] {
    padding-top: 92px;
  }
  #__next .sm\:text-center {
    text-align: center;
  }
  #__next .sm\:text-\[11px\] {
    font-size: 11px;
  }
  #__next .sm\:text-\[14px\] {
    font-size: 14px;
  }
  #__next .sm\:text-\[16px\] {
    font-size: 16px;
  }
  #__next .sm\:text-\[22px\] {
    font-size: 22px;
  }
  #__next .sm\:text-\[24px\] {
    font-size: 24px;
  }
  #__next .sm\:text-\[25px\] {
    font-size: 25px;
  }
  #__next .sm\:text-\[26px\] {
    font-size: 26px;
  }
  #__next .sm\:text-\[30px\] {
    font-size: 30px;
  }
  #__next .sm\:text-\[36px\] {
    font-size: 36px;
  }
  #__next .sm\:text-\[38px\] {
    font-size: 38px;
  }
  #__next .sm\:text-\[40px\] {
    font-size: 40px;
  }
  #__next .sm\:text-\[50px\] {
    font-size: 50px;
  }
  #__next .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  #__next .sm\:font-bold {
    font-weight: 700;
  }
  #__next .sm\:font-semibold {
    font-weight: 600;
  }
  #__next .sm\:leading-\[54px\] {
    line-height: 54px;
  }
  #__next .sm\:text-\[\#909090\] {
    --tw-text-opacity: 1;
    color: rgb(144 144 144 / var(--tw-text-opacity));
  }
  #__next .sm\:bs-\[88px\] {
    block-size: 88px;
  }
  #__next .sm\:min-bs-\[24px\] {
    min-block-size: 24px;
  }
  #__next .sm\:is-6\/12 {
    inline-size: 50%;
  }
  #__next .sm\:is-\[140px\] {
    inline-size: 140px;
  }
  #__next .sm\:is-\[350px\] {
    inline-size: 350px;
  }
  #__next .sm\:is-\[460px\] {
    inline-size: 460px;
  }
  #__next .sm\:is-\[88px\] {
    inline-size: 88px;
  }
  #__next .sm\:is-\[unset\] {
    inline-size: unset;
  }
  #__next .sm\:is-auto {
    inline-size: auto;
  }
  #__next .sm\:max-is-\[100\%\] {
    max-inline-size: 100%;
  }
  #__next .sm\:max-is-\[400px\] {
    max-inline-size: 400px;
  }
  #__next .sm\:max-is-\[46\%\] {
    max-inline-size: 46%;
  }
  #__next .sm\:max-is-\[508px\] {
    max-inline-size: 508px;
  }
  #__next .sm\:max-is-\[55\%\] {
    max-inline-size: 55%;
  }
  #__next .sm\:mlb-10 {
    margin-block: 2.5rem;
  }
  #__next .sm\:mbe-1 {
    margin-block-end: 0.25rem;
  }
  #__next .sm\:mbe-10 {
    margin-block-end: 2.5rem;
  }
  #__next .sm\:mbe-2 {
    margin-block-end: 0.5rem;
  }
  #__next .sm\:mbe-4 {
    margin-block-end: 1rem;
  }
  #__next .sm\:mbe-6 {
    margin-block-end: 1.5rem;
  }
  #__next .sm\:mbe-\[4rem\] {
    margin-block-end: 4rem;
  }
  #__next .sm\:mbs-14 {
    margin-block-start: 3.5rem;
  }
  #__next .sm\:mbs-\[-10\%\] {
    margin-block-start: -10%;
  }
  #__next .sm\:plb-3 {
    padding-block: 0.75rem;
  }
  #__next .sm\:plb-6 {
    padding-block: 1.5rem;
  }
  #__next .sm\:plb-\[50px\] {
    padding-block: 50px;
  }
  #__next .sm\:pli-16 {
    padding-inline: 4rem;
  }
  #__next .sm\:pbe-0 {
    padding-block-end: 0px;
  }
  #__next .sm\:pbe-10 {
    padding-block-end: 2.5rem;
  }
  #__next .sm\:pbe-12 {
    padding-block-end: 3rem;
  }
  #__next .sm\:pbe-16 {
    padding-block-end: 4rem;
  }
  #__next .sm\:pbe-20 {
    padding-block-end: 5rem;
  }
  #__next .sm\:pbe-6 {
    padding-block-end: 1.5rem;
  }
  #__next .sm\:pbe-\[100px\] {
    padding-block-end: 100px;
  }
  #__next .sm\:pbs-16 {
    padding-block-start: 4rem;
  }
  #__next .sm\:pbs-6 {
    padding-block-start: 1.5rem;
  }
  #__next .sm\:pbs-\[103px\] {
    padding-block-start: 103px;
  }
  #__next .sm\:pbs-\[26px\] {
    padding-block-start: 26px;
  }
  #__next .sm\:pbs-\[50px\] {
    padding-block-start: 50px;
  }
  #__next .sm\:pis-5 {
    padding-inline-start: 1.25rem;
  }
  #__next .sm\:block-start-\[25px\] {
    inset-block-start: 25px;
  }
  #__next .sm\:block-start-\[38px\] {
    inset-block-start: 38px;
  }
  #__next .sm\:inline-start-\[25px\] {
    inset-inline-start: 25px;
  }
  #__next .sm\:inline-start-\[38px\] {
    inset-inline-start: 38px;
  }
  #__next .sm\:border-ie {
    border-inline-end-width: 1px;
  }
  #__next .sm\:border-is {
    border-inline-start-width: 1px;
  }
  #__next .sm\:hover\:text-\[\#4C82FA\]:hover {
    --tw-text-opacity: 1;
    color: rgb(76 130 250 / var(--tw-text-opacity));
  }
}

@media (min-width: 900px) {
  #__next .md\:absolute {
    position: absolute;
  }
  #__next .md\:relative {
    position: relative;
  }
  #__next .md\:-top-\[38px\] {
    top: -38px;
  }
  #__next .md\:bottom-\[24px\] {
    bottom: 24px;
  }
  #__next .md\:left-\[-50px\] {
    left: -50px;
  }
  #__next .md\:left-\[17px\] {
    left: 17px;
  }
  #__next .md\:order-\[unset\] {
    order: unset;
  }
  #__next .md\:m-auto {
    margin: auto;
  }
  #__next .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  #__next .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  #__next .md\:mb-\[-5px\] {
    margin-bottom: -5px;
  }
  #__next .md\:mb-\[38px\] {
    margin-bottom: 38px;
  }
  #__next .md\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  #__next .md\:mb-\[5px\] {
    margin-bottom: 5px;
  }
  #__next .md\:mb-\[6px\] {
    margin-bottom: 6px;
  }
  #__next .md\:mb-\[8px\] {
    margin-bottom: 8px;
  }
  #__next .md\:ml-0 {
    margin-left: 0px;
  }
  #__next .md\:ml-\[-32px\] {
    margin-left: -32px;
  }
  #__next .md\:mr-0 {
    margin-right: 0px;
  }
  #__next .md\:mt-0 {
    margin-top: 0px;
  }
  #__next .md\:mt-\[-5px\] {
    margin-top: -5px;
  }
  #__next .md\:mt-\[16px\] {
    margin-top: 16px;
  }
  #__next .md\:mt-\[21px\] {
    margin-top: 21px;
  }
  #__next .md\:mt-\[25px\] {
    margin-top: 25px;
  }
  #__next .md\:mt-\[28px\] {
    margin-top: 28px;
  }
  #__next .md\:mt-\[33px\] {
    margin-top: 33px;
  }
  #__next .md\:mt-\[42px\] {
    margin-top: 42px;
  }
  #__next .md\:mt-\[49px\] {
    margin-top: 49px;
  }
  #__next .md\:mt-\[54px\] {
    margin-top: 54px;
  }
  #__next .md\:mt-\[6px\] {
    margin-top: 6px;
  }
  #__next .md\:mt-\[7px\] {
    margin-top: 7px;
  }
  #__next .md\:mt-\[94px\] {
    margin-top: 94px;
  }
  #__next .md\:block {
    display: block;
  }
  #__next .md\:h-\[32px\] {
    height: 32px;
  }
  #__next .md\:h-\[46px\] {
    height: 46px;
  }
  #__next .md\:w-4\/12 {
    width: 33.333333%;
  }
  #__next .md\:w-8\/12 {
    width: 66.666667%;
  }
  #__next .md\:w-\[176px\] {
    width: 176px;
  }
  #__next .md\:w-\[282px\] {
    width: 282px;
  }
  #__next .md\:w-\[32px\] {
    width: 32px;
  }
  #__next .md\:w-\[416px\] {
    width: 416px;
  }
  #__next .md\:w-\[593px\] {
    width: 593px;
  }
  #__next .md\:w-auto {
    width: auto;
  }
  #__next .md\:w-full {
    width: 100%;
  }
  #__next .md\:max-w-\[216px\] {
    max-width: 216px;
  }
  #__next .md\:max-w-\[487px\] {
    max-width: 487px;
  }
  #__next .md\:max-w-none {
    max-width: none;
  }
  #__next .md\:flex-row {
    flex-direction: row;
  }
  #__next .md\:flex-col {
    flex-direction: column;
  }
  #__next .md\:items-start {
    align-items: flex-start;
  }
  #__next .md\:items-end {
    align-items: flex-end;
  }
  #__next .md\:items-center {
    align-items: center;
  }
  #__next .md\:justify-start {
    justify-content: flex-start;
  }
  #__next .md\:gap-0 {
    gap: 0px;
  }
  #__next .md\:gap-4 {
    gap: 1rem;
  }
  #__next .md\:gap-\[12px\] {
    gap: 12px;
  }
  #__next .md\:gap-\[29px\] {
    gap: 29px;
  }
  #__next .md\:gap-\[6px\] {
    gap: 6px;
  }
  #__next .md\:gap-\[8px\] {
    gap: 8px;
  }
  #__next .md\:self-center {
    align-self: center;
  }
  #__next .md\:justify-self-center {
    justify-self: center;
  }
  #__next .md\:p-12 {
    padding: 3rem;
  }
  #__next .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #__next .md\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }
  #__next .md\:px-\[17px\] {
    padding-left: 17px;
    padding-right: 17px;
  }
  #__next .md\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }
  #__next .md\:px-\[28px\] {
    padding-left: 28px;
    padding-right: 28px;
  }
  #__next .md\:px-\[40px\] {
    padding-left: 40px;
    padding-right: 40px;
  }
  #__next .md\:px-\[83px\] {
    padding-left: 83px;
    padding-right: 83px;
  }
  #__next .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  #__next .md\:py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  #__next .md\:py-\[9px\] {
    padding-top: 9px;
    padding-bottom: 9px;
  }
  #__next .md\:pb-0 {
    padding-bottom: 0px;
  }
  #__next .md\:pb-\[0\] {
    padding-bottom: 0;
  }
  #__next .md\:pb-\[120px\] {
    padding-bottom: 120px;
  }
  #__next .md\:pb-\[20px\] {
    padding-bottom: 20px;
  }
  #__next .md\:pb-\[23px\] {
    padding-bottom: 23px;
  }
  #__next .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }
  #__next .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }
  #__next .md\:pl-\[30px\] {
    padding-left: 30px;
  }
  #__next .md\:pl-\[32px\] {
    padding-left: 32px;
  }
  #__next .md\:pl-\[45px\] {
    padding-left: 45px;
  }
  #__next .md\:pr-\[25px\] {
    padding-right: 25px;
  }
  #__next .md\:pt-0 {
    padding-top: 0px;
  }
  #__next .md\:pt-\[100px\] {
    padding-top: 100px;
  }
  #__next .md\:pt-\[12px\] {
    padding-top: 12px;
  }
  #__next .md\:pt-\[153px\] {
    padding-top: 153px;
  }
  #__next .md\:pt-\[26px\] {
    padding-top: 26px;
  }
  #__next .md\:pt-\[28px\] {
    padding-top: 28px;
  }
  #__next .md\:pt-\[30px\] {
    padding-top: 30px;
  }
  #__next .md\:pt-\[80px\] {
    padding-top: 80px;
  }
  #__next .md\:text-\[14px\] {
    font-size: 14px;
  }
  #__next .md\:text-\[16px\] {
    font-size: 16px;
  }
  #__next .md\:text-\[24px\] {
    font-size: 24px;
  }
  #__next .md\:text-\[44px\] {
    font-size: 44px;
  }
  #__next .md\:font-bold {
    font-weight: 700;
  }
  #__next .md\:leading-\[170\%\] {
    line-height: 170%;
  }
  #__next .md\:leading-\[66px\] {
    line-height: 66px;
  }
  #__next .md\:leading-normal {
    line-height: 1.5;
  }
  #__next .md\:bs-\[150px\] {
    block-size: 150px;
  }
  #__next .md\:bs-\[450px\] {
    block-size: 450px;
  }
  #__next .md\:bs-full {
    block-size: 100%;
  }
  #__next .md\:is-1\/2 {
    inline-size: 50%;
  }
  #__next .md\:is-3\/4 {
    inline-size: 75%;
  }
  #__next .md\:is-4\/12 {
    inline-size: 33.333333%;
  }
  #__next .md\:is-8\/12 {
    inline-size: 66.666667%;
  }
  #__next .md\:is-\[416px\] {
    inline-size: 416px;
  }
  #__next .md\:is-\[480px\] {
    inline-size: 480px;
  }
  #__next .md\:is-\[588px\] {
    inline-size: 588px;
  }
  #__next .md\:is-full {
    inline-size: 100%;
  }
  #__next .md\:\!min-is-\[unset\] {
    min-inline-size: unset !important;
  }
  #__next .md\:min-is-\[300px\] {
    min-inline-size: 300px;
  }
  #__next .md\:max-is-\[416px\] {
    max-inline-size: 416px;
  }
  #__next .md\:max-is-\[440px\] {
    max-inline-size: 440px;
  }
  #__next .md\:max-is-\[520px\] {
    max-inline-size: 520px;
  }
  #__next .md\:max-is-\[550px\] {
    max-inline-size: 550px;
  }
  #__next .md\:max-is-\[600px\] {
    max-inline-size: 600px;
  }
  #__next .md\:max-is-\[unset\] {
    max-inline-size: unset;
  }
  #__next .md\:mbe-12 {
    margin-block-end: 3rem;
  }
  #__next .md\:mbs-0 {
    margin-block-start: 0px;
  }
  #__next .md\:mbs-12 {
    margin-block-start: 3rem;
  }
  #__next .md\:mbs-\[-8\%\] {
    margin-block-start: -8%;
  }
  #__next .md\:plb-\[100px\] {
    padding-block: 100px;
  }
  #__next .md\:pbs-16 {
    padding-block-start: 4rem;
  }
  #__next .md\:pbs-\[100px\] {
    padding-block-start: 100px;
  }
  #__next .md\:block-end-5 {
    inset-block-end: 1.25rem;
  }
  #__next .md\:inline-end-\[90px\] {
    inset-inline-end: 90px;
  }
  #__next .md\:border-bs-0 {
    border-block-start-width: 0px;
  }
  #__next .md\:border-ie {
    border-inline-end-width: 1px;
  }
  #__next .md\:border-is {
    border-inline-start-width: 1px;
  }
}

@media (min-width: 1200px) {
  #__next .lg\:z-\[11\] {
    z-index: 11;
  }
  #__next .lg\:mb-\[44px\] {
    margin-bottom: 44px;
  }
  #__next .lg\:mb-\[54px\] {
    margin-bottom: 54px;
  }
  #__next .lg\:mb-\[56px\] {
    margin-bottom: 56px;
  }
  #__next .lg\:mb-\[63px\] {
    margin-bottom: 63px;
  }
  #__next .lg\:w-\[383px\] {
    width: 383px;
  }
  #__next .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  #__next .lg\:flex-row {
    flex-direction: row;
  }
  #__next .lg\:justify-between {
    justify-content: space-between;
  }
  #__next .lg\:gap-12 {
    gap: 3rem;
  }
  #__next .lg\:gap-\[153px\] {
    gap: 153px;
  }
  #__next .lg\:gap-\[15px\] {
    gap: 15px;
  }
  #__next .lg\:gap-\[36px\] {
    gap: 36px;
  }
  #__next .lg\:gap-\[40px\] {
    gap: 40px;
  }
  #__next .lg\:border-e {
    border-inline-end-width: 1px;
  }
  #__next .lg\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }
  #__next .lg\:pb-\[30px\] {
    padding-bottom: 30px;
  }
  #__next .lg\:pr-\[46px\] {
    padding-right: 46px;
  }
  #__next .lg\:text-\[24px\] {
    font-size: 24px;
  }
  #__next .lg\:text-\[36px\] {
    font-size: 36px;
  }
  #__next .lg\:bs-\[500px\] {
    block-size: 500px;
  }
  #__next .lg\:is-full {
    inline-size: 100%;
  }
  #__next .lg\:min-is-\[300px\] {
    min-inline-size: 300px;
  }
  #__next .lg\:max-is-\[100\%\] {
    max-inline-size: 100%;
  }
  #__next .lg\:max-is-\[532px\] {
    max-inline-size: 532px;
  }
  #__next .lg\:mbe-24 {
    margin-block-end: 6rem;
  }
  #__next .lg\:mbs-0 {
    margin-block-start: 0px;
  }
  #__next .lg\:mbs-\[-5\%\] {
    margin-block-start: -5%;
  }
  #__next .lg\:plb-9 {
    padding-block: 2.25rem;
  }
  #__next .lg\:pbs-\[180px\] {
    padding-block-start: 180px;
  }
  #__next .lg\:border-be-0 {
    border-block-end-width: 0px;
  }
  #__next .lg\:border-ie {
    border-inline-end-width: 1px;
  }
}

@media (min-width: 1536px) {
  #__next .xl\:justify-normal {
    justify-content: normal;
  }
  #__next .xl\:bs-\[188px\] {
    block-size: 188px;
  }
  #__next .xl\:\!plb-16 {
    padding-block: 4rem !important;
  }
  #__next .xl\:pli-\[6\.25rem\] {
    padding-inline: 6.25rem;
  }
  #__next .xl\:block-end-0 {
    inset-block-end: 0px;
  }
  #__next .xl\:inline-end-\[2\%\] {
    inset-inline-end: 2%;
  }
}

@media (prefers-color-scheme: dark) {
  #__next .dark\:bg-\[\#FFF\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
  #__next .dark\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}

#__next :is(.\[\&\:first-of-type\>\*\]\:rounded-be-none:first-of-type>*) {
  border-end-start-radius: 0px;
  border-end-end-radius: 0px;
}

#__next :is(.\[\&\:last-of-type\>\*\]\:rounded-bs-none:last-of-type>*) {
  border-start-start-radius: 0px;
  border-start-end-radius: 0px;
}

#__next .\[\&\:not\(\:last-child\)\:not\(\:first-child\)\]\:plb-4:not(:last-child):not(:first-child) {
  padding-block: 1rem;
}

#__next :is(.\[\&\:not\(\:last-child\)\>div\]\:pie-6:not(:last-child)>div) {
  padding-inline-end: 1.5rem;
}

#__next :is(.\[\&\:not\(\:last-child\)\>div\]\:border-ie:not(:last-child)>div) {
  border-inline-end-width: 1px;
}

@media (min-width: 900px) {
  #__next :is(.md\:\[\&\:not\(\:last-child\)\>div\]\:pie-6:not(:last-child)>div) {
    padding-inline-end: 1.5rem;
  }
  #__next :is(.md\:\[\&\:not\(\:last-child\)\>div\]\:border-ie:not(:last-child)>div) {
    border-inline-end-width: 1px;
  }
}

#__next .\[\&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
  border-block-end-width: 1px;
}

@media not all and (min-width: 900px) {
  #__next .max-md\:\[\&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
    border-block-end-width: 1px;
  }
}

@media (min-width: 900px) {
  #__next .md\:\[\&\:not\(\:last-child\)\]\:border-ie:not(:last-child) {
    border-inline-end-width: 1px;
  }
}

#__next .\[\&\:not\(\:last-of-type\)\:not\(\:nth-last-of-type\(2\)\)\]\:border-be:not(:last-of-type):not(:nth-last-of-type(2)) {
  border-block-end-width: 1px;
}

#__next :is(.\[\&\:nth-of-type\(2\)\>\*\]\:rounded-none:nth-of-type(2)>*) {
  border-radius: 0px;
}

#__next :is(.\[\&\:nth-of-type\(odd\)\>div\]\:pie-6:nth-of-type(odd)>div) {
  padding-inline-end: 1.5rem;
}

#__next :is(.\[\&\:nth-of-type\(odd\)\>div\]\:border-ie:nth-of-type(odd)>div) {
  border-inline-end-width: 1px;
}

@media (min-width: 600px) {
  #__next :is(.sm\:\[\&\:nth-of-type\(odd\)\>div\]\:pie-6:nth-of-type(odd)>div) {
    padding-inline-end: 1.5rem;
  }
  #__next :is(.sm\:\[\&\:nth-of-type\(odd\)\>div\]\:border-ie:nth-of-type(odd)>div) {
    border-inline-end-width: 1px;
  }
}
