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

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

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

/*
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:-ms-input-placeholder,
textarea:-ms-input-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;
}

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

::-webkit-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-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-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;
}
.top-\[10rem\] {
  top: 10rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-left-8 {
  left: -2rem;
}
.top-20 {
  top: 5rem;
}
.-left-12 {
  left: -3rem;
}
.bottom-40 {
  bottom: 10rem;
}
.-right-9 {
  right: -2.25rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.-right-6 {
  right: -1.5rem;
}
.top-32 {
  top: 8rem;
}
.left-32 {
  left: 8rem;
}
.-right-4 {
  right: -1rem;
}
.bottom-44 {
  bottom: 11rem;
}
.-left-6 {
  left: -1.5rem;
}
.bottom-72 {
  bottom: 18rem;
}
.right-56 {
  right: 14rem;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.top-80 {
  top: 20rem;
}
.left-0 {
  left: 0px;
}
.-right-5 {
  right: -1.25rem;
}
.top-52 {
  top: 13rem;
}
.left-28 {
  left: 7rem;
}
.top-10 {
  top: 2.5rem;
}
.right-20 {
  right: 5rem;
}
.top-\[16\.5rem\] {
  top: 16.5rem;
}
.right-28 {
  right: 7rem;
}
.right-40 {
  right: 10rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.right-48 {
  right: 12rem;
}
.bottom-28 {
  bottom: 7rem;
}
.-left-7 {
  left: -1.75rem;
}
.right-4 {
  right: 1rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.left-1 {
  left: 0.25rem;
}
.top-28 {
  top: 7rem;
}
.-bottom-52 {
  bottom: -13rem;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-24 {
  margin-top: -6rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[28rem\] {
  height: 28rem;
}
.h-\[34rem\] {
  height: 34rem;
}
.w-\[17rem\] {
  width: 17rem;
}
.w-60 {
  width: 15rem;
}
.w-\[6rem\] {
  width: 6rem;
}
.w-\[3rem\] {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-\[1rem\] {
  width: 1rem;
}
.w-56 {
  width: 14rem;
}
.w-\[8rem\] {
  width: 8rem;
}
.w-\[5rem\] {
  width: 5rem;
}
.w-\[20rem\] {
  width: 20rem;
}
.w-\[12rem\] {
  width: 12rem;
}
.w-\[16rem\] {
  width: 16rem;
}
.w-\[18rem\] {
  width: 18rem;
}
.rotate-45 {
  --tw-rotate: 45deg;
  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));
}
.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));
}
.grid-cols-\[350px_350px\] {
  grid-template-columns: 350px 350px;
}
.grid-cols-\[300px_300px\] {
  grid-template-columns: 300px 300px;
}
.grid-cols-\[280px\] {
  grid-template-columns: 280px;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-y-40 {
  row-gap: 10rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r {
  border-right-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-\[\#ebe7d8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 231 216 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.text-center {
  text-align: center;
}
.font-acumin {
  font-family: AcuminVariableConcept, sans-serif;
}
.font-groped {
  font-family: Gropled-Bold, sans-serif;
}
.font-rockyeah {
  font-family: rockyeah-sans, sans-serif;
}

.font-apple {
  font-family: AppleRegular, sans-serif;
}

.font-appleItalic {
  font-family: AppleItalic, sans-serif;
}

.font-appleBoldItalic {
  font-family: AppleBoldItalic, sans-serif;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[0\.7rem\] {
  font-size: 0.7rem;
}
.font-light {
  font-weight: 300;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.leading-4 {
  line-height: 1rem;
}
.leading-3 {
  line-height: 0.75rem;
}
.text-rojo-feriado {
  --tw-text-opacity: 1;
  color: rgb(255 29 37 / var(--tw-text-opacity));
}
.text-rosa-feriado {
  color: #ff75ac;
}

@font-face {
  font-family: "rockyeah-sans";
  src: url("./fuentes/rockyeah-sans.ttf") format("trueType");
}

@font-face {
  font-family: "AcuminVariableConcept";
  src: url("./fuentes/AcuminVariableConcept.otf") format("trueType");
}

@font-face {
  font-family: "Gropled-Bold";
  src: url("./fuentes/Gropled-Bold.otf") format("trueType");
}

@font-face {
  font-family: "AppleRegular";
  src: url("./fuentes/AppleGaramond.ttf") format("trueType");
}

@font-face {
  font-family: "AppleItalic";
  src: url("./fuentes/AppleGaramond-Italic.ttf") format("trueType");
}

@font-face {
  font-family: "AppleBoldItalic";
  src: url("./fuentes/AppleGaramond-BoldItalic.ttf") format("trueType");
}

@font-face {
  font-family: "helvetica";
  src: url("./fuentes/Helvetica.otf") format("trueType");
}

.content > span:nth-child(1) {
  transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(2) {
  transform: translateX(-1px) translateY(15px) rotate(-8deg);
}
.content > span:nth-child(3) {
  transform: translateX(-1px) translateY(8px) rotate(-2deg);
}
.content > span:nth-child(4) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(5) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(6) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(7) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(8) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(9) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(10) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(11) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(12) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(13) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(14) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(15) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(16) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(17) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(18) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(19) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}

.content > span:nth-child(20) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(21) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(22) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(23) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
.content > span:nth-child(24) {
  -webkit-transform: translateX(-1px) translateY(30px) rotate(-12deg);
}
@media (min-width: 640px) {
  .sm\:top-\[20rem\] {
    top: 20rem;
  }

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

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

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

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

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

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

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

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

  .sm\:bottom-40 {
    bottom: 10rem;
  }

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:h-screen {
    height: 100vh;
  }

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

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

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

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

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

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

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

  .sm\:w-72 {
    width: 18rem;
  }

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

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

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

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

  .sm\:grid-cols-\[400px\] {
    grid-template-columns: 400px;
  }

  .sm\:gap-y-32 {
    row-gap: 8rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

  .sm\:text-\[0\.8rem\] {
    font-size: 0.8rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }

  .sm\:leading-5 {
    line-height: 1.25rem;
  }

  .sm\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 768px) {
  .md\:top-\[20rem\] {
    top: 20rem;
  }

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

  .md\:top-56 {
    top: 14rem;
  }

  .md\:left-32 {
    left: 8rem;
  }

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

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

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

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

  .md\:-top-40 {
    top: -10rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[10rem\] {
    height: 10rem;
  }

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

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

  .md\:w-\[17rem\] {
    width: 17rem;
  }

  .md\:w-\[10rem\] {
    width: 10rem;
  }

  .md\:w-\[16rem\] {
    width: 16rem;
  }

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

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

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

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

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:overflow-visible {
    overflow: visible;
  }

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

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

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

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

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1024px) {
  .lg\:top-\[20rem\] {
    top: 20rem;
  }

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

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

  .lg\:right-56 {
    right: 14rem;
  }

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

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

  .lg\:left-28 {
    left: 7rem;
  }

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

  .lg\:top-52 {
    top: 13rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

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

  .lg\:left-96 {
    left: 24rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

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

  .lg\:top-56 {
    top: 14rem;
  }

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

  .lg\:-top-12 {
    top: -3rem;
  }

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

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

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

  .lg\:-top-60 {
    top: -15rem;
  }

  .lg\:top-5 {
    top: 1.25rem;
  }

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

  .lg\:-top-10 {
    top: -2.5rem;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[12rem\] {
    height: 12rem;
  }

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

  .lg\:w-72 {
    width: 18rem;
  }

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

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

  .lg\:w-\[17rem\] {
    width: 17rem;
  }

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

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

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

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

  .lg\:w-\[28rem\] {
    width: 28rem;
  }

  .lg\:grid-cols-\[260px_260px_260px\] {
    grid-template-columns: 260px 260px 260px;
  }

  .lg\:gap-y-24 {
    row-gap: 6rem;
  }

  .lg\:pt-52 {
    padding-top: 13rem;
  }

  .lg\:pb-52 {
    padding-bottom: 13rem;
  }

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

  .lg\:pb-64 {
    padding-bottom: 16rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .lg\:leading-5 {
    line-height: 1.25rem;
  }

  .lg\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1280px) {
  .xl\:top-\[20rem\] {
    top: 20rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:-left-24 {
    left: -6rem;
  }

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

  .xl\:-right-24 {
    right: -6rem;
  }

  .xl\:-right-1 {
    right: -0.25rem;
  }

  .xl\:bottom-72 {
    bottom: 18rem;
  }

  .xl\:left-48 {
    left: 12rem;
  }

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

  .xl\:right-48 {
    right: 12rem;
  }

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

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

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:-top-28 {
    top: -7rem;
  }

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

  .xl\:-top-32 {
    top: -8rem;
  }

  .xl\:-left-12 {
    left: -3rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:-top-12 {
    top: -3rem;
  }

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

  .xl\:-top-10 {
    top: -2.5rem;
  }

  .xl\:-right-8 {
    right: -2rem;
  }

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

  .xl\:h-\[47rem\] {
    height: 47rem;
  }

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

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

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-\[10rem\] {
    width: 10rem;
  }

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

  .xl\:w-\[2rem\] {
    width: 2rem;
  }

  .xl\:w-96 {
    width: 24rem;
  }

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

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

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

  .xl\:w-\[34rem\] {
    width: 34rem;
  }

  .xl\:grid-cols-\[400px_400px\] {
    grid-template-columns: 400px 400px;
  }

  .xl\:grid-cols-\[300px_300px_300px\] {
    grid-template-columns: 300px 300px 300px;
  }

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

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

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

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

  .xl\:leading-5 {
    line-height: 1.25rem;
  }

  .xl\:leading-4 {
    line-height: 1rem;
  }
}
@media (min-width: 1536px) {
  .\32xl\:right-20 {
    right: 5rem;
  }

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

  .\32xl\:left-64 {
    left: 16rem;
  }

  .\32xl\:right-56 {
    right: 14rem;
  }

  .\32xl\:top-20 {
    top: 5rem;
  }

  .\32xl\:-left-14 {
    left: -3.5rem;
  }

  .\32xl\:-top-48 {
    top: -12rem;
  }

  .\32xl\:-top-52 {
    top: -13rem;
  }

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

  .\32xl\:-left-60 {
    left: -15rem;
  }

  .\32xl\:top-28 {
    top: 7rem;
  }

  .\32xl\:-left-2 {
    left: -0.5rem;
  }

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

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

  .\32xl\:-top-10 {
    top: -2.5rem;
  }

  .\32xl\:-right-12 {
    right: -3rem;
  }

  .\32xl\:-bottom-72 {
    bottom: -18rem;
  }

  .\32xl\:w-\[12rem\] {
    width: 12rem;
  }

  .\32xl\:w-\[10rem\] {
    width: 10rem;
  }

  .\32xl\:w-\[30rem\] {
    width: 30rem;
  }

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

  .\32xl\:w-\[40rem\] {
    width: 40rem;
  }

  .\32xl\:w-\[22rem\] {
    width: 22rem;
  }

  .\32xl\:w-\[24rem\] {
    width: 24rem;
  }

  .\32xl\:w-\[38rem\] {
    width: 38rem;
  }

  .\32xl\:grid-cols-\[500px_500px\] {
    grid-template-columns: 500px 500px;
  }

  .\32xl\:grid-cols-\[400px_400px_400px\] {
    grid-template-columns: 400px 400px 400px;
  }

  .\32xl\:gap-y-40 {
    row-gap: 10rem;
  }

  .\32xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .\32xl\:pt-40 {
    padding-top: 10rem;
  }

  .\32xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\32xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .\32xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

  .\32xl\:leading-8 {
    line-height: 2rem;
  }

  .\32xl\:leading-6 {
    line-height: 1.5rem;
  }

  .\32xl\:leading-5 {
    line-height: 1.25rem;
  }
}

.left40 {
  left: 40rem;
}

.right40 {
  right: 40rem;
}
