/*
! tailwindcss v3.2.0 | 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: currentColor; /* 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 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
    body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

::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-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%;
}
@media (min-width: 640px) {

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

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

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

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

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

  .container {
    max-width: 1980px;
  }
}
.h1 {
  font-family: Comfortaa;
  font-size: 25px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1000px) {

  .h1 {
    font-size: 44px;
    line-height: 52px;
  }
}
@media (min-width: 1480px) {

  .h1 {
    font-size: 64px;
    line-height: 82px;
  }
}
.h2 {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1270px) {

  .h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.text-1 {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1270px) {

  .text-1 {
    font-size: 25px;
    line-height: 35px;
  }
}
.text-2 {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
@media (min-width: 1270px) {

  .text-2 {
    font-size: 22px;
    line-height: 38px;
  }
}
.text-3 {
  font-family: Rubik;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
}
@media (min-width: 1270px) {

  .text-3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.text-button-1 {
  font-family: Comfortaa;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 1270px) {

  .text-button-1 {
    font-size: 32px;
    line-height: 36px;
  }
}
.text-button-2 {
  font-family: Comfortaa;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1270px) {

  .text-button-2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.text-menu-button {
  font-family: Comfortaa;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
}
.h3 {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1270px) {

  .h3 {
    font-size: 25px;
    line-height: 35px;
  }
}
.h3 {
  font-family: Comfortaa;
  font-weight: 700;
}
@media (min-width: 1270px) {

  .h3 {
    font-size: 32px;
    line-height: 46px;
  }
}
.h4 {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
@media (min-width: 1270px) {

  .h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
.h4 {
  font-family: Comfortaa;
}
@media (min-width: 1270px) {

  .h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
}
.section {
  position: relative;
}
.section::before {
  position: absolute;
  bottom: 0px;
  display: block;
  height: 0.125rem;
  width: 100%;
  --tw-scale-x: 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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(39 210 248 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  content: var(--tw-content);
  transition-duration: 300ms;
}
.section:hover::before {
  content: var(--tw-content);
  --tw-scale-x: 0;
  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));
}
.menu-button {
  position: relative;
  display: flex;
  align-items: center;
}
.menu-button::before {
  position: absolute;
  left: -2.5rem;
  display: block;
  height: 5px;
  width: 5px;
  border-radius: 9999px;
  content: var(--tw-content);
  background-image: linear-gradient(85.76deg, #00BDFF -0.4%, #70BEFF 34.94%, #A2BFFF 67.11%, #C1BFFF 96.82%);;
}
.menu-button:first-child::before {
  content: var(--tw-content);
  display: none;
}
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1210px;
}
.heading {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}
.heading::before {
  position: absolute;
  bottom: -0.5rem;
  left: 0px;
  z-index: -1;
  display: block;
  height: 60px;
  width: 65px;
  --tw-translate-x: -58%;
  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));
  background-image: url('/svg/headingDecoration.svg');
  content: var(--tw-content);
  background-repeat: no-repeat;
}
@media (min-width: 1270px) {

  .heading::before {
    height: 140px;
    content: var(--tw-content);
    width: 150px;
  }
}
.heading2 {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: -moz-max-content;
  width: max-content;
}
.heading2::after {
  position: absolute;
  top: -1.5rem;
  right: -2.5rem;
  z-index: -1;
  display: block;
  height: 100px;
  width: 75px;
  --tw-translate-x: 1rem;
  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));
  background-image: url('/svg/headingDecoration2.svg');
  background-size: 36px 48px;
  content: var(--tw-content);
  background-repeat: no-repeat;
}
@media (min-width: 1270px) {

  .heading2::after {
    --tw-translate-x: 0px;
    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));
    content: var(--tw-content);
    background-size: 75px 100px;
  }
}
.droplet {
  position: relative;
}
.droplet::before {
  position: absolute;
  top: 0px;
  z-index: -1;
  display: block;
  height: 165px;
  width: 120px;
  --tw-translate-x: -25%;
  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));
  background-image: url('/svg/droplet.svg');
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.scheduleDecoration {
  position: relative;
}
.scheduleDecoration::before {
  position: absolute;
  left: -1rem;
  top: 50%;
  display: block;
  height: 35px;
  width: 0.25rem;
  --tw-translate-y: -50%;
  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));
  border-radius: 9999px;
  content: var(--tw-content);
  background-image: linear-gradient(85.76deg, #00BDFF -0.4%, #70BEFF 34.94%, #A2BFFF 67.11%, #C1BFFF 96.82%);;
}
@media (min-width: 1270px) {

  .scheduleDecoration::before {
    content: var(--tw-content);
    left: -3rem;
  }
}
.doty {
  display: flex;
  flex-direction: row;
}
.doty::before {
  margin-top: 0.5rem;
  margin-right: 1rem;
  height: 13px;
  width: 13px;
  flex-shrink: 0;
  border-radius: 9999px;
  content: var(--tw-content);
  background-image: linear-gradient(180deg, #FFD540 0%, #FFF2B0 100%);
}
@media (min-width: 1270px) {

  .doty::before {
    content: var(--tw-content);
    margin-top: 7px;
  }
}
.route-active {
  text-transform: uppercase;
  --tw-text-opacity: 1 !important;
  color: rgb(245 131 0 / var(--tw-text-opacity)) !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.\!static {
  position: static !important;
}
.\!fixed {
  position: fixed !important;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.right-0 {
  right: 0px;
}
.bottom-\[-9px\] {
  bottom: -9px;
}
.right-0\.5 {
  right: 0.125rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.top-6 {
  top: 1.5rem;
}
.right-6 {
  right: 1.5rem;
}
.-top-10 {
  top: -2.5rem;
}
.-right-36 {
  right: -9rem;
}
.top-1\/2 {
  top: 50%;
}
.left-\[3px\] {
  left: 3px;
}
.-top-6 {
  top: -1.5rem;
}
.left-4 {
  left: 1rem;
}
.top-4 {
  top: 1rem;
}
.top-\[100\%\] {
  top: 100%;
}
.left-44 {
  left: 11rem;
}
.top-\[120px\] {
  top: 120px;
}
.left-52 {
  left: 13rem;
}
.bottom-20 {
  bottom: 5rem;
}
.right-10 {
  right: 2.5rem;
}
.left-10 {
  left: 2.5rem;
}
.-right-\[440px\] {
  right: -440px;
}
.bottom-\[220px\] {
  bottom: 220px;
}
.top-10 {
  top: 2.5rem;
}
.-top-\[250px\] {
  top: -250px;
}
.-right-40 {
  right: -10rem;
}
.-right-14 {
  right: -3.5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.-top-12 {
  top: -3rem;
}
.right-\[-300px\] {
  right: -300px;
}
.-left-52 {
  left: -13rem;
}
.-top-36 {
  top: -9rem;
}
.-left-80 {
  left: -20rem;
}
.-top-32 {
  top: -8rem;
}
.right-40 {
  right: 10rem;
}
.top-\[1050px\] {
  top: 1050px;
}
.-bottom-60 {
  bottom: -15rem;
}
.-left-20 {
  left: -5rem;
}
.-z-50 {
  z-index: -50;
}
.z-40 {
  z-index: 40;
}
.z-\[990\] {
  z-index: 990;
}
.z-\[-999\] {
  z-index: -999;
}
.-z-10 {
  z-index: -10;
}
.z-20 {
  z-index: 20;
}
.z-\[2\] {
  z-index: 2;
}
.z-50 {
  z-index: 50;
}
.-z-40 {
  z-index: -40;
}
.z-\[40\] {
  z-index: 40;
}
.-z-20 {
  z-index: -20;
}
.z-10 {
  z-index: 10;
}
.z-\[-100\] {
  z-index: -100;
}
.z-0 {
  z-index: 0;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.col-start-2 {
  grid-column-start: 2;
}
.float-right {
  float: right;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-\[320px\] {
  margin-top: 320px;
  margin-bottom: 320px;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.ml-12 {
  margin-left: 3rem;
}
.-mt-px {
  margin-top: -1px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-0 {
  margin-top: -0px;
}
.mr-\[37px\] {
  margin-right: 37px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.mt-60 {
  margin-top: 15rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mr-0 {
  margin-right: 0px;
}
.mr-auto {
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.\!flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[23px\] {
  height: 23px;
}
.h-\[30px\] {
  height: 30px;
}
.h-5 {
  height: 1.25rem;
}
.h-8 {
  height: 2rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-0 {
  height: 0px;
}
.h-6 {
  height: 1.5rem;
}
.h-\[270px\] {
  height: 270px;
}
.h-\[115px\] {
  height: 115px;
}
.\!h-full {
  height: 100% !important;
}
.h-\[45px\] {
  height: 45px;
}
.\!h-auto {
  height: auto !important;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[0\] {
  height: 0;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[75px\] {
  height: 75px;
}
.h-4 {
  height: 1rem;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[50px\] {
  height: 50px;
}
.max-h-\[100px\] {
  max-height: 100px;
}
.max-h-0 {
  max-height: 0px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[375px\] {
  max-height: 375px;
}
.max-h-\[902px\] {
  max-height: 902px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.w-\[50px\] {
  width: 50px;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-full {
  width: 100%;
}
.w-\[73px\] {
  width: 73px;
}
.w-\[81px\] {
  width: 81px;
}
.w-\[1120px\] {
  width: 1120px;
}
.w-\[43px\] {
  width: 43px;
}
.w-\[23px\] {
  width: 23px;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[30px\] {
  width: 30px;
}
.w-5 {
  width: 1.25rem;
}
.w-8 {
  width: 2rem;
}
.w-auto {
  width: auto;
}
.w-\[350px\] {
  width: 350px;
}
.w-6 {
  width: 1.5rem;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[65px\] {
  width: 65px;
}
.w-\[280px\] {
  width: 280px;
}
.w-3\/4 {
  width: 75%;
}
.w-\[1400px\] {
  width: 1400px;
}
.w-\[545px\] {
  width: 545px;
}
.w-\[28px\] {
  width: 28px;
}
.\!w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}
.w-\[58px\] {
  width: 58px;
}
.w-\[355px\] {
  width: 355px;
}
.w-\[900px\] {
  width: 900px;
}
.w-\[0\] {
  width: 0;
}
.w-\[670px\] {
  width: 670px;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-\[245px\] {
  width: 245px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[282px\] {
  width: 282px;
}
.w-\[75px\] {
  width: 75px;
}
.w-4 {
  width: 1rem;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[115px\] {
  width: 115px;
}
.w-\[260px\] {
  width: 260px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-\[1900px\] {
  max-width: 1900px;
}
.max-w-screen-xl {
  max-width: 1270px;
}
.max-w-\[90vw\] {
  max-width: 90vw;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[245px\] {
  max-width: 245px;
}
.max-w-\[350px\] {
  max-width: 350px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[128px\] {
  max-width: 128px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[322px\] {
  max-width: 322px;
}
.max-w-\[295px\] {
  max-width: 295px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[1110px\] {
  max-width: 1110px;
}
.max-w-\[1070px\] {
  max-width: 1070px;
}
.max-w-\[656px\] {
  max-width: 656px;
}
.max-w-\[875px\] {
  max-width: 875px;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-\[470px\] {
  max-width: 470px;
}
.max-w-\[330px\] {
  max-width: 330px;
}
.max-w-\[1908px\] {
  max-width: 1908px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[134px\] {
  max-width: 134px;
}
.max-w-\[355px\] {
  max-width: 355px;
}
.max-w-\[1620px\] {
  max-width: 1620px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[307px\] {
  max-width: 307px;
}
.max-w-\[278px\] {
  max-width: 278px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[1536px\] {
  max-width: 1536px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[880px\] {
  max-width: 880px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[1800px\] {
  max-width: 1800px;
}
.max-w-\[113px\] {
  max-width: 113px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[105px\] {
  max-width: 105px;
}
.shrink-0 {
  flex-shrink: 0;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top {
  transform-origin: top;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}
.-translate-y-0 {
  --tw-translate-y: -0px;
  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-180 {
  --tw-rotate: 180deg;
  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-90 {
  --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));
}
.-rotate-90 {
  --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));
}
.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-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.\!items-center {
  align-items: center !important;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-center {
  justify-items: center;
}
.gap-20 {
  gap: 5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-0 {
  gap: 0px;
}
.gap-8 {
  gap: 2rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-32 {
  gap: 8rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-hidden {
  overflow: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[70px\] {
  border-radius: 70px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[60px\] {
  border-radius: 60px;
}
.rounded-\[30px\] {
  border-radius: 30px;
}
.rounded-\[80px\] {
  border-radius: 80px;
}
.rounded-\[75px\] {
  border-radius: 75px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-2 {
  border-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-sea {
  --tw-border-opacity: 1;
  border-color: rgb(39 210 248 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 59 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 217 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(245 131 0 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-sea {
  --tw-bg-opacity: 1;
  background-color: rgb(39 210 248 / var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-coldgradient {
  background-image: linear-gradient(85.76deg, #00BDFF -0.4%, #70BEFF 34.94%, #A2BFFF 67.11%, #C1BFFF 96.82%);;
}
.bg-mainpagegradient {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(15, 87, 153, 0.2), rgba(15, 87, 153, 0.2));
}
.bg-stock {
  background-image: linear-gradient(86deg, #00A9E4 0%, #2EA0FF 36.35%, #749FFF 69.44%, #AAA8FF 100%);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-0 {
  padding: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.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;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}
.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-96 {
  padding-top: 24rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.font-comfortaa {
  font-family: Comfortaa, cursive;
}
.font-rubik {
  font-family: Rubik;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[400\] {
  font-weight: 400;
}
.font-normal {
  font-weight: 400;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.leading-5 {
  line-height: 1.25rem;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(52 52 59 / var(--tw-text-opacity));
}
.text-\[\#121028\] {
  --tw-text-opacity: 1;
  color: rgb(18 16 40 / var(--tw-text-opacity));
}
.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(245 131 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-transparent {
  color: transparent;
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(189 189 208 / var(--tw-text-opacity));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(0 161 217 / var(--tw-text-opacity));
}
.text-sea {
  --tw-text-opacity: 1;
  color: rgb(39 210 248 / var(--tw-text-opacity));
}
.text-\[\#00A1D9\] {
  --tw-text-opacity: 1;
  color: rgb(0 161 217 / var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-30 {
  opacity: 0.3;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.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);
}
.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity));
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.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);
}
.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.vagonka-slider .swiper-slide img {
  max-width: 355px;
}
@media (min-width: 1270px) {

  .vagonka-slider .swiper-slide img {
    max-width: 1000px;
  }
}

.galyanka-slider .swiper-slide img {
  max-width: 355px;
}

@media (min-width: 1270px) {

  .galyanka-slider .swiper-slide img {
    max-width: 1000px;
  }
}

.services .swiper-slide img {
  max-width: 355px;
}

@media (min-width: 1270px) {

  .services .swiper-slide img {
    max-width: 1000px;
  }
}

div > iframe {
  height: 220px !important;
}

@media (min-width: 1270px) {

  div > iframe {
    height: 680px !important;
  }
}

.invalid\:text-gray:invalid {
  --tw-text-opacity: 1;
  color: rgb(189 189 208 / var(--tw-text-opacity));
}

.hover\:translate-x-\[10px\]:hover {
  --tw-translate-x: 10px;
  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));
}

.hover\:translate-x-\[5px\]:hover {
  --tw-translate-x: 5px;
  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));
}

.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 217 / var(--tw-bg-opacity));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(245 131 0 / var(--tw-text-opacity));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(52 52 59 / var(--tw-text-opacity));
}

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

.hover\:text-sea:hover {
  --tw-text-opacity: 1;
  color: rgb(39 210 248 / var(--tw-text-opacity));
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:drop-shadow:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

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

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-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\:drop-shadow-xl:focus {
  --tw-drop-shadow: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  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);
}

.active\:bg-\[\#FFD3A0\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 211 160 / var(--tw-bg-opacity));
}

.active\:bg-\[\#94E9FC\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(148 233 252 / var(--tw-bg-opacity));
}

.active\:text-gray:active {
  --tw-text-opacity: 1;
  color: rgb(189 189 208 / var(--tw-text-opacity));
}

.active\:drop-shadow-xl:active {
  --tw-drop-shadow: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
  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);
}

.active\:drop-shadow-none:active {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@keyframes bounce {

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

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

.group:hover .group-hover\:animate-bounce {
  animation: bounce 1s infinite;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:text-yellow {
  --tw-text-opacity: 1;
  color: rgb(245 131 0 / var(--tw-text-opacity));
}

.group:active .group-active\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(189 189 208 / var(--tw-text-opacity));
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-1 {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-1 {
  font-family: Comfortaa;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

@media (min-width: 1270px) {

  .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .peer:placeholder-shown ~ .peer-placeholder-shown\:text-1 {
    font-size: 25px;
    line-height: 35px;
  }
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:top-3 {
  top: 0.75rem;
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:top-3 {
  top: 0.75rem;
}

.peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(189 189 208 / var(--tw-text-opacity));
}

.peer:placeholder-shown ~ .peer-placeholder-shown\:text-gray {
  --tw-text-opacity: 1;
  color: rgb(189 189 208 / var(--tw-text-opacity));
}

.peer:focus ~ .peer-focus\:text-2 {
  font-family: Rubik;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

@media (min-width: 1270px) {

  .peer:focus ~ .peer-focus\:text-2 {
    font-size: 22px;
    line-height: 38px;
  }
}

.peer:focus ~ .peer-focus\:-top-6 {
  top: -1.5rem;
}

.peer:focus ~ .peer-focus\:font-bold {
  font-weight: 700;
}

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

@supports (overflow-x:clip) {

  .supports-\[overflow-x\:clip\]\:overflow-x-clip {
    overflow-x: clip;
  }
}

@media (min-width: 640px) {

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

  .sm\:justify-start {
    justify-content: flex-start;
  }

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

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

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

@media (min-width: 900px) {

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

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

@media (min-width: 1000px) {

  .lg\:visible {
    visibility: visible;
  }

  .lg\:invisible {
    visibility: hidden;
  }
    .lg\:text-button-2 {
    font-family: Comfortaa;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
    @media (min-width: 1270px) {

    .lg\:text-button-2 {
      font-size: 18px;
      line-height: 25px;
    }
  }
    .lg\:left-40 {
    left: 10rem;
  }
    .lg\:mb-16 {
    margin-bottom: 4rem;
  }
    .lg\:flex {
    display: flex;
  }
    .lg\:hidden {
    display: none;
  }
    .lg\:max-h-\[902px\] {
    max-height: 902px;
  }
    .lg\:w-\[1300px\] {
    width: 1300px;
  }
    .lg\:w-\[1000px\] {
    width: 1000px;
  }
    .lg\:max-w-\[1100px\] {
    max-width: 1100px;
  }
    .lg\:rounded-\[300px\] {
    border-radius: 300px;
  }
    .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
    .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
    .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
    .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
    .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
    .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
    .lg\:pt-40 {
    padding-top: 10rem;
  }
}

@media (min-width: 1270px) {

  .xl\:absolute {
    position: absolute;
  }

  .xl\:bottom-8 {
    bottom: 2rem;
  }

  .xl\:right-20 {
    right: 5rem;
  }

  .xl\:top-10 {
    top: 2.5rem;
  }

  .xl\:top-\[-250px\] {
    top: -250px;
  }

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

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-40 {
    right: 10rem;
  }

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-8 {
    left: 2rem;
  }

  .xl\:top-6 {
    top: 1.5rem;
  }

  .xl\:-top-9 {
    top: -2.25rem;
  }

  .xl\:left-80 {
    left: 20rem;
  }

  .xl\:top-56 {
    top: 14rem;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:left-96 {
    left: 24rem;
  }

  .xl\:-bottom-64 {
    bottom: -16rem;
  }

  .xl\:-top-40 {
    top: -10rem;
  }

  .xl\:-right-96 {
    right: -24rem;
  }

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

  .xl\:left-\[200px\] {
    left: 200px;
  }

  .xl\:bottom-10 {
    bottom: 2.5rem;
  }

  .xl\:right-\[200px\] {
    right: 200px;
  }

  .xl\:top-32 {
    top: 8rem;
  }

  .xl\:right-\[-500px\] {
    right: -500px;
  }

  .xl\:-left-44 {
    left: -11rem;
  }
    .xl\:h3 {
    font-family: Comfortaa;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
    @media (min-width: 1270px) {

    .xl\:h3 {
      font-size: 25px;
      line-height: 35px;
    }
  }
    .xl\:h3 {
    font-family: Comfortaa;
    font-weight: 700;
  }
    @media (min-width: 1270px) {

    .xl\:h3 {
      font-size: 32px;
      line-height: 46px;
    }
  }
    .xl\:z-\[999\] {
    z-index: 999;
  }
    .xl\:z-40 {
    z-index: 40;
  }
    .xl\:section {
    position: relative;
  }
    .xl\:section::before {
    position: absolute;
    bottom: 0px;
    display: block;
    height: 0.125rem;
    width: 100%;
    --tw-scale-x: 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));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(39 210 248 / var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    content: var(--tw-content);
    transition-duration: 300ms;
  }
    .xl\:section:hover::before {
    content: var(--tw-content);
    --tw-scale-x: 0;
    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));
  }
    .xl\:z-0 {
    z-index: 0;
  }
    .xl\:z-10 {
    z-index: 10;
  }
    .xl\:order-2 {
    order: 2;
  }

    .xl\:menu-button {
    position: relative;
    display: flex;
    align-items: center;
  }

    .xl\:menu-button::before {
    position: absolute;
    left: -2.5rem;
    display: block;
    height: 5px;
    width: 5px;
    border-radius: 9999px;
    content: var(--tw-content);
    background-image: linear-gradient(85.76deg, #00BDFF -0.4%, #70BEFF 34.94%, #A2BFFF 67.11%, #C1BFFF 96.82%);;
  }

    .xl\:menu-button:first-child::before {
    content: var(--tw-content);
    display: none;
  }

    .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

    .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }

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

    .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

    .xl\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

    .xl\:ml-20 {
    margin-left: 5rem;
  }

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

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

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

    .xl\:mt-44 {
    margin-top: 11rem;
  }

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

    .xl\:mt-6 {
    margin-top: 1.5rem;
  }

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

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

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

    .xl\:ml-10 {
    margin-left: 2.5rem;
  }

    .xl\:block {
    display: block;
  }

    .xl\:flex {
    display: flex;
  }

    .xl\:grid {
    display: grid;
  }

    .xl\:hidden {
    display: none;
  }

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

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

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

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

    .xl\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }

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

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

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

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

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

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

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

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

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

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

    .xl\:max-h-\[188px\] {
    max-height: 188px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .xl\:max-w-\[40vw\] {
    max-width: 40vw;
  }

    .xl\:max-w-\[693px\] {
    max-width: 693px;
  }

    .xl\:max-w-\[475px\] {
    max-width: 475px;
  }

    .xl\:max-w-\[700px\] {
    max-width: 700px;
  }

    .xl\:max-w-\[1000px\] {
    max-width: 1000px;
  }

    .xl\:max-w-\[400px\] {
    max-width: 400px;
  }

    .xl\:max-w-\[1080px\] {
    max-width: 1080px;
  }

    .xl\:max-w-\[530px\] {
    max-width: 530px;
  }

    .xl\:max-w-\[1900px\] {
    max-width: 1900px;
  }

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

    .xl\:max-w-\[1600px\] {
    max-width: 1600px;
  }

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

    .xl\:max-w-\[130px\] {
    max-width: 130px;
  }

    .xl\:max-w-\[176px\] {
    max-width: 176px;
  }

    .xl\:max-w-\[61px\] {
    max-width: 61px;
  }

    .xl\:max-w-\[131px\] {
    max-width: 131px;
  }

    .xl\:max-w-\[244px\] {
    max-width: 244px;
  }

    .xl\:max-w-\[93px\] {
    max-width: 93px;
  }

    .xl\:max-w-\[102px\] {
    max-width: 102px;
  }

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

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

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

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

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

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

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

    .xl\:justify-start {
    justify-content: flex-start;
  }

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

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

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

    .xl\:gap-\[96px\] {
    gap: 96px;
  }

    .xl\:gap-0 {
    gap: 0px;
  }

    .xl\:gap-16 {
    gap: 4rem;
  }

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

    .xl\:gap-10 {
    gap: 2.5rem;
  }

    .xl\:gap-5 {
    gap: 1.25rem;
  }

    .xl\:gap-40 {
    gap: 10rem;
  }

    .xl\:gap-\[112px\] {
    gap: 112px;
  }

    .xl\:gap-12 {
    gap: 3rem;
  }

    .xl\:gap-20 {
    gap: 5rem;
  }

    .xl\:rounded-\[70px\] {
    border-radius: 70px;
  }

    .xl\:rounded-\[260px\] {
    border-radius: 260px;
  }

    .xl\:rounded-full {
    border-radius: 9999px;
  }

    .xl\:bg-transparent {
    background-color: transparent;
  }

    .xl\:p-6 {
    padding: 1.5rem;
  }

    .xl\:p-\[3px\] {
    padding: 3px;
  }

    .xl\:p-5 {
    padding: 1.25rem;
  }

    .xl\:p-10 {
    padding: 2.5rem;
  }

    .xl\:p-40 {
    padding: 10rem;
  }

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

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

    .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

    .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

    .xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

    .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

    .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

    .xl\:pt-96 {
    padding-top: 24rem;
  }

    .xl\:pt-32 {
    padding-top: 8rem;
  }

    .xl\:pt-10 {
    padding-top: 2.5rem;
  }

    .xl\:pt-20 {
    padding-top: 5rem;
  }

    .xl\:pt-40 {
    padding-top: 10rem;
  }

    .xl\:pt-\[100px\] {
    padding-top: 100px;
  }

    .xl\:pt-\[150px\] {
    padding-top: 150px;
  }

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

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

    @media (min-width: 1270px) {

    .xl\:xl\:pl-8 {
      padding-left: 2rem;
    }
  }

    .xl\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

    .xl\:underline {
    text-decoration-line: underline;
  }

    .xl\:opacity-40 {
    opacity: 0.4;
  }

    .xl\:hover\:w-\[125px\]:hover {
    width: 125px;
  }

    .peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:xl\:top-5 {
    top: 1.25rem;
  }

    .peer:placeholder-shown ~ .peer-placeholder-shown\:xl\:top-5 {
    top: 1.25rem;
  }

    .peer:focus ~ .peer-focus\:xl\:-top-10 {
    top: -2.5rem;
  }
}

@media (min-width: 1480px) {

  .xxl\:bottom-12 {
    bottom: 3rem;
  }

  .xxl\:right-40 {
    right: 10rem;
  }

  .xxl\:top-20 {
    top: 5rem;
  }

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

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

  .xxl\:block {
    display: block;
  }

  .xxl\:hidden {
    display: none;
  }

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

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

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

  .xxl\:max-w-\[526px\] {
    max-width: 526px;
  }

  .xxl\:gap-\[28px\] {
    gap: 28px;
  }

  .xxl\:gap-10 {
    gap: 2.5rem;
  }

  .after\:xxl\:absolute::after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:xxl\:right-0::after {
    content: var(--tw-content);
    right: 0px;
  }

  .after\:xxl\:top-0::after {
    content: var(--tw-content);
    top: 0px;
  }

  .after\:xxl\:z-10::after {
    content: var(--tw-content);
    z-index: 10;
  }

  .after\:xxl\:h-full::after {
    content: var(--tw-content);
    height: 100%;
  }

  .xxl\:after\:w-\[7\%\]::after {
    content: var(--tw-content);
    width: 7%;
  }

  .after\:xxl\:bg-swiper_stocks::after {
    content: var(--tw-content);
    background-image: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.20) 100%);;
  }
}

