@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Poppins", serif;
  margin: 0;
  line-height: inherit;
}

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

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

.hero-btn{
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  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-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (min-width: 768px){
  .hero-btn{
    padding-left: 3.75rem;
    padding-right: 3.75rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.hero-btn {
  background:
      linear-gradient(
        226deg,
        rgba(255, 255, 255, 0.4) -39.51%,
        rgba(255, 255, 255, 0) 92.96%
      ),
      #6360f5;
  box-shadow:
      0 2px 4px 0 rgba(255, 255, 255, 0.15) inset,
      0 4px 12px 0 rgba(68, 4, 179, 0.25);
}

.container{
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 95%;
  max-width: 1200px;
  flex: 1 1 0%;
  flex-direction: column;
  align-items: stretch;
  align-self: stretch;
  padding-left: 5%;
  padding-right: 5%;
}

@media (min-width: 1024px){
  .container{
    padding-left: 1%;
    padding-right: 1%;
  }
}

.nav-links{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
}

.dropdown-content-list{
  display: flex;
  height: 100%;
  cursor: pointer;
  flex-direction: row;
  align-items: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(125 104 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.primary-btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(125 104 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(125 104 246 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 4px #3c03385c;
  --tw-shadow-colored: 0 4px 4px 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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 640px){
  .primary-btn{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .primary-btn:hover{
    --tw-border-opacity: 1;
    border-right-color: rgb(125 104 246 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(125 104 246 / var(--tw-bg-opacity, 1));
    --tw-shadow: 0 6px 16px #3c03385c;
    --tw-shadow-colored: 0 6px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.secondary-btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(125 104 246 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(125 104 246 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 4px #3c03385c;
  --tw-shadow-colored: 0 4px 4px 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-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (min-width: 640px){
  .secondary-btn{
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 768px){
  .secondary-btn:hover{
    background-color: #ffffffcc;
    --tw-shadow: 0 6px 16px #3c03385c;
    --tw-shadow-colored: 0 6px 16px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

.-left-20{
  left: -5rem;
}

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

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

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

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

.left-auto{
  left: auto;
}

.top-14{
  top: 3.5rem;
}

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

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

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

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

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

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

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

.m-0{
  margin: 0px;
}

.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

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

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-auto{
  margin-top: auto;
}

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

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

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[800\/560\]{
  aspect-ratio: 800/560;
}

.aspect-\[2400\/700\]{
  aspect-ratio: 2400/700;
}

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

.size-6{
  width: 1.5rem;
  height: 1.5rem;
}

.size-full{
  width: 100%;
  height: 100%;
}

.h-6{
  height: 1.5rem;
}

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-64{
  height: 16rem;
}

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

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

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

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

.h-\[260x260\]{
  height: 260x260;
}

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

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

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

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

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

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

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

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

.w-6{
  width: 1.5rem;
}

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

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

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

.w-full{
  width: 100%;
}

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

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

.w-\[calc\(25\%-18px\)\]{
  width: calc(25% - 18px);
}

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

.w-10{
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[0_1_50\%\]{
  flex: 0 1 50%;
}

.flex-\[1_1_0px\]{
  flex: 1 1 0px;
}

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

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

.flex-grow{
  flex-grow: 1;
}

.basis-0{
  flex-basis: 0px;
}

.origin-\[left_center\]{
  transform-origin: left center;
}

.origin-\[right_center\]{
  transform-origin: right center;
}

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

.scale-90{
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.snap-x{
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-mandatory{
  --tw-scroll-snap-strictness: mandatory;
}

.snap-start{
  scroll-snap-align: start;
}

.snap-end{
  scroll-snap-align: end;
}

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

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

.grid-cols-1{
  grid-template-columns: repeat(1, 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-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

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

.grid-rows-\[1fr\]{
  grid-template-rows: 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.gap-0{
  gap: 0px;
}

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

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

.gap-6{
  gap: 1.5rem;
}

.gap-16{
  gap: 4rem;
}

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

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

.gap-1{
  gap: 0.25rem;
}

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

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

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

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

.overscroll-x-contain{
  overscroll-behavior-x: contain;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

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

.rounded-3xl{
  border-radius: 1.5rem;
}

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

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

.rounded-2xl{
  border-radius: 1rem;
}

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

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

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

.border{
  border-width: 1px;
}

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

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

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

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

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

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

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

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

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

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

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#fceba4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 235 164 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fbf3e9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 243 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5F2F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FDEBEC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(253 235 236 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FCEBA4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(252 235 164 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#e5f2f5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 242 245 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/50{
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\]{
  --tw-gradient-to: rgba(255,255,255,0.6) var(--tw-gradient-to-position);
}

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

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

.bg-\[100\%_100\%\]{
  background-position: 100% 100%;
}

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

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

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

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

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-16{
  padding: 4rem;
}

.p-0{
  padding: 0px;
}

.p-6{
  padding: 1.5rem;
}

.p-20{
  padding: 5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

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

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

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

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

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

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

.font-sans{
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-\[\'Inter\'\2c \'Lato\'\2c sans-serif\]{
  font-family: 'Inter','Lato',sans-serif;
}

.font-\[\'Lato\'\2c sans-serif\]{
  font-family: 'Lato',sans-serif;
}

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

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

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

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

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

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

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

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

.font-extrabold{
  font-weight: 800;
}

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

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

.font-black{
  font-weight: 900;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

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

.leading-9{
  line-height: 2.25rem;
}

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

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

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

.leading-normal{
  line-height: 1.5;
}

.leading-\[27\.48px\]{
  line-height: 27.48px;
}

.leading-\[60\.6px\]{
  line-height: 60.6px;
}

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

.leading-tight{
  line-height: 1.25;
}

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

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

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

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

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

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

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

.leading-3{
  line-height: .75rem;
}

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

.tracking-\[-0\.3px\]{
  letter-spacing: -0.3px;
}

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

.tracking-\[-1\.38px\]{
  letter-spacing: -1.38px;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

.tracking-\[0\.16px\]{
  letter-spacing: 0.16px;
}

.tracking-\[-0\.044rem\]{
  letter-spacing: -0.044rem;
}

.tracking-\[0\.43px\]{
  letter-spacing: 0.43px;
}

.text-\[\#e5b115\]{
  --tw-text-opacity: 1;
  color: rgb(229 177 21 / var(--tw-text-opacity, 1));
}

.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(125 104 246 / var(--tw-text-opacity, 1));
}

.text-gold{
  --tw-text-opacity: 1;
  color: rgb(181 137 0 / var(--tw-text-opacity, 1));
}

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

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

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

.text-\[\#222325\]{
  --tw-text-opacity: 1;
  color: rgb(34 35 37 / var(--tw-text-opacity, 1));
}

.text-\[\#005257\]{
  --tw-text-opacity: 1;
  color: rgb(0 82 87 / var(--tw-text-opacity, 1));
}

.text-\[\#6f3a07\]{
  --tw-text-opacity: 1;
  color: rgb(111 58 7 / var(--tw-text-opacity, 1));
}

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

.text-\[\#000000de\]{
  color: #000000de;
}

.text-\[\#95979d\]{
  --tw-text-opacity: 1;
  color: rgb(149 151 157 / var(--tw-text-opacity, 1));
}

.text-\[\#6F3A07\]{
  --tw-text-opacity: 1;
  color: rgb(111 58 7 / var(--tw-text-opacity, 1));
}

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

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

.opacity-90{
  opacity: 0.9;
}

.opacity-30{
  opacity: 0.3;
}

.opacity-0{
  opacity: 0;
}

.shadow-\[0px_0px_1px_1px_\#00000017\]{
  --tw-shadow: 0px 0px 1px 1px #00000017;
  --tw-shadow-colored: 0px 0px 1px 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);
}

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

.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.transition-transform{
  transition-property: transform;
  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;
}

.transition-\[flex-grow\2c transform\]{
  transition-property: flex-grow,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-\[0\.18s\]{
  transition-duration: 0.18s;
}

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

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

.duration-\[180ms\]{
  transition-duration: 180ms;
}

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

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

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

.horizontal-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: transparent;
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* navbar  */

.mobile {
  gap: 1.25rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sidebar-links-wrapper {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  flex-direction: column;
  gap: 1.25rem;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  margin-top: 3rem;
}

.active-nav {
  opacity: 1;
  display: block;
  transform: translateY(20px);
}

/* .sidebar {
  backdrop-filter: blur(4px);
  text-align: left;
  background-color: #00000033;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 50;
  left: 0px;
  position: fixed;
} */

.sidebar-wrapper {
  padding: 20px 16px;
  background-color: #fafafa;
  flex-direction: column;
  max-width: 1230px;
  width: 85%;
  height: 100%;
  display: flex;
  position: relative;
}

.show-sidebar {
  display: block;
}

.toggle,
.toggle-two {
  width: 100%;
  background-color: transparent;
  align-items: center;
  display: grid;
  grid-template-columns: 2fr 0.2fr;
  justify-content: space-between;
  color: #151515;
  border: none;
  outline: none;
  cursor: pointer;
  text-align: left;
}

.toggle-icon-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: end;
}

.content {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: all 0.5s;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #708090;
  font-weight: 400;
}

.before\:mr-0\.5::before{
  content: var(--tw-content);
  margin-right: 0.125rem;
}

.before\:content-\[\'\/\'\]::before{
  --tw-content: '/';
  content: var(--tw-content);
}

.hover\:scale-105: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\:border-\[\#62646a\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(98 100 106 / var(--tw-border-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100\/50:hover{
  background-color: rgb(243 244 246 / 0.5);
}

.hover\:bg-\[\#62646a\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(98 100 106 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:text-\[\#222325\]:hover{
  --tw-text-opacity: 1;
  color: rgb(34 35 37 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:flex{
  display: flex;
}

.group:hover .group-hover\:scale-105{
  --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));
}

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

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

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media not all and (min-width: 1536px){
  .max-2xl\:max-h-\[256px\]{
    max-height: 256px;
  }

  .max-2xl\:min-h-\[256px\]{
    min-height: 256px;
  }

  .max-2xl\:gap-6{
    gap: 1.5rem;
  }

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

@media (max-width: 1440px){
  .max-\[1440px\]\:max-h-\[540px\]{
    max-height: 540px;
  }

  .max-\[1440px\]\:rounded-3xl{
    border-radius: 1.5rem;
  }
}

@media not all and (min-width: 1280px){
  .max-xl\:mb-0{
    margin-bottom: 0px;
  }

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

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

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

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

  .max-xl\:min-h-\[228px\]{
    min-height: 228px;
  }

  .max-xl\:gap-8{
    gap: 2rem;
  }

  .max-xl\:rounded-3xl{
    border-radius: 1.5rem;
  }

  .max-xl\:p-4{
    padding: 1rem;
  }

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

  .max-xl\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

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

  .max-xl\:leading-8{
    line-height: 2rem;
  }

  .max-xl\:leading-\[20\.61px\]{
    line-height: 20.61px;
  }
}

@media (max-width: 1280px){
  .max-\[1280px\]\:max-w-\[64\%\]{
    max-width: 64%;
  }

  .max-\[1280px\]\:rounded-\[21px\]{
    border-radius: 21px;
  }

  .max-\[1280px\]\:text-\[54px\]{
    font-size: 54px;
  }

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

@media not all and (min-width: 1024px){
  .max-lg\:max-w-\[64\%\]{
    max-width: 64%;
  }

  .max-lg\:flex-col{
    flex-direction: column;
  }

  .max-lg\:rounded-\[21px\]{
    border-radius: 21px;
  }

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

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

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

@media (max-width: 840px){
  .max-\[840px\]\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .max-\[840px\]\:aspect-square{
    aspect-ratio: 1 / 1;
  }

  .max-\[840px\]\:w-\[calc\(33\.33\%-16px\)\]{
    width: calc(33.33% - 16px);
  }

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

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

  .max-\[840px\]\:min-w-\[136px\]{
    min-width: 136px;
  }

  .max-\[840px\]\:min-w-\[300px\]{
    min-width: 300px;
  }

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

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

  .max-\[840px\]\:flex-col{
    flex-direction: column;
  }

  .max-\[840px\]\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .max-\[840px\]\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .max-\[840px\]\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-\[840px\]\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .max-\[840px\]\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-\[840px\]\:leading-7{
    line-height: 1.75rem;
  }

  .max-\[840px\]\:leading-\[41px\]{
    line-height: 41px;
  }

  .max-\[840px\]\:leading-5{
    line-height: 1.25rem;
  }
}

@media not all and (min-width: 768px){
  .max-md\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .max-md\:flex{
    display: flex;
  }

  .max-md\:aspect-square{
    aspect-ratio: 1 / 1;
  }

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

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

  .max-md\:min-h-0{
    min-height: 0px;
  }

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

  .max-md\:w-7{
    width: 1.75rem;
  }

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

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

  .max-md\:w-\[calc\(33\.33\%-16px\)\]{
    width: calc(33.33% - 16px);
  }

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

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

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

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

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

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

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

  .max-md\:flex-grow-0{
    flex-grow: 0;
  }

  .max-md\:basis-\[calc\(50\%-12px\)\]{
    flex-basis: calc(50% - 12px);
  }

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

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

  .max-md\:flex-col{
    flex-direction: column;
  }

  .max-md\:flex-wrap{
    flex-wrap: wrap;
  }

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

  .max-md\:gap-6{
    gap: 1.5rem;
  }

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

  .max-md\:gap-3{
    gap: 0.75rem;
  }

  .max-md\:overflow-x-auto{
    overflow-x: auto;
  }

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

  .max-md\:rounded-\[12\.4px\]{
    border-radius: 12.4px;
  }

  .max-md\:p-4{
    padding: 1rem;
  }

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

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

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

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

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

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

  .max-md\:text-\[54px\]{
    font-size: 54px;
  }

  .max-md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

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

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

  .max-md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .max-md\:leading-\[18\.32px\]{
    line-height: 18.32px;
  }

  .max-md\:leading-\[54\.54px\]{
    line-height: 54.54px;
  }

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

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

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

  .max-md\:leading-\[41px\]{
    line-height: 41px;
  }

  .max-md\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .max-md\:tracking-\[-0\.033rem\]{
    letter-spacing: -0.033rem;
  }

  .max-md\:opacity-100{
    opacity: 1;
  }
}

@media not all and (min-width: 640px){
  .max-sm\:mt-\[22px\]{
    margin-top: 22px;
  }

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

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

  .max-sm\:block{
    display: block;
  }

  .max-sm\:flex{
    display: flex;
  }

  .max-sm\:hidden{
    display: none;
  }

  .max-sm\:aspect-auto{
    aspect-ratio: auto;
  }

  .max-sm\:aspect-square{
    aspect-ratio: 1 / 1;
  }

  .max-sm\:max-h-full{
    max-height: 100%;
  }

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

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

  .max-sm\:w-\[calc\(50\%-12px\)\]{
    width: calc(50% - 12px);
  }

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

  .max-sm\:min-w-0{
    min-width: 0px;
  }

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

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

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

  .max-sm\:flex-grow-0{
    flex-grow: 0;
  }

  .max-sm\:basis-full{
    flex-basis: 100%;
  }

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

  .max-sm\:grid-rows-\[repeat\(2\2c 1fr\)\]{
    grid-template-rows: repeat(2,1fr);
  }

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

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

  .max-sm\:items-start{
    align-items: flex-start;
  }

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

  .max-sm\:justify-start{
    justify-content: flex-start;
  }

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

  .max-sm\:gap-10{
    gap: 2.5rem;
  }

  .max-sm\:gap-4{
    gap: 1rem;
  }

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

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

  .max-sm\:overflow-hidden{
    overflow: hidden;
  }

  .max-sm\:rounded-2xl{
    border-radius: 1rem;
  }

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

  .max-sm\:bg-bottom{
    background-position: bottom;
  }

  .max-sm\:p-2\.5{
    padding: 0.625rem;
  }

  .max-sm\:p-4{
    padding: 1rem;
  }

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

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

  .max-sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .max-sm\:text-center{
    text-align: center;
  }

  .max-sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

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

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

  .max-sm\:font-semibold{
    font-weight: 600;
  }

  .max-sm\:leading-8{
    line-height: 2rem;
  }

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

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

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

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

  .max-sm\:leading-normal{
    line-height: 1.5;
  }

  .max-sm\:tracking-tight{
    letter-spacing: -0.025em;
  }

  .max-sm\:opacity-0{
    opacity: 0;
  }
}

@media (max-width: 630px){
  .max-\[630px\]\:static{
    position: static;
  }

  .max-\[630px\]\:order-1{
    order: 1;
  }

  .max-\[630px\]\:mt-0{
    margin-top: 0px;
  }

  .max-\[630px\]\:mr-\[12\.33px\]{
    margin-right: 12.33px;
  }

  .max-\[630px\]\:mb-2\.5{
    margin-bottom: 0.625rem;
  }

  .max-\[630px\]\:block{
    display: block;
  }

  .max-\[630px\]\:hidden{
    display: none;
  }

  .max-\[630px\]\:aspect-auto{
    aspect-ratio: auto;
  }

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

  .max-\[630px\]\:h-\[36\.3px\]{
    height: 36.3px;
  }

  .max-\[630px\]\:h-\[39\.5px\]{
    height: 39.5px;
  }

  .max-\[630px\]\:max-h-\[39\.5px\]{
    max-height: 39.5px;
  }

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

  .max-\[630px\]\:w-full{
    width: 100%;
  }

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

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

  .max-\[630px\]\:w-\[calc\(50\%-12px\)\]{
    width: calc(50% - 12px);
  }

  .max-\[630px\]\:min-w-0{
    min-width: 0px;
  }

  .max-\[630px\]\:max-w-full{
    max-width: 100%;
  }

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

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

  .max-\[630px\]\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

  .max-\[630px\]\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }

  .max-\[630px\]\:flex-row{
    flex-direction: row;
  }

  .max-\[630px\]\:flex-col{
    flex-direction: column;
  }

  .max-\[630px\]\:flex-wrap{
    flex-wrap: wrap;
  }

  .max-\[630px\]\:items-start{
    align-items: flex-start;
  }

  .max-\[630px\]\:items-center{
    align-items: center;
  }

  .max-\[630px\]\:justify-start{
    justify-content: flex-start;
  }

  .max-\[630px\]\:gap-4{
    gap: 1rem;
  }

  .max-\[630px\]\:gap-x-\[65px\]{
    -moz-column-gap: 65px;
         column-gap: 65px;
  }

  .max-\[630px\]\:gap-y-10{
    row-gap: 2.5rem;
  }

  .max-\[630px\]\:rounded-2xl{
    border-radius: 1rem;
  }

  .max-\[630px\]\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .max-\[630px\]\:bg-bottom{
    background-position: bottom;
  }

  .max-\[630px\]\:p-2\.5{
    padding: 0.625rem;
  }

  .max-\[630px\]\:p-5{
    padding: 1.25rem;
  }

  .max-\[630px\]\:p-4{
    padding: 1rem;
  }

  .max-\[630px\]\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .max-\[630px\]\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .max-\[630px\]\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .max-\[630px\]\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .max-\[630px\]\:pl-\[5px\]{
    padding-left: 5px;
  }

  .max-\[630px\]\:text-center{
    text-align: center;
  }

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

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

  .max-\[630px\]\:text-\[11\.601px\]{
    font-size: 11.601px;
  }

  .max-\[630px\]\:text-\[14\.502px\]{
    font-size: 14.502px;
  }

  .max-\[630px\]\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .max-\[630px\]\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .max-\[630px\]\:font-semibold{
    font-weight: 600;
  }

  .max-\[630px\]\:leading-5{
    line-height: 1.25rem;
  }

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

  .max-\[630px\]\:leading-\[9\.426px\]{
    line-height: 9.426px;
  }

  .max-\[630px\]\:leading-normal{
    line-height: 1.5;
  }

  .max-\[630px\]\:tracking-\[-0\.255px\]{
    letter-spacing: -0.255px;
  }

  .max-\[630px\]\:tracking-\[-0\.319px\]{
    letter-spacing: -0.319px;
  }
}

@media (min-width: 640px){
  .sm\:mt-\[22px\]{
    margin-top: 22px;
  }

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

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

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

  .sm\:max-h-full{
    max-height: 100%;
  }

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

  .sm\:min-h-0{
    min-height: 0px;
  }

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

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

  .sm\:min-w-0{
    min-width: 0px;
  }

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

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

  .sm\:flex-grow-0{
    flex-grow: 0;
  }

  .sm\:basis-full{
    flex-basis: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:p-4{
    padding: 1rem;
  }

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

  .sm\:p-0{
    padding: 0px;
  }

  .sm\:p-6{
    padding: 1.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:leading-10{
    line-height: 2.5rem;
  }

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

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

  .sm\:tracking-\[-\.736px\]{
    letter-spacing: -.736px;
  }

  .sm\:tracking-\[-0\.736px\]{
    letter-spacing: -0.736px;
  }
}

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

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

  .md\:min-h-full{
    min-height: 100%;
  }

  .md\:min-h-0{
    min-height: 0px;
  }

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

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

  .md\:w-7{
    width: 1.75rem;
  }

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

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

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

  .md\:flex-\[0_1_100\%\]{
    flex: 0 1 100%;
  }

  .md\:flex-grow-0{
    flex-grow: 0;
  }

  .md\:basis-\[calc\(50\%-12px\)\]{
    flex-basis: calc(50% - 12px);
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:p-20{
    padding: 5rem;
  }

  .md\:p-6{
    padding: 1.5rem;
  }

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

  .md\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:leading-\[54\.54px\]{
    line-height: 54.54px;
  }

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

  .md\:leading-9{
    line-height: 2.25rem;
  }

  .md\:leading-\[20\.61px\]{
    line-height: 20.61px;
  }

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

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

  .md\:tracking-\[-1\.242px\]{
    letter-spacing: -1.242px;
  }

  .md\:tracking-\[-0\.033rem\]{
    letter-spacing: -0.033rem;
  }
}

@media (min-width: 1024px){
  .lg\:my-1{
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mt-32{
    margin-top: 8rem;
  }

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

  .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\:gap-8{
    gap: 2rem;
  }

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

  .lg\:p-\[64px_120px\]{
    padding: 64px 120px;
  }

  .lg\:p-4{
    padding: 1rem;
  }

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

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

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

  .lg\:leading-\[20\.61px\]{
    line-height: 20.61px;
  }

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

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

@media (min-width: 1280px){
  .xl\:max-h-\[228px\]{
    max-height: 228px;
  }

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

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

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

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

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

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

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

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

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

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

  .xl\:leading-\[20\.61px\]{
    line-height: 20.61px;
  }

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

@media (min-width: 1536px){
  .\32xl\:max-h-\[256px\]{
    max-height: 256px;
  }

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

  .\32xl\:gap-6{
    gap: 1.5rem;
  }

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

@container product-item (max-width:350px){
  .\[\@container_product-item_\(max-width\:350px\)\]\:mx-5{
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
