/* TAILWIND STYLES */

/* Base Layer */

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

@font-face {
    font-family: 'Sharp Earth';
    font-weight: 400;
    font-style: normal;
    src:
      url(fonts/SharpEarth-Regular.9e19f9ce.woff) format('woff'),
      url(fonts/SharpEarth-Regular.48eec5cf.woff2) format('woff2');
    font-display: swap;
  }

@font-face {
    font-family: 'Sharp Earth';
    font-weight: 500;
    font-style: normal;
    src:
      url(fonts/SharpEarth-Medium.123494a3.woff) format('woff'),
      url(fonts/SharpEarth-Medium.90eed344.woff2) format('woff2');
    font-display: swap;
  }

@font-face {
    font-family: 'Sharp Earth';
    font-weight: 500;
    font-style: italic;
    src:
      url(fonts/SharpEarth-MediumItalic.73ae7b1b.woff) format('woff'),
      url(fonts/SharpEarth-MediumItalic.a1be218a.woff2)
        format('woff2');
    font-display: swap;
  }

@font-face {
    font-family: 'Feijoa';
    font-weight: 500;
    font-style: normal;
    src: url(fonts/feijoa-medium.7004e3cf.woff2) format('woff2');
    font-display: swap;
  }

@font-face {
    font-family: 'Feijoa';
    font-weight: 500;
    font-style: italic;
    src: url(fonts/feijoa-medium-italic.a83437ef.woff2) format('woff2');
    font-display: swap;
  }

html {
  --tw-bg-opacity: 1;
  background-color: rgb(255 252 248 / var(--tw-bg-opacity, 1));
  font-family: "Sharp Earth", sans-serif;
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

h1,
  h2,
  h3,
  h4,
  blockquote {
  margin-bottom: 16px;
  font-family: "Feijoa", serif;
  font-feature-settings: "lnum" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h5,
  h6,
  p,
  ul,
  ol,
  li {
  font-family: "Sharp Earth", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h5,
  h6,
  p {
  margin-bottom: 24px;
}

h1 {
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

@media (min-width: 1024px) {

  h1 {
    font-size: 56px;
    line-height: 110%;
  }
}

h2 {
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

@media (min-width: 1024px) {

  h2 {
    font-size: 48px;
    line-height: 125%;
  }
}

h2.\!text-label-s {
  margin-bottom: 24px;
}

h2.text-label-s,
    h2.has-label-s-font-size {
  margin-bottom: 24px;
}

h3 {
  font-size: 28px;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

@media (min-width: 1024px) {

  h3 {
    font-size: 36px;
    line-height: 125%;
  }
}

h4 {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 1024px) {

  h4 {
    font-size: 28px;
    line-height: 125%;
  }
}

h5 {
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 1024px) {

  h5 {
    font-size: 24px;
    line-height: 115%;
  }
}

h6 {
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0;
  font-weight: 500;
}

@media (min-width: 1024px) {

  h6 {
    font-size: 20px;
    line-height: 115%;
  }
}

p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.has-display-font-size {
  font-size: 44px !important;
  line-height: 100% !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-display-font-size {
    font-size: 64px !important;
    line-height: 100% !important;
  }
}

.has-h-1-font-size {
  font-size: 40px !important;
  line-height: 110% !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-h-1-font-size {
    font-size: 56px !important;
    line-height: 110% !important;
  }
}

.has-h-2-font-size {
  font-size: 32px !important;
  line-height: 125% !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-h-2-font-size {
    font-size: 48px !important;
    line-height: 125% !important;
  }
}

.has-h-3-font-size {
  font-size: 28px !important;
  line-height: 125% !important;
  letter-spacing: -0.02em !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-h-3-font-size {
    font-size: 36px !important;
    line-height: 125% !important;
  }
}

.has-h-4-font-size {
  font-size: 24px !important;
  line-height: 125% !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-h-4-font-size {
    font-size: 28px !important;
    line-height: 125% !important;
  }
}

.has-h-5-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 20px !important;
  line-height: 115% !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-h-5-font-size {
    font-size: 24px !important;
    line-height: 115% !important;
  }
}

.has-h-6-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 20px !important;
  line-height: 115% !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

@media (min-width: 1024px) {

  .has-h-6-font-size {
    font-size: 20px !important;
    line-height: 115% !important;
  }
}

.has-label-l-font-size {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.has-label-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

h2.has-label-s-font-size {
  margin-bottom: 24px;
}

.has-label-s-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}

.has-label-xs-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}

.has-p-l-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}

.has-p-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.has-p-s-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.has-p-xs-font-size {
  font-family: "Sharp Earth", sans-serif !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.footer-nav a {
  position: relative;
  padding-bottom: 2px;
  text-decoration-line: none;
}

.footer-nav a::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: .1em;
      width: 100%;
      transform-origin: bottom right;
      --tw-scale-x: 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));
      --tw-bg-opacity: 1;
      background-color: rgb(14 12 33 / var(--tw-bg-opacity, 1));
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
      transition-duration: 300ms;
    }

.footer-nav a:hover::after {
  transform-origin: bottom left;
  --tw-scale-x: 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));
}

img:not([src$='.svg']) {
  border-radius: 8px;
}

/* Components Layer */

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

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

@media (min-width: 1268px) {

  .\!container {
    max-width: 1268px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .container {
    max-width: 1268px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* Buttons */

h2.\!btn {
  margin-bottom: 24px;
}

.\!btn {
  margin-top: -1px;
  margin-bottom: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Sharp Earth", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

h2.btn {
  margin-bottom: 24px;
}

.btn {
  margin-top: -1px;
  margin-bottom: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Sharp Earth", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 12 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  background-color: rgb(14 12 33 / 0.7);
}

.btn-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
}

.btn-primary:disabled {
  border-color: rgb(14 12 33 / 0.1);
  background-color: rgb(14 12 33 / 0.2);
  color: rgb(255 255 255 / 0.1);
}

.btn-primary-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.btn-primary-dark:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.btn-primary-dark:disabled {
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.7);
}

.btn-outline {
  border-width: 1px;
  border-color: rgb(14 12 33 / 0.3);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.btn-outline:hover {
  background-color: rgb(14 12 33 / 0.1);
}

.btn-outline:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
  background-color: rgb(14 12 33 / 0.1);
}

.btn-outline:disabled {
  border-color: rgb(14 12 33 / 0.1);
  color: rgb(14 12 33 / 0.1);
}

.btn-ghost {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.btn-ghost:hover {
  background-color: rgb(14 12 33 / 0.1);
}

.btn-ghost:disabled {
  background-color: rgb(14 12 33 / 0.1);
  color: rgb(14 12 33 / 0.1);
}

.btn-ghost-hover {
  background-color: rgb(14 12 33 / 0.1);
}

.btn-ghost-dark {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-ghost-dark:hover {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
}

.btn-ghost-dark-hover {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
}

.btn-sm {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
}

.btn-dropdown {
  position: relative;
}

.btn-dropdown::after {
        content: '';
        width: 16px;
        height: 16px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transition-duration: 300ms;
        background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%230E0C21%27 fill-rule=%27evenodd%27 d=%27M4.17574 6.57613c.23431-.23432.61421-.23432.84852 0L8 9.55186l2.9757-2.97573c.2344-.23432.6143-.23432.8486 0 .2343.23431.2343.61421 0 .84853L8.42426 10.8247c-.11252.1125-.26513.1757-.42426.1757-.15913 0-.31174-.0632-.42426-.1757l-3.4-3.40005c-.23432-.23431-.23432-.61421 0-.84852Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
      }

.btn-dropdown:hover::after {
  --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));
}

.btn-external {
  position: relative;
}

.btn-external::after {
        content: '';
        width: 16px;
        height: 16px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transition-duration: 300ms;
        background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%230E0C21%27 fill-rule=%27evenodd%27 d=%27M4.04021 11.9598c-.23431-.2343-.23431-.6142 0-.8486l6.01769-6.01768-4.59171.11222c-.33131.0065-.60515-.25681-.61165-.58812-.00649-.33131.25682-.60515.58812-.61165l6.08114-.14142c.1632-.0032.3206.06022.436.17562.1154.11541.1788.27285.1756.43603l-.1414 6.0811c-.0065.3313-.2803.5946-.6116.5881-.3313-.0065-.5947-.2803-.5882-.6116l.1123-4.59175-6.01776 6.01775c-.23431.2343-.61421.2343-.84853 0Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
      }

.btn-external:hover::after {
  --tw-translate-x: 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));
}

.btn-arrow {
  position: relative;
}

