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

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

img {
  display: inline-block;
}

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

.tw-container {
  width: 100%;
}

@media (min-width: 640px) {
  .tw-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .tw-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .tw-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .tw-container {
    max-width: 1536px;
  }
}

.tw-absolute {
  position: absolute !important;
}

.tw-relative {
  position: relative !important;
}

.tw-inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.tw-top-0 {
  top: 0px !important;
}

.tw-left-0 {
  left: 0px !important;
}

.-tw-bottom-4 {
  bottom: -1rem !important;
}

.tw-right-2 {
  right: 0.5rem !important;
}

.tw-bottom-0 {
  bottom: 0px !important;
}

.tw-right-0 {
  right: 0px !important;
}

.-tw-left-4 {
  left: -1rem !important;
}

.-tw-right-4 {
  right: -1rem !important;
}

.tw-z-10 {
  z-index: 10 !important;
}

.tw-z-0 {
  z-index: 0 !important;
}

.tw-z-20 {
  z-index: 20 !important;
}

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

.tw-col-span-full {
  grid-column: 1 / -1 !important;
}

.tw-col-start-7 {
  grid-column-start: 7 !important;
}

.tw-col-end-13 {
  grid-column-end: 13 !important;
}

.tw-row-start-2 {
  grid-row-start: 2 !important;
}

.tw-row-start-1 {
  grid-row-start: 1 !important;
}

.tw-m-0 {
  margin: 0px !important;
}

.tw-mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}

.tw-my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

.-tw-mt-16 {
  margin-top: -4rem !important;
}

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

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

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

.tw-mt-auto {
  margin-top: auto !important;
}

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

.tw-mb-4 {
  margin-bottom: 1rem !important;
}

.tw-mt-4 {
  margin-top: 1rem !important;
}

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

.tw-mb-0 {
  margin-bottom: 0px !important;
}

.tw-mt-2 {
  margin-top: 0.5rem !important;
}

.tw-mt-1 {
  margin-top: 0.25rem !important;
}

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

.tw-block {
  display: block !important;
}

.tw-inline-block {
  display: inline-block !important;
}

.tw-flex {
  display: flex !important;
}

.tw-inline-flex {
  display: inline-flex !important;
}

.tw-grid {
  display: grid !important;
}

.tw-hidden {
  display: none !important;
}

.tw-h-full {
  height: 100% !important;
}

.tw-h-0\.5 {
  height: 0.125rem !important;
}

.tw-h-0 {
  height: 0px !important;
}

.tw-h-auto {
  height: auto !important;
}

.tw-h-4 {
  height: 1rem !important;
}

.tw-h-5 {
  height: 1.25rem !important;
}

.tw-h-6 {
  height: 1.5rem !important;
}

.tw-h-7 {
  height: 1.75rem !important;
}

.tw-h-8 {
  height: 2rem !important;
}

.tw-h-9 {
  height: 2.25rem !important;
}

.tw-h-10 {
  height: 2.5rem !important;
}

.tw-h-11 {
  height: 2.75rem !important;
}

.tw-h-12 {
  height: 3rem !important;
}

.tw-h-14 {
  height: 3.5rem !important;
}

.tw-h-16 {
  height: 4rem !important;
}

.tw-h-20 {
  height: 5rem !important;
}

.tw-h-24 {
  height: 6rem !important;
}

.tw-h-28 {
  height: 7rem !important;
}

.tw-h-32 {
  height: 8rem !important;
}

.tw-h-36 {
  height: 9rem !important;
}

.tw-h-40 {
  height: 10rem !important;
}

.tw-h-44 {
  height: 11rem !important;
}

.tw-h-48 {
  height: 12rem !important;
}

.tw-w-full {
  width: 100% !important;
}

.tw-w-64 {
  width: 16rem !important;
}

.tw-w-12 {
  width: 3rem !important;
}

.tw-w-2\/5 {
  width: 40% !important;
}

.tw-min-w-full {
  min-width: 100% !important;
}

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

.tw-max-w-xl {
  max-width: 36rem !important;
}

.tw-max-w-5xl {
  max-width: 64rem !important;
}

.tw-max-w-2xl {
  max-width: 42rem !important;
}

.tw-max-w-4xl {
  max-width: 56rem !important;
}

.tw-flex-1 {
  flex: 1 1 0% !important;
}

.tw-shrink-0 {
  flex-shrink: 0 !important;
}

