@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap");
:host,
:root,
[data-theme] {
  --chakra-ring-inset: var(--chakra-empty, /*!*/ /*!*/);
  --chakra-ring-offset-width: 0px;
  --chakra-ring-offset-color: #fff;
  --chakra-ring-color: rgba(66, 153, 225, 0.6);
  --chakra-ring-offset-shadow: 0 0 #0000;
  --chakra-ring-shadow: 0 0 #0000;
  --chakra-space-x-reverse: 0;
  --chakra-space-y-reverse: 0;
  --either-colors-transparent: transparent;
  --either-colors-current: currentColor;
  --either-colors-black: #333333;
  --either-colors-white: #ffffff;
  --either-colors-whiteAlpha-50: rgba(255, 255, 255, 0.04);
  --either-colors-whiteAlpha-100: rgba(255, 255, 255, 0.06);
  --either-colors-whiteAlpha-200: rgba(255, 255, 255, 0.08);
  --either-colors-whiteAlpha-300: rgba(255, 255, 255, 0.16);
  --either-colors-whiteAlpha-400: rgba(255, 255, 255, 0.24);
  --either-colors-whiteAlpha-500: rgba(255, 255, 255, 0.36);
  --either-colors-whiteAlpha-600: rgba(255, 255, 255, 0.48);
  --either-colors-whiteAlpha-700: rgba(255, 255, 255, 0.64);
  --either-colors-whiteAlpha-800: rgba(255, 255, 255, 0.8);
  --either-colors-whiteAlpha-900: rgba(255, 255, 255, 0.92);
  --either-colors-blackAlpha-50: rgba(0, 0, 0, 0.04);
  --either-colors-blackAlpha-100: rgba(0, 0, 0, 0.06);
  --either-colors-blackAlpha-200: rgba(0, 0, 0, 0.08);
  --either-colors-blackAlpha-300: rgba(0, 0, 0, 0.16);
  --either-colors-blackAlpha-400: rgba(0, 0, 0, 0.24);
  --either-colors-blackAlpha-500: rgba(0, 0, 0, 0.36);
  --either-colors-blackAlpha-600: rgba(0, 0, 0, 0.48);
  --either-colors-blackAlpha-700: rgba(0, 0, 0, 0.64);
  --either-colors-blackAlpha-800: rgba(0, 0, 0, 0.8);
  --either-colors-blackAlpha-900: rgba(0, 0, 0, 0.92);
  --either-colors-gray-50: #f7fafc;
  --either-colors-gray-100: #edf2f7;
  --either-colors-gray-200: #e2e8f0;
  --either-colors-gray-300: #cbd5e0;
  --either-colors-gray-400: #a0aec0;
  --either-colors-gray-500: #718096;
  --either-colors-gray-600: #4a5568;
  --either-colors-gray-700: #2d3748;
  --either-colors-gray-800: #1a202c;
  --either-colors-gray-900: #171923;
  --either-colors-red-50: #fff5f5;
  --either-colors-red-100: #fed7d7;
  --either-colors-red-200: #feb2b2;
  --either-colors-red-300: #fc8181;
  --either-colors-red-400: #f56565;
  --either-colors-red-500: #e53e3e;
  --either-colors-red-600: #c53030;
  --either-colors-red-700: #9b2c2c;
  --either-colors-red-800: #822727;
  --either-colors-red-900: #63171b;
  --either-colors-orange-50: #fffaf0;
  --either-colors-orange-100: #feebc8;
  --either-colors-orange-200: #fbd38d;
  --either-colors-orange-300: #f6ad55;
  --either-colors-orange-400: #ed8936;
  --either-colors-orange-500: #dd6b20;
  --either-colors-orange-600: #c05621;
  --either-colors-orange-700: #9c4221;
  --either-colors-orange-800: #7b341e;
  --either-colors-orange-900: #652b19;
  --either-colors-yellow-50: #fffff0;
  --either-colors-yellow-100: #fefcbf;
  --either-colors-yellow-200: #faf089;
  --either-colors-yellow-300: #f6e05e;
  --either-colors-yellow-400: #ecc94b;
  --either-colors-yellow-500: #d69e2e;
  --either-colors-yellow-600: #b7791f;
  --either-colors-yellow-700: #975a16;
  --either-colors-yellow-800: #744210;
  --either-colors-yellow-900: #5f370e;
  --either-colors-green-50: #f0fff4;
  --either-colors-green-100: #c6f6d5;
  --either-colors-green-200: #9ae6b4;
  --either-colors-green-300: #68d391;
  --either-colors-green-400: #48bb78;
  --either-colors-green-500: #38a169;
  --either-colors-green-600: #2f855a;
  --either-colors-green-700: #276749;
  --either-colors-green-800: #22543d;
  --either-colors-green-900: #1c4532;
  --either-colors-teal-50: #ecf7f9;
  --either-colors-teal-100: #cae9ed;
  --either-colors-teal-200: #a7dbe2;
  --either-colors-teal-300: #85ccd6;
  --either-colors-teal-400: #62becb;
  --either-colors-teal-500: #40b0bf;
  --either-colors-teal-600: #338d99;
  --either-colors-teal-700: #266a73;
  --either-colors-teal-800: #1a464c;
  --either-colors-teal-900: #0d2326;
  --either-colors-blue-50: #ebf8ff;
  --either-colors-blue-100: #bee3f8;
  --either-colors-blue-200: #90cdf4;
  --either-colors-blue-300: #63b3ed;
  --either-colors-blue-400: #4299e1;
  --either-colors-blue-500: #3182ce;
  --either-colors-blue-600: #2b6cb0;
  --either-colors-blue-700: #2c5282;
  --either-colors-blue-800: #2a4365;
  --either-colors-blue-900: #1a365d;
  --either-colors-cyan-50: #edfdfd;
  --either-colors-cyan-100: #c4f1f9;
  --either-colors-cyan-200: #9decf9;
  --either-colors-cyan-300: #76e4f7;
  --either-colors-cyan-400: #0bc5ea;
  --either-colors-cyan-500: #00b5d8;
  --either-colors-cyan-600: #00a3c4;
  --either-colors-cyan-700: #0987a0;
  --either-colors-cyan-800: #086f83;
  --either-colors-cyan-900: #065666;
  --either-colors-purple-50: #faf5ff;
  --either-colors-purple-100: #e9d8fd;
  --either-colors-purple-200: #d6bcfa;
  --either-colors-purple-300: #b794f4;
  --either-colors-purple-400: #9f7aea;
  --either-colors-purple-500: #805ad5;
  --either-colors-purple-600: #6b46c1;
  --either-colors-purple-700: #553c9a;
  --either-colors-purple-800: #44337a;
  --either-colors-purple-900: #322659;
  --either-colors-pink-50: #fff5f7;
  --either-colors-pink-100: #fed7e2;
  --either-colors-pink-200: #fbb6ce;
  --either-colors-pink-300: #f687b3;
  --either-colors-pink-400: #ed64a6;
  --either-colors-pink-500: #d53f8c;
  --either-colors-pink-600: #b83280;
  --either-colors-pink-700: #97266d;
  --either-colors-pink-800: #702459;
  --either-colors-pink-900: #521b41;
  --either-colors-linkedin-50: #e8f4f9;
  --either-colors-linkedin-100: #cfedfb;
  --either-colors-linkedin-200: #9bdaf3;
  --either-colors-linkedin-300: #68c7ec;
  --either-colors-linkedin-400: #34b3e4;
  --either-colors-linkedin-500: #00a0dc;
  --either-colors-linkedin-600: #008cc9;
  --either-colors-linkedin-700: #0077b5;
  --either-colors-linkedin-800: #005e93;
  --either-colors-linkedin-900: #004471;
  --either-colors-facebook-50: #e8f4f9;
  --either-colors-facebook-100: #d9dee9;
  --either-colors-facebook-200: #b7c2da;
  --either-colors-facebook-300: #6482c0;
  --either-colors-facebook-400: #4267b2;
  --either-colors-facebook-500: #385898;
  --either-colors-facebook-600: #314e89;
  --either-colors-facebook-700: #29487d;
  --either-colors-facebook-800: #223b67;
  --either-colors-facebook-900: #1e355b;
  --either-colors-messenger-50: #d0e6ff;
  --either-colors-messenger-100: #b9daff;
  --either-colors-messenger-200: #a2cdff;
  --either-colors-messenger-300: #7ab8ff;
  --either-colors-messenger-400: #2e90ff;
  --either-colors-messenger-500: #0078ff;
  --either-colors-messenger-600: #0063d1;
  --either-colors-messenger-700: #0052ac;
  --either-colors-messenger-800: #003c7e;
  --either-colors-messenger-900: #002c5c;
  --either-colors-whatsapp-50: #dffeec;
  --either-colors-whatsapp-100: #b9f5d0;
  --either-colors-whatsapp-200: #90edb3;
  --either-colors-whatsapp-300: #65e495;
  --either-colors-whatsapp-400: #3cdd78;
  --either-colors-whatsapp-500: #22c35e;
  --either-colors-whatsapp-600: #179848;
  --either-colors-whatsapp-700: #0c6c33;
  --either-colors-whatsapp-800: #01421c;
  --either-colors-whatsapp-900: #001803;
  --either-colors-twitter-50: #e5f4fd;
  --either-colors-twitter-100: #c8e9fb;
  --either-colors-twitter-200: #a8dcfa;
  --either-colors-twitter-300: #83cdf7;
  --either-colors-twitter-400: #57bbf5;
  --either-colors-twitter-500: #1da1f2;
  --either-colors-twitter-600: #1a94da;
  --either-colors-twitter-700: #1681bf;
  --either-colors-twitter-800: #136b9e;
  --either-colors-twitter-900: #0d4d71;
  --either-colors-telegram-50: #e3f2f9;
  --either-colors-telegram-100: #c5e4f3;
  --either-colors-telegram-200: #a2d4ec;
  --either-colors-telegram-300: #7ac1e4;
  --either-colors-telegram-400: #47a9da;
  --either-colors-telegram-500: #0088cc;
  --either-colors-telegram-600: #007ab8;
  --either-colors-telegram-700: #006ba1;
  --either-colors-telegram-800: #005885;
  --either-colors-telegram-900: #003f5e;
  --either-colors-main: #40b0bf;
  --either-borders-none: 0;
  --either-borders-1px: 1px solid;
  --either-borders-2px: 2px solid;
  --either-borders-4px: 4px solid;
  --either-borders-8px: 8px solid;
  --either-fonts-heading: "Inter", sans-serif;
  --either-fonts-body: "Inter", sans-serif;
  --either-fonts-mono: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --either-fontSizes-xs: 0.75rem;
  --either-fontSizes-sm: 0.875rem;
  --either-fontSizes-md: 1rem;
  --either-fontSizes-lg: 1.125rem;
  --either-fontSizes-xl: 1.25rem;
  --either-fontSizes-2xl: 1.5rem;
  --either-fontSizes-3xl: 1.875rem;
  --either-fontSizes-4xl: 2.25rem;
  --either-fontSizes-5xl: 3rem;
  --either-fontSizes-6xl: 3.75rem;
  --either-fontSizes-7xl: 4.5rem;
  --either-fontSizes-8xl: 6rem;
  --either-fontSizes-9xl: 8rem;
  --either-fontWeights-hairline: 100;
  --either-fontWeights-thin: 200;
  --either-fontWeights-light: 300;
  --either-fontWeights-normal: 400;
  --either-fontWeights-medium: 500;
  --either-fontWeights-semibold: 600;
  --either-fontWeights-bold: 700;
  --either-fontWeights-extrabold: 800;
  --either-fontWeights-black: 900;
  --either-letterSpacings-tighter: -0.05em;
  --either-letterSpacings-tight: -0.025em;
  --either-letterSpacings-normal: 0;
  --either-letterSpacings-wide: 0.025em;
  --either-letterSpacings-wider: 0.05em;
  --either-letterSpacings-widest: 0.1em;
  --either-lineHeights-3: 0.75rem;
  --either-lineHeights-4: 1rem;
  --either-lineHeights-5: 1.25rem;
  --either-lineHeights-6: 1.5rem;
  --either-lineHeights-7: 1.75rem;
  --either-lineHeights-8: 2rem;
  --either-lineHeights-9: 2.25rem;
  --either-lineHeights-10: 2.5rem;
  --either-lineHeights-normal: normal;
  --either-lineHeights-none: 1;
  --either-lineHeights-shorter: 1.25;
  --either-lineHeights-short: 1.375;
  --either-lineHeights-base: 1.5;
  --either-lineHeights-tall: 1.625;
  --either-lineHeights-taller: 2;
  --either-radii-none: 0;
  --either-radii-sm: 0.125rem;
  --either-radii-base: 0.25rem;
  --either-radii-md: 0.375rem;
  --either-radii-lg: 0.5rem;
  --either-radii-xl: 0.75rem;
  --either-radii-2xl: 1rem;
  --either-radii-3xl: 1.5rem;
  --either-radii-full: 9999px;
  --either-space-1: 0.25rem;
  --either-space-2: 0.5rem;
  --either-space-3: 0.75rem;
  --either-space-4: 1rem;
  --either-space-5: 1.25rem;
  --either-space-6: 1.5rem;
  --either-space-7: 1.75rem;
  --either-space-8: 2rem;
  --either-space-9: 2.25rem;
  --either-space-10: 2.5rem;
  --either-space-12: 3rem;
  --either-space-14: 3.5rem;
  --either-space-16: 4rem;
  --either-space-20: 5rem;
  --either-space-24: 6rem;
  --either-space-28: 7rem;
  --either-space-32: 8rem;
  --either-space-36: 9rem;
  --either-space-40: 10rem;
  --either-space-44: 11rem;
  --either-space-48: 12rem;
  --either-space-52: 13rem;
  --either-space-56: 14rem;
  --either-space-60: 15rem;
  --either-space-64: 16rem;
  --either-space-72: 18rem;
  --either-space-80: 20rem;
  --either-space-96: 24rem;
  --either-space-px: 1px;
  --either-space-0-5: 0.125rem;
  --either-space-1-5: 0.375rem;
  --either-space-2-5: 0.625rem;
  --either-space-3-5: 0.875rem;
  --either-shadows-xs: 0 0 0 1px rgba(0, 0, 0, 0.05);
  --either-shadows-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --either-shadows-base: 0 1px 3px 0 rgba(0, 0, 0, 0.1),
    0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --either-shadows-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --either-shadows-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --either-shadows-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
  --either-shadows-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --either-shadows-outline: 0 0 0 3px rgba(66, 153, 225, 0.6);
  --either-shadows-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --either-shadows-none: none;
  --either-shadows-dark-lg: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px,
    rgba(0, 0, 0, 0.2) 0px 5px 10px, rgba(0, 0, 0, 0.4) 0px 15px 40px;
  --either-sizes-1: 0.25rem;
  --either-sizes-2: 0.5rem;
  --either-sizes-3: 0.75rem;
  --either-sizes-4: 1rem;
  --either-sizes-5: 1.25rem;
  --either-sizes-6: 1.5rem;
  --either-sizes-7: 1.75rem;
  --either-sizes-8: 2rem;
  --either-sizes-9: 2.25rem;
  --either-sizes-10: 2.5rem;
  --either-sizes-12: 3rem;
  --either-sizes-14: 3.5rem;
  --either-sizes-16: 4rem;
  --either-sizes-20: 5rem;
  --either-sizes-24: 6rem;
  --either-sizes-28: 7rem;
  --either-sizes-32: 8rem;
  --either-sizes-36: 9rem;
  --either-sizes-40: 10rem;
  --either-sizes-44: 11rem;
  --either-sizes-48: 12rem;
  --either-sizes-52: 13rem;
  --either-sizes-56: 14rem;
  --either-sizes-60: 15rem;
  --either-sizes-64: 16rem;
  --either-sizes-72: 18rem;
  --either-sizes-80: 20rem;
  --either-sizes-96: 24rem;
  --either-sizes-px: 1px;
  --either-sizes-0-5: 0.125rem;
  --either-sizes-1-5: 0.375rem;
  --either-sizes-2-5: 0.625rem;
  --either-sizes-3-5: 0.875rem;
  --either-sizes-max: max-content;
  --either-sizes-min: min-content;
  --either-sizes-full: 100%;
  --either-sizes-3xs: 14rem;
  --either-sizes-2xs: 16rem;
  --either-sizes-xs: 20rem;
  --either-sizes-sm: 24rem;
  --either-sizes-md: 28rem;
  --either-sizes-lg: 32rem;
  --either-sizes-xl: 36rem;
  --either-sizes-2xl: 42rem;
  --either-sizes-3xl: 48rem;
  --either-sizes-4xl: 56rem;
  --either-sizes-5xl: 64rem;
  --either-sizes-6xl: 72rem;
  --either-sizes-7xl: 80rem;
  --either-sizes-8xl: 90rem;
  --either-sizes-container-sm: 640px;
  --either-sizes-container-md: 768px;
  --either-sizes-container-lg: 1024px;
  --either-sizes-container-xl: 1280px;
  --either-zIndices-hide: -1;
  --either-zIndices-auto: auto;
  --either-zIndices-base: 0;
  --either-zIndices-docked: 10;
  --either-zIndices-dropdown: 1000;
  --either-zIndices-sticky: 1100;
  --either-zIndices-banner: 1200;
  --either-zIndices-overlay: 1300;
  --either-zIndices-modal: 1400;
  --either-zIndices-popover: 1500;
  --either-zIndices-skipLink: 1600;
  --either-zIndices-toast: 1700;
  --either-zIndices-tooltip: 1800;
  --either-transition-property-common: background-color, border-color, color,
    fill, stroke, opacity, box-shadow, transform;
  --either-transition-property-colors: background-color, border-color, color,
    fill, stroke;
  --either-transition-property-dimensions: width, height;
  --either-transition-property-position: left, right, top, bottom;
  --either-transition-property-background: background-color, background-image,
    background-position;
  --either-transition-easing-ease-in: cubic-bezier(0.4, 0, 1, 1);
  --either-transition-easing-ease-out: cubic-bezier(0, 0, 0.2, 1);
  --either-transition-easing-ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --either-transition-duration-ultra-fast: 50ms;
  --either-transition-duration-faster: 100ms;
  --either-transition-duration-fast: 150ms;
  --either-transition-duration-normal: 200ms;
  --either-transition-duration-slow: 300ms;
  --either-transition-duration-slower: 400ms;
  --either-transition-duration-ultra-slow: 500ms;
  --either-blur-none: 0;
  --either-blur-sm: 4px;
  --either-blur-base: 8px;
  --either-blur-md: 12px;
  --either-blur-lg: 16px;
  --either-blur-xl: 24px;
  --either-blur-2xl: 40px;
  --either-blur-3xl: 64px;
}
.chakra-ui-light :host:not([data-theme]),
.chakra-ui-light :root:not([data-theme]),
.chakra-ui-light [data-theme]:not([data-theme]),
[data-theme="light"] :host:not([data-theme]),
[data-theme="light"] :root:not([data-theme]),
[data-theme="light"] [data-theme]:not([data-theme]),
:host[data-theme="light"],
:root[data-theme="light"],
[data-theme][data-theme="light"] {
  --either-colors-chakra-body-text: var(--either-colors-gray-800);
  --either-colors-chakra-body-bg: var(--either-colors-white);
  --either-colors-chakra-border-color: var(--either-colors-gray-200);
  --either-colors-chakra-placeholder-color: var(--either-colors-gray-500);
}
.chakra-ui-dark :host:not([data-theme]),
.chakra-ui-dark :root:not([data-theme]),
.chakra-ui-dark [data-theme]:not([data-theme]),
[data-theme="dark"] :host:not([data-theme]),
[data-theme="dark"] :root:not([data-theme]),
[data-theme="dark"] [data-theme]:not([data-theme]),
:host[data-theme="dark"],
:root[data-theme="dark"],
[data-theme][data-theme="dark"] {
  --either-colors-chakra-body-text: var(--either-colors-whiteAlpha-900);
  --either-colors-chakra-body-bg: var(--either-colors-gray-800);
  --either-colors-chakra-border-color: var(--either-colors-whiteAlpha-300);
  --either-colors-chakra-placeholder-color: var(--either-colors-whiteAlpha-400);
}
html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  touch-action: manipulation;
}
body {
  position: relative;
  min-height: 100%;
  font-feature-settings: "kern";
}
*,
*::before,
*::after {
  border-width: 0;
  border-style: solid;
  box-sizing: border-box;
}
main {
  display: block;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}
