/*
! tailwindcss v3.4.6 | 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: #e7e5e4; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #a8a29e; /* 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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}
.-my-24 {
  margin-top: -6rem;
  margin-bottom: -6rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-24 {
  margin-bottom: -6rem;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-ml-10 {
  margin-left: -2.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-mr-16 {
  margin-right: -4rem;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.-mt-12 {
  margin-top: -3rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.-mt-32 {
  margin-top: -8rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-2\/5 {
  width: 40%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-none {
  flex: none;
}
.origin-top {
  transform-origin: top;
}
.origin-top-left {
  transform-origin: top left;
}
.origin-top-right {
  transform-origin: top right;
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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-move {
  cursor: move;
}
.cursor-pointer {
  cursor: pointer;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.border-niu-primary {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.border-niu-secondary-2 {
  --tw-border-opacity: 1;
  border-color: rgb(119 109 137 / var(--tw-border-opacity));
}
.border-niu-secondary-4 {
  --tw-border-opacity: 1;
  border-color: rgb(220 204 240 / var(--tw-border-opacity));
}
.border-niu-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(238 239 32 / var(--tw-border-opacity));
}
.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(238 239 32 / var(--tw-border-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity));
}
.bg-niu-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(99 11 208 / var(--tw-bg-opacity));
}
.bg-niu-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 236 255 / var(--tw-bg-opacity));
}
.bg-niu-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(141 66 230 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(238 239 32 / var(--tw-bg-opacity));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.fill-current {
  fill: currentColor;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.text-niu-primary {
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.text-niu-secondary-2 {
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
}
.text-purple {
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 12 59 / var(--tw-ring-opacity));
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity));
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
h1 {
  font-size: 40px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 13px;
}

h6 {
  font-size: 13px;
}

.text-huge {
  font-size: 40px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 30px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  .text-huge {
    font-size: 60px;
  }
}
@font-face {
  font-family: "SFPro";
  src: url("/css/fonts/SF-Pro.eot");
  src: url("/css/fonts/SF-Pro.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SF-Pro.woff2") format("woff2"), url("/css/fonts/SF-Pro.woff") format("woff"), url("/css/fonts/SF-Pro.ttf") format("truetype"), url("/css/fonts/SF-Pro.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/css/fonts/SFProText-Light.eot");
  src: url("/css/fonts/SFProText-Light.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SFProText-Light.woff2") format("woff2"), url("/css/fonts/SFProText-Light.woff") format("woff"), url("/css/fonts/SFProText-Light.ttf") format("truetype"), url("/css/fonts/SFProText-Light.svg#SFProText-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/css/fonts/SFProText-Medium.eot");
  src: url("/css/fonts/SFProText-Medium.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SFProText-Medium.woff2") format("woff2"), url("/css/fonts/SFProText-Medium.woff") format("woff"), url("/css/fonts/SFProText-Medium.ttf") format("truetype"), url("/css/fonts/SFProText-Medium.svg#SFProText-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/css/fonts/SFProText-Regular.eot");
  src: url("/css/fonts/SFProText-Regular.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SFProText-Regular.woff2") format("woff2"), url("/css/fonts/SFProText-Regular.woff") format("woff"), url("/css/fonts/SFProText-Regular.ttf") format("truetype"), url("/css/fonts/SFProText-Regular.svg#SFProText-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SFProText";
  src: url("/css/fonts/SFProText-Semibold.eot");
  src: url("/css/fonts/SFProText-Semibold.eot?#iefix") format("embedded-opentype"), url("/css/fonts/SFProText-Semibold.woff2") format("woff2"), url("/css/fonts/SFProText-Semibold.woff") format("woff"), url("/css/fonts/SFProText-Semibold.ttf") format("truetype"), url("/css/fonts/SFProText-Semibold.svg#SFProText-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.bt {
  border-radius: 60px;
  display: inline-block;
  border-width: 2px;
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  line-height: 1;
}
.slick-slide img.bt {
  display: inline-block;
}
.bt {
  padding-top: calc(0.75rem - 2px);
  padding-bottom: calc(0.75rem - 2px);
}
.bt:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(209 202 221 / var(--tw-bg-opacity));
}
.bt.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(99 11 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bt.primary:not([disabled]):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(141 66 230 / var(--tw-bg-opacity));
}
.bt.primary:not([disabled]):active {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.bt.secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.bt.secondary:not([disabled]):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 11 208 / var(--tw-bg-opacity));
}
.bt.secondary:not([disabled]):active {
  --tw-border-opacity: 1;
  border-color: rgb(141 66 230 / var(--tw-border-opacity));
}
.bt.clear {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.bt.clear:not([disabled]):hover {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bt.clear:not([disabled]):active {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.bt.clear-gray {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 202 221 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
}
.bt.clear-gray:not([disabled]):hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.bt.clear-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bt.clear-white:not([disabled]):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.bt.clear-white:not([disabled]):active {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.bt.yellow {
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
  background-color: #EEEF20;
}
.bt.yellow:not([disabled]):hover {
  background-color: #F2F376;
}
.bt.yellow:not([disabled]):active {
  background-color: #EEEF20;
  border-color: #D1D220;
}
.bt.delete {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.bt.delete:not([disabled]):hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.bt.sm-wide {
  display: block;
  width: 100%;
  text-align: center;
}
.bt.wide {
  padding-left: 3rem;
  padding-right: 3rem;
}

.form-error {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}

.form-label {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity));
}

.form-input {
  transition: all 0.2 ease-in;
  border-radius: 12px;
  padding: 12px;
  font-size: 17px;
  width: 100%;
  border-width: 1px;
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
}
.form-input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
  opacity: 1;
}
.form-input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
  opacity: 1;
}
.form-input::-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
}
.form-input:hover, .form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.form-input.search {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  line-height: 1;
  padding: 12px 12px 12px 40px;
  font-size: 17px;
  background-image: url("/images/2024/icon-search.svg");
  background-size: 24px;
  background-position: 10px 50%;
}

select.form-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 2rem;
  background-image: url("/images/caret-down.svg");
}

@media (min-width: 640px) {
  .bt {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .bt.sm {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .bt.sm-wide {
    display: inline-block;
    width: auto;
  }

.slick-slide img.bt.sm-wide {
  display: inline-block;
}
}
#hero h1 {
  font-size: 40px;
}
#hero #hero-text {
  font-size: 16px;
}

.home-product-slide-item {
  display: inline-block;
  border-radius: 0.75rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(119 109 137 / var(--tw-border-opacity));
  padding: 0.5rem;
}

.slick-slide img.home-product-slide-item {
  display: inline-block;
}

@media (min-width: 768px) {

  .home-product-slide-item {
    padding: 1rem;
  }
}

.home-product-slide-item {
  border-color: #F5F5FD;
  margin-right: 18px;
  width: 350px;
}
.home-product-slide-item .product-img {
  width: 144px;
}
.home-product-slide-item:hover {
  --tw-border-opacity: 1;
  border-color: rgb(141 66 230 / var(--tw-border-opacity));
}
@media (min-width: 768px) {
  .home-product-slide-item {
    width: 422px;
  }
}

.testimony {
  height: 250px;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  .testimony {
    padding: 1rem;
  }
}
.testimony .gray-icon {
  display: block;
}
.testimony .purple-icon {
  display: none;
}
.testimony.active {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
  background-color: #FBF7FF;
}
.testimony.active .gray-icon {
  display: none;
}
.testimony.active .purple-icon {
  display: block;
}

#home-grad-01 {
  background-image: url("/images/2024/bg-grad-07.png");
}
@media (min-width: 768px) {
  #home-grad-01 {
    background-image: url("/images/2024/bg-grad-05.jpg");
  }
  #hero h1 {
    font-size: 60px;
  }
  #hero #hero-text {
    font-size: 22px;
  }
}
/* OLD STYLES */
.faq {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  padding: 0.5rem;
}
.faq:not(:last-of-type) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 238 187 / var(--tw-border-opacity));
}
.faq .plus-button {
  display: block;
}
.faq .minus-button {
  display: none;
}
.faq.open .plus-button {
  display: none;
}
.faq.open .minus-button {
  display: block;
}

