/* roboto-regular - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v20-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-v20-latin_cyrillic-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin_cyrillic-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/roboto-v20-latin_cyrillic-regular.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin_cyrillic-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v20-latin_cyrillic-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v20-latin_cyrillic-500.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-v20-latin_cyrillic-500.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin_cyrillic-500.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/roboto-v20-latin_cyrillic-500.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin_cyrillic-500.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v20-latin_cyrillic-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v20-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local(""),
    url("../fonts/roboto-v20-latin_cyrillic-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/roboto-v20-latin_cyrillic-700.woff2")
      format("woff2"),
    /* Super Modern Browsers */
      url("../fonts/roboto-v20-latin_cyrillic-700.woff") format("woff"),
    /* Modern Browsers */ url("../fonts/roboto-v20-latin_cyrillic-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/roboto-v20-latin_cyrillic-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
body {
  font-family: "Roboto" !important;
}
:root {
  --background-hero: url("../img/bg-chizhik.webp") !important;
  --background-logo: url("../img/logo-chizhik.svg") !important;
}
:root {
  --color-bg-base: 239, 241, 245;
  --color-bg-primary: 255, 217, 0;
  --color-bg-base-disabled: 255, 236, 128;
  --color-bg-primary-disabled: 255, 217, 0;
  --color-bg-base-hovered: 225, 229, 235;
  --color-bg-primary-hovered: 254, 228, 76;
  --color-bg-base-active: 207, 212, 220;
  --color-bg-primary-active: 242, 206, 0;
  --color-text-dark: 34, 36, 41;
  --color-text-base: 239, 241, 245;
  --color-text-primary: 255, 217, 0;
  --color-text-gray: 108, 115, 125;
  --color-text-light-gray: 180, 187, 198;
  --color-text-error: 244, 67, 54;
  --color-text-phone: 59, 64, 71;
  --color-text-gray-disabled: 220, 207, 131;
  --color-base-disabled: 225, 229, 235;
  --color-input-base: 207, 212, 220;
  --color-input-base-hovered: 180, 187, 198;
  --color-input-base-active: 99, 155, 255;
  --color-input-primary: 255, 217, 0;
  --color-input-error: 244, 67, 54;
  --border-radius-base: 50px;
}
/* ! tailwindcss v3.3.2 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
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]) {
  text-decoration: underline;
  text-decoration: underline dotted currentColor;
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: 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,
[type='button'],
[type='reset'],
[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;
}
/*
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::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
::-webkit-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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-1 {
  left: 0.25rem;
}
.left-\[40\%\] {
  left: 40%;
}
.right-0 {
  right: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-7 {
  top: 1.75rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-2 {
  height: 0.5rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-\[44px\] {
  width: 44px;
}
.max-w-xs {
  max-width: 20rem;
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-x-2 {
  -webkit-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded-full {
  border-radius: 9999px;
}
.bg-\[\#2A2E33\] {
  --tw-bg-opacity: 1;
  background-color: rgba(42, 46, 51, var(--tw-bg-opacity));
}
.bg-baseActive {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 212, 220, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base-active), var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-p2 {
  font-size: 14px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-p2 {
  line-height: 18px;
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgba(108, 115, 125, var(--tw-text-opacity));
  color: rgba(var(--color-text-gray), var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(255, 217, 0, var(--tw-text-opacity));
  color: rgba(var(--color-text-primary), var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, backdrop-filter, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.layout {
  display: flex;
  height: 100%;
  min-height: 100vh;
  align-items: flex-start;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  background-image: none;
  background-size: contain;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(34, 36, 41, var(--tw-text-opacity));
  color: rgba(var(--color-text-dark), var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .layout {
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 217, 0, var(--tw-bg-opacity));
    background-color: rgba(var(--color-bg-primary), var(--tw-bg-opacity));
    background-image: url("../img/bg-chizhik.webp");
    background-image: var(--background-hero);
  }
}
.layout .page {
  display: flex;
}
.layout .page {
  min-height: 100vh;
}
.layout .page {
  width: 100%;
}
.layout .page {
  flex-direction: column;
}
.layout .page {
  justify-content: space-between;
}
@media (min-width: 640px) {
  .layout .page {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 640px) {
  .layout .page {
    min-height: 100%;
  }
}
@media (min-width: 640px) {
  .layout .page {
    max-width: 392px;
  }
}
.layout .page .auth-content {
  border-radius: 0px;
}
.layout .page .auth-content {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.layout .page .auth-content {
  padding: 1.5rem;
}
@media (min-width: 640px) {
  .layout .page .auth-content {
    border-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .layout .page .auth-content {
    padding: 2.5rem;
  }
}
.layout .page .auth-content .content-title {
  margin-bottom: 1.5rem;
}
.layout .page .auth-content .content-title > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.layout .page .auth-content .content-title .title {
  text-align: center;
}
.layout .page .auth-content .content-title .title {
  font-size: 1.5rem;
  line-height: 2rem;
}
.layout .page .auth-content .content-title .title {
  font-weight: 700;
}
.layout .page .auth-content .content-title .title {
  --tw-text-opacity: 1;
  color: rgba(34, 36, 41, var(--tw-text-opacity));
}
.layout .page .auth-content .content-title .title {
          line-height: 1.875rem;
        }
.layout .page .auth-content .content-title .description {
  text-align: center;
}
.layout .page .auth-content .content-title .description {
  font-size: 1rem;
  line-height: 1.5rem;
}
.layout .page .auth-content .content-title .description {
  font-weight: 400;
}
.layout .page .auth-content .content-title .description {
  --tw-text-opacity: 1;
  color: rgba(34, 36, 41, var(--tw-text-opacity));
  color: rgba(var(--color-text-dark), var(--tw-text-opacity));
}
.layout .page .auth-content .content-title .description {
          font-size: 17px;
          font-weight: 400;
          line-height: 24px;
        }
.layout .page .auth-content .content-title .description .phone_display {
  white-space: nowrap;
}
.layout .page .auth-content .content-title .description .phone_display {
  --tw-text-opacity: 1;
  color: rgba(59, 64, 71, var(--tw-text-opacity));
  color: rgba(var(--color-text-phone), var(--tw-text-opacity));
}
.layout .page .auth-content .content-title .content-explanation {
  margin: auto;
}
.layout .page .auth-content .content-title .content-explanation {
  max-width: 250px;
}
.layout .page .auth-content .content-title .content-explanation {
  text-align: center;
}
.layout .page .footer {
  margin-bottom: 0.75rem;
}
.layout .page .footer {
  display: flex;
}
.layout .page .footer {
  justify-content: center;
}
@media (min-width: 640px) {
  .layout .page .footer {
    margin-bottom: 0px;
  }
}
.layout .page .footer .help {
  cursor: pointer;
}
.layout .page .footer .help {
  transition-duration: 300ms;
}
.layout .page .footer .help {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 640px) {
  .layout .page .footer .help {
    margin-top: 1rem;
  }
}
@media (min-width: 640px) {
  .layout .page .footer .help {
    border-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .layout .page .footer .help {
    background-color: rgba(17, 24, 39, 0.3);
  }
}
.layout .page .footer .help .help-title {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.layout .page .footer .help .help-title {
  margin-left: 1rem;
  margin-right: 1rem;
}
.layout .page .footer .help .help-title {
  height: 1rem;
}
.layout .page .footer .help .help-title {
  --tw-text-opacity: 1;
  color: rgba(180, 187, 198, var(--tw-text-opacity));
  color: rgba(var(--color-text-light-gray), var(--tw-text-opacity));
}
@media (min-width: 640px) {
  .layout .page .footer .help .help-title {
    font-weight: 500;
  }
}
@media (min-width: 640px) {
  .layout .page .footer .help .help-title {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.layout .page .footer .help .help-title {
          font-size: 14px;
          line-height: 16px;
          letter-spacing: 0.01em;
          display: inline-block;
        }
.layout .page .content-explanation {
      font-weight: 400;
      font-size: 14px;
      line-height: 18px
    }
.layout .page .content-explanation {
  --tw-text-opacity: 1;
  color: rgba(108, 115, 125, var(--tw-text-opacity));
  color: rgba(var(--color-text-gray), var(--tw-text-opacity));
}
.layout .page .content-explanation .title {
        line-height: 16px;
      }
.layout .page .content-explanation .title {
  margin-bottom: 0.125rem;
}
.layout .page .content-explanation .title {
  font-weight: 500;
}
.layout .page .content-explanation .title {
  --tw-text-opacity: 1;
  color: rgba(34, 36, 41, var(--tw-text-opacity));
  color: rgba(var(--color-text-dark), var(--tw-text-opacity));
}
.layout .content-header {
  margin-bottom: 2rem;
}
.layout .content-header {
  display: flex;
}
.layout .content-header {
  align-items: center;
}
.layout .content-header {
  justify-content: space-between;
}
.layout .content-header .content-header-action {
  width: 1.5rem;
}
.layout .content-header .content-header-action {
  flex: none;
}
.layout .content-header .content-header-action {
  cursor: pointer;
}
.layout .content-header .content-header-logo {
  display: flex;
}
.layout .content-header .content-header-logo {
  height: 2rem;
}
.layout .content-header .content-header-logo {
  flex-grow: 1;
}
.layout .content-header .content-header-logo {
  justify-content: center;
}
.layout .content-header .content-header-logo {
  background-image: url("../img/logo-chizhik.svg");
  background-image: var(--background-logo);
}
.layout .content-header .content-header-logo {
  background-position: center;
}
.layout .content-header .content-header-logo {
  background-repeat: no-repeat;
}
.layout .modal {
  position: fixed;
}
.layout .modal {
  z-index: 50;
}
.layout .modal {
  display: flex;
}
.layout .modal {
  height: 100vh;
}
.layout .modal {
  width: 100%;
}
.layout .modal {
  flex-direction: column;
}
.layout .modal {
  justify-content: space-between;
}
.layout .modal {
  border-radius: 0px;
}
.layout .modal {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.layout .modal {
  padding: 1.5rem;
}
@media (min-width: 640px) {
  .layout .modal {
    height: 75%;
  }
}
@media (min-width: 640px) {
  .layout .modal {
    width: 75%;
  }
}
@media (min-width: 640px) {
  .layout .modal {
    border-radius: 1.5rem;
  }
}
@media (min-width: 640px) {
  .layout .modal {
    padding: 2.5rem;
  }
}
.layout .modal .modal-content {
  height: 100%;
}
.layout .modal .modal-content {
  width: 100%;
}
.layout .modal .modal-content {
  overflow-y: auto;
}
.layout .terms {
  margin: 0px;
}
.layout .terms {
  text-align: center;
}
.layout .terms .data-title {
      font-weight: 400;
      font-size: 14px;
      line-height: 18px;
    }
.invisible {
  display: none !important;
}
.about__title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.625rem;
  letter-spacing: -0.01em;
  color: #181918;
}
.social-providers-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #B4BBC6;
}
.gender {
  margin-bottom: 24px;
}
.gender__label {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
.data-title {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
}
.helpX5IDSection {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.helpX5IDSection > .drawer-close {
    margin-top: 24px;
  }
.helpX5IDSection_title {
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
}
.helpX5IDSection_desc {
  margin-top: 8px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}
.helpX5IDSection_title.helpX5IDSection_title-loyalty {
  margin-top: 24px;
}
.success-logo{
  margin: auto;
  height: 32px;
  width: 32px;
  background-image: url("../img/success-arrow.svg");
}
.error-message {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgba(244, 67, 54, var(--tw-text-opacity));
  color: rgba(var(--color-text-error), var(--tw-text-opacity));
}
.btn {
  height: 44px;
  width: 100%;
  border-radius: 50px;
  border-radius: var(--border-radius-base);
  text-align: center;
  font-weight: 500;
  outline-width: 0px;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
@media (min-width: 640px) {
  .btn {
    height: 52px;
  }
}
.btn svg {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.btn svg {
  display: inline-block;
}
.btn-disabled,
.btn:disabled,
.btn[disabled] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 236, 128, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base-disabled), var(--tw-bg-opacity));
  color: rgba(220, 207, 131, 0.5);
  color: rgba(var(--color-text-gray-disabled), 0.5);
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 0, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-primary), var(--tw-bg-opacity));
}
.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 228, 76, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-primary-hovered), var(--tw-bg-opacity));
}
.btn-primary:active,
  .btn-primary:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 206, 0, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-primary-active), var(--tw-bg-opacity));
}
.btn-base {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 241, 245, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base), var(--tw-bg-opacity));
}
.btn-base:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 235, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base-hovered), var(--tw-bg-opacity));
}
.btn-base:active,
  .btn-base:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 212, 220, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base-active), var(--tw-bg-opacity));
}
.btn-outline {
  border-radius: 50px;
  border-radius: var(--border-radius-base);
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(207, 212, 220, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-base), var(--tw-border-opacity));
}
.btn-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 229, 235, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base-hovered), var(--tw-bg-opacity));
}
.btn-outline:active,
  .btn-outline:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 212, 220, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-base-active), var(--tw-bg-opacity));
}
.disabled-submit {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 236, 128, var(--tw-bg-opacity)) !important;
  background-color: rgba(var(--color-bg-base-disabled), var(--tw-bg-opacity)) !important;
}
.disabled-submit {
  cursor: not-allowed;
}
.input {
  margin-bottom: 0.25rem;
  box-sizing: border-box;
  height: 44px;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(207, 212, 220, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-base), var(--tw-border-opacity));
  padding: 0.75rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 640px) {
  .input {
    height: 52px;
    padding: 0.875rem;
  }
}
.input.input-error {
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-error), var(--tw-border-opacity));
}
.input.input-error {
  background-repeat: no-repeat;
}
.input.input-error {
    background-image: url("../img/error.svg");
    background-position-x: 96%;
    background-position-y: 50%;
  }
.input:hover {
  --tw-border-opacity: 1;
  border-color: rgba(180, 187, 198, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-base-hovered), var(--tw-border-opacity));
}
.input:active,
  .input:focus {
  --tw-border-opacity: 1;
  border-color: rgba(99, 155, 255, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-base-active), var(--tw-border-opacity));
}
.input:disabled {
    background: #eff1f5;
    color: #6c737d;
  }
.input[name="user.attributes.birth"] {
  background-repeat: no-repeat;
}
.input[name="user.attributes.birth"] {
    background-image: url("../img/calendar.svg");
    background-position-x: 96%;
    background-position-y: 50%;
  }
.input[name="user.attributes.birth"].input-error {
      background-image: url("../img/calendar_error.svg");
    }
.label {
  margin-bottom: 0.25rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgba(108, 115, 125, var(--tw-text-opacity));
  color: rgba(var(--color-text-gray), var(--tw-text-opacity));
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.radio {
  box-sizing: border-box;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(207, 212, 220, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-base), var(--tw-border-opacity));
  background-color: transparent;
  outline-width: 0px;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.radio.input-error {
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-error), var(--tw-border-opacity));
}
.radio:checked {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 217, 0, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-primary), var(--tw-border-opacity));
}
.radio:checked:disabled {
    border-color: #e1e5eb;
    background: #b4bbc6;
  }
.checkbox {
  box-sizing: border-box;
  height: 1.25rem;
  width: 1.25rem;
  cursor: pointer;
  -webkit-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(207, 212, 220, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-base), var(--tw-border-opacity));
  background-color: transparent;
  outline-width: 0px;
  transition: all 0.3s cubic-bezier(0.2, 0.85, 0.32, 1.2);
}
.checkbox.input-error {
  --tw-border-opacity: 1;
  border-color: rgba(244, 67, 54, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-error), var(--tw-border-opacity));
}
.checkbox:checked {
  --tw-border-opacity: 1;
  border-color: rgba(255, 217, 0, var(--tw-border-opacity));
  border-color: rgba(var(--color-input-primary), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 0, var(--tw-bg-opacity));
  background-color: rgba(var(--color-bg-primary), var(--tw-bg-opacity));
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAABmJLR0QA/wD/AP+gvaeTAAACIUlEQVR4nO3ZS4iNYRzH8ec1LpFLNlIiRGPjstA0C2EhSUmkbKwslBJWysrOykYWViIbWdigsWChkBRlYSFEiXKpIXJr8LFwpCbjfc7Me85T/D81i6lz/uf3nTNnMU1KIYQQQgghhBBCCOH/UpUeMBZYnFLa2Pp2oKqqhyX3dBX24IvfhrC79K6uwEF/NtT6rfh34dAI8b/sb+fe+E4N7QQcTikdLL2jCBypeef/zY8AKhzNiIe9pfc2qhV/LCP8O/aV3tsojMOJzPg9pfc2Cj04lRH/DTtLDKywDadbX1savD0eZzLiv2JHU6/b7sjjfxh0Ej1jvDsR5zLih7C9qZ52R/b/ZdhZTBjl3Uk4nxH/BVub7mpn6IGagecwsc2bkzGQEf8ZmzrVljt2V8bQC5iUeW8KLmfc/IQNne7LGTwLbzMGX8LkmltTcTXj1ges61ZjLazHx4zhVzBlhBvTcT3jxnus6XZjLaxujatzDdOGPXcGbmbGry2UWA+r8C4j5Aamt54zE7cynvMG/aUba2ElBjOCbmMJ7mY8dhB9pduyoS/zh/A14zGvsLx0U9uwAq8zAv/mBZaWbhk1LMPLUcY/Q2/phjHz83P+vM34p1hUentj0Nt6R3M8wYLSmxuH+Xj8X8b/gnl4NEL8fcwpvbHjMBf3hsXfwezS21Lq0v8G/fzzeHNKaWFK6UFK6WJVVUPdeO0QQgghhBBCCCGEMMwPYwdBKfzad6MAAAAASUVORK5CYII=");
  background-size: cover;
  background-repeat: no-repeat;
}
.submit-button.disabled-submit .submit-text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.submit-button.disabled-submit .submit-text {
  opacity: 0.5;
}
.submit-button .submit-text {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@-webkit-keyframes autofill {
  to {
    color: inherit;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
#kc-social-providers .social-providers-title {
    text-align: center;
    padding: 12px 0;
    color: #b4bbc6;
  }
#kc-social-providers .social-providers-content {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 8px;
  }
#kc-social-providers .social-providers-content a {
      border: 2px solid #cfd4dc;
      border-radius: 8px;
      width: 56px;
      height: 56px;
      display: inline-block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 36px;
      padding: 8px;
    }
@media (min-width: 640px) {
  .layout {
    background-image: url("../img/bg-chizhik.webp") !important;
  }
}
.submit-button .submit-text {
  font-size: 1rem;
  line-height: 1.5rem;
}
.submit-button .submit-text {
  --tw-text-opacity: 1;
  color: rgba(34, 36, 41, var(--tw-text-opacity));
  color: rgba(var(--color-text-dark), var(--tw-text-opacity));
}
.submit-button.disabled-submit .submit-text {
      opacity: 1;
    }
.submit-button.disabled-submit .submit-text {
  --tw-text-opacity: 1;
  color: rgba(220, 207, 131, var(--tw-text-opacity));
  color: rgba(var(--color-text-gray-disabled), var(--tw-text-opacity));
}
:root {
  --tdm-drawer-width: 100%;
  --tdm-drawer-speed: 0s;
  --tdm-drawer-background: white;
  --tdm-backdrop-background: transparent;
}
[data-aboutx5id-menu],
[data-aboutx5id-backdrop],
[data-helpx5id-menu],
[data-helpx5id-backdrop] {
  bottom: 0;
  left: 0;
  position: fixed;
  display: block;
  display: none;
}
[data-aboutx5id] [data-aboutx5id-menu],
  [data-aboutx5id] [data-aboutx5id-backdrop] {
    display: block;
  }
[data-helpx5id] [data-helpx5id-menu],
  [data-helpx5id] [data-helpx5id-backdrop] {
    display: block;
  }
[data-helpx5id-menu],
[data-aboutx5id-menu] {
  z-index: 99999;
  height: 0;

  margin-bottom: calc(100% * -1);

  margin-bottom: calc(var(--tdm-drawer-width) * -1);
  width: 100%;
  width: var(--tdm-drawer-width);
  transition: margin-bottom 0s;
  transition: margin-bottom var(--tdm-drawer-speed);
  background: white;
  background: var(--tdm-drawer-background);
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
[data-helpx5id-backdrop],
[data-aboutx5id-backdrop] {
  z-index: 99998;
  width: 100%;
  height: 100%;

  visibility: hidden;
  opacity: 0;

  background: transparent;

  background: var(--tdm-backdrop-background);
}
[data-helpx5id="true"] {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
[data-helpx5id="true"] [data-helpx5id-backdrop] {
    visibility: visible;
    opacity: 0.75;
    background: #000;
  }
[data-helpx5id="true"] [data-helpx5id-menu] {
    height: auto;
    margin-bottom: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

    transition: margin-bottom 0s;

    transition: margin-bottom var(--tdm-drawer-speed);
  }
[data-aboutx5id="true"] {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
[data-aboutx5id="true"] [data-aboutx5id-backdrop] {
    visibility: visible;
    opacity: 0.75;
    background: #000;
  }
[data-aboutx5id="true"] [data-aboutx5id-menu] {
    height: auto;
    margin-bottom: 0;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;

    transition: margin-bottom 0s;

    transition: margin-bottom var(--tdm-drawer-speed);
  }
.animated {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInup {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
  }

  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceIndown {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutdown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutUp {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutup {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
.fade-in {
  opacity: 0.75;
  -webkit-animation-name: fadeInOpacity;
          animation-name: fadeInOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
@keyframes fadeInOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.75;
  }
}
.fade-out {
  opacity: 0.75;
  -webkit-animation-name: fadeOutOpacity;
          animation-name: fadeOutOpacity;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes fadeOutOpacity {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutOpacity {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 0;
  }
}
.group:hover .group-hover\:flex {
  display: flex;
}
@media (min-width: 640px) {
  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }
}
@media (min-width: 768px) {
  .md\:left-auto {
    left: auto;
  }
  .md\:right-auto {
    right: auto;
  }
  .md\:w-9 {
    width: 2.25rem;
  }
}

