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

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

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

.production {
  position: relative;
  height: 9rem;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
}

@media (min-width: 768px) {
  .production {
    height: 12rem;
  }
}

@media (min-width: 1024px) {
  .production {
    height: 14rem;
  }
}

@media (min-width: 1280px) {
  .production {
    height: 15rem;
  }
}

@media (min-width: 1536px) {
  .production {
    height: 16.75rem;
  }
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.left-\[36\%\] {
  left: 36%;
}

.left-\[40px\] {
  left: 40px;
}

.right-0 {
  right: 0px;
}

.right-\[-90\%\] {
  right: -90%;
}

.top-0 {
  top: 0px;
}

.top-\[0px\] {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-\[22px\] {
  bottom: 22px;
}

.left-0 {
  left: 0px;
}

.left-\[-30px\] {
  left: -30px;
}

.left-\[10px\] {
  left: 10px;
}

.left-\[50\%\] {
  left: 50%;
}

.top-\[10px\] {
  top: 10px;
}

.top-\[15px\] {
  top: 15px;
}

.top-\[50\%\] {
  top: 50%;
}

.z-20 {
  z-index: 20;
}

.z-\[20\] {
  z-index: 20;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-\[2\] {
  z-index: 2;
}

.m-0 {
  margin: 0px;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-\[1\.25rem\] {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-\[2\.25rem\] {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

.mt-\[0\.1041666666666667vw\] {
  margin-top: 0.1041666666666667vw;
}

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

.mb-\[14px\] {
  margin-bottom: 14px;
}

.mb-\[30px\] {
  margin-bottom: 30px;
}

.mb-\[60px\] {
  margin-bottom: 60px;
}

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

.mb-\[20px\] {
  margin-bottom: 20px;
}

.mb-\[3\.2vw\] {
  margin-bottom: 3.2vw;
}

.mb-\[3\.3vw\] {
  margin-bottom: 3.3vw;
}

.mr-\[10px\] {
  margin-right: 10px;
}

.mt-\[-2\.5vw\] {
  margin-top: -2.5vw;
}

.mt-\[-2\.9vw\] {
  margin-top: -2.9vw;
}

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

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

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

.mt-\[3\.3vw\] {
  margin-top: 3.3vw;
}

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

.mt-\[3vw\] {
  margin-top: 3vw;
}

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-\[1\.4\/1\] {
  aspect-ratio: 1.4/1;
}

.aspect-\[1920\/483\] {
  aspect-ratio: 1920/483;
}

.aspect-\[4\.78\/3\.66\] {
  aspect-ratio: 4.78/3.66;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-\[1920\/928\] {
  aspect-ratio: 1920/928;
}

.aspect-\[5\/5\.6\] {
  aspect-ratio: 5/5.6;
}

.h-1 {
  height: 0.25rem;
}

.h-11 {
  height: 2.75rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-40 {
  height: 10rem;
}

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

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

.h-full {
  height: 100%;
}

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

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

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

.h-2 {
  height: 0.5rem;
}

.h-44 {
  height: 11rem;
}

.h-52 {
  height: 13rem;
}

.h-\[100\%\] {
  height: 100%;
}

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

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

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

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

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

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

.\!w-40 {
  width: 10rem !important;
}

.\!w-auto {
  width: auto !important;
}

.w-11 {
  width: 2.75rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

.w-2 {
  width: 0.5rem;
}

.w-44 {
  width: 11rem;
}

.w-52 {
  width: 13rem;
}

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

.w-\[3\.75rem\] {
  width: 3.75rem;
}

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

.w-\[4\.16vw\] {
  width: 4.16vw;
}

.w-\[41\.14vw\] {
  width: 41.14vw;
}

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

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

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

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

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

.translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  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-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-\[-50\%\] {
  --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));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

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

.justify-start {
  justify-content: flex-start;
}

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

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

.gap-5 {
  gap: 1.25rem;
}

.gap-\[1vw\] {
  gap: 1vw;
}

.gap-\[2\.3vw\] {
  gap: 2.3vw;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[18px\] {
  gap: 18px;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-\[10px\] {
  border-radius: 10px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-\[20px\] {
  border-radius: 20px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-\[0\.8vw\] {
  border-radius: 0.8vw;
}

.rounded-\[2vw\] {
  border-radius: 2vw;
}

.rounded-br-\[40px\] {
  border-bottom-right-radius: 40px;
}

.rounded-tl-\[4\.16vw\] {
  border-top-left-radius: 4.16vw;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-\[4px\] {
  border-width: 4px;
}

.border-b-\[0px\] {
  border-bottom-width: 0px;
}

.border-l-\[0px\] {
  border-left-width: 0px;
}

.border-r-\[1px\] {
  border-right-width: 1px;
}

.border-t-\[0px\] {
  border-top-width: 0px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#9f9f9f\] {
  --tw-border-opacity: 1;
  border-color: rgb(159 159 159 / var(--tw-border-opacity));
}

.border-\[\#d53238\] {
  --tw-border-opacity: 1;
  border-color: rgb(213 50 56 / var(--tw-border-opacity));
}

.border-\[\#B81C22\] {
  --tw-border-opacity: 1;
  border-color: rgb(184 28 34 / var(--tw-border-opacity));
}

.border-\[\#F0121A\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 18 26 / var(--tw-border-opacity));
}

.border-\[\#fff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#030303d6\] {
  background-color: #030303d6;
}

.bg-\[\#2B2B2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(43 43 43 / var(--tw-bg-opacity));
}

.bg-\[\#B81B22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 27 34 / var(--tw-bg-opacity));
}

.bg-\[\#b81c22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 28 34 / var(--tw-bg-opacity));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.bg-transparent {
  background-color: transparent;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-\[\#B81C22\] {
  --tw-bg-opacity: 1;
  background-color: rgb(184 28 34 / var(--tw-bg-opacity));
}

.bg-\[\#c4c4c463\] {
  background-color: #c4c4c463;
}

.bg-\[\#6F493C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 73 60 / var(--tw-bg-opacity));
}

.bg-\[\#968155\] {
  --tw-bg-opacity: 1;
  background-color: rgb(150 129 85 / var(--tw-bg-opacity));
}

.bg-\[\#B1B5BF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(177 181 191 / var(--tw-bg-opacity));
}

.bg-\[\#CF161E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(207 22 30 / var(--tw-bg-opacity));
}

.bg-\[\#D54B21\] {
  --tw-bg-opacity: 1;
  background-color: rgb(213 75 33 / var(--tw-bg-opacity));
}

.bg-\[\#D9D9D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff91\] {
  background-color: #ffffff91;
}

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

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

.p-2 {
  padding: 0.5rem;
}

.p-0 {
  padding: 0px;
}

.p-\[8px\] {
  padding: 8px;
}

.\!py-\[15px\] {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.py-\[6\.5vw\] {
  padding-top: 6.5vw;
  padding-bottom: 6.5vw;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[12\%\] {
  padding-left: 12%;
  padding-right: 12%;
}

.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[3\.3vw\] {
  padding-left: 3.3vw;
  padding-right: 3.3vw;
}

.px-\[5\.125vw\] {
  padding-left: 5.125vw;
  padding-right: 5.125vw;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[1\.3vw\] {
  padding-top: 1.3vw;
  padding-bottom: 1.3vw;
}

.py-\[1\.5vw\] {
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
}

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[35px\] {
  padding-top: 35px;
  padding-bottom: 35px;
}

.py-\[41px\] {
  padding-top: 41px;
  padding-bottom: 41px;
}

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pr-\[8px\] {
  padding-right: 8px;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

.pt-\[4\.6875vw\] {
  padding-top: 4.6875vw;
}

.pt-\[5px\] {
  padding-top: 5px;
}

.pt-\[60px\] {
  padding-top: 60px;
}

.pt-\[70px\] {
  padding-top: 70px;
}

.pb-\[10px\] {
  padding-bottom: 10px;
}

.pb-\[35px\] {
  padding-bottom: 35px;
}

.pb-\[80px\] {
  padding-bottom: 80px;
}

.pl-\[20px\] {
  padding-left: 20px;
}

.pt-\[25px\] {
  padding-top: 25px;
}

.\!pl-\[40px\] {
  padding-left: 40px !important;
}

.pb-\[1\.3125vw\] {
  padding-bottom: 1.3125vw;
}

.pb-\[2\.86vw\] {
  padding-bottom: 2.86vw;
}

.pb-\[4\.5vw\] {
  padding-bottom: 4.5vw;
}

.pb-\[40px\] {
  padding-bottom: 40px;
}

.pb-\[5\.4vw\] {
  padding-bottom: 5.4vw;
}

.pb-\[6px\] {
  padding-bottom: 6px;
}

.pl-\[40px\] {
  padding-left: 40px;
}

.pl-\[6\%\] {
  padding-left: 6%;
}

.pr-\[0px\] {
  padding-right: 0px;
}

.pr-\[40px\] {
  padding-right: 40px;
}

.pt-5 {
  padding-top: 1.25rem;
}

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

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

.pt-\[1\.3vw\] {
  padding-top: 1.3vw;
}

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

.pt-\[2\.1875vw\] {
  padding-top: 2.1875vw;
}

.pt-\[2\.375rem\] {
  padding-top: 2.375rem;
}

.pt-\[2\.4vw\] {
  padding-top: 2.4vw;
}

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

.pt-\[40px\] {
  padding-top: 40px;
}

.pt-\[6\.77vw\] {
  padding-top: 6.77vw;
}

.pt-\[7\.5vw\] {
  padding-top: 7.5vw;
}

.pt-\[7\.6vw\] {
  padding-top: 7.6vw;
}

.text-left {
  text-align: left;
}

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

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

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

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

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

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

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

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

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

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

.text-\[6\.666vw\] {
  font-size: 6.666vw;
}

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

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

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.text-\[10vw\] {
  font-size: 10vw;
}

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

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

.text-\[6\.75vw\] {
  font-size: 6.75vw;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

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

.leading-\[6\.666vw\] {
  line-height: 6.666vw;
}

.leading-none {
  line-height: 1;
}

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

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

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

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

.leading-tight {
  line-height: 1.25;
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#b81c22\] {
  --tw-text-opacity: 1;
  color: rgb(184 28 34 / var(--tw-text-opacity));
}

.text-\[\#d53238\] {
  --tw-text-opacity: 1;
  color: rgb(213 50 56 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#313131\] {
  --tw-text-opacity: 1;
  color: rgb(49 49 49 / var(--tw-text-opacity));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
}

.text-\[\#B81C22\] {
  --tw-text-opacity: 1;
  color: rgb(184 28 34 / var(--tw-text-opacity));
}

.text-\[\#CF161E\] {
  --tw-text-opacity: 1;
  color: rgb(207 22 30 / var(--tw-text-opacity));
}

.text-\[\#F7EEDF\] {
  --tw-text-opacity: 1;
  color: rgb(247 238 223 / var(--tw-text-opacity));
}

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

.underline {
  text-decoration-line: underline;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-0 {
  opacity: 0;
}

.opacity-5 {
  opacity: 0.05;
}

.outline {
  outline-style: solid;
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.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, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#B81C22\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(184 28 34 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#FFF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

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

.hover\:text-\[\#B81C22\]:hover {
  --tw-text-opacity: 1;
  color: rgb(184 28 34 / var(--tw-text-opacity));
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:left-\[6\%\] {
    left: 6%;
  }

  .md\:right-\[-65\%\] {
    right: -65%;
  }

  .md\:left-\[1\.0416vw\] {
    left: 1.0416vw;
  }

  .md\:top-\[-60vw\] {
    top: -60vw;
  }

  .md\:top-\[1\.0416vw\] {
    top: 1.0416vw;
  }

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

  .md\:mt-\[1\.71vw\] {
    margin-top: 1.71vw;
  }

  .md\:mb-\[83px\] {
    margin-bottom: 83px;
  }

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

  .md\:mb-\[3vw\] {
    margin-bottom: 3vw;
  }

  .md\:mb-\[4\.3vw\] {
    margin-bottom: 4.3vw;
  }

  .md\:ml-\[34px\] {
    margin-left: 34px;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

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

  .md\:mt-\[4\.3vw\] {
    margin-top: 4.3vw;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[3\/1\] {
    aspect-ratio: 3/1;
  }

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

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-\[6\.5vw\] {
    height: 6.5vw;
  }

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

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

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

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

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

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

  .md\:h-\[60vh\] {
    height: 60vh;
  }

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

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

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

  .md\:w-\[10\.4vw\] {
    width: 10.4vw;
  }

  .md\:w-\[11\.77vw\] {
    width: 11.77vw;
  }

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

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

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[64\%\] {
    width: 64%;
  }

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

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

  .md\:w-4 {
    width: 1rem;
  }

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

  .md\:w-\[50\%\] {
    width: 50%;
  }

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

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

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

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

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

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

  .md\:gap-\[2\.40625vw\] {
    gap: 2.40625vw;
  }

  .md\:rounded-br-\[4\.166vw\] {
    border-bottom-right-radius: 4.166vw;
  }

  .md\:bg-\[\#00000085\] {
    background-color: #00000085;
  }

  .md\:\!py-\[30px\] {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .md\:px-\[18\%\] {
    padding-left: 18%;
    padding-right: 18%;
  }

  .md\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .md\:py-\[3\.4375vw\] {
    padding-top: 3.4375vw;
    padding-bottom: 3.4375vw;
  }

  .md\:px-\[1\.3vw\] {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
  }

  .md\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }

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

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .md\:py-\[1vw\] {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .md\:pb-\[40px\] {
    padding-bottom: 40px;
  }

  .md\:pr-\[15px\] {
    padding-right: 15px;
  }

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

  .md\:pt-\[1\.71vw\] {
    padding-top: 1.71vw;
  }

  .md\:pt-\[2\.604vw\] {
    padding-top: 2.604vw;
  }

  .md\:pt-\[7\.927083vw\] {
    padding-top: 7.927083vw;
  }

  .md\:pb-\[16px\] {
    padding-bottom: 16px;
  }

  .md\:pt-\[98px\] {
    padding-top: 98px;
  }

  .md\:\!pl-\[6\%\] {
    padding-left: 6% !important;
  }

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

  .md\:pb-\[17vw\] {
    padding-bottom: 17vw;
  }

  .md\:pb-\[70px\] {
    padding-bottom: 70px;
  }

  .md\:pl-\[34px\] {
    padding-left: 34px;
  }

  .md\:pr-\[0px\] {
    padding-right: 0px;
  }

  .md\:pr-\[3\.22vw\] {
    padding-right: 3.22vw;
  }

  .md\:pt-\[4\.16vw\] {
    padding-top: 4.16vw;
  }

  .md\:pt-\[40px\] {
    padding-top: 40px;
  }

  .md\:text-\[1\.7vw\] {
    font-size: 1.7vw;
  }

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

  .md\:text-\[3\.125vw\] {
    font-size: 3.125vw;
  }

  .md\:text-\[3vw\] {
    font-size: 3vw;
  }

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

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

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

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

  .md\:text-\[1\.375rem\] {
    font-size: 1.375rem;
  }

  .md\:text-\[1\.5625vw\] {
    font-size: 1.5625vw;
  }

  .md\:text-\[1\.625rem\] {
    font-size: 1.625rem;
  }

  .md\:text-\[1\.875vw\] {
    font-size: 1.875vw;
  }

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

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

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

  .md\:text-\[3\.75vw\] {
    font-size: 3.75vw;
  }

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

  .md\:text-\[6vw\] {
    font-size: 6vw;
  }

  .md\:leading-\[3\.125vw\] {
    line-height: 3.125vw;
  }

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

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

@media (min-width: 1024px) {
  .lg\:left-\[12\%\] {
    left: 12%;
  }

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

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

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

  .lg\:mr-16 {
    margin-right: 4rem;
  }

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

  .lg\:line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:aspect-\[4\/1\] {
    aspect-ratio: 4/1;
  }

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

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

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

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

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

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

  .lg\:\!w-80 {
    width: 20rem !important;
  }

  .lg\:w-\[24\.89583vw\] {
    width: 24.89583vw;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-\[12\%\] {
    padding-left: 12%;
    padding-right: 12%;
  }

  .lg\:px-\[18\%\] {
    padding-left: 18%;
    padding-right: 18%;
  }

  .lg\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }

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

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

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

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .lg\:pr-12 {
    padding-right: 3rem;
  }

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

  .lg\:\!pl-\[12\%\] {
    padding-left: 12% !important;
  }

  .lg\:pb-\[15vw\] {
    padding-bottom: 15vw;
  }

  .lg\:pl-\[10\.15625vw\] {
    padding-left: 10.15625vw;
  }

  .lg\:pl-\[7\%\] {
    padding-left: 7%;
  }

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

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

  .lg\:pt-\[5\.7291vw\] {
    padding-top: 5.7291vw;
  }

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

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

  .lg\:text-\[1\.458vw\] {
    font-size: 1.458vw;
  }

  .lg\:text-\[1\.77vw\] {
    font-size: 1.77vw;
  }

  .lg\:text-\[1\.875vw\] {
    font-size: 1.875vw;
  }

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

  .lg\:text-\[3\.5416vw\] {
    font-size: 3.5416vw;
  }

  .lg\:text-\[1\.145vw\] {
    font-size: 1.145vw;
  }

  .lg\:text-\[1\.25vw\] {
    font-size: 1.25vw;
  }

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

  .lg\:text-\[3\.125vw\] {
    font-size: 3.125vw;
  }

  .lg\:text-\[4\.16vw\] {
    font-size: 4.16vw;
  }

  .lg\:text-\[6\.25vw\] {
    font-size: 6.25vw;
  }

  .lg\:font-extrabold {
    font-weight: 800;
  }

  .lg\:leading-\[2\.083vw\] {
    line-height: 2.083vw;
  }

  .lg\:leading-none {
    line-height: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:top-\[35px\] {
    top: 35px;
  }

  .xl\:top-\[-60vw\] {
    top: -60vw;
  }

  .xl\:ml-\[34px\] {
    margin-left: 34px;
  }

  .xl\:mr-\[15px\] {
    margin-right: 15px;
  }

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

  .xl\:h-\[100vh\] {
    height: 100vh;
  }

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

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

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

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

  .xl\:w-\[3\.54vw\] {
    width: 3.54vw;
  }

  .xl\:w-\[58\%\] {
    width: 58%;
  }

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

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

  .xl\:gap-\[1\.90625vw\] {
    gap: 1.90625vw;
  }

  .xl\:gap-\[3\.3vw\] {
    gap: 3.3vw;
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:px-\[3\.125vw\] {
    padding-left: 3.125vw;
    padding-right: 3.125vw;
  }

  .xl\:pb-\[3\.8229vw\] {
    padding-bottom: 3.8229vw;
  }

  .xl\:pt-\[6\.927083vw\] {
    padding-top: 6.927083vw;
  }

  .xl\:pb-\[12vw\] {
    padding-bottom: 12vw;
  }

  .xl\:pl-\[13\%\] {
    padding-left: 13%;
  }

  .xl\:text-\[1\.0416vw\] {
    font-size: 1.0416vw;
  }

  .xl\:text-\[1\.25vw\] {
    font-size: 1.25vw;
  }

  .xl\:text-\[1\.5625vw\] {
    font-size: 1.5625vw;
  }

  .xl\:text-\[2\.5vw\] {
    font-size: 2.5vw;
  }

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

  .xl\:text-\[2vw\] {
    font-size: 2vw;
  }

  .xl\:text-\[0\.9375vw\] {
    font-size: 0.9375vw;
  }

  .xl\:text-\[0\.93vw\] {
    font-size: 0.93vw;
  }

  .xl\:text-\[1\.145vw\] {
    font-size: 1.145vw;
  }

  .xl\:text-\[1\.77vw\] {
    font-size: 1.77vw;
  }

  .xl\:text-\[1\.875vw\] {
    font-size: 1.875vw;
  }

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

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

  .xl\:text-\[2\.08vw\] {
    font-size: 2.08vw;
  }

  .xl\:text-\[3\.125vw\] {
    font-size: 3.125vw;
  }

  .xl\:text-\[36px\] {
    font-size: 36px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:top-\[-60vw\] {
    top: -60vw;
  }

  .\32xl\:ml-\[54px\] {
    margin-left: 54px;
  }

  .\32xl\:mr-\[26px\] {
    margin-right: 26px;
  }

  .\32xl\:h-\[100vh\] {
    height: 100vh;
  }

  .\32xl\:h-\[4\.1666vw\] {
    height: 4.1666vw;
  }

  .\32xl\:h-\[83px\] {
    height: 83px;
  }

  .\32xl\:w-\[51\%\] {
    width: 51%;
  }

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

  .\32xl\:w-\[4\.1666vw\] {
    width: 4.1666vw;
  }

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

  .\32xl\:pb-\[10vw\] {
    padding-bottom: 10vw;
  }

  .\32xl\:pl-\[17\%\] {
    padding-left: 17%;
  }

  .\32xl\:text-\[1\.0416vw\] {
    font-size: 1.0416vw;
  }

  .\32xl\:text-\[1\.5625vw\] {
    font-size: 1.5625vw;
  }

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

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

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