/**
 * Theme by Platol | https://themeforest.net/user/platol/portfolio
 */

@charset "UTF-8";
/* Google Fonts */
@import url("https://fonts.googleapis.com/css2?family=Prata&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&amp;display=swap");
:root {
  --font-primary: "Prata", serif;
  --font-secondary: "Lexend Deca", sans-serif;
}

*, ::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.13 | 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] {
  display: none;
}

body {
    color-scheme: dark;
    --tw-bg-opacity: 1;
    background-color: rgb(231 229 212 / var(--tw-bg-opacity));
    font-family: var(--font-secondary);
    --tw-text-opacity: 1;
    color: rgb(6 12 20 / var(--tw-text-opacity));
  }

h1, h2, h3, h4, h5, h6{
  font-family: var(--font-primary);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

::-moz-selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

::selection{
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media screen and (min-width: 767px) {
    ::-webkit-scrollbar {
      width: 7px;
    }
    ::-webkit-scrollbar-track {
      background: transparent;
    }
    ::-webkit-scrollbar-thumb {
      background: #415649;
      border-radius: 16px;
    }
    ::-webkit-scrollbar-thumb:hover {
      background: #2e3f35;
    }
    .no-scroll{
    overflow: hidden;
    padding-right: 7px;
  }
  }

.scrollbar-vertical::-webkit-scrollbar {
    width: auto;
    height: 5px;
  }

@media screen and (min-width: 1536px) {
    .container {
      max-width: 1280px !important;
    }
  }
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.container, .container-fluid{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, calc(1.5rem / 2));
  padding-left: var(--bs-gutter-x, calc(1.5rem / 2));
}
@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;
  }
}
.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col{
  flex: 1 0 0%;
}
.row-cols-1 > *{
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > *{
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > *{
  flex: 0 0 auto;
  width: 33.333333333333336%;
}
.col-2{
  flex: 0 0 auto;
  width: 16.666666666666668%;
}
.col-8{
  flex: 0 0 auto;
  width: 66.66666666666667%;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.g-1, .gx-1{
  --bs-gutter-x: .5rem;
}
.g-1, .gy-1{
  --bs-gutter-y: .5rem;
}
.g-2, .gx-2{
  --bs-gutter-x: 1rem;
}
.g-2, .gy-2{
  --bs-gutter-y: 1rem;
}
.g-3, .gy-3{
  --bs-gutter-y: 1.5rem;
}
.g-4, .gx-4{
  --bs-gutter-x: 2rem;
}
.g-4, .gy-4{
  --bs-gutter-y: 2rem;
}
.g-5, .gx-5{
  --bs-gutter-x: 2.75rem;
}
.g-5, .gy-5{
  --bs-gutter-y: 2.75rem;
}
.g-6, .gx-6{
  --bs-gutter-x: 3.25rem;
}
.g-6, .gy-6{
  --bs-gutter-y: 3.25rem;
}
.autofill-black:-webkit-autofill,
  .autofill-black:-webkit-autofill:hover,
  .autofill-black:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  }
.autofill-light:-webkit-autofill,
  .autofill-light:-webkit-autofill:hover,
  .autofill-light:-webkit-autofill:focus {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #E7E5D4 inset;
  }
.has-transition, .content a:not(.no-underline) {
    transition-property: all;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }
.link-stretched::after{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  --tw-content: "";
  content: var(--tw-content);
}
.no-scrollbar::-webkit-scrollbar {
    width: 0;
  }
.content{
  --tw-text-opacity: 1;
  color: rgb(110 108 86 / var(--tw-text-opacity));
}
.content :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  border-color: rgb(6 12 20 / 0.1);
}
.content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0.5rem;
  border-end-start-radius: 0px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(201 197 170 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 212 / var(--tw-bg-opacity));
  padding-right: 2rem;
  padding-top: 60px;
  font-family: var(--font-primary);
  font-size: 22px;
  font-style: normal;
  line-height: 1.625;
}
@media (min-width: 640px){
  .content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 768px){
  .content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    padding-left: 76px;
    padding-top: 0px;
  }
}
.content ul li::marker{
  --tw-text-opacity: 1;
  color: rgb(255 72 72 / var(--tw-text-opacity));
}
.content blockquote {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 42'%3E%3Cpath d='M14.9 20.4h-11c.2-11 2.4-12.7 9-16.7q1.2-.8.6-2.2c-.4-.8-1.4-1-2.2-.6C3.4 5.6.7 8.4.7 22v12.6c0 4 3.2 7.2 7.2 7.2h7a7 7 0 0 0 7.2-7.2v-7a7 7 0 0 0-7.2-7.2m25.2 0h-11c.3-11 2.4-12.7 9.1-16.7A1.6 1.6 0 1 0 36.5 1C28.6 5.6 26 8.4 26 22v12.6c0 4 3.2 7.2 7.2 7.2h7a7 7 0 0 0 7.2-7.2v-7a7 7 0 0 0-7.2-7.2' fill='%23415649'/%3E%3C/svg%3E");
    position: relative;
    margin-bottom: 3.5rem;
    margin-top: 1.5rem;
    min-height: 6rem;
    background-size: 36px 30px;
    background-position: 22px 30px;
    background-repeat: no-repeat;
    line-height: 1.625;
  }
