/*
! tailwindcss v3.4.1 | 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: '';
}

::selection {
  background-color: #dad7f7;
}

::-moz-selection {
  background-color: #dad7f7; 
}

/*
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 */
  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;
}

/*
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] {
  display: none;
}

html,
    body {
  margin: 0;
  padding: 0;
}

h1,
    h2,
    h3,
    h4,
    h5 {
  font-weight: 700;
  line-height: 140%;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

p {
  /* font-family: "Satoshi", sans-serif; */
  font-family: "Basis-Grotesque-Regular", sans-serif;
  font-weight: 500;
  line-height: 160%;
}

.body-sm {
  font-size: 14px;
}

a {
  /* font-family: "Satoshi", sans-serif; */
  font-family: "Basis-Grotesque-Regular", sans-serif;
  font-size: 18px;
  line-height: 140%;
}

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

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

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


.btn {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 16px;
  line-height: 140%;
}

.btn.btn-lg {
  font-size: 18px;
}

.btn-primary {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 89 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
  transition: all 0.2s ease-in;
}

.btn-subscribe,
.wpcf7-submit {
  --tw-bg-opacity: 1;
  border-color: rgb(227 255 89 / var(--tw-bg-opacity));
  border-style: solid;
  border-width: 1px;
  transition: all 0.2s ease-in;
}

.btn-subscribe:hover,
.wpcf7-submit:hover {
  --tw-bg-opacity: 1;
  background: transparent;
  border-color: rgb(227 255 89 / var(--tw-bg-opacity));
  border-radius: 9999px;
  border-style: solid;
  border-width: 1px;
  color: rgb(227 255 89 / var(--tw-bg-opacity));
}

.btn-prev,
    .btn-next {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  /* font-family: "Satoshi", sans-serif; */
  font-family: "Basis-Grotesque-Regular", sans-serif;
  font-weight: 500;
  color: rgb(255 255 255 / 0.7);
  transition: all 0.2s ease-in;
}

.btn-prev:hover,
    .btn-next:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

.page .page-list a {
  display: flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  color: rgb(255 255 255 / 0.7);
}

.page .page-list.active a,
    .page .page-list a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 89 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(15 15 15 / var(--tw-text-opacity));
}

.page .page-list span {
  color: rgb(255 255 255 / 0.7);
}

.article-gradient {
  background-color: #0F0F0F;
  transition: all .3s ease-in-out;
}
/*
.article-gradient:hover {
  background: linear-gradient(94.7deg, rgba(228, 254, 90, 1) 0%, rgba(86, 214, 215, 1) 35%, rgba(118, 61, 181, 1) 68.5%, rgba(239, 31, 162, 1) 100%);
  transform: translate(0);
  transform-style: preserve-3d;
  position: relative;
  transition: all .3s ease-in-out;
}

.article-gradient:hover .bg-article-gradient {
  background-color: #0F0F0F;
  transition: transform .3s ease-in-out;
}

.article-gradient:hover {
  background-color: #0F0F0F;
  transition: transform .3s ease-in-out;
}
*/
.text-subscribe span {
  display: inline-block;
  transition: all .2s ease-in-out;
}

.text-subscribe span:hover {
  animation: bounce-wdd 1.2s infinite;
  transition: all .2s ease-in-out;
}

.text-subscribe-footer-new {
	 display: flex;
    justify-content: center;
    font-family: "Morganite-Custom"
}

.text-subscribe-footer-new span {
  display: inline-block;
}

