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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-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;
}

:root {
  --color-bkg: 210deg 40% 98%;
  --color-content: 217deg 32.6% 17.5%;
  --color-accent1: 288deg 95.8% 90.6%;
  --color-accent2: 168deg 83.8% 78.2%;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.isolate {
  isolation: isolate;
}

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

.grid {
  display: grid;
}

.min-h-screen {
  min-height: 100vh;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

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

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

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.bg-bkg {
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-bkg) / var(--tw-bg-opacity));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

.text-content {
  --tw-text-opacity: 1;
  color: hsl(var(--color-content) / var(--tw-text-opacity));
}

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

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

.decoration-accent-1 {
  text-decoration-color: hsl(var(--color-accent1) / 1);
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

#root {
  width: 100%;
  /* margin: 0 auto; */
  /* padding: 2rem; */
}

img{
  max-width: 100%;
  width: 100%;
}

/* UTILITY classes */

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

.flex-row-custom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-center-custom {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

/* GLOBAL classes */

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  /* font-family: var(--primary-font); */
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
}

section {
  position: relative;
  /* padding-top: 5rem; !important 
    padding-bottom: 5rem; !important */
}

/* HEADER */

header {
  max-width: 100%;
  margin: 0 auto;
  /* margin-top: -100px; sticks to top */
  /* padding: 1rem 0; works better without, actually sticks now */
  width: 100%;
  /* position: absolute; */
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
}

.header__logo img {
  width: 250px;
  margin-top: 0.5rem;
}

header .right {
  gap: 1rem;
}

/* HERO */

#hero {
  /* min-height: 100vh; breaking vh in parent*/
}

.hero__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.hero__content {
  height: 100%;
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero__content h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero__content p {
  font-size: 1.2rem;
  font-weight: 300;
  margin-bottom: 1rem;
}

.hero__image {
  width: 60%;
}

.customize {
  position: relative;
}

.form {
  display: flex;
  flex-direction: row;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  min-width: 100%;
  max-width: 632px;
  background: white;
  border: 8px solid white;
  border-radius: 3em;
  margin-bottom: 0.15rem;
}

.form-item {
  display: flex;
  flex-direction: column;
  /* border: 1px solid red; */
  justify-content: center;
  flex-grow: 1;
  min-width: 0;
  /* v important to prevent overflowing container and pushing button out */
}

/* .form-input .form-button{
    font-family: inherit;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 10px;
    letter-spacing: 1.2px;
    border: 0;
} */

.form-input {
  /* padding: 1.5em; */
  padding-left: 1em;
  outline: none;
  border: none;
}

.form-input::-moz-placeholder {
  /* color:aqua; */
  opacity: 0.45;
}

.form-input::placeholder {
  /* color:aqua; */
  opacity: 0.45;
}

.form-input:focus::-moz-placeholder {
  /* color:aqua; */
  opacity: 0.85;
}

.form-input:focus::placeholder {
  /* color:aqua; */
  opacity: 0.85;
}

/* .form-item:first-of-type {
    position: relative;
}
.form-item:first-of-type::after {
    content: '';
    position: absolute;

} */

.form-button {
  /* background: pink; 
    color: black; */
  /* padding: 1.25em 2.25em; */
  margin-left: auto;
  border-radius: 3em;
  padding: 0.5em 1em;
  /* padding: 0.5em 0.5em; SMALL SCRNEEESBN??*/
}

.form-checkbox {
  text-align: center;
  font-weight: 300;
  font-size: 0.9rem;
  max-width: 300px;
  margin: auto;
  position: relative;
  margin-top: 0.35rem;
}

.form-checkbox a {
  text-decoration: underline;
  color: blue;
}

.form-checkbox a:visited {
  color: purple;
}

/* @media only screen and (min-width: 550px) {
    .form {
        flex-direction: row;
        min-width: 100%;
        max-width: 632px;
        border: 8px solid white;
        border-radius: 3em;
    }

    .form-button {
        margin-left: auto;
        border-radius: 3em;
        padding: 0.5em 1em;
        /* border-radius: 9999px; 
    }

    .form-item {
        justify-content: center;
        flex-grow: 1;
    }
} */

/* FOOTER */

footer {
  /* padding: 2rem 0; */
}

/* Common styles for both desktop and mobile */

.footer {
  display: flex;
  flex-direction: column;
  /* Stack items vertically on mobile */
  align-items: center;
  /* background-color: #f0f0f0; */
}

.footer__logo {
  width: 100px;
  margin-bottom: 1rem;
}

.footer__text {
  font-size: 0.9rem;
  color: #747474;
  /* margin-bottom: 1rem; dont need as we have nothing underneath */
}

.center-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.footer-text {
  margin: 0;
}

.socials {
  display: flex;
  margin-top: 10px;
  /* Add some spacing between center content and social icons on mobile */
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.social-icon:hover {
  opacity: 0.7;
}

.socials img {
  width: 32px;
  height: 32px;
  padding: 0.3rem;
}

/* Media query for screens wider than 600px (adjust the breakpoint as needed) */

@media (min-width: 600px) {
  /* Styles for desktop or larger screens */

  /* .footer {
    flex-direction: row; Align items horizontally on desktop
    justify-content: space-between;
  } */

  .socials {
    margin-top: 0;
    /* Remove margin on desktop */
  }
}

@media screen and (max-width: 768px) {
  .header__logo{
    max-width: 200px;
  }

  .hero__container {
    flex-direction: column;
    justify-content: center;
  }

  .hero__content {
    width: 100%;
    /* text-align: center; */
  }

  .hero__content h1 {
    font-size: 2.5rem;
  }

  .hero__content p {
    font-size: 1rem;
  }

  .hero__image {
    width: 100%;
  }
}

/* @media only screen and (min-width: 768px) and (max-width: 946px) {
    .form-item{
        max-width: 70%;
    }

    .form-button {
        min-width: 30%;
    }
} */

@media screen and (max-width: 430px) {
  .fix-size {
    font-size: 14px;
  }

  .header__logo{
    max-width: 150px;
  }

  .form-item{
    max-width: 70%;
  }

  .form-button {
    min-width: 30%;
  }
}

/* MAILCHIMP SPECIFIC */

form input ~ .mce_inline_error {
  display: inline-block;
  font-size: 0.8rem;
  position: absolute;
}

form input ~ .mce_inline_error:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6B0505;
  position: absolute;
  top: -6px;
}

form input[type="email"] + .mce_inline_error {
  top: 2.5rem;
  left: 2.5rem;
}

form input[type="checkbox"] ~ .mce_inline_error {
  left: 4px;
  top: 1.5rem;
}

form .response {
  width: 50%;
  margin: auto;
  padding: 1rem;
  text-align: center;
  color: #fff;
  border-radius: 0.8rem;
  transition: 1s;
  animation: response 1s forwards;
  margin-top: 0.5rem;
}

form #mce-success-response {
  background: green;
}

