/*
 * 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%; }
*, ::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 .visible {
  visibility: visible;
}
#__next .invisible {
  visibility: hidden;
}
#__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 .end-5 {
  inset-inline-end: 1.25rem;
}
#__next .left-1\/2 {
  left: 50%;
}
#__next .right-full {
  right: 100%;
}
#__next .top-6 {
  top: 1.5rem;
}
#__next .z-\[1\] {
  z-index: 1;
}
#__next .order-2 {
  order: 2;
}
#__next .m-0 {
  margin: 0px;
}
#__next .m-\[5px\] {
  margin: 5px;
}
#__next .mb-5 {
  margin-bottom: 1.25rem;
}
#__next .\!block {
  display: block !important;
}
#__next .block {
  display: block;
}
#__next .inline-block {
  display: inline-block;
}
#__next .flex {
  display: flex;
}
#__next .inline-flex {
  display: inline-flex;
}
#__next .table {
  display: table;
}
#__next .grid {
  display: grid;
}
#__next .\!hidden {
  display: none !important;
}
#__next .hidden {
  display: none;
}
#__next .h-5 {
  height: 1.25rem;
}
#__next .w-full {
  width: 100%;
}
#__next .w-px {
  width: 1px;
}
#__next .flex-1 {
  flex: 1 1 0%;
}
#__next .flex-auto {
  flex: 1 1 auto;
}
#__next .flex-shrink {
  flex-shrink: 1;
}
#__next .shrink {
  flex-shrink: 1;
}
#__next .shrink-0 {
  flex-shrink: 0;
}
#__next .flex-grow {
  flex-grow: 1;
}
#__next .grow {
  flex-grow: 1;
}
#__next .basis-full {
  flex-basis: 100%;
}
#__next .border-collapse {
  border-collapse: collapse;
}
#__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 .-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-pointer {
  cursor: pointer;
}
#__next .select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#__next .resize {
  resize: both;
}
#__next .flex-row {
  flex-direction: row;
}
#__next .flex-col {
  flex-direction: column;
}
#__next .flex-wrap {
  flex-wrap: wrap;
}
#__next .flex-nowrap {
  flex-wrap: nowrap;
}
#__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-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 .gap-0\.5 {
  gap: 0.125rem;
}
#__next .gap-1 {
  gap: 0.25rem;
}
#__next .gap-1\.5 {
  gap: 0.375rem;
}
#__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-\[18px\] {
  gap: 18px;
}
#__next .gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
#__next .gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
#__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-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}
#__next .gap-y-0\.5 {
  row-gap: 0.125rem;
}
#__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-6 {
  row-gap: 1.5rem;
}
#__next .gap-y-8 {
  row-gap: 2rem;
}
#__next .self-start {
  align-self: flex-start;
}
#__next .self-end {
  align-self: flex-end;
}
#__next .self-baseline {
  align-self: baseline;
}
#__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 .whitespace-nowrap {
  white-space: nowrap;
}
#__next .rounded {
  border-radius: 0.375rem;
}
#__next .rounded-full {
  border-radius: 9999px;
}
#__next .rounded-sm {
  border-radius: var(--mui-shape-customBorderRadius-sm);
}
#__next .border {
  border-width: 1px;
}
#__next .border-2 {
  border-width: 2px;
}
#__next .border-\[5px\] {
  border-width: 5px;
}
#__next .border-dashed {
  border-style: dashed;
}
#__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-actionHover {
  background-color: var(--mui-palette-action-hover);
}
#__next .bg-actionSelected {
  background-color: var(--mui-palette-action-selected);
}
#__next .bg-backgroundPaper {
  background-color: var(--mui-palette-background-paper);
}
#__next .bg-facebook {
  --tw-bg-opacity: 1;
  background-color: rgb(66 103 178 / var(--tw-bg-opacity, 1));
}
#__next .bg-linkedin {
  --tw-bg-opacity: 1;
  background-color: rgb(0 123 182 / var(--tw-bg-opacity, 1));
}
#__next .bg-textPrimary {
  background-color: var(--mui-palette-text-primary);
}
#__next .bg-twitter {
  --tw-bg-opacity: 1;
  background-color: rgb(29 161 242 / var(--tw-bg-opacity, 1));
}
#__next .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
#__next .object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
#__next .p-0 {
  padding: 0px;
}
#__next .p-1 {
  padding: 0.25rem;
}
#__next .p-4 {
  padding: 1rem;
}
#__next .p-6 {
  padding: 1.5rem;
}
#__next .\!pt-0 {
  padding-top: 0px !important;
}
#__next .pb-3 {
  padding-bottom: 0.75rem;
}
#__next .text-center {
  text-align: center;
}
#__next .text-right {
  text-align: right;
}
#__next .\!text-end {
  text-align: end !important;
}
#__next .text-end {
  text-align: end;
}
#__next .align-top {
  vertical-align: top;
}
#__next .\!text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
#__next .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
#__next .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
#__next .text-8xl {
  font-size: 6rem;
  line-height: 1;
}
#__next .text-\[1\.625rem\] {
  font-size: 1.625rem;
}
#__next .text-\[10px\] {
  font-size: 10px;
}
#__next .text-\[15px\] {
  font-size: 15px;
}
#__next .text-\[22px\] {
  font-size: 22px;
}
#__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-\[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-medium {
  font-weight: 500;
}
#__next .uppercase {
  text-transform: uppercase;
}
#__next .capitalize {
  text-transform: capitalize;
}
#__next .leading-\[1\.16667\] {
  line-height: 1.16667;
}
#__next .leading-\[1\.4667\] {
  line-height: 1.4667;
}
#__next .leading-\[1\.55556\] {
  line-height: 1.55556;
}
#__next .tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}
#__next .\!text-primary {
  color: var(--primary-color) !important;
}
#__next .\!text-success {
  color: var(--mui-palette-success-main) !important;
}
#__next .text-actionActive {
  color: var(--mui-palette-action-active);
}
#__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, 1));
}
#__next .text-info {
  color: var(--mui-palette-info-main);
}
#__next .text-inherit {
  color: inherit;
}
#__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-twitter {
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}
#__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, 1));
}
#__next .underline {
  text-decoration-line: underline;
}
#__next .overline {
  text-decoration-line: overline;
}
#__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-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-primarySm {
  --tw-shadow: var(--mui-customShadows-primary-sm);
  --tw-shadow-colored: var(--mui-customShadows-primary-sm);
  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 .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
#__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-end {
  text-align: end !important;
}
#__next .text-end {
  text-align: end;
}
#__next .bs-10 {
  block-size: 2.5rem;
}
#__next .bs-2 {
  block-size: 0.5rem;
}
#__next .bs-2\.5 {
  block-size: 0.625rem;
}
#__next .bs-4 {
  block-size: 1rem;
}
#__next .bs-5 {
  block-size: 1.25rem;
}
#__next .bs-\[100px\] {
  block-size: 100px;
}
#__next .bs-\[250px\] {
  block-size: 250px;
}
#__next .bs-\[30px\] {
  block-size: 30px;
}
#__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-\[42px\] {
  block-size: 42px;
}
#__next .bs-\[550px\] {
  block-size: 550px;
}
#__next .bs-\[66px\] {
  block-size: 66px;
}
#__next .bs-auto {
  block-size: auto;
}
#__next .bs-full {
  block-size: 100%;
}
#__next .min-bs-\[100dvh\] {
  min-block-size: 100dvh;
}
#__next .min-bs-full {
  min-block-size: 100%;
}
#__next .max-bs-\[517px\] {
  max-block-size: 517px;
}
#__next .max-bs-\[550px\] {
  max-block-size: 550px;
}
#__next .is-1\/2 {
  inline-size: 50%;
}
#__next .is-10 {
  inline-size: 2.5rem;
}
#__next .is-20 {
  inline-size: 5rem;
}
#__next .is-24 {
  inline-size: 6rem;
}
#__next .is-4 {
  inline-size: 1rem;
}
#__next .is-96 {
  inline-size: 24rem;
}
#__next .is-\[100px\] {
  inline-size: 100px;
}
#__next .is-\[150px\] {
  inline-size: 150px;
}
#__next .is-\[23\.75rem\] {
  inline-size: 23.75rem;
}
#__next .is-\[38px\] {
  inline-size: 38px;
}
#__next .is-\[42px\] {
  inline-size: 42px;
}
#__next .is-\[50px\] {
  inline-size: 50px;
}
#__next .is-\[66px\] {
  inline-size: 66px;
}
#__next .is-\[70px\] {
  inline-size: 70px;
}
#__next .is-\[90vw\] {
  inline-size: 90vw;
}
#__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-\[100px\] {
  min-inline-size: 100px;
}
#__next .min-is-\[160px\] {
  min-inline-size: 160px;
}
#__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-\[95px\] {
  min-inline-size: 95px;
}
#__next .max-is-\[46\.25rem\] {
  max-inline-size: 46.25rem;
}
#__next .mlb-1 {
  margin-block: 0.25rem;
}
#__next .mlb-2 {
  margin-block: 0.5rem;
}
#__next .mlb-4 {
  margin-block: 1rem;
}
#__next .mlb-6 {
  margin-block: 1.5rem;
}
#__next .mli-2 {
  margin-inline: 0.5rem;
}
#__next .\!mbs-14 {
  margin-block-start: 3.5rem !important;
}
#__next .\!mbs-3 {
  margin-block-start: 0.75rem !important;
}
#__next .\!mbs-5 {
  margin-block-start: 1.25rem !important;
}
#__next .mbe-1 {
  margin-block-end: 0.25rem;
}
#__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-4 {
  margin-block-end: 1rem;
}
#__next .mbe-5 {
  margin-block-end: 1.25rem;
}
#__next .mbe-6 {
  margin-block-end: 1.5rem;
}
#__next .mbe-8 {
  margin-block-end: 2rem;
}
#__next .mbe-px {
  margin-block-end: 1px;
}
#__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-10 {
  margin-block-start: 2.5rem;
}
#__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-6 {
  margin-block-start: 1.5rem;
}
#__next .mbs-8 {
  margin-block-start: 2rem;
}
#__next .mbs-\[-40px\] {
  margin-block-start: -40px;
}
#__next .mie-0 {
  margin-inline-end: 0px;
}
#__next .mie-1 {
  margin-inline-end: 0.25rem;
}
#__next .mie-4 {
  margin-inline-end: 1rem;
}
#__next .mie-6 {
  margin-inline-end: 1.5rem;
}
#__next .mis-2 {
  margin-inline-start: 0.5rem;
}
#__next .mis-\[-5px\] {
  margin-inline-start: -5px;
}
#__next .plb-14 {
  padding-block: 3.5rem;
}
#__next .plb-2 {
  padding-block: 0.5rem;
}
#__next .plb-3 {
  padding-block: 0.75rem;
}
#__next .plb-3\.5 {
  padding-block: 0.875rem;
}
#__next .plb-5 {
  padding-block: 1.25rem;
}
#__next .plb-\[0\.3125rem\] {
  padding-block: 0.3125rem;
}
#__next .plb-\[12\.5px\] {
  padding-block: 12.5px;
}
#__next .plb-\[5px\] {
  padding-block: 5px;
}
#__next .pli-16 {
  padding-inline: 4rem;
}
#__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 .\!pbs-12 {
  padding-block-start: 3rem !important;
}
#__next .pbe-4 {
  padding-block-end: 1rem;
}
#__next .pbe-5 {
  padding-block-end: 1.25rem;
}
#__next .pbe-\[7px\] {
  padding-block-end: 7px;
}
#__next .pbs-0 {
  padding-block-start: 0px;
}
#__next .pbs-12 {
  padding-block-start: 3rem;
}
#__next .pbs-\[3\.75rem\] {
  padding-block-start: 3.75rem;
}
#__next .pie-0 {
  padding-inline-end: 0px;
}
#__next .pis-0 {
  padding-inline-start: 0px;
}
#__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 .inline-end-1\/2 {
  inset-inline-end: 50%;
}
#__next .inline-end-5 {
  inset-inline-end: 1.25rem;
}
#__next .inline-start-6 {
  inset-inline-start: 1.5rem;
}
#__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-bs-0 {
  border-block-start-width: 0px;
}
#__next .border-ie {
  border-inline-end-width: 1px;
}
#__next .border-is {
  border-inline-start-width: 1px;
}
#__next .rounded-bs-md {
  border-start-start-radius: var(--mui-shape-customBorderRadius-md);
  border-start-end-radius: var(--mui-shape-customBorderRadius-md);
}

: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: 54px;
  --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: rgb(var(--mui-mainColorChannels-light) / 0.5);
  --mui-mainColorChannels-shadow: var(--mui-mainColorChannels-lightShadow);
}

[data-mui-color-scheme='dark'] {
  --backdrop-color: rgb(23 25 37 / 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 {
  display: flex;
  inline-size: 100%;
  min-block-size: 100%;
}

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^='tabler-']) {
  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;
}

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

#__next .last\:mbe-0:last-child {
  margin-block-end: 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\:\!bg-\[var\(--mui-palette-success-lightOpacity\)\]:hover {
  background-color: var(--mui-palette-success-lightOpacity) !important;
}

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

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

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

#__next .hover\:text-success:hover {
  color: var(--mui-palette-success-main);
}

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

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

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

@media not all and (min-width: 1200px) {
  #__next .max-lg\:hidden {
    display: none;
  }
}

@media not all and (min-width: 900px) {
  #__next .max-md\:hidden {
    display: none;
  }
}

@media not all and (min-width: 600px) {
  #__next .max-sm\:hidden {
    display: none;
  }
  #__next .max-sm\:flex-col {
    flex-direction: column;
  }
  #__next .max-sm\:items-center {
    align-items: center;
  }
  #__next .max-sm\:gap-2 {
    gap: 0.5rem;
  }
  #__next .max-sm\:is-full {
    inline-size: 100%;
  }
  #__next .max-sm\:mbe-6 {
    margin-block-end: 1.5rem;
  }
  #__next .max-sm\:mis-0 {
    margin-inline-start: 0px;
  }
}

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

@media (min-width: 600px) {
  #__next .sm\:order-\[unset\] {
    order: unset;
  }
  #__next .sm\:block {
    display: block;
  }
  #__next .sm\:flex {
    display: flex;
  }
  #__next .sm\:hidden {
    display: none;
  }
  #__next .sm\:basis-\[calc\(\(100\%-3rem\)\/2\)\] {
    flex-basis: calc((100% - 3rem) / 2);
  }
  #__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\:justify-normal {
    justify-content: normal;
  }
  #__next .sm\:justify-between {
    justify-content: space-between;
  }
  #__next .sm\:\!p-12 {
    padding: 3rem !important;
  }
  #__next .sm\:p-16 {
    padding: 4rem;
  }
  #__next .sm\:p-8 {
    padding: 2rem;
  }
  #__next .sm\:text-\[40px\] {
    font-size: 40px;
  }
  #__next .sm\:bs-\[88px\] {
    block-size: 88px;
  }
  #__next .sm\:is-\[160px\] {
    inline-size: 160px;
  }
  #__next .sm\:is-\[250px\] {
    inline-size: 250px;
  }
  #__next .sm\:is-\[450px\] {
    inline-size: 450px;
  }
  #__next .sm\:is-\[70px\] {
    inline-size: 70px;
  }
  #__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-\[400px\] {
    max-inline-size: 400px;
  }
  #__next .sm\:mbe-\[3\.8rem\] {
    margin-block-end: 3.8rem;
  }
  #__next .sm\:mbs-11 {
    margin-block-start: 2.75rem;
  }
  #__next .sm\:mbs-14 {
    margin-block-start: 3.5rem;
  }
  #__next .sm\:pli-16 {
    padding-inline: 4rem;
  }
  #__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\:pbs-16 {
    padding-block-start: 4rem;
  }
  #__next .sm\:block-start-\[33px\] {
    inset-block-start: 33px;
  }
  #__next .sm\:inline-start-\[38px\] {
    inset-inline-start: 38px;
  }
}

@media (min-width: 900px) {
  #__next .md\:absolute {
    position: absolute;
  }
  #__next .md\:-top-8 {
    top: -2rem;
  }
  #__next .md\:flex-row {
    flex-direction: row;
  }
  #__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-5 {
    gap: 1.25rem;
  }
  #__next .md\:p-12 {
    padding: 3rem;
  }
  #__next .md\:bs-\[450px\] {
    block-size: 450px;
  }
  #__next .md\:is-\[480px\] {
    inline-size: 480px;
  }
  #__next .md\:is-full {
    inline-size: 100%;
  }
  #__next .md\:\!min-is-\[unset\] {
    min-inline-size: unset !important;
  }
  #__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-14 {
    margin-block-start: 3.5rem;
  }
}

@media (min-width: 1200px) {
  #__next .lg\:bs-\[500px\] {
    block-size: 500px;
  }
  #__next .lg\:is-\[28\.125rem\] {
    inline-size: 28.125rem;
  }
  #__next .lg\:mbs-0 {
    margin-block-start: 0px;
  }
  #__next .lg\:mbs-20 {
    margin-block-start: 5rem;
  }
}

#__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;
}

#__next .\[\&\:not\(\:last-child\)\]\:border-be:not(:last-child) {
  border-block-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\(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;
}