.subs-desc {
 	display: flex;
    flex-direction: column;
    justify-content: center;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .category-animation {
    font-size: 24vw;
    line-height: 75%;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .category-animation {
    font-size: 20vw;
    line-height: 75%;
	}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .category-animation {
    font-size: 21vw;
    line-height: 125%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
   .category-animation {
    font-size: 21vw;
    line-height: 115%;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .category-animation {
    font-size: 18vw;
    line-height: 115%;
	}
}

@media only screen and (min-width: 1500px) and (max-width: 1919px) {
  .category-animation {
    font-size: 15.5vw;
    line-height: 115%;
	}
}

/* For 4K and ultra-wide screens */
@media only screen and (min-width: 1920px) {
   .category-animation {
    font-size: 14.7vw;
    line-height: 115%;
	}
}

@media only screen and (min-width: 2200px) and (max-width: 2559px) {
   .category-animation {
    font-size: 13vw;
    line-height: 115%;
	}
}

/* For even larger screens */
@media only screen and (min-width: 2560px) {
  .category-animation {
    font-size: 11vw;
    line-height: 115%;
	}
}

.category-animation {
	font-family: "Morganite-Bold";
    // font-size: 11.2vw;
    // line-height: 115%;
}

.category-animation span {
	display: inline-block;
    white-space: nowrap;
    padding-right: 0;
    letter-spacing: 0.009em;
}

.widget-menu a,
.pagination-home ul li .page-numbers,
.container ul.page li.page-list a {
	transition: all 0.2s ease-in;
}

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

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

.menu-animation {
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-animation span {
  display: inline;
}

.menu-animation:hover span {
  vertical-align: baseline;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='wavy-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.st0{animation:shift 0.4s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23E3FF59' stroke-width='1' class='st0' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
  background-size: auto 6px;
  background-position: 0 1.9rem;
  background-repeat: repeat-x;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
}

/* article single */

.article-single p,
.article-single ol {
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 140%;
}

.article-single ul {
  list-style: disc;
  padding-left: 40px;
}

.article-single ul li {
  margin-bottom: 0.7rem;
}

.article-single ul,
.article-single div {
  font-size: 21px;
  /* font-family: "Satoshi", sans-serif; */
  font-family: "Basis-Grotesque-Regular", sans-serif;
    font-weight: 500;
    line-height: 160%;
}

.article-single ol {
  list-style-type: disc;
}

.article-single ol > * {
  margin-left: 1.5rem;
}

.article-single ol li:has(br:last-child) {
  margin-bottom: 1.5rem;
}

.article-single h3 {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.article-single :is(h1, h2) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.article-single :is(h3) {
  padding-top: calc(1rem + 2px);
  padding-bottom: 1rem;
}

.article-single img {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.widget-single-popular-post li:last-child {
  border-bottom-color: unset;
}

/* sitemap */

.sitemap-content > * {
  margin-bottom: 1.5rem;
  color: #FFF;
}
.sitemap-content .rank-math-html-sitemap h2 {
	padding: 2rem 0 1rem 0;
}

.sitemap-content .rank-math-html-sitemap h2:first-child {
	padding: 0;
}

.sitemap-content .sitemap-list li {
	font-size: 20px;
    padding-bottom: 1.5rem;
}

.sitemap-content .sitemap-posts-category {
    padding-left: 2rem;
}


.sitemap-content .sitemap-posts-category h3 {
    padding: 2rem 0 1rem 0;
}

.sitemap-content .sitemap-list li a {
	font-size: 20px;
    color: #FFF;
    transition: all 0.2s ease-in;
}

.sitemap-content .sitemap-list li:hover a {
    --tw-text-opacity: 1;
    color: rgb(227 255 89 / var(--tw-text-opacity));
}

.sitemap-content .sitemap-list.sitemap-tags-list {
	display: flex;
}


/* about */

.about-content > * {
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 0.7);
  font-size: 20px;
}

.about-content a,
.disclaimer-content a {
  --tw-text-opacity: 1;
  color: rgb(227 255 89 / var(--tw-text-opacity, 1));
  font-size: 20px;
}

.about-content a:hover,
.disclaimer-content a:hover {
  background-size: 100% 2px;
}

.about-content h4 {
  font-family: "Clash Grotesk", sans-serif;
  font-size: 32px;
  font-weight: 500;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.about-content p {
	line-height: 140%;
}

/* contact */

.contact-content p {
  margin-bottom: 1.25rem;
  color: rgb(255 255 255 / 0.7);
  font-size: 20px;
  line-height: 140%;
}

.contact-content p strong {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-size: 20px;
    line-height: 140%;
}

.contact-content p:last-child {
  margin-bottom: 0px;
}

/* DCMA */
.disclaimer-content p,
.disclaimer-content li,
.disclaimer-content a {
	font-size: 20px;
    line-height: 140%;
}

.input-group {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.input-group label {
  font-size: 20px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.input-group .form-control {
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  line-height: 100%;
  color: rgb(255 255 255 / 0.5);
}

.input-group .form-control:focus-within {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.input-group textarea {
  border-radius: 1.5rem !important;
}

.btn-submit {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 89 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: "Clash Grotesk", sans-serif;
  font-size: 18px;
  color: ##1F1F1F;
  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: 500ms;
}

.btn-submit:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

/***************************************************
 * Generated by SVG Artista on 9/3/2024, 12:47:43 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
/*
svg .svg-elem-1 {
  fill: rgb(228, 254, 90);
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.1s;
}

svg .svg-elem-2 {
  fill: rgb(239, 31, 162);
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.2s;
}

svg .svg-elem-3 {
  fill: rgb(118, 61, 181);
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715) 0.3s;
}

svg:hover .svg-elem-1,
svg:hover .svg-elem-2,
svg:hover .svg-elem-3 {
  fill: transparent;
}
*/
/* Add this new rule */
svg {
  transition: fill 0.2s cubic-bezier(0.47, 0, 0.745, 0.715);
}

svg:not(:hover) .svg-elem-1 {
  fill: rgb(228, 254, 90);
}

svg:not(:hover) .svg-elem-2 {
  fill: rgb(239, 31, 162);
}

svg:not(:hover) .svg-elem-3 {
  fill: rgb(118, 61, 181);
}

/* Disclaimer content */

.disclaimer-content > * {
  margin-bottom: 1.5rem;
  color: rgb(255 255 255 / 0.7);
}

.disclaimer-content h3,
    .disclaimer-content h4 {
  font-family: "Clash Grotesk", sans-serif;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.disclaimer-content h4 {
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.disclaimer-content h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px) {
  .disclaimer-content h3 {
    font-size: 64px;
  }
}

.disclaimer-content ol {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.disclaimer-content strong {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

/* search */

.search-wrapper,
    .search-wrapper-mobile {
  --tw-translate-x: 0px;
  --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));
}

.search-wrapper .input-holder,
    .search-wrapper-mobile .input-holder {
  position: relative;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(41 41 41 / var(--tw-bg-opacity));
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.search-wrapper.active .input-holder {
  width: 350px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.search-wrapper-mobile.active .input-holder {
  min-width: 250px;
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
   margin: 0 0 1rem 0;
}

.search-wrapper .input-holder .search-input,
    .search-wrapper-mobile .input-holder .search-input-mobile {
  position: absolute;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  height: 3rem;
  width: 100%;
  --tw-translate-x: 0px;
  --tw-translate-y: 4rem;
  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-style: none;
  background-color: transparent;
  padding-right: 4rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-delay: 300ms;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.search-wrapper.active .input-holder .search-input,
    .search-wrapper-mobile.active .input-holder .search-input-mobile {
  --tw-translate-x: 0px;
  --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));
  opacity: 1;
}

.search-wrapper .input-holder .search-icon,
    .search-wrapper-mobile .input-holder .search-icon-mobile {
  position: relative;
  z-index: 20;
  float: inline-end;
  display: flex;
  width: 3rem;
  height: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 255 89 / var(--tw-bg-opacity));
}


/* svg */

#path_1 {
  fill: #E3FF5A;
}

#path_2 {
  fill: #813ABC;
}

#path_3 {
  fill: #F220A2;
}

#path_4 {
  fill: #56D6D6;
}

#path_5 {
  fill: #E4FF5B;
}

#path_6 {
  fill: #EF37A6;
}

#path_7 {
  fill: #8C29B6;
}

#path_8 {
  fill: #63D2C5;
}

#path_9 {
  fill: #EA89B7;
}

#path_10 {
  fill: #F3DC91;
}

