/*
! tailwindcss v3.4.4 | 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: Open Sans;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

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

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

.left-0 {
  left: 0px;
}

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

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

.right-0 {
  right: 0px;
}

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

.-bottom-\[1\] {
  bottom: -1;
}

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-4 {
  margin-left: 1rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-\[20px\] {
  margin-right: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.h-20 {
  height: 5rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

.min-h-40 {
  min-height: 10rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

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

.max-w-xs {
  max-width: 20rem;
}

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

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

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

.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 {
  gap: 0px;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-neutral > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-border-neutral);
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.\!rounded-\[5px\] {
  border-radius: 5px !important;
}

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

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

.rounded-full {
  border-radius: var(--border-radius-full);
}

.rounded-lg {
  border-radius: var(--border-radius-lg);
}

.rounded-md {
  border-radius: var(--border-radius-md);
}

.rounded-sm {
  border-radius: var(--border-radius-sm);
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.border-solid {
  border-style: solid;
}

.border-brand {
  border-color: var(--color-border-brand);
}

.border-brand-muted {
  border-color: var(--color-border-brand-muted);
}

.border-neutral {
  border-color: var(--color-border-neutral);
}

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

.bg-fill-brand {
  background-color: var(--color-background-fill-brand);
}

.bg-fill-brand-muted {
  background-color: var(--color-background-fill-brand-muted);
}

.bg-fill-neutral {
  background-color: var(--color-background-fill-neutral);
}

.bg-fill-white {
  background-color: var(--color-background-fill-white);
}

.bg-surface-brand {
  background-color: var(--color-background-surface-brand);
}

.bg-surface-inverse {
  background-color: var(--color-background-surface-inverse);
}

.bg-surface-neutral {
  background-color: var(--color-background-surface-neutral);
}

.bg-surface-white {
  background-color: var(--color-background-surface-white);
}

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

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

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

.fill-white {
  fill: #fff;
}

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

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

.p-1 {
  padding: 0.25rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-20 {
  padding: 5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

.\!py-\[80px\] {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

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

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

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

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

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

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

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

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

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

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

.\!pb-20 {
  padding-bottom: 5rem !important;
}

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

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

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

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

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

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

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

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

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

.pr-0 {
  padding-right: 0px;
}

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

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

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

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

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

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

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

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

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

.font-heading {
  font-family: Poppins;
}

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

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

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

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

.text-body-lg {
  font-size: var(--body-lg-size);
  line-height: var(--body-lg-line-height);
  font-weight: var(--body-lg-weight);
}

.text-body-md {
  font-size: var(--body-md-size);
  line-height: var(--body-md-line-height);
  font-weight: var(--body-md-weight);
}

.text-body-sm {
  font-size: var(--body-sm-size);
  line-height: var(--body-sm-line-height);
  font-weight: var(--body-sm-weight);
}

.text-heading-lg {
  font-size: var(--heading-lg-size);
  line-height: var(--heading-lg-line-height);
  font-weight: var(--heading-lg-weight);
}

.text-heading-md {
  font-size: var(--heading-md-size);
  line-height: var(--heading-md-line-height);
  font-weight: var(--heading-md-weight);
}

.text-heading-sm {
  font-size: var(--heading-sm-size);
  line-height: var(--heading-sm-line-height);
  font-weight: var(--heading-sm-weight);
}

.text-heading-xl {
  font-size: var(--heading-xl-size);
  line-height: var(--heading-xl-line-height);
  font-weight: var(--heading-xl-weight);
}

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

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

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

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

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

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[1\.25\] {
  line-height: 1.25;
}

.leading-\[1\.45\] {
  line-height: 1.45;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[100\%\] {
  line-height: 100%;
}

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

.\!text-brand {
  color: var(--color-foreground-brand) !important;
}

.text-brand {
  color: var(--color-foreground-brand);
}

.text-brand-muted {
  color: var(--color-foreground-brand-muted);
}

.text-brand-muted-on-fill {
  color: var(--color-foreground-brand-muted-on-fill);
}

.text-brand-on-fill {
  color: var(--color-foreground-brand-on-fill);
}

.text-primary {
  color: var(--color-foreground-primary);
}

.text-primary-on-inverse {
  color: var(--color-foreground-primary-on-inverse);
}

.text-secondary {
  color: var(--color-foreground-secondary);
}

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

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

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

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.\@container {
  container-type: inline-size;
}

button {
  border-radius: var(--border-radius-lg);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-primary {
  background-color: var(--color-background-fill-brand);
  color: var(--color-foreground-brand-on-fill);
}

.btn-primary:hover {
  background-color: var(--color-background-fill-brand-hover);
}

.btn-primary.outlined {
  background-color: transparent;
  border-width: 1px;
  border-color: var(--color-border-brand-muted);
  color: var(--color-foreground-brand);
}

.btn-primary.outlined:hover {
  border-color: var(--color-border-brand-muted-hover);
  background-color: var(--color-background-fill-brand-hover);
  background-color: var(--color-background-fill-brand-muted);
  color: var(--color-foreground-brand-hover);
}

.btn-secondary {
  border-width: 1px;
  border-color: var(--color-border-brand-muted);
  background-color: var(--color-background-fill-white);
  color: var(--color-foreground-brand-muted);
}

.btn-secondary:hover {
  border-color: var(--color-border-brand-muted-hover);
  background-color: var(--color-background-fill-brand-muted-hover);
}

.btn-secondary.alt {
  color: var(--color-foreground-brand-on-fill);
  background: transparent;
}

.btn.btn-lg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

/* .btn-primary.outlined {
  border-color: rgb(255, 187, 147);
} */