.tw-basis-4\/12 {
  flex-basis: 33.333333% !important;
}

.tw-basis-8\/12 {
  flex-basis: 66.666667% !important;
}

.tw-cursor-pointer {
  cursor: pointer !important;
}

.tw-snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness) !important;
}

.tw-snap-mandatory {
  --tw-scroll-snap-strictness: mandatory !important;
}

.tw-snap-start {
  scroll-snap-align: start !important;
}

.tw-list-none {
  list-style-type: none !important;
}

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

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

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

.tw-flex-col {
  flex-direction: column !important;
}

.tw-flex-wrap {
  flex-wrap: wrap !important;
}

.tw-items-center {
  align-items: center !important;
}

.tw-justify-center {
  justify-content: center !important;
}

.tw-justify-between {
  justify-content: space-between !important;
}

.tw-gap-4 {
  gap: 1rem !important;
}

.tw-gap-8 {
  gap: 2rem !important;
}

.tw-gap-2 {
  gap: 0.5rem !important;
}

.tw-gap-3 {
  gap: 0.75rem !important;
}

.tw-gap-6 {
  gap: 1.5rem !important;
}

.tw-gap-y-4 {
  row-gap: 1rem !important;
}

.tw-gap-x-8 {
  -moz-column-gap: 2rem !important;
       column-gap: 2rem !important;
}

.tw-divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.tw-overflow-hidden {
  overflow: hidden !important;
}

.tw-overflow-x-scroll {
  overflow-x: scroll !important;
}

.tw-rounded-sm {
  border-radius: 0.125rem !important;
}

.tw-rounded {
  border-radius: 0.25rem !important;
}

.tw-border-4 {
  border-width: 4px !important;
}

.tw-border {
  border-width: 1px !important;
}

.tw-border-2 {
  border-width: 2px !important;
}

.tw-border-b-2 {
  border-bottom-width: 2px !important;
}

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

.tw-border-cherry {
  border-color: rgba(164, 30, 55, 1) !important;
}

.tw-border-ochre {
  border-color: rgba(255, 171, 46, 1) !important;
}

.tw-border-charcoal-light {
  border-color: rgba(105, 112, 119, 1) !important;
}

.tw-border-transparent {
  border-color: transparent !important;
}

.tw-border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}

.tw-border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

.tw-border-black {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity)) !important;
}

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

.tw-bg-white {
  background-color: rgba(255, 255, 255, 1) !important;
}

.tw-bg-taupe {
  background-color: rgba(183, 155, 123, 1) !important;
}

.tw-bg-\[\#0e0f14\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(14 15 20 / var(--tw-bg-opacity)) !important;
}

.tw-bg-\[\#222\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity)) !important;
}

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

.tw-bg-transparent {
  background-color: transparent !important;
}

.tw-bg-taupe-light {
  background-color: rgba(241, 236, 228, 1) !important;
}

.tw-bg-cherry {
  background-color: rgba(164, 30, 55, 1) !important;
}

.tw-bg-sthm-primary {
  background-color: hsla(350, 69%, 38%, 1) !important;
}

.tw-bg-gray-700 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}

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

.tw-bg-blue-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity)) !important;
}

.tw-bg-yellow-900 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity)) !important;
}

.tw-bg-gray-800 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity)) !important;
}

.tw-bg-blue-50 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity)) !important;
}

.tw-bg-cover {
  background-size: cover !important;
}

.tw-bg-no-repeat {
  background-repeat: no-repeat !important;
}

.tw-object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.tw-p-4 {
  padding: 1rem !important;
}

.tw-p-3 {
  padding: 0.75rem !important;
}

.tw-p-10 {
  padding: 2.5rem !important;
}

.tw-p-8 {
  padding: 2rem !important;
}

.tw-py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

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

.tw-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.tw-py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.tw-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}

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

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

.tw-px-8 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

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

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

.tw-px-7 {
  padding-left: 1.75rem !important;
  padding-right: 1.75rem !important;
}

.tw-py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.tw-py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.tw-pt-3 {
  padding-top: 0.75rem !important;
}

.tw-pb-2 {
  padding-bottom: 0.5rem !important;
}

.tw-pl-0 {
  padding-left: 0px !important;
}

.tw-pb-4 {
  padding-bottom: 1rem !important;
}

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

