@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");

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

/*
! tailwindcss v3.4.17 | 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: currentColor;
  /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

@media (min-width: 100%){
  .container{
    max-width: 100%;
  }
}

@media (min-width: 1620px){
  .container{
    max-width: 1620px;
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

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

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

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

.bottom-0{
  bottom: 0px;
}

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

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

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

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

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

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

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

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

.left-0{
  left: 0px;
}

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

.left-5{
  left: 1.25rem;
}

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

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

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

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

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

.right-0{
  right: 0px;
}

.right-4{
  right: 1rem;
}

.right-\[-50px\]{
  right: -50px;
}

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

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

.right-auto{
  right: auto;
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

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

.top-full{
  top: 100%;
}

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-4{
  order: 4;
}

.order-5{
  order: 5;
}

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

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

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

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

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

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

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

.mt-3\.5{
  margin-top: 0.875rem;
}

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-16{
  height: 4rem;
}

.h-3{
  height: 0.75rem;
}

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

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

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

.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}

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

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

.min-h-screen{
  min-height: 100vh;
}

.w-16{
  width: 4rem;
}

.w-3{
  width: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

.w-full{
  width: 100%;
}

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

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

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

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

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

.flex-\[100\%\]{
  flex: 100%;
}

.flex-\[45\%\]{
  flex: 45%;
}

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

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

.columns-1{
  -moz-columns: 1;
       columns: 1;
}

.break-inside-avoid{
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

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

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

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

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

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

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

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

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

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

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

.gap-0\.5{
  gap: 0.125rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

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

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

.border-\[\#9e001b\]{
  --tw-border-opacity: 1;
  border-color: rgb(158 0 27 / var(--tw-border-opacity, 1));
}

.border-\[\#DBCEA3\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 206 163 / var(--tw-border-opacity, 1));
}

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

.border-\[\#ea163a\]{
  --tw-border-opacity: 1;
  border-color: rgb(234 22 58 / var(--tw-border-opacity, 1));
}

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

.border-primary-3{
  --tw-border-opacity: 1;
  border-color: rgb(var(--primary-3) / var(--tw-border-opacity, 1));
}

.border-secondary-4{
  --tw-border-opacity: 1;
  border-color: rgb(var(--secondary-4) / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

.bg-\[\#9a001a\]{
  --tw-bg-opacity: 1;
  background-color: rgb(154 0 26 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-primary-2{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--primary-2) / var(--tw-bg-opacity, 1));
}

.bg-secondary-2{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--secondary-2) / var(--tw-bg-opacity, 1));
}

.bg-secondary-3{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--secondary-3) / var(--tw-bg-opacity, 1));
}

.bg-secondary-4{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--secondary-4) / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[url\(\'\.\/assets\/login\.jpeg\'\)\]{
  background-image: url('./assets/login.jpeg');
}

.bg-\[url\(\'\.\/assets\/logo-cover\.png\'\)\]{
  background-image: url('./assets/logo-cover.png');
}

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

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

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

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

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

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

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

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

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

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

.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

.pl-10{
  padding-left: 2.5rem;
}

.pl-3{
  padding-left: 0.75rem;
}

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

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

.pr-5{
  padding-right: 1.25rem;
}

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

.pt-12{
  padding-top: 3rem;
}

.pt-2{
  padding-top: 0.5rem;
}

.pt-3\.5{
  padding-top: 0.875rem;
}

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

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

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

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

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

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

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

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

.font-\[\'Roboto\'\]{
  font-family: 'Roboto';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-5{
  line-height: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

.text-\[\#374151\]{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-\[\#7E7453\]{
  --tw-text-opacity: 1;
  color: rgb(126 116 83 / var(--tw-text-opacity, 1));
}

.text-\[\#AAA38A\]{
  --tw-text-opacity: 1;
  color: rgb(170 163 138 / var(--tw-text-opacity, 1));
}

.text-\[\#FCF5E8\]{
  --tw-text-opacity: 1;
  color: rgb(252 245 232 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

* {
  box-sizing: border-box;
  font-family: CreativeVintageRegular;
}

#layout {
  overflow: hidden;
}

:root {
  /* -- TYPOGRAPHY -- */
  --font-size-xs: 10px;
  --line-height-xs: 12px;
  --font-size-sm: 14px;
  --line-height-sm: 24px;
  --font-size-md: 16px;
  --line-height-md: 20px;
  --font-size-base: 18px;
  --line-height-base: 20px;
  --font-size-lg: 18px;
  --line-height-lg: 22px;
  --font-size-xl: 24px;
  --line-height-xl: 29px;
  --font-size-2xl: 40px;
  --line-height-2xl: 24px;
}

#layout {
  /* -- COLORS -- */
  --primary-1: 191 0 32;
  --primary-2: 175 0 29;
  --primary-3: 234 22 58;
  --secondary-1: 224 152 17;
  --secondary-2: 242 167 1;
  --secondary-3: 253 244 214;
  --secondary-4: 226 219 194;
  --gray: 97 97 97;
  --black: 0 0 0;
  --white: 255 255 255;
}

.masonry {
  display: grid;
  grid-template-rows: masonry;
  grid-auto-flow: dense;
}