#path_11 {
  fill: #4ACCE7;
}

#path_12 {
  fill: #E3FE59;
}

#path_13 {
  fill: #EF20A1;
}

#path_14 {
  fill: #EB7FB0;
}

#path_15 {
  fill: #73D2B7;
}

#path_16 {
  fill: #753DB5;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-3 {
  bottom: -0.75rem;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

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

.order-1 {
  order: 1;
}

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

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

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

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

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

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

.col-span-1-12 {
  grid-column: 1 / 13;
}1

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

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

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

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

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

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

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

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

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

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

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

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

.plr-5 {
	padding-left: 5px;
    padding-right: 5px;
}

.plr-2 {
	padding: 0 2rem;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-180px {
  height: 180px;
}

.h-190px {
  height: 190px;
}

.h-200px {
  height: 200px;
}

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

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

.h-full {
  height: 100%;
}

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

.w-10 {
  width: 2.5rem;
}

.w-16 {
  width: 4rem;
}

.w-180px {
  width: 180px;
}

.w-190px {
  width: 190px;
}

.w-200px {
  width: 200px;
}

.w-full {
  width: 100%;
}

.min-w-16 {
  min-width: 4rem;
}

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

.max-w-16 {
  max-width: 4rem;
}

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

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

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

.resize {
  resize: both;
}

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-\[\#1C1C1C\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 28 28 / var(--tw-border-opacity));
}

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

.border-lighter-gray {
  border-color: #373737;
}

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

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

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

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

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

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pt-0-5 {
  padding-top: 0.5rem;
}

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

.pt-1-5 {
  padding-top: 1.5rem;
}

.pt-2 {
  padding-top: 2rem;
}

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

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

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

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

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

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

.font-clash {
  font-family: "Clash Grotesk", sans-serif;
  /* font-family: "Degular-Regular", sans-serif; */
}

.font-morganite {
  font-family: Morganite;
}

.font-satoshi {
  /* font-family: "Satoshi", sans-serif; */
  font-family: "Basis-Grotesque-Regular", sans-serif;
}

.text-1 {
  font-size: 14px;
}

.text-10 {
  font-size: 104px;
}

.text-3 {
  font-size: 18px;
}

.text-5 {
  font-size: 24px;
}

.text-6 {
  font-size: 32px;
}

.text-7 {
  font-size: 48px;
}

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

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

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

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

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

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

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


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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-80 {
  line-height: 80%;
}

.leading-100 {
  line-height: 100%;
}

.leading-120 {
  line-height: 120%;
}

.leading-140 {
  line-height: 140%;
}

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

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

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

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

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

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

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

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

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1345px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .gap-8 {
  	gap: 1rem 0;
  }
  .container {
  	padding-left: 1rem;
  	padding-right: 1rem;
  }
  .space-y-8 > :not([hidden]) ~ :not([hidden]) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }
    .max-w-16 {
        max-width: 5rem;
    }
    .min-w-16 {
        min-width: 5rem;
    }
    .h-16 {
        height: 5rem;
    }
    .article-box-content.gap-6 {
    	gap: 1rem;
    }
    .search-wrapper .input-holder {
      background-color: transparent;
    }
    .plr-2 {
    	 padding: 0 6px;
    }
    .footer-container .category-items .menu-animation.uppercase {
    	text-transform: capitalize;
    }
    .text-\[55px\] {
      font-size: 40px;
    }
    .hero-article .hero-article-info h1.mb-2 {
    	margin-bottom: 1.5rem;
    }
    .article-single h3 {
    	font-size: 30px;
        line-height: 120%;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
    }
}
@media (min-width: 1280px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

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

.\*\:border-\[\#292929\] > * {
  --tw-border-opacity: 1;
  border-color: rgb(41 41 41 / var(--tw-border-opacity));
}

.\*\:border-\[\#787878\] > * {
  border-color: #787878;
}

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

.\*\:text-white\/70 > * {
  color: rgb(255 255 255 / 0.7);
}

.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-neon\/30:hover {
  background-color: rgb(227 255 89 / 0.3);
}

.hover\:text-\[\#4ACCE7\]:hover {
  --tw-text-opacity: 1;
  color: rgb(74 204 231 / var(--tw-text-opacity));
}

.hover\:text-\[\#73D2B7\]:hover {
  --tw-text-opacity: 1;
  color: rgb(115 210 183 / var(--tw-text-opacity));
}

.hover\:text-\[\#753DB5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(117 61 181 / var(--tw-text-opacity));
}

.hover\:text-\[\#EB7FB0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(235 127 176 / var(--tw-text-opacity));
}

.hover\:text-\[\#EF20A1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(239 32 161 / var(--tw-text-opacity));
}

.hover\:text-\[\#F3DC91\]:hover {
  --tw-text-opacity: 1;
  color: rgb(243 220 145 / var(--tw-text-opacity));
}

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

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

.group:hover .group-hover\:-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));
}

