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

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

/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #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]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

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

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

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[-110px\] {
  bottom: -110px;
}

.bottom-\[-1rem\] {
  bottom: -1rem;
}

.bottom-\[-21rem\] {
  bottom: -21rem;
}

.bottom-\[10\%\] {
  bottom: 10%;
}

.bottom-\[15\%\] {
  bottom: 15%;
}

.bottom-\[30\%\] {
  bottom: 30%;
}

.bottom-\[7\.5\%\] {
  bottom: 7.5%;
}

.left-0 {
  left: 0px;
}

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

.left-\[0\%\] {
  left: 0%;
}

.left-\[12vw\] {
  left: 12vw;
}

.left-\[4vw\] {
  left: 4vw;
}

.left-\[8\.75\%\] {
  left: 8.75%;
}

.right-0 {
  right: 0px;
}

.right-\[-10\%\] {
  right: -10%;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

.top-\[-25px\] {
  top: -25px;
}

.top-\[-37\.5\%\] {
  top: -37.5%;
}

.top-\[-40\%\] {
  top: -40%;
}

.top-\[-5rem\] {
  top: -5rem;
}

.top-\[10\%\] {
  top: 10%;
}

.top-\[14\.5vw\] {
  top: 14.5vw;
}

.top-\[17\.5\%\] {
  top: 17.5%;
}

.top-\[20\%\] {
  top: 20%;
}

.top-\[35\%\] {
  top: 35%;
}

.top-\[4\.2vw\] {
  top: 4.2vw;
}

.top-\[5\%\] {
  top: 5%;
}

.top-\[65\%\] {
  top: 65%;
}

.top-\[7\.5\%\] {
  top: 7.5%;
}

.top-\[90px\] {
  top: 90px;
}

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

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

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

.mb-\[0\.5vw\] {
  margin-bottom: 0.5vw;
}

.mb-\[3vw\] {
  margin-bottom: 3vw;
}

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

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-\[-1rem\] {
  margin-left: -1rem;
}

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

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

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

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

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

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

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

.mt-\[-3vw\] {
  margin-top: -3vw;
}

.mt-\[1\.5rem\] {
  margin-top: 1.5rem;
}

.mt-\[1\.5vw\] {
  margin-top: 1.5vw;
}

.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}

.mt-\[20rem\] {
  margin-top: 20rem;
}

.mt-\[2rem\] {
  margin-top: 2rem;
}