.font-inria {
  font-family: "Inria Serif";
}

.button-text {
  display: inline-block;
  transform: translateY(1.5px);
  /* Adjust the value as needed */
  vertical-align: middle;
}

.placeholder\:text-black::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(var(--black) / var(--tw-text-opacity, 1));
}

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

.placeholder\:text-white::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(var(--white) / var(--tw-text-opacity, 1));
}

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

.hover\:border-secondary-2:hover{
  --tw-border-opacity: 1;
  border-color: rgb(var(--secondary-2) / var(--tw-border-opacity, 1));
}

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

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

.hover\:bg-primary-2:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--primary-2) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-3:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(var(--primary-3) / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-primary-3:hover{
  --tw-text-opacity: 1;
  color: rgb(var(--primary-3) / var(--tw-text-opacity, 1));
}

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

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

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

.focus\:border-secondary-2:focus{
  --tw-border-opacity: 1;
  border-color: rgb(var(--secondary-2) / var(--tw-border-opacity, 1));
}

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

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

@media (min-width: 640px){
  .sm\:bottom-\[30px\]{
    bottom: 30px;
  }

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

  .sm\:left-\[250px\]{
    left: 250px;
  }

  .sm\:order-1{
    order: 1;
  }

  .sm\:order-2{
    order: 2;
  }

  .sm\:order-3{
    order: 3;
  }

  .sm\:order-4{
    order: 4;
  }

  .sm\:order-5{
    order: 5;
  }

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

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

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

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

  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-16{
    height: 4rem;
  }

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

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

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

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

  .sm\:w-16{
    width: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .sm\:columns-2{
    -moz-columns: 2;
         columns: 2;
  }

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

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

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

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

  .sm\:gap-2{
    gap: 0.5rem;
  }

  .sm\:gap-5{
    gap: 1.25rem;
  }

  .sm\:gap-\[25px\]{
    gap: 25px;
  }

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

  .sm\:gap-\[31px\]{
    gap: 31px;
  }

  .sm\:gap-\[58px\]{
    gap: 58px;
  }

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

  .sm\:border-0{
    border-width: 0px;
  }

  .sm\:bg-\[url\(\'\.\/assets\/logo-cover-sm\.png\'\)\]{
    background-image: url('./assets/logo-cover-sm.png');
  }

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

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

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

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

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

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

  .sm\:pl-0{
    padding-left: 0px;
  }

  .sm\:pt-3{
    padding-top: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px){
  .lg\:bottom-\[-160px\]{
    bottom: -160px;
  }

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

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

  .lg\:left-\[42px\]{
    left: 42px;
  }

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

  .lg\:right-\[-100px\]{
    right: -100px;
  }

  .lg\:right-\[48px\]{
    right: 48px;
  }

  .lg\:right-\[88px\]{
    right: 88px;
  }

  .lg\:top-\[105px\]{
    top: 105px;
  }

  .lg\:top-\[110px\]{
    top: 110px;
  }

  .lg\:top-\[1150px\]{
    top: 1150px;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-3{
    order: 3;
  }

  .lg\:order-4{
    order: 4;
  }

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-10{
    height: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-\[55\%\]{
    flex: 55%;
  }

  .lg\:columns-3{
    -moz-columns: 3;
         columns: 3;
  }

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

  .lg\:gap-10{
    gap: 2.5rem;
  }

  .lg\:gap-14{
    gap: 3.5rem;
  }

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

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

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

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

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

  .lg\:bg-\[url\(\'\.\/assets\/login\.jpeg\'\)\]{
    background-image: url('./assets/login.jpeg');
  }

  .lg\:bg-\[url\(\'\.\/assets\/logo-cover-lg\.png\'\)\]{
    background-image: url('./assets/logo-cover-lg.png');
  }

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

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

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

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

  .lg\:\!pb-\[200px\]{
    padding-bottom: 200px !important;
  }

  .lg\:\!pb-\[280px\]{
    padding-bottom: 280px !important;
  }

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

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

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

  .lg\:pt-3{
    padding-top: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:bottom-auto{
    bottom: auto;
  }

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

  .xl\:left-\[-200px\]{
    left: -200px;
  }

  .xl\:right-\[-200px\]{
    right: -200px;
  }

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

  .xl\:top-\[1400px\]{
    top: 1400px;
  }

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

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

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

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

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

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

  .xl\:mt-9{
    margin-top: 2.25rem;
  }

  .xl\:block{
    display: block;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:flex-\[45\%\]{
    flex: 45%;
  }

  .xl\:flex-\[55\%\]{
    flex: 55%;
  }

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

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

  .xl\:gap-10{
    gap: 2.5rem;
  }

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

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

  .xl\:bg-\[url\(\'\.\/assets\/login\.jpeg\'\)\]{
    background-image: url('./assets/login.jpeg');
  }

  .xl\:bg-\[url\(\'\.\/assets\/logo-cover-xl\.png\'\)\]{
    background-image: url('./assets/logo-cover-xl.png');
  }

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

  .xl\:p-5{
    padding: 1.25rem;
  }

  @media (min-width: 1280px){
    .xl\:xl\:p-12{
      padding: 3rem;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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