/*
! tailwindcss v3.0.23 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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. 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 */
  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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

@font-face{
  font-family: body2;

  font-weight: 400;

  src: url(../autobus-bold-font/Autobusbold-1ynL.ttf);
}

*, ::before, ::after {
  --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-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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.grid-card {
  height: 9rem;
  width: 15rem;
  cursor: pointer;
  border-top-left-radius: 1rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-color: rgb(250 204 21 / 0.5);
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.95;
  --tw-text-opacity: 1;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: #9acd32;
  --tw-shadow: var(--tw-shadow-colored);
  outline-width: 4px;
  outline-color: #ef4444;
}

.grid-card:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
  outline-color: #000;
  transition-duration: 1000ms;
}

@media (min-width: 640px) and (max-width: 890px) {
  .grid-card:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
}

@media (min-width: 891px) and (max-width: 1023px) {
  .grid-card:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
}

@media (min-width: 1024px) and (max-width: 1536px) {
  .grid-card:hover {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    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));
  }
}

.grid-card-regis {
  height: 9rem;
  width: 15rem;
  cursor: pointer;
  border-top-left-radius: 1rem;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-color: rgb(250 204 21 / 0.5);
  outline-width: 4px;
}

.grid-base-regis {
  margin-left: 20px;
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
  row-gap: 4rem;
  padding-left: 120px;
  padding-right: 120px;
  text-align: center;
}