.mt-\[3rem\] {
  margin-top: 3rem;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

.h-full {
  height: 100%;
}

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

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

.w-0 {
  width: 0px;
}

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

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

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

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

.w-\[22\.5vw\] {
  width: 22.5vw;
}

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

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

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

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

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

.w-\[70\%\] {
  width: 70%;
}

.w-\[77\.5\%\] {
  width: 77.5%;
}

.w-\[80\%\] {
  width: 80%;
}

.w-\[90\%\] {
  width: 90%;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-\[33\.3\%\] {
  width: 33.3%;
}

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

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

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

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

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

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

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

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

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

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

.max-w-none {
  max-width: none;
}

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

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

.animate-none {
  animation: none;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-\[0\.5vw\] {
  gap: 0.5vw;
}

.gap-\[1vw\] {
  gap: 1vw;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

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

.border-\[1px\] {
  border-width: 1px;
}

.border-\[\#ffec7b\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 236 123 / var(--tw-border-opacity));
}

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

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

.bg-\[\#01A6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 166 255 / var(--tw-bg-opacity));
}

.bg-\[\#01a6ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(1 166 255 / var(--tw-bg-opacity));
}

.bg-\[\#2f54ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(47 84 255 / var(--tw-bg-opacity));
}

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

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

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

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

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

.py-\[0\.5rem\] {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-\[1vw\] {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-\[10rem\] {
  padding-bottom: 10rem;
}

.pb-\[14rem\] {
  padding-bottom: 14rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

.pb-\[2rem\] {
  padding-bottom: 2rem;
}

.pb-\[3rem\] {
  padding-bottom: 3rem;
}

.pb-\[8rem\] {
  padding-bottom: 8rem;
}

.pl-0 {
  padding-left: 0px;
}

.pl-\[10\%\] {
  padding-left: 10%;
}

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

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

.pt-12 {
  padding-top: 3rem;
}

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

.pt-4 {
  padding-top: 1rem;
}

.pt-\[1rem\] {
  padding-top: 1rem;
}

.pt-\[27rem\] {
  padding-top: 27rem;
}

.pt-\[4rem\] {
  padding-top: 4rem;
}

.pt-\[6rem\] {
  padding-top: 6rem;
}

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

.\!text-\[13px\] {
  font-size: 13px !important;
}

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

.text-\[2\.281vw\] {
  font-size: 2.281vw;
}

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

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

.text-\[2rem\] {
  font-size: 2rem;
}

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

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

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

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

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

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

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

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-normal {
  font-weight: 400;
}

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.leading-\[20px\] {
  line-height: 20px;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[30px\] {
  line-height: 30px;
}

.text-\[\#013B5E\] {
  --tw-text-opacity: 1;
  color: rgb(1 59 94 / var(--tw-text-opacity));
}

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

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

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

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

.outline-green-500 {
  outline-color: #22c55e;
}

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

.watch-btn {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.watch-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 206 181 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.watch-btn:hover p {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.watch-btn svg {
  margin-left: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.watch-btn:hover svg {
  margin-left: 2rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .sm\:left-\[4\.25rem\] {
    left: 4.25rem;
  }

  .sm\:top-\[10vw\] {
    top: 10vw;
  }

  .sm\:mb-\[2vw\] {
    margin-bottom: 2vw;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-auto {
    height: auto;
  }

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

  .sm\:gap-\[1vw\] {
    gap: 1vw;
  }

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

  .sm\:pt-\[26rem\] {
    padding-top: 26rem;
  }
}

@media (min-width: 768px) {
  .md\:bottom-\[-30px\] {
    bottom: -30px;
  }

  .md\:left-\[-50\%\] {
    left: -50%;
  }

  .md\:left-\[-90\%\] {
    left: -90%;
  }

  .md\:left-\[3\.5rem\] {
    left: 3.5rem;
  }

  .md\:top-\[-20px\] {
    top: -20px;
  }

  .md\:top-\[25\%\] {
    top: 25%;
  }

  .md\:top-\[35\%\] {
    top: 35%;
  }

  .md\:top-\[4rem\] {
    top: 4rem;
  }

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

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

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

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

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

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

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

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

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

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

  .md\:ml-\[2rem\] {
    margin-left: 2rem;
  }

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

  .md\:ml-\[5\%\] {
    margin-left: 5%;
  }

  .md\:ml-\[7rem\] {
    margin-left: 7rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:max-h-\[400px\] {
    max-height: 400px;
  }

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

  .md\:min-h-\[400px\] {
    min-height: 400px;
  }

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

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

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

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

  .md\:w-\[20\%\] {
    width: 20%;
  }

  .md\:w-\[30\%\] {
    width: 30%;
  }

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

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

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

  .md\:w-\[40\%\] {
    width: 40%;
  }

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

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

  .md\:w-\[60\%\] {
    width: 60%;
  }

  .md\:w-\[70\%\] {
    width: 70%;
  }

  .md\:w-\[80\%\] {
    width: 80%;
  }

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

  .md\:w-\[90\%\] {
    width: 90%;
  }

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

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

  .md\:w-\[33\.3\%\] {
    width: 33.3%;
  }

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

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

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

  .md\:max-w-\[15\%\] {
    max-width: 15%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

  .md\:pb-\[1rem\] {
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

  .md\:leading-\[35px\] {
    line-height: 35px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:left-\[-50\%\] {
    left: -50%;
  }

  .lg\:left-\[55\%\] {
    left: 55%;
  }

  .lg\:top-\[15\%\] {
    top: 15%;
  }

  .lg\:top-\[25\%\] {
    top: 25%;
  }

  .lg\:top-\[30\%\] {
    top: 30%;
  }

  .lg\:top-\[5\%\] {
    top: 5%;
  }

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

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

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

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

  .lg\:ml-8 {
    margin-left: 2rem;
  }

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

  .lg\:ml-\[40\%\] {
    margin-left: 40%;
  }

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

  .lg\:mr-\[2\.5\%\] {
    margin-right: 2.5%;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:max-h-\[1020px\] {
    max-height: 1020px;
  }

  .lg\:min-h-\[1020px\] {
    min-height: 1020px;
  }

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

  .lg\:w-\[35\%\] {
    width: 35%;
  }

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

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:w-\[42\.5\%\] {
    width: 42.5%;
  }

  .lg\:w-\[45\%\] {
    width: 45%;
  }

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

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[70\%\] {
    width: 70%;
  }

  .lg\:w-\[87\.5\%\] {
    width: 87.5%;
  }

  .lg\:w-\[90\%\] {
    width: 90%;
  }

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

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

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

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

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

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

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

  .lg\:gap-8 {
    gap: 2rem;
  }

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

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

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

  .lg\:pb-\[0rem\] {
    padding-bottom: 0rem;
  }

  .lg\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }

  .lg\:pl-\[10\%\] {
    padding-left: 10%;
  }

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

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

  .lg\:pt-\[15rem\] {
    padding-top: 15rem;
  }

  .lg\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .lg\:pt-\[5rem\] {
    padding-top: 5rem;
  }

  .lg\:pt-\[8rem\] {
    padding-top: 8rem;
  }

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

@media (min-width: 1280px) {
  .xl\:bottom-\[47\.5\%\] {
    bottom: 47.5%;
  }

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

  .xl\:left-\[-30\%\] {
    left: -30%;
  }

  .xl\:left-\[2\.75vw\] {
    left: 2.75vw;
  }

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

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

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

  .xl\:top-\[5\%\] {
    top: 5%;
  }

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

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

  .xl\:mb-\[1vw\] {
    margin-bottom: 1vw;
  }

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

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

  .xl\:ml-\[15\%\] {
    margin-left: 15%;
  }

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

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

  .xl\:mt-\[0rem\] {
    margin-top: 0rem;
  }

  .xl\:mt-\[12\.5rem\] {
    margin-top: 12.5rem;
  }

  .xl\:mt-\[9rem\] {
    margin-top: 9rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

  .xl\:w-\[14\%\] {
    width: 14%;
  }

  .xl\:w-\[20\%\] {
    width: 20%;
  }

  .xl\:w-\[35\%\] {
    width: 35%;
  }

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

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

  .xl\:w-\[60\%\] {
    width: 60%;
  }

  .xl\:w-\[90\%\] {
    width: 90%;
  }

  .xl\:w-\[95\%\] {
    width: 95%;
  }

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

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

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

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

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:flex-wrap {
    flex-wrap: wrap;
  }

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

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

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

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

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

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-\[6rem\] {
    padding-bottom: 6rem;
  }

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

  .xl\:pl-\[10\%\] {
    padding-left: 10%;
  }

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

  .xl\:pt-\[2rem\] {
    padding-top: 2rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .\32xl\:top-\[45\%\] {
    top: 45%;
  }

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

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

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

  .\32xl\:p-\[10rem\] {
    padding: 10rem;
  }
}