.btn-secondary.orange {
  color: var(--color-foreground-brand, #E15B2A);
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--body-lg-size, 18px);
  font-style: normal;
  font-weight: var(--font-weight-semibold, 600);
  line-height: var(--body-lg-line-height, 28px);
  /* 155.556% */
}

.btn {
  border-radius: var(--border-radius-lg);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
  /* display: inline-block; */
  transition: .2s ease all;
  @media screen and (max-width: 1279px) {
    padding-left: 12px;

    padding-right: 12px;

    font-size: 12px;

    font-weight: 400 !important;
  }
}

.btn.arrow {
  padding-right: 1.25rem;
}

.btn.arrow::after {
  content: "\E5C8";
  /* Unicode for arrow_right_alt in Material Icons */
  font-family: 'Material Symbols Rounded';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  left: 8px;
  transition: .2s ease all;
}

.btn.arrow:hover::after {
  left: 11px;
}

.btn.no-outline {
  border: none;
  outline: none;
  background: transparent;
  padding-left: 0;
}

.btn.no-outline:hover {
  background-color: transparent;
}

.badge {
  border-radius: var(--border-radius-sm, 8px);
  text-transform: uppercase;
  font-family: var(--font-family-body, "Open Sans");
  font-size: var(--body-xs-size, 12px);
  font-style: normal;
  font-weight: var(--body-xs-weight, 500);
  line-height: var(--body-xs-line-height, 16px);
  /* 133.333% */
  padding: var(--spacing-0_5, 2px) var(--spacing-2, 8px);
}