@media (min-width: 640px) and (max-width: 890px) {
  .grid-base-regis {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-base-regis {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
}

@media (min-width: 891px) and (max-width: 1023px) {
  .grid-base-regis {
    margin-left: 210px;
  }

  .grid-base-regis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-base-regis {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .grid-base-regis {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1024px) and (max-width: 1536px) {
  .grid-base-regis {
    margin-left: 240px;
  }

  .grid-base-regis {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.-bottom-24 {
  bottom: -6rem;
}

.-right-0 {
  right: -0px;
}

.-left-36 {
  left: -9rem;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.z-\[-1\] {
  z-index: -1;
}

.z-10 {
  z-index: 10;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.float-left {
  float: left;
}

.m-auto {
  margin: auto;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

.mb-20 {
  margin-bottom: 5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.-ml-\[150px\] {
  margin-left: -150px;
}

.-mt-\[56px\] {
  margin-top: -56px;
}

.ml-\[150px\] {
  margin-left: 150px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

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

.mt-\[1px\] {
  margin-top: 1px;
}

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

.ml-\[30px\] {
  margin-left: 30px;
}

.ml-\[35px\] {
  margin-left: 35px;
}

.ml-6 {
  margin-left: 1.5rem;
}

.-ml-\[10px\] {
  margin-left: -10px;
}

.mt-5 {
  margin-top: 1.25rem;
}

.-ml-\[25px\] {
  margin-left: -25px;
}

.ml-\[70px\] {
  margin-left: 70px;
}

.ml-\[10px\] {
  margin-left: 10px;
}

.-ml-\[35px\] {
  margin-left: -35px;
}

.mr-\[30px\] {
  margin-right: 30px;
}

.-mt-\[128px\] {
  margin-top: -128px;
}

.mt-\[60px\] {
  margin-top: 60px;
}

.-ml-\[20px\] {
  margin-left: -20px;
}

.-mt-\[11px\] {
  margin-top: -11px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.-ml-\[30px\] {
  margin-left: -30px;
}

.-mt-\[17px\] {
  margin-top: -17px;
}

.ml-\[12px\] {
  margin-left: 12px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-\[0\.5px\] {
  margin-top: -0.5px;
}

.mr-\[150px\] {
  margin-right: 150px;
}

.mt-10 {
  margin-top: 2.5rem;
}

.-mt-\[50px\] {
  margin-top: -50px;
}

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

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

.mb-2 {
  margin-bottom: 0.5rem;
}

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

.mt-\[110px\] {
  margin-top: 110px;
}

.mb-\[10px\] {
  margin-bottom: 10px;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-24 {
  height: 6rem;
}

.h-10 {
  height: 2.5rem;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-80 {
  height: 20rem;
}

.h-\[230px\] {
  height: 230px;
}

.h-\[260px\] {
  height: 260px;
}

.h-\[450px\] {
  height: 450px;
}

.h-4\/5 {
  height: 80%;
}

.h-full {
  height: 100%;
}

.w-10 {
  width: 2.5rem;
}

.w-6 {
  width: 1.5rem;
}

.w-5\/6 {
  width: 83.333333%;
}

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

.w-\[100px\] {
  width: 100px;
}

.w-\[50px\] {
  width: 50px;
}

.w-\[240px\] {
  width: 240px;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[150px\] {
  width: 150px;
}

.w-\[120px\] {
  width: 120px;
}

.w-\[170px\] {
  width: 170px;
}

.w-full {
  width: 100%;
}

.w-\[380px\] {
  width: 380px;
}

.w-\[800px\] {
  width: 800px;
}

.w-20 {
  width: 5rem;
}

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

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

.translate-y-44 {
  --tw-translate-y: 11rem;
  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));
}

.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));
}

.-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));
}

.rotate-\[90deg\] {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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));
}

@-webkit-keyframes goyang {
  0%, 100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

@keyframes goyang {
  0%, 100% {
    transform: rotate(-3deg);
  }

  50% {
    transform: rotate(3deg);
  }
}

.animate-goyang {
  -webkit-animation: goyang 2s ease-in-out infinite;
          animation: goyang 2s ease-in-out infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  -webkit-animation: spin 4s linear infinite;
          animation: spin 4s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-none {
  list-style-type: none;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.justify-end {
  justify-content: flex-end;
}

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

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.gap-12 {
  gap: 3rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.overflow-hidden {
  overflow: hidden;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-transparent {
  border-color: transparent;
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.bg-\[\#4e5697\] {
  --tw-bg-opacity: 1;
  background-color: rgb(78 86 151 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#c29dc3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(194 157 195 / var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}

.bg-\[\#9acd32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 205 50 / var(--tw-bg-opacity));
}

.bg-\[\#212021\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 32 33 / var(--tw-bg-opacity));
}

.bg-\[\#fd9d83\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 157 131 / var(--tw-bg-opacity));
}

.bg-\[\#f25b76\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 91 118 / var(--tw-bg-opacity));
}

.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.from-\[\#BA00FF\] {
  --tw-gradient-from: #BA00FF;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(186 0 255 / 0));
}

.to-\[\#70B0FF\] {
  --tw-gradient-to: #70B0FF;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-\[115px\] {
  padding-left: 115px;
  padding-right: 115px;
}

.px-\[155px\] {
  padding-left: 155px;
  padding-right: 155px;
}

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

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pr-\[305px\] {
  padding-right: 305px;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.font-body2 {
  font-family: body2;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.text-\[30px\] {
  font-size: 30px;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.text-\[16px\] {
  font-size: 16px;
}

.uppercase {
  text-transform: uppercase;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#FFFAF0\] {
  --tw-text-opacity: 1;
  color: rgb(255 250 240 / var(--tw-text-opacity));
}

.text-opacity-100 {
  --tw-text-opacity: 1;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[\#9acd32\] {
  --tw-shadow-color: #9acd32;
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.outline-4 {
  outline-width: 4px;
}

.outline-red-500 {
  outline-color: #ef4444;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.delay-\[9000ms\] {
  transition-delay: 9000ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-\[9000ms\] {
  transition-duration: 9000ms;
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}

.hover\:bg-\[\#4145b7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 69 183 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#2e4d94\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 77 148 / var(--tw-bg-opacity));
}

.hover\:pb-2:hover {
  padding-bottom: 0.5rem;
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.hover\:outline-1:hover {
  outline-width: 1px;
}

.hover\:outline-gray-200:hover {
  outline-color: #e5e7eb;
}

.hover\:duration-300:hover {
  transition-duration: 300ms;
}

.focus\:no-underline:focus {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) and (max-width: 890px) {
  .sm\:col-start-1 {
    grid-column-start: 1;
  }

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

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:-ml-\[300px\] {
    margin-left: -300px;
  }

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

  .sm\:-ml-\[50px\] {
    margin-left: -50px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-3\/4 {
    height: 75%;
  }

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

  .sm\:w-\[240px\] {
    width: 240px;
  }

  .sm\:w-\[200px\] {
    width: 200px;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .sm\:px-\[200px\] {
    padding-left: 200px;
    padding-right: 200px;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pr-0 {
    padding-right: 0px;
  }

  .sm\:pr-\[20px\] {
    padding-right: 20px;
  }

  .sm\:text-right {
    text-align: right;
  }
}

@media (min-width: 891px) and (max-width: 1023px) {
  .md\:static {
    position: static;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

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

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

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mr-auto {
    margin-right: auto;
  }

  .md\:-ml-\[300px\] {
    margin-left: -300px;
  }

  .md\:-mr-\[250px\] {
    margin-right: -250px;
  }

  .md\:ml-\[170px\] {
    margin-left: 170px;
  }

  .md\:mt-\[60px\] {
    margin-top: 60px;
  }

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

  .md\:-ml-\[25px\] {
    margin-left: -25px;
  }

  .md\:ml-\[200px\] {
    margin-left: 200px;
  }

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

  .md\:-ml-\[70px\] {
    margin-left: -70px;
  }

  .md\:-ml-\[50px\] {
    margin-left: -50px;
  }

  .md\:-ml-\[40px\] {
    margin-left: -40px;
  }

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-\[240px\] {
    width: 240px;
  }

  .md\:w-\[300px\] {
    width: 300px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }

  .md\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .md\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

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

  .md\:pr-\[20px\] {
    padding-right: 20px;
  }

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

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

@media (min-width: 1024px) and (max-width: 1536px) {
  .lg\:relative {
    position: relative;
  }

  .lg\:right-\[35px\] {
    right: 35px;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

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

  .lg\:mt-\[55px\] {
    margin-top: 55px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-\[70px\] {
    margin-top: 70px;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

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

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

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:-ml-\[0px\] {
    margin-left: -0px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

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

  .lg\:mt-\[10px\] {
    margin-top: 10px;
  }

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

  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }

  .lg\:mr-auto {
    margin-right: auto;
  }

  .lg\:-ml-\[300px\] {
    margin-left: -300px;
  }

  .lg\:-mr-\[250px\] {
    margin-right: -250px;
  }

  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }

  .lg\:ml-\[260px\] {
    margin-left: 260px;
  }

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

  .lg\:ml-\[50px\] {
    margin-left: 50px;
  }

  .lg\:-mt-\[128px\] {
    margin-top: -128px;
  }

  .lg\:ml-\[80px\] {
    margin-left: 80px;
  }

  .lg\:-mt-\[13px\] {
    margin-top: -13px;
  }

  .lg\:ml-\[230px\] {
    margin-left: 230px;
  }

  .lg\:mr-\[0px\] {
    margin-right: 0px;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

  .lg\:ml-\[200px\] {
    margin-left: 200px;
  }

  .lg\:mr-\[100px\] {
    margin-right: 100px;
  }

  .lg\:-ml-\[100px\] {
    margin-left: -100px;
  }

  .lg\:ml-\[100px\] {
    margin-left: 100px;
  }

  .lg\:-mr-\[100px\] {
    margin-right: -100px;
  }

  .lg\:-mr-\[50px\] {
    margin-right: -50px;
  }

  .lg\:-mt-\[145px\] {
    margin-top: -145px;
  }

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:w-\[240px\] {
    width: 240px;
  }

  .lg\:w-\[300px\] {
    width: 300px;
  }

  .lg\:w-\[200px\] {
    width: 200px;
  }

  .lg\:w-\[800px\] {
    width: 800px;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:px-\[0px\] {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[205px\] {
    padding-left: 205px;
    padding-right: 205px;
  }

  .lg\:px-\[100px\] {
    padding-left: 100px;
    padding-right: 100px;
  }

  .lg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lg\:px-\[300px\] {
    padding-left: 300px;
    padding-right: 300px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 640px) and (max-width: 890px) {
  @media (min-width: 1024px) and (max-width: 1536px) {
    .sm\:lg\:gap-4 {
      gap: 1rem;
    }
  }
}

@media (min-width: 1024px) and (max-width: 1222px) {
  .lgf\:relative {
    position: relative;
  }

  .lgf\:right-\[100px\] {
    right: 100px;
  }

  .lgf\:left-\[150px\] {
    left: 150px;
  }

  .lgf\:-ml-\[100px\] {
    margin-left: -100px;
  }

  .lgf\:-mr-\[80px\] {
    margin-right: -80px;
  }

  .lgf\:-ml-\[70px\] {
    margin-left: -70px;
  }
}

@media (min-width: 1025px) and (max-width: 1134px) {
  .mg\:-ml-\[65px\] {
    margin-left: -65px;
  }
}

@media (min-width: 1135px) and (max-width: 1226px) {
  .xg\:ml-\[300px\] {
    margin-left: 300px;
  }

  .xg\:-ml-\[20px\] {
    margin-left: -20px;
  }

  .xg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1227px) and (max-width: 1350px) {
  .\32xg\:ml-\[360px\] {
    margin-left: 360px;
  }

  .\32xg\:px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
  }
}