/*
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: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

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

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

.w-full {
  width: 100%;
}

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

.w-4\/5 {
  width: 80%;
}

.w-3\/5 {
  width: 60%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.rounded {
  border-radius: 33px;
}

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

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

.bg-\[\#319E47\] {
  --tw-bg-opacity: 1;
  background-color: rgb(49 158 71 / var(--tw-bg-opacity));
}

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

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

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

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
}

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

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

.p-12 {
  padding: 3rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

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

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

.pt-9 {
  padding-top: 2.25rem;
}

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

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

.pr-6 {
  padding-right: 1.5rem;
}

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

.text-\[12px\]\/\[1\.27\] {
  font-size: 12px;
  line-height: 1.27;
}

.text-\[12px\]\/\[1\.375\] {
  font-size: 12px;
  line-height: 1.375;
}

.text-\[12px\]\/\[2\.625\] {
  font-size: 12px;
  line-height: 2.625;
}

.text-\[14px\]\/\[1\.44\] {
  font-size: 14px;
  line-height: 1.44;
}

.text-\[16px\]\/\[1\.33\] {
  font-size: 16px;
  line-height: 1.33;
}

.text-\[16px\]\/\[25px\] {
  font-size: 16px;
  line-height: 25px;
}

.text-\[18px\]\/\[1\.5\] {
  font-size: 18px;
  line-height: 1.5;
}

.text-\[20px\]\/\[1\.3125\] {
  font-size: 20px;
  line-height: 1.3125;
}

.text-\[24px\]\/\[1\.28\] {
  font-size: 24px;
  line-height: 1.28;
}

.text-\[24px\]\/\[1\.3125\] {
  font-size: 24px;
  line-height: 1.3125;
}

.text-\[32px\]\/\[1\.22\] {
  font-size: 32px;
  line-height: 1.22;
}

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

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

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

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

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Black.woff") format("woff");

  font-weight: 900;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Bold.woff") format("woff");

  font-weight: 700;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Medium.woff") format("woff");

  font-weight: 500;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Regular.woff") format("woff");

  font-weight: 400;
}

@font-face {
  font-family: "Elza";

  src: url("../src/assets/fonts/Elza/Elza-Extralight.woff") format("woff");

  font-weight: 200;
}

.luby-lamina-container * {
  font-family: "Elza", sans-serif;
}

@media (min-width: 480px) {
  .xs\:max-w-none {
    max-width: none;
  }

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

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

  .xs\:gap-7 {
    gap: 1.75rem;
  }
}

@media (min-width: 640px) {
  .sm\:max-w-\[100px\] {
    max-width: 100px;
  }

  .sm\:max-w-\[48px\] {
    max-width: 48px;
  }

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

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

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

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .sm\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

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

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

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

@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

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

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

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

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

  .lg\:grid {
    display: grid;
  }

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

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

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

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

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

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

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

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

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

  .lg\:rounded {
    border-radius: 33px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:text-\[46px\]\/\[56px\] {
    font-size: 46px;
    line-height: 56px;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

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

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

  .xl\:inline {
    display: inline;
  }

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

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

  .xl\:gap-\[51px\] {
    gap: 51px;
  }

  .xl\:gap-\[53px\] {
    gap: 53px;
  }

  .xl\:gap-\[60px\] {
    gap: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:pr-16 {
    padding-right: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .min-\[1440px\]\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
