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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

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

.right-0 {
  right: 0px;
}

.left-0 {
  left: 0px;
}

.-left-12 {
  left: -3rem;
}

.-left-24 {
  left: -6rem;
}

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

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

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

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

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

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

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

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

.mb-8 {
  margin-bottom: 2rem;
}

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

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

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

.h-screen {
  height: 100vh;
}

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

.w-44 {
  width: 11rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-screen-sm {
  max-width: 640px;
}

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

.list-inside {
  list-style-position: inside;
}

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

.rounded-l-\[40px\] {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.rounded-r-\[63px\] {
  border-top-right-radius: 63px;
  border-bottom-right-radius: 63px;
}

.bg-\[\#65666A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(101 102 106 / var(--tw-bg-opacity));
}

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

.bg-\[\#AB1A17\] {
  --tw-bg-opacity: 1;
  background-color: rgb(171 26 23 / var(--tw-bg-opacity));
}

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

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

.bg-\[url\(\.\.\/src\/assets\/images\/Header\.png\)\] {
  background-image: url(../src/assets/images/Header.png);
}

.bg-\[url\(\.\.\/src\/assets\/images\/Produto\.png\)\] {
  background-image: url(../src/assets/images/Produto.png);
}

.bg-\[url\(\.\.\/src\/assets\/images\/fe101_fe102_02\.png\)\] {
  background-image: url(../src/assets/images/fe101_fe102_02.png);
}

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

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

.bg-no-repeat {
  background-repeat: no-repeat;
}

.p-6 {
  padding: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

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

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

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

.pt-11 {
  padding-top: 2.75rem;
}

.pt-28 {
  padding-top: 7rem;
}

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

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

.font-elza {
  font-family: Elza, sans-serif;
}

.text-2xl\/\[110\%\] {
  font-size: 1.5rem;
  line-height: 110%;
}

.text-3xl\/\[100\%\] {
  font-size: 1.875rem;
  line-height: 100%;
}

.text-4xl\/\[110\%\] {
  font-size: 2.25rem;
  line-height: 110%;
}

.text-5xl\/\[100\%\] {
  font-size: 3rem;
  line-height: 100%;
}

.text-5xl\/\[110\%\] {
  font-size: 3rem;
  line-height: 110%;
}

.text-\[3\.75rem\]\/\[110\%\] {
  font-size: 3.75rem;
  line-height: 110%;
}

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

.text-xl\/\[110\%\] {
  font-size: 1.25rem;
  line-height: 110%;
}

.text-\[3\.9375rem\]\/\[54px\] {
  font-size: 3.9375rem;
  line-height: 54px;
}

.text-\[3\.9375rem\]\/\[110\%\] {
  font-size: 3.9375rem;
  line-height: 110%;
}

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

.text-\[2\.5rem\]\/\[67px\] {
  font-size: 2.5rem;
  line-height: 67px;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.text-\[\#961714\] {
  --tw-text-opacity: 1;
  color: rgb(150 23 20 / var(--tw-text-opacity));
}

.text-\[\#A91C1E\] {
  --tw-text-opacity: 1;
  color: rgb(169 28 30 / var(--tw-text-opacity));
}

.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-Light.woff") format("woff");

  font-weight: 300;
}

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

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

  font-weight: 200;
}

@media (min-width: 768px) {
  .md\:max-w-2xl {
    max-width: 42rem;
  }

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

  .lg\:relative {
    position: relative;
  }

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

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

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

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

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

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

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

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

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

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

  .lg\:mr-auto {
    margin-right: auto;
  }

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

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

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

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

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

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

  .lg\:-translate-y-2\/4 {
    --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));
  }

  .lg\:list-outside {
    list-style-position: outside;
  }

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

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

  .lg\:gap-11 {
    gap: 2.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[75px\] {
    gap: 75px;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

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

  .lg\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

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

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

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

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

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

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

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

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

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

  .lg\:pl-32 {
    padding-left: 8rem;
  }

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

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

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

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

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

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

  .lg\:pl-16 {
    padding-left: 4rem;
  }

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

  .lg\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

  .lg\:text-\[2\.375rem\]\/\[110\%\] {
    font-size: 2.375rem;
    line-height: 110%;
  }

  .lg\:text-\[2\.75rem\]\/\[110\%\] {
    font-size: 2.75rem;
    line-height: 110%;
  }

  .lg\:text-\[3\.375rem\]\/\[100\%\] {
    font-size: 3.375rem;
    line-height: 100%;
  }

  .lg\:text-\[3\.75rem\]\/\[110\%\] {
    font-size: 3.75rem;
    line-height: 110%;
  }

  .lg\:text-\[4\.5rem\]\/\[110\%\] {
    font-size: 4.5rem;
    line-height: 110%;
  }

  .lg\:text-\[4\.625rem\]\/\[100\%\] {
    font-size: 4.625rem;
    line-height: 100%;
  }

  .lg\:text-\[5rem\]\/\[110\%\] {
    font-size: 5rem;
    line-height: 110%;
  }
}

@media (min-width: 1280px) {
  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }
}

@media (min-width: 1536px) {
  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:top-2\/4 {
    top: 50%;
  }

  .\32xl\:right-0 {
    right: 0px;
  }

  .\32xl\:left-0 {
    left: 0px;
  }

  .\32xl\:-left-24 {
    left: -6rem;
  }

  .\32xl\:bottom-\[229px\] {
    bottom: 229px;
  }

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

  .\32xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }

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

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

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

  .\32xl\:mr-auto {
    margin-right: auto;
  }

  .\32xl\:ml-0 {
    margin-left: 0px;
  }

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

  .\32xl\:mr-0 {
    margin-right: 0px;
  }

  .\32xl\:hidden {
    display: none;
  }

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

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

  .\32xl\:w-auto {
    width: auto;
  }

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

  .\32xl\:max-w-none {
    max-width: none;
  }

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

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

  .\32xl\:translate-y-2\/4 {
    --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));
  }

  .\32xl\:-translate-y-2\/4 {
    --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));
  }

  .\32xl\:-translate-x-\[10\%\] {
    --tw-translate-x: -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));
  }

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

  .\32xl\:gap-x-11 {
    -moz-column-gap: 2.75rem;
         column-gap: 2.75rem;
  }

  .\32xl\:gap-y-\[72px\] {
    row-gap: 72px;
  }

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

  .\32xl\:self-start {
    align-self: flex-start;
  }

  .\32xl\:self-end {
    align-self: flex-end;
  }

  .\32xl\:bg-cover {
    background-size: cover;
  }

  .\32xl\:text-right {
    text-align: right;
  }

  .\32xl\:text-\[2\.75rem\]\/\[110\%\] {
    font-size: 2.75rem;
    line-height: 110%;
  }

  .\32xl\:text-\[3\.375rem\]\/\[100\%\] {
    font-size: 3.375rem;
    line-height: 100%;
  }

  .\32xl\:text-\[4\.625rem\]\/\[100\%\] {
    font-size: 4.625rem;
    line-height: 100%;
  }

  .\32xl\:text-\[2\.375rem\]\/\[110\%\] {
    font-size: 2.375rem;
    line-height: 110%;
  }

  .\32xl\:text-\[4\.5rem\]\/\[110\%\] {
    font-size: 4.5rem;
    line-height: 110%;
  }
}

@media (min-width: 1920px) {
  .min-\[1920px\]\:max-w-\[1700px\] {
    max-width: 1700px;
  }
}