#hero-bg-holder {
  background-image: url("../images/growing-rings-mobile.svg");
  background-position: 50% 180%;
  background-size: 100%;
}

#hero-phone {
  max-width: 400px;
}

#hero-card-1 {
  width: 41%;
  transform: translate(-45%, 10%) rotate(10deg);
  animation: hero-card-1 0.2s ease-out 0s 1 forwards;
}

#hero-card-2 {
  width: 31%;
  transform: translate(-45%, 0) rotate(15deg);
  animation: hero-card-2 0.35s ease-out 0s 1 forwards;
}

#hero-card-3 {
  width: 22%;
  transform: translate(-45%, 10%) rotate(20deg);
  animation: hero-card-3 0.5s ease-out 0s 1 forwards;
}

#ellipse-purple {
  animation: tilting-big 2s ease-in-out 0s infinite;
}

.ellipse-rotate {
  animation: tilting-big 3s ease-in-out 0s infinite reverse;
}

#card-1 {
  top: 22%;
  left: -10%;
  max-width: 200px;
  animation: slide-up 12s ease-in-out 0s infinite normal;
}

#card-2 {
  animation: slide-up 20s ease-in-out 0s infinite reverse;
}

.slick-slide img.inline-block {
  display: inline-block;
}

#home-steps-holder {
  display: block;
}