.btn-arrow::after {
        content: '';
        width: 16px;
        height: 16px;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
        transition-duration: 300ms;
        background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27none%27%3E%3Cpath fill=%27%230E0C21%27 fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M2.3999 8.00078C2.3999 7.66941 2.66853 7.40078 2.9999 7.40078L11.5102 7.40078L8.18404 4.23328C7.94517 4.0036 7.93773 3.62378 8.1674 3.38491C8.39708 3.14605 8.7769 3.1386 9.01577 3.36828L13.4158 7.56828C13.5334 7.6814 13.5999 7.83757 13.5999 8.00078C13.5999 8.16399 13.5334 8.32016 13.4158 8.43328L9.01577 12.6333C8.7769 12.863 8.39708 12.8555 8.1674 12.6166C7.93773 12.3778 7.94517 11.998 8.18404 11.7683L11.5102 8.60078L2.9999 8.60078C2.66853 8.60078 2.3999 8.33215 2.3999 8.00078Z%27/%3E%3C/svg%3E");
      }

.btn-arrow:hover::after {
  --tw-translate-x: 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));
}

.btn-glass {
  background-color: rgb(14 12 33 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(40px);
  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);
}

/* Navigation Buttons */

.btn-nav {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(14 12 33 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.btn-nav:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(14 12 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-nav:disabled {
  opacity: 0.5;
}

.btn-nav-prev::after {
      content: '';
      width: 16px;
      height: 16px;
      --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));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
      transition-duration: 300ms;
      background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%230E0C21%27 fill-rule=%27evenodd%27 d=%27M2.3999 7.9998c0-.33137.26863-.6.6-.6h8.5103L8.18404 4.2323c-.23887-.22967-.24631-.6095-.01664-.84836.22968-.23886.6095-.24631.84837-.01664l4.40003 4.2c.1176.11313.1841.26929.1841.4325 0 .16321-.0665.31938-.1841.4325l-4.40003 4.2c-.23887.2297-.61869.2222-.84837-.0166-.22967-.2389-.22223-.6187.01664-.8484l3.32616-3.1675H2.9999c-.33137 0-.6-.26863-.6-.6Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    }

.btn-nav-prev-dark::after {
      content: '';
      width: 16px;
      height: 16px;
      --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));
      transition-property: all;
      transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
      transition-duration: 300ms;
      background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23FFFFFF%27 fill-rule=%27evenodd%27 d=%27M2.3999 7.9998c0-.33137.26863-.6.6-.6h8.5103L8.18404 4.2323c-.23887-.22967-.24631-.6095-.01664-.84836.22968-.23886.6095-.24631.84837-.01664l4.40003 4.2c.1176.11313.1841.26929.1841.4325 0 .16321-.0665.31938-.1841.4325l-4.40003 4.2c-.23887.2297-.61869.2222-.84837-.0166-.22967-.2389-.22223-.6187.01664-.8484l3.32616-3.1675H2.9999c-.33137 0-.6-.26863-.6-.6Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    }

.btn-nav-next::after {
      content: '';
      width: 16px;
      height: 16px;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
      transition-duration: 300ms;
      background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%230E0C21%27 fill-rule=%27evenodd%27 d=%27M2.3999 7.9998c0-.33137.26863-.6.6-.6h8.5103L8.18404 4.2323c-.23887-.22967-.24631-.6095-.01664-.84836.22968-.23886.6095-.24631.84837-.01664l4.40003 4.2c.1176.11313.1841.26929.1841.4325 0 .16321-.0665.31938-.1841.4325l-4.40003 4.2c-.23887.2297-.61869.2222-.84837-.0166-.22967-.2389-.22223-.6187.01664-.8484l3.32616-3.1675H2.9999c-.33137 0-.6-.26863-.6-.6Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    }

.btn-nav-next-dark::after {
      content: '';
      width: 16px;
      height: 16px;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
      transition-duration: 300ms;
      background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23FFFFFF%27 fill-rule=%27evenodd%27 d=%27M2.3999 7.9998c0-.33137.26863-.6.6-.6h8.5103L8.18404 4.2323c-.23887-.22967-.24631-.6095-.01664-.84836.22968-.23886.6095-.24631.84837-.01664l4.40003 4.2c.1176.11313.1841.26929.1841.4325 0 .16321-.0665.31938-.1841.4325l-4.40003 4.2c-.23887.2297-.61869.2222-.84837-.0166-.22967-.2389-.22223-.6187.01664-.8484l3.32616-3.1675H2.9999c-.33137 0-.6-.26863-.6-.6Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    }

/* Hover states for regular buttons - white icons on hover */

.btn-nav-prev:hover::after,
    .btn-nav-next:hover::after {
      background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%23FFFFFF%27 fill-rule=%27evenodd%27 d=%27M2.3999 7.9998c0-.33137.26863-.6.6-.6h8.5103L8.18404 4.2323c-.23887-.22967-.24631-.6095-.01664-.84836.22968-.23886.6095-.24631.84837-.01664l4.40003 4.2c.1176.11313.1841.26929.1841.4325 0 .16321-.0665.31938-.1841.4325l-4.40003 4.2c-.23887.2297-.61869.2222-.84837-.0166-.22967-.2389-.22223-.6187.01664-.8484l3.32616-3.1675H2.9999c-.33137 0-.6-.26863-.6-.6Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    }

/* Hover states for dark buttons - dark icons on hover */

.btn-nav-prev-dark:hover::after,
    .btn-nav-next-dark:hover::after {
      background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3E%3Cpath fill=%27%230E0C21%27 fill-rule=%27evenodd%27 d=%27M2.3999 7.9998c0-.33137.26863-.6.6-.6h8.5103L8.18404 4.2323c-.23887-.22967-.24631-.6095-.01664-.84836.22968-.23886.6095-.24631.84837-.01664l4.40003 4.2c.1176.11313.1841.26929.1841.4325 0 .16321-.0665.31938-.1841.4325l-4.40003 4.2c-.23887.2297-.61869.2222-.84837-.0166-.22967-.2389-.22223-.6187.01664-.8484l3.32616-3.1675H2.9999c-.33137 0-.6-.26863-.6-.6Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    }

/* Tags */

h2.tag {
  margin-bottom: 24px;
}

