/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[3].oneOf[12].use[3]!./src/app/globals.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
*, ::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: currentColor; /* 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: 1rem;
  padding-left: 1rem;
}
@media (min-width: 1240px) {

  .container {
    max-width: 1240px;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-top-2 {
  top: -0.5rem;
}
.-top-20 {
  top: -5rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-4 {
  top: -1rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-8 {
  bottom: 2rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\/3 {
  left: 66.666667%;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-\[0\] {
  left: 0;
}
.right-0 {
  right: 0px;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-7 {
  right: 1.75rem;
}
.right-\[40px\] {
  right: 40px;
}
.right-\[50px\] {
  right: 50px;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 2.5rem;
}
.top-2 {
  top: 0.5rem;
}
.top-20 {
  top: 5rem;
}
.top-40 {
  top: 10rem;
}
.top-\[-105px\] {
  top: -105px;
}
.top-\[-160px\] {
  top: -160px;
}
.top-\[-75px\] {
  top: -75px;
}
.top-\[80px\] {
  top: 80px;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.order-2 {
  order: 2;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-\[13px\] {
  margin-bottom: 13px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[5px\] {
  margin-bottom: 5px;
}
.ml-\[10px\] {
  margin-left: 10px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-auto {
  margin-top: auto;
}
.box-content {
  box-sizing: content-box;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[216px\] {
  height: 216px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[271px\] {
  height: 271px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[53px\] {
  height: 53px;
}
.h-\[570px\] {
  height: 570px;
}
.h-\[686px\] {
  height: 686px;
}
.h-\[730px\] {
  height: 730px;
}
.h-\[75px\] {
  height: 75px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-\[680px\] {
  max-height: 680px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[208px\] {
  min-height: 208px;
}
.min-h-\[240px\] {
  min-height: 240px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[253px\] {
  min-height: 253px;
}
.min-h-\[290px\] {
  min-height: 290px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-\[393px\] {
  min-height: 393px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[472px\] {
  min-height: 472px;
}
.min-h-\[490px\] {
  min-height: 490px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-\[565px\] {
  min-height: 565px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-3\/4 {
  width: 75%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[17px\] {
  width: 17px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[325px\] {
  width: 325px;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[70px\] {
  width: 70px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[112px\] {
  max-width: 112px;
}
.max-w-\[156px\] {
  max-width: 156px;
}
.max-w-\[199px\] {
  max-width: 199px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[213px\] {
  max-width: 213px;
}
.max-w-\[216px\] {
  max-width: 216px;
}
.max-w-\[226px\] {
  max-width: 226px;
}
.max-w-\[231px\] {
  max-width: 231px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[242px\] {
  max-width: 242px;
}
.max-w-\[279px\] {
  max-width: 279px;
}
.max-w-\[292px\] {
  max-width: 292px;
}
.max-w-\[297px\] {
  max-width: 297px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[328px\] {
  max-width: 328px;
}
.max-w-\[397px\] {
  max-width: 397px;
}
.max-w-\[64px\] {
  max-width: 64px;
}
.max-w-\[712px\] {
  max-width: 712px;
}
.max-w-\[814px\] {
  max-width: 814px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-sm {
  max-width: 24rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-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));
}
.-translate-y-1\/2 {
  --tw-translate-y: -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));
}
.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));
}
.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));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes zoom-out {

  from {
    transform: scale(1.8);
  }

  to {
    transform: scale(1);
  }
}
.animate-zoom-out {
  animation: zoom-out 2s ease-out;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-9 {
  gap: 2.25rem;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-cagnoliGray > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 80 80 / var(--tw-divide-opacity, 1));
}
.divide-cultured > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 246 239 / var(--tw-divide-opacity, 1));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-cagnoliGray {
  --tw-border-opacity: 1;
  border-color: rgb(80 80 80 / var(--tw-border-opacity, 1));
}
.border-columbiaBlue {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 221 / var(--tw-border-opacity, 1));
}
.border-cultured {
  --tw-border-opacity: 1;
  border-color: rgb(248 246 239 / var(--tw-border-opacity, 1));
}
.border-japaneseIndigo {
  --tw-border-opacity: 1;
  border-color: rgb(43 54 76 / var(--tw-border-opacity, 1));
}
.border-lightSlateGray {
  --tw-border-opacity: 1;
  border-color: rgb(126 135 159 / var(--tw-border-opacity, 1));
}
.border-navyBlue {
  --tw-border-opacity: 1;
  border-color: rgb(15 35 62 / var(--tw-border-opacity, 1));
}
.border-silverSand {
  --tw-border-opacity: 1;
  border-color: rgb(183 189 197 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-b-cultured {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 246 239 / var(--tw-border-opacity, 1));
}
.border-t-japaneseIndigo {
  --tw-border-opacity: 1;
  border-top-color: rgb(43 54 76 / var(--tw-border-opacity, 1));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-chineseBlack {
  --tw-bg-opacity: 1;
  background-color: rgb(9 20 38 / var(--tw-bg-opacity, 1));
}
.bg-cultured {
  --tw-bg-opacity: 1;
  background-color: rgb(248 246 239 / var(--tw-bg-opacity, 1));
}
.bg-greenWhatsApp {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}
.bg-japaneseIndigo {
  --tw-bg-opacity: 1;
  background-color: rgb(43 54 76 / var(--tw-bg-opacity, 1));
}
.bg-linen {
  --tw-bg-opacity: 1;
  background-color: rgb(249 244 233 / var(--tw-bg-opacity, 1));
}
.bg-maastrichtBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(13 33 60 / var(--tw-bg-opacity, 1));
}
.bg-veryDarkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(21 49 87 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[url\(\'\/images\/home\/grey-paper-mb\.svg\'\)\] {
  background-image: url('/images/home/grey-paper-mb.svg');
}
.bg-\[url\(\'\/images\/home\/white-paper\.webp\'\)\] {
  background-image: url('/images/home/white-paper.webp');
}
.bg-\[url\(\'\/images\/tandil\/flavors-background\.webp\'\)\] {
  background-image: url('/images/tandil/flavors-background.webp');
}
.bg-\[url\(\/images\/tandil\/imagen-salamines\.png\)\] {
  background-image: url(/images/tandil/imagen-salamines.png);
}
.bg-about-us {
  background-image: url("/images/about/bg-nosotros.jpg");
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-japaneseIndigo {
  --tw-gradient-from: #2B364C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 54 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-japaneseIndigo\/0 {
  --tw-gradient-from: rgb(43 54 76 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(43 54 76 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-saffron {
  --tw-gradient-from: #FAC32D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 195 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\% {
  --tw-gradient-from-position: 0%;
}
.to-brickRed {
  --tw-gradient-to: #D83F59 var(--tw-gradient-to-position);
}
.to-japaneseIndigo {
  --tw-gradient-to: #2B364C var(--tw-gradient-to-position);
}
.to-japaneseIndigo\/80 {
  --tw-gradient-to: rgb(43 54 76 / 0.8) var(--tw-gradient-to-position);
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-\[center_70\%\] {
  -o-object-position: center 70%;
     object-position: center 70%;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-right {
  -o-object-position: right;
     object-position: right;
}
.p-0 {
  padding: 0px;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[155px\] {
  padding-top: 155px;
  padding-bottom: 155px;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-11 {
  padding-bottom: 2.75rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[90px\] {
  padding-bottom: 90px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.ps-2 {
  padding-inline-start: 0.5rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.font-brandon {
  font-family: var(--font-brandon);
}
.font-roboto {
  font-family: var(--font-roboto);
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[40px\] {
  font-size: 40px;
}
.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;
}
.font-\[390\] {
  font-weight: 390;
}
.font-\[400\] {
  font-weight: 400;
}
.font-\[420\] {
  font-weight: 420;
}
.font-\[450\] {
  font-weight: 450;
}
.font-\[500\] {
  font-weight: 500;
}
.font-\[520\] {
  font-weight: 520;
}
.font-\[600\] {
  font-weight: 600;
}
.font-\[700\] {
  font-weight: 700;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[31px\] {
  line-height: 31px;
}
.leading-\[34px\] {
  line-height: 34px;
}
.leading-\[39px\] {
  line-height: 39px;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[42px\] {
  line-height: 42px;
}
.leading-snug {
  line-height: 1.375;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-cagnoli {
  --tw-text-opacity: 1;
  color: rgb(44 44 44 / var(--tw-text-opacity, 1));
}
.text-cagnoliGray {
  --tw-text-opacity: 1;
  color: rgb(80 80 80 / var(--tw-text-opacity, 1));
}
.text-cultured {
  --tw-text-opacity: 1;
  color: rgb(248 246 239 / var(--tw-text-opacity, 1));
}
.text-customBlue {
  color: #091424C7;
}
.text-darkCornflowerBlue {
  --tw-text-opacity: 1;
  color: rgb(29 68 120 / var(--tw-text-opacity, 1));
}
.text-darkGunmetal {
  --tw-text-opacity: 1;
  color: rgb(26 33 46 / var(--tw-text-opacity, 1));
}
.text-japaneseIndigo {
  --tw-text-opacity: 1;
  color: rgb(43 54 76 / var(--tw-text-opacity, 1));
}
.text-maastrichtBlue {
  --tw-text-opacity: 1;
  color: rgb(13 33 60 / var(--tw-text-opacity, 1));
}
.text-navyBlue {
  --tw-text-opacity: 1;
  color: rgb(15 35 62 / var(--tw-text-opacity, 1));
}
.text-platinum {
  --tw-text-opacity: 1;
  color: rgb(224 227 231 / var(--tw-text-opacity, 1));
}
.text-umber {
  --tw-text-opacity: 1;
  color: rgb(96 84 75 / var(--tw-text-opacity, 1));
}
.text-wenge {
  --tw-text-opacity: 1;
  color: rgb(104 93 91 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-offset-white {
  --tw-ring-offset-color: #ffffff;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

a {
  width: -moz-fit-content;
  width: fit-content;
}

.parsed-text {
  font-size: 16px !important;
  line-height: 20px !important;
  @media (min-width: 1024px) {
    line-height: 18px !important;
  }
}

.parsed-text-card > p:first-child {
  text-align: center;
  font-family: var(--font-brandon);
  font-size: 12px;
  font-weight: 420;
  line-height: 17px;
  --tw-text-opacity: 1;
  color: rgb(15 35 62 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .parsed-text-card > p:first-child {
    font-size: 14px;
    line-height: 32px;
  }
}

.parsed-text-card > p:last-child {
  text-align: center;
  font-family: var(--font-brandon);
  font-size: 20px;
  font-weight: 600;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(15 35 62 / var(--tw-text-opacity, 1));
}

.parsed-text-product > p:first-child {
  margin-bottom: 0.5rem;
  text-align: center;
  font-family: var(--font-brandon);
  font-size: 40px;
  font-weight: 420;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(15 35 62 / var(--tw-text-opacity, 1));
}

.parsed-text-product > p:last-child {
  text-align: center;
  font-family: var(--font-brandon);
  font-size: 18px;
  font-weight: 390;
  line-height: 25px;
  --tw-text-opacity: 1;
  color: rgb(15 35 62 / var(--tw-text-opacity, 1));
}
.parsed-text-list > ul {
  list-style-position: inside;
  list-style-type: disc;
}
.parsed-text-list > ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.parsed-text-list > ul {
  font-family: var(--font-brandon);
  --tw-text-opacity: 1;
  color: rgb(21 49 87 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px) {

  .parsed-text-list > ul > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
  }
}

.parsed-text-list > ul > li {
  display: list-item;
  align-items: flex-start;
}

.parsed-text-list > ul > li > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.parsed-text-list > ul > li {
  --tw-text-opacity: 1;
  color: rgb(21 49 87 / var(--tw-text-opacity, 1));
}

.parsed-text-list > ul > li > span {
  margin-right: 0.25rem;
  margin-top: 0.25rem;
  height: 0.25rem;
  width: 0.25rem;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(21 49 87 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .parsed-text-list > ul > li > span {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {

  .parsed-text-list > ul > li > span {
    margin-top: 0.25rem;
  }
}

.parsed-text-list > ul > li > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(21 49 87 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {

  .parsed-text-list > ul > li > p {
    font-size: 20px;
    line-height: 45px;
  }
}

@media (min-width: 1024px) {

  .parsed-text-list > ul > li > p {
    font-size: 20px;
    line-height: 30px;
  }
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-cultured:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 246 239 / var(--tw-border-opacity, 1));
}

.hover\:border-davysGrey:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 94 94 / var(--tw-border-opacity, 1));
}

.hover\:border-japaneseIndigo:hover {
  --tw-border-opacity: 1;
  border-color: rgb(43 54 76 / var(--tw-border-opacity, 1));
}

.hover\:border-navyBlue:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 35 62 / var(--tw-border-opacity, 1));
}

.hover\:border-platinum:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 227 231 / var(--tw-border-opacity, 1));
}

.hover\:bg-mahogany:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 77 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-navyBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 35 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-silverSand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 189 197 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:text-davysGrey:hover {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.active\:border-cadmiumOrange:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 130 50 / var(--tw-border-opacity, 1));
}

.active\:border-cobaltBlue:active {
  --tw-border-opacity: 1;
  border-color: rgb(41 96 171 / var(--tw-border-opacity, 1));
}

.active\:border-platinum:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 227 231 / var(--tw-border-opacity, 1));
}

.active\:border-white:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.active\:bg-cobaltBlue:active {
  --tw-bg-opacity: 1;
  background-color: rgb(41 96 171 / var(--tw-bg-opacity, 1));
}

.active\:bg-japaneseIndigo:active {
  --tw-bg-opacity: 1;
  background-color: rgb(43 54 76 / var(--tw-bg-opacity, 1));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:text-cadmiumOrange:active {
  --tw-text-opacity: 1;
  color: rgb(245 130 50 / var(--tw-text-opacity, 1));
}

.active\:text-cobaltBlue:active {
  --tw-text-opacity: 1;
  color: rgb(41 96 171 / var(--tw-text-opacity, 1));
}

.active\:text-cultured:active {
  --tw-text-opacity: 1;
  color: rgb(248 246 239 / var(--tw-text-opacity, 1));
}

.active\:text-platinum:active {
  --tw-text-opacity: 1;
  color: rgb(224 227 231 / var(--tw-text-opacity, 1));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:text-davysGrey:disabled {
  --tw-text-opacity: 1;
  color: rgb(94 94 94 / var(--tw-text-opacity, 1));
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.group[data-state="closed"] .group-data-\[state\=closed\]\:hidden {
  display: none;
}

.group[data-state="open"] .group-data-\[state\=open\]\:hidden {
  display: none;
}

@media not all and (min-width: 1024px) {

  .max-lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .max-lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .max-lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .max-lg\:mb-\[100\%\] {
    margin-bottom: 100%;
  }

  .max-lg\:hidden {
    display: none;
  }

  .max-lg\:h-1\/2 {
    height: 50%;
  }

  .max-lg\:h-1\/3 {
    height: 33.333333%;
  }

  .max-lg\:h-96 {
    height: 24rem;
  }

  .max-lg\:h-\[510px\] {
    height: 510px;
  }

  .max-lg\:h-full {
    height: 100%;
  }

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

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

  .max-lg\:items-center {
    align-items: center;
  }

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

  .max-lg\:text-center {
    text-align: center;
  }
}

@media not all and (min-width: 768px) {

  .max-md\:ml-auto {
    margin-left: auto;
  }

  .max-md\:h-\[352px\] {
    height: 352px;
  }

  .max-md\:max-h-\[114px\] {
    max-height: 114px;
  }

  .max-md\:w-\[247px\] {
    width: 247px;
  }

  .max-md\:w-\[258px\] {
    width: 258px;
  }

  .max-md\:max-w-\[200px\] {
    max-width: 200px;
  }

  .max-md\:text-end {
    text-align: end;
  }

  .max-md\:text-\[26px\] {
    font-size: 26px;
  }
}

@media (min-width: 640px) {

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-\[600px\] {
    height: 600px;
  }

  .sm\:h-full {
    height: 100%;
  }

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

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:-translate-x-16 {
    --tw-translate-x: -4rem;
    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));
  }

  .sm\:translate-x-16 {
    --tw-translate-x: 4rem;
    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));
  }

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

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

  .sm\:space-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.5rem * var(--tw-space-x-reverse));
    margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:bg-fixed {
    background-attachment: fixed;
  }

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

  .sm\:text-left {
    text-align: left;
  }
}

@media (min-width: 768px) {

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

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

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

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

  .md\:-top-44 {
    top: -11rem;
  }

  .md\:-top-\[30px\] {
    top: -30px;
  }

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

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

  .md\:left-\[150px\] {
    left: 150px;
  }

  .md\:left-auto {
    left: auto;
  }

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

  .md\:right-1\/4 {
    right: 25%;
  }

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

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

  .md\:right-\[110px\] {
    right: 110px;
  }

  .md\:right-\[70px\] {
    right: 70px;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

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

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

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-24 {
    margin-top: 6rem;
  }

  .md\:mt-\[30px\] {
    margin-top: 30px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-\[146px\] {
    height: 146px;
  }

  .md\:h-\[310px\] {
    height: 310px;
  }

  .md\:h-\[385px\] {
    height: 385px;
  }

  .md\:h-\[390px\] {
    height: 390px;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-\[544px\] {
    height: 544px;
  }

  .md\:h-\[690px\] {
    height: 690px;
  }

  .md\:h-\[80px\] {
    height: 80px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:w-\[190px\] {
    width: 190px;
  }

  .md\:w-\[292px\] {
    width: 292px;
  }

  .md\:w-\[30px\] {
    width: 30px;
  }

  .md\:w-\[415px\] {
    width: 415px;
  }

  .md\:w-\[450px\] {
    width: 450px;
  }

  .md\:w-\[500px\] {
    width: 500px;
  }

  .md\:w-\[520px\] {
    width: 520px;
  }

  .md\:w-\[80px\] {
    width: 80px;
  }

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .md\:max-w-\[314px\] {
    max-width: 314px;
  }

  .md\:max-w-\[320px\] {
    max-width: 320px;
  }

  .md\:max-w-\[406px\] {
    max-width: 406px;
  }

  .md\:max-w-\[420px\] {
    max-width: 420px;
  }

  .md\:max-w-\[443px\] {
    max-width: 443px;
  }

  .md\:max-w-\[503px\] {
    max-width: 503px;
  }

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .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\:flex-col {
    flex-direction: column;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:bg-\[url\(\'\/images\/home\/grey-paper\.webp\'\)\] {
    background-image: url('/images/home/grey-paper.webp');
  }

  .md\:bg-contain {
    background-size: contain;
  }

  .md\:bg-fixed {
    background-attachment: fixed;
  }

  .md\:bg-center {
    background-position: center;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

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

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

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

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

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

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

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

  .md\:text-\[14px\] {
    font-size: 14px;
  }

  .md\:text-\[16px\] {
    font-size: 16px;
  }

  .md\:text-\[18px\] {
    font-size: 18px;
  }

  .md\:text-\[20px\] {
    font-size: 20px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[32px\] {
    font-size: 32px;
  }

  .md\:text-\[40px\] {
    font-size: 40px;
  }

  .md\:text-\[52px\] {
    font-size: 52px;
  }

  .md\:text-\[59px\] {
    font-size: 59px;
  }

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

  .md\:font-\[400\] {
    font-weight: 400;
  }

  .md\:font-\[600\] {
    font-weight: 600;
  }

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

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:leading-\[26px\] {
    line-height: 26px;
  }

  .md\:leading-\[29px\] {
    line-height: 29px;
  }

  .md\:leading-\[32px\] {
    line-height: 32px;
  }

  .md\:leading-\[39px\] {
    line-height: 39px;
  }

  .md\:leading-\[40px\] {
    line-height: 40px;
  }

  .md\:leading-\[52px\] {
    line-height: 52px;
  }

  .md\:leading-\[77px\] {
    line-height: 77px;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

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

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

  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

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

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

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

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

  .lg\:right-\[70px\] {
    right: 70px;
  }

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

  .lg\:top-\[-100px\] {
    top: -100px;
  }

  .lg\:z-30 {
    z-index: 30;
  }

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

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

  .lg\:mr-32 {
    margin-right: 8rem;
  }

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

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[420px\] {
    height: 420px;
  }

  .lg\:h-\[456px\] {
    height: 456px;
  }

  .lg\:h-\[511px\] {
    height: 511px;
  }

  .lg\:h-\[593px\] {
    height: 593px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[544px\] {
    max-height: 544px;
  }

  .lg\:min-h-\[1060px\] {
    min-height: 1060px;
  }

  .lg\:min-h-\[196px\] {
    min-height: 196px;
  }

  .lg\:min-h-\[230px\] {
    min-height: 230px;
  }

  .lg\:min-h-\[3100px\] {
    min-height: 3100px;
  }

  .lg\:min-h-\[540px\] {
    min-height: 540px;
  }

  .lg\:min-h-\[590px\] {
    min-height: 590px;
  }

  .lg\:min-h-\[694px\] {
    min-height: 694px;
  }

  .lg\:min-h-\[725px\] {
    min-height: 725px;
  }

  .lg\:min-h-\[810px\] {
    min-height: 810px;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

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

  .lg\:min-w-\[480px\] {
    min-width: 480px;
  }

  .lg\:min-w-\[920px\] {
    min-width: 920px;
  }

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

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:-translate-x-20 {
    --tw-translate-x: -5rem;
    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\:translate-x-20 {
    --tw-translate-x: 5rem;
    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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

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

  .lg\:justify-center {
    justify-content: center;
  }

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

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

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

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:bg-cover {
    background-size: cover;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

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

  .lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

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

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

  .lg\:pt-8 {
    padding-top: 2rem;
  }

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

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

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

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

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

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[28px\] {
    font-size: 28px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

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

  .lg\:font-\[600\] {
    font-weight: 600;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[45px\] {
    line-height: 45px;
  }
}

@media (min-width: 1100px) {

  .min-\[1100px\]\:h-auto {
    height: auto;
  }
}

@media (min-width: 1280px) {

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

  .xl\:left-\[150px\] {
    left: 150px;
  }

  .xl\:left-\[435px\] {
    left: 435px;
  }

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

  .xl\:right-\[200px\] {
    right: 200px;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-auto {
    height: auto;
  }

  .xl\:max-h-\[526px\] {
    max-height: 526px;
  }

  .xl\:w-\[800px\] {
    width: 800px;
  }

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

  .xl\:max-w-\[800px\] {
    max-width: 800px;
  }

  .xl\:max-w-\[840px\] {
    max-width: 840px;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

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

  .xl\:pl-48 {
    padding-left: 12rem;
  }
}

@media (min-width: 1360px) {

  .min-\[1360px\]\:-bottom-12 {
    bottom: -3rem;
  }

  .min-\[1360px\]\:h-\[644px\] {
    height: 644px;
  }
}

@media (min-width: 1440px) {

  .min-\[1440px\]\:-bottom-20 {
    bottom: -5rem;
  }
}

@media (min-width: 1536px) {

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

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

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

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[3].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/font/font.ts","import":"Roboto_Condensed","arguments":[{"weight":["400"],"subsets":["latin"],"display":"swap","fallback":["Helvetica","Arial","sans-serif"],"variable":"--font-roboto"}],"variableName":"robotoCondensed"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/42c96b96718874e8-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/8423ed0f94b5d17f-s.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/e06be9531648e5d4-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/18716f5e3dcb3cd5-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/0156b18f8ee7c631-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/b20d902ab72801b2-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Roboto_Condensed_c22b6a';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/86632cc82816d213-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Roboto_Condensed_Fallback_c22b6a';src: local("Arial");ascent-override: 104.18%;descent-override: 27.42%;line-gap-override: 0.00%;size-adjust: 89.05%
}.__className_c22b6a {font-family: '__Roboto_Condensed_c22b6a', '__Roboto_Condensed_Fallback_c22b6a', Helvetica, Arial, sans-serif;font-weight: 400;font-style: normal
}.__variable_c22b6a {--font-roboto: '__Roboto_Condensed_c22b6a', '__Roboto_Condensed_Fallback_c22b6a', Helvetica, Arial, sans-serif
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[3].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/font/font.ts","import":"Suez_One","arguments":[{"weight":["400"],"subsets":["latin"],"display":"swap","fallback":["Helvetica","Arial","sans-serif"]}],"variableName":"suezOne"} ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* hebrew */
@font-face {
  font-family: '__Suez_One_3d9a8f';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/fd0a3d6dc72097e6-s.woff2) format('woff2');
  unicode-range: U+0307-0308, U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}
