@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*
! 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: #e5e7eb; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}

*, ::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:  ;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.m-20{
  margin: 5rem;
}
.mx-6{
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.h-48{
  height: 12rem;
}
.h-8{
  height: 2rem;
}
.w-48{
  width: 12rem;
}
.w-8{
  width: 2rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.flex-col{
  flex-direction: column;
}
.items-center{
  align-items: center;
}
.justify-center{
  justify-content: center;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-y-12{
  row-gap: 3rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.p-6{
  padding: 1.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.text-center{
  text-align: center;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity));
}
.text-rose-600{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.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-200{
  transition-duration: 200ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* Add color variables */
:root {
  --color-primary: #ffdddd;
  --color-secondary: #e0e0e0;
  --color-tertiary: #f1f1f1;
}

[v-cloak] {
  display: none;
}

html,
body {
  font-family: Poppins, Helvetica, Arial, sans-serif;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}

.background {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #ffffff;
  overflow: hidden;
  z-index: -1;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .background,
  body {
    background-color: black;
    color: white;
  }

  :root {
    --color-primary: #e11d48;
    --color-secondary: #374151;
    --color-tertiary: #1f2937;
  }
}

.background span {
  width: 50px;
  height: 50px;
  border-radius: 0;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-duration: 32;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.background span:nth-child(0) {
  color: var(--color-tertiary);
  top: 18%;
  left: 98%;
  animation-duration: 66s;
  animation-delay: -59s;
  transform-origin: -11vw 10vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 1.2367804160927731vmin currentColor; */
}
.background span:nth-child(1) {
  color: var(--color-secondary);
  top: 76%;
  left: 58%;
  animation-duration: 38s;
  animation-delay: -112s;
  transform-origin: 25vw 23vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 1.0759063794508692vmin currentColor; */
}
.background span:nth-child(2) {
  color: var(--color-secondary);
  top: 78%;
  left: 76%;
  animation-duration: 118s;
  animation-delay: -165s;
  transform-origin: -1vw -21vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 0.7079959056377634vmin currentColor; */
}
.background span:nth-child(3) {
  color: var(--color-tertiary);
  top: 80%;
  left: 7%;
  animation-duration: 29s;
  animation-delay: -24s;
  transform-origin: -22vw 12vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.9340006230189899vmin currentColor; */
}
.background span:nth-child(4) {
  color: var(--color-primary);
  top: 48%;
  left: 49%;
  animation-duration: 135s;
  animation-delay: -15s;
  transform-origin: -18vw 12vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.1328250474334358vmin currentColor; */
}
.background span:nth-child(5) {
  color: var(--color-secondary);
  top: 69%;
  left: 30%;
  animation-duration: 88s;
  animation-delay: -58s;
  transform-origin: -15vw -24vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 0.7841820291474417vmin currentColor; */
}
.background span:nth-child(6) {
  color: var(--color-tertiary);
  top: 9%;
  left: 94%;
  animation-duration: 71s;
  animation-delay: -8s;
  transform-origin: -11vw -12vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.2224308215650812vmin currentColor; */
}
.background span:nth-child(7) {
  color: var(--color-primary);
  top: 67%;
  left: 47%;
  animation-duration: 135s;
  animation-delay: -169s;
  transform-origin: 15vw -14vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.5739730208366283vmin currentColor; */
}
.background span:nth-child(8) {
  color: var(--color-tertiary);
  top: 39%;
  left: 81%;
  animation-duration: 117s;
  animation-delay: -67s;
  transform-origin: -8vw -6vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.40649808946622423vmin currentColor; */
}
.background span:nth-child(9) {
  color: var(--color-tertiary);
  top: 62%;
  left: 48%;
  animation-duration: 13s;
  animation-delay: -1s;
  transform-origin: 20vw 10vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.40208023300370144vmin currentColor; */
}
.background span:nth-child(10) {
  color: var(--color-secondary);
  top: 48%;
  left: 68%;
  animation-duration: 18s;
  animation-delay: -58s;
  transform-origin: 11vw -21vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 0.47621579296129757vmin currentColor; */
}
.background span:nth-child(11) {
  color: var(--color-tertiary);
  top: 66%;
  left: 39%;
  animation-duration: 130s;
  animation-delay: -6s;
  transform-origin: -2vw 20vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.5293363120157852vmin currentColor; */
}
.background span:nth-child(12) {
  color: var(--color-secondary);
  top: 9%;
  left: 61%;
  animation-duration: 30s;
  animation-delay: -83s;
  transform-origin: -13vw 11vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 0.8733244018777158vmin currentColor; */
}
.background span:nth-child(13) {
  color: var(--color-tertiary);
  top: 100%;
  left: 6%;
  animation-duration: 84s;
  animation-delay: -92s;
  transform-origin: -4vw -20vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.5940524540616765vmin currentColor; */
}
.background span:nth-child(14) {
  color: var(--color-primary);
  top: 46%;
  left: 42%;
  animation-duration: 46s;
  animation-delay: -3s;
  transform-origin: 15vw 4vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.0553150879741382vmin currentColor; */
}
.background span:nth-child(15) {
  color: var(--color-tertiary);
  top: 63%;
  left: 80%;
  animation-duration: 94s;
  animation-delay: -90s;
  transform-origin: -22vw -14vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.5224352467817144vmin currentColor; */
}
.background span:nth-child(16) {
  color: var(--color-primary);
  top: 99%;
  left: 3%;
  animation-duration: 36s;
  animation-delay: -80s;
  transform-origin: -11vw -11vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.8796255154367321vmin currentColor; */
}
.background span:nth-child(17) {
  color: var(--color-secondary);
  top: 25%;
  left: 94%;
  animation-duration: 156s;
  animation-delay: -174s;
  transform-origin: -21vw 13vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 1.1962112627069263vmin currentColor; */
}
.background span:nth-child(18) {
  color: var(--color-secondary);
  top: 59%;
  left: 11%;
  animation-duration: 22s;
  animation-delay: -14s;
  transform-origin: -9vw -4vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 0.4779193492531719vmin currentColor; */
}
.background span:nth-child(19) {
  color: var(--color-tertiary);
  top: 62%;
  left: 17%;
  animation-duration: 34s;
  animation-delay: -7s;
  transform-origin: 6vw 15vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.6443656948087662vmin currentColor; */
}
.background span:nth-child(20) {
  color: var(--color-tertiary);
  top: 59%;
  left: 93%;
  animation-duration: 178s;
  animation-delay: -128s;
  transform-origin: 8vw -12vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 1.1307818909460672vmin currentColor; */
}
.background span:nth-child(21) {
  color: var(--color-primary);
  top: 93%;
  left: 33%;
  animation-duration: 55s;
  animation-delay: -159s;
  transform-origin: 4vw 22vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.9680834754564647vmin currentColor; */
}
.background span:nth-child(22) {
  color: var(--color-primary);
  top: 7%;
  left: 92%;
  animation-duration: 70s;
  animation-delay: -166s;
  transform-origin: -9vw 11vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.5282718827601363vmin currentColor; */
}
.background span:nth-child(23) {
  color: var(--color-tertiary);
  top: 26%;
  left: 81%;
  animation-duration: 137s;
  animation-delay: -132s;
  transform-origin: -16vw 10vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.2545655503152613vmin currentColor; */
}
.background span:nth-child(24) {
  color: var(--color-secondary);
  top: 11%;
  left: 69%;
  animation-duration: 43s;
  animation-delay: -9s;
  transform-origin: -20vw 7vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 0.47432106893712267vmin currentColor; */
}
.background span:nth-child(25) {
  color: var(--color-tertiary);
  top: 15%;
  left: 38%;
  animation-duration: 107s;
  animation-delay: -123s;
  transform-origin: 0vw 9vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.8243702981557188vmin currentColor; */
}
.background span:nth-child(26) {
  color: var(--color-secondary);
  top: 58%;
  left: 1%;
  animation-duration: 17s;
  animation-delay: -62s;
  transform-origin: -10vw -1vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 1.0157350246076164vmin currentColor; */
}
.background span:nth-child(27) {
  color: var(--color-primary);
  top: 89%;
  left: 35%;
  animation-duration: 21s;
  animation-delay: -43s;
  transform-origin: -3vw 10vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.7367764264585361vmin currentColor; */
}
.background span:nth-child(28) {
  color: var(--color-tertiary);
  top: 9%;
  left: 84%;
  animation-duration: 137s;
  animation-delay: -83s;
  transform-origin: 9vw 19vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.1047212677419775vmin currentColor; */
}
.background span:nth-child(29) {
  color: var(--color-secondary);
  top: 45%;
  left: 9%;
  animation-duration: 29s;
  animation-delay: -107s;
  transform-origin: 6vw -4vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 0.9628208033076697vmin currentColor; */
}
.background span:nth-child(30) {
  color: var(--color-secondary);
  top: 35%;
  left: 9%;
  animation-duration: 41s;
  animation-delay: -17s;
  transform-origin: -2vw -6vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 0.8353252105105216vmin currentColor; */
}
.background span:nth-child(31) {
  color: var(--color-tertiary);
  top: 99%;
  left: 34%;
  animation-duration: 46s;
  animation-delay: -16s;
  transform-origin: 24vw -23vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.8827553236137606vmin currentColor; */
}
.background span:nth-child(32) {
  color: var(--color-secondary);
  top: 75%;
  left: 63%;
  animation-duration: 166s;
  animation-delay: -164s;
  transform-origin: 14vw -21vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 0.5838868139006961vmin currentColor; */
}
.background span:nth-child(33) {
  color: var(--color-secondary);
  top: 22%;
  left: 15%;
  animation-duration: 6s;
  animation-delay: -124s;
  transform-origin: 10vw -4vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 1.2123005545595833vmin currentColor; */
}
.background span:nth-child(34) {
  color: var(--color-primary);
  top: 90%;
  left: 99%;
  animation-duration: 39s;
  animation-delay: -105s;
  transform-origin: 6vw -22vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.26099879299733897vmin currentColor; */
}
.background span:nth-child(35) {
  color: var(--color-tertiary);
  top: 18%;
  left: 79%;
  animation-duration: 115s;
  animation-delay: -172s;
  transform-origin: 23vw 25vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.2373191050052543vmin currentColor; */
}
.background span:nth-child(36) {
  color: var(--color-primary);
  top: 86%;
  left: 88%;
  animation-duration: 122s;
  animation-delay: -168s;
  transform-origin: -13vw 21vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.3381615610408859vmin currentColor; */
}
.background span:nth-child(37) {
  color: var(--color-primary);
  top: 71%;
  left: 89%;
  animation-duration: 51s;
  animation-delay: -33s;
  transform-origin: 0vw 12vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.1852740246373166vmin currentColor; */
}
.background span:nth-child(38) {
  color: var(--color-primary);
  top: 7%;
  left: 7%;
  animation-duration: 122s;
  animation-delay: -152s;
  transform-origin: 5vw -17vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 1.140826026034529vmin currentColor; */
}
.background span:nth-child(39) {
  color: var(--color-tertiary);
  top: 45%;
  left: 71%;
  animation-duration: 178s;
  animation-delay: -130s;
  transform-origin: -18vw -20vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.44904866262203913vmin currentColor; */
}
.background span:nth-child(40) {
  color: var(--color-primary);
  top: 67%;
  left: 36%;
  animation-duration: 133s;
  animation-delay: -36s;
  transform-origin: 9vw -7vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.9876113241720335vmin currentColor; */
}
.background span:nth-child(41) {
  color: var(--color-primary);
  top: 88%;
  left: 71%;
  animation-duration: 182s;
  animation-delay: -67s;
  transform-origin: 16vw -21vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.8886790858193325vmin currentColor; */
}
.background span:nth-child(42) {
  color: var(--color-secondary);
  top: 48%;
  left: 35%;
  animation-duration: 85s;
  animation-delay: -12s;
  transform-origin: 25vw 21vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 1.1827245885816253vmin currentColor; */
}
.background span:nth-child(43) {
  color: var(--color-primary);
  top: 4%;
  left: 36%;
  animation-duration: 166s;
  animation-delay: -28s;
  transform-origin: 19vw 10vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 1.2233428455662032vmin currentColor; */
}
.background span:nth-child(44) {
  color: var(--color-secondary);
  top: 85%;
  left: 40%;
  animation-duration: 151s;
  animation-delay: -23s;
  transform-origin: 22vw -9vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: 2vmin 0 1.1468193866087593vmin currentColor; */
}
.background span:nth-child(45) {
  color: var(--color-tertiary);
  top: 71%;
  left: 25%;
  animation-duration: 60s;
  animation-delay: -141s;
  transform-origin: -17vw 21vh;
  border: solid currentColor 1px;
  /* box-shadow: -2vmin 0 0.7359957340915588vmin currentColor; */
}
.background span:nth-child(46) {
  color: var(--color-secondary);
  top: 10%;
  left: 20%;
  animation-duration: 86s;
  animation-delay: -143s;
  transform-origin: -5vw 7vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 0.8475831029299288vmin currentColor; */
}
.background span:nth-child(47) {
  color: var(--color-secondary);
  top: 21%;
  left: 3%;
  animation-duration: 43s;
  animation-delay: -48s;
  transform-origin: -23vw 7vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 1.1586213417181668vmin currentColor; */
}
.background span:nth-child(48) {
  color: var(--color-secondary);
  top: 81%;
  left: 22%;
  animation-duration: 185s;
  animation-delay: -78s;
  transform-origin: 24vw 5vh;
  border: solid currentColor 1px;
  border-style: dashed;
  /* box-shadow: -2vmin 0 1.049102961770242vmin currentColor; */
}
.background span:nth-child(49) {
  color: var(--color-tertiary);
  top: 29%;
  left: 56%;
  animation-duration: 99s;
  animation-delay: -103s;
  transform-origin: -4vw -22vh;
  border: solid currentColor 1px;
  /* box-shadow: 2vmin 0 0.8176532970259895vmin currentColor; */
}
.hover\:scale-\[1\.02\]:hover{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:text-rose-600:hover{
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.hover\:drop-shadow-md:hover{
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
@media (prefers-reduced-motion: reduce){

  .motion-reduce\:transition-none{
    transition-property: none;
  }

  .motion-reduce\:hover\:transform-none:hover{
    transform: none;
  }
}
@media (min-width: 640px){

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:flex{
    display: flex;
  }

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

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

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

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

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

  .sm\:text-left{
    text-align: left;
  }
}
@media (prefers-color-scheme: dark){

  .dark\:border-gray-800{
    --tw-border-opacity: 1;
    border-color: rgb(31 41 55 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
  }

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

  .dark\:hover\:bg-rose-800:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(159 18 57 / var(--tw-bg-opacity));
  }

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