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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-base {
  bottom: 16px;
}

.end-0 {
  inset-inline-end: 0px;
}

.left-0 {
  left: 0px;
}

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

.m-0 {
  margin: 0px;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

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

.my-lg {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.my-xl {
  margin-top: 32px;
  margin-bottom: 32px;
}

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

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

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

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

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

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

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

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

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

.mr-sm {
  margin-right: 8px;
}

.ms-auto {
  margin-inline-start: auto;
}

.ms-sm {
  margin-inline-start: 8px;
}

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

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

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

.h-12 {
  height: 3rem;
}

.h-20 {
  height: 5rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-xl {
  height: 32px;
}

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

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

.w-1\/3 {
  width: 33.333333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-xl {
  width: 32px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-5xl {
  max-width: 64rem;
}

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

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

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

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

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

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

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-sm {
  max-width: 24rem;
}

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-base {
  gap: 16px;
}

.gap-lg {
  gap: 24px;
}

.gap-sm {
  gap: 8px;
}

.gap-xl {
  gap: 32px;
}

.gap-xs {
  gap: 4px;
}

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

.gap-y-2xl {
  row-gap: 48px;
}

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

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

.space-y-xs > :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));
}

.overflow-hidden {
  overflow: hidden;
}

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

.break-words {
  overflow-wrap: break-word;
}

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

.rounded-base {
  border-radius: 8px;
}

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

.rounded-lg {
  border-radius: 16px;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

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

.border {
  border-width: 1px;
}

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

.border-\[4px\] {
  border-width: 4px;
}

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

.border-l-\[4px\] {
  border-left-width: 4px;
}

.border-r-\[4px\] {
  border-right-width: 4px;
}

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

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
}

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

.border-opacity-50 {
  --tw-border-opacity: 0.5;
}

.bg-\[\#F0F1F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 241 242 / var(--tw-bg-opacity, 1));
}

.bg-danger-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 243 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 248 / var(--tw-bg-opacity, 1));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-primary\/30 {
  background-color: rgb(32 50 119 / 0.3);
}

.bg-secondary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 235 255 / var(--tw-bg-opacity, 1));
}

.bg-secondary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(176 214 255 / var(--tw-bg-opacity, 1));
}

