*, ::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.17 | 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: Poppins, sans-serif;
  /* 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;
}

.content_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1300px) {
  .content_container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.header_link {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-size: 0.938rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.header_link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 102 / var(--tw-text-opacity, 1));
}

.header_link:disabled {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .header_link {
    padding-top: 1.625rem;
    padding-bottom: 1.625rem;
    font-size: 0.938rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 850px) {
  .header_link {
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.primary_btn {
  position: relative;
  z-index: 10;
  display: flex;
  height: 3.5rem;
  width: 12.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 102 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
}

.primary_btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 102 / var(--tw-text-opacity, 1));
}

.secondary_btn {
  position: relative;
  z-index: 10;
  display: flex;
  height: 3.5rem;
  width: 12.5rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 6.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 102 / var(--tw-text-opacity, 1));
}

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

.secondary_btn:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 102 / var(--tw-text-opacity, 1));
}

.about_item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  border-radius: 32px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
  padding: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-shadow: 0px 5px 0px 0px #0A0A0A;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 450px) {
  .about_item {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 640px) {
  .about_item {
    border-radius: 40px;
    padding: 1.5rem;
  }
}

.crypto_item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 7.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 5px 0px 0px #3C3C3C;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 450px) {
  .crypto_item {
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 640px) {
  .crypto_item {
    padding-right: 1.25rem;
    font-size: 1.625rem;
    line-height: 2.25rem;
  }
}

section {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

@media (min-width: 640px) {
  section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

@media (min-width: 768px) {
  section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.faq_item {
  cursor: pointer;
  overflow: hidden;
  border-radius: 40px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-shadow: 0px 5px 0px 0px #0A0A0A;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media (min-width: 640px) {
  .faq_item {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 768px) {
  .faq_item {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

.faq_item.active {
  max-height: 62.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 102 / var(--tw-bg-opacity, 1));
}

.faq_number {
  min-width: 2.5rem;
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: 500;
}

@media (min-width: 640px) {
  .faq_number {
    min-width: 3.75rem;
    font-size: 2.625rem;
    line-height: 3.375rem;
  }
}

.faq_title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}

@media (min-width: 640px) {
  .faq_title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .faq_title {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.footer_titles {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(60 60 60 / var(--tw-text-opacity, 1));
}

.footer_link {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom-width: 2px;
  border-bottom-color: transparent;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.footer_link:hover {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 102 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 102 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .footer_link {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.form_input {
  width: 100%;
  border-radius: 32px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.form_input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.form_input::placeholder {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0.5;
}

.form_input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 102 / var(--tw-border-opacity, 1));
}

.form_input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 102 / var(--tw-border-opacity, 1));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.form_input:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 102 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .form_input {
    border-radius: 40px;
  }
}

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

.error_input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 59 56 / var(--tw-border-opacity, 1));
}

.error_message {
  position: absolute;
  bottom: -1.5rem;
  left: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(226 59 56 / var(--tw-text-opacity, 1));
}

.yellow_round {
  display: flex;
  height: 4rem;
  width: 4rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 102 / var(--tw-border-opacity, 1));
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0px 5px 0px 0px #FF6;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

.-bottom-16 {
  bottom: -4rem;
}

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

.-left-20 {
  left: -5rem;
}

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

.-right-60 {
  right: -15rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-24 {
  bottom: 6rem;
}

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

.bottom-\[-4\.375rem\] {
  bottom: -4.375rem;
}

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

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

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

.left-0 {
  left: 0px;
}

.left-10 {
  left: 2.5rem;
}

.left-\[-135px\] {
  left: -135px;
}

.left-\[-180px\] {
  left: -180px;
}

.left-\[-6\.25rem\] {
  left: -6.25rem;
}

.left-\[14\.813rem\] {
  left: 14.813rem;
}

.left-\[30\.875rem\] {
  left: 30.875rem;
}

.left-\[63\.125rem\] {
  left: 63.125rem;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-12 {
  top: 3rem;
}

.top-28 {
  top: 7rem;
}

.top-36 {
  top: 9rem;
}

.top-8 {
  top: 2rem;
}

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

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

.top-\[17\.188rem\] {
  top: 17.188rem;
}

.top-\[23\.125rem\] {
  top: 23.125rem;
}

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

.top-\[9\.75rem\] {
  top: 9.75rem;
}

.bottom-\[-11\.25rem\] {
  bottom: -11.25rem;
}

.left-\[-11\.25rem\] {
  left: -11.25rem;
}

.left-\[-8\.438rem\] {
  left: -8.438rem;
}

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

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

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

.mb-6 {
  margin-bottom: 1.5rem;
}

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

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

.mt-9 {
  margin-top: 2.25rem;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

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

.h-\[18\.875rem\] {
  height: 18.875rem;
}

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

.h-\[2\.313rem\] {
  height: 2.313rem;
}

.h-\[3\.625rem\] {
  height: 3.625rem;
}

.h-\[3\.75rem\] {
  height: 3.75rem;
}

.h-\[5\.25rem\] {
  height: 5.25rem;
}

.h-\[7\.5rem\] {
  height: 7.5rem;
}

.h-full {
  height: 100%;
}

.h-\[0\.938rem\] {
  height: 0.938rem;
}

.h-\[0\.063rem\] {
  height: 0.063rem;
}

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

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

.max-h-\[62\.5rem\] {
  max-height: 62.5rem;
}

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

.max-h-\[5\.625rem\] {
  max-height: 5.625rem;
}

.max-h-\[8\.75rem\] {
  max-height: 8.75rem;
}

.max-h-\[7\.875rem\] {
  max-height: 7.875rem;
}

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

.min-h-\[9rem\] {
  min-height: 9rem;
}

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-\[12\.5rem\] {
  width: 12.5rem;
}

.w-\[18\.875rem\] {
  width: 18.875rem;
}

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

.w-\[3\.625rem\] {
  width: 3.625rem;
}

.w-\[3\.75rem\] {
  width: 3.75rem;
}

.w-\[5\.25rem\] {
  width: 5.25rem;
}

.w-\[6\.125rem\] {
  width: 6.125rem;
}

.w-\[6\.625rem\] {
  width: 6.625rem;
}

.w-\[7\.5rem\] {
  width: 7.5rem;
}

.w-\[8\.625rem\] {
  width: 8.625rem;
}

.w-\[9\.375rem\] {
  width: 9.375rem;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-\[1\.188rem\] {
  width: 1.188rem;
}

.max-w-\[15\.625rem\] {
  max-width: 15.625rem;
}

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

.max-w-\[16\.063rem\] {
  max-width: 16.063rem;
}

.max-w-\[18\.125rem\] {
  max-width: 18.125rem;
}

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

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

.max-w-\[46\.063rem\] {
  max-width: 46.063rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-\[20\.625rem\] {
  max-width: 20.625rem;
}

.max-w-\[22\.25rem\] {
  max-width: 22.25rem;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

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

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

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

.scale-\[0\.75\] {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  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;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[1\.625rem\] {
  gap: 1.625rem;
}

.gap-\[38px\] {
  gap: 38px;
}

.gap-\[2\.375rem\] {
  gap: 2.375rem;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

.rounded-3xx {
  border-radius: 32px;
}

.rounded-4xl {
  border-radius: 40px;
}

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

.rounded-\[6\.25rem\] {
  border-radius: 6.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-mineShaft {
  --tw-border-opacity: 1;
  border-color: rgb(60 60 60 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.bg-alabaster {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

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

.bg-codGray {
  --tw-bg-opacity: 1;
  background-color: rgb(25 25 25 / var(--tw-bg-opacity, 1));
}

.bg-half {
  --tw-bg-opacity: 1;
  background-color: rgb(254 255 220 / var(--tw-bg-opacity, 1));
}

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

.bg-mineShaft {
  --tw-bg-opacity: 1;
  background-color: rgb(60 60 60 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

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

.p-10 {
  padding: 2.5rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

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

.font-sans {
  font-family: Poppins, sans-serif;
}

.text-3x {
  font-size: 2rem;
  line-height: 2.5rem;
}

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

.text-3xx {
  font-size: 1.75rem;
  line-height: 2.5rem;
}

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

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

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.tracking-\[2\.52px\] {
  letter-spacing: 2.52px;
}

.tracking-\[0\.158rem\] {
  letter-spacing: 0.158rem;
}

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

.text-concrete {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.shadow-default {
  --tw-shadow: 0px 5px 0px 0px #0A0A0A;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-default_4 {
  --tw-shadow: 0px 4px 0px 0px #0A0A0A;
  --tw-shadow-colored: 0px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-default_yellow {
  --tw-shadow: 0px 4px 0px 0px #FF6;
  --tw-shadow-colored: 0px 4px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-default_yellow_5 {
  --tw-shadow: 0px 5px 0px 0px #FF6;
  --tw-shadow-colored: 0px 5px 0px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.hero {
  height: calc(100vh - 80px);
  max-height: 67.5rem;
  display: flex;
  align-items: center;
}

@media (max-width: 1149px) {
  .hero {
    max-height: 100%;
    height: 100%;
  }
}

.hero::after,
  .merchants::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("./assets/hero/mainBg.svg") no-repeat center / cover;
  z-index: 1;
  pointer-events: none;
}

.primary_btn:hover::after,
  .secondary_btn:hover::after {
  width: 100%;
  height: 100%;
  right: 0;
}

.primary_btn:hover::after {
  background: #fff;
}

.secondary_btn:hover::after {
  background: #3c3c3c;
}

.primary_btn::after,
  .secondary_btn::after {
  content: "";
  border-radius: 6.25rem;
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  background: #000;
  right: -5px;
  transition: 300ms ease;
  z-index: -1;
}

.secondary_btn::after {
  background: #ffff66;
}

.primary_btn:disabled:after,
  .secondary_btn:disabled:after {
  background: #ffff66;
}

.primary_btn:disabled:hover:after,
  .secondary_btn:disabled:hover:after {
  width: 0.75rem;
  height: 0.75rem;
  right: -0.313rem;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
    100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

#coin_1,
  #coin_2,
  #coin_3,
  #coin_4,
  #coin_5 {
  opacity: 0;
  animation: fadeIn 1s ease forwards, float 3s ease-in-out infinite;
}

#coin_1 {
  animation-delay: 0.5s;
}

#coin_2 {
  animation-delay: 1s;
}

#coin_3 {
  animation-delay: 1.5s;
}

#coin_4 {
  animation-delay: 2s;
}

#coin_5 {
  animation-delay: 2.5s;
}

.svg-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.line {
  opacity: 0.8;
}

.line-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: drawLine 4s ease-in-out forwards, fadeIn 2s ease-in-out forwards;
}

@media (max-width: 639px) {
  .line-path {
    stroke-dasharray: 500;
    stroke-dashoffset: 500;
  }
}

.line-1 .line-path {
  animation-delay: 0s;
}

.line-2 .line-path {
  animation-delay: 0.5s;
}

.line-3 .line-path {
  animation-delay: 1s;
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.line .gradient-stop {
  animation: colorShift 11s ease-in infinite;
}

.line-2 .gradient-stop {
  animation-delay: 1.5s;
}

.line-3 .gradient-stop {
  animation-delay: 3s;
}

@keyframes colorShift {
  0% {
    stop-color: #1c1c1c;
  }

  40% {
    stop-color: #b3b34a;
  }

  70% {
    stop-color: white;
  }

  80% {
    stop-color: #e3e35b;
  }

  100% {
    stop-color: #1c1c1c;
  }
}

.slider-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.slider-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: scroll 25s linear infinite;
}

.business-img {
  height: auto;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1.25rem;
  max-width: 10.625rem
}

@media (min-width: 640px) {
  .business-img {
    margin-right: 2.5rem;
    max-width: 19.813rem;
  }
}

.business-img:nth-child(1),
  .business-img:nth-child(8) {
  margin-top: 4.813rem;
}

.business-img:nth-child(2),
  .business-img:nth-child(9) {
  margin-top: 9.25rem;
}

.business-img:nth-child(3),
  .business-img:nth-child(10) {
  margin-top: 2.375rem;
}

.business-img:nth-child(4),
  .business-img:nth-child(11) {
  margin-top: 6.813rem;
}

.business-img:nth-child(5),
  .business-img:nth-child(12) {
  margin-top: 0.625rem;
}

.business-img:nth-child(6),
  .business-img:nth-child(13) {
  margin-top: 6.25rem;
}

.business-img:nth-child(7),
  .business-img:nth-child(14) {
  margin-top: 2.5rem;
}

@media (max-width: 639px) {
  .business-img:nth-child(1),
    .business-img:nth-child(8) {
    margin-top: 2.625rem;
  }

  .business-img:nth-child(2),
    .business-img:nth-child(9) {
    margin-top: 5rem;
  }

  .business-img:nth-child(3),
    .business-img:nth-child(10) {
    margin-top: 0.938rem;
  }

  .business-img:nth-child(4),
    .business-img:nth-child(11) {
    margin-top: 3.75rem;
  }

  .business-img:nth-child(5),
    .business-img:nth-child(12) {
    margin-top: 0.625rem;
  }

  .business-img:nth-child(6),
    .business-img:nth-child(13) {
    margin-top: 3.125rem;
  }

  .business-img:nth-child(7),
    .business-img:nth-child(14) {
    margin-top: 1.25rem;
  }

  .crypto_item img {
    max-width: 35px;
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.header_link:hover::after {
  opacity: 1;
}

.header_link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ff6;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%, -50%);
  border-radius: 50%;
  opacity: 0;
  transition: all 0.3s ease;
}

@media (max-width: 849px) {
  .header_link::after {
    content: none;
  }

  .header_link:not(:last-child) {
    border-bottom: 1px solid #3c3c3c;
  }
}

.faq_item .show_faq svg path,
  .faq_item .hide_faq svg path,
  .faq_item .show_faq svg circle,
  .faq_item .hide_faq svg circle {
  transition: all 0.3s ease;
}

.faq_item .show_faq:hover svg path,
  .faq_item .hide_faq:hover svg path {
  fill: #ff6;
}

.faq_item .show_faq:hover svg circle,
  .faq_item .hide_faq:hover svg circle {
  fill: #191919;
}

.crypto_gap {
  gap: 1.25rem;
}

@media (max-width: 768px) {
  .crypto_gap {
    gap: 1.5rem 1rem;
  }
}

@media (max-width: 398px) {
  .crypto_gap {
    gap: 1rem 0.5rem;
  }

  .content_container {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 559px) {
  .show_faq svg,
    .hide_faq svg {
    width: 48px;
    height: 48px;
  }
}

@media (max-width: 449px) {
  .show_faq svg,
    .hide_faq svg {
    width: 40px;
    height: 40px;
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.hover\:bg-mainYellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 102 / var(--tw-bg-opacity, 1));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.disabled\:border-mainGray:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(130 130 130 / var(--tw-border-opacity, 1));
}

.disabled\:text-mainGray:disabled {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

.disabled\:hover\:bg-transparent:hover:disabled {
  background-color: transparent;
}

.disabled\:hover\:text-mainGray:hover:disabled {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}

@media (min-width: 380px) {
  .xs\:max-h-\[126px\] {
    max-height: 126px;
  }

  .xs\:max-h-\[127px\] {
    max-height: 127px;
  }

  .xs\:max-h-\[80px\] {
    max-height: 80px;
  }

  .xs\:max-h-\[5rem\] {
    max-height: 5rem;
  }

  .xs\:max-h-\[7\.938rem\] {
    max-height: 7.938rem;
  }

  .xs\:max-h-\[7\.875rem\] {
    max-height: 7.875rem;
  }
}

@media (min-width: 450px) {
  .s\:max-h-\[100px\] {
    max-height: 100px;
  }

  .s\:max-h-\[110px\] {
    max-height: 110px;
  }

  .s\:max-h-\[80px\] {
    max-height: 80px;
  }

  .s\:max-h-\[80rem\] {
    max-height: 80rem;
  }

  .s\:max-h-\[6\.875rem\] {
    max-height: 6.875rem;
  }

  .s\:max-h-\[6\.25rem\] {
    max-height: 6.25rem;
  }

  .s\:max-w-\[12\.5rem\] {
    max-width: 12.5rem;
  }

  .s\:max-w-\[15\.625rem\] {
    max-width: 15.625rem;
  }

  .s\:max-w-\[16\.25rem\] {
    max-width: 16.25rem;
  }

  .s\:gap-14 {
    gap: 3.5rem;
  }

  .s\:text-4xl {
    font-size: 2.625rem;
    line-height: 3.375rem;
  }

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

  .s\:text-xx {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 640px) {
  .sm\:-bottom-24 {
    bottom: -6rem;
  }

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

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

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

  .sm\:bottom-36 {
    bottom: 9rem;
  }

  .sm\:bottom-48 {
    bottom: 12rem;
  }

  .sm\:bottom-60 {
    bottom: 15rem;
  }

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

  .sm\:left-2 {
    left: 0.5rem;
  }

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

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

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

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

  .sm\:top-44 {
    top: 11rem;
  }

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

  .sm\:top-64 {
    top: 16rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:my-\[30px\] {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .sm\:my-\[1\.875rem\] {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }

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

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

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

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

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:mt-\[6\.25rem\] {
    margin-top: 6.25rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:h-20 {
    height: 5rem;
  }

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

  .sm\:h-\[12\.125rem\] {
    height: 12.125rem;
  }

  .sm\:h-\[23\.875rem\] {
    height: 23.875rem;
  }

  .sm\:h-\[4\.25rem\] {
    height: 4.25rem;
  }

  .sm\:h-\[8\.188rem\] {
    height: 8.188rem;
  }

  .sm\:h-\[6438rem\] {
    height: 6438rem;
  }

  .sm\:h-\[6\.438rem\] {
    height: 6.438rem;
  }

  .sm\:max-h-\[9rem\] {
    max-height: 9rem;
  }

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

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

  .sm\:w-\[12\.125rem\] {
    width: 12.125rem;
  }

  .sm\:w-\[12\.5rem\] {
    width: 12.5rem;
  }

  .sm\:w-\[23\.875rem\] {
    width: 23.875rem;
  }

  .sm\:w-\[4\.25rem\] {
    width: 4.25rem;
  }

  .sm\:w-\[8\.188rem\] {
    width: 8.188rem;
  }

  .sm\:w-\[6\.438rem\] {
    width: 6.438rem;
  }

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

  .sm\:max-w-\[45rem\] {
    max-width: 45rem;
  }

  .sm\:max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
  }

  .sm\:max-w-\[27\.875rem\] {
    max-width: 27.875rem;
  }

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

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

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

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

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

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:rounded-4xl {
    border-radius: 40px;
  }

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

  .sm\:p-14 {
    padding: 3.5rem;
  }

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

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

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

  .sm\:py-\[18\.5px\] {
    padding-top: 18.5px;
    padding-bottom: 18.5px;
  }

  .sm\:py-\[1\.156rem\] {
    padding-top: 1.156rem;
    padding-bottom: 1.156rem;
  }

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

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

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

  .sm\:text-3xx {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .sm\:text-4xl {
    font-size: 2.625rem;
    line-height: 3.375rem;
  }

  .sm\:text-5xl {
    font-size: 4rem;
    line-height: 4.75rem;
  }

  .sm\:text-l {
    font-size: 0.938rem;
    line-height: 1.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

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

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

  .md\:left-\[29\.75rem\] {
    left: 29.75rem;
  }

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

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

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

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

  .md\:h-\[20\.375rem\] {
    height: 20.375rem;
  }

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

  .md\:w-\[20\.375rem\] {
    width: 20.375rem;
  }

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

  .md\:max-w-\[32\.813rem\] {
    max-width: 32.813rem;
  }

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

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

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

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

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

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

@media (min-width: 850px) {
  .l\:bottom-\[7\.5rem\] {
    bottom: 7.5rem;
  }

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

  .l\:block {
    display: block;
  }

  .l\:hidden {
    display: none;
  }

  .l\:max-w-\[25\.625rem\] {
    max-width: 25.625rem;
  }

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

  .l\:max-w-\[31\.25rem\] {
    max-width: 31.25rem;
  }

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

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

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

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

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

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

  .l\:text-mainYellow {
    --tw-text-opacity: 1;
    color: rgb(255 255 102 / var(--tw-text-opacity, 1));
  }
}

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

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

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

  .lg\:bottom-32 {
    bottom: 8rem;
  }

  .lg\:left-\[20\.375rem\] {
    left: 20.375rem;
  }

  .lg\:left-\[30\.5rem\] {
    left: 30.5rem;
  }

  .lg\:left-\[40\.938rem\] {
    left: 40.938rem;
  }

  .lg\:-top-\[0\.313rem\] {
    top: -0.313rem;
  }

  .lg\:mb-\[3\.125rem\] {
    margin-bottom: 3.125rem;
  }

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

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

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

  .lg\:mb-\[4\.688rem\] {
    margin-bottom: 4.688rem;
  }

  .lg\:mb-\[4\.5rem\] {
    margin-bottom: 4.5rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:h-\[43\.75rem\] {
    height: 43.75rem;
  }

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

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

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

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

  .lg\:gap-\[50px\] {
    gap: 50px;
  }

  .lg\:gap-\[3\.125rem\] {
    gap: 3.125rem;
  }

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

  .lg\:py-\[4\.375rem\] {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
  }

  .lg\:text-3xx {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:-right-2 {
    right: -0.5rem;
  }

  .xl\:left-\[19\.75rem\] {
    left: 19.75rem;
  }

  .xl\:left-\[25\.375rem\] {
    left: 25.375rem;
  }

  .xl\:left-\[38\.125rem\] {
    left: 38.125rem;
  }

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

  .xl\:top-\[21\.875rem\] {
    top: 21.875rem;
  }

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

  .xl\:left-\[50\.938rem\] {
    left: 50.938rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:h-\[25\.375rem\] {
    height: 25.375rem;
  }

  .xl\:h-\[59\.375rem\] {
    height: 59.375rem;
  }

  .xl\:w-\[25\.375rem\] {
    width: 25.375rem;
  }

  .xl\:max-w-\[16\.063rem\] {
    max-width: 16.063rem;
  }

  .xl\:max-w-\[18\.563rem\] {
    max-width: 18.563rem;
  }

  .xl\:max-w-\[22\.438rem\] {
    max-width: 22.438rem;
  }

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

  .xl\:max-w-\[39\.375rem\] {
    max-width: 39.375rem;
  }

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

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

  .xl\:text-3xx {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 4rem;
    line-height: 4.75rem;
  }

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

@media (min-width: 1300px) {
  .xx\:gap-32 {
    gap: 8rem;
  }

  .xx\:text-8xl {
    font-size: 5.25rem;
    line-height: 6rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:-right-28 {
    right: -7rem;
  }

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

  .\32xl\:gap-\[6\.875rem\] {
    gap: 6.875rem;
  }

  .\32xl\:text-8xl {
    font-size: 5.25rem;
    line-height: 6rem;
  }
}