.tag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Sharp Earth", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.tag-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 226 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.tag-primary-dark {
  background-color: rgb(255 255 255 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tag-outline-dark {
  border-color: rgb(255 255 255 / 0.1);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tag-glass {
  background-color: rgb(255 252 248 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(40px);
  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);
}

.tag-sm {
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

/* Swiper Pagination */

.swiper-pagination-custom {
  position: relative !important;
  bottom: auto !important;
  top: auto !important;
  left: auto !important;
  width: auto !important;
}

/* WordPress Button Block Styles */

.wp-block-buttons {
  gap: 8px;
}

h2.wp-block-buttons .wp-block-button {
  margin-bottom: 24px;
}

.wp-block-buttons .wp-block-button {
  width: 100%;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

@media (min-width: 1024px) {

  .wp-block-buttons .wp-block-button {
    width: auto;
  }
}

h2.wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link,h2 .wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link,h2 .wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link,h2 .wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link,h2 .wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link,h2 .wp-block-buttons .wp-block-button.is-style-ghost-dark .wp-block-button__link,h2 .wp-block-buttons .wp-block-button.is-style-glass .wp-block-button__link {
  margin-bottom: 24px;
}

.wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-ghost-dark .wp-block-button__link, .wp-block-buttons .wp-block-button.is-style-glass .wp-block-button__link {
  margin-top: -1px;
  margin-bottom: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Sharp Earth", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

h2.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link,h2.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link,h2.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link,h2.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link,h2.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link,h2.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-ghost-dark .wp-block-button__link,h2.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-glass .wp-block-button__link {
  margin-bottom: 24px;
}

.editor-styles-wrapper .wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link,.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link,.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link,.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link,.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link,.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-ghost-dark .wp-block-button__link,.editor-styles-wrapper  .wp-block-buttons .wp-block-button.is-style-glass .wp-block-button__link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

h2.wp-block-buttons .wp-block-button.is-style-tag-glass .wp-block-button__link {
  margin-bottom: 24px;
}

.wp-block-buttons .wp-block-button.is-style-tag-glass .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 4px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: "Sharp Earth", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(14 12 33 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link:hover {
  background-color: rgb(14 12 33 / 0.7);
}

.wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-primary .wp-block-button__link:disabled {
  border-color: rgb(14 12 33 / 0.1);
  background-color: rgb(14 12 33 / 0.2);
  color: rgb(255 255 255 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.wp-block-buttons .wp-block-button.is-style-primary-dark .wp-block-button__link:disabled {
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.7);
}

.wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link {
  border-width: 1px;
  border-color: rgb(14 12 33 / 0.3);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link:hover {
  background-color: rgb(14 12 33 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
  background-color: rgb(14 12 33 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-primary-outline .wp-block-button__link:disabled {
  border-color: rgb(14 12 33 / 0.1);
  color: rgb(14 12 33 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: rgb(14 12 33 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-primary-outline-dark .wp-block-button__link:disabled {
  border-color: rgb(255 255 255 / 0.1);
  color: rgb(255 255 255 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link:hover {
  background-color: rgb(14 12 33 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-ghost .wp-block-button__link:disabled {
  background-color: rgb(14 12 33 / 0.1);
  color: rgb(14 12 33 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-ghost-dark .wp-block-button__link {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.wp-block-buttons .wp-block-button.is-style-ghost-dark .wp-block-button__link:hover {
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.3);
  background-color: rgb(255 255 255 / 0.1);
}

.wp-block-buttons .wp-block-button.is-style-glass .wp-block-button__link {
  background-color: rgb(14 12 33 / 0.3);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(40px);
  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);
}

.wp-block-buttons .wp-block-button.is-style-tag-glass .wp-block-button__link {
  background-color: rgb(255 252 248 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-backdrop-blur: blur(40px);
  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);
}

/* Handel editor button styling */

h2.block-editor-rich-text__editable.wp-block-button__link {
  margin-bottom: 24px;
}

.block-editor-rich-text__editable.wp-block-button__link {
  margin-top: -1px;
  margin-bottom: -1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
  border-radius: 9999px;
  border-width: 1px;
  border-color: transparent;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Sharp Earth", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.navbar {
  display: none;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  --tw-shadow: 0 320px 128px 0 rgba(14, 12, 33, 0.01), 0 180px 108px 0 rgba(14, 12, 33, 0.03), 0 80px 80px 0 rgba(14, 12, 33, 0.04), 0 20px 44px 0 rgba(14, 12, 33, 0.05);
  --tw-shadow-colored: 0 320px 128px 0 var(--tw-shadow-color), 0 180px 108px 0 var(--tw-shadow-color), 0 80px 80px 0 var(--tw-shadow-color), 0 20px 44px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {

  .navbar {
    display: grid;
    grid-template-columns: .5fr auto 1fr;
  }
}

@media (min-width: 1280px) {

  .navbar {
    grid-template-columns: 1fr auto 1fr;
  }
}

.navbar::after {
      content: '';
      position: absolute;
      inset: 0px;
      z-index: -10;
      border-radius: 8px;
      background-color: rgb(255 252 248 / 0.8);
      --tw-backdrop-blur: blur(10px);
      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);
    }

.cta-cards-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

@media (min-width: 1024px) {

  .cta-cards-container {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    gap: 20px;
  }
}

.cta-card-item {
  display: grid;
  height: 100%;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 226 / var(--tw-bg-opacity, 1));
  padding: 24px;
  text-align: center;
  will-change: transform;
}

.cta-card-content {
  display: grid;
  align-content: space-between;
  align-items: center;
  justify-items: center;
  gap: 24px;
}

.cta-card-icon {
  height: 150px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 1024px) {

  .cta-card-icon {
    height: 200px;
  }
}

/* Utilities Layer */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.\!inset-auto {
  inset: auto !important;
}

.inset-0 {
  inset: 0px;
}

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

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

.\!bottom-auto {
  bottom: auto !important;
}

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

.\!left-auto {
  left: auto !important;
}

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

.\!top-0 {
  top: 0px !important;
}

.\!top-auto {
  top: auto !important;
}

.-bottom-6 {
  bottom: -16px;
}

.-left-4 {
  left: -8px;
}

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

.-right-4 {
  right: -8px;
}

.-top-6 {
  top: -16px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 4px;
}

.bottom-3 {
  bottom: 6px;
}

.bottom-4 {
  bottom: 8px;
}

.bottom-9 {
  bottom: 32px;
}

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

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 6px;
}

.left-6 {
  left: 16px;
}

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

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

.left-\[55\%\] {
  left: 55%;
}

.left-\[6\%\] {
  left: 6%;
}

.left-\[7\%\] {
  left: 7%;
}

.left-\[77\%\] {
  left: 77%;
}

.left-\[80\%\] {
  left: 80%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 4px;
}

.right-4 {
  right: 8px;
}

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

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 4px;
}

.top-4 {
  top: 8px;
}

.top-6 {
  top: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

.top-\[8rem\] {
  top: 8rem;
}

.top-\[calc\(100\%\+16px\)\] {
  top: calc(100% + 16px);
}

.top-\[calc\(50\%-26px\)\] {
  top: calc(50% - 26px);
}

.top-full {
  top: 100%;
}

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

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

.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-\[1\] {
  z-index: 1;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

.col-start-1 {
  grid-column-start: 1;
}

.row-start-1 {
  grid-row-start: 1;
}

.float-right {
  float: right;
}

.m-0 {
  margin: 0px;
}

.m-6 {
  margin: 16px;
}

.m-8 {
  margin: 24px;
}

.m-auto {
  margin: auto;
}

.-my-10 {
  margin-top: -40px;
  margin-bottom: -40px;
}

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

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

.mx-1 {
  margin-left: 2px;
  margin-right: 2px;
}

.mx-2 {
  margin-left: 4px;
  margin-right: 4px;
}

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

.my-4 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.my-6 {
  margin-top: 16px;
  margin-bottom: 16px;
}

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

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

.\!mt-auto {
  margin-top: auto !important;
}

.-ml-\[50vw\] {
  margin-left: -50vw;
}

.-mr-2 {
  margin-right: -4px;
}

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

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

.mb-10 {
  margin-bottom: 40px;
}

.mb-15 {
  margin-bottom: 106px;
}

.mb-2 {
  margin-bottom: 4px;
}

.mb-4 {
  margin-bottom: 8px;
}

.mb-5 {
  margin-bottom: 12px;
}

.mb-6 {
  margin-bottom: 16px;
}

.mb-7 {
  margin-bottom: 20px;
}

.mb-8 {
  margin-bottom: 24px;
}

.mb-\[-\.75rem\] {
  margin-bottom: -.75rem;
}

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

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

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

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

.mr-6 {
  margin-right: 16px;
}

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

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

.mt-12 {
  margin-top: 60px;
}

.mt-13 {
  margin-top: 64px;
}

.mt-2 {
  margin-top: 4px;
}

.mt-4 {
  margin-top: 8px;
}

.mt-5 {
  margin-top: 12px;
}

.mt-6 {
  margin-top: 16px;
}

.mt-8 {
  margin-top: 24px;
}

.mt-9 {
  margin-top: 32px;
}

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

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

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

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

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

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

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

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

.line-clamp-\[10\] {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.\!flex {
  display: flex !important;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[360\/450\] {
  aspect-ratio: 360/450;
}

.aspect-\[4\/5\] {
  aspect-ratio: 4/5;
}

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

.aspect-vertical {
  aspect-ratio: 4 / 5;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.size-10 {
  width: 40px;
  height: 40px;
}

.size-11 {
  width: 48px;
  height: 48px;
}

.size-16 {
  width: 120px;
  height: 120px;
}

.size-5 {
  width: 12px;
  height: 12px;
}

.size-6 {
  width: 16px;
  height: 16px;
}

.size-7 {
  width: 20px;
  height: 20px;
}

.size-8 {
  width: 24px;
  height: 24px;
}

.size-9 {
  width: 32px;
  height: 32px;
}

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

.\!h-\[300px\] {
  height: 300px !important;
}

.\!h-auto {
  height: auto !important;
}

.\!h-full {
  height: 100% !important;
}

.h-1 {
  height: 2px;
}

.h-1\/3 {
  height: 33.333333%;
}

.h-10 {
  height: 40px;
}

.h-11 {
  height: 48px;
}

.h-2 {
  height: 4px;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-3 {
  height: 6px;
}

.h-4 {
  height: 8px;
}

.h-5 {
  height: 12px;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-6 {
  height: 16px;
}

.h-8 {
  height: 24px;
}

.h-9 {
  height: 32px;
}

.h-\[\.08em\] {
  height: .08em;
}

.h-\[\.1em\] {
  height: .1em;
}

.h-\[1\.5px\] {
  height: 1.5px;
}

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

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

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

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

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

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

.h-\[177\.77vh\] {
  height: 177.77vh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[66vh\] {
  height: 66vh;
}

.h-\[71vh\] {
  height: 71vh;
}

.h-\[85vh\] {
  height: 85vh;
}

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

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

.h-\[calc\(100vh-48px\)\] {
  height: calc(100vh - 48px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-9 {
  max-height: 32px;
}

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

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

.max-h-\[20vh\] {
  max-height: 20vh;
}

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

.max-h-\[33vh\] {
  max-height: 33vh;
}

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

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

.max-h-\[66vh\] {
  max-height: 66vh;
}

.max-h-\[70vh\] {
  max-height: 70vh;
}

.max-h-\[80vh\] {
  max-height: 80vh;
}

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

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

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

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

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

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

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

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

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

.\!w-auto {
  width: auto !important;
}

.w-1 {
  width: 2px;
}

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

.w-10 {
  width: 40px;
}

.w-11 {
  width: 48px;
}

.w-2 {
  width: 4px;
}

.w-3 {
  width: 6px;
}

.w-5 {
  width: 12px;
}

.w-6 {
  width: 16px;
}

.w-8 {
  width: 24px;
}

.w-9 {
  width: 32px;
}

.w-\[1\.5px\] {
  width: 1.5px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[2rem\] {
  width: 2rem;
}

.w-\[3rem\] {
  width: 3rem;
}

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

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

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

.w-\[60vw\] {
  width: 60vw;
}

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

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

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

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

.w-\[calc\(100\%-\(16px\*2\)\)\] {
  width: calc(100% - (16px * 2));
}

.w-\[calc\(100\%-\(20px\*2\)\)\] {
  width: calc(100% - (20px * 2));
}

.w-\[calc\(100vw-2\.5rem\)\] {
  width: calc(100vw - 2.5rem);
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

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

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

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

.min-w-\[177\.77vh\] {
  min-width: 177.77vh;
}

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

.min-w-\[7\.25rem\] {
  min-width: 7.25rem;
}

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

.\!max-w-\[950px\] {
  max-width: 950px !important;
}

.\!max-w-md {
  max-width: 28rem !important;
}

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

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

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

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

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

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

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

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

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

.max-w-\[37\.5rem\] {
  max-width: 37.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[80svw\] {
  max-width: 80svw;
}

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

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

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

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

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

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

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

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

.flex-\[0_0_auto\] {
  flex: 0 0 auto;
}

.flex-none {
  flex: none;
}

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

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

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

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

.basis-auto {
  flex-basis: auto;
}

.origin-center {
  transform-origin: center;
}

.origin-left {
  transform-origin: left;
}

.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-x-4 {
  --tw-translate-x: -8px;
  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: -4px;
  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-5 {
  --tw-translate-y: -12px;
  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-\[40\%\] {
  --tw-translate-y: -40%;
  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-x-1 {
  --tw-translate-x: 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-x-\[45\%\] {
  --tw-translate-x: 45%;
  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-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));
}

.translate-y-1 {
  --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-2 {
  --tw-translate-y: 4px;
  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-4 {
  --tw-translate-y: 8px;
  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-6 {
  --tw-translate-y: 16px;
  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-\[-1px\] {
  --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));
}

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

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

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

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

.scale-\[0\.99\] {
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  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-\[2\] {
  --tw-scale-x: 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));
}

.scale-x-0 {
  --tw-scale-x: 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));
}

.scale-x-100 {
  --tw-scale-x: 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));
}

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

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

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

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

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

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

.grid-cols-\[1fr_0\.75fr_1\.5fr\] {
  grid-template-columns: 1fr 0.75fr 1.5fr;
}

.grid-cols-\[1fr_2fr\] {
  grid-template-columns: 1fr 2fr;
}

.grid-cols-\[1fr_3fr\] {
  grid-template-columns: 1fr 3fr;
}

.grid-cols-\[1fr_5fr_5fr_5fr\] {
  grid-template-columns: 1fr 5fr 5fr 5fr;
}

.grid-cols-\[2fr_1fr\] {
  grid-template-columns: 2fr 1fr;
}

.grid-cols-\[3fr_1fr\] {
  grid-template-columns: 3fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

.\!items-start {
  align-items: flex-start !important;
}

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

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

.\!items-center {
  align-items: center !important;
}

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

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

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

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

.\!justify-center {
  justify-content: center !important;
}

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 2px;
}

.gap-10 {
  gap: 40px;
}

.gap-12 {
  gap: 60px;
}

.gap-14 {
  gap: 80px;
}

.gap-2 {
  gap: 4px;
}

.gap-3 {
  gap: 6px;
}

.gap-4 {
  gap: 8px;
}

.gap-5 {
  gap: 12px;
}

.gap-6 {
  gap: 16px;
}

.gap-7 {
  gap: 20px;
}

.gap-8 {
  gap: 24px;
}

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

.gap-x-1 {
  -moz-column-gap: 2px;
       column-gap: 2px;
}

.gap-x-2 {
  -moz-column-gap: 4px;
       column-gap: 4px;
}

.gap-x-4 {
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.gap-x-6 {
  -moz-column-gap: 16px;
       column-gap: 16px;
}

.gap-x-8 {
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.gap-y-12 {
  row-gap: 60px;
}

.gap-y-4 {
  row-gap: 8px;
}

.gap-y-5 {
  row-gap: 12px;
}

.gap-y-6 {
  row-gap: 16px;
}

.gap-y-8 {
  row-gap: 24px;
}

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

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

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

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

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

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

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

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

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

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

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.\!overflow-visible {
  overflow: visible !important;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

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

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-all {
  word-break: break-all;
}

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

.\!rounded-circle {
  border-radius: 50% !important;
}

.\!rounded-none {
  border-radius: 0px !important;
}

.rounded {
  border-radius: 8px;
}

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

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

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

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

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

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

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

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

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

.rounded-circle {
  border-radius: 50%;
}

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

.rounded-none {
  border-radius: 0px;
}

.rounded-status {
  border-radius: 2px;
}

.rounded-tag {
  border-radius: 4px;
}

.rounded-tag-lg {
  border-radius: 6px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

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

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-t {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.rounded-t-\[80px\] {
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
}

.\!rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}

.\!rounded-br-none {
  border-bottom-right-radius: 0px !important;
}

.rounded-bl-none {
  border-bottom-left-radius: 0px;
}

.border {
  border-width: 1px;
}

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

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

.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

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

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

.border-\[\#B7B9D1\] {
  --tw-border-opacity: 1;
  border-color: rgb(183 185 209 / var(--tw-border-opacity, 1));
}

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

.border-\[\#E3E6F0\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 230 240 / var(--tw-border-opacity, 1));
}

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

.border-\[\#a7aff8\] {
  --tw-border-opacity: 1;
  border-color: rgb(167 175 248 / var(--tw-border-opacity, 1));
}

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

.border-twilight\/10 {
  border-color: rgb(14 12 33 / 0.1);
}

.border-twilight\/30 {
  border-color: rgb(14 12 33 / 0.3);
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-opacity-25 {
  --tw-border-opacity: 0.25;
}

.\!bg-\[\#3945C2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(57 69 194 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#2C3480\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 52 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#35919c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 145 156 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3D52E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(61 82 224 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3D52E0\]\/20 {
  background-color: rgb(61 82 224 / 0.2);
}

.bg-\[\#5f6387\] {
  --tw-bg-opacity: 1;
  background-color: rgb(95 99 135 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CDCEFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 206 252 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FDF9F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 249 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e07058\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 112 88 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\] {
  background-color: rgba(0,0,0,.5);
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.7\)\] {
  background-color: rgba(0,0,0,.7);
}

.bg-accent-forest {
  --tw-bg-opacity: 1;
  background-color: rgb(10 51 39 / var(--tw-bg-opacity, 1));
}

.bg-accent-pale-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(204 229 229 / var(--tw-bg-opacity, 1));
}

.bg-accent-pale-tangerine {
  --tw-bg-opacity: 1;
  background-color: rgb(252 158 112 / var(--tw-bg-opacity, 1));
}

.bg-accent-pear {
  --tw-bg-opacity: 1;
  background-color: rgb(183 179 110 / var(--tw-bg-opacity, 1));
}

.bg-accent-pear\/60 {
  background-color: rgb(183 179 110 / 0.6);
}

.bg-accent-pink-cloud {
  --tw-bg-opacity: 1;
  background-color: rgb(247 198 209 / var(--tw-bg-opacity, 1));
}

.bg-accent-pumpkin {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 60 / var(--tw-bg-opacity, 1));
}

.bg-accent-saddle {
  --tw-bg-opacity: 1;
  background-color: rgb(76 27 5 / var(--tw-bg-opacity, 1));
}

.bg-accent-spruce {
  --tw-bg-opacity: 1;
  background-color: rgb(51 86 73 / var(--tw-bg-opacity, 1));
}

.bg-accent-steel {
  --tw-bg-opacity: 1;
  background-color: rgb(73 86 84 / var(--tw-bg-opacity, 1));
}

.bg-accent-suede {
  --tw-bg-opacity: 1;
  background-color: rgb(183 125 99 / var(--tw-bg-opacity, 1));
}

.bg-accent-suede\/60 {
  background-color: rgb(183 125 99 / 0.6);
}

.bg-accent-teal-smoke {
  --tw-bg-opacity: 1;
  background-color: rgb(125 150 146 / var(--tw-bg-opacity, 1));
}

.bg-accent-terracotta {
  --tw-bg-opacity: 1;
  background-color: rgb(187 88 58 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.bg-eggshell {
  --tw-bg-opacity: 1;
  background-color: rgb(229 211 179 / var(--tw-bg-opacity, 1));
}

.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgb(207 32 47 / var(--tw-bg-opacity, 1));
}

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

.bg-moonlight\/10 {
  background-color: rgb(255 252 248 / 0.1);
}

.bg-moonlight\/80 {
  background-color: rgb(255 252 248 / 0.8);
}

.bg-parchment {
  --tw-bg-opacity: 1;
  background-color: rgb(247 237 226 / var(--tw-bg-opacity, 1));
}

.bg-soft-sky {
  --tw-bg-opacity: 1;
  background-color: rgb(106 156 186 / var(--tw-bg-opacity, 1));
}

.bg-soft-sky\/50 {
  background-color: rgb(106 156 186 / 0.5);
}

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

.bg-twilight {
  --tw-bg-opacity: 1;
  background-color: rgb(14 12 33 / var(--tw-bg-opacity, 1));
}

.bg-twilight\/0 {
  background-color: rgb(14 12 33 / 0);
}

.bg-twilight\/20 {
  background-color: rgb(14 12 33 / 0.2);
}

.bg-twilight\/30 {
  background-color: rgb(14 12 33 / 0.3);
}

.bg-twilight\/40 {
  background-color: rgb(14 12 33 / 0.4);
}

.bg-twilight\/45 {
  background-color: rgb(14 12 33 / 0.45);
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-\[linear-gradient\(\#fead80\2c \#e2deca_50\%\2c \#bdc6fc\)\] {
  background-image: linear-gradient(#fead80,#e2deca 50%,#bdc6fc);
}

.bg-\[linear-gradient\(to_right\2c \#fead80\2c \#e2deca_50\%\2c \#bdc6fc\)\] {
  background-image: linear-gradient(to right,#fead80,#e2deca 50%,#bdc6fc);
}

.bg-\[url\(https\:\/\/www\.charliehealth\.com\/wp-content\/uploads\/2025\/09\/Hero-3\.png\.webp\)\] {
  background-image: url(https://www.charliehealth.com/wp-content/uploads/2025/09/Hero-3.png.webp);
}

.bg-gradient-deep-sea {
  background-image: linear-gradient(to left, #6A9CBA 0%, #5287AB 12%, #2E6995 33%, #09365F 72%, #082545 82%, #080512 100%);
}

.bg-gradient-sunbeam {
  background-image: linear-gradient(to right, #FDF681 0%, #ECA16E 82%, #EA864F 100%);
}

.from-\[\#3D52E0\] {
  --tw-gradient-from: #3D52E0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 82 224 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#ADB0E1\] {
  --tw-gradient-from: #ADB0E1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(173 176 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#D6D7F0\] {
  --tw-gradient-from: #D6D7F0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 215 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-saddle\/90 {
  --tw-gradient-from: rgb(76 27 5 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 27 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-steel\/90 {
  --tw-gradient-from: rgb(73 86 84 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 86 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-suede\/90 {
  --tw-gradient-from: rgb(183 125 99 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 125 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #FFFFFF 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);
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.via-\[\#a7aff8\] {
  --tw-gradient-to: rgb(167 175 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7aff8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#3D52E0\] {
  --tw-gradient-to: #3D52E0 var(--tw-gradient-to-position);
}

.to-\[\#E7D3FF\] {
  --tw-gradient-to: #E7D3FF var(--tw-gradient-to-position);
}

.to-accent-saddle\/60 {
  --tw-gradient-to: rgb(76 27 5 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-steel\/60 {
  --tw-gradient-to: rgb(73 86 84 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-suede\/60 {
  --tw-gradient-to: rgb(183 125 99 / 0.6) var(--tw-gradient-to-position);
}

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

.to-white {
  --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
}

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.fill-transparent {
  fill: transparent;
}

.stroke-\[\#DAC1FB\] {
  stroke: #DAC1FB;
}

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 40px;
}

.p-2 {
  padding: 4px;
}

.p-4 {
  padding: 8px;
}

.p-6 {
  padding: 16px;
}

.p-8 {
  padding: 24px;
}

.p-9 {
  padding: 32px;
}

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

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

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

.px-2 {
  padding-left: 4px;
  padding-right: 4px;
}

.px-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-4 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-5 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-6 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-7 {
  padding-left: 20px;
  padding-right: 20px;
}

.px-8 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-9 {
  padding-left: 32px;
  padding-right: 32px;
}

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

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

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

.py-1 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-14 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-16 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-2 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-3 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-4 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-5 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-6 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-7 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-8 {
  padding-top: 24px;
  padding-bottom: 24px;
}

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

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

.pb-12 {
  padding-bottom: 60px;
}

.pb-14 {
  padding-bottom: 80px;
}

.pb-4 {
  padding-bottom: 8px;
}

.pl-8 {
  padding-left: 24px;
}

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

.pr-5 {
  padding-right: 12px;
}

.pr-6 {
  padding-right: 16px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-14 {
  padding-top: 80px;
}

.pt-\[127\%\] {
  padding-top: 127%;
}

.pt-\[4\.75rem\] {
  padding-top: 4.75rem;
}

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-middle {
  vertical-align: middle;
}

.align-super {
  vertical-align: super;
}

.align-\[initial\] {
  vertical-align: initial;
}

.font-body {
  font-family: "Sharp Earth", sans-serif;
}

.font-display {
  font-family: "Feijoa", serif;
  font-feature-settings: "lnum" 1;
}

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

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

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

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

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

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

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

.\!text-h5 {
  font-size: 20px !important;
  line-height: 115% !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

.\!text-h6 {
  font-size: 20px !important;
  line-height: 115% !important;
  letter-spacing: 0 !important;
  font-weight: 500 !important;
}

.\!text-label {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.\!text-label-s {
  font-size: 14px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}

.\!text-label-xs {
  font-size: 12px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
}

.\!text-p {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

.\!text-p-l {
  font-size: 18px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
}

.\!text-p-s {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.\!text-p-xs {
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
}

.text-\[1\.50rem\] {
  font-size: 1.50rem;
}

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

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

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

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

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

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

.text-\[2\.5rem\] {
  font-size: 2.5rem;
}

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

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

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

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

.text-\[50\%\] {
  font-size: 50%;
}

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

.text-display {
  font-size: 44px;
  line-height: 100%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.text-h1 {
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.text-h2 {
  font-size: 32px;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.text-h3 {
  font-size: 28px;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.text-h4 {
  font-size: 24px;
  line-height: 125%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h5 {
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-h6 {
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0;
  font-weight: 500;
}

.text-label {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.text-label-s {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.text-label-xs {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.text-p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.text-p-l {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.text-p-s {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

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

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

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

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

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.12\] {
  line-height: 1.12 !important;
}

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

.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}

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

.\!leading-none {
  line-height: 1 !important;
}

.\!leading-tight {
  line-height: 1.25 !important;
}

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

.leading-\[1\.3\] {
  line-height: 1.3;
}

.leading-\[1\.4\] {
  line-height: 1.4;
}

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

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.8rem\] {
  line-height: 1.8rem;
}

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

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

.leading-none {
  line-height: 1;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

.\!text-transparent {
  color: transparent !important;
}

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

.text-\[\#09365F\] {
  --tw-text-opacity: 1;
  color: rgb(9 54 95 / var(--tw-text-opacity, 1));
}

.text-\[\#20292E\] {
  --tw-text-opacity: 1;
  color: rgb(32 41 46 / var(--tw-text-opacity, 1));
}

.text-\[\#3945C2\] {
  --tw-text-opacity: 1;
  color: rgb(57 69 194 / var(--tw-text-opacity, 1));
}

.text-\[\#87889A\] {
  --tw-text-opacity: 1;
  color: rgb(135 136 154 / var(--tw-text-opacity, 1));
}

.text-accent-pear {
  --tw-text-opacity: 1;
  color: rgb(183 179 110 / var(--tw-text-opacity, 1));
}

.text-accent-steel {
  --tw-text-opacity: 1;
  color: rgb(73 86 84 / var(--tw-text-opacity, 1));
}

.text-accent-suede {
  --tw-text-opacity: 1;
  color: rgb(183 125 99 / var(--tw-text-opacity, 1));
}

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

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

.text-soft-sky {
  --tw-text-opacity: 1;
  color: rgb(106 156 186 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-twilight {
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.text-twilight\/60 {
  color: rgb(14 12 33 / 0.6);
}

.text-twilight\/80 {
  color: rgb(14 12 33 / 0.8);
}

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

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

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

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

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-twilight\/60::-moz-placeholder {
  color: rgb(14 12 33 / 0.6);
}

.placeholder-twilight\/60::placeholder {
  color: rgb(14 12 33 / 0.6);
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-\[\.75\] {
  opacity: .75;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.shadow {
  --tw-shadow: 0 320px 128px 0 rgba(14, 12, 33, 0.01), 0 180px 108px 0 rgba(14, 12, 33, 0.03), 0 80px 80px 0 rgba(14, 12, 33, 0.04), 0 20px 44px 0 rgba(14, 12, 33, 0.05);
  --tw-shadow-colored: 0 320px 128px 0 var(--tw-shadow-color), 0 180px 108px 0 var(--tw-shadow-color), 0 80px 80px 0 var(--tw-shadow-color), 0 20px 44px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[5px_5px_0_\#ADB0E1\] {
  --tw-shadow: 5px 5px 0 #ADB0E1;
  --tw-shadow-colored: 5px 5px 0 var(--tw-shadow-color);
  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;
}

.outline {
  outline-style: solid;
}

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

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

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

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

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

.backdrop-blur {
  --tw-backdrop-blur: blur(40px);
  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-blur-nav {
  --tw-backdrop-blur: blur(10px);
  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 {
  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, backdrop-filter;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.transition-\[grid-template-rows\] {
  transition-property: grid-template-rows;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

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

.transition-none {
  transition-property: none;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

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

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

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

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

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

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

.will-change-auto {
  will-change: auto;
}

.will-change-transform {
  will-change: transform;
}

.background-video-block__object-position {
  -o-object-position: var(--ch-bg-video-obj-mob, 50% 0%);
     object-position: var(--ch-bg-video-obj-mob, 50% 0%);
}

@media (min-width: 1024px) {

  .background-video-block__object-position {
    -o-object-position: var(--ch-bg-video-obj-desk, 50% 0%);
       object-position: var(--ch-bg-video-obj-desk, 50% 0%);
  }

  .text-display {
    font-size: 64px;
    line-height: 100%;
  }

  .text-h1 {
    font-size: 56px;
    line-height: 110%;
  }

  .text-h2 {
    font-size: 48px;
    line-height: 125%;
  }

  .text-h3 {
    font-size: 36px;
    line-height: 125%;
  }

  .text-h4 {
    font-size: 28px;
    line-height: 125%;
  }

  .text-h5 {
    font-size: 24px;
    line-height: 115%;
  }

  .text-h6 {
    font-size: 20px;
    line-height: 115%;
  }

   {
    -o-object-position: var(--ch-bg-video-obj-desk, 50% 0%) !important;
       object-position: var(--ch-bg-video-obj-desk, 50% 0%) !important;
    font-size: 28px !important;
    line-height: 125% !important;
  }

  .\!text-h5 {
    font-size: 24px !important;
    line-height: 115% !important;
  }

   {
    -o-object-position: var(--ch-bg-video-obj-desk, 50% 0%) !important;
       object-position: var(--ch-bg-video-obj-desk, 50% 0%) !important;
    font-size: 24px !important;
    line-height: 115% !important;
  }

  .\!text-h6 {
    font-size: 20px !important;
    line-height: 115% !important;
  }
}

.gradient-text {
  display: inline-block;
  background-image: linear-gradient(to left, #6A9CBA 0%, #5287AB 12%, #2E6995 33%, #09365F 72%, #082545 82%, #080512 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}

section {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
}

section.\!section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {

  section.\!section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

section.section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {

  section.section {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

section.section-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

section.section-sm {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1024px) {

  section.section-sm {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

section.section-md {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {

  section.section-md {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

section.section-top,
    section.section-default-top {
  padding-top: 80px;
}

@media (min-width: 1024px) {

  section.section-top,
    section.section-default-top {
    padding-top: 120px;
  }
}

section.section-bottom,
    section.section-default-bottom {
  padding-bottom: 80px;
}

@media (min-width: 1024px) {

  section.section-bottom,
    section.section-default-bottom {
    padding-bottom: 120px;
  }
}

section.section-md-top {
  padding-top: 0px;
}

@media (min-width: 1024px) {

  section.section-md-top {
    padding-top: 60px;
  }
}

section.section-md-bottom {
  padding-bottom: 0px;
}

@media (min-width: 1024px) {

  section.section-md-bottom {
    padding-bottom: 60px;
  }
}

section.section-sm-top {
  padding-top: 20px;
}

@media (min-width: 1024px) {

  section.section-sm-top {
    padding-top: 40px;
  }
}

section.section-sm-bottom {
  padding-bottom: 20px;
}

@media (min-width: 1024px) {

  section.section-sm-bottom {
    padding-bottom: 40px;
  }
}

section.section-none-top {
  padding-top: 0px;
}

section.section-none-bottom {
  padding-bottom: 0px;
}

section.alignfull > .container {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

section.alignfull > .\!container {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
  max-width: none;
  padding-left: 0px;
  padding-right: 0px;
}

@media not all and (min-width: 1024px) {

  section .container-bleed-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.\[mask-image\:linear-gradient\(to_bottom\2c transparent_10\%\2c black_47\%\2c black_53\%\2c transparent_90\%\)\] {
  -webkit-mask-image: linear-gradient(to bottom,transparent 10%,black 47%,black 53%,transparent 90%);
          mask-image: linear-gradient(to bottom,transparent 10%,black 47%,black 53%,transparent 90%);
}

/* CUSTOM STYELS */

.text-content ul,
  .text-content ol,
  .text-content li {
  list-style-position: inside;
  list-style-type: disc;
  font-weight: 500;
}

.text-content ol,
  .text-content ul {
  margin-bottom: 24px;
}

.text-content ol {
  list-style-position: inside;
  list-style-type: decimal;
}

.text-content a {
  position: relative;
  padding-bottom: 2px;
  text-decoration-line: none;
    /* &:hover::after {
      @apply scale-x-0 origin-bottom-left;
    } */
}

.text-content a::after {
      content: '';
      position: absolute;
      bottom: 0px;
      left: 0px;
      height: .08em;
      width: 100%;
      transform-origin: bottom right;
      --tw-scale-x: 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-bg-opacity: 1;
      background-color: rgb(14 12 33 / var(--tw-bg-opacity, 1));
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
      transition-duration: 300ms;
    }

/* For column order */

.is-style-mobile-order-first {
  order: -9999;
}

@media (min-width: 1024px) {

  .is-style-mobile-order-first {
    order: 9999;
  }
}

/* Gradient text */

.acf-innerblocks-container:has(.has-gradient-deep-sea-color) {
  text-align: center;
}

.has-gradient-deep-sea-color {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to left, #6A9CBA 0%, #5287AB 12%, #2E6995 33%, #09365F 72%, #082545 82%, #080512 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;
}

.has-gradient-deep-sea-color.has-text-align-left {
  text-align: left;
}

.has-gradient-deep-sea-color.has-text-align-center {
  display: inline-block;
  text-align: center;
}

.has-gradient-sunbeam-color {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-image: linear-gradient(to right, #FDF681 0%, #ECA16E 82%, #EA864F 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent !important;
}

.has-gradient-sunbeam-color.has-text-align-left {
  text-align: left;
}

.has-gradient-sunbeam-color.has-text-align-center {
  text-align: center;
}

/* Image lazy loading for rocket */

img[data-lazy-src] {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
}

img.lazyloaded:not([class*='transition-']) {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.65, 0, 0.35, 1);
  transition-duration: 300ms;
}

/* Pre-footer svg gradient */

.pre-footer-gradient {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 1024px) {

  .pre-footer-gradient {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pre-footer-gradient .pre-footer-svg-container {
  pointer-events: none;
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 1;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
}

/* Newsletter svg gradient */

.newsletter-gradient {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media (min-width: 1024px) {

  .newsletter-gradient {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.newsletter-gradient .newsletter-svg-container {
  pointer-events: none;
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 1;
  height: 100%;
  width: 100%;
  --tw-translate-x: -50%;
  --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));
}

/* Editor styles */

h2.editor-styles-wrapper .btn,h2
  .editor-styles-wrapper button {
  margin-bottom: 24px;
}

.editor-styles-wrapper .btn,
  .editor-styles-wrapper button {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

/* WP native style fix */

:root :where(.is-layout-constrained) > *,
:root :where(.is-layout-flow) > * {
  margin-block-start: 24px;
}

:where(.wp-block-columns) {
  margin-bottom: 0px;
}

/* WP native style tweaks */

.wp-block-buttons:last-child {
  margin-top: 24px;
}

/* Exit-intent / modal overlays (toggled via JS: classList.toggle('modal-fade')) */

.modal-fade {
  pointer-events: none;
  visibility: hidden;
  --tw-translate-y: 4px;
  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;
}

.modal-fade > * {
  --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));
}

/* Osano: hide floating cookie icon (footer link opens drawer via Osano.cm.showDrawer) */

.osano-cm-widget {
  display: none;
}

.osano-cm-window__dialog {
  border-top: 1px solid #212984;
}

.osano-cm-link {
  font-size: 1rem !important;
}

@media (min-width: 768px) {
  .osano-cm-window__dialog {
    padding: 1.5rem 5rem;
  }
}

@media (min-width: 1024px) {
    h2.lg\:text-label-s {
    margin-bottom: 24px;
  }
}

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

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:border-t-2:first-child {
  border-top-width: 2px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

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

.last\:border-b:last-child {
  border-bottom-width: 1px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.checked\:border-\[\#6B6BFF\]:checked {
  --tw-border-opacity: 1;
  border-color: rgb(107 107 255 / var(--tw-border-opacity, 1));
}

.checked\:bg-\[\#6B6BFF\]:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(107 107 255 / var(--tw-bg-opacity, 1));
}

.hover\:rotate-90:hover {
  --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));
}

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

.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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:hover {
  border-width: 1px;
}

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

.hover\:border-\[\#35919c\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(53 145 156 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#5f6387\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(95 99 135 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#6B6BFF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 107 255 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#e07058\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 112 88 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#ff9f81\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 159 129 / var(--tw-border-opacity, 1));
}

.hover\:border-twilight:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-\[\#3D52E0\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(61 82 224 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f2eeff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 238 255 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-twilight\/10:hover {
  background-color: rgb(14 12 33 / 0.1);
}

.hover\:bg-twilight\/70:hover {
  background-color: rgb(14 12 33 / 0.7);
}

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

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:\!text-\[\#35919c\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(53 145 156 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-\[\#5f6387\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(95 99 135 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-\[\#e07058\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(224 112 88 / var(--tw-text-opacity, 1)) !important;
}

.hover\:\!text-\[\#ff9f81\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 159 129 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-twilight:hover {
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-70:hover {
  opacity: 0.7;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:brightness-0:hover {
  --tw-brightness: brightness(0);
  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);
}

.hover\:contrast-50:hover {
  --tw-contrast: contrast(.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);
}

.hover\:contrast-75:hover {
  --tw-contrast: contrast(.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);
}

.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.focus\:border-twilight:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 12 33 / var(--tw-border-opacity, 1));
}

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

.focus\:bg-twilight\/10:focus {
  background-color: rgb(14 12 33 / 0.1);
}

.focus\:ring-2: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(2px + 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\:ring-\[\#6B6BFF\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 107 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:border-none:focus-visible {
  border-style: none;
}

.disabled\:border-twilight\/10:disabled {
  border-color: rgb(14 12 33 / 0.1);
}

.disabled\:border-white\/10:disabled {
  border-color: rgb(255 255 255 / 0.1);
}

.disabled\:bg-twilight\/10:disabled {
  background-color: rgb(14 12 33 / 0.1);
}

.disabled\:bg-twilight\/20:disabled {
  background-color: rgb(14 12 33 / 0.2);
}

.disabled\:bg-white\/10:disabled {
  background-color: rgb(255 255 255 / 0.1);
}

.group:focus-within .group-focus-within\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group:focus-within .group-focus-within\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}

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

.group:hover .group-hover\:translate-x-\[5px\] {
  --tw-translate-x: 5px;
  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-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-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.group:hover .group-hover\:opacity-0 {
  opacity: 0;
}

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

.group:hover .group-hover\:brightness-110 {
  --tw-brightness: brightness(1.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);
}

.peer:checked ~ .peer-checked\:border-2 {
  border-width: 2px;
}

.peer:checked ~ .peer-checked\:border-\[\#6B6BFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(107 107 255 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-\[\#f2eeff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 238 255 / var(--tw-bg-opacity, 1));
}

.group[data-state="open"] .group-data-\[state\=open\]\: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[data-state="open"] .group-data-\[state\=open\]\:grid-rows-\[1fr\] {
  grid-template-rows: 1fr;
}

@media not all and (min-width: 1024px) {

  .max-lg\:mt-auto {
    margin-top: auto;
  }

  .max-lg\:\!hidden {
    display: none !important;
  }

  .max-lg\:\!h-auto {
    height: auto !important;
  }

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

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

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

  .max-lg\:\!items-stretch {
    align-items: stretch !important;
  }

  .max-lg\:\!gap-10 {
    gap: 40px !important;
  }

  .max-lg\:\!px-6 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .max-lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .max-lg\:text-p-s {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
  }
}

@media (min-width: 768px) {

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

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

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

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

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

  .md\:grid-cols-\[1fr_2fr_2fr_1fr\] {
    grid-template-columns: 1fr 2fr 2fr 1fr;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:\!relative {
    position: relative !important;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:-left-6 {
    left: -16px;
  }

  .lg\:-right-6 {
    right: -16px;
  }

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

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

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

  .lg\:bottom-5 {
    bottom: 12px;
  }

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

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

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

  .lg\:left-5 {
    left: 12px;
  }

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

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

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

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

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

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

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

  .lg\:top-\[calc\(100\%\+36px\)\] {
    top: calc(100% + 36px);
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

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

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:row-start-2 {
    grid-row-start: 2;
  }

  .lg\:m-7 {
    margin: 20px;
  }

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

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

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

  .lg\:my-6 {
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .lg\:\!mr-0 {
    margin-right: 0px !important;
  }

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

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

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

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

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

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

  .lg\:mb-\[33vh\] {
    margin-bottom: 33vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-\[15vh\] {
    margin-top: 15vh;
  }

  .lg\:mt-\[33vh\] {
    margin-top: 33vh;
  }

  .lg\:mt-\[50vh\] {
    margin-top: 50vh;
  }

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:\!grid {
    display: grid !important;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

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

  .lg\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .lg\:size-10 {
    width: 40px;
    height: 40px;
  }

  .lg\:size-9 {
    width: 32px;
    height: 32px;
  }

  .lg\:\!h-\[500px\] {
    height: 500px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-\[50vh\] {
    height: 50vh;
  }

  .lg\:h-\[56\.25vw\] {
    height: 56.25vw;
  }

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

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

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

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

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

  .lg\:h-auto {
    height: auto;
  }

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

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

  .lg\:max-h-\[80vh\] {
    max-height: 80vh;
  }

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

  .lg\:max-h-none {
    max-height: none;
  }

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

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

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

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

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

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

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

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

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

  .lg\:w-\[calc\(100\%-\(20px\*2\)\)\] {
    width: calc(100% - (20px * 2));
  }

  .lg\:w-\[calc\(33\.33\%_-15px\)\] {
    width: calc(33.33% - 15px);
  }

  .lg\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

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

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

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

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

  .lg\:min-w-\[56\.25vh\] {
    min-width: 56.25vh;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:scale-95 {
    --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));
  }

  .lg\:\!transform-none {
    transform: none !important;
  }

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

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

  .lg\:grid-cols-\[\.5fr_auto_1fr\] {
    grid-template-columns: .5fr auto 1fr;
  }

  .lg\:grid-cols-\[1\.25fr_2fr\] {
    grid-template-columns: 1.25fr 2fr;
  }

  .lg\:grid-cols-\[1\.33fr_1fr\] {
    grid-template-columns: 1.33fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr\2c 1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1\.5fr_2fr\] {
    grid-template-columns: 1.5fr 2fr;
  }

  .lg\:grid-cols-\[1fr\2c 2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .lg\:grid-cols-\[1fr_1\.25fr\] {
    grid-template-columns: 1fr 1.25fr;
  }

  .lg\:grid-cols-\[1fr_1\.33fr\] {
    grid-template-columns: 1fr 1.33fr;
  }

  .lg\:grid-cols-\[1fr_1fr_1fr_1fr\] {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .lg\:grid-cols-\[1fr_1fr_2fr\] {
    grid-template-columns: 1fr 1fr 2fr;
  }

  .lg\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .lg\:grid-cols-\[1fr_3fr\] {
    grid-template-columns: 1fr 3fr;
  }

  .lg\:grid-cols-\[1fr_4fr\] {
    grid-template-columns: 1fr 4fr;
  }

  .lg\:grid-cols-\[1fr_4fr_1fr_5\.5fr_1fr\] {
    grid-template-columns: 1fr 4fr 1fr 5.5fr 1fr;
  }

  .lg\:grid-cols-\[1fr_5fr_1fr_4\.5fr_1fr\] {
    grid-template-columns: 1fr 5fr 1fr 4.5fr 1fr;
  }

  .lg\:grid-cols-\[2\.33fr_4fr\] {
    grid-template-columns: 2.33fr 4fr;
  }

  .lg\:grid-cols-\[2fr_1\.5fr\] {
    grid-template-columns: 2fr 1.5fr;
  }

  .lg\:grid-cols-\[2fr_1\.75fr\] {
    grid-template-columns: 2fr 1.75fr;
  }

  .lg\:grid-cols-\[2fr_10fr\] {
    grid-template-columns: 2fr 10fr;
  }

  .lg\:grid-cols-\[2fr_1fr\] {
    grid-template-columns: 2fr 1fr;
  }

  .lg\:grid-cols-\[2fr_2fr\] {
    grid-template-columns: 2fr 2fr;
  }

  .lg\:grid-cols-\[2fr_4fr\] {
    grid-template-columns: 2fr 4fr;
  }

  .lg\:grid-cols-\[2fr_5fr\] {
    grid-template-columns: 2fr 5fr;
  }

  .lg\:grid-cols-\[2fr_6fr_4fr\] {
    grid-template-columns: 2fr 6fr 4fr;
  }

  .lg\:grid-cols-\[3fr_1fr\] {
    grid-template-columns: 3fr 1fr;
  }

  .lg\:grid-cols-\[3fr_1fr_8fr\] {
    grid-template-columns: 3fr 1fr 8fr;
  }

  .lg\:grid-cols-\[3fr_3\.5fr\] {
    grid-template-columns: 3fr 3.5fr;
  }

  .lg\:grid-cols-\[3fr_3fr\] {
    grid-template-columns: 3fr 3fr;
  }

  .lg\:grid-cols-\[3fr_4fr\] {
    grid-template-columns: 3fr 4fr;
  }

  .lg\:grid-cols-\[3fr_6fr\] {
    grid-template-columns: 3fr 6fr;
  }

  .lg\:grid-cols-\[3fr_6fr_3fr\] {
    grid-template-columns: 3fr 6fr 3fr;
  }

  .lg\:grid-cols-\[3fr_9fr\] {
    grid-template-columns: 3fr 9fr;
  }

  .lg\:grid-cols-\[4\.25fr_5fr\] {
    grid-template-columns: 4.25fr 5fr;
  }

  .lg\:grid-cols-\[4fr_0fr_8fr\] {
    grid-template-columns: 4fr 0fr 8fr;
  }

  .lg\:grid-cols-\[4fr_1fr_5fr\] {
    grid-template-columns: 4fr 1fr 5fr;
  }

  .lg\:grid-cols-\[4fr_1fr_7fr\] {
    grid-template-columns: 4fr 1fr 7fr;
  }

  .lg\:grid-cols-\[4fr_2fr_4fr\] {
    grid-template-columns: 4fr 2fr 4fr;
  }

  .lg\:grid-cols-\[4fr_3fr\] {
    grid-template-columns: 4fr 3fr;
  }

  .lg\:grid-cols-\[4fr_5fr_3fr\] {
    grid-template-columns: 4fr 5fr 3fr;
  }

  .lg\:grid-cols-\[4fr_6fr\] {
    grid-template-columns: 4fr 6fr;
  }

  .lg\:grid-cols-\[4fr_7fr_1fr\] {
    grid-template-columns: 4fr 7fr 1fr;
  }

  .lg\:grid-cols-\[4fr_8fr\] {
    grid-template-columns: 4fr 8fr;
  }

  .lg\:grid-cols-\[5fr_1fr_6fr\] {
    grid-template-columns: 5fr 1fr 6fr;
  }

  .lg\:grid-cols-\[5fr_7fr\] {
    grid-template-columns: 5fr 7fr;
  }

  .lg\:grid-cols-\[6fr_1fr_5fr\] {
    grid-template-columns: 6fr 1fr 5fr;
  }

  .lg\:grid-cols-\[6fr_4fr\] {
    grid-template-columns: 6fr 4fr;
  }

  .lg\:grid-cols-\[6fr_6fr\] {
    grid-template-columns: 6fr 6fr;
  }

  .lg\:grid-cols-\[7fr_1fr_4fr\] {
    grid-template-columns: 7fr 1fr 4fr;
  }

  .lg\:grid-cols-\[7fr_5fr\] {
    grid-template-columns: 7fr 5fr;
  }

  .lg\:grid-cols-\[8fr_4fr\] {
    grid-template-columns: 8fr 4fr;
  }

  .lg\:grid-cols-\[9fr_1fr_2fr\] {
    grid-template-columns: 9fr 1fr 2fr;
  }

  .lg\:grid-cols-\[9fr_3fr\] {
    grid-template-columns: 9fr 3fr;
  }

  .lg\:grid-cols-\[repeat\(auto-fit\2c _minmax\(0\2c _1fr\)\)\] {
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[unset\] {
    grid-template-columns: unset;
  }

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

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

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

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

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

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

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

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

  .lg\:\!items-center {
    align-items: center !important;
  }

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

  .lg\:justify-normal {
    justify-content: normal;
  }

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

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

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:\!gap-5 {
    gap: 12px !important;
  }

  .lg\:gap-10 {
    gap: 40px;
  }

  .lg\:gap-12 {
    gap: 60px;
  }

  .lg\:gap-16 {
    gap: 120px;
  }

  .lg\:gap-6 {
    gap: 16px;
  }

  .lg\:gap-7 {
    gap: 20px;
  }

  .lg\:gap-8 {
    gap: 24px;
  }

  .lg\:gap-\[10rem\] {
    gap: 10rem;
  }

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

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

  .lg\:justify-self-auto {
    justify-self: auto;
  }

  .lg\:justify-self-end {
    justify-self: end;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-scroll {
    overflow: scroll;
  }

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

  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .lg\:rounded {
    border-radius: 8px;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

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

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:border-b {
    border-bottom-width: 1px;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

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

  .lg\:bg-\[linear-gradient\(\#fead80\2c \#e2deca_50\%\2c \#bdc6fc\)\] {
    background-image: linear-gradient(#fead80,#e2deca 50%,#bdc6fc);
  }

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

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

  .lg\:p-10 {
    padding: 40px;
  }

  .lg\:p-14 {
    padding: 80px;
  }

  .lg\:p-15 {
    padding: 106px;
  }

  .lg\:p-6 {
    padding: 16px;
  }

  .lg\:p-8 {
    padding: 24px;
  }

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

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

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

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

  .lg\:px-12 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .lg\:px-13 {
    padding-left: 64px;
    padding-right: 64px;
  }

  .lg\:px-14 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .lg\:px-5 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lg\:px-7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lg\:px-8 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .lg\:py-12 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lg\:py-14 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lg\:py-16 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 40px;
  }

  .lg\:pb-12 {
    padding-bottom: 60px;
  }

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

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-10 {
    padding-top: 40px;
  }

  .lg\:pt-12 {
    padding-top: 60px;
  }

  .lg\:pt-16 {
    padding-top: 120px;
  }

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

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

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

  .lg\:font-body {
    font-family: "Sharp Earth", sans-serif;
  }

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

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

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

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

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

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

  .lg\:text-h1 {
    font-size: 40px;
    line-height: 110%;
    letter-spacing: -0.02em;
    font-weight: 500;
  }

  .lg\:text-h3 {
    font-size: 28px;
    line-height: 125%;
    letter-spacing: -0.02em;
    font-weight: 500;
  }

  .lg\:text-h5 {
    font-size: 20px;
    line-height: 115%;
    letter-spacing: 0;
    font-weight: 500;
  }

  .lg\:text-label-s {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
  }

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

  .lg\:text-twilight {
    --tw-text-opacity: 1;
    color: rgb(14 12 33 / var(--tw-text-opacity, 1));
  }

  .lg\:text-twilight\/60 {
    color: rgb(14 12 33 / 0.6);
  }

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

  .lg\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .lg\:blur-\[20px\] {
    --tw-blur: blur(20px);
    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);
  }

  .lg\:invert-0 {
    --tw-invert: invert(0);
    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: 1024px) {

    .lg\:text-h1 {
      font-size: 56px;
      line-height: 110%;
    }

    .lg\:text-h3 {
      font-size: 36px;
      line-height: 125%;
    }

    .lg\:text-h5 {
      font-size: 24px;
      line-height: 115%;
    }
  }

  .group:hover .lg\:group-hover\:pointer-events-none {
    pointer-events: none;
  }

  .group:hover .lg\:group-hover\:opacity-0 {
    opacity: 0;
  }

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

  .group:hover .lg\:group-hover\:blur-0 {
    --tw-blur: blur(0);
    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:nth-last-child(-n+2) .lg\:group-\[\&\:nth-last-child\(-n\+2\)\]\:border-none {
    border-style: none;
  }
}

@media (min-width: 1280px) {

  .xl\:block {
    display: block;
  }

  .xl\:grid-cols-\[1fr_auto_1fr\] {
    grid-template-columns: 1fr auto 1fr;
  }
}

.\[\&\:not\(\.swiper-slide-active\)\]\:cursor-pointer:not(.swiper-slide-active) {
  cursor: pointer;
}

.\[\&\:nth-child\(-n\+2\)\]\:pt-0:nth-child(-n+2) {
  padding-top: 0px;
}

.\[\&\>\*\]\:text-white>* {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_\*\]\:mb-0 * {
  margin-bottom: 0px;
}

.\[\&_\*\]\:text-h5 * {
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0;
  font-weight: 500;
}

.\[\&_\*\]\:\!text-white * {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.\[\&_\*\]\:text-twilight\/50 * {
  color: rgb(14 12 33 / 0.5);
}

.\[\&_\*\]\:text-white * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .\[\&_\*\]\:text-h5 * {
    font-size: 24px;
    line-height: 115%;
  }
}

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

.\[\&_a\]\:text-twilight a {
  --tw-text-opacity: 1;
  color: rgb(14 12 33 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-white a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.\[\&_img\]\:h-\[50px\] img {
  height: 50px;
}

.\[\&_img\]\:h-full img {
  height: 100%;
}

.\[\&_img\]\:w-auto img {
  width: auto;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

.\[\&_img\]\:object-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}

.\[\&_li\]\:text-h5 li {
  font-size: 20px;
  line-height: 115%;
  letter-spacing: 0;
  font-weight: 500;
}

.\[\&_li\]\:text-accent-pear li {
  --tw-text-opacity: 1;
  color: rgb(183 179 110 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {

  .\[\&_li\]\:text-h5 li {
    font-size: 24px;
    line-height: 115%;
  }
}

@media not all and (min-width: 1024px) {

  .max-lg\:\[\&_li\]\:text-\[16px\] li {
    font-size: 16px;
  }

  .max-lg\:\[\&_li\]\:leading-\[115\%\] li {
    line-height: 115%;
  }
}

.\[\&_svg\]\:h-6 svg {
  height: 16px;
}

.\[\&_svg\]\:w-6 svg {
  width: 16px;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

@media (min-width: 1024px) {

  .lg\:\[\&_svg\]\:h-8 svg {
    height: 24px;
  }

  .lg\:\[\&_svg\]\:w-8 svg {
    width: 24px;
  }
}
