*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

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

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.top-full {
  top: 100%;
}
.z-20 {
  z-index: 20;
}
.float-left {
  float: left;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-full {
  width: 100%;
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.items-center {
  align-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border-grey-semi {
  --tw-border-opacity: 1;
  border-color: rgb(224 226 233 / var(--tw-border-opacity, 1));
}
.bg-black-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-black-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 210 216 / var(--tw-bg-opacity, 1));
}
.bg-black-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 165 176 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-semibold {
  font-weight: 600;
}
.text-black-60 {
  --tw-text-opacity: 1;
  color: rgb(117 119 137 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
html,
body {
  margin: 0;
  padding: 0;
}
.hover\:bg-black-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 165 176 / var(--tw-bg-opacity, 1));
}
._container_t1s8q_1 {
  margin-top: 40px;
  width: 100%;
  height: 100vh;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

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

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

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

  .container {
    max-width: 1536px;
  }
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.top-full {
  top: 100%;
}
.z-20 {
  z-index: 20;
}
.float-left {
  float: left;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-12 {
  height: 3rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-full {
  width: 100%;
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.items-center {
  align-items: center;
}
.gap-2 {
  gap: 0.5rem;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border-2 {
  border-width: 2px;
}
.border-grey-semi {
  --tw-border-opacity: 1;
  border-color: rgb(224 226 233 / var(--tw-border-opacity, 1));
}
.bg-black-10 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.bg-black-20 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 210 216 / var(--tw-bg-opacity, 1));
}
.bg-black-40 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 165 176 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-semibold {
  font-weight: 600;
}
.text-black-60 {
  --tw-text-opacity: 1;
  color: rgb(117 119 137 / var(--tw-text-opacity, 1));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
html,
body {
  margin: 0;
  padding: 0;
  color: #474a61;
}
/* Apply full height to all root elements */
html,
body,
#app {
  height: 100%;
}
.hover\:bg-black-10:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}
.hover\:bg-black-40:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 165 176 / var(--tw-bg-opacity, 1));
}
._flexContainer_8g7w2_1 {
  width: 100%;
  text-align: center;

  ._title_8g7w2_5 {
    margin: 0;
    font-size: 22px;
    line-height: 32px;
    white-space: pre-line;
  }
}

._imageUni_8g7w2_13 {
  max-width: 281px;
  width: 100%;
}

._imageSelzy_8g7w2_18 {
  max-width: 400px;
  width: 100%;
}

._contactSupport_8g7w2_23 {
  border: none;
  background-color: var(--white);

  span {
    color: var(--black80);
  }

  &:hover {
    background-color: var(--semiGrey);
  }
}
._btn_14244_1 {
  background-color: var(--white) !important;
  border: none !important;
  width: 40px;
  margin-right: 20px;
}

._btn_14244_1:hover {
  border: 1px solid var(--black20) !important;
}

._bottomPadding_14244_12 {
  padding-bottom: 24px;
}

._btnBlock_14244_16 {
  padding-left: 16px;
  margin-left: auto;
}

._title_14244_21 {
  margin: 0 !important;
}
._wrapper_yiws2_1 {
  position: relative;
  border: 2px solid;
  border-radius: 12px;
  outline: none;
  border-color: #dfe2e8;
}

._wrapperUni_yiws2_9:hover {
  border-color: #852876;
}

._wrapperSelzy_yiws2_13:hover {
  border-color: #3b1b67;
}
._wrapper_18s9j_1 {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: var(--superLightGrey);
}

._content_18s9j_8 {
  box-sizing: border-box;
  width: 100%;
  max-width: 1464px;
  min-width: 1024px;
  margin: 0 auto;
}

._fullHeight_18s9j_16 {
  height: 100%;
}
._widthMaxContent_1xqrd_1 {
  width: -moz-max-content;
  width: max-content;
}
._select_1gfmn_1 {
  width: 100%;
  max-width: 560px;
}
._table_4lwg5_1 {
  position: relative;
  box-shadow: 0 0 10px -10px;
  border-radius: 10px;
}

._white_4lwg5_7 {
  background: #fff;
}

._row_4lwg5_11._transparent_4lwg5_11 {
  background: transparent;
}

._row_4lwg5_11 {
  background: #fff;
  min-width: 100%;
  padding: 5px 15px;
}

._row_4lwg5_11:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

._row_4lwg5_11:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

._backdrop_4lwg5_31 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
}

