/*
! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  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;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

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

.left-auto {
  left: auto;
}

.right-0 {
  right: 0px;
}

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

.top-0 {
  top: 0px;
}

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

.top-1\/3 {
  top: 33.333333%;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.mb-\[1\.2vw\] {
  margin-bottom: 1.2vw;
}

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

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

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

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

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

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

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

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

.h-\[1\.8vw\] {
  height: 1.8vw;
}

.h-\[11vw\] {
  height: 11vw;
}

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

.h-\[20\.7px\] {
  height: 20.7px;
}

.h-\[4\.5vw\] {
  height: 4.5vw;
}

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

.h-\[41\.4px\] {
  height: 41.4px;
}

.h-\[5\.2vw\] {
  height: 5.2vw;
}

.h-full {
  height: 100%;
}

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

.min-h-\[26\.5vw\] {
  min-height: 26.5vw;
}

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

.w-\[1\.8vw\] {
  width: 1.8vw;
}

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

.w-\[20\.7px\] {
  width: 20.7px;
}

.w-\[4\.5vw\] {
  width: 4.5vw;
}

.w-\[41\.4px\] {
  width: 41.4px;
}

.w-\[5\.2vw\] {
  width: 5.2vw;
}

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

.w-full {
  width: 100%;
}

.w-lvw {
  width: 100lvw;
}

.w-auto {
  width: auto;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.shrink-0 {
  flex-shrink: 0;
}

.grow {
  flex-grow: 1;
}

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

.-translate-y-\[10\%\] {
  --tw-translate-y: -10%;
  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-\[110\%\] {
  --tw-translate-y: -110%;
  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-\[85\%\] {
  --tw-translate-y: -85%;
  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-full {
  --tw-translate-y: -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-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-x-full {
  --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-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));
}

.translate-y-\[15\%\] {
  --tw-translate-y: 15%;
  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-\[16\%\] {
  --tw-translate-y: 16%;
  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-\[4vw\] {
  --tw-translate-y: 4vw;
  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-full {
  --tw-translate-y: 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));
}

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

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.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-row {
  flex-direction: row;
}

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

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

.flex-wrap {
  flex-wrap: wrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

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

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

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

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

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

.gap-\[50px_35px\] {
  gap: 50px 35px;
}

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

.gap-y-\[16px\] {
  row-gap: 16px;
}

.gap-y-\[35vw\] {
  row-gap: 35vw;
}

.gap-y-\[5vw\] {
  row-gap: 5vw;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.text-nowrap {
  text-wrap: nowrap;
}

.break-all {
  word-break: break-all;
}

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

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

.rounded-lg {
  border-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-t {
  border-top-width: 1px;
}

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

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

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

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

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

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

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

.bg-\[\#e09b9f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 155 159 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

.bg-\[rgba\(0\2c 0\2c 0\2c 60\%\)\] {
  background-color: rgba(0,0,0,60%);
}

.bg-\[rgba\(255\2c 255\2c 255\2c \.95\)\] {
  background-color: rgba(255,255,255,.95);
}

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

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

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

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

.bg-\[url\(\'\.\.\/src\/about\/title_bg\.jpg\'\)\] {
  background-image: url('../src/about/title_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/contact\/contact_bg\.jpg\'\)\] {
  background-image: url('../src/contact/contact_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/header_about\.jpg\'\)\] {
  background-image: url('../src/header_about.jpg');
}

.bg-\[url\(\'\.\.\/src\/history\/history_bg\.jpg\'\)\] {
  background-image: url('../src/history/history_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner1\.jpg\'\)\] {
  background-image: url('../src/index/banner1.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner2\.jpg\'\)\] {
  background-image: url('../src/index/banner2.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner3_n-04\.jpg\'\)\] {
  background-image: url('../src/index/banner3_n-04.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner_2\.jpg\'\)\] {
  background-image: url('../src/index/banner_2.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner_3\.jpg\'\)\] {
  background-image: url('../src/index/banner_3.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner_4\.jpg\'\)\] {
  background-image: url('../src/index/banner_4.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/banner_example\.jpg\'\)\] {
  background-image: url('../src/index/banner_example.jpg');
}

.bg-\[url\(\'\.\.\/src\/index\/chien-yah-web-006\.png\'\)\] {
  background-image: url('../src/index/chien-yah-web-006.png');
}

.bg-\[url\(\'\.\.\/src\/index\/chien-yah-web-008\.png\'\)\] {
  background-image: url('../src/index/chien-yah-web-008.png');
}

.bg-\[url\(\'\.\.\/src\/index\/chien-yah-web-014\.png\'\)\] {
  background-image: url('../src/index/chien-yah-web-014.png');
}

.bg-\[url\(\'\.\.\/src\/index\/chien-yah-web-015\.png\'\)\] {
  background-image: url('../src/index/chien-yah-web-015.png');
}

.bg-\[url\(\'\.\.\/src\/login\/btn_icon\.svg\'\)\] {
  background-image: url('../src/login/btn_icon.svg');
}

.bg-\[url\(\'\.\.\/src\/login\/login_bg\.svg\'\)\] {
  background-image: url('../src/login/login_bg.svg');
}

.bg-\[url\(\'\.\.\/src\/news\/back-black\.svg\'\)\] {
  background-image: url('../src/news/back-black.svg');
}

.bg-\[url\(\'\.\.\/src\/news\/back-white\.svg\'\)\] {
  background-image: url('../src/news/back-white.svg');
}

.bg-\[url\(\'\.\.\/src\/news\/news_bg\.jpg\'\)\] {
  background-image: url('../src/news/news_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/news\/news_detail_bg\.jpg\'\)\] {
  background-image: url('../src/news/news_detail_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/organization\/title_bg\.png\'\)\] {
  background-image: url('../src/organization/title_bg.png');
}

.bg-\[url\(\'\.\.\/src\/sales_rep\/sales_rep_bg\.png\'\)\] {
  background-image: url('../src/sales_rep/sales_rep_bg.png');
}

.bg-\[url\(\'\.\.\/src\/statement\/back-black\.svg\'\)\] {
  background-image: url('../src/statement/back-black.svg');
}

.bg-\[url\(\'\.\.\/src\/statement\/customer_bg\.jpg\'\)\] {
  background-image: url('../src/statement/customer_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/statement\/privacy_bg\.png\'\)\] {
  background-image: url('../src/statement/privacy_bg.png');
}

.bg-\[url\(\'\.\.\/src\/statement\/protect_bg\.jpg\'\)\] {
  background-image: url('../src/statement/protect_bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/travel_insurance\/bg\.jpg\'\)\] {
  background-image: url('../src/travel_insurance/bg.jpg');
}

.bg-\[url\(\'\.\.\/src\/travel_insurance\/people\.png\'\)\] {
  background-image: url('../src/travel_insurance/people.png');
}

.bg-\[length\:113\%\] {
  background-size: 113%;
}

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

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

.bg-\[center_80\%\] {
  background-position: center 80%;
}

.bg-\[center_bottom_15\%\] {
  background-position: center bottom 15%;
}

.bg-\[center_bottom_60\%\] {
  background-position: center bottom 60%;
}

.bg-bottom {
  background-position: bottom;
}

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

.bg-left {
  background-position: left;
}

.bg-top {
  background-position: top;
}

.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-\[32\%\] {
  -o-object-position: 32%;
     object-position: 32%;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-2 {
  padding: 0.5rem;
}

.p-\[25px_20px\] {
  padding: 25px 20px;
}

.p-\[25px_20px_50px\] {
  padding: 25px 20px 50px;
}

.p-\[3\.5\%_3\.6\%\] {
  padding: 3.5% 3.6%;
}

.p-\[50px_20px\] {
  padding: 50px 20px;
}

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

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

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

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

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

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

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

.align-bottom {
  vertical-align: bottom;
}

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

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

.font-black {
  font-weight: 900;
}

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

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

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

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

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

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

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

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

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

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

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

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

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

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

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

.underline-offset-4 {
  text-underline-offset: 4px;
}

.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-\[\.3vw_\.3vw_\.5vw_rgba\(0\2c 0\2c 0\2c \.3\)\] {
  --tw-shadow: .3vw .3vw .5vw rgba(0,0,0,.3);
  --tw-shadow-colored: .3vw .3vw .5vw 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);
}

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

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

.after\:-top-0::after {
  content: var(--tw-content);
  top: -0px;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:h-\[2\%\]::after {
  content: var(--tw-content);
  height: 2%;
}

.after\:h-\[700vw\]::after {
  content: var(--tw-content);
  height: 700vw;
}

.after\:w-\[45\%\]::after {
  content: var(--tw-content);
  width: 45%;
}

.after\:w-\[700vw\]::after {
  content: var(--tw-content);
  width: 700vw;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-\[\#aa0505\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(170 5 5 / var(--tw-bg-opacity));
}

.after\:bg-\[url\(\'\.\.\/src\/location\/address\.svg\'\)\]::after {
  content: var(--tw-content);
  background-image: url('../src/location/address.svg');
}

.after\:bg-\[url\(\'\.\.\/src\/location\/phone\.svg\'\)\]::after {
  content: var(--tw-content);
  background-image: url('../src/location/phone.svg');
}

.hover\:border-\[\#aa0505\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(170 5 5 / var(--tw-border-opacity));
}

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

.hover\:font-medium:hover {
  font-weight: 500;
}

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

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

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

  .sm\:gap-x-\[1\.3vw\] {
    -moz-column-gap: 1.3vw;
         column-gap: 1.3vw;
  }
}

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

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:last\:w-\[\.85vw\]:last-child {
    width: .85vw;
  }
}

@media (orientation: portrait) {
  .portrait\:-left-\[5vw\] {
    left: -5vw;
  }

  .portrait\:-right-\[3vw\] {
    right: -3vw;
  }

  .portrait\:-right-\[5vw\] {
    right: -5vw;
  }

  .portrait\:bottom-\[\.6vw\] {
    bottom: .6vw;
  }

  .portrait\:bottom-\[\.8vw\] {
    bottom: .8vw;
  }

  .portrait\:bottom-\[8vw\] {
    bottom: 8vw;
  }

  .portrait\:bottom-\[9vw\] {
    bottom: 9vw;
  }

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

  .portrait\:left-\[11\%\] {
    left: 11%;
  }

  .portrait\:left-\[3\.3\%\] {
    left: 3.3%;
  }

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

  .portrait\:right-1\/2 {
    right: 50%;
  }

  .portrait\:right-\[3vw\] {
    right: 3vw;
  }

  .portrait\:top-1\/3 {
    top: 33.333333%;
  }

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

  .portrait\:top-auto {
    top: auto;
  }

  .portrait\:m-\[13\.4vw_0vw_16vw\] {
    margin: 13.4vw 0vw 16vw;
  }

  .portrait\:m-\[3vw_auto_8vw\] {
    margin: 3vw auto 8vw;
  }

  .portrait\:m-\[5\.2vw_auto_10vw\] {
    margin: 5.2vw auto 10vw;
  }

  .portrait\:m-\[8\.8vw_0vw_7\.2vw\] {
    margin: 8.8vw 0vw 7.2vw;
  }

  .portrait\:m-\[9\.6vw_auto_16vw\] {
    margin: 9.6vw auto 16vw;
  }

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

  .portrait\:my-\[11vw\] {
    margin-top: 11vw;
    margin-bottom: 11vw;
  }

  .portrait\:my-\[12vw\] {
    margin-top: 12vw;
    margin-bottom: 12vw;
  }

  .portrait\:my-\[1vw\] {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .portrait\:my-\[3\.6vw\] {
    margin-top: 3.6vw;
    margin-bottom: 3.6vw;
  }

  .portrait\:my-\[4vw\] {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .portrait\:-mr-\[1\.5vw\] {
    margin-right: -1.5vw;
  }

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

  .portrait\:mb-\[\.4vw\] {
    margin-bottom: .4vw;
  }

  .portrait\:mb-\[\.6vw\] {
    margin-bottom: .6vw;
  }

  .portrait\:mb-\[\.8vw\] {
    margin-bottom: .8vw;
  }

  .portrait\:mb-\[1\.2vw\] {
    margin-bottom: 1.2vw;
  }

  .portrait\:mb-\[1\.4vw\] {
    margin-bottom: 1.4vw;
  }

  .portrait\:mb-\[1\.5vw\] {
    margin-bottom: 1.5vw;
  }

  .portrait\:mb-\[1\.6vw\] {
    margin-bottom: 1.6vw;
  }

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

  .portrait\:mb-\[1vw\] {
    margin-bottom: 1vw;
  }

  .portrait\:mb-\[2\.5vw\] {
    margin-bottom: 2.5vw;
  }

  .portrait\:mb-\[2\.8vw\] {
    margin-bottom: 2.8vw;
  }

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

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

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

  .portrait\:mb-\[3\.6vw\] {
    margin-bottom: 3.6vw;
  }

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

  .portrait\:mb-\[4\.2vw\] {
    margin-bottom: 4.2vw;
  }

  .portrait\:mb-\[40vw\] {
    margin-bottom: 40vw;
  }

  .portrait\:mb-\[4vw\] {
    margin-bottom: 4vw;
  }

  .portrait\:mb-\[5\.4vw\] {
    margin-bottom: 5.4vw;
  }

  .portrait\:mb-\[6\.3vw\] {
    margin-bottom: 6.3vw;
  }

  .portrait\:mb-\[6\.4vw\] {
    margin-bottom: 6.4vw;
  }

  .portrait\:mb-\[6\.7vw\] {
    margin-bottom: 6.7vw;
  }

  .portrait\:mb-\[6\.8vw\] {
    margin-bottom: 6.8vw;
  }

  .portrait\:mb-\[6vw\] {
    margin-bottom: 6vw;
  }

  .portrait\:mb-\[8vw\] {
    margin-bottom: 8vw;
  }

  .portrait\:ml-\[3vw\] {
    margin-left: 3vw;
  }

  .portrait\:ml-\[5vw\] {
    margin-left: 5vw;
  }

  .portrait\:mr-\[\.6vw\] {
    margin-right: .6vw;
  }

  .portrait\:mr-\[3\.8vw\] {
    margin-right: 3.8vw;
  }

  .portrait\:mr-\[4vw\] {
    margin-right: 4vw;
  }

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

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

  .portrait\:mt-\[11\.4vw\] {
    margin-top: 11.4vw;
  }

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

  .portrait\:mt-\[2\.8vw\] {
    margin-top: 2.8vw;
  }

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

  .portrait\:mt-\[21\.2vw\] {
    margin-top: 21.2vw;
  }

  .portrait\:mt-\[22\.4vw\] {
    margin-top: 22.4vw;
  }

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

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

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

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

  .portrait\:mt-\[4\.6vw\] {
    margin-top: 4.6vw;
  }

  .portrait\:mt-\[4\.8vw\] {
    margin-top: 4.8vw;
  }

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

  .portrait\:mt-\[5\.4vw\] {
    margin-top: 5.4vw;
  }

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

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

  .portrait\:mt-\[7\.4vw\] {
    margin-top: 7.4vw;
  }

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

  .portrait\:flex {
    display: flex;
  }

  .portrait\:hidden {
    display: none;
  }

  .portrait\:aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }

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

  .portrait\:h-\[1\.9vw\] {
    height: 1.9vw;
  }

  .portrait\:h-\[11\.2vw\] {
    height: 11.2vw;
  }

  .portrait\:h-\[1vw\] {
    height: 1vw;
  }

  .portrait\:h-\[2\.3vw\] {
    height: 2.3vw;
  }

  .portrait\:h-\[2\.8vw\] {
    height: 2.8vw;
  }

  .portrait\:h-\[24vw\] {
    height: 24vw;
  }

  .portrait\:h-\[3\.2vw\] {
    height: 3.2vw;
  }

  .portrait\:h-\[3\.6vw\] {
    height: 3.6vw;
  }

  .portrait\:h-\[3\.9vw\] {
    height: 3.9vw;
  }

  .portrait\:h-\[34vw\] {
    height: 34vw;
  }

  .portrait\:h-\[4\.8vw\] {
    height: 4.8vw;
  }

  .portrait\:h-\[43vw\] {
    height: 43vw;
  }

  .portrait\:h-\[4vw\] {
    height: 4vw;
  }

  .portrait\:h-\[5\.2vw\] {
    height: 5.2vw;
  }

  .portrait\:h-\[5vw\] {
    height: 5vw;
  }

  .portrait\:h-\[6vw\] {
    height: 6vw;
  }

  .portrait\:h-\[7\.2vw\] {
    height: 7.2vw;
  }

  .portrait\:h-\[7vw\] {
    height: 7vw;
  }

  .portrait\:h-\[8\.8vw\] {
    height: 8.8vw;
  }

  .portrait\:h-\[80vw\] {
    height: 80vw;
  }

  .portrait\:h-\[85vw\] {
    height: 85vw;
  }

  .portrait\:h-\[9\.2vw\] {
    height: 9.2vw;
  }

  .portrait\:h-\[9\.4vw\] {
    height: 9.4vw;
  }

  .portrait\:h-\[9\.6vw\] {
    height: 9.6vw;
  }

  .portrait\:h-\[9vw\] {
    height: 9vw;
  }

  .portrait\:min-h-\[100vw\] {
    min-height: 100vw;
  }

  .portrait\:min-h-\[210vw\] {
    min-height: 210vw;
  }

  .portrait\:min-h-\[60vw\] {
    min-height: 60vw;
  }

  .portrait\:w-\[\.85vw\] {
    width: .85vw;
  }

  .portrait\:w-\[\.8vw\] {
    width: .8vw;
  }

  .portrait\:w-\[1\.9vw\] {
    width: 1.9vw;
  }

  .portrait\:w-\[10\.8vw\] {
    width: 10.8vw;
  }

  .portrait\:w-\[11\.2vw\] {
    width: 11.2vw;
  }

  .portrait\:w-\[12\.6vw\] {
    width: 12.6vw;
  }

  .portrait\:w-\[12\.8vw\] {
    width: 12.8vw;
  }

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

  .portrait\:w-\[15vw\] {
    width: 15vw;
  }

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

  .portrait\:w-\[17\.2vw\] {
    width: 17.2vw;
  }

  .portrait\:w-\[18vw\] {
    width: 18vw;
  }

  .portrait\:w-\[19\.8vw\] {
    width: 19.8vw;
  }

  .portrait\:w-\[1vw\] {
    width: 1vw;
  }

  .portrait\:w-\[2\.3vw\] {
    width: 2.3vw;
  }

  .portrait\:w-\[2\.8vw\] {
    width: 2.8vw;
  }

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

  .portrait\:w-\[24vw\] {
    width: 24vw;
  }

  .portrait\:w-\[25vw\] {
    width: 25vw;
  }

  .portrait\:w-\[3\.2vw\] {
    width: 3.2vw;
  }

  .portrait\:w-\[3\.6vw\] {
    width: 3.6vw;
  }

  .portrait\:w-\[3\.9vw\] {
    width: 3.9vw;
  }

  .portrait\:w-\[30vw\] {
    width: 30vw;
  }

  .portrait\:w-\[32\.5vw\] {
    width: 32.5vw;
  }

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

  .portrait\:w-\[37vw\] {
    width: 37vw;
  }

  .portrait\:w-\[38vw\] {
    width: 38vw;
  }

  .portrait\:w-\[3vw\] {
    width: 3vw;
  }

  .portrait\:w-\[4\.8vw\] {
    width: 4.8vw;
  }

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

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

  .portrait\:w-\[44vw\] {
    width: 44vw;
  }

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

  .portrait\:w-\[5\.2vw\] {
    width: 5.2vw;
  }

  .portrait\:w-\[5\.4vw\] {
    width: 5.4vw;
  }

  .portrait\:w-\[50vw\] {
    width: 50vw;
  }

  .portrait\:w-\[52vw\] {
    width: 52vw;
  }

  .portrait\:w-\[54vw\] {
    width: 54vw;
  }

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

  .portrait\:w-\[56\.5vw\] {
    width: 56.5vw;
  }

  .portrait\:w-\[56vw\] {
    width: 56vw;
  }

  .portrait\:w-\[5vw\] {
    width: 5vw;
  }

  .portrait\:w-\[64vw\] {
    width: 64vw;
  }

  .portrait\:w-\[66vw\] {
    width: 66vw;
  }

  .portrait\:w-\[6vw\] {
    width: 6vw;
  }

  .portrait\:w-\[7\.2vw\] {
    width: 7.2vw;
  }

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

  .portrait\:w-\[70vw\] {
    width: 70vw;
  }

  .portrait\:w-\[72vw\] {
    width: 72vw;
  }

  .portrait\:w-\[74vw\] {
    width: 74vw;
  }

  .portrait\:w-\[78vw\] {
    width: 78vw;
  }

  .portrait\:w-\[7vw\] {
    width: 7vw;
  }

  .portrait\:w-\[8\.8vw\] {
    width: 8.8vw;
  }

  .portrait\:w-\[80vw\] {
    width: 80vw;
  }

  .portrait\:w-\[84vw\] {
    width: 84vw;
  }

  .portrait\:w-\[88vw\] {
    width: 88vw;
  }

  .portrait\:w-\[9\.2vw\] {
    width: 9.2vw;
  }

  .portrait\:w-\[9\.6vw\] {
    width: 9.6vw;
  }

  .portrait\:w-\[90vw\] {
    width: 90vw;
  }

  .portrait\:w-\[9vw\] {
    width: 9vw;
  }

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

  .portrait\:-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));
  }

  .portrait\:-translate-y-0 {
    --tw-translate-y: -0px;
    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));
  }

  .portrait\: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));
  }

  .portrait\:translate-y-\[20\%\] {
    --tw-translate-y: 20%;
    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));
  }

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

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

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

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

  .portrait\:gap-\[10vw\] {
    gap: 10vw;
  }

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

  .portrait\:gap-x-\[\.8vw\] {
    -moz-column-gap: .8vw;
         column-gap: .8vw;
  }

  .portrait\:gap-x-\[1\.5vw\] {
    -moz-column-gap: 1.5vw;
         column-gap: 1.5vw;
  }

  .portrait\:gap-x-\[1\.6vw\] {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }

  .portrait\:gap-x-\[10vw\] {
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }

  .portrait\:gap-x-\[1vw\] {
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }

  .portrait\:gap-x-\[2vw\] {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }

  .portrait\:gap-x-\[3\.2vw\] {
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
  }

  .portrait\:gap-x-\[3vw\] {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }

  .portrait\:gap-x-\[4vw\] {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }

  .portrait\:gap-x-\[5vw\] {
    -moz-column-gap: 5vw;
         column-gap: 5vw;
  }

  .portrait\:gap-x-\[7vw\] {
    -moz-column-gap: 7vw;
         column-gap: 7vw;
  }

  .portrait\:gap-y-\[\.8vw\] {
    row-gap: .8vw;
  }

  .portrait\:gap-y-\[1\.2vw\] {
    row-gap: 1.2vw;
  }

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

  .portrait\:gap-y-\[2\.8vw\] {
    row-gap: 2.8vw;
  }

  .portrait\:gap-y-\[4\.4vw\] {
    row-gap: 4.4vw;
  }

  .portrait\:gap-y-\[4\.8vw\] {
    row-gap: 4.8vw;
  }

  .portrait\:gap-y-\[4vw\] {
    row-gap: 4vw;
  }

  .portrait\:gap-y-\[7vw\] {
    row-gap: 7vw;
  }

  .portrait\:gap-y-\[8vw\] {
    row-gap: 8vw;
  }

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

  .portrait\:rounded-\[3\.4vw\] {
    border-radius: 3.4vw;
  }

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

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

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

  .portrait\:rounded-\[7\.5vw\] {
    border-radius: 7.5vw;
  }

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

  .portrait\:rounded-b-\[1vw\] {
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
  }

  .portrait\:rounded-t-\[1vw\] {
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
  }

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

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

  .portrait\:border-b-\[\.8vw\] {
    border-bottom-width: .8vw;
  }

  .portrait\:bg-\[length\:100vh\] {
    background-size: 100vh;
  }

  .portrait\:p-\[\.4vw_3vw\] {
    padding: .4vw 3vw;
  }

  .portrait\:p-\[\.4vw_7vw\] {
    padding: .4vw 7vw;
  }

  .portrait\:p-\[1\.2vw_3\.4vw\] {
    padding: 1.2vw 3.4vw;
  }

  .portrait\:p-\[1\.2vw_8vw\] {
    padding: 1.2vw 8vw;
  }

  .portrait\:p-\[1\.5vw_8\.7vw\] {
    padding: 1.5vw 8.7vw;
  }

  .portrait\:p-\[1\.6vw\] {
    padding: 1.6vw;
  }

  .portrait\:p-\[1\.8vw_5\.1vw\] {
    padding: 1.8vw 5.1vw;
  }

  .portrait\:p-\[10vw_10vw_0vw\] {
    padding: 10vw 10vw 0vw;
  }

  .portrait\:p-\[10vw_10vw_20vw_10vw\] {
    padding: 10vw 10vw 20vw 10vw;
  }

  .portrait\:p-\[10vw_6vw\] {
    padding: 10vw 6vw;
  }

  .portrait\:p-\[13\.4vw_20vw_35vw\] {
    padding: 13.4vw 20vw 35vw;
  }

  .portrait\:p-\[2\.8vw_2vw_2vw\] {
    padding: 2.8vw 2vw 2vw;
  }

  .portrait\:p-\[2vw_4vw\] {
    padding: 2vw 4vw;
  }

  .portrait\:p-\[2vw_8vw_5vw\] {
    padding: 2vw 8vw 5vw;
  }

  .portrait\:p-\[4\.4vw_3\.3vw\] {
    padding: 4.4vw 3.3vw;
  }

  .portrait\:p-\[4vw\] {
    padding: 4vw;
  }

  .portrait\:p-\[4vw_6vw_5vw_7\.6vw\] {
    padding: 4vw 6vw 5vw 7.6vw;
  }

  .portrait\:p-\[5\.4vw_2vw_2\.6vw\] {
    padding: 5.4vw 2vw 2.6vw;
  }

  .portrait\:p-\[5vw\] {
    padding: 5vw;
  }

  .portrait\:p-\[7vw_6vw\] {
    padding: 7vw 6vw;
  }

  .portrait\:p-\[7vw_7vw_\.4vw\] {
    padding: 7vw 7vw .4vw;
  }

  .portrait\:p-\[8vw_3vw\] {
    padding: 8vw 3vw;
  }

  .portrait\:p-\[8vw_3vw_6vw\] {
    padding: 8vw 3vw 6vw;
  }

  .portrait\:p-\[8vw_8vw\] {
    padding: 8vw 8vw;
  }

  .portrait\:px-\[\.8vw\] {
    padding-left: .8vw;
    padding-right: .8vw;
  }

  .portrait\:px-\[10vw\] {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .portrait\:px-\[11vw\] {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .portrait\:px-\[2\.4\%\] {
    padding-left: 2.4%;
    padding-right: 2.4%;
  }

  .portrait\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }

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

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

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

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

  .portrait\:px-\[6vw\] {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .portrait\:px-\[7vw\] {
    padding-left: 7vw;
    padding-right: 7vw;
  }

  .portrait\:py-\[1\.6vw\] {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
  }

  .portrait\:py-\[15vw\] {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

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

  .portrait\:py-\[2\.8vw\] {
    padding-top: 2.8vw;
    padding-bottom: 2.8vw;
  }

  .portrait\:py-\[2vw\] {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .portrait\:py-\[4vw\] {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

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

  .portrait\:py-\[7vw\] {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

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

  .portrait\:pb-\[\.8vw\] {
    padding-bottom: .8vw;
  }

  .portrait\:pb-\[14vw\] {
    padding-bottom: 14vw;
  }

  .portrait\:pb-\[2\.4vw\] {
    padding-bottom: 2.4vw;
  }

  .portrait\:pb-\[2\.8vw\] {
    padding-bottom: 2.8vw;
  }

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

  .portrait\:pb-\[3vw\] {
    padding-bottom: 3vw;
  }

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

  .portrait\:pb-\[7vw\] {
    padding-bottom: 7vw;
  }

  .portrait\:pl-\[1\.9vw\] {
    padding-left: 1.9vw;
  }

  .portrait\:pl-\[2vw\] {
    padding-left: 2vw;
  }

  .portrait\:pl-\[3\.3\%\] {
    padding-left: 3.3%;
  }

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

  .portrait\:pt-\[12\.8vw\] {
    padding-top: 12.8vw;
  }

  .portrait\:pt-\[14vw\] {
    padding-top: 14vw;
  }

  .portrait\:pt-\[15vw\] {
    padding-top: 15vw;
  }

  .portrait\:pt-\[2\.8vw\] {
    padding-top: 2.8vw;
  }

  .portrait\:pt-\[23vw\] {
    padding-top: 23vw;
  }

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

  .portrait\:pt-\[3\.5vw\] {
    padding-top: 3.5vw;
  }

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

  .portrait\:pt-\[5\.8vw\] {
    padding-top: 5.8vw;
  }

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

  .portrait\:pt-\[8\.1vw\] {
    padding-top: 8.1vw;
  }

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

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

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

  .portrait\:text-\[2\.7vw\] {
    font-size: 2.7vw;
  }

  .portrait\:text-\[2\.8vw\] {
    font-size: 2.8vw;
  }

  .portrait\:text-\[3\.1vw\] {
    font-size: 3.1vw;
  }

  .portrait\:text-\[3\.2vw\] {
    font-size: 3.2vw;
  }

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

  .portrait\:text-\[3\.4vw\] {
    font-size: 3.4vw;
  }

  .portrait\:text-\[3\.6vw\] {
    font-size: 3.6vw;
  }

  .portrait\:text-\[3\.76vw\] {
    font-size: 3.76vw;
  }

  .portrait\:text-\[3\.8vw\] {
    font-size: 3.8vw;
  }

  .portrait\:text-\[3\.9vw\] {
    font-size: 3.9vw;
  }

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

  .portrait\:text-\[4\.2vw\] {
    font-size: 4.2vw;
  }

  .portrait\:text-\[4\.5vw\] {
    font-size: 4.5vw;
  }

  .portrait\:text-\[4\.6vw\] {
    font-size: 4.6vw;
  }

  .portrait\:text-\[4\.9vw\] {
    font-size: 4.9vw;
  }

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

  .portrait\:text-\[5\.7vw\] {
    font-size: 5.7vw;
  }

  .portrait\:text-\[5\.8vw\] {
    font-size: 5.8vw;
  }

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

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

  .portrait\:text-\[7\.25vw\] {
    font-size: 7.25vw;
  }

  .portrait\:text-\[7\.2vw\] {
    font-size: 7.2vw;
  }

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

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

  .portrait\:leading-\[10\.5vw\] {
    line-height: 10.5vw;
  }

  .portrait\:leading-\[4\.5vw\] {
    line-height: 4.5vw;
  }

  .portrait\:leading-\[4\.8vw\] {
    line-height: 4.8vw;
  }

  .portrait\:leading-\[5\.2vw\] {
    line-height: 5.2vw;
  }

  .portrait\:leading-\[6\.4vw\] {
    line-height: 6.4vw;
  }

  .portrait\:leading-\[7\.5vw\] {
    line-height: 7.5vw;
  }

  .portrait\:leading-\[8vw\] {
    line-height: 8vw;
  }

  .portrait\:tracking-\[\.1vw\] {
    letter-spacing: .1vw;
  }

  .portrait\:tracking-\[\.2vw\] {
    letter-spacing: .2vw;
  }

  .portrait\:tracking-\[\.4vw\] {
    letter-spacing: .4vw;
  }

  .portrait\:tracking-normal {
    letter-spacing: 0em;
  }
}

@media (min-width: 640px) {
  @media (orientation: portrait) {
    .sm\:portrait\:-right-\[2\.5vw\] {
      right: -2.5vw;
    }

    .sm\:portrait\:-right-\[3vw\] {
      right: -3vw;
    }

    .sm\:portrait\:-right-\[5\.9vw\] {
      right: -5.9vw;
    }

    .sm\:portrait\:bottom-\[\.3vw\] {
      bottom: .3vw;
    }

    .sm\:portrait\:bottom-\[\.5vw\] {
      bottom: .5vw;
    }

    .sm\:portrait\:bottom-\[6\.8vw\] {
      bottom: 6.8vw;
    }

    .sm\:portrait\:bottom-\[7\.1vw\] {
      bottom: 7.1vw;
    }

    .sm\:portrait\:left-0 {
      left: 0px;
    }

    .sm\:portrait\:left-\[6\.7\%\] {
      left: 6.7%;
    }

    .sm\:portrait\:right-\[2\.5vw\] {
      right: 2.5vw;
    }

    .sm\:portrait\:top-\[2\.5vw\] {
      top: 2.5vw;
    }

    .sm\:portrait\:m-\[11\.3vw_0vw_13\.6vw\] {
      margin: 11.3vw 0vw 13.6vw;
    }

    .sm\:portrait\:m-\[2\.5vw_auto_5\.4vw\] {
      margin: 2.5vw auto 5.4vw;
    }

    .sm\:portrait\:m-\[3\.2vw_auto_6\.2vw\] {
      margin: 3.2vw auto 6.2vw;
    }

    .sm\:portrait\:m-\[4\.4vw_0vw_3\.6vw\] {
      margin: 4.4vw 0vw 3.6vw;
    }

    .sm\:portrait\:m-\[8\.1vw_auto_13\.6vw\] {
      margin: 8.1vw auto 13.6vw;
    }

    .sm\:portrait\:my-\[\.8vw\] {
      margin-top: .8vw;
      margin-bottom: .8vw;
    }

    .sm\:portrait\:my-\[3\.4vw\] {
      margin-top: 3.4vw;
      margin-bottom: 3.4vw;
    }

    .sm\:portrait\:my-\[3vw\] {
      margin-top: 3vw;
      margin-bottom: 3vw;
    }

    .sm\:portrait\:my-\[5\.1vw\] {
      margin-top: 5.1vw;
      margin-bottom: 5.1vw;
    }

    .sm\:portrait\:my-\[9\.3vw\] {
      margin-top: 9.3vw;
      margin-bottom: 9.3vw;
    }

    .sm\:portrait\:-mr-\[1\.75vw\] {
      margin-right: -1.75vw;
    }

    .sm\:portrait\:mb-\[\.25vw\] {
      margin-bottom: .25vw;
    }

    .sm\:portrait\:mb-\[\.4vw\] {
      margin-bottom: .4vw;
    }

    .sm\:portrait\:mb-\[\.5vw\] {
      margin-bottom: .5vw;
    }

    .sm\:portrait\:mb-\[\.85vw\] {
      margin-bottom: .85vw;
    }

    .sm\:portrait\:mb-\[\.8vw\] {
      margin-bottom: .8vw;
    }

    .sm\:portrait\:mb-\[1\.1vw\] {
      margin-bottom: 1.1vw;
    }

    .sm\:portrait\:mb-\[1\.5vw\] {
      margin-bottom: 1.5vw;
    }

    .sm\:portrait\:mb-\[1\.7vw\] {
      margin-bottom: 1.7vw;
    }

    .sm\:portrait\:mb-\[10vw\] {
      margin-bottom: 10vw;
    }

    .sm\:portrait\:mb-\[11\.9vw\] {
      margin-bottom: 11.9vw;
    }

    .sm\:portrait\:mb-\[17vw\] {
      margin-bottom: 17vw;
    }

    .sm\:portrait\:mb-\[1vw\] {
      margin-bottom: 1vw;
    }

    .sm\:portrait\:mb-\[2\.38vw\] {
      margin-bottom: 2.38vw;
    }

    .sm\:portrait\:mb-\[2\.4vw\] {
      margin-bottom: 2.4vw;
    }

    .sm\:portrait\:mb-\[2\.5vw\] {
      margin-bottom: 2.5vw;
    }

    .sm\:portrait\:mb-\[2\.7vw\] {
      margin-bottom: 2.7vw;
    }

    .sm\:portrait\:mb-\[2vw\] {
      margin-bottom: 2vw;
    }

    .sm\:portrait\:mb-\[3\.4vw\] {
      margin-bottom: 3.4vw;
    }

    .sm\:portrait\:mb-\[35vw\] {
      margin-bottom: 35vw;
    }

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

    .sm\:portrait\:mb-\[4\.2vw\] {
      margin-bottom: 4.2vw;
    }

    .sm\:portrait\:mb-\[4\.5vw\] {
      margin-bottom: 4.5vw;
    }

    .sm\:portrait\:mb-\[5\.1vw\] {
      margin-bottom: 5.1vw;
    }

    .sm\:portrait\:mb-\[5\.7vw\] {
      margin-bottom: 5.7vw;
    }

    .sm\:portrait\:mb-\[5vw\] {
      margin-bottom: 5vw;
    }

    .sm\:portrait\:mb-\[7\.1vw\] {
      margin-bottom: 7.1vw;
    }

    .sm\:portrait\:mb-\[7\.6vw\] {
      margin-bottom: 7.6vw;
    }

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

    .sm\:portrait\:ml-\[1\.8vw\] {
      margin-left: 1.8vw;
    }

    .sm\:portrait\:ml-\[2vw\] {
      margin-left: 2vw;
    }

    .sm\:portrait\:ml-\[4vw\] {
      margin-left: 4vw;
    }

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

    .sm\:portrait\:mr-\[\.5vw\] {
      margin-right: .5vw;
    }

    .sm\:portrait\:mr-\[\.8vw\] {
      margin-right: .8vw;
    }

    .sm\:portrait\:mr-\[3\.2vw\] {
      margin-right: 3.2vw;
    }

    .sm\:portrait\:mr-\[3vw\] {
      margin-right: 3vw;
    }

    .sm\:portrait\:mt-\[\.5vw\] {
      margin-top: .5vw;
    }

    .sm\:portrait\:mt-\[0vw\] {
      margin-top: 0vw;
    }

    .sm\:portrait\:mt-\[1\.3vw\] {
      margin-top: 1.3vw;
    }

    .sm\:portrait\:mt-\[1\.5vw\] {
      margin-top: 1.5vw;
    }

    .sm\:portrait\:mt-\[1\.7vw\] {
      margin-top: 1.7vw;
    }

    .sm\:portrait\:mt-\[1\.87vw\] {
      margin-top: 1.87vw;
    }

    .sm\:portrait\:mt-\[11vw\] {
      margin-top: 11vw;
    }

    .sm\:portrait\:mt-\[12\.24vw\] {
      margin-top: 12.24vw;
    }

    .sm\:portrait\:mt-\[12\.2vw\] {
      margin-top: 12.2vw;
    }

    .sm\:portrait\:mt-\[19vw\] {
      margin-top: 19vw;
    }

    .sm\:portrait\:mt-\[2\.38vw\] {
      margin-top: 2.38vw;
    }

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

    .sm\:portrait\:mt-\[2vw\] {
      margin-top: 2vw;
    }

    .sm\:portrait\:mt-\[3\.4vw\] {
      margin-top: 3.4vw;
    }

    .sm\:portrait\:mt-\[3\.7vw\] {
      margin-top: 3.7vw;
    }

    .sm\:portrait\:mt-\[3\.9vw\] {
      margin-top: 3.9vw;
    }

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

    .sm\:portrait\:mt-\[4\.2vw\] {
      margin-top: 4.2vw;
    }

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

    .sm\:portrait\:mt-\[4\.5vw\] {
      margin-top: 4.5vw;
    }

    .sm\:portrait\:mt-\[5\.1vw\] {
      margin-top: 5.1vw;
    }

    .sm\:portrait\:mt-\[5vw\] {
      margin-top: 5vw;
    }

    .sm\:portrait\:mt-\[6\.25vw\] {
      margin-top: 6.25vw;
    }

    .sm\:portrait\:mt-\[6\.2vw\] {
      margin-top: 6.2vw;
    }

    .sm\:portrait\:mt-\[6\.7vw\] {
      margin-top: 6.7vw;
    }

    .sm\:portrait\:mt-\[8\.5vw\] {
      margin-top: 8.5vw;
    }

    .sm\:portrait\:mt-\[9\.6vw\] {
      margin-top: 9.6vw;
    }

    .sm\:portrait\:block {
      display: block;
    }

    .sm\:portrait\:flex {
      display: flex;
    }

    .sm\:portrait\:hidden {
      display: none;
    }

    .sm\:portrait\:aspect-\[6\/4\] {
      aspect-ratio: 6/4;
    }

    .sm\:portrait\:aspect-auto {
      aspect-ratio: auto;
    }

    .sm\:portrait\:h-\[\.8vw\] {
      height: .8vw;
    }

    .sm\:portrait\:h-\[1\.4vw\] {
      height: 1.4vw;
    }

    .sm\:portrait\:h-\[1\.6vw\] {
      height: 1.6vw;
    }

    .sm\:portrait\:h-\[1\.7vw\] {
      height: 1.7vw;
    }

    .sm\:portrait\:h-\[11\.2vw\] {
      height: 11.2vw;
    }

    .sm\:portrait\:h-\[2\.2vw\] {
      height: 2.2vw;
    }

    .sm\:portrait\:h-\[2\.8vw\] {
      height: 2.8vw;
    }

    .sm\:portrait\:h-\[28\.9vw\] {
      height: 28.9vw;
    }

    .sm\:portrait\:h-\[2vw\] {
      height: 2vw;
    }

    .sm\:portrait\:h-\[3\.7vw\] {
      height: 3.7vw;
    }

    .sm\:portrait\:h-\[3\.8\] {
      height: 3.8;
    }

    .sm\:portrait\:h-\[35vw\] {
      height: 35vw;
    }

    .sm\:portrait\:h-\[3vw\] {
      height: 3vw;
    }

    .sm\:portrait\:h-\[4\.4vw\] {
      height: 4.4vw;
    }

    .sm\:portrait\:h-\[4\.7vw\] {
      height: 4.7vw;
    }

    .sm\:portrait\:h-\[45vw\] {
      height: 45vw;
    }

    .sm\:portrait\:h-\[48vw\] {
      height: 48vw;
    }

    .sm\:portrait\:h-\[4vw\] {
      height: 4vw;
    }

    .sm\:portrait\:h-\[5\.1vw\] {
      height: 5.1vw;
    }

    .sm\:portrait\:h-\[5\.2vw\] {
      height: 5.2vw;
    }

    .sm\:portrait\:h-\[5\.9vw\] {
      height: 5.9vw;
    }

    .sm\:portrait\:h-\[7\.8vw\] {
      height: 7.8vw;
    }

    .sm\:portrait\:h-\[7\.9vw\] {
      height: 7.9vw;
    }

    .sm\:portrait\:h-\[8\.1vw\] {
      height: 8.1vw;
    }

    .sm\:portrait\:h-dvh {
      height: 100dvh;
    }

    .sm\:portrait\:min-h-\[51vw\] {
      min-height: 51vw;
    }

    .sm\:portrait\:min-h-\[60\.4vw\] {
      min-height: 60.4vw;
    }

    .sm\:portrait\:min-h-\[80vw\] {
      min-height: 80vw;
    }

    .sm\:portrait\:min-h-\[85vw\] {
      min-height: 85vw;
    }

    .sm\:portrait\:min-h-\[90vw\] {
      min-height: 90vw;
    }

    .sm\:portrait\:w-\[\.85vw\] {
      width: .85vw;
    }

    .sm\:portrait\:w-\[\.8vw\] {
      width: .8vw;
    }

    .sm\:portrait\:w-\[1\.4vw\] {
      width: 1.4vw;
    }

    .sm\:portrait\:w-\[1\.6vw\] {
      width: 1.6vw;
    }

    .sm\:portrait\:w-\[1\.7vw\] {
      width: 1.7vw;
    }

    .sm\:portrait\:w-\[10\.3vw\] {
      width: 10.3vw;
    }

    .sm\:portrait\:w-\[11\.2vw\] {
      width: 11.2vw;
    }

    .sm\:portrait\:w-\[12\.7vw\] {
      width: 12.7vw;
    }

    .sm\:portrait\:w-\[13vw\] {
      width: 13vw;
    }

    .sm\:portrait\:w-\[15\.3vw\] {
      width: 15.3vw;
    }

    .sm\:portrait\:w-\[16\.8vw\] {
      width: 16.8vw;
    }

    .sm\:portrait\:w-\[17\.8vw\] {
      width: 17.8vw;
    }

    .sm\:portrait\:w-\[18\.7vw\] {
      width: 18.7vw;
    }

    .sm\:portrait\:w-\[19vw\] {
      width: 19vw;
    }

    .sm\:portrait\:w-\[2\.2vw\] {
      width: 2.2vw;
    }

    .sm\:portrait\:w-\[2\.8vw\] {
      width: 2.8vw;
    }

    .sm\:portrait\:w-\[20\.4vw\] {
      width: 20.4vw;
    }

    .sm\:portrait\:w-\[20vw\] {
      width: 20vw;
    }

    .sm\:portrait\:w-\[23\.8vw\] {
      width: 23.8vw;
    }

    .sm\:portrait\:w-\[27\.6vw\] {
      width: 27.6vw;
    }

    .sm\:portrait\:w-\[29\.5vw\] {
      width: 29.5vw;
    }

    .sm\:portrait\:w-\[2vw\] {
      width: 2vw;
    }

    .sm\:portrait\:w-\[3\.2vw\] {
      width: 3.2vw;
    }

    .sm\:portrait\:w-\[3\.7vw\] {
      width: 3.7vw;
    }

    .sm\:portrait\:w-\[3\.8\] {
      width: 3.8;
    }

    .sm\:portrait\:w-\[30vw\] {
      width: 30vw;
    }

    .sm\:portrait\:w-\[31\.4vw\] {
      width: 31.4vw;
    }

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

    .sm\:portrait\:w-\[37\.4vw\] {
      width: 37.4vw;
    }

    .sm\:portrait\:w-\[39\.1vw\] {
      width: 39.1vw;
    }

    .sm\:portrait\:w-\[3vw\] {
      width: 3vw;
    }

    .sm\:portrait\:w-\[4\.4vw\] {
      width: 4.4vw;
    }

    .sm\:portrait\:w-\[4\.5vw\] {
      width: 4.5vw;
    }

    .sm\:portrait\:w-\[4\.7vw\] {
      width: 4.7vw;
    }

    .sm\:portrait\:w-\[40vw\] {
      width: 40vw;
    }

    .sm\:portrait\:w-\[43vw\] {
      width: 43vw;
    }

    .sm\:portrait\:w-\[44vw\] {
      width: 44vw;
    }

    .sm\:portrait\:w-\[45\.9vw\] {
      width: 45.9vw;
    }

    .sm\:portrait\:w-\[46\.2vw\] {
      width: 46.2vw;
    }

    .sm\:portrait\:w-\[47\.6vw\] {
      width: 47.6vw;
    }

    .sm\:portrait\:w-\[5\.1vw\] {
      width: 5.1vw;
    }

    .sm\:portrait\:w-\[5\.3vw\] {
      width: 5.3vw;
    }

    .sm\:portrait\:w-\[5\.9vw\] {
      width: 5.9vw;
    }

    .sm\:portrait\:w-\[50vw\] {
      width: 50vw;
    }

    .sm\:portrait\:w-\[56\.2vw\] {
      width: 56.2vw;
    }

    .sm\:portrait\:w-\[56vw\] {
      width: 56vw;
    }

    .sm\:portrait\:w-\[58\.6vw\] {
      width: 58.6vw;
    }

    .sm\:portrait\:w-\[59\.5\%\] {
      width: 59.5%;
    }

    .sm\:portrait\:w-\[6\.8vw\] {
      width: 6.8vw;
    }

    .sm\:portrait\:w-\[61\.2vw\] {
      width: 61.2vw;
    }

    .sm\:portrait\:w-\[68vw\] {
      width: 68vw;
    }

    .sm\:portrait\:w-\[7\.2vw\] {
      width: 7.2vw;
    }

    .sm\:portrait\:w-\[7\.8vw\] {
      width: 7.8vw;
    }

    .sm\:portrait\:w-\[70\.5vw\] {
      width: 70.5vw;
    }

    .sm\:portrait\:w-\[71\.4vw\] {
      width: 71.4vw;
    }

    .sm\:portrait\:w-\[73\.1vw\] {
      width: 73.1vw;
    }

    .sm\:portrait\:w-\[76\.5vw\] {
      width: 76.5vw;
    }

    .sm\:portrait\:w-\[8\.1vw\] {
      width: 8.1vw;
    }

    .sm\:portrait\:w-\[8\.6vw\] {
      width: 8.6vw;
    }

    .sm\:portrait\:w-\[80vw\] {
      width: 80vw;
    }

    .sm\:portrait\:w-\[88vw\] {
      width: 88vw;
    }

    .sm\:portrait\:w-\[8vw\] {
      width: 8vw;
    }

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

    .sm\:portrait\:grow {
      flex-grow: 1;
    }

    .sm\:portrait\:-translate-x-0 {
      --tw-translate-x: -0px;
      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\:portrait\:translate-y-\[7\%\] {
      --tw-translate-y: 7%;
      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\:portrait\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

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

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

    .sm\:portrait\:items-center {
      align-items: center;
    }

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

    .sm\:portrait\:gap-\[2\.5vw\] {
      gap: 2.5vw;
    }

    .sm\:portrait\:gap-\[3\.4vw\] {
      gap: 3.4vw;
    }

    .sm\:portrait\:gap-x-\[\.6vw\] {
      -moz-column-gap: .6vw;
           column-gap: .6vw;
    }

    .sm\:portrait\:gap-x-\[\.85vw\] {
      -moz-column-gap: .85vw;
           column-gap: .85vw;
    }

    .sm\:portrait\:gap-x-\[\.8vw\] {
      -moz-column-gap: .8vw;
           column-gap: .8vw;
    }

    .sm\:portrait\:gap-x-\[1\.2vw\] {
      -moz-column-gap: 1.2vw;
           column-gap: 1.2vw;
    }

    .sm\:portrait\:gap-x-\[1\.3vw\] {
      -moz-column-gap: 1.3vw;
           column-gap: 1.3vw;
    }

    .sm\:portrait\:gap-x-\[1\.7vw\] {
      -moz-column-gap: 1.7vw;
           column-gap: 1.7vw;
    }

    .sm\:portrait\:gap-x-\[2\.5vw\] {
      -moz-column-gap: 2.5vw;
           column-gap: 2.5vw;
    }

    .sm\:portrait\:gap-x-\[2vw\] {
      -moz-column-gap: 2vw;
           column-gap: 2vw;
    }

    .sm\:portrait\:gap-x-\[3\.4vw\] {
      -moz-column-gap: 3.4vw;
           column-gap: 3.4vw;
    }

    .sm\:portrait\:gap-x-\[4vw\] {
      -moz-column-gap: 4vw;
           column-gap: 4vw;
    }

    .sm\:portrait\:gap-x-\[5vw\] {
      -moz-column-gap: 5vw;
           column-gap: 5vw;
    }

    .sm\:portrait\:gap-x-\[7\.6vw\] {
      -moz-column-gap: 7.6vw;
           column-gap: 7.6vw;
    }

    .sm\:portrait\:gap-x-\[8\.5vw\] {
      -moz-column-gap: 8.5vw;
           column-gap: 8.5vw;
    }

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

    .sm\:portrait\:gap-y-\[\.1vw\] {
      row-gap: .1vw;
    }

    .sm\:portrait\:gap-y-\[\.5vw\] {
      row-gap: .5vw;
    }

    .sm\:portrait\:gap-y-\[\.8vw\] {
      row-gap: .8vw;
    }

    .sm\:portrait\:gap-y-\[1vw\] {
      row-gap: 1vw;
    }

    .sm\:portrait\:gap-y-\[2\.1vw\] {
      row-gap: 2.1vw;
    }

    .sm\:portrait\:gap-y-\[2\.5vw\] {
      row-gap: 2.5vw;
    }

    .sm\:portrait\:gap-y-\[2\.75vw\] {
      row-gap: 2.75vw;
    }

    .sm\:portrait\:gap-y-\[3vw\] {
      row-gap: 3vw;
    }

    .sm\:portrait\:gap-y-\[4vw\] {
      row-gap: 4vw;
    }

    .sm\:portrait\:gap-y-\[5\.9vw\] {
      row-gap: 5.9vw;
    }

    .sm\:portrait\:rounded-\[1\.7vw\] {
      border-radius: 1.7vw;
    }

    .sm\:portrait\:rounded-\[2\.5vw\] {
      border-radius: 2.5vw;
    }

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

    .sm\:portrait\:rounded-\[3\.4vw\] {
      border-radius: 3.4vw;
    }

    .sm\:portrait\:rounded-\[5\.1vw\] {
      border-radius: 5.1vw;
    }

    .sm\:portrait\:rounded-\[5vw\] {
      border-radius: 5vw;
    }

    .sm\:portrait\:rounded-b-\[\.8vw\] {
      border-bottom-right-radius: .8vw;
      border-bottom-left-radius: .8vw;
    }

    .sm\:portrait\:rounded-t-\[\.8vw\] {
      border-top-left-radius: .8vw;
      border-top-right-radius: .8vw;
    }

    .sm\:portrait\:border-\[\.1vw\] {
      border-width: .1vw;
    }

    .sm\:portrait\:border-\[\.5px\] {
      border-width: .5px;
    }

    .sm\:portrait\:border-b-\[\.5vw\] {
      border-bottom-width: .5vw;
    }

    .sm\:portrait\:p-\[\.3vw_3vw\] {
      padding: .3vw 3vw;
    }

    .sm\:portrait\:p-\[\.3vw_5vw\] {
      padding: .3vw 5vw;
    }

    .sm\:portrait\:p-\[\.85vw_1\.7vw\] {
      padding: .85vw 1.7vw;
    }

    .sm\:portrait\:p-\[\.85vw_4\.93vw\] {
      padding: .85vw 4.93vw;
    }

    .sm\:portrait\:p-\[1\.02vw_2\.89vw\] {
      padding: 1.02vw 2.89vw;
    }

    .sm\:portrait\:p-\[1\.02vw_6\.8vw\] {
      padding: 1.02vw 6.8vw;
    }

    .sm\:portrait\:p-\[1\.7vw_6\.8vw_4\.2vw\] {
      padding: 1.7vw 6.8vw 4.2vw;
    }

    .sm\:portrait\:p-\[10vw_15\.8vw_0vw\] {
      padding: 10vw 15.8vw 0vw;
    }

    .sm\:portrait\:p-\[10vw_15\.8vw_17vw_15\.8vw\] {
      padding: 10vw 15.8vw 17vw 15.8vw;
    }

    .sm\:portrait\:p-\[11\.3vw_5vw_9\.6vw\] {
      padding: 11.3vw 5vw 9.6vw;
    }

    .sm\:portrait\:p-\[1vw\] {
      padding: 1vw;
    }

    .sm\:portrait\:p-\[1vw_2\.8vw\] {
      padding: 1vw 2.8vw;
    }

    .sm\:portrait\:p-\[2\.3vw_1\.7vw_1\.7vw\] {
      padding: 2.3vw 1.7vw 1.7vw;
    }

    .sm\:portrait\:p-\[2vw\] {
      padding: 2vw;
    }

    .sm\:portrait\:p-\[3\.4vw\] {
      padding: 3.4vw;
    }

    .sm\:portrait\:p-\[3\.4vw_5\.1vw_4\.2vw_6\.4vw\] {
      padding: 3.4vw 5.1vw 4.2vw 6.4vw;
    }

    .sm\:portrait\:p-\[3\.7vw_6\.2vw\] {
      padding: 3.7vw 6.2vw;
    }

    .sm\:portrait\:p-\[4\.5vw_1\.7vw_2\.2vw\] {
      padding: 4.5vw 1.7vw 2.2vw;
    }

    .sm\:portrait\:p-\[5\.25vw_5vw_\.3vw\] {
      padding: 5.25vw 5vw .3vw;
    }

    .sm\:portrait\:p-\[5\.5vw_6vw\] {
      padding: 5.5vw 6vw;
    }

    .sm\:portrait\:p-\[5\.9vw_6vw\] {
      padding: 5.9vw 6vw;
    }

    .sm\:portrait\:p-\[6\.8vw_2\.5vw_5\.1vw\] {
      padding: 6.8vw 2.5vw 5.1vw;
    }

    .sm\:portrait\:p-\[8vw_12\.24vw\] {
      padding: 8vw 12.24vw;
    }

    .sm\:portrait\:px-\[\.5vw\] {
      padding-left: .5vw;
      padding-right: .5vw;
    }

    .sm\:portrait\:px-\[1\.7vw\] {
      padding-left: 1.7vw;
      padding-right: 1.7vw;
    }

    .sm\:portrait\:px-\[10\%\] {
      padding-left: 10%;
      padding-right: 10%;
    }

    .sm\:portrait\:px-\[12vw\] {
      padding-left: 12vw;
      padding-right: 12vw;
    }

    .sm\:portrait\:px-\[15\.8vw\] {
      padding-left: 15.8vw;
      padding-right: 15.8vw;
    }

    .sm\:portrait\:px-\[2\.8\%\] {
      padding-left: 2.8%;
      padding-right: 2.8%;
    }

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

    .sm\:portrait\:px-\[3\.5vw\] {
      padding-left: 3.5vw;
      padding-right: 3.5vw;
    }

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

    .sm\:portrait\:px-\[4\.7\%\] {
      padding-left: 4.7%;
      padding-right: 4.7%;
    }

    .sm\:portrait\:px-\[5\.1vw\] {
      padding-left: 5.1vw;
      padding-right: 5.1vw;
    }

    .sm\:portrait\:px-\[5vw\] {
      padding-left: 5vw;
      padding-right: 5vw;
    }

    .sm\:portrait\:px-\[6\.7\%\] {
      padding-left: 6.7%;
      padding-right: 6.7%;
    }

    .sm\:portrait\:px-\[6vw\] {
      padding-left: 6vw;
      padding-right: 6vw;
    }

    .sm\:portrait\:px-\[9\.3vw\] {
      padding-left: 9.3vw;
      padding-right: 9.3vw;
    }

    .sm\:portrait\:py-\[\.6vw\] {
      padding-top: .6vw;
      padding-bottom: .6vw;
    }

    .sm\:portrait\:py-\[\.8vw\] {
      padding-top: .8vw;
      padding-bottom: .8vw;
    }

    .sm\:portrait\:py-\[1\.2vw\] {
      padding-top: 1.2vw;
      padding-bottom: 1.2vw;
    }

    .sm\:portrait\:py-\[1\.4vw\] {
      padding-top: 1.4vw;
      padding-bottom: 1.4vw;
    }

    .sm\:portrait\:py-\[1\.7vw\] {
      padding-top: 1.7vw;
      padding-bottom: 1.7vw;
    }

    .sm\:portrait\:py-\[10\.2vw\] {
      padding-top: 10.2vw;
      padding-bottom: 10.2vw;
    }

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

    .sm\:portrait\:py-\[2vw\] {
      padding-top: 2vw;
      padding-bottom: 2vw;
    }

    .sm\:portrait\:py-\[3\.4vw\] {
      padding-top: 3.4vw;
      padding-bottom: 3.4vw;
    }

    .sm\:portrait\:py-\[4\.2vw\] {
      padding-top: 4.2vw;
      padding-bottom: 4.2vw;
    }

    .sm\:portrait\:py-\[5\.9vw\] {
      padding-top: 5.9vw;
      padding-bottom: 5.9vw;
    }

    .sm\:portrait\:py-\[6\.8vw\] {
      padding-top: 6.8vw;
      padding-bottom: 6.8vw;
    }

    .sm\:portrait\:pb-\[\.5vw\] {
      padding-bottom: .5vw;
    }

    .sm\:portrait\:pb-\[1\.27vw\] {
      padding-bottom: 1.27vw;
    }

    .sm\:portrait\:pb-\[1\.75vw\] {
      padding-bottom: 1.75vw;
    }

    .sm\:portrait\:pb-\[1\.7vw\] {
      padding-bottom: 1.7vw;
    }

    .sm\:portrait\:pb-\[11\.9vw\] {
      padding-bottom: 11.9vw;
    }

    .sm\:portrait\:pb-\[2vw\] {
      padding-bottom: 2vw;
    }

    .sm\:portrait\:pb-\[3\.4vw\] {
      padding-bottom: 3.4vw;
    }

    .sm\:portrait\:pb-\[5\.9vw\] {
      padding-bottom: 5.9vw;
    }

    .sm\:portrait\:pb-\[6\.6vw\] {
      padding-bottom: 6.6vw;
    }

    .sm\:portrait\:pl-\[1\.12vw\] {
      padding-left: 1.12vw;
    }

    .sm\:portrait\:pl-\[1\.7vw\] {
      padding-left: 1.7vw;
    }

    .sm\:portrait\:pl-\[6\.7\%\] {
      padding-left: 6.7%;
    }

    .sm\:portrait\:pt-\[1\.48vw\] {
      padding-top: 1.48vw;
    }

    .sm\:portrait\:pt-\[1\.7vw\] {
      padding-top: 1.7vw;
    }

    .sm\:portrait\:pt-\[10\.8vw\] {
      padding-top: 10.8vw;
    }

    .sm\:portrait\:pt-\[13vw\] {
      padding-top: 13vw;
    }

    .sm\:portrait\:pt-\[2\.3vw\] {
      padding-top: 2.3vw;
    }

    .sm\:portrait\:pt-\[2\.5vw\] {
      padding-top: 2.5vw;
    }

    .sm\:portrait\:pt-\[2\.9vw\] {
      padding-top: 2.9vw;
    }

    .sm\:portrait\:pt-\[4\.5vw\] {
      padding-top: 4.5vw;
    }

    .sm\:portrait\:pt-\[4\.7\%\] {
      padding-top: 4.7%;
    }

    .sm\:portrait\:pt-\[5\.1vw\] {
      padding-top: 5.1vw;
    }

    .sm\:portrait\:pt-\[5\.9vw\] {
      padding-top: 5.9vw;
    }

    .sm\:portrait\:text-left {
      text-align: left;
    }

    .sm\:portrait\:text-center {
      text-align: center;
    }

    .sm\:portrait\:text-\[1\.2vw\] {
      font-size: 1.2vw;
    }

    .sm\:portrait\:text-\[1\.36vw\] {
      font-size: 1.36vw;
    }

    .sm\:portrait\:text-\[1\.6vw\] {
      font-size: 1.6vw;
    }

    .sm\:portrait\:text-\[1\.75vw\] {
      font-size: 1.75vw;
    }

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

    .sm\:portrait\:text-\[1\.87vw\] {
      font-size: 1.87vw;
    }

    .sm\:portrait\:text-\[1\.88vw\] {
      font-size: 1.88vw;
    }

    .sm\:portrait\:text-\[1\.8vw\] {
      font-size: 1.8vw;
    }

    .sm\:portrait\:text-\[2\.1vw\] {
      font-size: 2.1vw;
    }

    .sm\:portrait\:text-\[2\.2vw\] {
      font-size: 2.2vw;
    }

    .sm\:portrait\:text-\[2\.35vw\] {
      font-size: 2.35vw;
    }

    .sm\:portrait\:text-\[2\.3vw\] {
      font-size: 2.3vw;
    }

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

    .sm\:portrait\:text-\[2\.6vw\] {
      font-size: 2.6vw;
    }

    .sm\:portrait\:text-\[2\.8vw\] {
      font-size: 2.8vw;
    }

    .sm\:portrait\:text-\[2\.9vw\] {
      font-size: 2.9vw;
    }

    .sm\:portrait\:text-\[21vw\] {
      font-size: 21vw;
    }

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

    .sm\:portrait\:text-\[3\.1vw\] {
      font-size: 3.1vw;
    }

    .sm\:portrait\:text-\[3\.2vw\] {
      font-size: 3.2vw;
    }

    .sm\:portrait\:text-\[3\.3vw\] {
      font-size: 3.3vw;
    }

    .sm\:portrait\:text-\[3\.4vw\] {
      font-size: 3.4vw;
    }

    .sm\:portrait\:text-\[3\.9vw\] {
      font-size: 3.9vw;
    }

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

    .sm\:portrait\:text-\[4\.35vw\] {
      font-size: 4.35vw;
    }

    .sm\:portrait\:text-\[4\.7vw\] {
      font-size: 4.7vw;
    }

    .sm\:portrait\:text-\[4\.93vw\] {
      font-size: 4.93vw;
    }

    .sm\:portrait\:text-\[4\.9vw\] {
      font-size: 4.9vw;
    }

    .sm\:portrait\:text-\[5\.9vw\] {
      font-size: 5.9vw;
    }

    .sm\:portrait\:text-\[6\.1vw\] {
      font-size: 6.1vw;
    }

    .sm\:portrait\:leading-\[2\.7vw\] {
      line-height: 2.7vw;
    }

    .sm\:portrait\:leading-\[2\.8vw\] {
      line-height: 2.8vw;
    }

    .sm\:portrait\:leading-\[3\.2vw\] {
      line-height: 3.2vw;
    }

    .sm\:portrait\:leading-\[3\.7vw\] {
      line-height: 3.7vw;
    }

    .sm\:portrait\:leading-\[4vw\] {
      line-height: 4vw;
    }

    .sm\:portrait\:leading-loose {
      line-height: 2;
    }

    .sm\:portrait\:leading-relaxed {
      line-height: 1.625;
    }

    .sm\:portrait\:tracking-\[\.08vw\] {
      letter-spacing: .08vw;
    }

    .sm\:portrait\:tracking-\[\.1vw\] {
      letter-spacing: .1vw;
    }

    .sm\:portrait\:tracking-\[\.2vw\] {
      letter-spacing: .2vw;
    }

    .sm\:portrait\:tracking-tight {
      letter-spacing: -0.025em;
    }

    .sm\:portrait\:tracking-wide {
      letter-spacing: 0.025em;
    }
  }
}

@media (min-width: 768px) {
  @media (orientation: portrait) {
    .md\:portrait\:ml-\[1\.8vw\] {
      margin-left: 1.8vw;
    }

    .md\:portrait\:gap-x-\[\.8vw\] {
      -moz-column-gap: .8vw;
           column-gap: .8vw;
    }

    .md\:portrait\:rounded-\[2\.8vw\] {
      border-radius: 2.8vw;
    }
  }
}

@media (orientation: landscape) {
  .landscape\:-left-\[5vw\] {
    left: -5vw;
  }

  .landscape\:-right-\[3vw\] {
    right: -3vw;
  }

  .landscape\:-right-\[5vw\] {
    right: -5vw;
  }

  .landscape\:-right-\[7vw\] {
    right: -7vw;
  }

  .landscape\:bottom-\[\.4vw\] {
    bottom: .4vw;
  }

  .landscape\:bottom-\[\.6vw\] {
    bottom: .6vw;
  }

  .landscape\:bottom-\[8vw\] {
    bottom: 8vw;
  }

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

  .landscape\:left-\[3vw\] {
    left: 3vw;
  }

  .landscape\:right-\[3vw\] {
    right: 3vw;
  }

  .landscape\:top-1\/2 {
    top: 50%;
  }

  .landscape\:top-1\/4 {
    top: 25%;
  }

  .landscape\:top-\[1\.5vw\] {
    top: 1.5vw;
  }

  .landscape\:top-\[23vw\] {
    top: 23vw;
  }

  .landscape\:m-\[13\.4vw_0vw_16vw\] {
    margin: 13.4vw 0vw 16vw;
  }

  .landscape\:m-\[2\.6vw_auto_5vw\] {
    margin: 2.6vw auto 5vw;
  }

  .landscape\:m-\[3vw_auto_3\.6vw\] {
    margin: 3vw auto 3.6vw;
  }

  .landscape\:m-\[4\.4vw_0vw_3\.6vw\] {
    margin: 4.4vw 0vw 3.6vw;
  }

  .landscape\:m-\[9\.6vw_auto_16vw\] {
    margin: 9.6vw auto 16vw;
  }

  .landscape\:my-\[11vw\] {
    margin-top: 11vw;
    margin-bottom: 11vw;
  }

  .landscape\:my-\[1vw\] {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .landscape\:my-\[3\.6vw\] {
    margin-top: 3.6vw;
    margin-bottom: 3.6vw;
  }

  .landscape\:my-\[4vw\] {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }

  .landscape\:my-\[6vw\] {
    margin-top: 6vw;
    margin-bottom: 6vw;
  }

  .landscape\:-mr-\[2\.1vw\] {
    margin-right: -2.1vw;
  }

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

  .landscape\:mb-\[\.4vw\] {
    margin-bottom: .4vw;
  }

  .landscape\:mb-\[\.6vw\] {
    margin-bottom: .6vw;
  }

  .landscape\:mb-\[\.8vw\] {
    margin-bottom: .8vw;
  }

  .landscape\:mb-\[1\.2vw\] {
    margin-bottom: 1.2vw;
  }

  .landscape\:mb-\[1\.4vw\] {
    margin-bottom: 1.4vw;
  }

  .landscape\:mb-\[1\.5vw\] {
    margin-bottom: 1.5vw;
  }

  .landscape\:mb-\[1\.6vw\] {
    margin-bottom: 1.6vw;
  }

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

  .landscape\:mb-\[1vw\] {
    margin-bottom: 1vw;
  }

  .landscape\:mb-\[2\.4vw\] {
    margin-bottom: 2.4vw;
  }

  .landscape\:mb-\[2\.6vw\] {
    margin-bottom: 2.6vw;
  }

  .landscape\:mb-\[2\.8vw\] {
    margin-bottom: 2.8vw;
  }

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

  .landscape\:mb-\[28vw\] {
    margin-bottom: 28vw;
  }

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

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

  .landscape\:mb-\[3\.6vw\] {
    margin-bottom: 3.6vw;
  }

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

  .landscape\:mb-\[4vw\] {
    margin-bottom: 4vw;
  }

  .landscape\:mb-\[5\.4vw\] {
    margin-bottom: 5.4vw;
  }

  .landscape\:mb-\[5vw\] {
    margin-bottom: 5vw;
  }

  .landscape\:mb-\[6\.8vw\] {
    margin-bottom: 6.8vw;
  }

  .landscape\:mb-\[6vw\] {
    margin-bottom: 6vw;
  }

  .landscape\:mb-\[8\.4vw\] {
    margin-bottom: 8.4vw;
  }

  .landscape\:mb-\[9vw\] {
    margin-bottom: 9vw;
  }

  .landscape\:ml-\[1\.5vw\] {
    margin-left: 1.5vw;
  }

  .landscape\:ml-\[2\.4vw\] {
    margin-left: 2.4vw;
  }

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

  .landscape\:mr-\[\.6vw\] {
    margin-right: .6vw;
  }

  .landscape\:mr-\[1vw\] {
    margin-right: 1vw;
  }

  .landscape\:mr-\[3\.8vw\] {
    margin-right: 3.8vw;
  }

  .landscape\:mr-\[4vw\] {
    margin-right: 4vw;
  }

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

  .landscape\:mt-\[1\.6vw\] {
    margin-top: 1.6vw;
  }

  .landscape\:mt-\[10\.6vw\] {
    margin-top: 10.6vw;
  }

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

  .landscape\:mt-\[14\.4vw\] {
    margin-top: 14.4vw;
  }

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

  .landscape\:mt-\[2\.2vw\] {
    margin-top: 2.2vw;
  }

  .landscape\:mt-\[2\.4vw\] {
    margin-top: 2.4vw;
  }

  .landscape\:mt-\[2\.8vw\] {
    margin-top: 2.8vw;
  }

  .landscape\:mt-\[22\.4vw\] {
    margin-top: 22.4vw;
  }

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

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

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

  .landscape\:mt-\[4\.6vw\] {
    margin-top: 4.6vw;
  }

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

  .landscape\:mt-\[5\.4vw\] {
    margin-top: 5.4vw;
  }

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

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

  .landscape\:mt-\[7\.4vw\] {
    margin-top: 7.4vw;
  }

  .landscape\:mt-\[8\.4vw\] {
    margin-top: 8.4vw;
  }

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

  .landscape\:block {
    display: block;
  }

  .landscape\:flex {
    display: flex;
  }

  .landscape\:hidden {
    display: none;
  }

  .landscape\:aspect-\[6\/4\] {
    aspect-ratio: 6/4;
  }

  .landscape\:aspect-auto {
    aspect-ratio: auto;
  }

  .landscape\:h-\[1\.4vw\] {
    height: 1.4vw;
  }

  .landscape\:h-\[1\.6vw\] {
    height: 1.6vw;
  }

  .landscape\:h-\[1\.7vw\] {
    height: 1.7vw;
  }

  .landscape\:h-\[1\.9vw\] {
    height: 1.9vw;
  }

  .landscape\:h-\[12vw\] {
    height: 12vw;
  }

  .landscape\:h-\[150dvh\] {
    height: 150dvh;
  }

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

  .landscape\:h-\[1vw\] {
    height: 1vw;
  }

  .landscape\:h-\[2\.2vw\] {
    height: 2.2vw;
  }

  .landscape\:h-\[2\.4vw\] {
    height: 2.4vw;
  }

  .landscape\:h-\[2\.6vw\] {
    height: 2.6vw;
  }

  .landscape\:h-\[3\.4vw\] {
    height: 3.4vw;
  }

  .landscape\:h-\[3\.6vw\] {
    height: 3.6vw;
  }

  .landscape\:h-\[3\.8vw\] {
    height: 3.8vw;
  }

  .landscape\:h-\[34vw\] {
    height: 34vw;
  }

  .landscape\:h-\[35vw\] {
    height: 35vw;
  }

  .landscape\:h-\[3vw\] {
    height: 3vw;
  }

  .landscape\:h-\[4\.4vw\] {
    height: 4.4vw;
  }

  .landscape\:h-\[40vw\] {
    height: 40vw;
  }

  .landscape\:h-\[5\.2vw\] {
    height: 5.2vw;
  }

  .landscape\:h-\[5\.6vw\] {
    height: 5.6vw;
  }

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

  .landscape\:h-\[6vw\] {
    height: 6vw;
  }

  .landscape\:h-\[7vw\] {
    height: 7vw;
  }

  .landscape\:h-\[9\.2vw\] {
    height: 9.2vw;
  }

  .landscape\:h-\[9\.4vw\] {
    height: 9.4vw;
  }

  .landscape\:h-\[9\.6vw\] {
    height: 9.6vw;
  }

  .landscape\:max-h-\[55vh\] {
    max-height: 55vh;
  }

  .landscape\:min-h-\[150vh\] {
    min-height: 150vh;
  }

  .landscape\:min-h-\[60\.4vw\] {
    min-height: 60.4vw;
  }

  .landscape\:min-h-\[60vw\] {
    min-height: 60vw;
  }

  .landscape\:w-\[\.8vw\] {
    width: .8vw;
  }

  .landscape\:w-\[\.9vw\] {
    width: .9vw;
  }

  .landscape\:w-\[1\.4vw\] {
    width: 1.4vw;
  }

  .landscape\:w-\[1\.5vw\] {
    width: 1.5vw;
  }

  .landscape\:w-\[1\.6vw\] {
    width: 1.6vw;
  }

  .landscape\:w-\[1\.7vw\] {
    width: 1.7vw;
  }

  .landscape\:w-\[1\.9vw\] {
    width: 1.9vw;
  }

  .landscape\:w-\[10\.3vw\] {
    width: 10.3vw;
  }

  .landscape\:w-\[10vw\] {
    width: 10vw;
  }

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

  .landscape\:w-\[15vw\] {
    width: 15vw;
  }

  .landscape\:w-\[17vw\] {
    width: 17vw;
  }

  .landscape\:w-\[18vw\] {
    width: 18vw;
  }

  .landscape\:w-\[19\.8vw\] {
    width: 19.8vw;
  }

  .landscape\:w-\[1vw\] {
    width: 1vw;
  }

  .landscape\:w-\[2\.2vw\] {
    width: 2.2vw;
  }

  .landscape\:w-\[2\.4vw\] {
    width: 2.4vw;
  }

  .landscape\:w-\[2\.6vw\] {
    width: 2.6vw;
  }

  .landscape\:w-\[21vw\] {
    width: 21vw;
  }

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

  .landscape\:w-\[23vw\] {
    width: 23vw;
  }

  .landscape\:w-\[24vw\] {
    width: 24vw;
  }

  .landscape\:w-\[25vw\] {
    width: 25vw;
  }

  .landscape\:w-\[3\.2vw\] {
    width: 3.2vw;
  }

  .landscape\:w-\[3\.4vw\] {
    width: 3.4vw;
  }

  .landscape\:w-\[3\.6vw\] {
    width: 3.6vw;
  }

  .landscape\:w-\[3\.8vw\] {
    width: 3.8vw;
  }

  .landscape\:w-\[32\.5vw\] {
    width: 32.5vw;
  }

  .landscape\:w-\[33vw\] {
    width: 33vw;
  }

  .landscape\:w-\[34\.8vw\] {
    width: 34.8vw;
  }

  .landscape\:w-\[37vw\] {
    width: 37vw;
  }

  .landscape\:w-\[38vw\] {
    width: 38vw;
  }

  .landscape\:w-\[3vw\] {
    width: 3vw;
  }

  .landscape\:w-\[4\.4vw\] {
    width: 4.4vw;
  }

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

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

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

  .landscape\:w-\[48\.5vw\] {
    width: 48.5vw;
  }

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

  .landscape\:w-\[5\.2vw\] {
    width: 5.2vw;
  }

  .landscape\:w-\[5\.6vw\] {
    width: 5.6vw;
  }

  .landscape\:w-\[50vw\] {
    width: 50vw;
  }

  .landscape\:w-\[52vw\] {
    width: 52vw;
  }

  .landscape\:w-\[54vw\] {
    width: 54vw;
  }

  .landscape\:w-\[56vw\] {
    width: 56vw;
  }

  .landscape\:w-\[6\.3vw\] {
    width: 6.3vw;
  }

  .landscape\:w-\[6\.4vw\] {
    width: 6.4vw;
  }

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

  .landscape\:w-\[6vw\] {
    width: 6vw;
  }

  .landscape\:w-\[7\.2vw\] {
    width: 7.2vw;
  }

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

  .landscape\:w-\[70vw\] {
    width: 70vw;
  }

  .landscape\:w-\[72vw\] {
    width: 72vw;
  }

  .landscape\:w-\[7vw\] {
    width: 7vw;
  }

  .landscape\:w-\[8\.6vw\] {
    width: 8.6vw;
  }

  .landscape\:w-\[80vw\] {
    width: 80vw;
  }

  .landscape\:w-\[83vw\] {
    width: 83vw;
  }

  .landscape\:w-\[84vw\] {
    width: 84vw;
  }

  .landscape\:w-\[86vw\] {
    width: 86vw;
  }

  .landscape\:w-\[8vw\] {
    width: 8vw;
  }

  .landscape\:w-\[9\.2vw\] {
    width: 9.2vw;
  }

  .landscape\:w-\[9\.6vw\] {
    width: 9.6vw;
  }

  .landscape\:w-\[94vw\] {
    width: 94vw;
  }

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

  .landscape\:-translate-x-0 {
    --tw-translate-x: -0px;
    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));
  }

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

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

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

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

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

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

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

  .landscape\:gap-\[5vw\] {
    gap: 5vw;
  }

  .landscape\:gap-x-\[\.8vw\] {
    -moz-column-gap: .8vw;
         column-gap: .8vw;
  }

  .landscape\:gap-x-\[1\.6vw\] {
    -moz-column-gap: 1.6vw;
         column-gap: 1.6vw;
  }

  .landscape\:gap-x-\[10vw\] {
    -moz-column-gap: 10vw;
         column-gap: 10vw;
  }

  .landscape\:gap-x-\[1vw\] {
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }

  .landscape\:gap-x-\[2vw\] {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
  }

  .landscape\:gap-x-\[3vw\] {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }

  .landscape\:gap-x-\[4vw\] {
    -moz-column-gap: 4vw;
         column-gap: 4vw;
  }

  .landscape\:gap-x-\[6vw\] {
    -moz-column-gap: 6vw;
         column-gap: 6vw;
  }

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

  .landscape\:gap-y-\[\.2vw\] {
    row-gap: .2vw;
  }

  .landscape\:gap-y-\[\.6vw\] {
    row-gap: .6vw;
  }

  .landscape\:gap-y-\[\.8vw\] {
    row-gap: .8vw;
  }

  .landscape\:gap-y-\[1\.2vw\] {
    row-gap: 1.2vw;
  }

  .landscape\:gap-y-\[2\.2vw\] {
    row-gap: 2.2vw;
  }

  .landscape\:gap-y-\[2\.8vw\] {
    row-gap: 2.8vw;
  }

  .landscape\:gap-y-\[2vw\] {
    row-gap: 2vw;
  }

  .landscape\:gap-y-\[7vw\] {
    row-gap: 7vw;
  }

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

  .landscape\:rounded-\[3\.4vw\] {
    border-radius: 3.4vw;
  }

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

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

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

  .landscape\:rounded-b-\[1vw\] {
    border-bottom-right-radius: 1vw;
    border-bottom-left-radius: 1vw;
  }

  .landscape\:rounded-t-\[1vw\] {
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
  }

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

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

  .landscape\:border-b-\[\.4vw\] {
    border-bottom-width: .4vw;
  }

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

  .landscape\:p-\[\.4vw_3\.5vw\] {
    padding: .4vw 3.5vw;
  }

  .landscape\:p-\[\.4vw_4vw\] {
    padding: .4vw 4vw;
  }

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

  .landscape\:p-\[1\.2vw_3\.4vw\] {
    padding: 1.2vw 3.4vw;
  }

  .landscape\:p-\[1\.2vw_8vw\] {
    padding: 1.2vw 8vw;
  }

  .landscape\:p-\[1\.3vw_2vw_1\.3vw\] {
    padding: 1.3vw 2vw 1.3vw;
  }

  .landscape\:p-\[10vw_15vw_0vw\] {
    padding: 10vw 15vw 0vw;
  }

  .landscape\:p-\[10vw_15vw_20vw_15vw\] {
    padding: 10vw 15vw 20vw 15vw;
  }

  .landscape\:p-\[13\.4vw_3vw_11\.4vw\] {
    padding: 13.4vw 3vw 11.4vw;
  }

  .landscape\:p-\[1vw_2vw\] {
    padding: 1vw 2vw;
  }

  .landscape\:p-\[1vw_5\.8vw\] {
    padding: 1vw 5.8vw;
  }

  .landscape\:p-\[1vw_8vw_2\.5vw\] {
    padding: 1vw 8vw 2.5vw;
  }

  .landscape\:p-\[2\.8vw_2vw_2vw\] {
    padding: 2.8vw 2vw 2vw;
  }

  .landscape\:p-\[3vw\] {
    padding: 3vw;
  }

  .landscape\:p-\[4\.4vw_6vw\] {
    padding: 4.4vw 6vw;
  }

  .landscape\:p-\[4\.4vw_7\.4vw\] {
    padding: 4.4vw 7.4vw;
  }

  .landscape\:p-\[4vw\] {
    padding: 4vw;
  }

  .landscape\:p-\[4vw_6vw_5vw_7\.6vw\] {
    padding: 4vw 6vw 5vw 7.6vw;
  }

  .landscape\:p-\[5\.4vw_14\.4vw\] {
    padding: 5.4vw 14.4vw;
  }

  .landscape\:p-\[7vw_3\.5vw_\.4vw\] {
    padding: 7vw 3.5vw .4vw;
  }

  .landscape\:p-\[7vw_6vw\] {
    padding: 7vw 6vw;
  }

  .landscape\:p-\[8vw_3vw_6vw\] {
    padding: 8vw 3vw 6vw;
  }

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

  .landscape\:px-\[\.4vw\] {
    padding-left: .4vw;
    padding-right: .4vw;
  }

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

  .landscape\:px-\[1\.5vw\] {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
  }

  .landscape\:px-\[11vw\] {
    padding-left: 11vw;
    padding-right: 11vw;
  }

  .landscape\:px-\[13\.4\%\] {
    padding-left: 13.4%;
    padding-right: 13.4%;
  }

  .landscape\:px-\[15vw\] {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .landscape\:px-\[2\.4\%\] {
    padding-left: 2.4%;
    padding-right: 2.4%;
  }

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

  .landscape\:px-\[2vw\] {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .landscape\:px-\[3\.5vw\] {
    padding-left: 3.5vw;
    padding-right: 3.5vw;
  }

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

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

  .landscape\:px-\[6vw\] {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .landscape\:py-\[\.8vw\] {
    padding-top: .8vw;
    padding-bottom: .8vw;
  }

  .landscape\:py-\[1\.4vw\] {
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
  }

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

  .landscape\:py-\[12vw\] {
    padding-top: 12vw;
    padding-bottom: 12vw;
  }

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

  .landscape\:py-\[2vw\] {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .landscape\:py-\[4vw\] {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .landscape\:py-\[7vw\] {
    padding-top: 7vw;
    padding-bottom: 7vw;
  }

  .landscape\:py-\[8vw\] {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

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

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

  .landscape\:pb-\[1\.4vw\] {
    padding-bottom: 1.4vw;
  }

  .landscape\:pb-\[1\.5vw\] {
    padding-bottom: 1.5vw;
  }

  .landscape\:pb-\[14vw\] {
    padding-bottom: 14vw;
  }

  .landscape\:pb-\[2\.4vw\] {
    padding-bottom: 2.4vw;
  }

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

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

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

  .landscape\:pb-\[6\.6vw\] {
    padding-bottom: 6.6vw;
  }

  .landscape\:pb-\[7vw\] {
    padding-bottom: 7vw;
  }

  .landscape\:pl-\[1\.2vw\] {
    padding-left: 1.2vw;
  }

  .landscape\:pl-\[13\.4\%\] {
    padding-left: 13.4%;
  }

  .landscape\:pl-\[2vw\] {
    padding-left: 2vw;
  }

  .landscape\:pr-\[6\.6vw\] {
    padding-right: 6.6vw;
  }

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

  .landscape\:pt-\[1\.75vw\] {
    padding-top: 1.75vw;
  }

  .landscape\:pt-\[10vw\] {
    padding-top: 10vw;
  }

  .landscape\:pt-\[12\.8vw\] {
    padding-top: 12.8vw;
  }

  .landscape\:pt-\[2\.8vw\] {
    padding-top: 2.8vw;
  }

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

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

  .landscape\:pt-\[4\%\] {
    padding-top: 4%;
  }

  .landscape\:pt-\[5\.4vw\] {
    padding-top: 5.4vw;
  }

  .landscape\:pt-\[5\.8vw\] {
    padding-top: 5.8vw;
  }

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

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

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

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

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

  .landscape\:text-\[1\.6vw\] {
    font-size: 1.6vw;
  }

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

  .landscape\:text-\[1\.88vw\] {
    font-size: 1.88vw;
  }

  .landscape\:text-\[1\.8vw\] {
    font-size: 1.8vw;
  }

  .landscape\:text-\[1\.9vw\] {
    font-size: 1.9vw;
  }

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

  .landscape\:text-\[2\.1vw\] {
    font-size: 2.1vw;
  }

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

  .landscape\:text-\[2\.3vw\] {
    font-size: 2.3vw;
  }

  .landscape\:text-\[2\.4vw\] {
    font-size: 2.4vw;
  }

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

  .landscape\:text-\[2\.6vw\] {
    font-size: 2.6vw;
  }

  .landscape\:text-\[2\.7vw\] {
    font-size: 2.7vw;
  }

  .landscape\:text-\[2\.8vw\] {
    font-size: 2.8vw;
  }

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

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

  .landscape\:text-\[3\.5vw\] {
    font-size: 3.5vw;
  }

  .landscape\:text-\[3\.74vw\] {
    font-size: 3.74vw;
  }

  .landscape\:text-\[3\.8vw\] {
    font-size: 3.8vw;
  }

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

  .landscape\:text-\[4\.35vw\] {
    font-size: 4.35vw;
  }

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

  .landscape\:text-\[5\.8vw\] {
    font-size: 5.8vw;
  }

  .landscape\:text-\[7\.2vw\] {
    font-size: 7.2vw;
  }

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

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

  .landscape\:leading-\[2\.5vw\] {
    line-height: 2.5vw;
  }

  .landscape\:leading-\[2\.6vw\] {
    line-height: 2.6vw;
  }

  .landscape\:leading-\[3\.2vw\] {
    line-height: 3.2vw;
  }

  .landscape\:leading-\[3\.4vw\] {
    line-height: 3.4vw;
  }

  .landscape\:leading-\[4\.4vw\] {
    line-height: 4.4vw;
  }

  .landscape\:leading-loose {
    line-height: 2;
  }

  .landscape\:leading-relaxed {
    line-height: 1.625;
  }

  .landscape\:tracking-\[\.1vw\] {
    letter-spacing: .1vw;
  }

  .landscape\:tracking-\[\.2vw\] {
    letter-spacing: .2vw;
  }

  .landscape\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .landscape\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .landscape\:text-\[1\.4w\] {
    color: 1.4w;
  }
}

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

    .md\:landscape\:sticky {
      position: sticky;
    }

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

    .md\:landscape\:-right-\[2\.2vw\] {
      right: -2.2vw;
    }

    .md\:landscape\:-right-\[5\.2vw\] {
      right: -5.2vw;
    }

    .md\:landscape\:-right-\[6vw\] {
      right: -6vw;
    }

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

    .md\:landscape\:bottom-\[\.4vw\] {
      bottom: .4vw;
    }

    .md\:landscape\:bottom-\[6vw\] {
      bottom: 6vw;
    }

    .md\:landscape\:left-\[13\.5\%\] {
      left: 13.5%;
    }

    .md\:landscape\:left-\[28\.5vw\] {
      left: 28.5vw;
    }

    .md\:landscape\:left-\[7\.5vw\] {
      left: 7.5vw;
    }

    .md\:landscape\:right-\[2\.2vw\] {
      right: 2.2vw;
    }

    .md\:landscape\:right-\[4\.2vw\] {
      right: 4.2vw;
    }

    .md\:landscape\:top-\[17\.2vw\] {
      top: 17.2vw;
    }

    .md\:landscape\:top-\[2\.2vw\] {
      top: 2.2vw;
    }

    .md\:landscape\:top-\[43\%\] {
      top: 43%;
    }

    .md\:landscape\:m-\[1\.95vw_auto_3\.75vw\] {
      margin: 1.95vw auto 3.75vw;
    }

    .md\:landscape\:m-\[10vw_0vw_12vw\] {
      margin: 10vw 0vw 12vw;
    }

    .md\:landscape\:m-\[2\.2vw_auto_2\.7vw\] {
      margin: 2.2vw auto 2.7vw;
    }

    .md\:landscape\:m-\[3\.3vw_0vw_2\.7vw\] {
      margin: 3.3vw 0vw 2.7vw;
    }

    .md\:landscape\:m-\[7\.2vw_auto_12vw\] {
      margin: 7.2vw auto 12vw;
    }

    .md\:landscape\:my-\[\.7vw\] {
      margin-top: .7vw;
      margin-bottom: .7vw;
    }

    .md\:landscape\:my-\[2\.7vw\] {
      margin-top: 2.7vw;
      margin-bottom: 2.7vw;
    }

    .md\:landscape\:my-\[3vw\] {
      margin-top: 3vw;
      margin-bottom: 3vw;
    }

    .md\:landscape\:my-\[4\.5vw\] {
      margin-top: 4.5vw;
      margin-bottom: 4.5vw;
    }

    .md\:landscape\:my-\[8\.2vw\] {
      margin-top: 8.2vw;
      margin-bottom: 8.2vw;
    }

    .md\:landscape\:-mr-\[1\.05vw\] {
      margin-right: -1.05vw;
    }

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

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

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

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

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

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

    .md\:landscape\:mb-\[1\.05vw\] {
      margin-bottom: 1.05vw;
    }

    .md\:landscape\:mb-\[1\.2vw\] {
      margin-bottom: 1.2vw;
    }

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

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

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

    .md\:landscape\:mb-\[2\.1vw\] {
      margin-bottom: 2.1vw;
    }

    .md\:landscape\:mb-\[2\.2vw\] {
      margin-bottom: 2.2vw;
    }

    .md\:landscape\:mb-\[2\.4vw\] {
      margin-bottom: 2.4vw;
    }

    .md\:landscape\:mb-\[2\.7vw\] {
      margin-bottom: 2.7vw;
    }

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

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

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

    .md\:landscape\:mb-\[4\.5vw\] {
      margin-bottom: 4.5vw;
    }

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

    .md\:landscape\:mb-\[5\.1vw\] {
      margin-bottom: 5.1vw;
    }

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

    .md\:landscape\:mb-\[6\.7vw\] {
      margin-bottom: 6.7vw;
    }

    .md\:landscape\:mb-\[8\.5vw\] {
      margin-bottom: 8.5vw;
    }

    .md\:landscape\:ml-\[1\.1vw\] {
      margin-left: 1.1vw;
    }

    .md\:landscape\:ml-\[1\.8vw\] {
      margin-left: 1.8vw;
    }

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

    .md\:landscape\:mr-\[\.4vw\] {
      margin-right: .4vw;
    }

    .md\:landscape\:mr-\[\.7vw\] {
      margin-right: .7vw;
    }

    .md\:landscape\:mr-\[2\.8vw\] {
      margin-right: 2.8vw;
    }

    .md\:landscape\:mr-\[6vw\] {
      margin-right: 6vw;
    }

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

    .md\:landscape\:mt-\[\.7vw\] {
      margin-top: .7vw;
    }

    .md\:landscape\:mt-\[1\.2vw\] {
      margin-top: 1.2vw;
    }

    .md\:landscape\:mt-\[1\.5vw\] {
      margin-top: 1.5vw;
    }

    .md\:landscape\:mt-\[1\.65vw\] {
      margin-top: 1.65vw;
    }

    .md\:landscape\:mt-\[1\.8vw\] {
      margin-top: 1.8vw;
    }

    .md\:landscape\:mt-\[10\.6vw\] {
      margin-top: 10.6vw;
    }

    .md\:landscape\:mt-\[10\.8vw\] {
      margin-top: 10.8vw;
    }

    .md\:landscape\:mt-\[16\.8vw\] {
      margin-top: 16.8vw;
    }

    .md\:landscape\:mt-\[2\.1vw\] {
      margin-top: 2.1vw;
    }

    .md\:landscape\:mt-\[2\.2vw\] {
      margin-top: 2.2vw;
    }

    .md\:landscape\:mt-\[2\.4vw\] {
      margin-top: 2.4vw;
    }

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

    .md\:landscape\:mt-\[3\.75vw\] {
      margin-top: 3.75vw;
    }

    .md\:landscape\:mt-\[3\.7vw\] {
      margin-top: 3.7vw;
    }

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

    .md\:landscape\:mt-\[4\.5vw\] {
      margin-top: 4.5vw;
    }

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

    .md\:landscape\:mt-\[5\.5vw\] {
      margin-top: 5.5vw;
    }

    .md\:landscape\:mt-\[6\.7vw\] {
      margin-top: 6.7vw;
    }

    .md\:landscape\:mt-\[7\.5vw\] {
      margin-top: 7.5vw;
    }

    .md\:landscape\:mt-\[7\.9vw\] {
      margin-top: 7.9vw;
    }

    .md\:landscape\:mt-\[8\.5vw\] {
      margin-top: 8.5vw;
    }

    .md\:landscape\:mt-\[10\.5vw\] {
      margin-top: 10.5vw;
    }

    .md\:landscape\:mt-\[10vw\] {
      margin-top: 10vw;
    }

    .md\:landscape\:mt-\[8vw\] {
      margin-top: 8vw;
    }

    .md\:landscape\:block {
      display: block;
    }

    .md\:landscape\:flex {
      display: flex;
    }

    .md\:landscape\:hidden {
      display: none;
    }

    .md\:landscape\:aspect-\[16\/8\.2\] {
      aspect-ratio: 16/8.2;
    }

    .md\:landscape\:h-\[\.7vw\] {
      height: .7vw;
    }

    .md\:landscape\:h-\[1\.05vw\] {
      height: 1.05vw;
    }

    .md\:landscape\:h-\[1\.2vw\] {
      height: 1.2vw;
    }

    .md\:landscape\:h-\[1\.4vw\] {
      height: 1.4vw;
    }

    .md\:landscape\:h-\[1\.5vw\] {
      height: 1.5vw;
    }

    .md\:landscape\:h-\[1\.65vw\] {
      height: 1.65vw;
    }

    .md\:landscape\:h-\[1\.8vw\] {
      height: 1.8vw;
    }

    .md\:landscape\:h-\[1\.9vw\] {
      height: 1.9vw;
    }

    .md\:landscape\:h-\[2\.2vw\] {
      height: 2.2vw;
    }

    .md\:landscape\:h-\[2\.5vw\] {
      height: 2.5vw;
    }

    .md\:landscape\:h-\[2\.7vw\] {
      height: 2.7vw;
    }

    .md\:landscape\:h-\[2\.8vw\] {
      height: 2.8vw;
    }

    .md\:landscape\:h-\[25\.5vw\] {
      height: 25.5vw;
    }

    .md\:landscape\:h-\[25vw\] {
      height: 25vw;
    }

    .md\:landscape\:h-\[3\.3vw\] {
      height: 3.3vw;
    }

    .md\:landscape\:h-\[3\.9vw\] {
      height: 3.9vw;
    }

    .md\:landscape\:h-\[4\.2vw\] {
      height: 4.2vw;
    }

    .md\:landscape\:h-\[4\.5vw\] {
      height: 4.5vw;
    }

    .md\:landscape\:h-\[42vw\] {
      height: 42vw;
    }

    .md\:landscape\:h-\[5\.2vw\] {
      height: 5.2vw;
    }

    .md\:landscape\:h-\[6\.9vw\] {
      height: 6.9vw;
    }

    .md\:landscape\:h-\[7\.05vw\] {
      height: 7.05vw;
    }

    .md\:landscape\:h-\[7\.2vw\] {
      height: 7.2vw;
    }

    .md\:landscape\:h-\[9vw\] {
      height: 9vw;
    }

    .md\:landscape\:h-auto {
      height: auto;
    }

    .md\:landscape\:h-dvh {
      height: 100dvh;
    }

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

    .md\:landscape\:max-h-none {
      max-height: none;
    }

    .md\:landscape\:min-h-\[45vw\] {
      min-height: 45vw;
    }

    .md\:landscape\:min-h-\[46vw\] {
      min-height: 46vw;
    }

    .md\:landscape\:min-h-\[68\.7vw\] {
      min-height: 68.7vw;
    }

    .md\:landscape\:w-\[\.6vw\] {
      width: .6vw;
    }

    .md\:landscape\:w-\[\.7vw\] {
      width: .7vw;
    }

    .md\:landscape\:w-\[1\.05vw\] {
      width: 1.05vw;
    }

    .md\:landscape\:w-\[1\.2vw\] {
      width: 1.2vw;
    }

    .md\:landscape\:w-\[1\.4vw\] {
      width: 1.4vw;
    }

    .md\:landscape\:w-\[1\.5vw\] {
      width: 1.5vw;
    }

    .md\:landscape\:w-\[1\.65vw\] {
      width: 1.65vw;
    }

    .md\:landscape\:w-\[1\.8vw\] {
      width: 1.8vw;
    }

    .md\:landscape\:w-\[1\.9vw\] {
      width: 1.9vw;
    }

    .md\:landscape\:w-\[11\.2vw\] {
      width: 11.2vw;
    }

    .md\:landscape\:w-\[12\.7vw\] {
      width: 12.7vw;
    }

    .md\:landscape\:w-\[13\.5vw\] {
      width: 13.5vw;
    }

    .md\:landscape\:w-\[14\.8vw\] {
      width: 14.8vw;
    }

    .md\:landscape\:w-\[14vw\] {
      width: 14vw;
    }

    .md\:landscape\:w-\[15\.7vw\] {
      width: 15.7vw;
    }

    .md\:landscape\:w-\[16\.5vw\] {
      width: 16.5vw;
    }

    .md\:landscape\:w-\[16vw\] {
      width: 16vw;
    }

    .md\:landscape\:w-\[18vw\] {
      width: 18vw;
    }

    .md\:landscape\:w-\[2\.2vw\] {
      width: 2.2vw;
    }

    .md\:landscape\:w-\[2\.4vw\] {
      width: 2.4vw;
    }

    .md\:landscape\:w-\[2\.5vw\] {
      width: 2.5vw;
    }

    .md\:landscape\:w-\[2\.7vw\] {
      width: 2.7vw;
    }

    .md\:landscape\:w-\[2\.8vw\] {
      width: 2.8vw;
    }

    .md\:landscape\:w-\[20vw\] {
      width: 20vw;
    }

    .md\:landscape\:w-\[21vw\] {
      width: 21vw;
    }

    .md\:landscape\:w-\[22\.5vw\] {
      width: 22.5vw;
    }

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

    .md\:landscape\:w-\[23vw\] {
      width: 23vw;
    }

    .md\:landscape\:w-\[25vw\] {
      width: 25vw;
    }

    .md\:landscape\:w-\[26vw\] {
      width: 26vw;
    }

    .md\:landscape\:w-\[27\.7vw\] {
      width: 27.7vw;
    }

    .md\:landscape\:w-\[28vw\] {
      width: 28vw;
    }

    .md\:landscape\:w-\[3\.3vw\] {
      width: 3.3vw;
    }

    .md\:landscape\:w-\[3\.9vw\] {
      width: 3.9vw;
    }

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

    .md\:landscape\:w-\[33\.7vw\] {
      width: 33.7vw;
    }

    .md\:landscape\:w-\[33vw\] {
      width: 33vw;
    }

    .md\:landscape\:w-\[34\.5vw\] {
      width: 34.5vw;
    }

    .md\:landscape\:w-\[39vw\] {
      width: 39vw;
    }

    .md\:landscape\:w-\[4\.2vw\] {
      width: 4.2vw;
    }

    .md\:landscape\:w-\[4\.5vw\] {
      width: 4.5vw;
    }

    .md\:landscape\:w-\[4\.7vw\] {
      width: 4.7vw;
    }

    .md\:landscape\:w-\[4\.8vw\] {
      width: 4.8vw;
    }

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

    .md\:landscape\:w-\[42vw\] {
      width: 42vw;
    }

    .md\:landscape\:w-\[48vw\] {
      width: 48vw;
    }

    .md\:landscape\:w-\[49\.8vw\] {
      width: 49.8vw;
    }

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

    .md\:landscape\:w-\[5\.2vw\] {
      width: 5.2vw;
    }

    .md\:landscape\:w-\[5\.4vw\] {
      width: 5.4vw;
    }

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

    .md\:landscape\:w-\[51\.6vw\] {
      width: 51.6vw;
    }

    .md\:landscape\:w-\[51\.7vw\] {
      width: 51.7vw;
    }

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

    .md\:landscape\:w-\[52\.5\%\] {
      width: 52.5%;
    }

    .md\:landscape\:w-\[54vw\] {
      width: 54vw;
    }

    .md\:landscape\:w-\[55\.5vw\] {
      width: 55.5vw;
    }

    .md\:landscape\:w-\[5vw\] {
      width: 5vw;
    }

    .md\:landscape\:w-\[6\.4vw\] {
      width: 6.4vw;
    }

    .md\:landscape\:w-\[6\.9vw\] {
      width: 6.9vw;
    }

    .md\:landscape\:w-\[63vw\] {
      width: 63vw;
    }

    .md\:landscape\:w-\[67\.5vw\] {
      width: 67.5vw;
    }

    .md\:landscape\:w-\[6vw\] {
      width: 6vw;
    }

    .md\:landscape\:w-\[7\.2vw\] {
      width: 7.2vw;
    }

    .md\:landscape\:w-\[7\.5vw\] {
      width: 7.5vw;
    }

    .md\:landscape\:w-\[70vw\] {
      width: 70vw;
    }

    .md\:landscape\:w-\[88vw\] {
      width: 88vw;
    }

    .md\:landscape\:w-\[9vw\] {
      width: 9vw;
    }

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

    .md\:landscape\:grow {
      flex-grow: 1;
    }

    .md\:landscape\:translate-y-1\/4 {
      --tw-translate-y: 25%;
      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));
    }

    .md\:landscape\:translate-y-\[10\.5\%\] {
      --tw-translate-y: 10.5%;
      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));
    }

    .md\:landscape\:translate-y-\[7\%\] {
      --tw-translate-y: 7%;
      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));
    }

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

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

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

    .md\:landscape\:flex-col {
      flex-direction: column;
    }

    .md\:landscape\:items-end {
      align-items: flex-end;
    }

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

    .md\:landscape\:gap-\[1\.5vw\] {
      gap: 1.5vw;
    }

    .md\:landscape\:gap-\[3vw\] {
      gap: 3vw;
    }

    .md\:landscape\:gap-x-\[\.6vw\] {
      -moz-column-gap: .6vw;
           column-gap: .6vw;
    }

    .md\:landscape\:gap-x-\[\.7vw\] {
      -moz-column-gap: .7vw;
           column-gap: .7vw;
    }

    .md\:landscape\:gap-x-\[0vw\] {
      -moz-column-gap: 0vw;
           column-gap: 0vw;
    }

    .md\:landscape\:gap-x-\[1\.2vw\] {
      -moz-column-gap: 1.2vw;
           column-gap: 1.2vw;
    }

    .md\:landscape\:gap-x-\[1\.5vw\] {
      -moz-column-gap: 1.5vw;
           column-gap: 1.5vw;
    }

    .md\:landscape\:gap-x-\[2\.2vw\] {
      -moz-column-gap: 2.2vw;
           column-gap: 2.2vw;
    }

    .md\:landscape\:gap-x-\[3vw\] {
      -moz-column-gap: 3vw;
           column-gap: 3vw;
    }

    .md\:landscape\:gap-x-\[4vw\] {
      -moz-column-gap: 4vw;
           column-gap: 4vw;
    }

    .md\:landscape\:gap-x-\[5\.2vw\] {
      -moz-column-gap: 5.2vw;
           column-gap: 5.2vw;
    }

    .md\:landscape\:gap-x-\[7\.5vw\] {
      -moz-column-gap: 7.5vw;
           column-gap: 7.5vw;
    }

    .md\:landscape\:gap-y-\[\.15vw\] {
      row-gap: .15vw;
    }

    .md\:landscape\:gap-y-\[\.4vw\] {
      row-gap: .4vw;
    }

    .md\:landscape\:gap-y-\[\.6vw\] {
      row-gap: .6vw;
    }

    .md\:landscape\:gap-y-\[\.9vw\] {
      row-gap: .9vw;
    }

    .md\:landscape\:gap-y-\[1\.5vw\] {
      row-gap: 1.5vw;
    }

    .md\:landscape\:gap-y-\[1\.65vw\] {
      row-gap: 1.65vw;
    }

    .md\:landscape\:gap-y-\[2\.1vw\] {
      row-gap: 2.1vw;
    }

    .md\:landscape\:gap-y-\[3vw\] {
      row-gap: 3vw;
    }

    .md\:landscape\:gap-y-\[5\.2vw\] {
      row-gap: 5.2vw;
    }

    .md\:landscape\:overflow-visible {
      overflow: visible;
    }

    .md\:landscape\:rounded-\[1\.5vw\] {
      border-radius: 1.5vw;
    }

    .md\:landscape\:rounded-\[2\.5vw\] {
      border-radius: 2.5vw;
    }

    .md\:landscape\:rounded-\[3vw\] {
      border-radius: 3vw;
    }

    .md\:landscape\:rounded-\[4\.5vw\] {
      border-radius: 4.5vw;
    }

    .md\:landscape\:rounded-b-\[\.7vw\] {
      border-bottom-right-radius: .7vw;
      border-bottom-left-radius: .7vw;
    }

    .md\:landscape\:rounded-t-\[\.7vw\] {
      border-top-left-radius: .7vw;
      border-top-right-radius: .7vw;
    }

    .md\:landscape\:border-0 {
      border-width: 0px;
    }

    .md\:landscape\:border-\[\.1vw\] {
      border-width: .1vw;
    }

    .md\:landscape\:border-y-0 {
      border-top-width: 0px;
      border-bottom-width: 0px;
    }

    .md\:landscape\:border-b-\[\.3vw\] {
      border-bottom-width: .3vw;
    }

    .md\:landscape\:p-0 {
      padding: 0px;
    }

    .md\:landscape\:p-\[\.3vw_3vw\] {
      padding: .3vw 3vw;
    }

    .md\:landscape\:p-\[\.3vw_5vw\] {
      padding: .3vw 5vw;
    }

    .md\:landscape\:p-\[\.4vw_9\.5vw_0vw_12vw\] {
      padding: .4vw 9.5vw 0vw 12vw;
    }

    .md\:landscape\:p-\[\.6vw\] {
      padding: .6vw;
    }

    .md\:landscape\:p-\[\.75vw_4\.3vw\] {
      padding: .75vw 4.3vw;
    }

    .md\:landscape\:p-\[\.9vw_2\.5vw\] {
      padding: .9vw 2.5vw;
    }

    .md\:landscape\:p-\[\.9vw_6vw\] {
      padding: .9vw 6vw;
    }

    .md\:landscape\:p-\[1\.5vw_6vw_3\.75vw\] {
      padding: 1.5vw 6vw 3.75vw;
    }

    .md\:landscape\:p-\[10vw_5vw_8\.5vw_0vw\] {
      padding: 10vw 5vw 8.5vw 0vw;
    }

    .md\:landscape\:p-\[2\.1vw_1\.5vw_1\.5vw\] {
      padding: 2.1vw 1.5vw 1.5vw;
    }

    .md\:landscape\:p-\[2vw_1\.5vw_1\.5vw\] {
      padding: 2vw 1.5vw 1.5vw;
    }

    .md\:landscape\:p-\[3\.3vw_5\.5vw\] {
      padding: 3.3vw 5.5vw;
    }

    .md\:landscape\:p-\[3\.3vw_6vw\] {
      padding: 3.3vw 6vw;
    }

    .md\:landscape\:p-\[3\.9vw_0vw_4\.9vw\] {
      padding: 3.9vw 0vw 4.9vw;
    }

    .md\:landscape\:p-\[3vw\] {
      padding: 3vw;
    }

    .md\:landscape\:p-\[3vw_4\.5vw_3\.75vw_5\.7vw\] {
      padding: 3vw 4.5vw 3.75vw 5.7vw;
    }

    .md\:landscape\:p-\[4vw_5vw\] {
      padding: 4vw 5vw;
    }

    .md\:landscape\:p-\[5\.25vw_5vw_\.3vw\] {
      padding: 5.25vw 5vw .3vw;
    }

    .md\:landscape\:p-\[5\.25vw_6vw\] {
      padding: 5.25vw 6vw;
    }

    .md\:landscape\:p-\[6vw_2\.25vw_4\.5vw\] {
      padding: 6vw 2.25vw 4.5vw;
    }

    .md\:landscape\:p-\[8vw_9\.5vw_15vw_12vw\] {
      padding: 8vw 9.5vw 15vw 12vw;
    }

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

    .md\:landscape\:px-\[1\.5vw\] {
      padding-left: 1.5vw;
      padding-right: 1.5vw;
    }

    .md\:landscape\:px-\[20\.1\%\] {
      padding-left: 20.1%;
      padding-right: 20.1%;
    }

    .md\:landscape\:px-\[3\.2vw\] {
      padding-left: 3.2vw;
      padding-right: 3.2vw;
    }

    .md\:landscape\:px-\[3\.5vw\] {
      padding-left: 3.5vw;
      padding-right: 3.5vw;
    }

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

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

    .md\:landscape\:px-\[4\.5vw\] {
      padding-left: 4.5vw;
      padding-right: 4.5vw;
    }

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

    .md\:landscape\:px-\[5vw\] {
      padding-left: 5vw;
      padding-right: 5vw;
    }

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

    .md\:landscape\:px-\[8\.25vw\] {
      padding-left: 8.25vw;
      padding-right: 8.25vw;
    }

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

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

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

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

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

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

    .md\:landscape\:py-\[5\.25vw\] {
      padding-top: 5.25vw;
      padding-bottom: 5.25vw;
    }

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

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

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

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

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

    .md\:landscape\:pb-\[1\.1vw\] {
      padding-bottom: 1.1vw;
    }

    .md\:landscape\:pb-\[1\.5vw\] {
      padding-bottom: 1.5vw;
    }

    .md\:landscape\:pb-\[1\.8vw\] {
      padding-bottom: 1.8vw;
    }

    .md\:landscape\:pb-\[10\.5vw\] {
      padding-bottom: 10.5vw;
    }

    .md\:landscape\:pb-\[3\.7vw\] {
      padding-bottom: 3.7vw;
    }

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

    .md\:landscape\:pb-\[5\.2vw\] {
      padding-bottom: 5.2vw;
    }

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

    .md\:landscape\:pl-\[\.9vw\] {
      padding-left: .9vw;
    }

    .md\:landscape\:pl-\[1\.5vw\] {
      padding-left: 1.5vw;
    }

    .md\:landscape\:pl-\[20\.1\%\] {
      padding-left: 20.1%;
    }

    .md\:landscape\:pr-\[10vw\] {
      padding-right: 10vw;
    }

    .md\:landscape\:pr-\[4\.95vw\] {
      padding-right: 4.95vw;
    }

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

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

    .md\:landscape\:pt-\[1\.5vw\] {
      padding-top: 1.5vw;
    }

    .md\:landscape\:pt-\[2\.1vw\] {
      padding-top: 2.1vw;
    }

    .md\:landscape\:pt-\[2\.25vw\] {
      padding-top: 2.25vw;
    }

    .md\:landscape\:pt-\[4\.2vw\] {
      padding-top: 4.2vw;
    }

    .md\:landscape\:pt-\[4\.3vw\] {
      padding-top: 4.3vw;
    }

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

    .md\:landscape\:pt-\[5\.2vw\] {
      padding-top: 5.2vw;
    }

    .md\:landscape\:pt-\[5\.3\%\] {
      padding-top: 5.3%;
    }

    .md\:landscape\:pt-\[8vw\] {
      padding-top: 8vw;
    }

    .md\:landscape\:pt-\[9\.6vw\] {
      padding-top: 9.6vw;
    }

    .md\:landscape\:text-right {
      text-align: right;
    }

    .md\:landscape\:text-\[1\.06vw\] {
      font-size: 1.06vw;
    }

    .md\:landscape\:text-\[1\.09vw\] {
      font-size: 1.09vw;
    }

    .md\:landscape\:text-\[1\.12vw\] {
      font-size: 1.12vw;
    }

    .md\:landscape\:text-\[1\.1vw\] {
      font-size: 1.1vw;
    }

    .md\:landscape\:text-\[1\.2vw\] {
      font-size: 1.2vw;
    }

    .md\:landscape\:text-\[1\.4vw\] {
      font-size: 1.4vw;
    }

    .md\:landscape\:text-\[1\.57vw\] {
      font-size: 1.57vw;
    }

    .md\:landscape\:text-\[1\.5vw\] {
      font-size: 1.5vw;
    }

    .md\:landscape\:text-\[1\.65vw\] {
      font-size: 1.65vw;
    }

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

    .md\:landscape\:text-\[1\.8vw\] {
      font-size: 1.8vw;
    }

    .md\:landscape\:text-\[1\.9vw\] {
      font-size: 1.9vw;
    }

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

    .md\:landscape\:text-\[2\.1vw\] {
      font-size: 2.1vw;
    }

    .md\:landscape\:text-\[2\.2vw\] {
      font-size: 2.2vw;
    }

    .md\:landscape\:text-\[2\.47vw\] {
      font-size: 2.47vw;
    }

    .md\:landscape\:text-\[2\.4vw\] {
      font-size: 2.4vw;
    }

    .md\:landscape\:text-\[2\.8vw\] {
      font-size: 2.8vw;
    }

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

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

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

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

    .md\:landscape\:text-\[5\.2vw\] {
      font-size: 5.2vw;
    }

    .md\:landscape\:text-\[5\.4vw\] {
      font-size: 5.4vw;
    }

    .md\:landscape\:leading-\[1\.9vw\] {
      line-height: 1.9vw;
    }

    .md\:landscape\:leading-\[2\.47vw\] {
      line-height: 2.47vw;
    }

    .md\:landscape\:leading-\[2\.4vw\] {
      line-height: 2.4vw;
    }

    .md\:landscape\:leading-\[2\.5vw\] {
      line-height: 2.5vw;
    }

    .md\:landscape\:leading-\[2\.74vw\] {
      line-height: 2.74vw;
    }

    .md\:landscape\:tracking-\[\.07vw\] {
      letter-spacing: .07vw;
    }

    .md\:landscape\:tracking-\[\.1vw\] {
      letter-spacing: .1vw;
    }

    .md\:landscape\:tracking-tight {
      letter-spacing: -0.025em;
    }
  }
}

@media (min-width: 1536px) {
  @media (orientation: landscape) {
    .\32xl\:landscape\:-bottom-\[2vw\] {
      bottom: -2vw;
    }

    .\32xl\:landscape\:-right-\[1\.5vw\] {
      right: -1.5vw;
    }

    .\32xl\:landscape\:-right-\[3\.5vw\] {
      right: -3.5vw;
    }

    .\32xl\:landscape\:-right-\[5vw\] {
      right: -5vw;
    }

    .\32xl\:landscape\:bottom-\[\.2vw\] {
      bottom: .2vw;
    }

    .\32xl\:landscape\:bottom-\[\.3vw\] {
      bottom: .3vw;
    }

    .\32xl\:landscape\:bottom-\[4vw\] {
      bottom: 4vw;
    }

    .\32xl\:landscape\:left-\[12\.25\%\] {
      left: 12.25%;
    }

    .\32xl\:landscape\:left-\[33\.5vw\] {
      left: 33.5vw;
    }

    .\32xl\:landscape\:left-\[8\.5vw\] {
      left: 8.5vw;
    }

    .\32xl\:landscape\:right-\[1\.5vw\] {
      right: 1.5vw;
    }

    .\32xl\:landscape\:right-\[3vw\] {
      right: 3vw;
    }

    .\32xl\:landscape\:right-\[7\.5vw\] {
      right: 7.5vw;
    }

    .\32xl\:landscape\:top-1\/2 {
      top: 50%;
    }

    .\32xl\:landscape\:top-\[1\.5vw\] {
      top: 1.5vw;
    }

    .\32xl\:landscape\:top-\[11\.5vw\] {
      top: 11.5vw;
    }

    .\32xl\:landscape\:m-\[1\.3vw_auto_2\.5vw\] {
      margin: 1.3vw auto 2.5vw;
    }

    .\32xl\:landscape\:m-\[1\.5vw_auto_1\.8vw\] {
      margin: 1.5vw auto 1.8vw;
    }

    .\32xl\:landscape\:m-\[2\.2vw_0vw_1\.8vw\] {
      margin: 2.2vw 0vw 1.8vw;
    }

    .\32xl\:landscape\:m-\[4\.8vw_auto_8vw\] {
      margin: 4.8vw auto 8vw;
    }

    .\32xl\:landscape\:m-\[6\.7vw_0vw_8vw\] {
      margin: 6.7vw 0vw 8vw;
    }

    .\32xl\:landscape\:my-\[\.5vw\] {
      margin-top: .5vw;
      margin-bottom: .5vw;
    }

    .\32xl\:landscape\:my-\[1\.8vw\] {
      margin-top: 1.8vw;
      margin-bottom: 1.8vw;
    }

    .\32xl\:landscape\:my-\[2vw\] {
      margin-top: 2vw;
      margin-bottom: 2vw;
    }

    .\32xl\:landscape\:my-\[3vw\] {
      margin-top: 3vw;
      margin-bottom: 3vw;
    }

    .\32xl\:landscape\:my-\[5\.5vw\] {
      margin-top: 5.5vw;
      margin-bottom: 5.5vw;
    }

    .\32xl\:landscape\:my-\[2\.5vw\] {
      margin-top: 2.5vw;
      margin-bottom: 2.5vw;
    }

    .\32xl\:landscape\:-mr-\[\.7vw\] {
      margin-right: -.7vw;
    }

    .\32xl\:landscape\:mb-\[\.1vw\] {
      margin-bottom: .1vw;
    }

    .\32xl\:landscape\:mb-\[\.2vw\] {
      margin-bottom: .2vw;
    }

    .\32xl\:landscape\:mb-\[\.3vw\] {
      margin-bottom: .3vw;
    }

    .\32xl\:landscape\:mb-\[\.5vw\] {
      margin-bottom: .5vw;
    }

    .\32xl\:landscape\:mb-\[\.6vw\] {
      margin-bottom: .6vw;
    }

    .\32xl\:landscape\:mb-\[\.7vw\] {
      margin-bottom: .7vw;
    }

    .\32xl\:landscape\:mb-\[\.8vw\] {
      margin-bottom: .8vw;
    }

    .\32xl\:landscape\:mb-\[1\.2vw\] {
      margin-bottom: 1.2vw;
    }

    .\32xl\:landscape\:mb-\[1\.4vw\] {
      margin-bottom: 1.4vw;
    }

    .\32xl\:landscape\:mb-\[1\.5vw\] {
      margin-bottom: 1.5vw;
    }

    .\32xl\:landscape\:mb-\[1\.6vw\] {
      margin-bottom: 1.6vw;
    }

    .\32xl\:landscape\:mb-\[1\.8vw\] {
      margin-bottom: 1.8vw;
    }

    .\32xl\:landscape\:mb-\[10vw\] {
      margin-bottom: 10vw;
    }

    .\32xl\:landscape\:mb-\[14vw\] {
      margin-bottom: 14vw;
    }

    .\32xl\:landscape\:mb-\[1vw\] {
      margin-bottom: 1vw;
    }

    .\32xl\:landscape\:mb-\[2\.5vw\] {
      margin-bottom: 2.5vw;
    }

    .\32xl\:landscape\:mb-\[2\.7vw\] {
      margin-bottom: 2.7vw;
    }

    .\32xl\:landscape\:mb-\[2vw\] {
      margin-bottom: 2vw;
    }

    .\32xl\:landscape\:mb-\[3\.4vw\] {
      margin-bottom: 3.4vw;
    }

    .\32xl\:landscape\:mb-\[3vw\] {
      margin-bottom: 3vw;
    }

    .\32xl\:landscape\:mb-\[4\.2vw\] {
      margin-bottom: 4.2vw;
    }

    .\32xl\:landscape\:mb-\[4\.5vw\] {
      margin-bottom: 4.5vw;
    }

    .\32xl\:landscape\:mb-\[7vw\] {
      margin-bottom: 7vw;
    }

    .\32xl\:landscape\:ml-\[\.75vw\] {
      margin-left: .75vw;
    }

    .\32xl\:landscape\:ml-\[1\.2vw\] {
      margin-left: 1.2vw;
    }

    .\32xl\:landscape\:mr-\[\.3vw\] {
      margin-right: .3vw;
    }

    .\32xl\:landscape\:mr-\[\.5vw\] {
      margin-right: .5vw;
    }

    .\32xl\:landscape\:mr-\[1\.9vw\] {
      margin-right: 1.9vw;
    }

    .\32xl\:landscape\:mr-\[4vw\] {
      margin-right: 4vw;
    }

    .\32xl\:landscape\:mt-\[\.2vw\] {
      margin-top: .2vw;
    }

    .\32xl\:landscape\:mt-\[\.5vw\] {
      margin-top: .5vw;
    }

    .\32xl\:landscape\:mt-\[\.8vw\] {
      margin-top: .8vw;
    }

    .\32xl\:landscape\:mt-\[1\.1vw\] {
      margin-top: 1.1vw;
    }

    .\32xl\:landscape\:mt-\[1\.2vw\] {
      margin-top: 1.2vw;
    }

    .\32xl\:landscape\:mt-\[1\.4vw\] {
      margin-top: 1.4vw;
    }

    .\32xl\:landscape\:mt-\[1\.5vw\] {
      margin-top: 1.5vw;
    }

    .\32xl\:landscape\:mt-\[1\.6vw\] {
      margin-top: 1.6vw;
    }

    .\32xl\:landscape\:mt-\[11\.2vw\] {
      margin-top: 11.2vw;
    }

    .\32xl\:landscape\:mt-\[1vw\] {
      margin-top: 1vw;
    }

    .\32xl\:landscape\:mt-\[2\.3vw\] {
      margin-top: 2.3vw;
    }

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

    .\32xl\:landscape\:mt-\[2\.7vw\] {
      margin-top: 2.7vw;
    }

    .\32xl\:landscape\:mt-\[2vw\] {
      margin-top: 2vw;
    }

    .\32xl\:landscape\:mt-\[3\.7vw\] {
      margin-top: 3.7vw;
    }

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

    .\32xl\:landscape\:mt-\[4\.5vw\] {
      margin-top: 4.5vw;
    }

    .\32xl\:landscape\:mt-\[5\.3vw\] {
      margin-top: 5.3vw;
    }

    .\32xl\:landscape\:mt-\[5\.7vw\] {
      margin-top: 5.7vw;
    }

    .\32xl\:landscape\:mt-\[5vw\] {
      margin-top: 5vw;
    }

    .\32xl\:landscape\:mt-\[7\.2vw\] {
      margin-top: 7.2vw;
    }

    .\32xl\:landscape\:mt-\[7vw\] {
      margin-top: 7vw;
    }

    .\32xl\:landscape\:block {
      display: block;
    }

    .\32xl\:landscape\:h-\[\.5vw\] {
      height: .5vw;
    }

    .\32xl\:landscape\:h-\[\.7vw\] {
      height: .7vw;
    }

    .\32xl\:landscape\:h-\[\.85vw\] {
      height: .85vw;
    }

    .\32xl\:landscape\:h-\[\.8vw\] {
      height: .8vw;
    }

    .\32xl\:landscape\:h-\[\.95vw\] {
      height: .95vw;
    }

    .\32xl\:landscape\:h-\[1\.1vw\] {
      height: 1.1vw;
    }

    .\32xl\:landscape\:h-\[1\.2vw\] {
      height: 1.2vw;
    }

    .\32xl\:landscape\:h-\[1\.3vw\] {
      height: 1.3vw;
    }

    .\32xl\:landscape\:h-\[1\.5vw\] {
      height: 1.5vw;
    }

    .\32xl\:landscape\:h-\[1\.7vw\] {
      height: 1.7vw;
    }

    .\32xl\:landscape\:h-\[1\.8vw\] {
      height: 1.8vw;
    }

    .\32xl\:landscape\:h-\[1\.9vw\] {
      height: 1.9vw;
    }

    .\32xl\:landscape\:h-\[17vw\] {
      height: 17vw;
    }

    .\32xl\:landscape\:h-\[2\.2vw\] {
      height: 2.2vw;
    }

    .\32xl\:landscape\:h-\[2\.6vw\] {
      height: 2.6vw;
    }

    .\32xl\:landscape\:h-\[2\.8vw\] {
      height: 2.8vw;
    }

    .\32xl\:landscape\:h-\[20\.7vw\] {
      height: 20.7vw;
    }

    .\32xl\:landscape\:h-\[22vw\] {
      height: 22vw;
    }

    .\32xl\:landscape\:h-\[3\.5vw\] {
      height: 3.5vw;
    }

    .\32xl\:landscape\:h-\[36\.5vw\] {
      height: 36.5vw;
    }

    .\32xl\:landscape\:h-\[3vw\] {
      height: 3vw;
    }

    .\32xl\:landscape\:h-\[4\.6vw\] {
      height: 4.6vw;
    }

    .\32xl\:landscape\:h-\[4\.7vw\] {
      height: 4.7vw;
    }

    .\32xl\:landscape\:h-\[4\.8vw\] {
      height: 4.8vw;
    }

    .\32xl\:landscape\:h-\[6vw\] {
      height: 6vw;
    }

    .\32xl\:landscape\:min-h-\[30vw\] {
      min-height: 30vw;
    }

    .\32xl\:landscape\:min-h-\[43vw\] {
      min-height: 43vw;
    }

    .\32xl\:landscape\:min-h-\[52vw\] {
      min-height: 52vw;
    }

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

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

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

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

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

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

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

    .\32xl\:landscape\:w-\[1\.1vw\] {
      width: 1.1vw;
    }

    .\32xl\:landscape\:w-\[1\.2vw\] {
      width: 1.2vw;
    }

    .\32xl\:landscape\:w-\[1\.3vw\] {
      width: 1.3vw;
    }

    .\32xl\:landscape\:w-\[1\.5vw\] {
      width: 1.5vw;
    }

    .\32xl\:landscape\:w-\[1\.6vw\] {
      width: 1.6vw;
    }

    .\32xl\:landscape\:w-\[1\.7vw\] {
      width: 1.7vw;
    }

    .\32xl\:landscape\:w-\[1\.8vw\] {
      width: 1.8vw;
    }

    .\32xl\:landscape\:w-\[1\.9vw\] {
      width: 1.9vw;
    }

    .\32xl\:landscape\:w-\[10\.1vw\] {
      width: 10.1vw;
    }

    .\32xl\:landscape\:w-\[10\.5vw\] {
      width: 10.5vw;
    }

    .\32xl\:landscape\:w-\[11\.5vw\] {
      width: 11.5vw;
    }

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

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

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

    .\32xl\:landscape\:w-\[15\.5vw\] {
      width: 15.5vw;
    }

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

    .\32xl\:landscape\:w-\[16\.25vw\] {
      width: 16.25vw;
    }

    .\32xl\:landscape\:w-\[17\.4vw\] {
      width: 17.4vw;
    }

    .\32xl\:landscape\:w-\[17\.6vw\] {
      width: 17.6vw;
    }

    .\32xl\:landscape\:w-\[18\.5vw\] {
      width: 18.5vw;
    }

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

    .\32xl\:landscape\:w-\[2\.2vw\] {
      width: 2.2vw;
    }

    .\32xl\:landscape\:w-\[2\.5vw\] {
      width: 2.5vw;
    }

    .\32xl\:landscape\:w-\[2\.6vw\] {
      width: 2.6vw;
    }

    .\32xl\:landscape\:w-\[2\.7vw\] {
      width: 2.7vw;
    }

    .\32xl\:landscape\:w-\[2\.8vw\] {
      width: 2.8vw;
    }

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

    .\32xl\:landscape\:w-\[22\.5vw\] {
      width: 22.5vw;
    }

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

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

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

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

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

    .\32xl\:landscape\:w-\[3\.15vw\] {
      width: 3.15vw;
    }

    .\32xl\:landscape\:w-\[3\.2vw\] {
      width: 3.2vw;
    }

    .\32xl\:landscape\:w-\[3\.5vw\] {
      width: 3.5vw;
    }

    .\32xl\:landscape\:w-\[3\.6vw\] {
      width: 3.6vw;
    }

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

    .\32xl\:landscape\:w-\[34\.5vw\] {
      width: 34.5vw;
    }

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

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

    .\32xl\:landscape\:w-\[36\.2vw\] {
      width: 36.2vw;
    }

    .\32xl\:landscape\:w-\[36\.7vw\] {
      width: 36.7vw;
    }

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

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

    .\32xl\:landscape\:w-\[39\.4vw\] {
      width: 39.4vw;
    }

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

    .\32xl\:landscape\:w-\[4\.3vw\] {
      width: 4.3vw;
    }

    .\32xl\:landscape\:w-\[4\.6vw\] {
      width: 4.6vw;
    }

    .\32xl\:landscape\:w-\[4\.8vw\] {
      width: 4.8vw;
    }

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

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

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

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

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

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

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

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

    .\32xl\:landscape\:w-\[7\.5vw\] {
      width: 7.5vw;
    }

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

    .\32xl\:landscape\:w-\[8\.5vw\] {
      width: 8.5vw;
    }

    .\32xl\:landscape\:w-\[83\.5vw\] {
      width: 83.5vw;
    }

    .\32xl\:landscape\:w-\[9\.9vw\] {
      width: 9.9vw;
    }

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

    .\32xl\:landscape\:translate-x-0 {
      --tw-translate-x: 0px;
      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));
    }

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

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

    .\32xl\:landscape\:gap-\[2vw\] {
      gap: 2vw;
    }

    .\32xl\:landscape\:gap-x-\[\.4vw\] {
      -moz-column-gap: .4vw;
           column-gap: .4vw;
    }

    .\32xl\:landscape\:gap-x-\[\.5vw\] {
      -moz-column-gap: .5vw;
           column-gap: .5vw;
    }

    .\32xl\:landscape\:gap-x-\[\.8vw\] {
      -moz-column-gap: .8vw;
           column-gap: .8vw;
    }

    .\32xl\:landscape\:gap-x-\[1\.5vw\] {
      -moz-column-gap: 1.5vw;
           column-gap: 1.5vw;
    }

    .\32xl\:landscape\:gap-x-\[1vw\] {
      -moz-column-gap: 1vw;
           column-gap: 1vw;
    }

    .\32xl\:landscape\:gap-x-\[2vw\] {
      -moz-column-gap: 2vw;
           column-gap: 2vw;
    }

    .\32xl\:landscape\:gap-x-\[3\.5vw\] {
      -moz-column-gap: 3.5vw;
           column-gap: 3.5vw;
    }

    .\32xl\:landscape\:gap-x-\[5vw\] {
      -moz-column-gap: 5vw;
           column-gap: 5vw;
    }

    .\32xl\:landscape\:gap-y-\[\.1vw\] {
      row-gap: .1vw;
    }

    .\32xl\:landscape\:gap-y-\[\.3vw\] {
      row-gap: .3vw;
    }

    .\32xl\:landscape\:gap-y-\[\.4vw\] {
      row-gap: .4vw;
    }

    .\32xl\:landscape\:gap-y-\[\.6vw\] {
      row-gap: .6vw;
    }

    .\32xl\:landscape\:gap-y-\[1\.1vw\] {
      row-gap: 1.1vw;
    }

    .\32xl\:landscape\:gap-y-\[1\.4vw\] {
      row-gap: 1.4vw;
    }

    .\32xl\:landscape\:gap-y-\[1vw\] {
      row-gap: 1vw;
    }

    .\32xl\:landscape\:gap-y-\[2vw\] {
      row-gap: 2vw;
    }

    .\32xl\:landscape\:gap-y-\[3\.5vw\] {
      row-gap: 3.5vw;
    }

    .\32xl\:landscape\:rounded-\[1\.7vw\] {
      border-radius: 1.7vw;
    }

    .\32xl\:landscape\:rounded-\[1vw\] {
      border-radius: 1vw;
    }

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

    .\32xl\:landscape\:rounded-\[3vw\] {
      border-radius: 3vw;
    }

    .\32xl\:landscape\:rounded-b-\[\.5vw\] {
      border-bottom-right-radius: .5vw;
      border-bottom-left-radius: .5vw;
    }

    .\32xl\:landscape\:rounded-t-\[\.5vw\] {
      border-top-left-radius: .5vw;
      border-top-right-radius: .5vw;
    }

    .\32xl\:landscape\:border-\[\.1vw\] {
      border-width: .1vw;
    }

    .\32xl\:landscape\:border-b-\[\.2vw\] {
      border-bottom-width: .2vw;
    }

    .\32xl\:landscape\:p-\[\.3vw_15vw_0vw_7\.2vw\] {
      padding: .3vw 15vw 0vw 7.2vw;
    }

    .\32xl\:landscape\:p-\[\.4vw\] {
      padding: .4vw;
    }

    .\32xl\:landscape\:p-\[\.5vw_2\.9vw\] {
      padding: .5vw 2.9vw;
    }

    .\32xl\:landscape\:p-\[\.6vw_1\.7vw\] {
      padding: .6vw 1.7vw;
    }

    .\32xl\:landscape\:p-\[\.6vw_4vw\] {
      padding: .6vw 4vw;
    }

    .\32xl\:landscape\:p-\[0\.2vw_11\.7vw\] {
      padding: 0.2vw 11.7vw;
    }

    .\32xl\:landscape\:p-\[0\.2vw_4vw\] {
      padding: 0.2vw 4vw;
    }

    .\32xl\:landscape\:p-\[1\.4vw_1vw_1vw\] {
      padding: 1.4vw 1vw 1vw;
    }

    .\32xl\:landscape\:p-\[12vw_17vw_10vw_9\.3vw\] {
      padding: 12vw 17vw 10vw 9.3vw;
    }

    .\32xl\:landscape\:p-\[1vw_4vw_2\.5vw\] {
      padding: 1vw 4vw 2.5vw;
    }

    .\32xl\:landscape\:p-\[2\.2vw_3\.7vw\] {
      padding: 2.2vw 3.7vw;
    }

    .\32xl\:landscape\:p-\[2\.2vw_5vw\] {
      padding: 2.2vw 5vw;
    }

    .\32xl\:landscape\:p-\[2\.6vw_0vw_3\.3vw\] {
      padding: 2.6vw 0vw 3.3vw;
    }

    .\32xl\:landscape\:p-\[2\.7vw_1vw_1\.3vw\] {
      padding: 2.7vw 1vw 1.3vw;
    }

    .\32xl\:landscape\:p-\[2\.7vw_7\.2vw\] {
      padding: 2.7vw 7.2vw;
    }

    .\32xl\:landscape\:p-\[2vw\] {
      padding: 2vw;
    }

    .\32xl\:landscape\:p-\[2vw_3vw_2\.5vw_3\.8vw\] {
      padding: 2vw 3vw 2.5vw 3.8vw;
    }

    .\32xl\:landscape\:p-\[3\.5vw_11\.7vw\] {
      padding: 3.5vw 11.7vw;
    }

    .\32xl\:landscape\:p-\[3\.5vw_11\.7vw_0\.2vw\] {
      padding: 3.5vw 11.7vw 0.2vw;
    }

    .\32xl\:landscape\:p-\[4vw_1\.5vw_3vw\] {
      padding: 4vw 1.5vw 3vw;
    }

    .\32xl\:landscape\:p-\[6\.7vw_13vw_5\.7vw_0vw\] {
      padding: 6.7vw 13vw 5.7vw 0vw;
    }

    .\32xl\:landscape\:px-\[\.2vw\] {
      padding-left: .2vw;
      padding-right: .2vw;
    }

    .\32xl\:landscape\:px-\[10\.7vw\] {
      padding-left: 10.7vw;
      padding-right: 10.7vw;
    }

    .\32xl\:landscape\:px-\[11\.7vw\] {
      padding-left: 11.7vw;
      padding-right: 11.7vw;
    }

    .\32xl\:landscape\:px-\[12\.2vw\] {
      padding-left: 12.2vw;
      padding-right: 12.2vw;
    }

    .\32xl\:landscape\:px-\[15\.3vw\] {
      padding-left: 15.3vw;
      padding-right: 15.3vw;
    }

    .\32xl\:landscape\:px-\[17\.5vw\] {
      padding-left: 17.5vw;
      padding-right: 17.5vw;
    }

    .\32xl\:landscape\:px-\[1vw\] {
      padding-left: 1vw;
      padding-right: 1vw;
    }

    .\32xl\:landscape\:px-\[24\.5\%\] {
      padding-left: 24.5%;
      padding-right: 24.5%;
    }

    .\32xl\:landscape\:px-\[3\.9vw\] {
      padding-left: 3.9vw;
      padding-right: 3.9vw;
    }

    .\32xl\:landscape\:px-\[36\.5\%\] {
      padding-left: 36.5%;
      padding-right: 36.5%;
    }

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

    .\32xl\:landscape\:px-\[4\.8\%\] {
      padding-left: 4.8%;
      padding-right: 4.8%;
    }

    .\32xl\:landscape\:px-\[5\.5vw\] {
      padding-left: 5.5vw;
      padding-right: 5.5vw;
    }

    .\32xl\:landscape\:py-\[\.4vw\] {
      padding-top: .4vw;
      padding-bottom: .4vw;
    }

    .\32xl\:landscape\:py-\[\.5vw\] {
      padding-top: .5vw;
      padding-bottom: .5vw;
    }

    .\32xl\:landscape\:py-\[\.6vw\] {
      padding-top: .6vw;
      padding-bottom: .6vw;
    }

    .\32xl\:landscape\:py-\[\.7vw\] {
      padding-top: .7vw;
      padding-bottom: .7vw;
    }

    .\32xl\:landscape\:py-\[1vw\] {
      padding-top: 1vw;
      padding-bottom: 1vw;
    }

    .\32xl\:landscape\:py-\[2vw\] {
      padding-top: 2vw;
      padding-bottom: 2vw;
    }

    .\32xl\:landscape\:py-\[3\.5vw\] {
      padding-top: 3.5vw;
      padding-bottom: 3.5vw;
    }

    .\32xl\:landscape\:py-\[4vw\] {
      padding-top: 4vw;
      padding-bottom: 4vw;
    }

    .\32xl\:landscape\:py-\[6vw\] {
      padding-top: 6vw;
      padding-bottom: 6vw;
    }

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

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

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

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

    .\32xl\:landscape\:pb-\[1\.2vw\] {
      padding-bottom: 1.2vw;
    }

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

    .\32xl\:landscape\:pb-\[2\.5vw\] {
      padding-bottom: 2.5vw;
    }

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

    .\32xl\:landscape\:pb-\[3\.5vw\] {
      padding-bottom: 3.5vw;
    }

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

    .\32xl\:landscape\:pl-\[\.6vw\] {
      padding-left: .6vw;
    }

    .\32xl\:landscape\:pl-\[1vw\] {
      padding-left: 1vw;
    }

    .\32xl\:landscape\:pl-\[24\.5\%\] {
      padding-left: 24.5%;
    }

    .\32xl\:landscape\:pr-\[22\.5vw\] {
      padding-right: 22.5vw;
    }

    .\32xl\:landscape\:pr-\[3\.3vw\] {
      padding-right: 3.3vw;
    }

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

    .\32xl\:landscape\:pt-\[\.875vw\] {
      padding-top: .875vw;
    }

    .\32xl\:landscape\:pt-\[1\.4vw\] {
      padding-top: 1.4vw;
    }

    .\32xl\:landscape\:pt-\[1vw\] {
      padding-top: 1vw;
    }

    .\32xl\:landscape\:pt-\[2\.7vw\] {
      padding-top: 2.7vw;
    }

    .\32xl\:landscape\:pt-\[2\.8vw\] {
      padding-top: 2.8vw;
    }

    .\32xl\:landscape\:pt-\[2\.9vw\] {
      padding-top: 2.9vw;
    }

    .\32xl\:landscape\:pt-\[3\.5vw\] {
      padding-top: 3.5vw;
    }

    .\32xl\:landscape\:pt-\[6\.4vw\] {
      padding-top: 6.4vw;
    }

    .\32xl\:landscape\:pt-\[7\.7vw\] {
      padding-top: 7.7vw;
    }

    .\32xl\:landscape\:pt-\[8\%\] {
      padding-top: 8%;
    }

    .\32xl\:landscape\:text-\[\.71vw\] {
      font-size: .71vw;
    }

    .\32xl\:landscape\:text-\[\.73vw\] {
      font-size: .73vw;
    }

    .\32xl\:landscape\:text-\[\.75vw\] {
      font-size: .75vw;
    }

    .\32xl\:landscape\:text-\[\.7vw\] {
      font-size: .7vw;
    }

    .\32xl\:landscape\:text-\[\.83vw\] {
      font-size: .83vw;
    }

    .\32xl\:landscape\:text-\[\.84vw\] {
      font-size: .84vw;
    }

    .\32xl\:landscape\:text-\[\.85vw\] {
      font-size: .85vw;
    }

    .\32xl\:landscape\:text-\[\.8vw\] {
      font-size: .8vw;
    }

    .\32xl\:landscape\:text-\[\.93vw\] {
      font-size: .93vw;
    }

    .\32xl\:landscape\:text-\[\.94vw\] {
      font-size: .94vw;
    }

    .\32xl\:landscape\:text-\[\.95vw\] {
      font-size: .95vw;
    }

    .\32xl\:landscape\:text-\[\.9vw\] {
      font-size: .9vw;
    }

    .\32xl\:landscape\:text-\[1\.05vw\] {
      font-size: 1.05vw;
    }

    .\32xl\:landscape\:text-\[1\.06vw\] {
      font-size: 1.06vw;
    }

    .\32xl\:landscape\:text-\[1\.15vw\] {
      font-size: 1.15vw;
    }

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

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

    .\32xl\:landscape\:text-\[1\.2vw\] {
      font-size: 1.2vw;
    }

    .\32xl\:landscape\:text-\[1\.35vw\] {
      font-size: 1.35vw;
    }

    .\32xl\:landscape\:text-\[1\.3vw\] {
      font-size: 1.3vw;
    }

    .\32xl\:landscape\:text-\[1\.4vw\] {
      font-size: 1.4vw;
    }

    .\32xl\:landscape\:text-\[1\.5vw\] {
      font-size: 1.5vw;
    }

    .\32xl\:landscape\:text-\[1\.65vw\] {
      font-size: 1.65vw;
    }

    .\32xl\:landscape\:text-\[1\.87vw\] {
      font-size: 1.87vw;
    }

    .\32xl\:landscape\:text-\[1\.9vw\] {
      font-size: 1.9vw;
    }

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

    .\32xl\:landscape\:text-\[2\.3vw\] {
      font-size: 2.3vw;
    }

    .\32xl\:landscape\:text-\[2\.9vw\] {
      font-size: 2.9vw;
    }

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

    .\32xl\:landscape\:text-\[3\.5vw\] {
      font-size: 3.5vw;
    }

    .\32xl\:landscape\:text-\[3\.6vw\] {
      font-size: 3.6vw;
    }

    .\32xl\:landscape\:leading-\[1\.3vw\] {
      line-height: 1.3vw;
    }

    .\32xl\:landscape\:leading-\[1\.5vw\] {
      line-height: 1.5vw;
    }

    .\32xl\:landscape\:leading-\[1\.65vw\] {
      line-height: 1.65vw;
    }

    .\32xl\:landscape\:leading-\[1\.6\] {
      line-height: 1.6;
    }

    .\32xl\:landscape\:leading-\[1\.6vw\] {
      line-height: 1.6vw;
    }

    .\32xl\:landscape\:leading-\[1\.7vw\] {
      line-height: 1.7vw;
    }

    .\32xl\:landscape\:tracking-\[\.05vw\] {
      letter-spacing: .05vw;
    }

    .\32xl\:landscape\:tracking-\[\.07vw\] {
      letter-spacing: .07vw;
    }

    .\32xl\:landscape\:tracking-\[\.1vw\] {
      letter-spacing: .1vw;
    }

    .\32xl\:landscape\:tracking-tight {
      letter-spacing: -0.025em;
    }
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:bg-gray-900\/80 {
    background-color: rgb(17 24 39 / 0.8);
  }
}