.tw-pb-\[66\.67\%\] {
  padding-bottom: 66.67% !important;
}

.tw-pb-\[150\%\] {
  padding-bottom: 150% !important;
}

.tw-text-center {
  text-align: center !important;
}

.tw-font-faustina {
  font-family: 'Faustina',serif !important;
}

.tw-font-primary {
  font-family: 'Roboto',sans-serif !important;
}

.tw-font-secondary {
  font-family: 'Roboto Condensed',sans-serif !important;
}

.tw-font-urw {
  font-family: 'urw-din',sans-serif !important;
}

.tw-text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

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

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

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

.tw-text-xl {
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
}

.tw-text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

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

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

.tw-text-5xl {
  font-size: 3rem !important;
  line-height: 1 !important;
}

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

.tw-text-8xl {
  font-size: 6rem !important;
  line-height: 1 !important;
}

.tw-text-9xl {
  font-size: 8rem !important;
  line-height: 1 !important;
}

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

.tw-font-bold {
  font-weight: 700 !important;
}

.tw-font-semibold {
  font-weight: 600 !important;
}

.tw-font-medium {
  font-weight: 500 !important;
}

.tw-font-thin {
  font-weight: 100 !important;
}

.tw-font-extralight {
  font-weight: 200 !important;
}

.tw-font-light {
  font-weight: 300 !important;
}

.tw-font-normal {
  font-weight: 400 !important;
}

.tw-font-extrabold {
  font-weight: 800 !important;
}

.tw-font-black {
  font-weight: 900 !important;
}

.tw-uppercase {
  text-transform: uppercase !important;
}

.tw-normal-case {
  text-transform: none !important;
}

.tw-leading-tight {
  line-height: 1.25 !important;
}

.tw-tracking-wide {
  letter-spacing: 0.025em !important;
}

.tw-text-white {
  color: rgba(255, 255, 255, 1) !important;
}

.tw-text-gray-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}

.tw-text-cherry {
  color: rgba(164, 30, 55, 1) !important;
}

.tw-text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

.tw-text-charcoal {
  color: rgba(33, 33, 33, 1) !important;
}

.tw-text-\[\#222\] {
  --tw-text-opacity: 1 !important;
  color: rgb(34 34 34 / var(--tw-text-opacity)) !important;
}

.tw-text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

.tw-opacity-0 {
  opacity: 0 !important;
}

.tw-bg-blend-multiply {
  background-blend-mode: multiply !important;
}

.tw-bg-blend-screen {
  background-blend-mode: screen !important;
}

.tw-bg-blend-overlay {
  background-blend-mode: overlay !important;
}

.tw-bg-blend-darken {
  background-blend-mode: darken !important;
}

.tw-bg-blend-lighten {
  background-blend-mode: lighten !important;
}

.tw-mix-blend-multiply {
  mix-blend-mode: multiply !important;
}

.tw-mix-blend-screen {
  mix-blend-mode: screen !important;
}

.tw-mix-blend-overlay {
  mix-blend-mode: overlay !important;
}

.tw-mix-blend-darken {
  mix-blend-mode: darken !important;
}

.tw-mix-blend-lighten {
  mix-blend-mode: lighten !important;
}

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

.tw-will-change-transform {
  will-change: transform !important;
}

.tw-aspect-3-2 {
  padding-bottom: 66.67% !important;
}

.aspect-16-9 {
  padding-bottom: 56.25% !important;
}

.aspect-1-1 {
  padding-bottom: 100% !important;
}

.aspect-3-2 {
  padding-bottom: 66.67% !important;
}

.aspect-4-3 {
  padding-bottom: 75% !important;
}

.\[-webkit-tw-text-stroke-width\:1px\] {
  -webkit-tw-text-stroke-width: 1px;
}

.\[-webkit-tw-text-stroke-color\:black\] {
  -webkit-tw-text-stroke-color: black;
}

.\[-webkit-tw-text-fill-color\:transparent\] {
  -webkit-tw-text-fill-color: transparent;
}

.wp-block {
  max-width: none;
  margin: 0;
} */

/* Width of "wide" blocks */

/* .wp-block[data-align='wide'] {
  max-width: 1080px;
} */

/* Width of "full-wide" blocks */

/* .wp-block[data-align='full'] {
  max-width: none;
} */

.gform_fields {
  flex-direction: column;
}

.gform_fields * {
  text-align: left !important;
}