.group:hover .group-hover\:rotate-45 {
  --tw-rotate: 360deg;
  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));
}

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

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

.group:hover .group-hover\:fill-neon {
  fill: #E3FF59;
}

.group:hover .group-hover\:transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group:hover .group-hover\:duration-100 {
  transition-duration: 100ms;
}
.group:hover .group-hover\:duration-500 {
  transition-duration: 500ms;
}
.group:hover .group-hover\:duration-700 {
  transition-duration: 700ms;
}

@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

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

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

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

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

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

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

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

  .md\:text-1 {
    font-size: 14px;
  }

  .md\:text-9 {
    font-size: 64px;
  }

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

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

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

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

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

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .lg\:block {
    display: block;
  }

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

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

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

@media (min-width: 1280px) {
  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

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

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-265px {
    height: 265px;
  }

  .xl\:h-300px {
    height: 300px;
  }

  .xl\:h-312px {
    height: 312px;
  }

  .xl\:w-265px {
    width: 265px;
  }

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

  .xl\:w-312px {
    width: 312px;
  }

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

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

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

  .xl\:pl-\[72px\] {
    padding-left: 72px;
  }

  .xl\:pt-44 {
    padding-top: 11rem;
  }

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

  .xl\:text-\[160px\] {
    font-size: 160px;
  }
  
  .xl\:p-\[2rem\] {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}


@media (max-width: 1280px) {
  .text-subscribe-footer-new {
    	justify-content: flex-start;
    }
}