*, ::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | 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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2.9rem;
  padding-left: 2.9rem;
}
@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;
  }
}
@media (min-width: 1780px) {

  .container {
    max-width: 1780px;
  }
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.\!relative {
  position: relative !important;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-8\.3rem\] {
  bottom: -8.3rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-\[50\%\] {
  right: 50%;
}
.top-0 {
  top: 0px;
}
.top-\[0rem\] {
  top: 0rem;
}
.top-\[2rem\] {
  top: 2rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-\[1\.5rem\] {
  margin-bottom: 1.5rem !important;
}
.\!mb-\[1\.7rem\] {
  margin-bottom: 1.7rem !important;
}
.\!mt-20 {
  margin-top: 5rem !important;
}
.-mt-\[20rem\] {
  margin-top: -20rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[0rem\] {
  margin-bottom: 0rem;
}
.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}
.mb-\[1\.7rem\] {
  margin-bottom: 1.7rem;
}
.mb-\[1\.8rem\] {
  margin-bottom: 1.8rem;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[1rem\] {
  margin-bottom: 1rem;
}
.mb-\[2\.1rem\] {
  margin-bottom: 2.1rem;
}
.mb-\[2\.5rem\] {
  margin-bottom: 2.5rem;
}
.mb-\[2\.7rem\] {
  margin-bottom: 2.7rem;
}
.mb-\[2rem\] {
  margin-bottom: 2rem;
}
.mb-\[3\.1rem\] {
  margin-bottom: 3.1rem;
}
.mb-\[3\.2rem\] {
  margin-bottom: 3.2rem;
}
.mb-\[3\.5rem\] {
  margin-bottom: 3.5rem;
}
.mb-\[3\.6rem\] {
  margin-bottom: 3.6rem;
}
.mb-\[3\.7rem\] {
  margin-bottom: 3.7rem;
}
.mb-\[3\.8rem\] {
  margin-bottom: 3.8rem;
}
.mb-\[4\.267rem\] {
  margin-bottom: 4.267rem;
}
.mb-\[4\.2rem\] {
  margin-bottom: 4.2rem;
}
.mb-\[4\.6rem\] {
  margin-bottom: 4.6rem;
}
.mb-\[4rem\] {
  margin-bottom: 4rem;
}
.mb-\[5rem\] {
  margin-bottom: 5rem;
}
.mb-\[6\.08vh\] {
  margin-bottom: 6.08vh;
}
.mb-\[6\.2rem\] {
  margin-bottom: 6.2rem;
}
.mb-\[6\.3rem\] {
  margin-bottom: 6.3rem;
}
.mb-\[6rem\] {
  margin-bottom: 6rem;
}
.mb-\[7\.1vh\] {
  margin-bottom: 7.1vh;
}
.ms-16 {
  margin-inline-start: 4rem;
}
.ms-auto {
  margin-inline-start: auto;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[100px\] {
  margin-top: 100px;
}
.mt-\[16\.5rem\] {
  margin-top: 16.5rem;
}
.mt-\[3\.1rem\] {
  margin-top: 3.1rem;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[13\.2rem\] {
  height: 13.2rem;
}
.h-\[18\.9rem\] {
  height: 18.9rem;
}
.h-\[25\.9rem\] {
  height: 25.9rem;
}
.h-\[30\.9rem\] {
  height: 30.9rem;
}
.h-\[35\.677rem\] {
  height: 35.677rem;
}
.h-\[39\.3rem\] {
  height: 39.3rem;
}
.h-\[40\.1rem\] {
  height: 40.1rem;
}
.h-\[40rem\] {
  height: 40rem;
}
.h-\[42rem\] {
  height: 42rem;
}
.h-\[55\.5rem\] {
  height: 55.5rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-\[23\.9rem\] {
  height: 23.9rem;
}
.max-h-\[34\.9rem\] {
  max-height: 34.9rem;
}
.max-h-\[48\.1rem\] {
  max-height: 48.1rem;
}
.max-h-\[55\.5rem\] {
  max-height: 55.5rem;
}
.max-h-\[6\.9974rem\] {
  max-height: 6.9974rem;
}
.max-h-\[8\.1rem\] {
  max-height: 8.1rem;
}
.w-\[2\.2rem\] {
  width: 2.2rem;
}
.w-\[37\.7rem\] {
  width: 37.7rem;
}
.w-\[45\.4rem\] {
  width: 45.4rem;
}
.w-full {
  width: 100%;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[103\.6rem\] {
  max-width: 103.6rem;
}
.max-w-\[104\.1rem\] {
  max-width: 104.1rem;
}
.max-w-\[107\.4rem\] {
  max-width: 107.4rem;
}
.max-w-\[113\.4rem\] {
  max-width: 113.4rem;
}
.max-w-\[119rem\] {
  max-width: 119rem;
}
.max-w-\[120rem\] {
  max-width: 120rem;
}
.max-w-\[156\.6rem\] {
  max-width: 156.6rem;
}
.max-w-\[15rem\] {
  max-width: 15rem;
}
.max-w-\[18\.7rem\] {
  max-width: 18.7rem;
}
.max-w-\[2\.57vw\] {
  max-width: 2.57vw;
}
.max-w-\[2\.586rem\] {
  max-width: 2.586rem;
}
.max-w-\[26\.8rem\] {
  max-width: 26.8rem;
}
.max-w-\[27\.4rem\] {
  max-width: 27.4rem;
}
.max-w-\[27rem\] {
  max-width: 27rem;
}
.max-w-\[30\.7rem\] {
  max-width: 30.7rem;
}
.max-w-\[31\.2rem\] {
  max-width: 31.2rem;
}
.max-w-\[31\.5rem\] {
  max-width: 31.5rem;
}
.max-w-\[33\.4rem\] {
  max-width: 33.4rem;
}
.max-w-\[35rem\] {
  max-width: 35rem;
}
.max-w-\[38rem\] {
  max-width: 38rem;
}
.max-w-\[39\.4rem\] {
  max-width: 39.4rem;
}
.max-w-\[40rem\] {
  max-width: 40rem;
}
.max-w-\[41\.1rem\] {
  max-width: 41.1rem;
}
.max-w-\[42\.5rem\] {
  max-width: 42.5rem;
}
.max-w-\[43\.2rem\] {
  max-width: 43.2rem;
}
.max-w-\[45\.2rem\] {
  max-width: 45.2rem;
}
.max-w-\[45\.83rem\] {
  max-width: 45.83rem;
}
.max-w-\[45rem\] {
  max-width: 45rem;
}
.max-w-\[50\.9rem\] {
  max-width: 50.9rem;
}
.max-w-\[53\.1rem\] {
  max-width: 53.1rem;
}
.max-w-\[56\.3rem\] {
  max-width: 56.3rem;
}
.max-w-\[57\.2rem\] {
  max-width: 57.2rem;
}
.max-w-\[61\.4911rem\] {
  max-width: 61.4911rem;
}
.max-w-\[62\.2rem\] {
  max-width: 62.2rem;
}
.max-w-\[62rem\] {
  max-width: 62rem;
}
.max-w-\[63\.3rem\] {
  max-width: 63.3rem;
}
.max-w-\[65rem\] {
  max-width: 65rem;
}
.max-w-\[66rem\] {
  max-width: 66rem;
}
.max-w-\[68\.2rem\] {
  max-width: 68.2rem;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-\[74\.2rem\] {
  max-width: 74.2rem;
}
.max-w-\[77rem\] {
  max-width: 77rem;
}
.max-w-\[80\.5rem\] {
  max-width: 80.5rem;
}
.max-w-\[80\.9rem\] {
  max-width: 80.9rem;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[83\.7rem\] {
  max-width: 83.7rem;
}
.max-w-\[91\.3rem\] {
  max-width: 91.3rem;
}
.max-w-full {
  max-width: 100%;
}
.translate-x-\[50\%\] {
  --tw-translate-x: 50%;
  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));
}
.transform {
  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));
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-20 {
  gap: 5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.3rem\] {
  gap: 0.3rem;
}
.gap-\[1\.5rem\] {
  gap: 1.5rem;
}
.gap-\[1\.8rem\] {
  gap: 1.8rem;
}
.gap-\[2\.1rem\] {
  gap: 2.1rem;
}
.gap-\[2\.2rem\] {
  gap: 2.2rem;
}
.gap-\[2rem\] {
  gap: 2rem;
}
.gap-\[3\.2rem\] {
  gap: 3.2rem;
}
.gap-\[3\.336rem\] {
  gap: 3.336rem;
}
.gap-\[4rem\] {
  gap: 4rem;
}
.gap-\[5\.3rem\] {
  gap: 5.3rem;
}
.gap-\[5\.6rem\] {
  gap: 5.6rem;
}
.gap-\[5rem\] {
  gap: 5rem;
}
.gap-x-16 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-\[10rem\] {
  row-gap: 10rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.overflow-hidden {
  overflow: hidden;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-t-\[8rem\] {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
}
.bg-\[\#5B4538\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 69 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DC6D53\] {
  --tw-bg-opacity: 1;
  background-color: rgb(220 109 83 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-green\/70 {
  background-color: rgb(76 92 80 / 0.7);
}
.bg-light-color {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 238 / var(--tw-bg-opacity, 1));
}
.bg-light_color {
  --tw-bg-opacity: 1;
  background-color: rgb(245 241 238 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/\[\.4\] {
  background-color: rgb(255 255 255 / .4);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8 {
  padding: 2rem;
}
.p-\[1\.5rem\] {
  padding: 1.5rem;
}
.p-\[2\.2rem\] {
  padding: 2.2rem;
}
.p-\[2\.9rem\] {
  padding: 2.9rem;
}
.p-\[3rem\] {
  padding: 3rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.\!py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0\.6rem\] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.px-\[0rem\] {
  padding-left: 0rem;
  padding-right: 0rem;
}
.px-\[1\.6rem\] {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-\[1\.7rem\] {
  padding-left: 1.7rem;
  padding-right: 1.7rem;
}
.px-\[2\.4rem\] {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-\[2\.7rem\] {
  padding-left: 2.7rem;
  padding-right: 2.7rem;
}
.px-\[2\.9rem\] {
  padding-left: 2.9rem;
  padding-right: 2.9rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[2\.9rem\] {
  padding-top: 2.9rem;
  padding-bottom: 2.9rem;
}
.\!pb-0 {
  padding-bottom: 0px !important;
}
.\!pb-24 {
  padding-bottom: 6rem !important;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-\[\.6rem\] {
  padding-bottom: .6rem;
}
.pb-\[2rem\] {
  padding-bottom: 2rem;
}
.pb-\[6rem\] {
  padding-bottom: 6rem;
}
.pb-\[7\.4rem\] {
  padding-bottom: 7.4rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-\[\.5rem\] {
  padding-top: .5rem;
}
.pt-\[3\.9rem\] {
  padding-top: 3.9rem;
}
.pt-\[4\.1rem\] {
  padding-top: 4.1rem;
}
.pt-\[4\.2rem\] {
  padding-top: 4.2rem;
}
.pt-\[5\.8rem\] {
  padding-top: 5.8rem;
}
.text-center {
  text-align: center;
}
.font-header {
  font-family: Windslow;
}
.\!text-\[1\.3rem\] {
  font-size: 1.3rem !important;
}
.text-\[1\.3rem\] {
  font-size: 1.3rem;
}
.text-\[1\.4rem\] {
  font-size: 1.4rem;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.font-bold {
  font-weight: 700;
}
.uppercase {
  text-transform: uppercase;
}
.\!leading-10 {
  line-height: 2.5rem !important;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.\!leading-\[1\.3\] {
  line-height: 1.3 !important;
}
.\!leading-\[1\.8\] {
  line-height: 1.8 !important;
}
.tracking-\[4\%\] {
  letter-spacing: 4%;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-\[\.32\] {
  opacity: .32;
}
.opacity-\[\.48\] {
  opacity: .48;
}
.opacity-\[0\.5\] {
  opacity: 0.5;
}
.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;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1024px) {

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2.9rem;
    padding-left: 2.9rem;
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1780px) {

    .lg\:container {
      max-width: 1780px;
    }
  }
}
.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:w-\[40\.9rem\] {
    width: 40.9rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {

  .md\:\!mt-48 {
    margin-top: 12rem !important;
  }

  .md\:-mt-\[53rem\] {
    margin-top: -53rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:mb-\[0rem\] {
    margin-bottom: 0rem;
  }

  .md\:mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }

  .md\:mb-\[1\.8rem\] {
    margin-bottom: 1.8rem;
  }

  .md\:mb-\[16\.2rem\] {
    margin-bottom: 16.2rem;
  }

  .md\:mb-\[2\.6rem\] {
    margin-bottom: 2.6rem;
  }

  .md\:mb-\[4\.6rem\] {
    margin-bottom: 4.6rem;
  }

  .md\:mb-\[4\.8rem\] {
    margin-bottom: 4.8rem;
  }

  .md\:mb-\[4rem\] {
    margin-bottom: 4rem;
  }

  .md\:mb-\[5rem\] {
    margin-bottom: 5rem;
  }

  .md\:mb-\[6\.2rem\] {
    margin-bottom: 6.2rem;
  }

  .md\:mb-\[6rem\] {
    margin-bottom: 6rem;
  }

  .md\:mb-\[8\.2rem\] {
    margin-bottom: 8.2rem;
  }

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

  .md\:mt-\[5\.6rem\] {
    margin-top: 5.6rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-\[21\.3rem\] {
    height: 21.3rem;
  }

  .md\:h-\[38\.833rem\] {
    height: 38.833rem;
  }

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

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

  .md\:max-h-\[11\.5rem\] {
    max-height: 11.5rem;
  }

  .md\:max-h-\[9\.3rem\] {
    max-height: 9.3rem;
  }

  .md\:max-w-\[12vw\] {
    max-width: 12vw;
  }

  .md\:max-w-\[2\.75rem\] {
    max-width: 2.75rem;
  }

  .md\:max-w-\[28\.7rem\] {
    max-width: 28.7rem;
  }

  .md\:max-w-\[34\.37vw\] {
    max-width: 34.37vw;
  }

  .md\:max-w-\[45vw\] {
    max-width: 45vw;
  }

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

  .md\:max-w-\[71\.3rem\] {
    max-width: 71.3rem;
  }

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

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

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

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

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

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

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

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

  .md\:gap-20 {
    gap: 5rem;
  }

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

  .md\:gap-\[1\.8rem\] {
    gap: 1.8rem;
  }

  .md\:gap-\[2\.8rem\] {
    gap: 2.8rem;
  }

  .md\:gap-\[3\.4rem\] {
    gap: 3.4rem;
  }

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

  .md\:p-\[\.9rem\] {
    padding: .9rem;
  }

  .md\:p-\[3\.4rem\] {
    padding: 3.4rem;
  }

  .md\:px-\[2\.9rem\] {
    padding-left: 2.9rem;
    padding-right: 2.9rem;
  }

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

  .md\:py-\[3\.9rem\] {
    padding-top: 3.9rem;
    padding-bottom: 3.9rem;
  }

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

  .md\:pb-\[13rem\] {
    padding-bottom: 13rem;
  }

  .md\:pb-\[47\.8rem\] {
    padding-bottom: 47.8rem;
  }

  .md\:pb-\[8rem\] {
    padding-bottom: 8rem;
  }

  .md\:pb-\[9\.7rem\] {
    padding-bottom: 9.7rem;
  }

  .md\:pt-\[10\.7rem\] {
    padding-top: 10.7rem;
  }

  .md\:pt-\[14rem\] {
    padding-top: 14rem;
  }

  .md\:pt-\[15\.5rem\] {
    padding-top: 15.5rem;
  }

  .md\:pt-\[2\.7rem\] {
    padding-top: 2.7rem;
  }

  .md\:pt-\[7\.8rem\] {
    padding-top: 7.8rem;
  }

  .md\:text-start {
    text-align: start;
  }
}
@media (min-width: 1024px) {

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-\[-13\.3rem\] {
    bottom: -13.3rem;
  }

  .lg\:bottom-\[10rem\] {
    bottom: 10rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:top-\[-4rem\] {
    top: -4rem;
  }

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

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

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:\!mb-\[1\.8\] {
    margin-bottom: 1.8 !important;
  }

  .lg\:\!mb-\[1\.8rem\] {
    margin-bottom: 1.8rem !important;
  }

  .lg\:\!mt-\[7rem\] {
    margin-top: 7rem !important;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-\[5\.9rem\] {
    margin-bottom: 5.9rem;
  }

  .lg\:mb-\[7\.2rem\] {
    margin-bottom: 7.2rem;
  }

  .lg\:me-\[3vw\] {
    margin-inline-end: 3vw;
  }

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

  .lg\:ms-0 {
    margin-inline-start: 0px;
  }

  .lg\:ms-20 {
    margin-inline-start: 5rem;
  }

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .lg\:mt-\[34\.8vh\] {
    margin-top: 34.8vh;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:h-\[24\.9rem\] {
    height: 24.9rem;
  }

  .lg\:h-\[36vh\] {
    height: 36vh;
  }

  .lg\:h-\[20\.9rem\] {
    height: 20.9rem;
  }

  .lg\:max-h-\[35\.5rem\] {
    max-height: 35.5rem;
  }

  .lg\:max-h-\[4\.88vw\] {
    max-height: 4.88vw;
  }

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

  .lg\:w-\[22vw\] {
    width: 22vw;
  }

  .lg\:w-\[32vw\] {
    width: 32vw;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:max-w-\[12\.63vw\] {
    max-width: 12.63vw;
  }

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

  .lg\:max-w-\[2\.55vw\] {
    max-width: 2.55vw;
  }

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

  .lg\:max-w-\[27\.4rem\] {
    max-width: 27.4rem;
  }

  .lg\:max-w-\[32vw\] {
    max-width: 32vw;
  }

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

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

  .lg\:max-w-\[41\.7rem\] {
    max-width: 41.7rem;
  }

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

  .lg\:max-w-\[42vw\] {
    max-width: 42vw;
  }

  .lg\:max-w-\[45\.4rem\] {
    max-width: 45.4rem;
  }

  .lg\:max-w-\[46\.7rem\] {
    max-width: 46.7rem;
  }

  .lg\:max-w-\[48vw\] {
    max-width: 48vw;
  }

  .lg\:max-w-\[54\.4vw\] {
    max-width: 54.4vw;
  }

  .lg\:max-w-\[55vw\] {
    max-width: 55vw;
  }

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

  .lg\:max-w-\[65\.3rem\] {
    max-width: 65.3rem;
  }

  .lg\:max-w-\[75\.7rem\] {
    max-width: 75.7rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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));
  }

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

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

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

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

  .lg\:justify-end {
    justify-content: flex-end;
  }

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

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

  .lg\:gap-\[1\.8rem\] {
    gap: 1.8rem;
  }

  .lg\:gap-\[2\.7rem\] {
    gap: 2.7rem;
  }

  .lg\:gap-\[3\.38vw\] {
    gap: 3.38vw;
  }

  .lg\:gap-\[4\.8rem\] {
    gap: 4.8rem;
  }

  .lg\:gap-\[6\.7vw\] {
    gap: 6.7vw;
  }

  .lg\:gap-x-\[53px\] {
    -moz-column-gap: 53px;
         column-gap: 53px;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:\!py-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }

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

  .lg\:py-\[4\.5rem\] {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lg\:py-\[5\.5rem\] {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }

  .lg\:\!pb-\[12rem\] {
    padding-bottom: 12rem !important;
  }

  .lg\:\!pt-\[10\.4rem\] {
    padding-top: 10.4rem !important;
  }

  .lg\:pb-\[50\.8rem\] {
    padding-bottom: 50.8rem;
  }

  .lg\:pt-\[12\.7rem\] {
    padding-top: 12.7rem;
  }

  .lg\:pt-\[19\.7rem\] {
    padding-top: 19.7rem;
  }

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

  .lg\:\!text-\[0\.7vw\] {
    font-size: 0.7vw !important;
  }

  .lg\:text-\[3rem\] {
    font-size: 3rem;
  }

  .lg\:text-\[4rem\] {
    font-size: 4rem;
  }
}
@media (min-width: 1280px) {

  .xl\:ms-0 {
    margin-inline-start: 0px;
  }

  .xl\:ms-auto {
    margin-inline-start: auto;
  }

  .xl\:h-\[28\.3rem\] {
    height: 28.3rem;
  }

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

  .xl\:h-\[22\.9rem\] {
    height: 22.9rem;
  }

  .xl\:w-\[24\.51vw\] {
    width: 24.51vw;
  }

  .xl\:max-w-\[30\.9rem\] {
    max-width: 30.9rem;
  }

  .xl\:max-w-\[33\.4rem\] {
    max-width: 33.4rem;
  }

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

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

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

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

  .xl\:max-w-\[48\.3rem\] {
    max-width: 48.3rem;
  }

  .xl\:max-w-\[63\.4rem\] {
    max-width: 63.4rem;
  }

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

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

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

  .xl\:gap-\[4\.8rem\] {
    gap: 4.8rem;
  }

  .xl\:gap-x-36 {
    -moz-column-gap: 9rem;
         column-gap: 9rem;
  }

  .xl\:\!pb-28 {
    padding-bottom: 7rem !important;
  }

  .xl\:pb-\[52\.8rem\] {
    padding-bottom: 52.8rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-\[4\.9rem\] {
    font-size: 4.9rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:-right-\[1rem\] {
    right: -1rem;
  }

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

  .\32xl\:mb-\[9\.9rem\] {
    margin-bottom: 9.9rem;
  }

  .\32xl\:h-\[30\.9rem\] {
    height: 30.9rem;
  }

  .\32xl\:h-\[31\.3rem\] {
    height: 31.3rem;
  }

  .\32xl\:h-\[34\.9rem\] {
    height: 34.9rem;
  }

  .\32xl\:h-\[39\.3rem\] {
    height: 39.3rem;
  }

  .\32xl\:h-\[48\.1rem\] {
    height: 48.1rem;
  }

  .\32xl\:h-\[66\.1rem\] {
    height: 66.1rem;
  }

  .\32xl\:h-\[28\.9rem\] {
    height: 28.9rem;
  }

  .\32xl\:h-\[26\.9rem\] {
    height: 26.9rem;
  }

  .\32xl\:max-h-\[55\.5rem\] {
    max-height: 55.5rem;
  }

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

  .\32xl\:w-\[26\.51vw\] {
    width: 26.51vw;
  }

  .\32xl\:max-w-\[105\.4rem\] {
    max-width: 105.4rem;
  }

  .\32xl\:max-w-\[116\.4rem\] {
    max-width: 116.4rem;
  }

  .\32xl\:max-w-\[134\.9rem\] {
    max-width: 134.9rem;
  }

  .\32xl\:max-w-\[147\.6rem\] {
    max-width: 147.6rem;
  }

  .\32xl\:max-w-\[148\.9rem\] {
    max-width: 148.9rem;
  }

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

  .\32xl\:max-w-\[156\.6rem\] {
    max-width: 156.6rem;
  }

  .\32xl\:max-w-\[34\.9rem\] {
    max-width: 34.9rem;
  }

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

  .\32xl\:max-w-\[44\.4rem\] {
    max-width: 44.4rem;
  }

  .\32xl\:max-w-\[46\.3rem\] {
    max-width: 46.3rem;
  }

  .\32xl\:max-w-\[57\.4911rem\] {
    max-width: 57.4911rem;
  }

  .\32xl\:max-w-\[61\.4911rem\] {
    max-width: 61.4911rem;
  }

  .\32xl\:max-w-\[74\.7rem\] {
    max-width: 74.7rem;
  }

  .\32xl\:max-w-\[84\.7rem\] {
    max-width: 84.7rem;
  }

  .\32xl\:max-w-\[86\.4rem\] {
    max-width: 86.4rem;
  }

  .\32xl\:max-w-\[90\.5rem\] {
    max-width: 90.5rem;
  }

  .\32xl\:max-w-\[91\.3rem\] {
    max-width: 91.3rem;
  }

  .\32xl\:items-center {
    align-items: center;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

  .\32xl\:\!pb-\[7\.8rem\] {
    padding-bottom: 7.8rem !important;
  }

  .\32xl\:pt-\[2\.7rem\] {
    padding-top: 2.7rem;
  }
}
@media (min-width: 1780px) {

  .\33xl\:h-\[34\.9rem\] {
    height: 34.9rem;
  }

  .\33xl\:h-\[37\.9rem\] {
    height: 37.9rem;
  }

  .\33xl\:h-\[32\.9rem\] {
    height: 32.9rem;
  }

  .\33xl\:h-\[28\.9rem\] {
    height: 28.9rem;
  }

  .\33xl\:max-w-\[48\.3rem\] {
    max-width: 48.3rem;
  }

  .\33xl\:max-w-\[86\.1rem\] {
    max-width: 86.1rem;
  }

  .\33xl\:max-w-\[50rem\] {
    max-width: 50rem;
  }

  .\33xl\:text-\[1\.4rem\] {
    font-size: 1.4rem;
  }
}
.\[\&\>\*\>\*\]\:\!break-words>*>* {
  overflow-wrap: break-word !important;
}
.\[\&\>\*\]\:mb-0>* {
  margin-bottom: 0px;
}
.\[\&\>\*\]\:mb-\[0rem\]>* {
  margin-bottom: 0rem;
}
.\[\&\>\*\]\:block>* {
  display: block;
}
.\[\&\>\*\]\:text-justify>* {
  text-align: justify;
}
.\[\&\>\*\]\:text-\[1\.4rem\]>* {
  font-size: 1.4rem;
}
.\[\&\>\*\]\:text-\[\#86958A\]>* {
  --tw-text-opacity: 1;
  color: rgb(134 149 138 / var(--tw-text-opacity, 1));
}
.\[\&\>\*\]\:text-white>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {

  .md\:\[\&\>\*\]\:mb-\[2\.7rem\]>* {
    margin-bottom: 2.7rem;
  }

  .\[\&\>\*\]\:md\:max-w-\[49\.8rem\]>* {
    max-width: 49.8rem;
  }

  .\[\&\>\*\]\:md\:text-end>* {
    text-align: end;
  }
}
@media (min-width: 1024px) {

  .\[\&\>\*\]\:lg\:\!px-\[1\.5rem\]>* {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .\[\&\>\*\]\:lg\:\!py-\[0\.7rem\]>* {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
  }
}
.\[\&\>h5\]\:\!mb-4>h5 {
  margin-bottom: 1rem !important;
}
.\[\&\>p\]\:max-w-\[62rem\]>p {
  max-width: 62rem;
}
.\[\&\>p\]\:text-justify>p {
  text-align: justify;
}