/* .editor-styles-wrapper p,h1,h2,h3,h4,h5,h6 {
  margin: 0 !important;
} */

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

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

.before\:tw-left-3::before {
  content: var(--tw-content) !important;
  left: 0.75rem !important;
}

.before\:tw-block::before {
  content: var(--tw-content) !important;
  display: block !important;
}

.before\:tw-h-\[calc\(100\%-1rem\)\]::before {
  content: var(--tw-content) !important;
  height: calc(100% - 1rem) !important;
}

.before\:tw-w-0\.5::before {
  content: var(--tw-content) !important;
  width: 0.125rem !important;
}

.before\:tw-w-0::before {
  content: var(--tw-content) !important;
  width: 0px !important;
}

.before\:tw-bg-taupe::before {
  content: var(--tw-content) !important;
  background-color: rgba(183, 155, 123, 1) !important;
}

.before\:tw-content-none::before {
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

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

.after\:tw-inset-0::after {
  content: var(--tw-content) !important;
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}

.after\:tw-top-4::after {
  content: var(--tw-content) !important;
  top: 1rem !important;
}

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

.after\:tw-z-0::after {
  content: var(--tw-content) !important;
  z-index: 0 !important;
}

.after\:tw-block::after {
  content: var(--tw-content) !important;
  display: block !important;
}

.after\:tw-bg-taupe-light::after {
  content: var(--tw-content) !important;
  background-color: rgba(241, 236, 228, 1) !important;
}

.hover\:tw-border-cherry:hover {
  border-color: rgba(164, 30, 55, 1) !important;
}

.hover\:tw-bg-blue-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity)) !important;
}

.hover\:tw-text-cherry:hover {
  color: rgba(164, 30, 55, 1) !important;
}

.hover\:tw-text-white:hover {
  color: rgba(255, 255, 255, 1) !important;
}

@media (min-width: 640px) {
  .sm\:tw-font-faustina {
    font-family: 'Faustina',serif !important;
  }

  .sm\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

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

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

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

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

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

  .sm\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .sm\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .sm\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}

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

  .md\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

  .md\:tw-col-start-1 {
    grid-column-start: 1 !important;
  }

  .md\:tw-col-start-5 {
    grid-column-start: 5 !important;
  }

  .md\:tw-col-start-8 {
    grid-column-start: 8 !important;
  }

  .md\:tw-row-start-1 {
    grid-row-start: 1 !important;
  }

  .md\:tw-m-0 {
    margin: 0px !important;
  }

  .md\:tw-block {
    display: block !important;
  }

  .md\:tw-hidden {
    display: none !important;
  }

  .md\:tw-h-4 {
    height: 1rem !important;
  }

  .md\:tw-h-5 {
    height: 1.25rem !important;
  }

  .md\:tw-h-6 {
    height: 1.5rem !important;
  }

  .md\:tw-h-7 {
    height: 1.75rem !important;
  }

  .md\:tw-h-8 {
    height: 2rem !important;
  }

  .md\:tw-h-9 {
    height: 2.25rem !important;
  }

  .md\:tw-h-10 {
    height: 2.5rem !important;
  }

  .md\:tw-h-11 {
    height: 2.75rem !important;
  }

  .md\:tw-h-12 {
    height: 3rem !important;
  }

  .md\:tw-h-14 {
    height: 3.5rem !important;
  }

  .md\:tw-h-16 {
    height: 4rem !important;
  }

  .md\:tw-h-20 {
    height: 5rem !important;
  }

  .md\:tw-h-24 {
    height: 6rem !important;
  }

  .md\:tw-h-28 {
    height: 7rem !important;
  }

  .md\:tw-h-32 {
    height: 8rem !important;
  }

  .md\:tw-h-36 {
    height: 9rem !important;
  }

  .md\:tw-h-40 {
    height: 10rem !important;
  }

  .md\:tw-h-44 {
    height: 11rem !important;
  }

  .md\:tw-h-48 {
    height: 12rem !important;
  }

  .md\:tw-w-52 {
    width: 13rem !important;
  }

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

  .md\:tw-flex-row {
    flex-direction: row !important;
  }

  .md\:tw-py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .md\:tw-px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem !important;
  }

  .md\:tw-font-faustina {
    font-family: 'Faustina',serif !important;
  }

  .md\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

  .md\:tw-text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }

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

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

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

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

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

  .md\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .md\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }

  .md\:tw-text-blue-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(59 130 246 / var(--tw-text-opacity)) !important;
  }

  .md\:tw-shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
  }

  .md\:tw-aspect-1-1 {
    padding-bottom: 100% !important;
  }
}

@media (min-width: 1024px) {
  .lg\:tw-col-span-8 {
    grid-column: span 8 / span 8 !important;
  }

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

  .lg\:tw-h-4 {
    height: 1rem !important;
  }

  .lg\:tw-h-5 {
    height: 1.25rem !important;
  }

  .lg\:tw-h-6 {
    height: 1.5rem !important;
  }

  .lg\:tw-h-7 {
    height: 1.75rem !important;
  }

  .lg\:tw-h-8 {
    height: 2rem !important;
  }

  .lg\:tw-h-9 {
    height: 2.25rem !important;
  }

  .lg\:tw-h-10 {
    height: 2.5rem !important;
  }

  .lg\:tw-h-11 {
    height: 2.75rem !important;
  }

  .lg\:tw-h-12 {
    height: 3rem !important;
  }

  .lg\:tw-h-14 {
    height: 3.5rem !important;
  }

  .lg\:tw-h-16 {
    height: 4rem !important;
  }

  .lg\:tw-h-20 {
    height: 5rem !important;
  }

  .lg\:tw-h-24 {
    height: 6rem !important;
  }

  .lg\:tw-h-28 {
    height: 7rem !important;
  }

  .lg\:tw-h-32 {
    height: 8rem !important;
  }

  .lg\:tw-h-36 {
    height: 9rem !important;
  }

  .lg\:tw-h-40 {
    height: 10rem !important;
  }

  .lg\:tw-h-44 {
    height: 11rem !important;
  }

  .lg\:tw-h-48 {
    height: 12rem !important;
  }

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

  .lg\:tw-px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }

  .lg\:tw-font-faustina {
    font-family: 'Faustina',serif !important;
  }

  .lg\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

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

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

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

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

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

  .lg\:tw-text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
  }

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

  .lg\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

  .lg\:tw-text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
  }
}

@media (min-width: 1280px) {
  .xl\:tw-h-4 {
    height: 1rem !important;
  }

  .xl\:tw-h-5 {
    height: 1.25rem !important;
  }

  .xl\:tw-h-6 {
    height: 1.5rem !important;
  }

  .xl\:tw-h-7 {
    height: 1.75rem !important;
  }

  .xl\:tw-h-8 {
    height: 2rem !important;
  }

  .xl\:tw-h-9 {
    height: 2.25rem !important;
  }

  .xl\:tw-h-10 {
    height: 2.5rem !important;
  }

  .xl\:tw-h-11 {
    height: 2.75rem !important;
  }

  .xl\:tw-h-12 {
    height: 3rem !important;
  }

  .xl\:tw-h-14 {
    height: 3.5rem !important;
  }

  .xl\:tw-h-16 {
    height: 4rem !important;
  }

  .xl\:tw-h-20 {
    height: 5rem !important;
  }

  .xl\:tw-h-24 {
    height: 6rem !important;
  }

  .xl\:tw-h-28 {
    height: 7rem !important;
  }

  .xl\:tw-h-32 {
    height: 8rem !important;
  }

  .xl\:tw-h-36 {
    height: 9rem !important;
  }

  .xl\:tw-h-40 {
    height: 10rem !important;
  }

  .xl\:tw-h-44 {
    height: 11rem !important;
  }

  .xl\:tw-h-48 {
    height: 12rem !important;
  }

  .xl\:tw-font-faustina {
    font-family: 'Faustina',serif !important;
  }

  .xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

  .xl\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .xl\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }

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

@media (min-width: 1536px) {
  .\32xl\:tw-container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .\32xl\:tw-container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .\32xl\:tw-container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .\32xl\:tw-container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .\32xl\:tw-container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .\32xl\:tw-container {
      max-width: 1536px;
    }
  }

  .\32xl\:tw-mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .\32xl\:tw-font-faustina {
    font-family: 'Faustina',serif !important;
  }

  .\32xl\:tw-text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

  .\32xl\:tw-text-8xl {
    font-size: 6rem !important;
    line-height: 1 !important;
  }

  .\32xl\:tw-text-9xl {
    font-size: 8rem !important;
    line-height: 1 !important;
  }
}