/* latin-ext */
@font-face {
  font-family: '__Suez_One_3d9a8f';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/34f607d8de353ae4-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: '__Suez_One_3d9a8f';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/_next/static/media/c9a4ab9e6f81fe13-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: '__Suez_One_Fallback_3d9a8f';src: local("Times New Roman");ascent-override: 83.80%;descent-override: 27.08%;line-gap-override: 0.00%;size-adjust: 117.78%
}.__className_3d9a8f {font-family: '__Suez_One_3d9a8f', '__Suez_One_Fallback_3d9a8f', Helvetica, Arial, sans-serif;font-weight: 400;font-style: normal
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[3].oneOf[3].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[3].oneOf[3].use[2]!./node_modules/next/font/local/target.css?{"path":"src/font/font.ts","import":"","arguments":[{"src":[{"path":"../../public/fonts/brandon/Brandon-Bold.otf","weight":"700"},{"path":"../../public/fonts/brandon/Brandon-Medium.otf","weight":"500"},{"path":"../../public/fonts/brandon/Brandon-Regular.otf","weight":"400"},{"path":"../../public/fonts/brandon/Brandon-Light.otf","weight":"300"},{"path":"../../public/fonts/brandon/Brandon-Thin.otf","weight":"100"}],"variable":"--font-brandon"}],"variableName":"brandon"} ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: '__brandon_a04107';
src: url(/_next/static/media/5a229bf81fb19e1f-s.p.otf) format('opentype');
font-display: swap;
font-weight: 700;
}

@font-face {
font-family: '__brandon_a04107';
src: url(/_next/static/media/b0cbc14118f59ba9-s.p.otf) format('opentype');
font-display: swap;
font-weight: 500;
}

@font-face {
font-family: '__brandon_a04107';
src: url(/_next/static/media/60f55a388ff47770-s.p.otf) format('opentype');
font-display: swap;
font-weight: 400;
}

@font-face {
font-family: '__brandon_a04107';
src: url(/_next/static/media/38dc048a6c330e2e-s.p.otf) format('opentype');
font-display: swap;
font-weight: 300;
}

@font-face {
font-family: '__brandon_a04107';
src: url(/_next/static/media/c3f612a18129f3f9-s.p.otf) format('opentype');
font-display: swap;
font-weight: 100;
}@font-face {font-family: '__brandon_Fallback_a04107';src: local("Arial");ascent-override: 121.99%;descent-override: 44.15%;line-gap-override: 0.00%;size-adjust: 86.07%
}.__className_a04107 {font-family: '__brandon_a04107', '__brandon_Fallback_a04107'
}.__variable_a04107 {--font-brandon: '__brandon_a04107', '__brandon_Fallback_a04107'
}