@keyframes tilting {
  0% {
    transform: rotate(-7deg);
  }
  50% {
    transform: rotate(7deg);
  }
  100% {
    transform: rotate(-7deg);
  }
}
@keyframes tilting-big {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes hero-card-1 {
  from {
    transform: translate(-45%, 10%) rotate(10deg);
  }
  to {
    transform: translate(-50%, 10%) rotate(0deg);
  }
}
@keyframes hero-card-2 {
  from {
    transform: translate(-45%, 0) rotate(15deg);
  }
  to {
    transform: translate(-97%, 0) rotate(0deg);
  }
}
@keyframes hero-card-3 {
  from {
    transform: translate(-45%, 10%) rotate(20deg);
  }
  to {
    transform: translate(-167%, 10%) rotate(0deg);
  }
}
@keyframes slide-up {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -10%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (min-width: 640px) {
  #hero-bg-holder {
    background-position: 50% -80%;
    background-size: 120%;
  }
  #card-1 {
    left: 0;
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .faq {
    padding: 1rem;
  }
  #home-steps-holder {
    display: flex;
  }
  #hero-bg-holder {
    background-position: 50% -40%;
    background-size: auto;
  }
}
@media (min-width: 1024px) {
  #hero-bg-holder {
    background-position: 0% -80%;
    background-size: 100%;
  }
  #hero-card-1 {
    width: 38%;
  }
  #hero-card-2 {
    width: 27%;
  }
  #hero-card-3 {
    width: 18%;
  }
}
@media (min-width: 1280px) {
  #hero-bg-holder {
    background-position: 135% 50%;
    background-size: auto;
  }
  #hero-card-1 {
    width: 46%;
  }
  #hero-card-2 {
    width: 36%;
  }
  #hero-card-3 {
    width: 27%;
  }
}
@media (min-width: 1536px) {
  #hero-bg-holder {
    background-image: url("../images/growing-rings.svg");
    background-position: 100% 50%;
  }
}
.promo-card {
  box-shadow: 0px 4px 8px 0px rgba(29, 12, 59, 0.031372549);
  padding: 24px;
  border-radius: 1rem;
  border-width: 1px;
  border-color: #DCE4F3;
}
.promo-card .promo-img {
  margin-bottom: 0.5rem;
  border-radius: 1rem;
}
.promo-card .promo-description {
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
  font-size: 12px;
}