.bg-secondary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 43 89 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/\[0\.25\] {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.bg-\[linear-gradient\(to_bottom_right\2c \#DBE8F9_0\%\2c \#ffffff_60\%\)\] {
  background-image: linear-gradient(to bottom right,#DBE8F9 0%,#ffffff 60%);
}

.bg-\[radial-gradient\(100px_at_center\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(100px at center, var(--tw-gradient-stops));
}

.bg-\[radial-gradient\(150px_at_center\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(150px at center, var(--tw-gradient-stops));
}

.bg-\[radial-gradient\(60px_at_center\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(60px at center, var(--tw-gradient-stops));
}

.bg-\[radial-gradient\(70px_at_center\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(70px at center, var(--tw-gradient-stops));
}

.bg-\[url\(\/wp-content\/themes\/phiraka\/assets\/img\/ornament\.svg\)\] {
  background-image: url(/wp-content/themes/phiraka/assets/img/ornament.svg);
}

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

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

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

.from-primary\/20 {
  --tw-gradient-from: rgb(32 50 119 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 50 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-300 {
  --tw-gradient-from: #007AFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 122 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-secondary-500\/80 {
  --tw-gradient-from: rgb(0 98 204 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 98 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff 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-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary-100 {
  --tw-gradient-to: #D9EBFF var(--tw-gradient-to-position);
}

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

.to-white\/5 {
  --tw-gradient-to: rgb(255 255 255 / 0.05) var(--tw-gradient-to-position);
}

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-base {
  padding: 16px;
}

.p-lg {
  padding: 24px;
}

.p-sm {
  padding: 8px;
}

.p-xs {
  padding: 4px;
}

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

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

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

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

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

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

.py-xl {
  padding-top: 32px;
  padding-bottom: 32px;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3xl {
  padding-bottom: 64px;
}

.pe-0 {
  padding-inline-end: 0px;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

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

.pt-3xl {
  padding-top: 64px;
}

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

.pt-xl {
  padding-top: 32px;
}

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

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

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

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

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

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

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

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

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

.text-base {
  font-size: 16px;
  font-weight: 400;
}

.text-h2 {
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
}

.text-h3 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 700;
}

.text-h4 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
}

.text-h5 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
}

.text-h6 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
}

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

.text-p {
  font-size: 16px;
  line-height: 150%;
  font-weight: 400;
}

.text-sm {
  font-size: 14px;
  font-weight: 400;
}

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

.text-xs {
  font-size: 12px;
  font-weight: 400;
}

.\!font-light {
  font-weight: 300 !important;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

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

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

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}

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

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 245 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 170 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(138 145 151 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(130 136 142 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(104 109 113 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(78 81 85 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(61 63 66 / var(--tw-text-opacity, 1));
}

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

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

.text-success {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}

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

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

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

.opacity-75 {
  opacity: 0.75;
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-md {
  --tw-backdrop-blur: blur(12px);
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-display: swap;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
}

.ornament {
  height: 100%;
  width: 90%;
  --tw-bg-opacity: 1;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  clip-path: polygon(6% 8%, 100% 0, 100% 100%, 53% 100%, 53% 77%, 1% 78%, 1% 43%, 7% 43%);
}

.ornament.phiro-hcms {
  --tw-bg-opacity: 1;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1));
  clip-path: polygon(6% 8%, 100% 0, 100% 100%, 53% 100%, 53% 77%, 1% 78%, 1% 43%, 7% 43%);
}

.ornament.phiro-go {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
  clip-path: polygon(3% 0, 95% 0, 91% 72%, 100% 73%, 100% 98%, 3% 94%, 8% 29%, 0% 25%);
}

.ornament.hs-assess {
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
  clip-path: polygon(14% 13%, 72.04% 2.64%, 97.43% 32.97%, 100% 89%, 45% 100%, 36.32% 89%, 10.13% 94.18%, 0% 54.75%);
}

.ornament.phiro-board {
  --tw-bg-opacity: 1;
  background-color: rgb(23 162 184 / var(--tw-bg-opacity, 1));
  clip-path: polygon(37.17% 3.47%, 71.72% 16.25%, 100% 35.47%, 88.85% 86.82%, 45% 100%, 30.6% 75.41%, 2.63% 69.93%, 0% 16.25%);
}

.clip-feature {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -10;
  height: calc(100% + 32px);
  width: calc(100% + 32px);
  --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));
  clip-path: polygon(30.25% 0%, 3.96% 19.18%, 0% 63.7%, 24.73% 100%, 89.57% 96%, 100% 43.95%, 89.57% 5.31%);
}

.clip-image-feature.clip-image-first {
  clip-path: polygon(30.25% 0%, 3.96% 19.18%, 0% 63.7%, 24.73% 100%, 99.84% 99.82%, 99.83% 44.68%, 100.02% 0.03%);
}

.clip-image-feature.clip-image-last {
  clip-path: polygon(30.25% 0%, 0.02% 0.09%, 0% 100.06%, 24.73% 100%, 89.57% 96%, 100% 43.95%, 89.57% 5.31%);
}

@media (max-width: 767px) {
  .clip-image-feature {
    clip-path: none !important;
  }
}

.phiraka-timeline {
  display: flex;
  list-style-type: decimal;
  flex-direction: column;
}

.phiraka-timeline .timeline-item {
  counter-increment: phiraka;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: calc(100% - 64px);
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 191 213 / var(--tw-border-opacity, 1));
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 48px;
  padding-right: 48px;
}

.phiraka-timeline .timeline-item::before {
  position: absolute;
  top: 50%;
  display: flex !important;
  height: 64px;
  width: 64px;
  --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));
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(186 191 213 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(233 235 241 / var(--tw-bg-opacity, 1));
  font-size: 30px;
  line-height: 150%;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  --tw-content: counter(phiraka);
  content: var(--tw-content);
}

.phiraka-timeline .timeline-item:first-child {
  padding-top: 0px;
}

.phiraka-timeline .timeline-item:nth-child(odd) {
  border-right-width: 2px;
  padding-left: 0px;
}

.phiraka-timeline .timeline-item:nth-child(odd)::before {
  left: calc(100% - 64px + 1px);
  --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));
}

.phiraka-timeline .timeline-item:nth-child(even) {
  border-left-width: 2px;
  padding-inline-end: 0px;
}

.phiraka-timeline .timeline-item:nth-child(even)::before {
  left: -1px;
  --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));
}

.phiraka-timeline .timeline-item:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.form-input {
  margin-top: 8px;
  width: 100%;
  border-radius: 4px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-input:focus {
  border-color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 191 213 / var(--tw-ring-opacity, 1));
}

.form-input::-moz-placeholder {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}

.form-input::placeholder {
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
}

.form-checkbox > span, .wpcf7-acceptance > span {
  margin: 0px;
}

.form-checkbox > span label, .wpcf7-acceptance > span label {
  margin-top: 16px;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: flex-start;
  gap: 8px;
}

.form-checkbox > span label input, .wpcf7-acceptance > span label input {
  margin-top: 0.25rem;
}

.form-submit {
  cursor: pointer;
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.form-submit:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 45 107 / var(--tw-bg-opacity, 1));
}

.navbar.scrolled .form-submit:not(.mobile-cta-item .btn-primary) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.mobile-cta-item .form-submit,
.mobile-cta-item a.form-submit {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 15px;
  text-align: center;
  background-color: #203277;
  border-color: #203277;
  color: #ffffff;
}

.mobile-cta-item .form-submit:hover,
.mobile-cta-item a.form-submit:hover {
  background-color: #1D2D6B;
  color: #ffffff;
}

.navbar .mobile-cta-item .form-submit,
.navbar.scrolled .mobile-cta-item .form-submit,
.navbar.navbar--dark .mobile-cta-item .form-submit,
.navbar.navbar--light .mobile-cta-item .form-submit {
  color: #ffffff;
}

.form-submit[disabled] {
  cursor: not-allowed;
  --tw-border-opacity: 1;
  border-color: rgb(186 191 213 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(186 191 213 / var(--tw-bg-opacity, 1));
}

.cf7 form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cf7 form .wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}

.cf7 form .wpcf7-not-valid-tip::after {
  content: "\f311";
  font-family: "remixicon";
  margin-left: 4px;
}

.cf7 form.failed .wpcf7-response-output, .cf7 form.invalid .wpcf7-response-output {
  margin: 0px;
  border-radius: 8px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 53 69 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(220 53 69 / 0.1);
  padding: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(220 53 69 / var(--tw-text-opacity, 1));
}

.cf7 form.sent .wpcf7-response-output {
  margin: 0px;
  border-radius: 8px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(40 167 69 / var(--tw-border-opacity, 1)) !important;
  background-color: rgb(40 167 69 / 0.1);
  padding: 16px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}

.cf7 form.failed p:last-of-type, .cf7 form.invalid p:last-of-type, .cf7 form.sent p:last-of-type {
  margin-bottom: 8px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
  padding-bottom: 24px;
}

.cf7 .wpcf7-spinner {
  display: none;
}

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

@media (min-width: 768px) {
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
}

.floating-whatsapp > a {
  position: relative;
  display: block;
  height: 64px;
  width: 64px;
}

.floating-whatsapp > a > img {
  position: relative;
  z-index: 10;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  background-size: contain;
  background-position: center;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.floating-whatsapp > a > .whatsapp-message {
  visibility: hidden;
  position: absolute;
  top: 50%;
  inset-inline-end: 4px;
  --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));
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(57 171 72 / var(--tw-bg-opacity, 1));
  padding-top: 4px;
  padding-bottom: 4px;
  padding-inline-start: 8px;
  padding-inline-end: 48px;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  opacity: 0;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.floating-whatsapp:hover > a > img {
  animation: wobble 0.5s;
}

.floating-whatsapp:hover > a > .whatsapp-message {
  visibility: visible;
  inset-inline-end: 16px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  opacity: 1;
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes wobble {
  0%, 100% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
}

section[id] {
  scroll-margin-top: 59px;
}

.implementation-wrapper {
  margin-top: 32px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .implementation-wrapper {
    width: -moz-max-content;
    width: max-content;
  }
}

@media (max-width: 767px) {
  .implementation-wrapper {
    width: 100%;
  }
}

.implementation-items {
  will-change: transform;
  display: flex;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

@media (max-width: 767px) {
  .implementation-items {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
}

.implementation-items .implementation-item {
  position: relative;
  height: 400px;
  width: 150px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

@media (max-width: 767px) {
  .implementation-items .implementation-item {
    width: calc(100vw - 32px);
    flex-shrink: 0;
    border-radius: 8px;
  }

  .implementation-items .implementation-item img {
    --tw-grayscale: grayscale(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);
  }

  .implementation-items .implementation-item h3 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
  }
}

.implementation-items .implementation-item::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 25%;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.implementation-items .implementation-item.active {
  width: 25vw;
}

.implementation-items .implementation-item.active img {
  --tw-grayscale: grayscale(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);
}

.implementation-items .implementation-item.active h3 {
  font-size: 40px;
  line-height: 150%;
  font-weight: 700;
  --tw-text-opacity: 1;
}

@media (max-width: 767px) {
  .implementation-items .implementation-item.active {
    width: calc(100vw - 32px);
  }
}

.implementation-items .implementation-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

@media (max-width: 767px) {
  .implementation-items .implementation-item img {
    --tw-grayscale: grayscale(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);
  }
}

.implementation-items .implementation-item h3 {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  margin: 16px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (max-width: 767px) {
  .implementation-items .implementation-item h3 {
    --tw-text-opacity: 1;
  }
}

.btn-primary {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.btn-primary-outline {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary-soft {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(222 224 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(222 224 235 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 191 213 / var(--tw-bg-opacity, 1));
}

.btn-primary-ghost {
  display: inline-block;
  border-radius: 8px;
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-primary-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 235 241 / var(--tw-bg-opacity, 1));
}

.btn-secondary {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 122 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.btn-secondary-outline {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 122 255 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-secondary-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 122 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-secondary-soft {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(217 235 255 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(217 235 255 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-secondary-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(176 214 255 / var(--tw-bg-opacity, 1));
}

.btn-secondary-ghost {
  display: inline-block;
  border-radius: 8px;
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-secondary-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 242 255 / var(--tw-bg-opacity, 1));
}

.btn-neutral {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(173 181 189 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(173 181 189 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-neutral:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 170 / var(--tw-bg-opacity, 1));
}

.btn-neutral-outline {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(173 181 189 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-neutral-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(173 181 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-neutral-soft {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-neutral-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 232 235 / var(--tw-bg-opacity, 1));
}

.btn-neutral-ghost {
  display: inline-block;
  border-radius: 8px;
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(173 181 189 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-neutral-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 248 / var(--tw-bg-opacity, 1));
}

.btn-success {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-success:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 150 62 / var(--tw-bg-opacity, 1));
}

.btn-success-outline {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(40 167 69 / var(--tw-border-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-success-outline:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 167 69 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-success-soft {
  display: inline-block;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(223 242 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(223 242 227 / var(--tw-bg-opacity, 1));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-success-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 228 197 / var(--tw-bg-opacity, 1));
}

.btn-success-ghost {
  display: inline-block;
  border-radius: 8px;
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.btn-success-ghost:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 252 250 / var(--tw-bg-opacity, 1));
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(104 109 113 / var(--tw-text-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity, 1));
}

.page-numbers.current {
  --tw-border-opacity: 1;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.navbar {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100vw;
  padding-top: 10px;
  padding-bottom: 10px;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 768px) {
  .navbar {
    top: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.navbar.scrolled {
  top: 0px;
  border-top-width: 2px;
  border-bottom-width: 1px;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.navbar.scrolled .navbar-logo {
  filter: brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(800%) hue-rotate(210deg) brightness(80%) contrast(95%) !important;
}

.navbar.scrolled .navbar-divider {
  background-color: rgb(32 50 119 / 0.3) !important;
}

.navbar.scrolled .navbar-menus, .navbar.scrolled .navbar-menus a:not(.mobile-cta-item a) {
  --tw-text-opacity: 1 !important;
  color: rgb(32 50 119 / var(--tw-text-opacity, 1)) !important;
}

.navbar.scrolled .btn-menu-toggle i {
  --tw-text-opacity: 1 !important;
  color: rgb(32 50 119 / var(--tw-text-opacity, 1)) !important;
}

.navbar.scrolled .btn-primary:not(.mobile-cta-item .btn-primary) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(32 50 119 / var(--tw-bg-opacity, 1)) !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1280px) {
  .navbar.scrolled .header-menu > .menu-item > a:hover {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(32 50 119 / var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1)) !important;
  }
}

.navbar.navbar--dark:not(.scrolled) {
  background-color: transparent !important;
}

.navbar.navbar--dark:not(.scrolled) .navbar-logo {
  filter: brightness(0) invert(1) !important;
}

.navbar.navbar--dark:not(.scrolled) .navbar-divider {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.navbar.navbar--dark:not(.scrolled) .btn-menu-toggle i {
  color: #ffffff !important;
}

@media (min-width: 1280px) {
  .navbar.navbar--dark .header-menu > .menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .navbar.navbar--dark .header-menu > .menu-item > a:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .navbar.navbar--dark .header-menu > .menu-item.current-menu-item > a,
  .navbar.navbar--dark .header-menu > .menu-item.current-menu-parent > a,
  .navbar.navbar--dark .header-menu > .menu-item.current-menu-ancestor > a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .navbar.navbar--dark.scrolled .header-menu > .menu-item > a {
    --tw-text-opacity: 1 !important;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1)) !important;
  }

  .navbar.navbar--dark.scrolled .header-menu > .menu-item > a:hover {
    --tw-border-opacity: 1 !important;
    border-bottom-color: rgb(32 50 119 / var(--tw-border-opacity, 1)) !important;
    --tw-text-opacity: 1 !important;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1)) !important;
  }

  .navbar.navbar--dark.scrolled .header-menu > .menu-item.current-menu-item > a,
  .navbar.navbar--dark.scrolled .header-menu > .menu-item.current-menu-parent > a,
  .navbar.navbar--dark.scrolled .header-menu > .menu-item.current-menu-ancestor > a {
    --tw-text-opacity: 1 !important;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1)) !important;
  }
}

.navbar.navbar--light .navbar-logo.navbar-logo-dark {
  filter: brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(800%) hue-rotate(210deg) brightness(80%) contrast(95%);
}

@media (min-width: 1280px) {
  .navbar.navbar--light .header-menu > .menu-item > a {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar.navbar--light .header-menu > .menu-item > a:hover {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar.navbar--light .header-menu > .menu-item.current-menu-item > a,
  .navbar.navbar--light .header-menu > .menu-item.current-menu-parent > a,
  .navbar.navbar--light .header-menu > .menu-item.current-menu-ancestor > a {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }
}

.navbar.navbar--light.scrolled .navbar-logo.navbar-logo-dark {
  filter: brightness(0) saturate(100%) invert(18%) sepia(72%) saturate(800%) hue-rotate(210deg) brightness(80%) contrast(95%);
}

.navbar .header-menu {
  display: none;
}

@media (min-width: 1280px) {
  .navbar .header-menu {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .navbar .header-menu > .menu-item {
    position: relative;
  }

  .navbar .header-menu > .menu-item.current-menu-ancestor > a {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.menu-item-has-children > a::after {
    content: "\ea4e";
    font-family: "remixicon";
    margin-bottom: 4px;
    margin-inline-start: 8px;
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    line-height: 0;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .navbar .header-menu > .menu-item.menu-item-has-children > a.active::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));
  }

  .navbar .header-menu > .menu-item.current-menu-item > a, .navbar .header-menu > .menu-item.current-menu-parent > a {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item > a {
    margin-bottom: -2px;
    border-bottom-width: 2px;
    border-bottom-color: transparent;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-weight: 500;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-duration: 200ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .navbar .header-menu > .menu-item > .mega-panel {
    position: fixed;
    left: 0px;
    z-index: 999;
    margin-top: 10px;
    display: none;
    width: 100vw;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    top: 60px;
    max-height: 400px;
    box-shadow: 0 8px 40px rgba(17, 24, 39, 0.12), 0 2px 8px rgba(17, 24, 39, 0.06);
    animation: panelIn 0.16s ease;
  }

  .navbar .header-menu > .menu-item > .mega-panel.active {
    display: block;
  }

  @keyframes panelIn {
    from {
      opacity: 0;
      transform: translateY(-4px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .navbar .header-menu > .menu-item .mega-panel-inner {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    min-height: auto;
    max-height: 400px;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-panel-inner {
    flex-direction: row;
    min-height: auto;
    max-height: 400px;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar {
    display: flex;
    width: 250px;
    flex-shrink: 0;
    flex-direction: column;
    gap: 0px;
    border-right-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(247 248 248 / var(--tw-bg-opacity, 1));
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 8px;
    padding-right: 8px;
    overflow-y: auto;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .mega-sidebar-label {
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-top: 0px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(156 163 170 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs {
    margin: 0px;
    display: flex;
    list-style-type: none;
    flex-direction: column;
    gap: 0px;
    padding: 0px;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    gap: 8px;
    border-radius: 0.375rem;
    border-width: 1px;
    border-color: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-icon {
    display: flex;
    height: 1.25rem;
    width: 1.25rem;
    align-items: center;
    justify-content: center;
    font-size: 15px;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-icon i {
    font-size: 16px;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text {
    display: flex;
    flex-direction: column;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text .menu-title {
    font-weight: 500;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text .menu-description {
    display: none;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a:hover .menu-icon i {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a:hover .menu-text .menu-title {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a.active {
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a.active .menu-icon i {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a.active .menu-text .menu-title {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel {
    display: none;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-sidebar .mega-sidebar-divider {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    border: none;
    border-top: 1px solid #e6e8eb;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    max-height: 400px;
    min-height: 0;
    overflow: hidden;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content {
    flex: 1 1 0%;
    padding: 24px;
    overflow-y: auto;
    min-height: 0;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .sub-menu-header {
    margin-bottom: 16px;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .sub-menu-header h3 {
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .sub-menu-header p {
    font-size: 13px;
    --tw-text-opacity: 1;
    color: rgb(138 145 151 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0px;
    list-style-type: none;
    gap: 8px;
    padding: 0px;
    align-content: start;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item {
    width: 100%;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 16px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 241 / var(--tw-bg-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a:hover .menu-title {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a .menu-icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 241 / var(--tw-bg-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a .menu-icon i {
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a .menu-text {
    display: flex;
    flex-direction: column;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a .menu-text .menu-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(78 81 85 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .mega-content .feature-grid .menu-item > a .menu-text .menu-description {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(138 145 151 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-note {
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(138 145 151 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-note a {
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-note a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 122 255 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #1A56DB !important;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-link:hover {
    color: #007AFF !important;
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-link:hover i {
    transform: translateX(4px);
  }

  .navbar .header-menu > .menu-item.has-mega-vertical > .mega-panel .panel-footer .panel-footer-link i {
    font-size: 14px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-panel-inner {
    flex-direction: column;
    min-height: auto;
    max-height: 400px;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    max-height: 400px;
    min-height: 0;
    overflow: hidden;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal {
    flex: 1 1 0%;
    padding: 24px;
    overflow-y: auto;
    min-height: 0;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .sub-menu-header {
    margin-bottom: 16px;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .sub-menu-header h3 {
    margin-bottom: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .sub-menu-header p {
    font-size: 13px;
    --tw-text-opacity: 1;
    color: rgb(138 145 151 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin: 0px;
    list-style-type: none;
    gap: 8px;
    padding: 0px;
    align-content: start;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item {
    width: 100%;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 16px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a:hover {
    --tw-border-opacity: 1;
    border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 241 / var(--tw-bg-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a:hover .menu-title {
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-icon {
    display: flex;
    height: 2.5rem;
    width: 2.5rem;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(233 235 241 / var(--tw-bg-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-icon i {
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(32 50 119 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-text {
    display: flex;
    flex-direction: column;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-text .menu-title {
    display: block;
    font-size: 12px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(78 81 85 / var(--tw-text-opacity, 1));
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-text .menu-description {
    margin-top: 4px;
    font-size: 11px;
    line-height: 1.625;
    --tw-text-opacity: 1;
    color: rgb(138 145 151 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-note {
    font-size: 12px;
    --tw-text-opacity: 1;
    color: rgb(138 145 151 / var(--tw-text-opacity, 1));
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-note a {
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #1A56DB !important;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-note a:hover {
    color: #007AFF !important;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-link {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 600;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    color: #1A56DB !important;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-link:hover {
    color: #007AFF !important;
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-link:hover i {
    transform: translateX(4px);
  }

  .navbar .header-menu > .menu-item.has-mega-horizontal > .mega-panel .panel-footer .panel-footer-link i {
    font-size: 14px;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 200ms;
  }
}

.navbar .header-menu.show {
  position: fixed;
  left: 0px;
  z-index: 99;
  display: flex;
  width: 100vw;
  flex-direction: column;
  gap: 0px;
  overflow-y: auto;
  background-color: #ffffff;
}

.navbar .header-menu.show * {
  -webkit-tap-highlight-color: transparent;
}

.navbar .header-menu.show > .menu-item {
  width: 100%;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
}

.navbar .header-menu.show > .menu-item.menu-item-has-children:hover > .mega-panel, .navbar .header-menu.show > .menu-item.menu-item-has-children:hover > .sub-menu {
  display: none !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children:hover > .mega-panel.active, .navbar .header-menu.show > .menu-item.menu-item-has-children:hover > .sub-menu.active {
  display: block !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  color: #111827;
  font-size: 15px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a:hover {
  background-color: transparent !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a::after {
  content: "\ea4e";
  font-family: "remixicon";
  color: #9CA3AF;
  font-size: 14px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a.active::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));
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a .menu-icon,
.navbar .header-menu.show > .menu-item.menu-item-has-children > a .menu-description {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a .menu-text {
  display: contents;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a .menu-text .menu-title {
  color: #111827;
  font-size: 13px;
  font-weight: 500;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > a .menu-text .menu-description {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: static !important;
  box-shadow: none !important;
  border: none !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel.active,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu.active {
  display: block;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-panel-inner,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-panel-inner {
  flex-direction: column;
  padding: 0px;
  min-height: auto;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar {
  width: 100%;
  border-style: none;
  background-color: transparent;
  padding: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .mega-sidebar-label,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .mega-sidebar-label {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .mega-sidebar-divider,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar hr.mega-sidebar-divider,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs.jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar ul.jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar ul.sidebar-tabs.jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .mega-sidebar-divider,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar hr.mega-sidebar-divider,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs.jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar ul.jelajahi-links,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar ul.sidebar-tabs.jelajahi-links {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  overflow: hidden !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .mega-sidebar-label:last-of-type,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .mega-sidebar-label:last-of-type {
  display: none !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item {
  border-bottom-width: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a {
  pointer-events: none;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 0px;
  border-style: none;
  background-color: transparent;
  padding: 16px 24px 8px 24px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-icon,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a .menu-icon {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text .menu-title,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text .menu-title {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: #1A56DB;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text .menu-description,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a .menu-text .menu-description {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a::after,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a::after {
  display: none !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > a:hover,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > a:hover {
  background-color: transparent !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel {
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  position: static !important;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .sub-menu-header,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .sub-menu-header {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  padding: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 24px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-icon,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-icon i,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-icon i {
  font-size: 16px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-text,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-text {
  display: flex;
  flex-direction: column;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-text .menu-title,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-text .menu-title {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-text .menu-description,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a .menu-text .menu-description {
  font-size: 12px;
  color: #6B7280;
  margin-top: 4px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a:hover,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 248 / var(--tw-bg-opacity, 1));
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item:last-child,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-sidebar .sidebar-tabs > .menu-item > .mega-tab-panel .feature-grid .menu-item:last-child {
  border-bottom-width: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal {
  padding: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .sub-menu-header,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .sub-menu-header {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 0px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 12px 24px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-icon,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a .menu-icon {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-icon i,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a .menu-icon i {
  font-size: 16px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-text,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a .menu-text {
  display: flex;
  flex-direction: column;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-text .menu-title,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a .menu-text .menu-title {
  font-size: 13px;
  font-weight: 500;
  color: #111827;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a .menu-text .menu-description,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a .menu-text .menu-description {
  font-size: 12px;
  color: #6B7280;
  margin-top: 4px;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content-horizontal .feature-grid .menu-item > a:hover,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content-horizontal .feature-grid .menu-item > a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 248 248 / var(--tw-bg-opacity, 1));
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .mega-content,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .mega-content {
  display: none;
}

.navbar .header-menu.show > .menu-item.menu-item-has-children > .mega-panel .panel-footer,
.navbar .header-menu.show > .menu-item.menu-item-has-children > .sub-menu .panel-footer {
  display: none !important;
}

.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 244 245 / var(--tw-border-opacity, 1));
}

.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) > a {
  display: flex;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  color: #111827;
  font-size: 15px;
}

.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) > a .menu-icon,
.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) > a .menu-description {
  display: none;
}

.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) > a .menu-text {
  display: contents;
}

.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) > a .menu-text .menu-title {
  color: #111827;
  font-size: 13px;
  font-weight: 500;
}

.navbar .header-menu.show > .menu-item:not(.menu-item-has-children) > a .menu-text .menu-description {
  display: none;
}
.desktop-cta{
  font-size:14px;
}

@media (max-width: 1279px) {
  .desktop-cta {
    display: none !important;
  }
}

.mobile-cta-item {
  width: 100%;
  padding: 24px;
}

.mobile-cta-item .btn-primary,
.mobile-cta-item a.btn-primary {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px !important;
  text-align: center !important;
  background-color: #203277 !important;
  border-color: #203277 !important;
  color: #ffffff !important;
}

.mobile-cta-item .btn-primary:hover,
.mobile-cta-item a.btn-primary:hover {
  background-color: #1D2D6B !important;
  color: #ffffff !important;
}

.navbar .mobile-cta-item .btn-primary,
.navbar.scrolled .mobile-cta-item .btn-primary,
.navbar.navbar--dark .mobile-cta-item .btn-primary,
.navbar.navbar--light .mobile-cta-item .btn-primary {
  color: #ffffff !important;
}

.mega-backdrop {
  position: fixed;
  inset: 0px;
  z-index: 98;
  display: none;
  background-color: rgb(0 0 0 / 0.2);
  top: 60px;
  animation: fadeIn 0.15s ease;
}

.mega-backdrop.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.menu-icon.fi-blue {
  background-color: #dbeafe !important;
  border-radius: 3px;
}

.menu-icon.fi-blue i {
  color: #203277 !important;
}

.menu-icon.fi-teal {
  background-color: #ccfbf1 !important;
}

.menu-icon.fi-teal i {
  color: #0f6e56 !important;
}

.menu-icon.fi-purple {
  background-color: #ede9fe !important;
}

.menu-icon.fi-purple i {
  color: #7c3aed !important;
}

.menu-icon.fi-amber {
  background-color: #fef3c7 !important;
}

.menu-icon.fi-amber i {
  color: #d97706 !important;
}

.menu-icon.fi-coral {
  background-color: #fee2e2 !important;
}

.menu-icon.fi-coral i {
  color: #dc2626 !important;
}

.menu-icon.fi-green {
  background-color: #dcfce7 !important;
}

.menu-icon.fi-green i {
  color: #16a34a !important;
}

.mega-content::-webkit-scrollbar,
.mega-content-horizontal::-webkit-scrollbar,
.mega-sidebar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.mega-content::-webkit-scrollbar-track,
.mega-content-horizontal::-webkit-scrollbar-track,
.mega-sidebar::-webkit-scrollbar-track {
  background: linear-gradient(to right, transparent 0%, #f3f4f6 50%, transparent 100%);
  border-radius: 100px;
  margin: 12px 4px;
}

.mega-content::-webkit-scrollbar-thumb,
.mega-content-horizontal::-webkit-scrollbar-thumb,
.mega-sidebar::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c7d2fe 0%, #a5b4fc 50%, #818cf8 100%);
  border-radius: 100px;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.mega-content::-webkit-scrollbar-thumb:hover,
.mega-content-horizontal::-webkit-scrollbar-thumb:hover,
.mega-sidebar::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #a5b4fc 0%, #818cf8 50%, #6366f1 100%);
  box-shadow: inset 0 0 0 1px rgba(99, 102, 241, 0.2), 0 2px 8px rgba(99, 102, 241, 0.25);
}

.mega-content::-webkit-scrollbar-thumb:active,
.mega-content-horizontal::-webkit-scrollbar-thumb:active,
.mega-sidebar::-webkit-scrollbar-thumb:active {
  background: linear-gradient(180deg, #818cf8 0%, #6366f1 50%, #4f46e5 100%);
}

.mega-content,
.mega-content-horizontal,
.mega-sidebar {
  scrollbar-width: thin;
  scrollbar-color: #a5b4fc #f3f4f6;
  scroll-behavior: smooth;
}

.mega-content::-webkit-scrollbar-thumb,
.mega-content-horizontal::-webkit-scrollbar-thumb {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.mega-content:hover::-webkit-scrollbar-thumb,
.mega-content-horizontal:hover::-webkit-scrollbar-thumb {
  opacity: 1;
}

@media (max-width: 1279px) {
  .panel-footer {
    display: none !important;
  }

  hr.mega-sidebar-divider,
  .mega-sidebar-divider,
  ul.jelajahi-links,
  ul.sidebar-tabs.jelajahi-links,
  .sidebar-tabs.jelajahi-links,
  .jelajahi-links {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mega-sidebar > .mega-sidebar-label:nth-of-type(2),
  .mega-sidebar > hr + .mega-sidebar-label,
  .mega-sidebar .mega-sidebar-label:last-of-type {
    display: none !important;
  }

  .mega-sidebar > hr,
  .mega-sidebar > ul.sidebar-tabs:last-of-type {
    display: none !important;
  }
}

/**
* Tabs Version 2
**/

.tabs-two-container.grayscale-at-inactive .tabs-nav .tabs-nav-button:not(.active) img {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tabs-two-container.grayscale-at-inactive .tabs-nav .tabs-nav-button:hover img {
  --tw-grayscale: grayscale(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);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tabs-two-container .tabs-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.tabs-two-container .tabs-nav .tabs-nav-button {
  border-bottom-width: 2px;
  border-color: transparent;
  padding: 16px;
  padding-top: 0px;
}

.tabs-two-container .tabs-nav .tabs-nav-button.active {
  --tw-border-opacity: 1;
  border-color: rgb(32 50 119 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tabs-two-container .tabs-nav .tabs-nav-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 191 213 / var(--tw-border-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.tabs-two-container .tabs-content .tabs-content-item {
  display: none;
}

.tabs-two-container .tabs-content .tabs-content-item.active {
  display: block;
}

.accordion,
.accordion-flush {
  display: flex;
  flex-direction: column;
  gap: 16px;
  overflow: hidden;
}

.accordion-item,
.accordion-flush-item {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  border-left-color: transparent;
  border-right-color: transparent;
  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.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-item.item-active,
.accordion-flush-item.item-active {
  border-radius: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  border-right-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  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.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.accordion-header,
.accordion-flush-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}

.accordion-header:hover,
.accordion-flush-header:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 245 / var(--tw-bg-opacity, 1));
}

.accordion-header:focus,
.accordion-flush-header:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accordion-body,
.accordion-flush-body {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  padding: 24px;
}

.hero {
  gap: 150px;
}

.wrapper-core {
  background-image: url(../img/img-bg-phiro-core.avif);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  min-height: 500px;
  width: 100%;
  max-width: 500px;
  background-position: center center;
}

.home-section .home-wrapper {
  background-image: url("../img/bg-hero.avif");
  display: flex;
  padding-bottom: 100px;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
}

.card-payroll-organization {
  position: absolute;
  top: 30%;
  right: -80px;
  width: 350px;
  z-index: 20;
}

.card-payroll-hero {
  position: absolute;
  bottom: 80px;
  left: -90px;
  width: 240px;
  z-index: 20;
}

.home-section .home-wrapper {
  background-image: url("../img/bg-hero.avif");
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
}

.home-section .home-wrapper > * {
  margin-top: 48px;
}

html {
  scroll-behavior: smooth;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:h-\[300px\]::after {
  content: var(--tw-content);
  height: 300px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

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

.after\:from-white::after {
  content: var(--tw-content);
  --tw-gradient-from: #fff 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);
}

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

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

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

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

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

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

.data-\[state\=center\]\:mx-auto[data-state="center"] {
  margin-left: auto;
  margin-right: auto;
}

.data-\[state\=center\]\:justify-center[data-state="center"] {
  justify-content: center;
}

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

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

  .md\:sticky {
    position: sticky;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:my-base {
    margin-top: 16px;
    margin-bottom: 16px;
  }

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

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

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

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

  .md\:h-28 {
    height: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-16 {
    gap: 4rem;
  }

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

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

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

  .md\:gap-sm {
    gap: 8px;
  }

  .md\:gap-xl {
    gap: 32px;
  }

  .md\:rounded-l-base {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  .md\:rounded-r-base {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

  .md\:border-e {
    border-inline-end-width: 1px;
  }

  .md\:border-t-0 {
    border-top-width: 0px;
  }

  .md\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(230 232 235 / var(--tw-border-opacity, 1));
  }

  .md\:bg-\[radial-gradient\(220px_at_center\2c _var\(--tw-gradient-stops\)\)\] {
    background-image: radial-gradient(220px at center, var(--tw-gradient-stops));
  }

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

  .md\:p-3xl {
    padding: 64px;
  }

  .md\:p-xl {
    padding: 32px;
  }

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

  .md\:py-3xl {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .md\:py-xl {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .md\:pe-xl {
    padding-inline-end: 32px;
  }

  .md\:ps-xl {
    padding-inline-start: 32px;
  }

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

  .md\:pt-36 {
    padding-top: 9rem;
  }

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

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

  .md\:text-base {
    font-size: 16px;
    font-weight: 400;
  }

  .md\:text-h1 {
    font-size: 40px;
    line-height: 150%;
    font-weight: 700;
  }

  .md\:text-h2 {
    font-size: 30px;
    line-height: 150%;
    font-weight: 700;
  }

  .md\:text-h3 {
    font-size: 24px;
    line-height: 150%;
    font-weight: 700;
  }

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

  .md\:text-p {
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
  }

  .md\:text-sm {
    font-size: 14px;
    font-weight: 400;
  }

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

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

@media (min-width: 1024px) {
  .lg\:min-h-\[140vh\] {
    min-height: 140vh;
  }
}

@media (min-width: 1280px) {
  .xl\:hidden {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */