/* Fonts Import */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: 100%;
  font-display: swap;
  src: url('../Fonts/static/OpenSans-SemiBold.ttf') format('truetype');
}


/*
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)
*/

*:where(.luby-lamina-container,.luby-lamina-container *),
::before:where(.luby-lamina-container,.luby-lamina-container *),
::after:where(.luby-lamina-container,.luby-lamina-container *) {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before:where(.luby-lamina-container,.luby-lamina-container *),
::after:where(.luby-lamina-container,.luby-lamina-container *) {
  --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.
*/

.luby-lamina-container {
  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: Open Sans, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

.luby-lamina-container {
  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:where(.luby-lamina-container,.luby-lamina-container *) {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

abbr:where([title]):where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

h1:where(.luby-lamina-container,.luby-lamina-container *),
h2:where(.luby-lamina-container,.luby-lamina-container *),
h3:where(.luby-lamina-container,.luby-lamina-container *),
h4:where(.luby-lamina-container,.luby-lamina-container *),
h5:where(.luby-lamina-container,.luby-lamina-container *),
h6:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: inherit;
  font-weight: inherit;
}

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

a:where(.luby-lamina-container,.luby-lamina-container *) {
  color: inherit;
  text-decoration: inherit;
}

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

b:where(.luby-lamina-container,.luby-lamina-container *),
strong:where(.luby-lamina-container,.luby-lamina-container *) {
  font-weight: bolder;
}

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

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

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

small:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: 80%;
}

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

sub:where(.luby-lamina-container,.luby-lamina-container *),
sup:where(.luby-lamina-container,.luby-lamina-container *) {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub:where(.luby-lamina-container,.luby-lamina-container *) {
  bottom: -0.25em;
}

sup:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *),
input:where(.luby-lamina-container,.luby-lamina-container *),
optgroup:where(.luby-lamina-container,.luby-lamina-container *),
select:where(.luby-lamina-container,.luby-lamina-container *),
textarea:where(.luby-lamina-container,.luby-lamina-container *) {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button:where(.luby-lamina-container,.luby-lamina-container *),
select:where(.luby-lamina-container,.luby-lamina-container *) {
  text-transform: none;
}

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

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

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

:-moz-focusring:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *) {
  box-shadow: none;
}

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

progress:where(.luby-lamina-container,.luby-lamina-container *) {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button:where(.luby-lamina-container,.luby-lamina-container *),
::-webkit-outer-spin-button:where(.luby-lamina-container,.luby-lamina-container *) {
  height: auto;
}

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

[type='search']:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

::-webkit-search-decoration:where(.luby-lamina-container,.luby-lamina-container *) {
  -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:where(.luby-lamina-container,.luby-lamina-container *) {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary:where(.luby-lamina-container,.luby-lamina-container *) {
  display: list-item;
}

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

blockquote:where(.luby-lamina-container,.luby-lamina-container *),
dl:where(.luby-lamina-container,.luby-lamina-container *),
dd:where(.luby-lamina-container,.luby-lamina-container *),
h1:where(.luby-lamina-container,.luby-lamina-container *),
h2:where(.luby-lamina-container,.luby-lamina-container *),
h3:where(.luby-lamina-container,.luby-lamina-container *),
h4:where(.luby-lamina-container,.luby-lamina-container *),
h5:where(.luby-lamina-container,.luby-lamina-container *),
h6:where(.luby-lamina-container,.luby-lamina-container *),
hr:where(.luby-lamina-container,.luby-lamina-container *),
figure:where(.luby-lamina-container,.luby-lamina-container *),
p:where(.luby-lamina-container,.luby-lamina-container *),
pre:where(.luby-lamina-container,.luby-lamina-container *) {
  margin: 0;
}

fieldset:where(.luby-lamina-container,.luby-lamina-container *) {
  margin: 0;
  padding: 0;
}

legend:where(.luby-lamina-container,.luby-lamina-container *) {
  padding: 0;
}

ol:where(.luby-lamina-container,.luby-lamina-container *),
ul:where(.luby-lamina-container,.luby-lamina-container *),
menu:where(.luby-lamina-container,.luby-lamina-container *) {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog:where(.luby-lamina-container,.luby-lamina-container *) {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *), textarea::-moz-placeholder:where(.luby-lamina-container,.luby-lamina-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder:where(.luby-lamina-container,.luby-lamina-container *),
textarea::placeholder:where(.luby-lamina-container,.luby-lamina-container *) {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button:where(.luby-lamina-container,.luby-lamina-container *),
[role="button"]:where(.luby-lamina-container,.luby-lamina-container *) {
  cursor: pointer;
}

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

:disabled:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *),
svg:where(.luby-lamina-container,.luby-lamina-container *),
video:where(.luby-lamina-container,.luby-lamina-container *),
canvas:where(.luby-lamina-container,.luby-lamina-container *),
audio:where(.luby-lamina-container,.luby-lamina-container *),
iframe:where(.luby-lamina-container,.luby-lamina-container *),
embed:where(.luby-lamina-container,.luby-lamina-container *),
object:where(.luby-lamina-container,.luby-lamina-container *) {
  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:where(.luby-lamina-container,.luby-lamina-container *),
video:where(.luby-lamina-container,.luby-lamina-container *) {
  max-width: 100%;
  height: auto;
}

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

[hidden]:where(.luby-lamina-container,.luby-lamina-container *) {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.luby-relative {
  position: relative;
}

.luby-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

.luby-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.luby-mb-2 {
  margin-bottom: 0.5rem;
}

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

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

.luby-mb-6 {
  margin-bottom: 1.5rem;
}

.luby-mb-7 {
  margin-bottom: 1.75rem;
}

.luby-mb-9 {
  margin-bottom: 2.25rem;
}

.luby-ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

.luby-block {
  display: block;
}

.luby-flex {
  display: flex;
}

.luby-grid {
  display: grid;
}

.luby-hidden {
  display: none;
}

.luby-h-14 {
  height: 3.5rem;
}

.luby-h-96 {
  height: 24rem;
}

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

.luby-w-14 {
  width: 3.5rem;
}

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

.luby-w-full {
  width: 100%;
}

.luby-max-w-\[1366px\] {
  max-width: 1366px;
}

.luby-max-w-\[746px\] {
  max-width: 746px;
}

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

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

.luby-cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

.luby-justify-items-center {
  justify-items: center;
}

.luby-gap-2 {
  gap: 0.5rem;
}

.luby-gap-2\.5 {
  gap: 0.625rem;
}

.luby-gap-4 {
  gap: 1rem;
}

.luby-gap-6 {
  gap: 1.5rem;
}

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

.luby-space-y-\[87px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(87px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(87px * var(--tw-space-y-reverse));
}

.luby-overflow-hidden {
  overflow: hidden;
}

.luby-overflow-x-hidden {
  overflow-x: hidden;
}

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

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

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

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

.luby-bg-\[\#2D2D2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 45 44 / var(--tw-bg-opacity));
}

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

.luby-bg-luz-camera-acao {
  background-image: url(https://djibrasil.vtexassets.com/arquivos/dji110-dji113-bg-luz-camera-acao.png);
}

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

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

.luby-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

.luby-pb-12 {
  padding-bottom: 3rem;
}

.luby-pt-16 {
  padding-top: 4rem;
}

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

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

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

.luby-font-sans {
  font-family: Open Sans, sans-serif;
}

.luby-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.luby-text-\[2\.25rem\]\/\[120\%\] {
  font-size: 2.25rem;
  line-height: 120%;
}

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

.luby-text-lg\/\[1\.36\] {
  font-size: 1.125rem;
  line-height: 1.36;
}

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

.luby-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.luby-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.luby-text-xs\/\[120\%\] {
  font-size: 0.75rem;
  line-height: 120%;
}

.luby-text-xs\/\[140\%\] {
  font-size: 0.75rem;
  line-height: 140%;
}

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

.luby-font-semibold {
  font-weight: 600;
}

.luby-tracking-\[-0\.24px\] {
  letter-spacing: -0.24px;
}

.luby-tracking-\[-0\.258px\] {
  letter-spacing: -0.258px;
}

.luby-tracking-\[-0\.26px\] {
  letter-spacing: -0.26px;
}

.luby-tracking-\[-0\.32px\] {
  letter-spacing: -0.32px;
}

.luby-tracking-\[-0\.52px\] {
  letter-spacing: -0.52px;
}

.luby-text-primary {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}

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

.luby-tab-inactive {
  color: #00000080;
  border-color: #00000080;
}

.luby-tab-active {
  color: #000;
  border-color: #000;
}

@media (min-width: 768px) {
  .md\:luby-my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

  .md\:luby-mt-36 {
    margin-top: 9rem;
  }

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

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

  .md\:luby-max-w-2xl {
    max-width: 42rem;
  }

  .md\:luby-max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

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

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

  .md\:luby-pt-6 {
    padding-top: 1.5rem;
  }

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

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

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

  .md\:luby-text-\[2\.5rem\]\/\[125\%\] {
    font-size: 2.5rem;
    line-height: 125%;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:luby-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

  .lg\:luby-mb-20 {
    margin-bottom: 5rem;
  }

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

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

  .lg\:luby-mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:luby-mb-\[107px\] {
    margin-bottom: 107px;
  }

  .lg\:luby-ml-\[93px\] {
    margin-left: 93px;
  }

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

  .lg\:luby-block {
    display: block;
  }

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

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

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

  .lg\:luby-w-20 {
    width: 5rem;
  }

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

  .lg\:luby-max-w-3xl {
    max-width: 48rem;
  }

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

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

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

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

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

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

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

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

  .lg\:luby-max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .lg\:luby-scale-\[1\.5\] {
    --tw-scale-x: 1.5;
    --tw-scale-y: 1.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));
  }

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

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

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

  .lg\:luby-gap-20 {
    gap: 5rem;
  }

  .lg\:luby-gap-3 {
    gap: 0.75rem;
  }

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

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

  .lg\:luby-whitespace-nowrap {
    white-space: nowrap;
  }

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

  .lg\:luby-pt-36 {
    padding-top: 9rem;
  }

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

  .lg\:luby-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:luby-text-\[2\.25rem\] {
    font-size: 2.25rem;
  }

  .lg\:luby-text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:luby-text-\[2\.5rem\]\/\[100\%\] {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .lg\:luby-text-\[2\.5rem\]\/\[125\%\] {
    font-size: 2.5rem;
    line-height: 125%;
  }

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

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

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

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

@media (min-width: 1280px) {
  .xl\:luby-block {
    display: block;
  }

  .xl\:luby-hidden {
    display: none;
  }

  .xl\:luby-flex-row {
    flex-direction: row;
  }
}