.promo-card-app {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
.promo-card-app .promo-img {
  width: 120px;
  height: 120px;
  position: relative;
  margin-right: 1rem;
  border-radius: 0.75rem;
  background-size: cover;
  background-position: center;
}
.promo-card-app .promo-description {
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
  font-size: 12px;
}

.pagination-bt {
  margin-right: 0.5rem;
  display: inline-block;
  border-radius: 9999px;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.slick-slide img.pagination-bt {
  display: inline-block;
}

.pagination-bt {
  background-color: #F5F5FD;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  width: 40px;
}
.pagination-bt.active, .pagination-bt:not(.disabled):hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(99 11 208 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#main-nav {
  display: none;
  flex: 1 1 0%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
#main-nav .item:not(:last-of-type) {
  margin-bottom: 1rem;
}
#main-nav .item {
  position: relative;
}
#main-nav .item > a:not(.bt) {
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 16px;
  display: block;
  text-align: center;
  color: rgb(68 64 60 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(119 109 137 / var(--tw-text-opacity));
}
#main-nav .item > a:not(.bt):hover {
  background-color: #EDEDF5;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
  padding: 6px 13px;
}
#main-nav .item.active a {
  background-color: #EDEDF5;
}

#mobile-nav {
  position: fixed;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 2rem;
}

#main-nav-toggler {
  background-image: url("../images/2024/icon-menu-open.svg");
}
#main-nav-toggler.open {
  background-image: url("../images/2024/icon-menu-close.svg");
}

.animated-path {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
  animation: dash 0.25s ease-out 0s 1 forwards;
}

@keyframes dash {
  from {
    stroke-dashoffset: 500;
  }
  to {
    stroke-dashoffset: 1000;
  }
}
@media (min-width: 1024px) {
  #main-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  #main-nav .item:not(:last-of-type) {
    margin-right: 1rem;
    margin-bottom: 0px;
  }
}
.st-all, .filter-pill, .testimony {
  transition: all 0.1s ease-in;
}

.st-all-slow {
  transition: all 0.3s ease-in;
}

.st-bgc, #main-nav .item > a:not(.bt) {
  transition: background-color 0.1s ease-in;
}

.st-border-color {
  transition: border-color 0.1s ease-in;
}

.st-color {
  transition: color 0.1s ease-in;
}

.st-shadow {
  transition: box-shadow 0.1s ease-in;
}

.st-all-slow {
  transition: all 0.5s ease-in;
}

.fade-enter-active, .fade-leave-active {
  transition: opacity 0.35s;
}

.fade-enter, .fade-leave-to {
  opacity: 0;
}

.fade-up-enter-active,
.fade-up-leave-active {
  transition: all 0.3s;
}

.fade-up-enter,
.fade-up-leave-to {
  opacity: 0;
  transform: translateY(-50px);
}

.fade-fast-enter-active, .fade-fast-leave-active {
  transition: opacity 0.25s;
}

.fade-fast-enter, .fade-fast-leave-to {
  opacity: 0;
}

.jumpy {
  animation: jumpy 3s ease-in 0s infinite forwards;
}

.sliding-bg {
  animation: slidingbg 3s ease-out 0s infinite forwards;
}

.rotating-curve {
  animation: rotatingcurve 1.5s ease-in 0s infinite forwards;
  transform-origin: 50%;
}

.rotating-curve-2 {
  transform: rotate(25deg);
  animation: rotatingcurve2 3s ease-in 0.5s infinite forwards;
  transform-origin: 50%;
}