.content blockquote::after{
  position: absolute;
  bottom: -21px;
  left: -1px;
  height: 21px;
  width: 66.666667%;
  border-end-start-radius: 0.5rem;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(201 197 170 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 212 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 640px){
  .content blockquote::after{
    width: 36%;
  }
}
.content blockquote::before {
    background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 86 34'%3E%3Cpath d='M0 0h85.5c-8.2 0-15.9 3-19.9 8l-13 16c-4 5-11.5 8-19.6 8H0z' fill='%23E7E5D4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M84.9 0H86v2h-1.2c-2.7 0-6 0-9.5 1.1-4 1.3-8.6 4.1-13 10.5-5 7.7-9.2 12.8-14.7 15.8S35.6 33.3 26 33H0v-2h26c9.5.3 15.6-.6 20.6-3.4s9-7.4 14-15.1c4.7-6.7 9.6-9.9 14-11.3C78.7-.1 82.3 0 85 0' fill='%23c9c5aa'/%3E%3C/svg%3E");
    background-size: contain;
    position: absolute;
    bottom: -1.5rem;
    left: 65%;
    z-index: 10;
    height: 1.5rem;
    width: 3.5rem;
    background-repeat: no-repeat;
    --tw-content: "";
    content: var(--tw-content);
  }
@media (min-width: 640px){
  .content blockquote::before{
    left: 34%;
  }
}
.content blockquote p{
  margin-bottom: 0.75rem;
  margin-top: 1.5rem;
  text-wrap: balance;
}
.content blockquote p::after, .content blockquote p::before{
  display: none;
}
.content blockquote cite{
  margin-top: 0.75rem;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
}
.content blockquote cite::before{
  margin-right: 0.5rem;
  --tw-content: "—";
  content: var(--tw-content);
}
.content a:not(.no-underline){
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(6 12 20 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 12 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(6 12 20 / 0.75) var(--tw-gradient-to-position);
  background-repeat: no-repeat;
  text-decoration-line: underline;
  text-decoration-color: #b4b6b9;
  text-underline-offset: 2px;
  background-position: 0 97%;
  background-size: 0% 1px;
}
.content a:not(.no-underline):hover{
  --tw-text-opacity: 1;
  color: rgb(6 12 20 / var(--tw-text-opacity));
  text-decoration-color: transparent;
  background-size: 100% 1px;
}
.content .heading{
  position: relative;
  scroll-margin-top: 4rem;
}
.content .heading:hover::after{
  --tw-text-opacity: 1;
  color: rgb(255 72 72 / var(--tw-text-opacity));
  content: var(--tw-content);
  opacity: 1;
}
.content .heading::after{
  margin-left: 0.5rem;
  opacity: 0.2;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "#";
  content: var(--tw-content);
}
.content .gallery{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}
@media (min-width: 640px){
  .content .gallery{
    gap: 1.5rem;
  }
}
@media (min-width: 768px){
  .content .gallery{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.content .gallery img{
  border-radius: 0.375rem;
}
.button{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.button:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 72 72 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .button{
    font-size: 15px;
  }
}
.button {
    transition: all 0.3s, color 0.15s;
  }
.button:hover span span {
    transition: all 0.4s, color 0.15s;
  }
@media (min-width: 768px){
  .button-lg{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.button-light{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.animate-top-right:hover .animate-icon {
    animation: animate-top-right 0.4s ease 0.025s;
  }
@keyframes animate-top-right {
    0% {
      transform: translate(0, 0);
    }
    50% {
      transform: translate(10px, -14px);
    }
    51% {
      transform: translate(-10px, 14px);
    }
    100% {
      transform: translate(0, 0);
    }
  }
.post-card .post-category{
  position: absolute;
  right: 0px;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1;
}
.post-card .post-category a{
  display: inline-block;
  border-radius: 0.5rem;
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: uppercase;
}
.post-card .post-category .corner svg{
  position: absolute;
  height: 0.75rem;
  width: 0.75rem;
}
@media (min-width: 768px){
  .post-card .post-category .corner svg{
    height: 1rem;
    width: 1rem;
  }
}
.post-card.post-category-top .post-category{
  top: 0px;
  border-bottom-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
}
.post-card.post-category-top .post-category .corner svg{
  --tw-rotate: 90deg;
  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));
}
.post-card.post-category-top .post-category .corner.left svg{
  top: 0px;
  left: -0.75rem;
}
@media (min-width: 768px){
  .post-card.post-category-top .post-category .corner.left svg{
    left: -1rem;
  }
}
.post-card.post-category-top .post-category .corner.bottom svg{
  bottom: -0.75rem;
  right: 0px;
}
@media (min-width: 768px){
  .post-card.post-category-top .post-category .corner.bottom svg{
    bottom: -1rem;
  }
}
.post-card.post-category-bottom .post-category{
  top: auto;
  bottom: 0px;
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  padding-left: 0.5rem;
  padding-top: 0.5rem;
}
.post-card.post-category-bottom .post-category .corner svg{
  --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));
}
.post-card.post-category-bottom .post-category .corner.left svg{
  top: -0.75rem;
  right: 0px;
}
@media (min-width: 768px){
  .post-card.post-category-bottom .post-category .corner.left svg{
    top: -1rem;
  }
}
.post-card.post-category-bottom .post-category .corner.bottom svg{
  bottom: 0px;
  left: -0.75rem;
}
@media (min-width: 768px){
  .post-card.post-category-bottom .post-category .corner.bottom svg{
    left: -1rem;
  }
}
.has-line-link .line-link-el,
  .has-line-link-white .line-link-el {
    text-decoration: none;
    background-image: linear-gradient(#060C14, #060C14);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.35s;
  }
.has-line-link .line-link-el-active, .has-line-link:hover .line-link-el,
  .has-line-link-white .line-link-el-active,
  .has-line-link-white:hover .line-link-el {
    background-size: 100% 1px;
    background-position: 0% 100%;
  }
.has-line-link:hover .line-link-el-active.hoverable,
  .has-line-link-white:hover .line-link-el-active.hoverable {
    background-size: 0% 1px;
    background-position: 100% 100%;
  }
.has-line-link-white .line-link-el {
    background-image: linear-gradient(#ffffff, #ffffff);
  }
.menu{
  --tw-scale-y: 0;
  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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 400ms;
}
.menu ul{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-primary);
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.menu ul > li{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
  opacity: 0;
}
.menu ul > li span a,
  .menu ul > li label{
  display: block;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.menu ul > li span,
  .menu ul > li label{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.menu ul > li label input + span{
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.menu ul > li label input + span svg{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.menu ul > li label input + span + span{
  display: flex;
  max-height: 0px;
  flex-direction: column;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu ul > li label input + span + span a{
  display: block;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.menu ul > li label input + span + span:hover a:not(:hover){
  opacity: 0.35;
}
.menu ul:hover li label:not(:hover),
  .menu ul:hover li span:not(:hover){
  opacity: 0.35;
}
.menu ul:hover li label:not(:hover) span{
  opacity: 1;
}
.menu input:checked + .submenuname > svg{
  --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));
}
.menu input:checked ~ .submenu{
  max-height: var(--maxHeight);
}
.isOpen{
  --tw-scale-y: 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));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.isOpen ul > li {
    transition: 0.3s ease-out;
    --tw-translate-y: 0px;
    --tw-scale-x: 1;
    --tw-scale-y: 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));
    opacity: 1;
  }
.isOpen ul > li:nth-child(1) {
    transition-delay: 60ms;
  }
.isOpen ul > li:nth-child(2) {
    transition-delay: 110ms;
  }
.isOpen ul > li:nth-child(3) {
    transition-delay: 160ms;
  }
.isOpen ul > li:nth-child(4) {
    transition-delay: 210ms;
  }
.isOpen ul > li:nth-child(5) {
    transition-delay: 260ms;
  }
.isOpen ul > li:nth-child(6) {
    transition-delay: 310ms;
  }
.isOpen ul > li:nth-child(7) {
    transition-delay: 360ms;
  }
.isOpen ul > li:nth-child(8) {
    transition-delay: 410ms;
  }
.isOpen ul > li:nth-child(9) {
    transition-delay: 460ms;
  }
.isOpen ul > li > span, .isOpen ul > li > label {
    text-decoration-color: transparent;
  }
.isOpen ul > li > span.active, .isOpen ul > li > label.active > span.submenu a.active, .isOpen ul > li > label.active > span.submenu a.Menu, .isOpen ul > li > label a.active, .isOpen ul > li > span:hover, .isOpen ul > li > label a:hover {
    text-decoration-color: inherit;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
  }
.isOpen ul > li > label a.active, .isOpen ul > li > label a:hover {
    text-decoration-thickness: 1px;
  }
.isOpen ul > li span.active a,
  .isOpen ul > li a.active {
    cursor: text !important;
  }
.isOpen ul > li label:hover span {
    opacity: 1 !important;
  }
.menu-btn.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.menu-btn.active > span>span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.menu-btn.active > span span:nth-child(1){
  --tw-translate-x: 2px;
  --tw-translate-y: 9px;
  --tw-rotate: -45deg;
  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));
}
.menu-btn.active > span span:nth-child(2){
  --tw-rotate: 45deg;
  --tw-scale-x: 0.95;
  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));
}
.menu-btn.active > span span:nth-child(3){
  --tw-translate-x: -2px;
  --tw-translate-y: -9px;
  --tw-rotate: -45deg;
  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));
}
.menu-btn2.active > span:nth-child(1){
  --tw-translate-x: 3px;
  --tw-translate-y: 15.5px;
  --tw-rotate: -45deg;
  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));
}
.menu-btn2.active > span:nth-child(2){
  --tw-rotate: 45deg;
  --tw-scale-x: 0.95;
  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));
}
.menu-btn2.active > span:nth-child(3){
  --tw-translate-x: -3px;
  --tw-translate-y: -15.5px;
  --tw-rotate: -45deg;
  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));
}
.postBg {
    background: linear-gradient(180deg, #415649 0%, rgba(65, 86, 73, 0.95) 21.14%, rgba(65, 86, 73, 0.91) 44.02%, rgba(65, 86, 73, 0.9) 100%), url("../images/home-2/home-2-banner.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
.darkBg, .darkBgTwo {
    background-image: url("../images/dark-bg.webp");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: black;
  }
.darkBgTwo {
    background-image: url("../images/dark-bg-2.webp");
  }
.waveBg {
    background: url("../images/wave-bg.webp");
    background-size: 100%;
    background-position: top center;
    background-color: #415649;
  }
.dotBg {
    background: radial-gradient(circle at 1px 1px, rgba(65, 86, 73, 0.25) 1px, transparent 0);
    background-size: 20px 20px;
    background-position: center;
  }
.newsletterBlock{
  position: relative;
  z-index: 10;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
@media (min-width: 640px){
  .newsletterBlock{
    padding: 2.5rem;
    padding-bottom: 2rem;
  }
}
.newsletterBlock::before{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: calc(100% - 70px);
  width: 100%;
  border-radius: 0.75rem;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(220 219 208 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.newsletterBlock::after{
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -10;
  height: 100px;
  width: calc(100% - 70px);
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(220 219 208 / var(--tw-bg-opacity));
  --tw-content: "";
  content: var(--tw-content);
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.\!static{
  position: static !important;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.\!-bottom-\[12px\]{
  bottom: -12px !important;
}
.\!-left-3{
  left: -0.75rem !important;
}
.\!-top-0{
  top: -0px !important;
}
.-bottom-10{
  bottom: -2.5rem;
}
.-bottom-32{
  bottom: -8rem;
}
.-bottom-6{
  bottom: -1.5rem;
}
.-right-px{
  right: -1px;
}
.-top-10{
  top: -2.5rem;
}
.-top-12{
  top: -3rem;
}
.-top-2{
  top: -0.5rem;
}
.-top-4{
  top: -1rem;
}
.-top-6{
  top: -1.5rem;
}
.-top-\[2px\]{
  top: -2px;
}
.-top-\[31px\]{
  top: -31px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[50px\]{
  bottom: 50px;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-5{
  left: 1.25rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[10\%\]{
  left: 10%;
}
.left-\[47\%\]{
  left: 47%;
}
.left-\[95px\]{
  left: 95px;
}
.left-\[96px\]{
  left: 96px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.right-8{
  right: 2rem;
}
.right-\[10\%\]{
  right: 10%;
}
.right-\[107px\]{
  right: 107px;
}
.right-\[50px\]{
  right: 50px;
}
.right-px{
  right: 1px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-10{
  top: 2.5rem;
}
.top-12{
  top: 3rem;
}
.top-16{
  top: 4rem;
}
.top-2\/3{
  top: 66.666667%;
}
.top-5{
  top: 1.25rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[2px\]{
  top: 2px;
}
.top-\[35\%\]{
  top: 35%;
}
.top-\[41\.5px\]{
  top: 41.5px;
}
.top-\[45\%\]{
  top: 45%;
}
.top-\[60px\]{
  top: 60px;
}
.top-\[63px\]{
  top: 63px;
}
.top-\[64px\]{
  top: 64px;
}
.top-\[90px\]{
  top: 90px;
}
.-z-10{
  z-index: -10;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-50{
  z-index: 50;
}
.z-\[50\]{
  z-index: 50;
}
.z-\[9909\]{
  z-index: 9909;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[99\]{
  z-index: 99;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.-mb-2{
  margin-bottom: -0.5rem;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-8{
  margin-bottom: -2rem;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-ml-\[1px\]{
  margin-left: -1px;
}
.-ml-px{
  margin-left: -1px;
}
.-mr-2{
  margin-right: -0.5rem;
}
.-mt-1{
  margin-top: -0.25rem;
}
.-mt-14{
  margin-top: -3.5rem;
}
.-mt-2{
  margin-top: -0.5rem;
}
.-mt-8{
  margin-top: -2rem;
}
.-mt-\[1px\]{
  margin-top: -1px;
}
.-mt-px{
  margin-top: -1px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.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-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-14{
  margin-top: 3.5rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[52px\]{
  margin-top: 52px;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-1{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.\!flex{
  display: flex !important;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[5\/6\]{
  aspect-ratio: 5/6;
}
.aspect-\[9\/10\]{
  aspect-ratio: 9/10;
}
.aspect-\[9\/12\]{
  aspect-ratio: 9/12;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.aspect-video{
  aspect-ratio: 16 / 9;
}
.h-10{
  height: 2.5rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-20{
  height: 5rem;
}
.h-28{
  height: 7rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-44{
  height: 11rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-72{
  height: 18rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[360px\]{
  height: 360px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[728px\]{
  height: 728px;
}
.h-\[80px\]{
  height: 80px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-px{
  height: 1px;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[360px\]{
  max-height: 360px;
}
.max-h-\[380px\]{
  max-height: 380px;
}
.max-h-full{
  max-height: 100%;
}
.min-h-\[40px\]{
  min-height: 40px;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[80vh\]{
  min-height: 80vh;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-3{
  width: 0.75rem !important;
}
.w-1\/2{
  width: 50%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-14{
  width: 3.5rem;
}
.w-16{
  width: 4rem;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3{
  width: 0.75rem;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[140px\]{
  width: 140px;
}
.w-\[1920px\]{
  width: 1920px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[calc\(50\%-0\.5rem\)\]{
  width: calc(50% - 0.5rem);
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.max-w-24{
  max-width: 6rem;
}
.max-w-32{
  max-width: 8rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-none{
  max-width: none;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.origin-top{
  transform-origin: top;
}
.-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));
}
.-translate-y-2{
  --tw-translate-y: -0.5rem;
  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-\[2px\]{
  --tw-translate-y: -2px;
  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-full{
  --tw-translate-y: -100%;
  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-px{
  --tw-translate-y: -1px;
  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-3{
  --tw-translate-y: 0.75rem;
  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-\[200\%\]{
  --tw-translate-y: 200%;
  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));
}
.-rotate-12{
  --tw-rotate: -12deg;
  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));
}
.rotate-12{
  --tw-rotate: 12deg;
  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));
}
.rotate-\[185deg\]{
  --tw-rotate: 185deg;
  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));
}
.rotate-\[270deg\]{
  --tw-rotate: 270deg;
  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));
}
.rotate-\[36deg\]{
  --tw-rotate: 36deg;
  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));
}
.rotate-\[90deg\]{
  --tw-rotate: 90deg;
  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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.scale-125{
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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-150{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
.scale-\[118\%\]{
  --tw-scale-x: 118%;
  --tw-scale-y: 118%;
  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-y-\[2\]{
  --tw-scale-y: 2;
  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;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.list-decimal{
  list-style-type: decimal;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.place-content-center{
  place-content: center;
}
.place-items-center{
  place-items: center;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-1{
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}
.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5{
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7{
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8{
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.gap-y-5{
  row-gap: 1.25rem;
}
.gap-y-9{
  row-gap: 2.25rem;
}
.divide-x > :not([hidden]) ~ :not([hidden]){
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-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-\[\#475F51\] > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(71 95 81 / var(--tw-divide-opacity));
}
.self-center{
  align-self: center;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-clip{
  overflow: clip;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-balance{
  text-wrap: balance;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}
.rounded-tr-none{
  border-top-right-radius: 0px;
}
.\!border-0{
  border-width: 0px !important;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-8{
  border-width: 8px;
}
.border-x-\[1px\]{
  border-left-width: 1px;
  border-right-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[1px\]{
  border-bottom-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[1px\]{
  border-top-width: 1px;
}
.border-none{
  border-style: none;
}
.border-\[\#2F2F2F\]{
  --tw-border-opacity: 1;
  border-color: rgb(47 47 47 / var(--tw-border-opacity));
}
.border-\[\#53695C\]{
  --tw-border-opacity: 1;
  border-color: rgb(83 105 92 / var(--tw-border-opacity));
}
.border-\[\#627669\]{
  --tw-border-opacity: 1;
  border-color: rgb(98 118 105 / var(--tw-border-opacity));
}
.border-\[\#666666\]{
  --tw-border-opacity: 1;
  border-color: rgb(102 102 102 / var(--tw-border-opacity));
}
.border-\[\#758A7D\]{
  --tw-border-opacity: 1;
  border-color: rgb(117 138 125 / var(--tw-border-opacity));
}
.border-\[\#ABABAB\]{
  --tw-border-opacity: 1;
  border-color: rgb(171 171 171 / var(--tw-border-opacity));
}
.border-\[\#DBD8BD\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 216 189 / var(--tw-border-opacity));
}
.border-\[\#c7c6bb\]{
  --tw-border-opacity: 1;
  border-color: rgb(199 198 187 / var(--tw-border-opacity));
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(220 219 208 / var(--tw-border-opacity));
}
.border-borderLight{
  --tw-border-opacity: 1;
  border-color: rgb(191 190 181 / var(--tw-border-opacity));
}
.border-dark{
  --tw-border-opacity: 1;
  border-color: rgb(6 12 20 / var(--tw-border-opacity));
}
.border-dark\/10{
  border-color: rgb(6 12 20 / 0.1);
}
.border-dark\/20{
  border-color: rgb(6 12 20 / 0.2);
}
.border-light{
  --tw-border-opacity: 1;
  border-color: rgb(231 229 212 / var(--tw-border-opacity));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(255 72 72 / var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgb(65 86 73 / var(--tw-border-opacity));
}
.border-white\/10{
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/30{
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/50{
  border-color: rgb(255 255 255 / 0.5);
}
.bg-\[\#282a36\]{
  --tw-bg-opacity: 1;
  background-color: rgb(40 42 54 / var(--tw-bg-opacity));
}
.bg-\[\#54675b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(84 103 91 / var(--tw-bg-opacity));
}
.bg-\[\#F6F5ED\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 237 / var(--tw-bg-opacity));
}
.bg-\[\#F7EFC2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 239 194 / var(--tw-bg-opacity));
}
.bg-\[\#f6a000\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 160 0 / var(--tw-bg-opacity));
}
.bg-\[\#f6f5ed\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 237 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(6 12 20 / var(--tw-bg-opacity));
}
.bg-dark\/10{
  background-color: rgb(6 12 20 / 0.1);
}
.bg-dark\/5{
  background-color: rgb(6 12 20 / 0.05);
}
.bg-dark\/75{
  background-color: rgb(6 12 20 / 0.75);
}
.bg-dark\/80{
  background-color: rgb(6 12 20 / 0.8);
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 212 / var(--tw-bg-opacity));
}
.bg-light\/85{
  background-color: rgb(231 229 212 / 0.85);
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(65 86 73 / var(--tw-bg-opacity));
}
.bg-secondary\/85{
  background-color: rgb(65 86 73 / 0.85);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15{
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-\[\#00000000\]{
  --tw-gradient-from: #00000000 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-white\/20{
  --tw-gradient-from: rgb(255 255 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#000000\]{
  --tw-gradient-to: #000000 var(--tw-gradient-to-position);
}
.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-\[size\:13px\]{
  background-size: 13px;
}
.bg-cover{
  background-size: cover;
}
.bg-\[90\%_50\%\]{
  background-position: 90% 50%;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-6{
  padding: 1.5rem !important;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-\[17px\]{
  padding: 17px;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9{
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16{
  padding-top: 1rem;
  padding-bottom: 0rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24{
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[14px\]{
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[2\.5px\]{
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.\!pl-3{
  padding-left: 0.75rem !important;
}
.\!pt-0{
  padding-top: 0px !important;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-7{
  padding-left: 1.75rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-\[14px\]{
  padding-right: 14px;
}
.pr-\[70px\]{
  padding-right: 70px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.align-middle{
  vertical-align: middle;
}
.font-primary{
  font-family: var(--font-primary);
}
.font-secondary{
  font-family: var(--font-secondary);
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[120px\]{
  font-size: 120px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[40px\]{
  font-size: 40px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.\!leading-normal{
  line-height: 1.5 !important;
}
.\!leading-relaxed{
  line-height: 1.625 !important;
}
.\!leading-snug{
  line-height: 1.375 !important;
}
.\!leading-tight{
  line-height: 1.25 !important;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-\[0\]{
  line-height: 0;
}
.leading-none{
  line-height: 1;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-\[0\.07em\]{
  letter-spacing: 0.07em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-\[\#464536\]{
  --tw-text-opacity: 1;
  color: rgb(70 69 54 / var(--tw-text-opacity));
}
.text-\[\#4E4C3D\]{
  --tw-text-opacity: 1;
  color: rgb(78 76 61 / var(--tw-text-opacity));
}
.text-\[\#4F4C2F\]{
  --tw-text-opacity: 1;
  color: rgb(79 76 47 / var(--tw-text-opacity));
}
.text-\[\#6c6c5f\]{
  --tw-text-opacity: 1;
  color: rgb(108 108 95 / var(--tw-text-opacity));
}
.text-\[\#777777\]{
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity));
}
.text-\[\#90A096\]{
  --tw-text-opacity: 1;
  color: rgb(144 160 150 / var(--tw-text-opacity));
}
.text-\[\#9A977A\]{
  --tw-text-opacity: 1;
  color: rgb(154 151 122 / var(--tw-text-opacity));
}
.text-\[\#9C9C9C\]{
  --tw-text-opacity: 1;
  color: rgb(156 156 156 / var(--tw-text-opacity));
}
.text-\[\#AFAFAF\]{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity));
}
.text-\[\#BBC5BE\]{
  --tw-text-opacity: 1;
  color: rgb(187 197 190 / var(--tw-text-opacity));
}
.text-\[\#f1fa8c\]{
  --tw-text-opacity: 1;
  color: rgb(241 250 140 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-border{
  --tw-text-opacity: 1;
  color: rgb(220 219 208 / var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(6 12 20 / var(--tw-text-opacity));
}
.text-dark\/50{
  color: rgb(6 12 20 / 0.5);
}
.text-light{
  --tw-text-opacity: 1;
  color: rgb(231 229 212 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 72 72 / var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(65 86 73 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.underline{
  text-decoration-line: underline;
}
.no-underline{
  text-decoration-line: none;
}
.decoration-\[\#b4b6b9\]{
  text-decoration-color: #b4b6b9;
}
.underline-offset-4{
  text-underline-offset: 4px;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-65{
  opacity: 0.65;
}
.opacity-75{
  opacity: 0.75;
}
.mix-blend-difference{
  mix-blend-mode: difference;
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.backdrop-blur-lg{
  --tw-backdrop-blur: blur(16px);
  -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-none{
  transition-property: none;
}
.delay-100{
  transition-delay: 100ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.group:hover .group-hover\:has-transition {
    transition-property: all;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }
@media (min-width: 640px){
  .sm\:row-cols-2 > *{
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:row-cols-3 > *{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .sm\:row-cols-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
  .sm\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .sm\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .sm\:g-3{
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .sm\:gy-4{
    --bs-gutter-y: 2rem;
  }
  .sm\:gy-5{
    --bs-gutter-y: 2.75rem;
  }
  .sm\:gx-6{
    --bs-gutter-x: 3.25rem;
  }
}
@media (min-width: 768px){
  .md\:row-cols-3 > *{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .md\:row-cols-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
  .md\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .md\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .md\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }
  .md\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }
  .md\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
  .md\:col-12{
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:gx-4{
    --bs-gutter-x: 2rem;
  }
}
@media (min-width: 1024px){
  .lg\:row-cols-3 > *{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .lg\:row-cols-5 > *{
    flex: 0 0 auto;
    width: 20%;
  }
  .lg\:row-cols-6 > *{
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }
  .lg\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .lg\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .lg\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }
  .lg\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }
  .lg\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
  .lg\:col-12{
    flex: 0 0 auto;
    width: 100%;
  }
  .lg\:g-6{
    --bs-gutter-x: 3.25rem;
    --bs-gutter-y: 3.25rem;
  }
}
@media (min-width: 1280px){
  .xl\:row-cols-4 > *{
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:row-cols-6 > *{
    flex: 0 0 auto;
    width: 16.666666666666668%;
  }
  .xl\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .xl\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .xl\:col-8{
    flex: 0 0 auto;
    width: 66.66666666666667%;
  }
  .xl\:col-9{
    flex: 0 0 auto;
    width: 75%;
  }
}
.\[\&\>span\]\:has-transition>span {
    transition-property: all;
    transition-duration: 400ms;
    transition-timing-function: ease;
  }
.placeholder\:text-\[\#817E61\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(129 126 97 / var(--tw-text-opacity));
}
.placeholder\:text-\[\#817E61\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(129 126 97 / var(--tw-text-opacity));
}
.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}
.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-full::before{
  content: var(--tw-content);
  left: -100%;
}
.before\:bottom-0::before{
  content: var(--tw-content);
  bottom: 0px;
}
.before\:left-0::before{
  content: var(--tw-content);
  left: 0px;
}
.before\:top-0::before{
  content: var(--tw-content);
  top: 0px;
}
.before\:-z-10::before{
  content: var(--tw-content);
  z-index: -10;
}
.before\:h-1\/4::before{
  content: var(--tw-content);
  height: 25%;
}
.before\:h-full::before{
  content: var(--tw-content);
  height: 100%;
}
.before\:w-full::before{
  content: var(--tw-content);
  width: 100%;
}
.before\:bg-secondary::before{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(65 86 73 / var(--tw-bg-opacity));
}
.before\:bg-gradient-to-b::before{
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:from-light::before{
  content: var(--tw-content);
  --tw-gradient-from: #E7E5D4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}
.after\:pointer-events-none::after{
  content: var(--tw-content);
  pointer-events: none;
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after{
  content: var(--tw-content);
  bottom: 0px;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:left-3::after{
  content: var(--tw-content);
  left: 0.75rem;
}
.after\:left-full::after{
  content: var(--tw-content);
  left: 100%;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:top-2::after{
  content: var(--tw-content);
  top: 0.5rem;
}
.after\:top-\[10px\]::after{
  content: var(--tw-content);
  top: 10px;
}
.after\:-z-10::after{
  content: var(--tw-content);
  z-index: -10;
}
.after\:z-\[5\]::after{
  content: var(--tw-content);
  z-index: 5;
}
.after\:h-2::after{
  content: var(--tw-content);
  height: 0.5rem;
}
.after\:h-3\/4::after{
  content: var(--tw-content);
  height: 75%;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-2::after{
  content: var(--tw-content);
  width: 0.5rem;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}
.after\:rounded-md::after{
  content: var(--tw-content);
  border-radius: 0.375rem;
}
.after\:bg-primary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
}
.after\:bg-secondary::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(65 86 73 / var(--tw-bg-opacity));
}
.after\:bg-gradient-to-t::after{
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.after\:from-black\/75::after{
  content: var(--tw-content);
  --tw-gradient-from: rgb(0 0 0 / 0.75) 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);
}
.after\:from-light::after{
  content: var(--tw-content);
  --tw-gradient-from: #E7E5D4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.after\:content-\[\'\'\]::after{
  --tw-content: '';
  content: var(--tw-content);
}
.first\:pt-5:first-child{
  padding-top: 1.25rem;
}
.last\:mb-0:last-child{
  margin-bottom: 0px;
}
.last\:hidden:last-child{
  display: none;
}
.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-dark:hover{
  --tw-border-opacity: 1;
  border-color: rgb(6 12 20 / var(--tw-border-opacity));
}
.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 72 72 / var(--tw-border-opacity));
}
.hover\:border-white:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hover\:bg-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(6 12 20 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
}
.hover\:bg-primary\/80:hover{
  background-color: rgb(255 72 72 / 0.8);
}
.hover\:bg-white:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-gradient-to-t:hover{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-dark:hover{
  --tw-text-opacity: 1;
  color: rgb(6 12 20 / var(--tw-text-opacity));
}
.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(65 86 73 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.hover\:after\:from-dark:hover::after{
  content: var(--tw-content);
  --tw-gradient-from: #060C14 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 12 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(255 72 72 / var(--tw-border-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-visible\:shadow-none:focus-visible{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:outline-none:focus-visible{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:border-none:active{
  border-style: none;
}
.active\:outline-none:active{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:grayscale:disabled{
  --tw-grayscale: grayscale(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);
}
.group:hover .group-hover\:visible{
  visibility: visible;
}
.group:hover .group-hover\:left-1\/2{
  left: 50%;
}
.group:hover .group-hover\:top-1\/2{
  top: 50%;
}
.group:hover .group-hover\:mt-0{
  margin-top: 0px;
}
.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -0.25rem;
  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\:-translate-y-10{
  --tw-translate-y: -2.5rem;
  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\:-translate-y-3{
  --tw-translate-y: -0.75rem;
  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\:-translate-y-6{
  --tw-translate-y: -1.5rem;
  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\:-translate-y-\[200\%\]{
  --tw-translate-y: -200%;
  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\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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\:translate-x-6{
  --tw-translate-x: 1.5rem;
  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\: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));
}
.group:hover .group-hover\:rotate-0{
  --tw-rotate: 0deg;
  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\:rotate-12{
  --tw-rotate: 12deg;
  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\: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));
}
.group:hover .group-hover\:rotate-3{
  --tw-rotate: 3deg;
  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\:rotate-45{
  --tw-rotate: 45deg;
  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-100{
  --tw-scale-x: 1;
  --tw-scale-y: 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\: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\:scale-75{
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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-y-100{
  --tw-scale-y: 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\:scale-y-\[2\]{
  --tw-scale-y: 2;
  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\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 72 72 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.group:hover .group-hover\:bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.group:hover .group-hover\:bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.group:hover .group-hover\:text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(255 72 72 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-secondary{
  --tw-text-opacity: 1;
  color: rgb(65 86 73 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:decoration-primary{
  text-decoration-color: #ff4848;
}
.group:hover .group-hover\:opacity-0{
  opacity: 0;
}
.group:hover .group-hover\:opacity-10{
  opacity: 0.1;
}
.group:hover .group-hover\:opacity-100{
  opacity: 1;
}
.group:hover .group-hover\:opacity-50{
  opacity: 0.5;
}
.group:hover .group-hover\:brightness-50{
  --tw-brightness: brightness(.5);
  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);
}
.group:hover .group-hover\:brightness-75{
  --tw-brightness: brightness(.75);
  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);
}
.group:hover .group-hover\:drop-shadow-lg{
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
@media (min-width: 640px){
  .sm\:-right-5{
    right: -1.25rem;
  }
  .sm\:-top-10{
    top: -2.5rem;
  }
  .sm\:-top-2{
    top: -0.5rem;
  }
  .sm\:-top-5{
    top: -1.25rem;
  }
  .sm\:-top-\[60px\]{
    top: -60px;
  }
  .sm\:bottom-5{
    bottom: 1.25rem;
  }
  .sm\:left-10{
    left: 2.5rem;
  }
  .sm\:left-16{
    left: 4rem;
  }
  .sm\:left-5{
    left: 1.25rem;
  }
  .sm\:left-\[60px\]{
    left: 60px;
  }
  .sm\:right-12{
    right: 3rem;
  }
  .sm\:right-7{
    right: 1.75rem;
  }
  .sm\:right-\[83px\]{
    right: 83px;
  }
  .sm\:top-12{
    top: 3rem;
  }
  .sm\:top-14{
    top: 3.5rem;
  }
  .sm\:top-\[71px\]{
    top: 71px;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-20{
    margin-bottom: 5rem;
  }
  .sm\:mb-24{
    margin-bottom: 6rem;
  }
  .sm\:mb-3{
    margin-bottom: 0.75rem;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:mt-12{
    margin-top: 3rem;
  }
  .sm\:mt-16{
    margin-top: 4rem;
  }
  .sm\:mt-24{
    margin-top: 6rem;
  }
  .sm\:mt-6{
    margin-top: 1.5rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-11{
    height: 2.75rem;
  }
  .sm\:h-14{
    height: 3.5rem;
  }
  .sm\:h-32{
    height: 8rem;
  }
  .sm\:h-4{
    height: 1rem;
  }
  .sm\:h-56{
    height: 14rem;
  }
  .sm\:h-7{
    height: 1.75rem;
  }
  .sm\:h-\[100px\]{
    height: 100px;
  }
  .sm\:h-\[110px\]{
    height: 110px;
  }
  .sm\:w-11{
    width: 2.75rem;
  }
  .sm\:w-14{
    width: 3.5rem;
  }
  .sm\:w-24{
    width: 6rem;
  }
  .sm\:w-28{
    width: 7rem;
  }
  .sm\:w-32{
    width: 8rem;
  }
  .sm\:w-4{
    width: 1rem;
  }
  .sm\:w-52{
    width: 13rem;
  }
  .sm\:w-7{
    width: 1.75rem;
  }
  .sm\:w-\[143px\]{
    width: 143px;
  }
  .sm\:w-\[188px\]{
    width: 188px;
  }
  .sm\:w-\[200px\]{
    width: 200px;
  }
  .sm\:w-\[6\.5rem\]{
    width: 6.5rem;
  }
  .sm\:w-\[calc\(100\%_-_60px\)\]{
    width: calc(100% - 60px);
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-32{
    max-width: 8rem;
  }
  .sm\:max-w-none{
    max-width: none;
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:gap-x-6{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity));
  }
  .sm\:bg-transparent{
    background-color: transparent;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .sm\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .sm\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .sm\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-\[9px\]{
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .sm\:pb-12{
    padding-bottom: 3rem;
  }
  .sm\:pb-20{
    padding-bottom: 5rem;
  }
  .sm\:pb-24{
    padding-bottom: 6rem;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:pr-\[50px\]{
    padding-right: 50px;
  }
  .sm\:pt-14{
    padding-top: 3.5rem;
  }
  .sm\:pt-20{
    padding-top: 5rem;
  }
  .sm\:pt-24{
    padding-top: 6rem;
  }
  .sm\:pt-5{
    padding-top: 1.25rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-\[200px\]{
    font-size: 200px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:\!leading-relaxed{
    line-height: 1.625 !important;
  }
  .sm\:text-\[\#90A096\]{
    --tw-text-opacity: 1;
    color: rgb(144 160 150 / var(--tw-text-opacity));
  }
}
@media (min-width: 768px){
  .md\:\!-bottom-\[14px\]{
    bottom: -14px !important;
  }
  .md\:\!-top-\[2px\]{
    top: -2px !important;
  }
  .md\:-bottom-10{
    bottom: -2.5rem;
  }
  .md\:left-\[102px\]{
    left: 102px;
  }
  .md\:left-\[104px\]{
    left: 104px;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .md\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .md\:mb-8{
    margin-bottom: 2rem;
  }
  .md\:ml-20{
    margin-left: 5rem;
  }
  .md\:ml-6{
    margin-left: 1.5rem;
  }
  .md\:mr-20{
    margin-right: 5rem;
  }
  .md\:mr-6{
    margin-right: 1.5rem;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:mt-8{
    margin-top: 2rem;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-7{
    height: 1.75rem;
  }
  .md\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .md\:w-10{
    width: 2.5rem;
  }
  .md\:w-16{
    width: 4rem;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-28{
    width: 7rem;
  }
  .md\:w-32{
    width: 8rem;
  }
  .md\:w-7{
    width: 1.75rem;
  }
  .md\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 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));
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:rounded-2xl{
    border-radius: 1rem;
  }
  .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity));
  }
  .md\:p-3{
    padding: 0.75rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:py-24{
    padding-top: 3rem;
    padding-bottom: 1rem;
  }
  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .md\:pb-24{
    padding-bottom: 6rem;
  }
  .md\:text-left{
    text-align: left;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-start{
    text-align: start;
  }
  .md\:text-end{
    text-align: end;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:-bottom-4{
    bottom: -1rem;
  }
  .lg\:-left-12{
    left: -3rem;
  }
  .lg\:-right-10{
    right: -2.5rem;
  }
  .lg\:bottom-\[71px\]{
    bottom: 71px;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-\[63px\]{
    left: 63px;
  }
  .lg\:right-\[63px\]{
    right: 63px;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-8{
    margin-bottom: 2rem;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-12{
    margin-top: 3rem;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mt-4{
    margin-top: 1rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:aspect-\[9\/12\]{
    aspect-ratio: 9/12;
  }
  .lg\:h-\[130px\]{
    height: 130px;
  }
  .lg\:h-\[460px\]{
    height: 460px;
  }
  .lg\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .lg\:w-\[250px\]{
    width: 250px;
  }
  .lg\:max-w-52{
    max-width: 13rem;
  }
  .lg\:cursor-auto{
    cursor: auto;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity));
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:py-\[14px\]{
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .lg\:pl-32{
    padding-left: 8rem;
  }
  .lg\:pl-4{
    padding-left: 1rem;
  }
  .lg\:pr-12{
    padding-right: 3rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-start{
    text-align: start;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px){
  .xl\:right-8{
    right: 2rem;
  }
  .xl\:mt-12{
    margin-top: 3rem;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:h-\[500px\]{
    height: 500px;
  }
  .xl\:gap-x-16{
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity));
  }
  .xl\:px-1{
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .xl\:pb-8{
    padding-bottom: 2rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .xl\:last\:block:last-child{
    display: block;
  }
}
@media (min-width: 1536px){
  .\32xl\:block{
    display: block;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity));
  }
}
.\[\&\:nth-child\(2\)\]\:hidden:nth-child(2){
  display: none;
}
@media (min-width: 640px){
  .sm\:\[\&\:nth-child\(2\)\]\:block:nth-child(2){
    display: block;
  }
}
.\[\&\:nth-child\(3\)\]\:hidden:nth-child(3){
  display: none;
}
@media (min-width: 1024px){
  .lg\:\[\&\:nth-child\(3\)\]\:block:nth-child(3){
    display: block;
  }
}
.\[\&\>\*\]\:flex>*{
  display: flex;
}
.\[\&\>\*\]\:cursor-pointer>*{
  cursor: pointer;
}
.\[\&\>\*\]\:items-center>*{
  align-items: center;
}
.\[\&\>\*\]\:gap-x-2>*{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.\[\&\>\*\]\:rounded-md>*{
  border-radius: 0.375rem;
}
.\[\&\>\*\]\:px-5>*{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.\[\&\>\*\]\:py-3>*{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\[\&\>div\]\:pointer-events-auto>div{
  pointer-events: auto;
}
.\[\&\>div\]\:translate-y-0>div{
  --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));
}
.\[\&\>div\]\:translate-y-2>div{
  --tw-translate-y: 0.5rem;
  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));
}
.\[\&\>div\]\:rounded-lg>div{
  border-radius: 0.5rem;
}
.\[\&\>div\]\:px-3>div{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.\[\&\>div\]\:py-10>div{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.\[\&\>div\]\:py-5>div{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media (min-width: 640px){
  .sm\:\[\&\>div\]\:px-8>div{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:\[\&\>div\]\:py-12>div{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px){
  .\[\&\>div\]\:md\:rounded-xl>div{
    border-radius: 0.75rem;
  }
}
@media (min-width: 1024px){
  .\[\&\>div\]\:lg\:py-24>div{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.\[\&\>li\>label\]\:text-white>li>label{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>li\>span\]\:text-white>li>span{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.\[\&\>li\]\:my-6>li{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.\[\&\>li\]\:inline-block>li{
  display: inline-block;
}
.\[\&\>li\]\:cursor-pointer>li{
  cursor: pointer;
}
.\[\&\>li\]\:bg-\[\#54675b\]>li{
  --tw-bg-opacity: 1;
  background-color: rgb(84 103 91 / var(--tw-bg-opacity));
}
.\[\&\>li\]\:text-2xl>li{
  font-size: 1.5rem;
  line-height: 2rem;
}
.\[\&\>li\]\:text-3xl>li{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.\[\&\>li\]\:capitalize>li{
  text-transform: capitalize;
}
@media (min-width: 640px){
  .sm\:\[\&\>li\]\:text-3xl>li{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 768px){
  .md\:\[\&\>li\]\:my-10>li{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:\[\&\>li\]\:text-\[2\.75rem\]>li{
    font-size: 2.75rem;
  }
}
@media (min-width: 1024px){
  .lg\:\[\&\>li\]\:text-4xl>li{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.\[\&\>nav\]\:\!border-secondary>nav{
  --tw-border-opacity: 1 !important;
  border-color: rgb(65 86 73 / var(--tw-border-opacity)) !important;
}
.\[\&\>span\]\:block>span{
  display: block;
}
.\[\&\>span\]\:h-\[2\.5px\]>span{
  height: 2.5px;
}
.\[\&\>span\]\:h-\[2px\]>span{
  height: 2px;
}
.\[\&\>span\]\:rounded>span{
  border-radius: 0.25rem;
}
.\[\&\>span\]\:bg-dark>span{
  --tw-bg-opacity: 1;
  background-color: rgb(6 12 20 / var(--tw-bg-opacity));
}
.\[\&\>span\]\:bg-white>span{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.\[\&\>span\]\:font-bold>span{
  font-weight: 700;
}
.\[\&\>span\]\:lowercase>span{
  text-transform: lowercase;
}
.\[\&\>span\]\:text-primary>span{
  --tw-text-opacity: 1;
  color: rgb(255 72 72 / var(--tw-text-opacity));
}
.group:hover .group-hover\:\[\&\>span\]\:bg-black>span{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:\[\&\>span\]\:transition-transform>span{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .group-hover\:\[\&\>span\]\:duration-500>span{
  transition-duration: 500ms;
}
.\[\&_a\:first-child_\.heading\]\:mt-0 a:first-child .heading{
  margin-top: 0px;
}
.\[\&_hr\]\:\!ml-0 hr{
  margin-left: 0px !important;
}
.\[\&_iframe\]\:\!h-full iframe{
  height: 100% !important;
}
.\[\&_p\]\:\!text-start p{
  text-align: start !important;
}
.\[\&_ul\]\:\!justify-start ul{
  justify-content: flex-start !important;
}