._loader_4lwg5_40 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
._leftSection_18ev8_1 {
  width: 600px;
}
._headerStep_1iwgc_1 {
  background: #fafbfc;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
._headerSteps_1xhvl_1 {
  width: 100%;
  position: sticky;
  top: -32px;
  z-index: 1;
  margin-top: -15px;
  margin-bottom: -25px;
}
._items_s5s8z_1 {
  color: #191d3a;
  display: flex;
  align-items: center;
}

._alert_s5s8z_7 {
  background-color: #d7f8ff;
  border-radius: 12px;
  padding: 8px 16px;
  width: 400px;
  height: auto;
}

._text_s5s8z_15 {
  font-size: 14px;
  line-height: 20px;
  margin-left: 10px;
}
._tabs_383pa_1 {
  max-width: 800px;
  width: 100%;
}

._code_383pa_6 {
  width: 800px;
}

._copy_383pa_10 {
  cursor: pointer;
}

._copy_383pa_10:hover {
  color: #852876;
}
._group_mobjv_1 {
  margin-top: -12px;
}
._titleTagInput_1meh0_1 {
  margin: -3px 0;
}

._inputCheckbox_1meh0_5 {
  margin: 3px 0 9px 0;
}

._selectItem_1meh0_9 {
  padding: 8px 16px;
  width: 100%;
  box-sizing: border-box;
}
._input_rsgw3_1 {
  width: 80px;
}

._checkbox_rsgw3_5 {
  margin: auto 0;
}
._formType_1cvyh_1 {
  margin-left: 155px;
}

._stopShowing_1cvyh_5 {
  margin-top: 15px;
}
._root_zocih_1{position:fixed;top:20px;z-index:9998;display:flex;flex-direction:column;gap:12px;max-height:100%;left:50%;transform:translate(-50%);pointer-events:none}._content_zocih_14{position:relative}._alert_zocih_18{position:absolute;left:50%;transform:translate(-50%,-20px);transition:transform .3s ease;pointer-events:all}._logoutBtn_1flb7_1{color:var(--danger);margin-left:8px}._wrapper_1flb7_6{display:grid;align-items:center;grid-template-columns:repeat(2,160px) max-content;gap:16px}._signBtn_1flb7_13{color:var(--danger)}._button_1flb7_17{background-color:var(--white);border:2px solid var(--semiGrey);width:100%}._isOpened_1flb7_23{border:2px solid var(--primary)}._downIcon_1flb7_27{color:var(--grey)}._menuOptions_1flb7_31{padding:4px 0;z-index:1;gap:0}._menuOptions_1flb7_31 div{width:100%;gap:0!important}._menuOption_1flb7_31{justify-content:flex-start;padding:8px}._isSelected_1flb7_47{background-color:var(--semiGrey)}._menuOption_1flb7_31:hover{background-color:var(--lightGrey);cursor:pointer}._loggedAsEmail_1flb7_56{color:var(--black60)}._downIconRotate_1flb7_60{transform:rotate(-180deg)}._dropdown_23962_1{z-index:1;position:relative}._linkWrapper_23962_6{border:2px solid var(--semiGrey);box-shadow:0 16px 64px #191d3a0f;background-color:var(--white);border-radius:24px;padding:10px 0;overflow-x:hidden;overflow-y:auto;z-index:1;position:absolute;top:24px;left:0;max-height:calc(100vh - 52px)}._displayNone_23962_21{display:none}._col_23962_25{width:100%;box-sizing:border-box}._linkWrapper_23962_6._twoColumns_23962_30{width:450px}._linkWrapper_23962_6._twoColumns_23962_30 ._col_23962_25{width:50%;border-right:solid 2px var(--semiGrey)}._linkWrapper_23962_6._twoColumns_23962_30 ._col_23962_25:nth-child(2n){border-right:0}._linkWrapper_23962_6._threeCols_23962_43{width:900px}._linkWrapper_23962_6._threeCols_23962_43 ._col_23962_25{width:33.33%;border-right:solid 2px var(--semiGrey)}._linkWrapper_23962_6._threeColumns_23962_52 ._col_23962_25:nth-child(3n){border-right:0}._activatorItem_23962_56{display:flex;align-items:center;font-size:14px;width:-moz-max-content;width:max-content}._activatorItem_23962_56 svg{font-size:14px}._activatorLabel_23962_67{margin-right:8px;width:-moz-max-content;width:max-content}._link_23962_6{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:205px;padding:12px 16px;font-size:16px;font-weight:400;font-family:var(--mainFont)}._link_23962_6:hover{background-color:var(--lightGrey)}._downIcon_23962_88{transform:rotate(-180deg)}@media screen and (max-width: 991px){._linkWrapper_23962_6._threeCols_23962_43 ._col_23962_25{width:50%;border-right:solid 2px var(--semiGrey)}._linkWrapper_23962_6._threeCols_23962_43 ._col_23962_25:nth-child(3n){border-right:solid 2px var(--semiGrey)}._linkWrapper_23962_6._threeCols_23962_43 ._col_23962_25:nth-child(2n){border-right:0}._linkWrapper_23962_6._threeCols_23962_43{width:600px}}._adminPanelMenu_mhpq8_1{display:flex;align-items:center;gap:18px}._adminPanel_3fj3a_1{width:100%;z-index:10;color:var(--black);background-color:var(--superLightGrey);display:flex;align-items:center;justify-content:space-between;min-height:52px;flex-wrap:wrap;padding-left:24px;padding-right:32px;position:relative}._fixed_3fj3a_16{position:fixed;top:0;left:0}@media screen and (min-width: 767px) and (max-width: 1110px){height: 100px; flex-direction: column; align-items: flex-start;{}}@media only screen and (max-width: 767px){display: none;{}}._header_14lj7_1{background-color:var(--white);width:100%;height:88px;display:grid;align-items:center;padding:0 28px;box-sizing:border-box}._rightHeader_14lj7_11{position:absolute;right:24px}._modal_14lj7_16{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:101;background:white}._padding_14lj7_26{padding:24px 32px}._iconButton_14lj7_30{border:none;margin:0;padding:0;text-align:inherit;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:40px;width:40px;background-color:var(--white);display:flex;align-items:center;justify-content:center;border-radius:var(--borderRadiusS)}._iconButton_14lj7_30:disabled{cursor:not-allowed}._preview_14lj7_51{width:100%;max-width:921px;background-color:var(--white);border-radius:20px;border:none;height:100%}._mobileView_14lj7_60{max-width:440px;height:100%}._image_14lj7_65{background-size:cover;margin:auto}._deviceSwitcher_14lj7_70{height:40px;background-color:var(--lightGrey);border-radius:var(--borderRadiusS)}._deviceSwitcher_14lj7_70>button{border:none;margin:0;text-align:inherit;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:grid;align-items:center;justify-content:center;grid-template-columns:auto 1fr;padding:4px 12px;gap:8px;width:50%;height:100%;border-radius:var(--borderRadiusS)}._background_14lj7_94{background-color:var(--lightGrey)}._grid_14lj7_98{width:100%;height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px}._deviceSwitcher_14lj7_70>button._active_14lj7_107{background-color:var(--grey)}._modal_1889l_1{border-radius:24px}._content_1889l_5{padding:24px}._header_1889l_9{margin:-24px 0 0 -24px;padding:20px 24px;border-bottom:1px solid var(--lightGrey);width:calc(100% + 48px)}._title_1889l_16{margin:0}._description_1889l_20{color:var(--textSecondary);font-size:16px;font-weight:500;line-height:24px}._buttons_1889l_27{display:flex;flex-direction:column;gap:12px}._formatButton_1889l_33{width:100%;padding:60px 128px!important;border:0;background:var(--lightGrey);transition:all .2s ease}._buttonContent_1889l_41{display:flex;align-items:center;gap:8px}._iconContainer_1889l_47{display:flex;align-items:center;justify-content:center}._buttonText_1889l_53{flex:1}._formatTitle_1889l_57{font-size:32px;font-weight:700;color:var(--black);margin-bottom:4px}._formatButton_1889l_33:hover{background:var(--lighterPrimary)}._formatButton_1889l_33:hover ._formatTitle_1889l_57,._formatButton_1889l_33:hover ._icon_1889l_47{color:var(--success)}._card_18w0u_1{background-color:var(--white);border-radius:24px;padding:16px;cursor:pointer}._previewImage_18w0u_8{border-radius:16px;border:1px solid var(--semiGrey);cursor:pointer;width:96px;height:112px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}._previewImageEmpty_18w0u_18{border:none;border-radius:0}._previewFallback_18w0u_23{width:96px;height:112px;border-radius:16px;background-color:var(--lightGrey)}._title_18w0u_30{display:-webkit-box;margin:0;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._metaRow_18w0u_39{flex-shrink:0}._meta_18w0u_39{margin:0}._metaWithIcon_18w0u_47{margin-left:4px}._metricsWrapper_18w0u_51{margin-top:8px}._metricValue_18w0u_55{white-space:nowrap}._menuButton_18w0u_59{display:flex;justify-content:center;align-items:center;padding:10px;border:0;border-radius:12px;background-color:transparent;cursor:pointer}._menuButton_18w0u_59:hover{background-color:var(--lightGrey)}._menuButtonActive_18w0u_74,._menuButtonActive_18w0u_74:hover{background-color:var(--lightPrimary)}._menuContent_18w0u_79{padding:8px 0;min-width:180px}._menuItem_18w0u_84{width:100%;padding:8px 12px;text-align:left;border:0;background:transparent;cursor:pointer}._menuItem_18w0u_84:hover{background-color:var(--lightGrey)}._menuItemDanger_18w0u_97{color:var(--danger)}._badgeSuccess_18w0u_101{background-color:var(--lightSuccess);color:var(--success)}._badgeScheduled_18w0u_106{background-color:var(--lightCustom);color:var(--custom)}._badgeDraft_18w0u_111{background-color:var(--lightGrey);color:var(--black80)}._badgeDanger_18w0u_116{background-color:var(--lightDanger);color:var(--danger)}._infoIcon_18w0u_121{width:20px;height:20px;color:var(--black60);flex-shrink:0}._menuItemDisabled_18w0u_128{color:var(--black40);cursor:default;background-color:inherit}._menuItemDisabled_18w0u_128:hover{background-color:inherit}._listNameRow_18w0u_138{max-width:70%}._listNameText_18w0u_142{display:-webkit-box;margin:0;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}._moderationPanel_1nf8s_1{position:fixed;right:0;z-index:10002;display:flex;align-items:flex-start;color:var(--black);top:160px}._containerIcon_1nf8s_11{border-radius:16px;background-color:var(--primary);padding:12px;height:56px;width:56px}._opened_1nf8s_19{border-top-left-radius:0;border-bottom-left-radius:0}._icon_1nf8s_24 path{fill:var(--white)}._content_1nf8s_28{width:450px;height:450px;overflow-y:auto;padding:16px;border-top-left-radius:24px;border-bottom-right-radius:24px;border-bottom-left-radius:24px;border:2px solid var(--primary);display:flex;gap:16px;flex-direction:column;background-color:var(--white)}._statusText_1nf8s_43{margin-left:8px}._statusText_1nf8s_43:hover{text-decoration:underline}._resetIcon_1nf8s_51 path{fill:var(--success)}._disableIcon_1nf8s_55 path{fill:var(--black40)}._pointer_1nf8s_59{cursor:pointer}._star_1np0n_1{margin:0 2px;width:20px}._item_1x5dg_1{display:flex;padding:16px 24px;border-radius:16px;background:var(--lightGrey);gap:8px;width:100%;align-items:center}._item_1x5dg_1:hover{background:var(--lightPrimary);cursor:pointer}._items_1x5dg_16{display:flex;gap:16px;align-items:stretch}._container_1x5dg_22{padding-bottom:24px;border-bottom:1px solid var(--lightGrey);gap:6px}@media only screen and (max-width: 1024px){._items_1x5dg_16{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:12px;align-items:stretch}._item_1x5dg_1{width:auto}}._menu_s3ijd_1{cursor:pointer;max-height:220px;overflow:auto;height:100%;padding:0;border:none;border-radius:8px}._wrapperMenu_s3ijd_11{border:2px solid var(--semiGrey);border-radius:8px}._menu_s3ijd_1>div{width:100%;padding-left:0;padding-right:0;border-radius:8px}._item_s3ijd_23{padding:9px 10px;width:100%;display:block;border-radius:none}._item_s3ijd_23:hover{background-color:var(--lightGrey)}._chooseSegmentContent_s3ijd_34{display:flex;align-items:center;gap:16px}._nameSegmentContent_s3ijd_40{width:152px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._icon_s3ijd_47{width:24px;height:24px}._closeIcon_s3ijd_52{transform:rotate(45deg)}._dropdown_s3ijd_56{width:auto}._wrapper_1ydm9_1{width:800px;padding:24px}._title_1ydm9_6{margin-bottom:40px;border-bottom:1px solid var(--lightGrey);width:100%;padding-bottom:16px}._footer_1ydm9_13{margin-top:40px;border-top:1px solid var(--lightGrey);padding:16px 0}._index_1c1pj_1{line-height:24px}._number_1c1pj_5{background-color:var(--semiGrey);color:var(--custom);position:relative;min-width:40px;padding:0 5px;height:40px;border-radius:12px}._title_1c1pj_15{white-space:nowrap}._rowValue_1c1pj_19,._filterWhat_1c1pj_20{flex:2;padding:8px}._filterHow_1c1pj_25{flex:1;padding:8px}._close_1c1pj_30{min-width:32px;min-height:32px;cursor:pointer;background-color:var(--superLightGrey);border-radius:50%}._svg_1c1pj_38{width:19px;height:19px}._segmentationRow_1c1pj_43{margin-top:8px;position:relative}._buttonsWrapper_1c1pj_48{background-color:var(--semiGrey);border-radius:14px;border:2px solid var(--semiGrey);margin-left:16px;display:flex;box-sizing:border-box}._condition_1c1pj_57{cursor:pointer;background-color:transparent;border:none;padding:6px 12px;white-space:nowrap}._condition_1c1pj_57._active_1c1pj_65{border-radius:12px;background-color:var(--grey)}._addButtons_1c1pj_70{margin-right:16px;flex-grow:1;flex-wrap:wrap;gap:0 16px}._addCondition_1c1pj_77{color:var(--custom);cursor:pointer;text-transform:uppercase;font-size:12px;line-height:20px}._wrapperCompoundRow_1c1pj_85{padding-top:28px;margin-top:16px;border-top:1px solid var(--lightGrey)}._childRow_1c1pj_91{padding-left:56px;margin-top:8px}._whatAbsent_1c1pj_135{padding-left:10px}._mainConditionWrapper_1c1pj_139{display:flex;flex-grow:1;margin-left:16px}._mainConditionWrapperOnlyAnyCondition_1c1pj_145{flex-grow:1;margin-left:16px}._selectInput_1c1pj_150{flex-grow:1}._selectContainer_1c1pj_154{width:100%}._fields_1c1pj_158{margin-left:8px}@media only screen and (max-width: 1050px){._fields_1c1pj_158{flex-direction:column}._filterHow_1c1pj_25,._filterWhat_1c1pj_20,._rowValue_1c1pj_19{width:100%}._mainConditionWrapper_1c1pj_139{flex-wrap:wrap;margin-left:16px;gap:8px}._addButtons_1c1pj_70{justify-content:flex-start}}._deleted_1c1pj_184{color:var(--primary);padding:0 8px!important}._dash_fqfgy_1,._dash_l2wu6_1{padding:0 10px}._selectContainer_l2wu6_5{width:100%;min-width:192px}._selectInput_l2wu6_10>div,._selectWrapper_l2wu6_11>div>div,._fullWidth_l2wu6_12{width:100%}._asd_l2wu6_16{width:50%}._reasonSelect_l2wu6_20{min-width:-moz-max-content;min-width:max-content;width:100%}._contentWrapper_i777f_1{width:1116px}._wrapper_i777f_5{width:100%;padding:24px 22px}._buttonsWrapper_i777f_10{background-color:var(--semiGrey);border-radius:14px;border:2px solid var(--semiGrey);margin-left:16px;display:flex;box-sizing:border-box}._condition_i777f_19{cursor:pointer;background-color:transparent;border:none;padding:6px 12px;white-space:nowrap}._condition_i777f_19._active_i777f_27{border-radius:12px;background-color:var(--grey)}._conditions_i777f_32{font-size:16px}._addCondition_i777f_36{color:var(--custom);cursor:pointer;font-size:12px;line-height:20px;text-transform:uppercase}._addCondition_i777f_36:last-child{margin-left:16px}._mainConditionWrapper_i777f_48{padding-top:16px;border-top:1px solid var(--lightGrey)}._footer_i777f_53{border-top:1px solid var(--lightGrey);padding:16px 24px}._applySegment_i777f_58{white-space:nowrap}._conditionCounter_i777f_62{margin-left:24px;color:var(--custom);background-color:var(--semiCustom);padding:4px 12px;border-radius:32px}._ghostBtn_i777f_70{color:var(--black);cursor:pointer;padding:8px 16px;width:-moz-max-content;width:max-content}._title_i777f_77{margin:0}._header_i777f_81{border-bottom:1px solid var(--lightGrey);min-height:40px;padding:16px 24px}._footerControls_i777f_87{gap:16px}@media only screen and (max-width: 1023px){._contentWrapper_i777f_1{width:767px}._footer_i777f_53{flex-direction:column;gap:20px}._footerControls_i777f_87{flex-direction:column;gap:16px;align-items:flex-start}._applySegment_i777f_58{margin-left:0}._saveBlock_i777f_107{flex-direction:column}}@media only screen and (max-width: 880px){._contentWrapper_i777f_1,._wrapper_i777f_5{width:100%}._centered_i777f_121{width:90%}._title_i777f_77{font-size:20px}._clearAll_i777f_129,._conditionCounter_i777f_62{font-size:14px}}._disabled_i777f_135{cursor:not-allowed;color:var(--darkGrey)}._tooltip_i777f_140{word-break:break-word}._upgrade_i777f_144{text-decoration:underline;margin-left:8px;cursor:pointer}._crown_i777f_151 path{fill:var(--white)}._crownContainer_i777f_155{background:var(--warning);display:flex;justify-content:center;align-items:center;border-radius:16px;padding:2px}._searchWrapper_i777f_164{padding:8px;width:100%;margin-top:-8px}._noData_i777f_170{padding:8px}._customTitle_i777f_174{padding-top:24px;padding-bottom:8px}._loaderContainer_i777f_179{height:244px}._index_luqh5_1{line-height:24px;font-size:16px;margin-right:16px}._segmentationRow_luqh5_7{margin-top:16px;line-height:24px;font-size:16px}._withMargin_luqh5_13{margin-left:24px}._row_luqh5_17{display:flex;align-items:center}._title_fpaob_1{margin:0}._header_fpaob_5{border-bottom:1px solid var(--lightGrey);margin-bottom:24px;min-height:40px;padding:16px 24px}._segmentationName_fpaob_12{margin-left:16px;display:flex;align-items:center;gap:8px;padding:4px 12px;border-radius:32px;background-color:var(--lightGrey);line-height:24px;font-size:16px}._nameBlock_fpaob_24{max-width:208px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._iconSegmentationName_fpaob_31{width:20px;height:20px}._conditions_fpaob_36{line-height:24px;font-size:16px;padding:0 24px}._loaderWrapper_fpaob_42{display:flex;align-items:center;padding:0 24px}._segments_fpaob_48{padding:0 24px 24px;border-bottom:1px solid var(--lightGrey);max-width:716px}._footer_fpaob_54{padding:16px 24px;flex-direction:row-reverse}@media only screen and (max-width: 880px){._modal_fpaob_60{width:100%}._title_fpaob_1{font-size:20px}}
* {
  box-sizing: border-box;
  font-family: var(--mainFont);
}

html,
body,
#root {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