@keyframes jumpy {
  0% {
    transform: scale(1);
  }
  45% {
    transform: scale(1);
  }
  55% {
    transform: scale(1.25);
  }
  65% {
    transform: scale(0.86);
  }
  75% {
    transform: scale(1.1);
  }
  85% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes rotatingcurve {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(0);
  }
  70% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes rotatingcurve2 {
  0% {
    transform: rotate(-25deg);
  }
  50% {
    transform: rotate(-25deg);
  }
  70% {
    transform: rotate(25deg);
  }
  100% {
    transform: rotate(-25deg);
  }
}
@keyframes slidingbg {
  0% {
    background-position-x: 0;
  }
  40% {
    background-position-x: -65%;
  }
  60% {
    background-position-x: -65%;
  }
  100% {
    background-position-x: 0;
  }
}
/* THE MODAL */
.modal-mask {
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.28);
  border-radius: 24px;
}
.modal-container .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom-width: 1px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.modal-container .footer {
  border-top-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: right;
}
.modal-container.scrollable {
  max-height: 80vh;
  overflow-y: auto;
}

.slick-dots li button:before {
  color: transparent !important;
  border: solid 2px #630BD0;
  border-radius: 50%;
  height: 10px !important;
  width: 10px !important;
}

.slick-dots li.slick-active button:before {
  color: transparent !important;
  background-color: #630BD0;
}

.slick-dots li button:before {
  font-size: 10px;
}

.review-holder {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promo-description-holder {
  height: 150px;
  overflow: hidden;
}

.promo-description-truncated {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.promos-page-featured {
  height: 100px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal-mask {
  position: fixed;
  inset: 0px;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
}

.filter-pill {
  padding: 5px 12px;
  display: inline-block;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}

.slick-slide img.filter-pill {
  display: inline-block;
}
.filter-pill.active, .filter-pill:hover {
  background-color: #F3EAFF;
}

.modal-image-rounded {
  border-radius: 12px;
}

.modal-rounded-number {
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #8E3DF2;
  padding-top: 2px;
  margin-right: 0.5rem;
  flex: none;
  border-radius: 9999px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

#donde-pagar-search-form-holder {
  background-color: #FAF5FF;
  border-radius: 16px;
  padding: 16px;
}

.modal-shadow {
  box-shadow: 0px 5px 10px rgba(155, 170, 179, 0.15);
}

.donde-pagar-featured {
  min-height: 450px;
}

/* MEDIA QUERIES */
@media (min-width: 768px) {
  .flippable, .flippable.small {
    height: 400px;
  }
  .flippable .back, .flippable.small .back {
    margin-top: -400px;
  }
  .review-holder {
    -webkit-line-clamp: 4;
  }
  .modal-image-rounded {
    border-radius: 16px;
  }
  #donde-pagar-search-form-holder {
    padding: 16px 120px;
  }
  .donde-pagar-featured {
    min-height: 280px;
  }
}
.list-bordered .item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.list-bordered .item:not(:last-of-type) {
  border-bottom-width: 1px;
}

@media (min-width: 768px) {
  .modal-w-extrasmall {
    width: 25%;
  }
  .modal-w-small {
    width: 35%;
  }
  .modal-w-medium {
    width: 50%;
  }
  .modal-w-large {
    width: 68%;
  }
  .modal-w-extralarge {
    width: 86%;
  }
  .review-holder {
    -webkit-line-clamp: 5;
  }
  .modal-container {
    min-width: 430px;
  }
  .modal-container.extrasmall {
    width: 25%;
  }
  .modal-container.small {
    width: 35%;
  }
  .modal-container.medium {
    width: 50%;
  }
  .modal-container.large {
    width: 68%;
  }
  .modal-container.extralarge {
    width: 86%;
  }
}
.table-bordered {
  line-height: 1;
}
.table-bordered th, .table-bordered td {
  padding: 0.5rem;
}
.table-bordered th {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.table-bordered td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity));
}
.table-bordered td.darker {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity));
}
.table-bordered tr:last-of-type td {
  border-bottom-width: 0px;
}