.badge.gray {
  border: var(--border-size-default, 1px) solid var(--color-border-neutral, #CCC);
  background: var(--color-background-fill-neutral, #F2F2F2);
  color: var(--color-foreground-secondary, #303030);
}

.badge.orange {
  border: var(--border-size-default, 1px) solid var(--color-border-brand-muted, #FFBB93);
  background: var(--color-background-fill-brand-muted, #FCE0CF);
  color: #531C08;
}

.badge-star {
  padding-left: 3px;
}

.badge.star:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 4px;
  width: 16px;
  /* Adjust the width as needed */
  height: 16px;
  /* Adjust the height as needed */
  background-image: url('../assets/icons/star_exclusive.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

.shadow {
  box-shadow: 0px 0px 13px 0px rgba(44, 43, 54, 0.15);
}

.card-shadow {
  box-shadow: 4px 16px 24px 0px rgba(63, 62, 77, 0.05), 8px 2px 8px 0px rgba(242, 129, 50, 0.02);
}

:root{
  /* Collection: Base */
  --color-green-50: rgba(246,250,249,1);
  --color-green-100: rgba(209,231,223,1);
  --color-green-200: rgba(174,213,200,1);
  --color-green-300: rgba(140,196,178,1);
  --color-green-400: rgba(98,174,151,1);
  --color-green-500: rgba(83,161,139,1);
  --color-green-600: rgba(76,147,128,1);
  --color-green-700: rgba(61,118,104,1);
  --color-green-800: rgba(49,95,85,1);
  --color-green-900: rgba(29,56,50,1);
  --color-orange-50: rgba(254,246,240,1);
  --color-orange-100: rgba(252,224,207,1);
  --color-orange-200: rgba(255,187,147,1);
  --color-orange-300: rgba(255,160,101,1);
  --color-orange-400: rgba(242,129,49,1);
  --color-orange-500: rgba(241,102,7,1);
  --color-orange-600: rgba(225,91,42,1);
  --color-orange-700: rgba(163,63,27,1);
  --color-orange-800: rgba(83,28,8,1);
  --color-orange-900: rgba(35,6,0,1);
  --color-gray-50: rgba(252,252,252,1);
  --color-gray-100: rgba(242,242,242,1);
  --color-gray-200: rgba(204,204,204,1);
  --color-gray-300: rgba(186,186,186,1);
  --color-gray-400: rgba(164,164,164,1);
  --color-gray-500: rgba(152,152,152,1);
  --color-gray-600: rgba(139,139,139,1);
  --color-gray-700: rgba(99,99,99,1);
  --color-gray-800: rgba(48,48,48,1);
  --color-gray-900: rgba(16,16,16,1);
  --color-gray-black: rgba(11,10,20,1);
  --color-white: rgba(255,255,255,1);
  --color-tan-50: rgba(253,253,251,1);
  --color-tan-100: rgba(251,248,246,1);
  --color-tan-200: rgba(249,246,242,1);
  --color-black: rgba(0,0,0,1);
  --size-0: 0px;
  --size-px: 1px;
  --size-0_5: 2px;
  --size-1: 4px;
  --size-1_5: 6px;
  --size-2: 8px;
  --size-300: 12px;
  --size-3_5: 14px;
  --size-4: 16px;
  --size-4_5: 18px;
  --size-5: 20px;
  --size-6: 24px;
  --size-7: 28px;
  --size-8: 32px;
  --size-9: 36px;
  --size-10: 40px;
  --size-11: 44px;
  --size-12: 48px;
  --size-13: 52px;
  --size-14: 56px;
  --size-16: 64px;
  --size-20: 80px;
  --size-24: 96px;
  --size-28: 112px;
  --size-32: 128px;
  --size-36: 144px;
  --size-40: 160px;
  --size-44: 176px;
  /* Collection: Typography */
  --heading-xl-size: var(--font-size-7xl);
  --heading-xl-size-Mobile: var(--font-size-5xl);
  --heading-xl-weight: var(--font-weight-medium);
  --heading-xl-weight-Mobile: var(--font-weight-medium);
  --heading-xl-line-height: var(--font-line-height-7xl);
  --heading-xl-line-height-Mobile: var(--font-line-height-5xl);
  --heading-lg-size: var(--font-size-5xl);
  --heading-lg-size-Mobile: var(--font-size-4xl);
  --heading-md-size: var(--font-size-4xl);
  --heading-md-size-Mobile: var(--font-size-3xl);
  --heading-sm-size: var(--font-size-2xl);
  --heading-sm-size-Mobile: var(--font-size-2xl);
  --heading-sm-weight: var(--font-weight-medium);
  --heading-sm-weight-Mobile: var(--font-weight-medium);
  --heading-sm-line-height: var(--font-line-height-2xl);
  --heading-sm-line-height-Mobile: var(--font-line-height-2xl);
  --heading-md-weight: var(--font-weight-medium);
  --heading-md-weight-Mobile: var(--font-weight-medium);
  --heading-md-line-height: var(--font-line-height-4xl);
  --heading-md-line-height-Mobile: var(--font-line-height-3xl);
  --heading-lg-weight: var(--font-weight-medium);
  --heading-lg-weight-Mobile: var(--font-weight-medium);
  --heading-lg-line-height: 56px;
  --heading-lg-line-height-Mobile: var(--font-line-height-4xl);
  --body-lg-size: var(--font-size-lg);
  --body-lg-size-Mobile: var(--font-size-lg);
  --body-md-size: var(--font-size-base);
  --body-md-size-Mobile: var(--font-size-base);
  --body-md-weight: var(--font-weight-regular);
  --body-md-weight-Mobile: var(--font-weight-regular);
  --body-md-line-height: var(--font-line-height-base);
  --body-md-line-height-Mobile: var(--font-size-base);
  --body-lg-weight: var(--font-weight-regular);
  --body-lg-weight-Mobile: var(--font-weight-regular);
  --body-lg-line-height: var(--font-line-height-lg);
  --body-lg-line-height-Mobile: var(--font-line-height-lg);
  --body-sm-size: var(--font-size-sm);
  --body-sm-size-Mobile: var(--font-size-sm);
  --body-sm-weight: var(--font-weight-regular);
  --body-sm-weight-Mobile: var(--font-weight-regular);
  --body-sm-line-height: var(--font-line-height-sm);
  --body-sm-line-height-Mobile: var(--font-line-height-sm);
  --body-xs-size: var(--font-size-xs);
  --body-xs-size-Mobile: var(--font-size-xs);
  --body-xs-weight: var(--font-weight-medium);
  --body-xs-weight-Mobile: var(--font-weight-medium);
  --body-xs-line-height: var(--font-line-height-xs);
  --body-xs-line-height-Mobile: var(--font-line-height-xs);
  /* Collection: Functional */
  --color-background-fill-brand: var(--color-orange-600);
  --color-background-fill-brand-hover: var(--color-orange-700);
  --color-background-fill-brand-muted: var(--color-orange-100);
  --color-background-fill-brand-muted-hover: var(--color-orange-100);
  --color-background-fill-neutral: var(--color-gray-100);
  --color-background-fill-neutral-hover: var(--color-gray-200);
  --color-background-fill-white: var(--color-white);
  --color-background-fill-white-hover: var(--color-gray-50);
  --color-background-surface-brand: var(--color-orange-50);
  --color-background-surface-inverse: var(--color-green-900);
  --color-background-surface-neutral: var(--color-gray-50);
  --color-background-surface-white: var(--color-white);
  --color-foreground-brand: var(--color-orange-600);
  --color-border-brand: var(--color-orange-400);
  --color-border-brand-hover: var(--color-orange-500);
  --color-border-brand-muted: var(--color-orange-200);
  --color-border-brand-muted-hover: var(--color-orange-100);
  --color-border-neutral: var(--color-gray-200);
  --color-border-neutral-hover: var(--color-gray-300);
  --color-foreground-brand-hover: var(--color-orange-700);
  --border-size-default: var(--size-px);
  --color-foreground-brand-muted: var(--color-orange-800);
  --color-foreground-brand-muted-hover: var(--color-orange-900);
  --color-foreground-brand-muted-on-fill: var(--color-orange-900);
  --color-foreground-brand-on-fill: var(--color-white);
  --color-foreground-primary: var(--color-gray-black);
  --color-foreground-primary-hover: var(--color-black);
  --color-foreground-primary-on-inverse: var(--color-white);
  --color-foreground-secondary: var(--color-gray-800);
  --color-foreground-placeholder: var(--color-gray-700);
  --border-radius-none: 0px;
  --border-radius-sm: var(--size-2);
  --border-radius-md: var(--size-4);
  --border-radius-lg: var(--size-8);
  --border-radius-xl: var(--size-12);
  --border-radius-full: 999px;
  --font-family-heading: Poppins;
  --font-family-body: Open Sans;
  --font-weight-regular: 400;
  --font-size-xs: 12px;
  --font-size-sm: 14px;
  --font-weight-medium: 500;
  --font-size-base: 16px;
  --font-size-lg: 18px;
  --font-size-xl: 20px;
  --font-size-2xl: 24px;
  --font-size-3xl: 28px;
  --font-size-4xl: 36px;
  --font-size-5xl: 48px;
  --font-size-6xl: 60px;
  --font-size-7xl: 72px;
  --font-size-8xl: 96px;
  --font-size-9xl: 128px;
  --font-weight-semibold: 600;
  --font-line-height-xs: 16px;
  --font-line-height-sm: 20px;
  --font-line-height-base: 24px;
  --font-line-height-lg: 28px;
  --font-line-height-xl: 28px;
  --font-line-height-2xl: 32px;
  --font-line-height-3xl: 36px;
  --font-line-height-4xl: 40px;
  --font-line-height-5xl: 52px;
  --font-line-height-6xl: 72px;
  --font-line-height-7xl: 80px;
  --font-line-height-8xl: 112px;
  --font-line-height-9xl: 128px;
  --font-weight-bold: 700;
  --spacing-0_5: var(--size-0_5);
  --spacing-1: var(--size-1);
  --spacing-2: var(--size-2);
  --spacing-3: var(--size-300);
  --spacing-4: var(--size-4);
  --spacing-5: var(--size-5);
  --spacing-6: var(--size-6);
  --spacing-7: var(--size-7);
  --spacing-8: var(--size-8);
  --spacing-9: var(--size-9);
  --spacing-10: var(--size-10);
  --spacing-11: var(--size-11);
  --spacing-12: var(--size-12);
  --spacing-13: var(--size-13);
  --spacing-14: var(--size-14);
  --spacing-16: var(--size-16);
  --spacing-20: var(--size-20);
  --section-max-width: 1200px;
  --section-padding-x: var(--spacing-5);
  --section-padding-y: var(--spacing-20);
  --background: var(--color-white);
  --color-foreground-icon-accent: rgba(238,237,242,1);
}

.last\:mr-0:last-child {
  margin-right: 0px;
}

.hover\:scale-\[1\.05\]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

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

@container (min-width: 28rem) {
  .\@md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

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

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:order-first {
    order: -9999;
  }

  .sm\:order-last {
    order: 9999;
  }

  .sm\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .sm\:col-span-7 {
    grid-column: span 7 / span 7;
  }

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

  .sm\:text-heading-md {
    font-size: var(--heading-md-size);
    line-height: var(--heading-md-line-height);
    font-weight: var(--heading-md-weight);
  }
}

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

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

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

  .md\:left-\[24px\] {
    left: 24px;
  }

  .md\:right-\[24px\] {
    right: 24px;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mr-\[20px\] {
    margin-right: 20px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pr-4 {
    padding-right: 1rem;
  }

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

  .md\:text-heading-md {
    font-size: var(--heading-md-size);
    line-height: var(--heading-md-line-height);
    font-weight: var(--heading-md-weight);
  }

  .md\:text-heading-sm {
    font-size: var(--heading-sm-size);
    line-height: var(--heading-sm-line-height);
    font-weight: var(--heading-sm-weight);
  }

  .md\:leading-\[1\.1\] {
    line-height: 1.1;
  }
}

@media (min-width: 1024px) {
  .lg\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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