/*
! tailwindcss v3.4.3 | 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%;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
  'Noto Color Emoji';
  /* 5 */
  font-variation-settings: normal;
  /* 4 */
  font-feature-settings: normal;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 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 {
  /* 2 */
  border-top-width: 1px;
  height: 0;
  /* 1 */
  color: inherit;
  /* 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-weight: inherit;
  font-size: 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 {
  /* 3 */
  font-size: 1em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
  /* 2 */
  font-variation-settings: normal;
  /* 1 */
  font-feature-settings: normal;
  /* 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

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 {
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  text-indent: 0;
  /* 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 {
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 1 */
  color: inherit;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  font-family: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 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;
  /* 2 */
  background-image: none;
  /* 1 */
  background-color: transparent;
  /* 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 {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role='button'] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --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:  ;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-\[-20px\] {
  left: -20px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-\[-20px\] {
  right: -20px;
}

.top-0 {
  top: 0px;
}

.z-\[20\] {
  z-index: 20;
}

.m-\[0_0_35px_18px\] {
  margin: 0 0 35px 18px;
}

.m-\[0_0_36px_20px\] {
  margin: 0 0 36px 20px;
}

.mx-5 {
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.\!mb-\[28px\] {
  margin-bottom: 28px !important;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[25px\] {
  margin-bottom: 25px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[27px\] {
  margin-bottom: 27px;
}

.mb-\[28px\] {
  margin-bottom: 28px;
}

.mb-\[34px\] {
  margin-bottom: 34px;
}

.mb-\[38px\] {
  margin-bottom: 38px;
}

.mb-\[39px\] {
  margin-bottom: 39px;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[16px\] {
  margin-right: 16px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-\[23px\] {
  margin-top: 23px;
}

.mt-\[25px\] {
  margin-top: 25px;
}

.mt-\[34px\] {
  margin-top: 34px;
}

.mt-\[38px\] {
  margin-top: 38px;
}

.mt-\[39px\] {
  margin-top: 39px;
}

.mt-\[41px\] {
  margin-top: 41px;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[43px\] {
  height: 43px;
}

.h-\[47px\] {
  height: 47px;
}

.h-\[49px\] {
  height: 49px;
}

.h-\[58px\] {
  height: 58px;
}

.h-\[65px\] {
  height: 65px;
}

.h-\[8px\] {
  height: 8px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-\[50px\] {
  max-height: 50px;
}

.min-h-\[593px\] {
  min-height: 593px;
}

.w-\[100vw\] {
  width: 100vw;
}

.w-\[216px\] {
  width: 216px;
}

.w-\[31px\] {
  width: 31px;
}

.w-\[94px\] {
  width: 94px;
}

.w-full {
  width: 100%;
}

.max-w-\[601px\] {
  max-width: 601px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.max-w-\[80px\] {
  max-width: 80px;
}

.flex-none {
  flex: none;
}

.-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));
}

.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));
}

.grid-cols-\[1fr_auto_1fr\] {
  grid-template-columns: 1fr auto 1fr;
}

.grid-rows-\[100\%\] {
  grid-template-rows: 100%;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}

.gap-x-\[140px\] {
  -moz-column-gap: 140px;
  column-gap: 140px;
}

.gap-x-\[54px\] {
  -moz-column-gap: 54px;
  column-gap: 54px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-\[15px\] {
  row-gap: 15px;
}

.gap-y-\[21px\] {
  row-gap: 21px;
}

.gap-y-\[28px\] {
  row-gap: 28px;
}

.place-self-start {
  place-self: start;
}

.place-self-center {
  place-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.text-nowrap {
  text-wrap: nowrap;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-\[\#B0B0B0\] {
  --tw-border-opacity: 1;
  border-color: rgb(176 176 176 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#211309\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 19 9 / var(--tw-bg-opacity));
}

.bg-accentColor {
  --tw-bg-opacity: 1;
  background-color: rgb(72 77 40 / var(--tw-bg-opacity));
}

.bg-accentColorAlt {
  --tw-bg-opacity: 1;
  background-color: rgb(222 146 50 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.p-\[24px_0_27px\] {
  padding: 24px 0 27px;
}

.p-\[29px_20px_23px\] {
  padding: 29px 20px 23px;
}

.p-\[36px_0_27px\] {
  padding: 36px 0 27px;
}

.p-\[42px_20px\] {
  padding: 42px 20px;
}

.p-\[60px_0_29px\] {
  padding: 60px 0 29px;
}

.px-2 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.px-2\.5 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.px-5 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.px-\[17px\] {
  padding-right: 17px;
  padding-left: 17px;
}

.px-\[19px\] {
  padding-right: 19px;
  padding-left: 19px;
}

.px-\[21px\] {
  padding-right: 21px;
  padding-left: 21px;
}

.px-\[29px\] {
  padding-right: 29px;
  padding-left: 29px;
}

.px-\[2px\] {
  padding-right: 2px;
  padding-left: 2px;
}

.px-\[5px\] {
  padding-right: 5px;
  padding-left: 5px;
}

.\!pb-\[68px\] {
  padding-bottom: 68px !important;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-\[25px\] {
  padding-bottom: 25px;
}

.pb-\[26px\] {
  padding-bottom: 26px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[56px\] {
  padding-bottom: 56px;
}

.pb-\[76px\] {
  padding-bottom: 76px;
}

.pb-\[79px\] {
  padding-bottom: 79px;
}

.pl-\[16px\] {
  padding-left: 16px;
}

.pl-\[40px\] {
  padding-left: 40px;
}

.pr-\[42px\] {
  padding-right: 42px;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-\[18px\] {
  padding-top: 18px;
}

.pt-\[257px\] {
  padding-top: 257px;
}

.pt-\[28px\] {
  padding-top: 28px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[85px\] {
  padding-top: 85px;
}

.pb-\[65px\] {
  padding-bottom: 65px;
}

.text-center {
  text-align: center;
}

.text-\[13px\] {
  font-size: 13px;
}

.text-\[15px\] {
  font-size: 15px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[25px\] {
  font-size: 25px;
}

.text-\[30px\] {
  font-size: 30px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-4 {
  line-height: 1rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}

.tracking-\[0\.4px\] {
  letter-spacing: 0.4px;
}

.tracking-\[0\.6px\] {
  letter-spacing: 0.6px;
}

.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}

.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}

.tracking-\[0\.9px\] {
  letter-spacing: 0.9px;
}

.tracking-\[1\.2px\] {
  letter-spacing: 1.2px;
}

.tracking-\[1px\] {
  letter-spacing: 1px;
}

.tracking-\[2\.5px\] {
  letter-spacing: 2.5px;
}

.tracking-\[3\.5px\] {
  letter-spacing: 3.5px;
}

.tracking-\[4\.5px\] {
  letter-spacing: 4.5px;
}

.text-\[\#C9C9C9\] {
  --tw-text-opacity: 1;
  color: rgb(201 201 201 / var(--tw-text-opacity));
}

.text-accentColorAlt {
  --tw-text-opacity: 1;
  color: rgb(222 146 50 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.blur {
  --tw-blur: blur(8px);
  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-duration: 150ms;
  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-opacity {
  transition-duration: 150ms;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-300 {
  transition-duration: 300ms;
}

.before\:h-\[53px\]::before {
  height: 53px;
  content: var(--tw-content);
}

.before\:w-\[53px\]::before {
  width: 53px;
  content: var(--tw-content);
}

.after\:w-\[82px\]::after {
  width: 82px;
  content: var(--tw-content);
}

.after\:w-full::after {
  width: 100%;
  content: var(--tw-content);
}

.hover\:border-accentColorAlt:hover {
  --tw-border-opacity: 1;
  border-color: rgb(222 146 50 / var(--tw-border-opacity));
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.hover\:bg-accentColorAlt:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(222 146 50 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:text-accentColor:hover {
  --tw-text-opacity: 1;
  color: rgb(72 77 40 / var(--tw-text-opacity));
}

.hover\:text-accentColorAlt:hover {
  --tw-text-opacity: 1;
  color: rgb(222 146 50 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

@media (min-width: 640px) {
  .sm\:mb-\[32px\] {
    margin-bottom: 32px;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mr-2\.5 {
    margin-right: 0.625rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:h-\[45px\] {
    height: 45px;
  }

  .sm\:h-\[80px\] {
    height: 80px;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-end {
    justify-content: flex-end;
  }

  .sm\:gap-y-\[24px\] {
    row-gap: 24px;
  }

  .sm\:p-\[39px_20px_23px\] {
    padding: 39px 20px 23px;
  }

  .sm\:p-\[60px_0\] {
    padding: 60px 0;
  }

  .sm\:pl-\[23px\] {
    padding-left: 23px;
  }

  .sm\:pl-\[45px\] {
    padding-left: 45px;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pt-1\.5 {
    padding-top: 0.375rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:tracking-\[0\.4px\] {
    letter-spacing: 0.4px;
  }

  .sm\:tracking-\[0\.8px\] {
    letter-spacing: 0.8px;
  }

  .sm\:after\:w-\[110px\]::after {
    width: 110px;
    content: var(--tw-content);
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:left-\[-30px\] {
    left: -30px;
  }

  .md\:right-\[-30px\] {
    right: -30px;
  }

  .md\:m-\[0_0_39px_43px\] {
    margin: 0 0 39px 43px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-\[27px\] {
    margin-bottom: 27px;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .md\:mb-\[46px\] {
    margin-bottom: 46px;
  }

  .md\:mb-\[49px\] {
    margin-bottom: 49px;
  }

  .md\:mr-\[22px\] {
    margin-right: 22px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-\[20px\] {
    margin-top: 20px;
  }

  .md\:mt-\[62px\] {
    margin-top: 62px;
  }

  .md\:\!flex {
    display: flex !important;
  }

  .md\:h-\[34px\] {
    height: 34px;
  }

  .md\:h-\[64px\] {
    height: 64px;
  }

  .md\:h-\[96px\] {
    height: 96px;
  }

  .md\:h-\[calc\(100vh_-_96px\)\] {
    height: calc(100vh - 96px);
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-\[130px\] {
    width: 130px;
  }

  .md\:w-\[calc\(100\%_-_60px\)\] {
    width: calc(100% - 60px);
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[124px\] {
    max-width: 124px;
  }

  .md\:max-w-\[170px\] {
    max-width: 170px;
  }

  .md\:max-w-\[760px\] {
    max-width: 760px;
  }

  .md\:max-w-\[calc\(50\%_\+_65px\)\] {
    max-width: calc(50% + 65px);
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .md\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .md\:gap-y-\[25px\] {
    row-gap: 25px;
  }

  .md\:place-self-end {
    place-self: end;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-\[30px\] {
    padding: 30px;
  }

  .md\:px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .md\:px-5 {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  .md\:px-\[24px\] {
    padding-right: 24px;
    padding-left: 24px;
  }

  .md\:px-\[32px\] {
    padding-right: 32px;
    padding-left: 32px;
  }

  .md\:py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:\!pb-0 {
    padding-bottom: 0px !important;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-\[161px\] {
    padding-bottom: 161px;
  }

  .md\:pb-\[29px\] {
    padding-bottom: 29px;
  }

  .md\:pl-\[85px\] {
    padding-left: 85px;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-\[101px\] {
    padding-top: 101px;
  }

  .md\:pt-\[105px\] {
    padding-top: 105px;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-\[26px\] {
    font-size: 26px;
  }

  .md\:text-\[28px\] {
    font-size: 28px;
  }

  .md\:text-\[30px\] {
    font-size: 30px;
  }

  .md\:text-\[45px\] {
    font-size: 45px;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-\[1\.44\] {
    line-height: 1.44;
  }

  .md\:before\:h-\[76px\]::before {
    height: 76px;
    content: var(--tw-content);
  }

  .md\:before\:w-\[76px\]::before {
    width: 76px;
    content: var(--tw-content);
  }

  .md\:after\:hidden::after {
    display: none;
    content: var(--tw-content);
  }

  .md\:after\:w-\[90px\]::after {
    width: 90px;
    content: var(--tw-content);
  }
}

@media (min-width: 1024px) {
  .lg\:static {
    position: static;
  }

  .lg\:left-\[-63px\] {
    left: -63px;
  }

  .lg\:right-\[-55px\] {
    right: -55px;
  }

  .lg\:m-\[0_0_41px_43px\] {
    margin: 0 0 41px 43px;
  }

  .lg\:mx-\[80px\] {
    margin-right: 80px;
    margin-left: 80px;
  }

  .lg\:\!mb-\[-142px\] {
    margin-bottom: -142px !important;
  }

  .lg\:\!mb-\[-83px\] {
    margin-bottom: -83px !important;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-\[48px\] {
    margin-bottom: 48px;
  }

  .lg\:mb-\[49px\] {
    margin-bottom: 49px;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .lg\:mr-\[14px\] {
    margin-right: 14px;
  }

  .lg\:mt-\[37px\] {
    margin-top: 37px;
  }

  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }

  .lg\:mt-\[53px\] {
    margin-top: 53px;
  }

  .lg\:h-\[118px\] {
    height: 118px;
  }

  .lg\:h-\[64px\] {
    height: 64px;
  }

  .lg\:h-\[69px\] {
    height: 69px;
  }

  .lg\:h-\[calc\(100vh_-_225px\)\] {
    height: calc(100vh - 225px);
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:\!w-full {
    width: 100% !important;
  }

  .lg\:w-\[180px\] {
    width: 180px;
  }

  .lg\:w-\[257px\] {
    width: 257px;
  }

  .lg\:w-\[282px\] {
    width: 282px;
  }

  .lg\:w-\[50vw\] {
    width: 50vw;
  }

  .lg\:w-\[calc\(50\%_\+_90px\)\] {
    width: calc(50% + 90px);
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .lg\:max-w-\[616px\] {
    max-width: 616px;
  }

  .lg\:max-w-\[810px\] {
    max-width: 810px;
  }

  .lg\:max-w-\[calc\(50\%_\+_90px\)\] {
    max-width: calc(50% + 90px);
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:translate-y-\[-114px\] {
    --tw-translate-y: -114px;
    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-y-\[-142px\] {
    --tw-translate-y: -142px;
    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-y-\[-77px\] {
    --tw-translate-y: -77px;
    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\: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));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:gap-x-7 {
    -moz-column-gap: 1.75rem;
    column-gap: 1.75rem;
  }

  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }

  .lg\:gap-x-\[41px\] {
    -moz-column-gap: 41px;
    column-gap: 41px;
  }

  .lg\:gap-y-\[27px\] {
    row-gap: 27px;
  }

  .lg\:p-\[108px_0_198px\] {
    padding: 108px 0 198px;
  }

  .lg\:p-\[41px_0_50px\] {
    padding: 41px 0 50px;
  }

  .lg\:p-\[41px_0_55px\] {
    padding: 41px 0 55px;
  }

  .lg\:p-\[41px_55px_68px_64px\] {
    padding: 41px 55px 68px 64px;
  }

  .lg\:p-\[41px_55px_77px_63px\] {
    padding: 41px 55px 77px 63px;
  }

  .lg\:px-0 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .lg\:px-\[24px\] {
    padding-right: 24px;
    padding-left: 24px;
  }

  .lg\:px-\[35px\] {
    padding-right: 35px;
    padding-left: 35px;
  }

  .lg\:px-\[5px\] {
    padding-right: 5px;
    padding-left: 5px;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:py-\[105px\] {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-\[33px\] {
    padding-bottom: 33px;
  }

  .lg\:pb-\[43px\] {
    padding-bottom: 43px;
  }

  .lg\:pb-\[63px\] {
    padding-bottom: 63px;
  }

  .lg\:pb-\[93\] {
    padding-bottom: 93;
  }

  .lg\:pl-\[26px\] {
    padding-left: 26px;
  }

  .lg\:pt-\[32px\] {
    padding-top: 32px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:after\:hidden::after {
    display: none;
    content: var(--tw-content);
  }

  .lg\:after\:w-\[100px\]::after {
    width: 100px;
    content: var(--tw-content);
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[-73px\] {
    left: -73px;
  }

  .xl\:right-\[-65px\] {
    right: -65px;
  }

  .xl\:mx-\[107px\] {
    margin-right: 107px;
    margin-left: 107px;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:mb-\[53px\] {
    margin-bottom: 53px;
  }

  .xl\:mb-\[57px\] {
    margin-bottom: 57px;
  }

  .xl\:mb-\[58px\] {
    margin-bottom: 58px;
  }

  .xl\:mb-\[60px\] {
    margin-bottom: 60px;
  }

  .xl\:mt-\[60px\] {
    margin-top: 60px;
  }

  .xl\:h-\[45px\] {
    height: 45px;
  }

  .xl\:gap-x-\[26px\] {
    -moz-column-gap: 26px;
    column-gap: 26px;
  }

  .xl\:gap-y-\[27px\] {
    row-gap: 27px;
  }

  .xl\:p-\[43px_45px_47px_51px\] {
    padding: 43px 45px 47px 51px;
  }

  .xl\:p-\[51px_65px_78px_74px\] {
    padding: 51px 65px 78px 74px;
  }

  .xl\:p-\[51px_65px_87px_73px\] {
    padding: 51px 65px 87px 73px;
  }

  .xl\:px-2 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .xl\:px-2\.5 {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .xl\:px-\[21px\] {
    padding-right: 21px;
    padding-left: 21px;
  }

  .xl\:px-\[22px\] {
    padding-right: 22px;
    padding-left: 22px;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:pl-\[86px\] {
    padding-left: 86px;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

  .xl\:pt-\[37px\] {
    padding-top: 37px;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-\[50px\] {
    font-size: 50px;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:leading-\[32px\] {
    line-height: 32px;
  }

  .xl\:after\:w-\[125px\]::after {
    width: 125px;
    content: var(--tw-content);
  }
}

@media (min-width: 1536px) {
  .\32xl\:\!h-\[900px\] {
    height: 900px !important;
  }
}