.puntos-de-pago-filter-bt {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  line-height: 1;
  opacity: 0.5;
}

.slick-slide img.puntos-de-pago-filter-bt {
  display: inline-block;
}

.puntos-de-pago-filter-bt {
  padding: 4px 12px;
  font-size: 18px;
  border-color: #5000B4;
  color: #400090;
  border-radius: 12px;
}
.puntos-de-pago-filter-bt.active, .puntos-de-pago-filter-bt:hover {
  opacity: 1;
  background-color: #F3EAFF;
  color: #400090;
}
.puntos-de-pago-filter-bt.small {
  font-size: 15px;
}

.puntos-de-pago-card {
  padding: 16px 20px;
  border-radius: 24px;
  font-size: 15px;
  border: solid 1px #DCE4F3;
  box-shadow: 0px 4px 8px 0px rgba(29, 12, 59, 0.031372549);
}
.puntos-de-pago-card.small {
  border-radius: 14px;
}
.puntos-de-pago-card .type {
  margin-bottom: 0.5rem;
  border-bottom-width: 1px;
  padding-bottom: 0.5rem;
}
.puntos-de-pago-card .title {
  font-weight: 600;
  color: #5000B4;
  font-size: 18px;
}
.puntos-de-pago-card .is-open-tag {
  display: inline-block;
  line-height: 1;
}
.slick-slide img.puntos-de-pago-card .is-open-tag {
  display: inline-block;
}
.puntos-de-pago-card .is-open-tag {
  font-size: 13px;
  padding: 3px 8px;
  border-radius: 5px;
}
.puntos-de-pago-card .is-open-tag.open {
  background-color: #CCFCF1;
  color: #02785F;
}
.puntos-de-pago-card .is-open-tag.closed {
  background-color: #FCDCDE;
  color: #C83942;
}

*:focus {
  outline: none;
}

html, body {
  height: 100%;
}

html {
  --scrollbarBG: #DCE4F3;
  --thumbBG: #5000B4;
}

.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}
@media (min-width: 768px) {
  .anchor {
    top: -100px;
  }
}

body {
  font-family: "SFProText", sans-serif;
  font-weight: 300;
  padding-top: 5rem;
  --tw-text-opacity: 1;
  color: rgb(29 12 59 / var(--tw-text-opacity));
  font-size: 16px;
}

.niu-scrollbar::-webkit-scrollbar {
  width: 10px;
}

.niu-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.niu-scrollbar::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
  border-radius: 6px;
  border: 6px solid white;
}

.niu-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: var(--thumbBG);
  background-clip: content-box;
  border: 3px solid transparent;
}

.box-with-gradient-border {
  background: white;
  background-clip: padding-box;
  border: solid 2px transparent;
  border-radius: 20px;
  box-sizing: border-box;
  position: relative;
}
.box-with-gradient-border:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -2px;
  border-radius: 20px;
  background: linear-gradient(to left, #B38AE5, #7333C3);
}
.box-with-gradient-border:hover::before {
  background: #630BD0;
}

.list-hyphen {
  list-style-type: none;
  padding-left: 10px;
}
.list-hyphen li {
  text-indent: -10px;
  margin-bottom: 10px;
}
.list-hyphen li:before {
  content: "- ";
  text-indent: -10px;
}