form #mce-error-response {
  background: #6B0505;
}

form #mce-error-response a {
  color: #fff;
}

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

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

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

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

.before\:h-1\/2::before {
  content: var(--tw-content);
  height: 50%;
}

.before\:w-3\/4::before {
  content: var(--tw-content);
  width: 75%;
}

@keyframes spin {
  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}

.before\:animate-spin-slower::before {
  content: var(--tw-content);
  animation: spin 35s ease infinite;
}

.before\:rounded-bl-full::before {
  content: var(--tw-content);
  border-bottom-left-radius: 9999px;
}

.before\:rounded-tr-full::before {
  content: var(--tw-content);
  border-top-right-radius: 9999px;
}

.before\:bg-accent-2::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: hsl(var(--color-accent2) / var(--tw-bg-opacity));
}

.before\:blur-3xl::before {
  content: var(--tw-content);
  --tw-blur: blur(64px);
  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);
}

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

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

.after\:h-2\/3::after {
  content: var(--tw-content);
  height: 66.666667%;
}

.after\:w-2\/3::after {
  content: var(--tw-content);
  width: 66.666667%;
}

@keyframes spin {
  to {
    content: var(--tw-content);
    transform: rotate(360deg);
  }
}

.after\:animate-spin-slow::after {
  content: var(--tw-content);
  animation: spin 25s ease-in-out infinite reverse;
}

.after\:rounded-bl-full::after {
  content: var(--tw-content);
  border-bottom-left-radius: 9999px;
}

.after\:rounded-tr-full::after {
  content: var(--tw-content);
  border-top-right-radius: 9999px;
}

.after\:bg-accent-1\/80::after {
  content: var(--tw-content);
  background-color: hsl(var(--color-accent1) / 0.8);
}

.after\:blur-3xl::after {
  content: var(--tw-content);
  --tw-blur: blur(64px);
  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);
}

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity));
}

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

@media (min-width: 640px) {
  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }
}