input[type="number"] {
  -moz-appearance: textfield;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none !important;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: -webkit-box;
  display: -webkit-list-item;
  display: -ms-list-itembox;
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
body,
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background: transparent;
  padding: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
button,
[role="button"] {
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0 !important;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[data-js-focus-visible]
  :focus:not([data-focus-visible-added]):not([data-focus-visible-disabled]) {
  outline: none;
  box-shadow: none;
}
select::-ms-expand {
  display: none;
}
body {
  font-family: var(--either-fonts-body);
  color: #333333;
  background: #ffffff;
  transition-property: background-color;
  transition-duration: var(--either-transition-duration-normal);
  line-height: var(--either-lineHeights-base);
}
*::-webkit-input-placeholder {
  color: var(--either-colors-chakra-placeholder-color);
}
*::-moz-placeholder {
  color: var(--either-colors-chakra-placeholder-color);
}
*:-ms-input-placeholder {
  color: var(--either-colors-chakra-placeholder-color);
}
*::placeholder {
  color: var(--either-colors-chakra-placeholder-color);
}
*,
*::before,
::after {
  border-color: var(--either-colors-chakra-border-color);
  word-wrap: break-word;
}
.css-1t8wt1z {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1000;
  position: fixed;
  width: var(--either-sizes-full);
}
.css-u875a9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: var(--either-colors-white);
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-bottom: var(--either-space-4);
  padding: var(--either-space-4);
  width: var(--either-sizes-full);
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  -webkit-padding-end: 0px;
  padding-inline-end: 0px;
  z-index: 100;
  max-height: 90px;
  max-width: var(--either-sizes-full);
}
@media screen and (min-width: 30em) {
  .css-u875a9 {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    max-width: var(--either-sizes-full);
  }
}
@media screen and (min-width: 48em) {
  .css-u875a9 {
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
    max-width: var(--either-sizes-full);
  }
}
@media screen and (min-width: 62em) {
  .css-u875a9 {
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    max-width: var(--either-sizes-full);
  }
}
@media screen and (min-width: 80em) {
  .css-u875a9 {
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    max-width: var(--either-sizes-full);
  }
}
@media screen and (min-width: 96em) {
  .css-u875a9 {
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
    max-width: var(--either-sizes-8xl);
  }
}
.css-upeura {
  z-index: 100;
  margin-left: 30px;
  width: 130px;
  color: var(--either-colors-black);
}
@media screen and (min-width: 30em) {
  .css-upeura {
    margin-left: 50px;
    color: var(--either-colors-black);
  }
}
@media screen and (min-width: 48em) {
  .css-upeura {
    color: primary.500;
  }
}
@media screen and (min-width: 62em) {
  .css-upeura {
    color: primary.500;
  }
}
.css-1tgkr5r {
  transition-property: var(--either-transition-property-common);
  transition-duration: var(--either-transition-duration-fast);
  transition-timing-function: var(--either-transition-easing-ease-out);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: inherit;
}
.css-1tgkr5r:hover,
.css-1tgkr5r[data-hover] {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
.css-1tgkr5r:focus-visible,
.css-1tgkr5r[data-focus-visible] {
  box-shadow: var(--either-shadows-outline);
}
.css-1tgkr5r:focus,
.css-1tgkr5r[data-focus] {
  box-shadow: var(--either-shadows-none) !important;
}
.css-jf0vgz {
  margin-right: 30px;
  display: block;
  z-index: 100;
}
@media screen and (min-width: 30em) {
  .css-jf0vgz {
    margin-right: 50px;
  }
}
@media screen and (min-width: 48em) {
  .css-jf0vgz {
    display: none;
  }
}
.css-10mg3uu {
  display: none;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  background-color: var(--either-colors-white);
  z-index: 100;
  margin-right: 0px;
  margin-left: 0px;
}
@media screen and (min-width: 30em) {
  .css-10mg3uu {
    margin-right: 50px;
    margin-left: 50px;
  }
}
@media screen and (min-width: 48em) {
  .css-10mg3uu {
    display: block;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.css-pz91ai {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: var(--either-space-4);
  margin-right: 30px;
  margin-left: 30px;
  margin-bottom: 20px;
}
.css-pz91ai > *:not(style) ~ *:not(style) {
  margin-top: var(--either-space-5);
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  margin-bottom: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
}
@media screen and (min-width: 30em) {
  .css-pz91ai > *:not(style) ~ *:not(style) {
    margin-top: var(--either-space-10);
  }
}
@media screen and (min-width: 30em) {
  .css-pz91ai {
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: var(--either-space-4);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
  }
  .css-pz91ai > *:not(style) ~ *:not(style) {
    margin-top: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    margin-bottom: 0px;
    -webkit-margin-start: var(--either-space-5);
    margin-inline-start: var(--either-space-5);
  }
  @media screen and (min-width: 30em) {
    .css-pz91ai > *:not(style) ~ *:not(style) {
      -webkit-margin-start: var(--either-space-10);
      margin-inline-start: var(--either-space-10);
    }
  }
}
@media screen and (min-width: 48em) {
  .css-pz91ai {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0px;
  }
  .css-pz91ai > *:not(style) ~ *:not(style) {
    margin-top: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    margin-bottom: 0px;
    -webkit-margin-start: var(--either-space-5);
    margin-inline-start: var(--either-space-5);
  }
  @media screen and (min-width: 30em) {
    .css-pz91ai > *:not(style) ~ *:not(style) {
      -webkit-margin-start: var(--either-space-10);
      margin-inline-start: var(--either-space-10);
    }
  }
}
@media screen and (min-width: 62em) {
  .css-pz91ai {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 0px;
  }
  .css-pz91ai > *:not(style) ~ *:not(style) {
    margin-top: 0px;
    -webkit-margin-end: 0px;
    margin-inline-end: 0px;
    margin-bottom: 0px;
    -webkit-margin-start: var(--either-space-5);
    margin-inline-start: var(--either-space-5);
  }
  @media screen and (min-width: 30em) {
    .css-pz91ai > *:not(style) ~ *:not(style) {
      -webkit-margin-start: var(--either-space-10);
      margin-inline-start: var(--either-space-10);
    }
  }
}
.css-fxqz6u {
  transition-property: var(--either-transition-property-common);
  transition-duration: var(--either-transition-duration-fast);
  transition-timing-function: var(--either-transition-easing-ease-out);
  cursor: pointer;
  -webkit-text-decoration: none;
  text-decoration: none;
  outline: 2px solid transparent;
  outline-offset: 2px;
  width: 100%;
  z-index: 100;
}
.css-fxqz6u:hover,
.css-fxqz6u[data-hover] {
  color: var(--either-colors-main);
  -webkit-text-decoration: none;
  text-decoration: none;
}
.css-fxqz6u:focus-visible,
.css-fxqz6u[data-focus-visible] {
  box-shadow: var(--either-shadows-outline);
}
.css-fxqz6u:focus,
.css-fxqz6u[data-focus] {
  box-shadow: var(--either-shadows-none) !important;
}
.css-h3m4o1 {
  font-weight: 400;
  font-size: 20px;
  display: block;
  line-height: 25px;
  width: 100%;
}
@media screen and (min-width: 30em) {
  .css-h3m4o1 {
    font-size: 16px;
    line-height: 21px;
  }
}
.css-atixmj {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  line-height: 19px;
  border-radius: 999px;
  font-weight: 400;
  transition-property: var(--either-transition-property-common);
  transition-duration: var(--either-transition-duration-normal);
  height: var(--either-sizes-10);
  min-width: var(--either-sizes-10);
  font-size: 15px;
  -webkit-padding-start: var(--either-space-4);
  padding-inline-start: var(--either-space-4);
  -webkit-padding-end: var(--either-space-4);
  padding-inline-end: var(--either-space-4);
  border: 1px solid;
  border-color: var(--either-colors-main);
  color: var(--either-colors-main);
  background: var(--either-colors-transparent);
  width: 100%;
}
.css-atixmj:focus-visible,
.css-atixmj[data-focus-visible] {
  box-shadow: var(--either-shadows-outline);
}
.css-atixmj[disabled],
.css-atixmj[aria-disabled="true"],
.css-atixmj[data-disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: var(--either-shadows-none);
}
.css-atixmj:hover,
.css-atixmj[data-hover] {
  background-color: var(--either-colors-main);
  color: var(--either-colors-white);
}
.chakra-button__group[data-attached] > .css-atixmj:not(:last-of-type) {
  -webkit-margin-end: -1px;
  margin-inline-end: -1px;
}
.css-atixmj:active,
.css-atixmj[data-active] {
  background-color: var(--either-colors-main);
  color: var(--either-colors-white);
}
.css-atixmj:focus,
.css-atixmj[data-focus] {
  box-shadow: var(--either-shadows-none) !important;
}
.css-gmuwbf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 25px;
}
.css-1y4iej5 {
  width: 100%;
  -webkit-margin-start: auto;
  margin-inline-start: auto;
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  max-width: var(--either-sizes-full);
  -webkit-padding-start: 0px;
  padding-inline-start: 0px;
  -webkit-padding-end: 0px;
  padding-inline-end: 0px;
  z-index: 99;
  
}
@media screen and (min-width: 30em) {
  .css-1y4iej5 {
    max-width: var(--either-sizes-full);
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
  }
}
@media screen and (min-width: 48em) {
  .css-1y4iej5 {
    max-width: var(--either-sizes-full);
    -webkit-padding-start: 0px;
    padding-inline-start: 0px;
    -webkit-padding-end: 0px;
    padding-inline-end: 0px;
  }
}
@media screen and (min-width: 62em) {
  .css-1y4iej5 {
    max-width: var(--either-sizes-full);
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
  }
}
@media screen and (min-width: 80em) {
  .css-1y4iej5 {
    max-width: var(--either-sizes-full);
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
  }
}
@media screen and (min-width: 96em) {
  .css-1y4iej5 {
    max-width: var(--either-sizes-8xl);
    -webkit-padding-start: 1rem;
    padding-inline-start: 1rem;
    -webkit-padding-end: 1rem;
    padding-inline-end: 1rem;
  }
}
.css-1tzelrr {
  margin-bottom: 50px;
  margin-left: 0px;
  margin-right: 0px;
  
}
@media screen and (min-width: 30em) {
  .css-1tzelrr {
    margin-left: 450px;
    margin-right: 450px;
  }
}
.css-1cvz7qf {
  padding-right: var(--either-space-5);
  padding-left: var(--either-space-5);

}
@media screen and (min-width: 30em) {
  .css-1cvz7qf {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.css-11ve6vv {
  padding-bottom: var(--either-space-20);
  padding-top: var(--either-space-10);
  box-shadow: 1px 6px 8px rgba(64, 176, 191, 0.5); /* Горизонтальное смещение, вертикальное смещение, размытие, цвет */
  border-radius: 44px; /* Закругление углов */
  background-image: linear-gradient(70deg,rgb(235, 253, 253)3%,rgb(255, 255, 255)53.144776821136475%,rgb(239, 254, 255)100%);

}
.css-gmuwbf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 25px;
}
.css-1rs9xau {
  font-family: var(--either-fonts-heading);
  font-weight: 600;
  font-size: 30px;
  line-height: 100%;
}
@media screen and (min-width: 30em) {
  .css-1rs9xau {
    font-size: 40px;
  }
}
.css-xd3ife {
  padding-top: var(--either-space-10);
  width: 100%;
}
.css-1lads1q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
.css-18mxp73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.css-18mxp73 > *:not(style) ~ *:not(style) {
  margin-top: 10px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  margin-bottom: 0px;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
}
.css-1e0utw4 {
  width: 100%;
  position: relative;
  z-index: 1;
}
.css-gygqaw {
  width: 100%;
  min-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition-property: var(--either-transition-property-common);
  transition-duration: var(--either-transition-duration-normal);
  font-size: 16px;
  -webkit-padding-start: var(--either-space-4);
  padding-inline-start: var(--either-space-4);
  -webkit-padding-end: var(--either-space-4);
  padding-inline-end: var(--either-space-4);
  height: var(--either-sizes-10);
  border-radius: 25px;
  border: 2px solid;
  border-color: var(--either-colors-transparent);
  background: var(--either-colors-gray-100);
  z-index: 1;
  background-color: #eff3f4;
  line-height: 20px;
  min-height: 60px;
  font-weight: 400;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 30em) {
  .css-gygqaw {
    font-size: 20px;
    border-radius: 25px;
    line-height: 24px;
    min-height: 70px;
    width: 400px;

  }
}
.css-gygqaw:hover,
.css-gygqaw[data-hover] {
  background: var(--either-colors-gray-200);
}
.css-gygqaw[aria-readonly="true"],
.css-gygqaw[readonly],
.css-gygqaw[data-readonly] {
  box-shadow: var(--either-shadows-none) !important;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.css-gygqaw[disabled],
.css-gygqaw[aria-disabled="true"],
.css-gygqaw[data-disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.css-gygqaw[aria-invalid="true"],
.css-gygqaw[data-invalid] {
  border-color: #e53e3e;
}
.css-gygqaw:focus-visible,
.css-gygqaw[data-focus-visible] {
  background: var(--either-colors-transparent);
  border-color: #40b0bf;
}
.css-gygqaw:focus,
.css-gygqaw[data-focus] {
  background-color: #eff3f4;
}
.css-gygqaw::-webkit-input-placeholder {
  color: #353535;
}
.css-gygqaw::-moz-placeholder {
  color: #353535;
}
.css-gygqaw:-ms-input-placeholder {
  color: #353535;
}
.css-gygqaw::placeholder {
  color: #353535;
}
.css-18kp49j {
  width: 100%;
  min-width: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  transition-property: var(--either-transition-property-common);
  transition-duration: var(--either-transition-duration-normal);
  font-size: 16px;
  -webkit-padding-start: var(--either-space-4);
  padding-inline-start: var(--either-space-4);
  -webkit-padding-end: var(--either-space-4);
  padding-inline-end: var(--either-space-4);
  height: var(--either-sizes-10);
  border-radius: 25px;
  border: 2px solid;
  border-color: var(--either-colors-transparent);
  background: var(--either-colors-gray-100);
  z-index: 1;
  background-color: #eff3f4;
  line-height: 20px;
  min-height: 60px;
  font-weight: 400;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 30em) {
  .css-18kp49j {
    font-size: 20px;
    border-radius: 25px;
    line-height: 24px;
    min-height: 70px;
    width: 400px;
  }
}
.css-18kp49j:hover,
.css-18kp49j[data-hover] {
  background: var(--either-colors-gray-200);
}
.css-18kp49j[aria-readonly="true"],
.css-18kp49j[readonly],
.css-18kp49j[data-readonly] {
  box-shadow: var(--either-shadows-none) !important;
  -webkit-user-select: all;
  -moz-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.css-18kp49j[disabled],
.css-18kp49j[aria-disabled="true"],
.css-18kp49j[data-disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}
.css-18kp49j[aria-invalid="true"],
.css-18kp49j[data-invalid] {
  border-color: #e53e3e;
}
.css-18kp49j:focus-visible,
.css-18kp49j[data-focus-visible] {
  background: var(--either-colors-transparent);
  border-color: #40b0bf;
}
.css-18kp49j:focus,
.css-18kp49j[data-focus] {
  background-color: #eff3f4;
}
.css-18kp49j::-webkit-input-placeholder {
  color: #353535;
}
.css-18kp49j::-moz-placeholder {
  color: #353535;
}
.css-18kp49j:-ms-input-placeholder {
  color: #353535;
}
.css-18kp49j::placeholder {
  color: #353535;
}
.css-1nkogw7 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  white-space: nowrap;
  vertical-align: middle;
  outline: 2px solid transparent;
  outline-offset: 2px;
  line-height: 130%;
  border-radius: 25px;
  font-weight: 500;
  transition-property: var(--either-transition-property-common);
  transition-duration: var(--either-transition-duration-normal);
  height: var(--either-sizes-10);
  min-width: var(--either-sizes-10);
  font-size: 20px;
  -webkit-padding-start: var(--either-space-4);
  padding-inline-start: var(--either-space-4);
  -webkit-padding-end: var(--either-space-4);
  padding-inline-end: var(--either-space-4);
  background: var(--either-colors-teal-500);
  color: var(--either-colors-white);
  width: 100%;
  background-color: var(--either-colors-main);
  border-color: var(--either-colors-main);
  min-height: 60px;
  margin-left: 30px;
  margin-right: 30px;
}
.css-1nkogw7:focus-visible,
.css-1nkogw7[data-focus-visible] {
  box-shadow: var(--either-shadows-outline);
}
.css-1nkogw7[disabled],
.css-1nkogw7[aria-disabled="true"],
.css-1nkogw7[data-disabled] {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: var(--either-shadows-none);
}
.css-1nkogw7:hover,
.css-1nkogw7[data-hover] {
  background: var(--either-colors-teal-600);
}
.css-1nkogw7:hover[disabled],
.css-1nkogw7[data-hover][disabled],
.css-1nkogw7:hover[aria-disabled="true"],
.css-1nkogw7[data-hover][aria-disabled="true"],
.css-1nkogw7:hover[data-disabled],
.css-1nkogw7[data-hover][data-disabled] {
  background: var(--either-colors-teal-500);
}
@media screen and (min-width: 30em) {
  .css-1nkogw7 {
    font-size: 20px;
    width: 400px;
    min-height: 70px;
  }
}
.css-1nkogw7:active,
.css-1nkogw7[data-active] {
  background: var(--either-colors-teal-700);
}

.alert-box {
  justify-content: center;
  display: flex;
  width: 100%;
}

.alert {
  color: #ff424c;
  border-color: #db304a;
  font-size: 14px;
  font-weight: 700;
  display: block;
  padding: 10px 12px;
  /*border: 1px solid;*/
  border-radius: 4px;
  background-position: 5px 12px;
  overflow-wrap: break-word;
  max-width: 400px;
}

.chakra-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh; /* Высота экрана */
  padding: 20px; /* Уберите фиксированные padding-top */
}


img {
  width: 20%; /* Убедитесь, что изображение адаптивное */
  max-width: 110px; /* Ограничение максимального размера */
}

h2 {
  margin: 0 0 0 20px;
}

/* ========== Auth page (modern UI/UX) ========== */
.auth-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  font-family: var(--either-fonts-body);
  color: var(--either-colors-gray-800);
  position: relative;
  overflow-x: hidden;
}

.auth-page__center {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 28rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.auth-page__bg {
  position: fixed;
  inset: 0;
  background: #ebebeb;
  z-index: 0;
}

.auth-page__main {
  width: 100%;
  flex-shrink: 0;
}

.auth-card {
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 1.5rem;
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.25),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  padding: 2rem 1.75rem;
}

@media (min-width: 30em) {
  .auth-card {
    padding: 2.5rem 2rem;
  }
}

.auth-card__header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.auth-card__brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 0.25rem;
}

.auth-card__logo {
  width: 3.5rem;
  height: 3.5rem;
  object-fit: contain;
  flex-shrink: 0;
}

.auth-card__title {
  font-family: var(--either-fonts-heading);
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1.25;
  color: var(--either-colors-gray-900);
  margin: 0;
  letter-spacing: -0.02em;
}

.auth-card__subtitle {
  font-size: 0.9375rem;
  color: var(--either-colors-gray-500);
  margin: 0;
  font-weight: 400;
}

.auth-alert {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #b91c1c;
  background: rgba(185, 28, 28, 0.08);
  border: 1px solid rgba(185, 28, 28, 0.2);
  border-radius: 0.75rem;
}

.auth-alert__icon {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  background: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
  -webkit-mask-size: contain;
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.auth-form__field {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}

.auth-form__label {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--either-colors-gray-700);
}

.auth-form__input {
  width: 100%;
  height: 2.75rem;
  padding: 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  color: var(--either-colors-gray-900);
  background: var(--either-colors-gray-100);
  border: 1px solid transparent;
  border-radius: 0.75rem;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.auth-form__input::placeholder {
  color: var(--either-colors-gray-400);
}

.auth-form__input:hover {
  background: var(--either-colors-gray-200);
}

.auth-form__input:focus {
  border-color: var(--either-colors-main);
  box-shadow: 0 0 0 3px rgba(64, 176, 191, 0.2);
  background: #fff;
}

.auth-form__input:focus-visible {
  outline: 2px solid var(--either-colors-main);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .auth-form__input {
    transition: none;
  }
}

.auth-form__input-wrap {
  position: relative;
  width: 100%;
}

.auth-form__input-wrap--password .auth-form__input {
  padding-right: 2.75rem;
}

.auth-form__toggle-password {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  border-radius: 0.5rem;
  color: var(--either-colors-gray-500);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.auth-form__toggle-password:hover {
  color: var(--either-colors-main);
  background: rgba(64, 176, 191, 0.1);
}

.auth-form__toggle-password:focus-visible {
  outline: 2px solid var(--either-colors-main);
  outline-offset: 2px;
}

.auth-form__toggle-password-icon {
  display: inline-flex;
  line-height: 0;
}

.auth-form__toggle-password-icon[hidden] {
  display: none;
}

.auth-form__submit {
  width: 100%;
  height: 2.75rem;
  margin-top: 0.25rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff;
  background: var(--either-colors-main);
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}

.auth-form__submit:hover {
  background: var(--either-colors-teal-600);
}

.auth-form__submit:active {
  transform: scale(0.99);
}

.auth-form__submit:focus-visible {
  outline: 2px solid var(--either-colors-main);
  outline-offset: 2px;
}

.auth-form__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (prefers-reduced-motion: reduce) {
  .auth-form__submit {
    transition: none;
  }
}

.auth-card__footer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--either-colors-gray-200);
  text-align: center;
  font-size: 0.9375rem;
}

.auth-card__footer-text {
  color: var(--either-colors-gray-600);
  margin-right: 0.25rem;
}

.auth-card__link {
  color: var(--either-colors-main);
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.auth-card__link:hover {
  color: var(--either-colors-teal-600);
  text-decoration: underline;
}

.auth-card__link:focus-visible {
  outline: 2px solid var(--either-colors-main);
  outline-offset: 2px;
  border-radius: 0.25rem;
}

.auth-page__privacy {
  width: 100%;
  margin: 0;
  padding: 1.25rem 0 0;
  font-size: 0.75rem;
  line-height: 1.4;
  color: var(--either-colors-gray-500);
  text-align: center;
  flex-shrink: 0;
}

.auth-page__privacy-link {
  color: var(--either-colors-gray-600);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.auth-page__privacy-link:hover {
  color: var(--either-colors-main);
}

.auth-page__privacy-link:focus-visible {
  outline: 2px solid var(--either-colors-main);
  outline-offset: 2px;
  border-radius: 0.25rem;
}

/* Registration page – captcha under button */
.auth-form__turnstile-wrap {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.auth-form__turnstile {
  display: flex;
  justify-content: center;
  width: 100%;
  min-height: 65px;
}

.auth-form__submit--block {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 0.5rem;
}

.auth-form__submit--block:hover {
  color: #fff;
  text-decoration: none;
}

/* Registration success page */
.auth-card--success {
  text-align: center;
}

.auth-card--success .auth-card__header {
  margin-bottom: 0;
}

.auth-card__success-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.25rem;
  color: var(--either-colors-main);
}

.auth-card__success-icon svg {
  width: 100%;
  height: 100%;
}

.auth-card__title--success {
  font-size: 1.375rem;
  margin-bottom: 0.75rem;
}

.auth-card__success-text {
  font-size: 0.9375rem;
  color: var(--either-colors-gray-600);
  line-height: 1.5;
  margin: 0 0 1.5rem 0;
  font-weight: 400;
}

.auth-card__success-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.auth-card__success-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.75rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  color: #fff;
  background: var(--either-colors-main);
  border: none;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  -webkit-tap-highlight-color: transparent;
}

.auth-card__success-btn:hover {
  background: var(--either-colors-teal-600);
  color: #fff;
  text-decoration: none;
}

.auth-card__success-btn:active {
  transform: scale(0.99);
}

.auth-card__success-btn:focus-visible {
  outline: 2px solid var(--either-colors-main);
  outline-offset: 2px;
}

.auth-card__success-help {
  font-size: 0.8125rem;
  color: var(--either-colors-gray-500);
  margin: 0;
  line-height: 1.4;
}

.auth-card__success-help .auth-card__link {
  font-weight: 600;
}