.gradient-01 {
  background: linear-gradient(320.28deg, #400090 5.44%, #200049 124.41%, #200048 124.42%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.gradient-02 {
  background: linear-gradient(181.13deg, #5000B4 6.61%, #821CFF 136.17%);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

footer {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  background-color: #30006C;
}

.font-pf-pro {
  font-family: "SFPro", sans-serif;
}

h1, h2, h3, h4 {
  font-family: "SFPro", sans-serif;
  font-weight: 500;
  font-stretch: expanded;
  line-height: 1;
}

header {
  position: fixed;
  top: 0px;
  z-index: 40;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}

.text-2xs {
  font-size: 0.7rem;
}

.glassy-effect {
  background-color: rgba(255, 255, 255, 0.86);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.purple-glowing-cards {
  background: rgb(80, 0, 180);
  background: linear-gradient(180deg, rgba(80, 0, 180, 0) 60%, rgb(80, 0, 180) 100%);
}
.purple-glowing-cards:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 11 208 / var(--tw-bg-opacity));
}

#video-background {
  background-size: cover;
  background-image: url("/images/2024/bg-grad-01.png");
}
@media (min-width: 1024px) {
  #video-background {
    background-image: none;
  }
}

.link-basic {
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.link-basic:hover {
  --tw-text-opacity: 1;
  color: rgb(141 66 230 / var(--tw-text-opacity));
}
.link-basic:active {
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}

.hero-rounded {
  border-radius: 24px;
}
@media (min-width: 768px) {
  .hero-rounded {
    border-radius: 48px;
  }
}

.link-underline:hover {
  text-decoration-line: underline;
}

.container {
  padding: 0 20px;
  max-width: 1440px;
}

.gradient-green-blue {
  background: rgb(245, 255, 253);
  background: linear-gradient(315deg, rgba(245, 255, 253, 0.8) 40%, rgba(210, 255, 50, 0.5) 100%);
}

.gradient-purple {
  background: rgb(250, 245, 255);
  background: linear-gradient(315deg, rgb(250, 245, 255) 70%, rgb(216, 185, 255) 100%);
}

.gradient-purple-dark {
  background: #5000B4;
  background: linear-gradient(90.58deg, #5000B4 0.1%, #821CFF 141.47%);
}

.gradient-purple-yellow {
  background: rgb(193, 159, 235);
  background: linear-gradient(137deg, rgb(193, 159, 235) 0%, rgb(249, 243, 253) 50%, rgb(247, 244, 207) 100%);
}

#donde-pagar-search-bt {
  padding: 10px 60px;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
  }
  footer {
    padding: 2rem;
  }
  .container {
    padding: 0 74px;
  }
  #donde-pagar-search-bt {
    padding: 20px 60px;
  }
}
@media (min-width: 1024px) {
  body {
    padding-top: 7rem;
  }
}
.hover\:border-gray-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.hover\:border-niu-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.hover\:border-purple:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 11 208 / var(--tw-border-opacity));
}
.hover\:border-purple-light:hover {
  --tw-border-opacity: 1;
  border-color: rgb(142 61 242 / var(--tw-border-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity));
}
.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}
.hover\:text-niu-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.hover\:text-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(99 11 208 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.focus\:border-gray-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity));
}
.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-opacity-50:focus {
  --tw-ring-opacity: 0.5;
}
.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity));
}
.disabled\:opacity-25:disabled {
  opacity: 0.25;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:inline-block {
  display: inline-block;
}
.group:hover .group-hover\:hidden {
  display: none;
}
@media (min-width: 640px) {

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:pt-0 {
    padding-top: 0px;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mt-40 {
    margin-top: -10rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:inline-block {
    display: inline-block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-2\/3 {
    width: 66.666667%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-60 {
    width: 15rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-6xl {
    border-radius: 3rem;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-l {
    border-left-width: 1px;
  }

  .md\:border-r-0 {
    border-right-width: 0px;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-20 {
    padding-left: 5rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-2\/5 {
    width: 40%;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:text-left {
    text-align: left;
  }
}
@media (min-width: 1280px) {

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-1\/3 {
    width: 33.333333%;
  }

  .xl\:w-1\/4 {
    width: 25%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:text-left {
    text-align: left;
  }
}
@media (min-width: 1536px) {

  .\32xl\:w-2\/5 {
    width: 40%;
  }

  .\32xl\:w-3\/5 {
    width: 60%;
  }
}
