/*
! tailwindcss v3.4.0 | 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 */
  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,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

::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:  ;
}
.font-primary {
    font-family: "Poppins", sans-serif;
  }
.font-secondary {
    font-family: "Roboto", "sans-serif";
  }
.fluid-fs {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));
  }
.heading1 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h1);
    --min-fs: var(--text-h1-min);
    line-height: 1.5;
  }
.heading2 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h2);
    --min-fs: var(--text-h2-min);
    line-height: 1.5;
  }
.heading3 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h3);
    --min-fs: var(--text-h3-min);
    line-height: 1.25;
  }
.heading4 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h4);
    --min-fs: var(--text-h4-min);
    line-height: 1.25;
  }
.heading5 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h5);
    --min-fs: var(--text-h5-min);
    line-height: 1.5;
  }
.heading6 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h6);
    --min-fs: var(--text-h6-min);
    line-height: 1.5;
  }
.text-body-1 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-body-1);
    --min-fs: var(--text-body-1-min);
    line-height: 1.5;
  }
.text-body-2 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-body-2);
    --min-fs: var(--text-body-2-min);
    line-height: 1.5;
  }
.text-body-3 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-body-3);
    --min-fs: var(--text-body-3-min);
    line-height: 1.5;
  }
.text-36 {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-36);
    --min-fs: var(--text-36-min);
    line-height: 1.5;
  }
/* 12px */
/* 14px */
.fs-sm {
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 1536px) {

  .fs-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
/* 16px */
.fs-base {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {

  .fs-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
/* 18px */
.fs-lg {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1536px) {

  .fs-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
/* 20px */
.fs-xl {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 640px) {

  .fs-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .fs-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
/* 24px */
.fs-2xl {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1280px) {

  .fs-2xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .fs-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* 30px */
.fs-3xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 1280px) {

  .fs-3xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {

  .fs-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
/* 36px */
.fs-4xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
@media (min-width: 768px) {

  .fs-4xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1280px) {

  .fs-4xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1536px) {

  .fs-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
/* 48px */
.fs-5xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {

  .fs-5xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px) {

  .fs-5xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1536px) {

  .fs-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
/* 60px */
.fs-6xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
@media (min-width: 768px) {

  .fs-6xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
@media (min-width: 1280px) {

  .fs-6xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .fs-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
/* 72px */
.fs-7xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
@media (min-width: 640px) {

  .fs-7xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1025px) {

  .fs-7xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .fs-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
/* 96px */
.fs-8xl {
  font-size: 3rem;
  line-height: 1;
}
@media (min-width: 640px) {

  .fs-8xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {

  .fs-8xl {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1536px) {

  .fs-8xl {
    font-size: 6rem;
    line-height: 1;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-bottom-28 {
  bottom: -7rem;
}
.-bottom-\[1\.625rem\] {
  bottom: -1.625rem;
}
.-bottom-\[10\%\] {
  bottom: -10%;
}
.-bottom-px {
  bottom: -1px;
}
.-right-5 {
  right: -1.25rem;
}
.-right-\[15\%\] {
  right: -15%;
}
.-top-1 {
  top: -0.25rem;
}
.-top-14 {
  top: -3.5rem;
}
.-top-16 {
  top: -4rem;
}
.-top-3 {
  top: -0.75rem;
}
.-top-\[10\%\] {
  top: -10%;
}
.-top-\[20\%\] {
  top: -20%;
}
.-top-\[2px\] {
  top: -2px;
}
.-top-\[50px\] {
  top: -50px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[unset\] {
  bottom: unset;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-5 {
  left: 1.25rem;
}
.left-\[14\%\] {
  left: 14%;
}
.left-\[22\%\] {
  left: 22%;
}
.left-\[4\.25rem\] {
  left: 4.25rem;
}
.left-\[47\%\] {
  left: 47%;
}
.left-\[6\%\] {
  left: 6%;
}
.left-\[calc\(50\%-50px\)\] {
  left: calc(50% - 50px);
}
.left-\[unset\] {
  left: unset;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-10 {
  right: 2.5rem;
}
.right-20 {
  right: 5rem;
}
.right-32 {
  right: 8rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[-11\%\] {
  right: -11%;
}
.right-\[-8px\] {
  right: -8px;
}
.right-\[10\%\] {
  right: 10%;
}
.right-\[180px\] {
  right: 180px;
}
.right-\[2\%\] {
  right: 2%;
}
.right-\[20\.6\%\] {
  right: 20.6%;
}
.right-\[35\.3\%\] {
  right: 35.3%;
}
.right-\[50\%\] {
  right: 50%;
}
.right-\[calc\(50\%-59px\)\] {
  right: calc(50% - 59px);
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-40 {
  top: 10rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-\[-20px\] {
  top: -20px;
}
.top-\[-8px\] {
  top: -8px;
}
.top-\[100\%\] {
  top: 100%;
}
.top-\[103\%\] {
  top: 103%;
}
.top-\[10px\] {
  top: 10px;
}
.top-\[12\%\] {
  top: 12%;
}
.top-\[160px\] {
  top: 160px;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[270px\] {
  top: 270px;
}
.top-\[30\%\] {
  top: 30%;
}
.top-\[35\%\] {
  top: 35%;
}
.top-\[45\%\] {
  top: 45%;
}
.top-\[63\%\] {
  top: 63%;
}
.top-\[70\%\] {
  top: 70%;
}
.top-\[75px\] {
  top: 75px;
}
.top-\[unset\] {
  top: unset;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[-2\] {
  z-index: -2;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[12\] {
  z-index: 12;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2000\] {
  z-index: 2000;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[9999\] {
  z-index: 9999;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[9\] {
  z-index: 9;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.float-right {
  float: right;
}
.m-0 {
  margin: 0px;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-auto {
  margin: auto;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-ml-12 {
  margin-left: -3rem;
}
.-ml-5 {
  margin-left: -1.25rem;
}
.-mt-10 {
  margin-top: -2.5rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-24 {
  margin-top: -6rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-\[23px\] {
  margin-bottom: 23px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-\[16px\] {
  margin-left: 16px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mr-12 {
  margin-right: 3rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mr-\[50px\] {
  margin-right: 50px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[-45px\] {
  margin-top: -45px;
}
.mt-\[\.3rem\] {
  margin-top: .3rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mt-\[var\(--header-height\)\] {
  margin-top: var(--header-height);
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-\[109\/40\] {
  aspect-ratio: 109/40;
}
.aspect-\[126\/51\] {
  aspect-ratio: 126/51;
}
.aspect-\[139\/63\] {
  aspect-ratio: 139/63;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}
.aspect-\[160\/160\] {
  aspect-ratio: 160/160;
}
.aspect-\[2500\/1640\] {
  aspect-ratio: 2500/1640;
}
.aspect-\[320\/58\] {
  aspect-ratio: 320/58;
}
.aspect-\[40\/40\] {
  aspect-ratio: 40/40;
}
.aspect-\[515\/432\] {
  aspect-ratio: 515/432;
}
.aspect-\[551\/367\] {
  aspect-ratio: 551/367;
}
.aspect-\[567\/840\] {
  aspect-ratio: 567/840;
}
.aspect-\[998\/561\] {
  aspect-ratio: 998/561;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-0 {
  height: 0px;
}
.h-1 {
  height: 0.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-96 {
  height: 24rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[142px\] {
  height: 142px;
}
.h-\[170px\] {
  height: 170px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[315px\] {
  height: 315px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[35px\] {
  height: 35px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[70px\] {
  height: 70px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-max {
  height: -moz-max-content;
  height: max-content;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-\[190px\] {
  max-height: 190px;
}
.max-h-\[90px\] {
  max-height: 90px;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[12\.5rem\] {
  min-height: 12.5rem;
}
.min-h-\[14px\] {
  min-height: 14px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[21\.5rem\] {
  min-height: 21.5rem;
}
.min-h-\[210px\] {
  min-height: 210px;
}
.min-h-\[311px\] {
  min-height: 311px;
}
.min-h-\[450px\] {
  min-height: 450px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[600px\] {
  min-height: 600px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\/6 {
  width: 33.333333%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-40 {
  width: 10rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-96 {
  width: 24rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[153px\] {
  width: 153px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[184px\] {
  width: 184px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[350px\] {
  width: 350px;
}
.w-\[35px\] {
  width: 35px;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[560px\] {
  width: 560px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[7\.5rem\] {
  width: 7.5rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[14px\] {
  min-width: 14px;
}
.min-w-\[15ch\] {
  min-width: 15ch;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1074px\] {
  max-width: 1074px;
}
.max-w-\[1090px\] {
  max-width: 1090px;
}
.max-w-\[11\.25rem\] {
  max-width: 11.25rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[126px\] {
  max-width: 126px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[139px\] {
  max-width: 139px;
}
.max-w-\[1442px\] {
  max-width: 1442px;
}
.max-w-\[15ch\] {
  max-width: 15ch;
}
.max-w-\[1600px\] {
  max-width: 1600px;
}
.max-w-\[1700px\] {
  max-width: 1700px;
}
.max-w-\[18\.75rem\] {
  max-width: 18.75rem;
}
.max-w-\[18px\] {
  max-width: 18px;
}
.max-w-\[1920px\] {
  max-width: 1920px;
}
.max-w-\[2\.5rem\] {
  max-width: 2.5rem;
}
.max-w-\[20\%\] {
  max-width: 20%;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[30\%\] {
  max-width: 30%;
}
.max-w-\[30rem\] {
  max-width: 30rem;
}
.max-w-\[34px\] {
  max-width: 34px;
}
.max-w-\[450px\] {
  max-width: 450px;
}
.max-w-\[5\.75rem\] {
  max-width: 5.75rem;
}
.max-w-\[50\.25rem\] {
  max-width: 50.25rem;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[51\.25rem\] {
  max-width: 51.25rem;
}
.max-w-\[52\.5rem\] {
  max-width: 52.5rem;
}
.max-w-\[551px\] {
  max-width: 551px;
}
.max-w-\[5rem\] {
  max-width: 5rem;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[780px\] {
  max-width: 780px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[87\.625rem\] {
  max-width: 87.625rem;
}
.max-w-\[870px\] {
  max-width: 870px;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[930px\] {
  max-width: 930px;
}
.max-w-\[var\(--container-width\)\] {
  max-width: var(--container-width);
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-3xl {
  max-width: 1910px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[2\] {
  flex: 2;
}
.flex-\[3\] {
  flex: 3;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.basis-10 {
  flex-basis: 2.5rem;
}
.basis-20 {
  flex-basis: 5rem;
}
.basis-44 {
  flex-basis: 11rem;
}
.basis-\[5\.75rem\] {
  flex-basis: 5.75rem;
}
.origin-\[50\%_0\%\] {
  transform-origin: 50% 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-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-4 {
  --tw-translate-x: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/3 {
  --tw-translate-y: -33.333333%;
  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-\[-200px\] {
  --tw-translate-y: -200px;
  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-\[-50px\] {
  --tw-translate-y: -50px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[200\%\] {
  --tw-translate-y: 200%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-0 {
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.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-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-9 {
  row-gap: 2.25rem;
}
.gap-y-\[60px\] {
  row-gap: 60px;
}
.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.divide-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(4px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(4px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-themeSecondary > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 174 0 / var(--tw-divide-opacity));
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-ellipsis {
  text-overflow: ellipsis;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[14\%\] {
  border-radius: 14%;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[26px\] {
  border-radius: 26px;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}
.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}
.rounded-tl-\[16px\] {
  border-top-left-radius: 16px;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.\!border-0 {
  border-width: 0px !important;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-\[0\.5px\] {
  border-width: 0.5px;
}
.border-\[1\.625rem\] {
  border-width: 1.625rem;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[0\.5px\] {
  border-bottom-width: 0.5px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-t-\[12px\] {
  border-top-width: 12px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-\[\#011820\] {
  --tw-border-opacity: 1;
  border-color: rgb(1 24 32 / var(--tw-border-opacity));
}
.border-\[\#12CA8C\] {
  --tw-border-opacity: 1;
  border-color: rgb(18 202 140 / var(--tw-border-opacity));
}
.border-\[\#1bc5bd\] {
  --tw-border-opacity: 1;
  border-color: rgb(27 197 189 / var(--tw-border-opacity));
}
.border-\[\#2E475D\] {
  --tw-border-opacity: 1;
  border-color: rgb(46 71 93 / var(--tw-border-opacity));
}
.border-\[\#7691AD\] {
  --tw-border-opacity: 1;
  border-color: rgb(118 145 173 / var(--tw-border-opacity));
}
.border-\[\#AA0422\] {
  --tw-border-opacity: 1;
  border-color: rgb(170 4 34 / var(--tw-border-opacity));
}
.border-\[\#f2f2f2\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-\[color\:var\(--bg-color\)\] {
  border-color: var(--bg-color);
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-light {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity));
}
.border-secondary\/5 {
  border-color: rgb(90 90 90 / 0.05);
}
.border-themePrimary {
  --tw-border-opacity: 1;
  border-color: rgb(49 177 134 / var(--tw-border-opacity));
}
.border-b-transparent {
  border-bottom-color: transparent;
}
.border-l-themePrimary {
  --tw-border-opacity: 1;
  border-left-color: rgb(49 177 134 / var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-\[\#00DB92\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 219 146 / var(--tw-border-opacity));
}
.border-opacity-70 {
  --tw-border-opacity: 0.7;
}
.bg-\[\#00000073\] {
  background-color: #00000073;
}
.bg-\[\#00DB921A\] {
  background-color: #00DB921A;
}
.bg-\[\#00DB92\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 219 146 / var(--tw-bg-opacity));
}
.bg-\[\#020202\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 2 2 / var(--tw-bg-opacity));
}
.bg-\[\#12CA8C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(18 202 140 / var(--tw-bg-opacity));
}
.bg-\[\#1BC5BD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 197 189 / var(--tw-bg-opacity));
}
.bg-\[\#1b644c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 100 76 / var(--tw-bg-opacity));
}
.bg-\[\#AA0422\] {
  --tw-bg-opacity: 1;
  background-color: rgb(170 4 34 / var(--tw-bg-opacity));
}
.bg-\[\#CDCDCD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity));
}
.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}
.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#FBEFD5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 239 213 / var(--tw-bg-opacity));
}
.bg-\[\#FFAE00\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
}
.bg-\[\#d9d9d914\] {
  background-color: #d9d9d914;
}
.bg-\[\#d9d9d975\] {
  background-color: #d9d9d975;
}
.bg-\[\#f2f2f2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-\[\#f3f6f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-\[\#fafafa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-\[\#fefefe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 254 254 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-\[\#ffffff55\] {
  background-color: #ffffff55;
}
.bg-\[color\:var\(--bg-color\)\] {
  background-color: var(--bg-color);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.bg-primary\/40 {
  background-color: rgb(33 33 33 / 0.4);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(90 90 90 / var(--tw-bg-opacity));
}
.bg-secondary\/80 {
  background-color: rgb(90 90 90 / 0.8);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-themePrimary {
  --tw-bg-opacity: 1;
  background-color: rgb(49 177 134 / var(--tw-bg-opacity));
}
.bg-themePrimary\/10 {
  background-color: rgb(49 177 134 / 0.1);
}
.bg-themeSecondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-white {
  fill: #fff;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-32 {
  padding: 8rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[4\.125rem\] {
  padding-left: 4.125rem;
  padding-right: 4.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-28 {
  padding-bottom: 7rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[6px\] {
  padding-bottom: 6px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-\[50px\] {
  padding-left: 50px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pr-\[5px\] {
  padding-right: 5px;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-80 {
  padding-top: 20rem;
}
.pt-\[12px\] {
  padding-top: 12px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[43px\] {
  padding-top: 43px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.align-middle {
  vertical-align: middle;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[100px\] {
  font-size: 100px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[90px\] {
  font-size: 90px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[0\.9\] {
  line-height: 0.9;
}
.leading-\[0\] {
  line-height: 0;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[100px\] {
  line-height: 100px;
}
.leading-\[110\%\] {
  line-height: 110%;
}
.leading-\[normal\] {
  line-height: normal;
}
.leading-loose {
  line-height: 2;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.37em\] {
  letter-spacing: 0.37em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#00DB92\] {
  --tw-text-opacity: 1;
  color: rgb(0 219 146 / var(--tw-text-opacity));
}
.text-\[\#0B8484\] {
  --tw-text-opacity: 1;
  color: rgb(11 132 132 / var(--tw-text-opacity));
}
.text-\[\#213343\] {
  --tw-text-opacity: 1;
  color: rgb(33 51 67 / var(--tw-text-opacity));
}
.text-\[\#2E475D\] {
  --tw-text-opacity: 1;
  color: rgb(46 71 93 / var(--tw-text-opacity));
}
.text-\[\#2e475d\] {
  --tw-text-opacity: 1;
  color: rgb(46 71 93 / var(--tw-text-opacity));
}
.text-\[\#516F90\] {
  --tw-text-opacity: 1;
  color: rgb(81 111 144 / var(--tw-text-opacity));
}
.text-\[\#516f90\] {
  --tw-text-opacity: 1;
  color: rgb(81 111 144 / var(--tw-text-opacity));
}
.text-\[\#5A5A5A\] {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}
.text-\[\#767272\] {
  --tw-text-opacity: 1;
  color: rgb(118 114 114 / var(--tw-text-opacity));
}
.text-\[\#A2AABB\] {
  --tw-text-opacity: 1;
  color: rgb(162 170 187 / var(--tw-text-opacity));
}
.text-\[\#E4E4E4\] {
  --tw-text-opacity: 1;
  color: rgb(228 228 228 / var(--tw-text-opacity));
}
.text-\[\#F7F7F7\] {
  --tw-text-opacity: 1;
  color: rgb(247 247 247 / var(--tw-text-opacity));
}
.text-\[\#FFAE00\] {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
}
.text-\[\#ffae00\] {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-dark\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-light {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-light\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}
.text-secondary\/60 {
  color: rgb(90 90 90 / 0.6);
}
.text-secondary\/70 {
  color: rgb(90 90 90 / 0.7);
}
.text-themePrimary {
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
}
.text-themeSecondary {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.opacity-\[80\%\] {
  opacity: 80%;
}
.opacity-\[85\%\] {
  opacity: 85%;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0 10px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0 10px 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-\[0_0px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0px 10px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0px 10px 0px 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-\[0_0px_5px_5px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 0px 5px 5px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0px 5px 5px 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-\[0_3px_9px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 3px 9px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 3px 9px 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-\[0_5px_10px_0px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 5px 10px 0px rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 5px 10px 0px 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-\[0_5px_27px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 5px 27px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 5px 27px 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-\[0px_0px_17px_0px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0px 0px 17px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0px 0px 17px 0px 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-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);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-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-opacity {
  transition-property: opacity;
  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;
}
.delay-300 {
  transition-delay: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-\[300ms\] {
  transition-duration: 300ms;
}
.duration-\[400ms\] {
  transition-duration: 400ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* Third Party Libraries */
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}
.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube{overflow:visible}
.swiper-cube .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}
.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;backface-visibility:hidden}
.swiper-creative .swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}
.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{transform-origin:center bottom;backface-visibility:hidden;overflow:hidden}
/* Configure all fonts here */
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Light.woff2?637098c0f0f9c16b3777e7f80e37856a) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Regular.woff2?9dee320bc357a8f2189e534a1894e989) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-SemiBold.woff2?7cc92f8d2555cad068304e1bb57161a5) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-Bold.woff2?b04bc1f9c93f55e59f63659dd3e715d8) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Light-webfont.woff?0ee1beee97841f0345fd5a33e87be77a) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular-webfont.woff?ccc2dd0b454fbaab2a3c3f057b1573a7) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Bold-webfont.woff?e806af2d163b11d8844cd5aedd7b5df9) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
:root {
  --min-vw: 640;
  --max-vw: 1920;

  /* convert to px */
  --min-vw-px: calc(var(--min-vw) * 1px);
  --max-vw-px: calc(var(--max-vw) * 1px);

  /* font sizes at --max-vw */
  --text-h1: 50;
  --text-h2: 44;
  --text-h3: 32;
  --text-h4: 28;
  --text-h5: 24;
  --text-h6: 20;
  --text-body-1: 20;
  --text-body-2: 18;
  --text-body-3: 16;
  --text-base: 16;
  --text-36: 36;

  /* font sizes at --min-vw */
  --text-h1-min: calc(var(--text-h1) * 0.425);
  --text-h2-min: calc(var(--text-h2) * 0.5);
  --text-h3-min: calc(var(--text-h3) * 0.6);
  --text-h4-min: calc(var(--text-h4) * 0.7);
  --text-h5-min: calc(var(--text-h5) * 0.75);
  --text-h6-min: calc(var(--text-h6) * 0.75);
  --text-body-1-min: calc(var(--text-body-1) * 0.7);
  --text-body-2-min: calc(var(--text-body-2) * 0.75);
  --text-body-3-min: calc(var(--text-body-3) * 0.75);
  --text-36-min: calc(var(--text-36) * 0.6);
  --text-base-min: 14;

/* vo original */
  --base: 1rem;
  --xs: 0.55rem;
  --sm: 0.875rem;
  --lg: 1.125rem;
  --xl: 1.25rem;
  --2xl: 1.5rem;
  --3xl: 1.875rem;
  --4xl: 2.25rem;
  --5xl: 3rem;
  --6xl: 3.75rem;
  --7xl: 4.5rem;
  --8xl: 6rem;
  --container-width: 1536px;
  --themePrimary: 0 219 146;
  /* --themePrimayDark: 15 181 125; */
  --themeSecondary: 255 174 0;
  /* --themesecondaryDark: 215 147 1; */
  --dark: 0 0 0;
  --light: 255 255 255;
  --primary: 33 33 33;
  --secondary: 90 90 90;
  --decor: 15 57 90;

}
body {
    font-family: "Poppins", sans-serif;
  }
html {
  scroll-behavior: smooth;
}
/* Configure website containers here */
:root {
  --container: 1760px;
  --container-md: 1560px;
  --container-sm: 1360px;
  --container-md-px: 5.68%;
  --container-sm-px: 10.46%;
}
.main-container,
.container {
  max-width: 1760px;
  width: 100%;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px) {
  .container-md {
    padding: 0 var(--container-md-px);
  }
  .container-sm {
    padding: 0 var(--container-sm-px);
  }
}
/* vo original */
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--container-width);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .container {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1025px) {

  .container {
    padding-left: 6rem;
    padding-right: 6rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {

  .container {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1536px) {

  .container {
    padding-left: 9rem;
    padding-right: 9rem;
  }
}
#services-menu ul.services-menu-container {
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
  display: grid;
  font-weight: 300;
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
div#quiklink-menu ul li {
  font-weight: 400;
}
section#videosample .iframeVideo.embed-container {
  display: block !important;
}
.text-themePrimary {
  /* background: linear-gradient(93deg, #079868 4.91%, #004e34 62.11%); */
  background: linear-gradient(93deg, #1b644c 4.91%, #004e34 62.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.border-themePrimary {
  /* border-color: #079868; */
  border-color: #1b644c;
}
.hero-playpause-btn img {
  filter: brightness(0) saturate(100%) invert(0%) sepia(97%) saturate(7358%)
    hue-rotate(244deg) brightness(84%) contrast(88%);
}
#content.active * {
  pointer-events: none;
}
.vohero_custom_banner {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
@media screen and (max-width: 641px) {
  /* .vohero_custom_banner {
    background-size: contain !important;
    background-position: bottom !important;
  } */
  div#hubspot-messages-iframe-container.widget-align-right {
    right: -40px !important;
  }
  #hubspot-messages-iframe-container {
    transform: scale(0.65);
  }
}
div.ppms_cm_popup_overlay .ppms_cm_footer {
  display: none !important;
}
div.ppms_cm_consent_bar #ppms_cm_popup_content .ppms_cm_set_your_consent,
div.ppms_cm_popup_responsive_wrapper
  .ppms_cm_main_content
  .ppms_cm_agree-to-all,
div.ppms_cm_popup_responsive_wrapper .ppms_cm_main_content .ppms_cm_reject-all {
  border: 3px solid #212121 !important;
  background-color: #fff !important;
  color: #212121 !important;
  font-family: "Poppins", sans-serif !important;
}
div.ppms_cm_consent_bar #ppms_cm_popup_content .ppms_cm_set_your_consent,
div.ppms_cm_popup_responsive_wrapper
  .ppms_cm_main_content
  .ppms_cm_agree-to-all:hover,
div.ppms_cm_popup_responsive_wrapper
  .ppms_cm_main_content
  .ppms_cm_reject-all:hover {
  border: 3px solid #212121 !important;
  background-color: #212121 !important;
  color: #fff !important;
}
div.ppms_cm_consent_bar #ppms_cm_popup_content p.ppms_cm_main_text,
div.ppms_cm_consent_bar #ppms_cm_popup_content p.ppms_cm_main_text:focus,
div.ppms_cm_consent_bar #ppms_cm_popup_content p.ppms_cm_main_text:hover,
div.ppms_cm_consent_bar #ppms_cm_popup_content p.ppms_cm_main_text,
div.ppms_cm_consent_bar #ppms_cm_popup_content p.ppms_cm_main_text:focus,
div.ppms_cm_consent_bar #ppms_cm_popup_content p.ppms_cm_main_text:hover,
div.ppms_cm_popup_overlay p.ppms_cm_paragraph,
div.ppms_cm_popup_overlay p.ppms_cm_paragraph:focus,
div.ppms_cm_popup_overlay p.ppms_cm_paragraph:hover,
div.ppms_cm_popup_overlay .ppms_cm_description_wrapper .ppms_cm_paragraph,
div.ppms_cm_popup_overlay .ppms_cm_consents_list .ppms_cm_consent_item-text,
div.ppms_cm_popup_overlay .ppms_cm_popup_main span.ppms_cm_header1,
div.ppms_cm_popup_overlay
  .ppms_cm_data_uses
  button.ppms_cm_content_expander_show_btn,
div.ppms_cm_popup_overlay .ppms_cm_data_uses a.ppms_cm_link,
div.ppms_cm_popup * {
  font-family: "Poppins", sans-serif !important;
}
.hbspt-form input[type="email"]::-moz-placeholder {
  color: #2f2f2f !important;
  opacity: 1 !important;
}
.hbspt-form input[type="email"]::-moz-placeholder,
.hbspt-form input[type="email"]::-webkit-input-placeholder,
.hbspt-form input[type="email"]::placeholder {
  color: #2f2f2f !important;
  opacity: 1 !important;
}
.hbspt-form input[type="email"] {
  background-color: #fff !important;
}
.hs_error_rollup label {
  color: red !important;
}
.hs_submit input[type="submit"] {
  background: #00db92 !important;
}
div#hubspot-messages-iframe-container .boKAOk,
div#hubspot-messages-iframe-container
  span[data-test-id="chat-widget-launcher"]
  button {
  background-color: #1b644c !important;
}
.report-form-content {
  border: 0.5px solid #011820;
  border-top: 0;
  background: #fff;
}
.report-form-container {
  box-shadow: 0px 2px 19px 0px rgba(0, 0, 0, 0.12);
}
.number-card,
.number-card:before,
.number-card::after {
  box-shadow: 0px 0px 30px rgba(185, 185, 185, 0.27);
}
.common-shadow-card,
.text-card-shadow {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0px 4px 24.5px 0px rgba(185, 185, 185, 0.27);
  -webkit-backdrop-filter: blur(6.699999809265137px);
          backdrop-filter: blur(6.699999809265137px);
}
.gradient-card::before{
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0px 20px 30px 0px rgba(185, 185, 185, 0.27);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.vo-icon-card-gradient .gradient-card,
.icon-card-gradient {
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.44);
  box-shadow: 0px 0px 30px 0px rgba(185, 185, 185, 0.27);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.image-shadow{
  border-radius: 12px;
  box-shadow: 0px 20px 30px 0px rgba(185, 185, 185, 0.27);
}
.number-small-card{
  border-radius: 12px;
background: var(--highlights-yellow, #FFAE00);
box-shadow: 0px 0px 30px 0px rgba(185, 185, 185, 0.27);
}
.vo-icon-slider .swiper-wrapper{    
  transition-timing-function:linear!important;    
    display: flex;    
    align-items: center;
}
/* VOHeroV2 */
.VOHeroV2.module_container {
  background-image: linear-gradient(
    to bottom,
    rgba(113, 255, 210, 0.15),
    rgba(217, 217, 217, 0)
  );
}
/* AboutUsCommitment */
.AboutUsCommitment .middle {
  filter: brightness(1) invert(0);
}
.AboutUsCommitment .commbox:not(.commactive):hover {
  background-position: -100% 0;
}
.AboutUsCommitment .commbox {
  background-size: 200% 100%;
  transition: background-position 1s;
  background-image: linear-gradient(to right, transparent 50%, #00db92 50%);
}
.AboutUsCommitment .hrcolor {
  height: 3px;
}
.AboutUsCommitment .commactive {
  background-size: 100%;
  background: #00db92;
}
.AboutUsCommitment .selectedImage {
  /* height: 300px; */
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 830/360;
  height: auto;
}
.AboutUsCommitment .commbox:hover p {
  color: white;
}
.AboutUsCommitment .commbox:hover img {
  filter: brightness(0) invert(1);
}
.AboutUsCommitment .commbox.commactive img {
  filter: brightness(0) invert(1);
}
.AboutUsCommitment .commbox.commactive p {
  color: white;
}
@media (min-width: 640px) {
  .AboutUsCommitment .webox:nth-child(1)::before,
  .AboutUsCommitment .webox:nth-child(8)::before {
    width: 100px;
    height: 100px;
  }
  .selectedImage {
    height: 224px;
  }
}
@media (min-width: 786px) {
  .AboutUsCommitment .webox:nth-child(1)::before,
  .AboutUsCommitment .webox:nth-child(8)::before {
    width: 125px;
    height: 125px;
  }
  .selectedImage {
    height: 325px;
  }
}
@media (min-width: 1024px) {
  .AboutUsCommitment .webox:nth-child(1)::before,
  .AboutUsCommitment .webox:nth-child(8)::before {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1280px) {
  .AboutUsCommitment .webox:nth-child(1)::before,
  .AboutUsCommitment .webox:nth-child(8)::before {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 1536px) {
  .AboutUsCommitment .webox:nth-child(1)::before {
    width: 160px;
    height: 160px;
  }
  .AboutUsCommitment .selectedImage {
    /* height: 360px; */
  }
}
/* AboutUsSuccess */
.AboutUsSuccess .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22%;
  height: 18%;
  box-sizing: border-box;
  border-top: 3px solid white;
  border-left: 3px solid white;
  transition: all 0.8s ease;
}
.AboutUsSuccess .inner::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22%;
  height: 18%;
  box-sizing: border-box;
  border-bottom: 3px solid white;
  border-right: 3px solid white;
  transition: all 0.8s ease;
}
.AboutUsSuccess .box:hover .inner::after,
.AboutUsSuccess .box:hover .inner::before {
  width: 100%;
  height: 100%;
  border-color: white;
}
@media (min-width: 425px) {
  .AboutUsSuccess .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .AboutUsSuccess .inner::before,
  .AboutUsSuccess .inner::after {
    width: 18%;
    height: 15%;
  }
}
@media (min-width: 640px) {
  .AboutUsSuccess .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .AboutUsSuccess .inner::before,
  .AboutUsSuccess .inner::after {
    width: 10%;
    height: 24%;
  }
}
@media (min-width: 1024px) {
  .AboutUsSuccess .inner::before,
  .AboutUsSuccess .inner::after {
    width: 16%;
    height: 18%;
  }
}
@media (min-width: 1280px) {
  .AboutUsSuccess .inner::before,
  .AboutUsSuccess .inner::after {
    width: 13%;
    height: 20%;
  }
}
@media (min-width: 1536px) {
  .AboutUsSuccess .inner::before,
  .AboutUsSuccess .inner::after {
    width: 15%;
    height: 30%;
  }
}
.trustedContainer .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  border-radius: 100%;
  background-color: #2f2f2f ;
  opacity: 1;
  text-indent: -9999px;
  margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
  /* background-color: #ffae00 !important; */
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, hsl(41, 100%, 36%) 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
}
/* ClientSaySlider */
.ClientSaySlider .indicators .indicator {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.9);
  margin: 0.3rem;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.4s;
}
.ClientSaySlider .indicators .clientsay-slider-playpause-btn{
  width: auto;
  height: auto;
  background-color: transparent;
}
.ClientSaySlider .indicators .indicator.active {
  width: 20px;
  border-radius: 30%;
  background-color: var(--bgColor);
}
.ClientSaySlider .module_container img {
  width: 100px;
  height: 100px;
}
.ClientSaySlider .module_container .imgContainer {
  opacity: 0;
}
.ClientSaySlider .module_container .imgContainer.active {
  background-color: var(--bgColor);
  opacity: 1;
  z-index: 1;
}
.ClientSaySlider .module_container .imgContainer img {
  opacity: 0;
}
.ClientSaySlider .module_container .imgContainer.active img {
  animation: imganimation 0.3s linear;
  opacity: 1;
}
.ClientSaySlider .textContent a:hover p:first-child {
  color: var(--color);
}
.ClientSaySlider .module_container .textContent {
  display: none;
}
.ClientSaySlider .module_container .textContent.active {
  display: block;
}
.ClientSaySlider .module_container .textContent.active p.company {
  animation: fadeInDown 0.3s linear;
}
.ClientSaySlider .module_container .textContent.active p.text {
  animation: fadeInUp 0.4s linear;
}
.ClientSaySlider .module_container .textContent.active p.name {
  animation: fadeInUp 0.5s linear;
}
.ClientSaySlider .module_container .textContent.active p.rank {
  animation: fadeInUp 0.3s linear;
}
@keyframes imganimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
      opacity: 0;
      transform: translate3d(-100%, 0, 0);
  }

  100% {
      opacity: 1;
      transform: translateZ(0);
  }
}
@media (min-width: 1024px) {
  .ClientSaySlider .module_container img {
    width: 170px;
    height: 170px;
  }
  .ClientSaySlider .indicators .indicator.active {
    width: 12px;
    height: 20px;
    border-radius: 30%;
  }
}
/* AboutUsCapability */
.AboutUsCapability .hrcolor {
  height: 3px;
}
.AboutUsCapability .left-decor,
.AboutUsCapability .right-decor {
  position: absolute;
  z-index: -10;
}
.AboutUsCapability .left-decor {
  left: 0;
  bottom: 0;
}
.AboutUsCapability .right-decor {
  right: 0;
  bottom: 20%;
}
.PartnerSlider .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  border-radius: 12px;
  display: inline-block;
  background: #2f2f2f;
  opacity: 1;
  transition: background-color 0.3s ease-in-out;
  margin: 0 6px !important;
  
}
.PartnerSlider .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, hsl(41, 100%, 36%) 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
}
.PartnerSlider .li-dot {
  max-width: -moz-max-content;
  max-width: max-content;
}
.PartnerSlider .module_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  max-width: var(--container-width);
  padding: 1rem;
}
@media (max-width: 639px) {
  .PartnerSlider .swiper-pagination-bullet {
      height: 8px;
      width: 8px;
  }
}
@media (min-width: 768px) {
  .PartnerSlider .module_container {
      padding-top: 1.5rem;
  }
}
@media (min-width: 1025px) {
  .PartnerSlider .module_container {
      padding-top: 2rem;
      padding-bottom: 2rem;
  }
}
@media (min-width: 1280px) {
  .PartnerSlider .module_container {
      padding-top: 3rem;
      padding-bottom: 3rem;
  }
}
@media (min-width: 1536px) {
  .PartnerSlider .module_container {
      padding-left: 9rem;
      padding-right: 9rem;
  }
}
/* footer */
.FooterWithNewsletter .Links li {
  margin: 0.4rem;
  opacity: 1;
  transition: all 0.2s;
  list-style-type: disc;
  font-weight: 400;
}
.FooterWithNewsletter .Links li:hover {
  color: #1b644c;
}
.FooterWithNewsletter .line::before {
  content: "";
  position: absolute;
  left: 0;
  width: 40%;
  height: 1px;
  bottom: 45%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.FooterWithNewsletter .line::after {
  content: "";
  position: absolute;
  right: 0;
  width: 40%;
  height: 1px;
  bottom: 45%;
  background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 640px) {
  .FooterWithNewsletter .line::before,
  .FooterWithNewsletter .line::after {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .FooterWithNewsletter .line::before {
    width: 46%;
  }
  .FooterWithNewsletter .line::after {
    width: 46%;
  }
}
.FooterWithNewsletter .hs-form {
  flex: 1;
  position: relative;
}
.FooterWithNewsletter .hs-form p {
  /* display: none; */
}
.FooterWithNewsletter .hs-form label {
  display: none;
}
.FooterWithNewsletter .hs-form ul li label {
  display: block;
  color: rgb(239 68 68);
  font-size: 0.75rem;
}
.FooterWithNewsletter .hs-form input[type="email"] {
  outline: none;
  border: none;
  width: 100%;
}
.FooterWithNewsletter .hs-form input[type="submit"] {
  cursor: pointer;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
  background-color: red;
  opacity: 0;
}
.FooterWithNewsletter .hs-form input {
  font-size: 1rem;
  font-weight: 300;
}
@media (min-width: 1536px) {
  .FooterWithNewsletter .hs-form input {
    font-size: 1.125rem;
  }
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a{
  color: #00db92 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button{
  background: linear-gradient(111deg, #00db92 0%, #004e34 396.39%) !important;
  border: 1px solid #00db92 !important;
  color: #fff !important;
}
.capabilitySwiper .swiper-pagination.swiper-pagination-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-study-bottom-section {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.bg-swiper-bottom-section .swiper-pagination,
.case-study-bottom-section .swiper-pagination {
  position: relative;
  bottom: unset;
  left: unset;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ClientSaySlider .module_container .client-prev-btn img,
.ClientSaySlider .module_container .client-next-btn img {
  height: 2.5rem;
  width: 2.5rem;
}
.custom-pagination-container .text-\[\#44444480\]{
  color: rgba(68, 68, 68, 0.8);
  text-shadow: 0 0 5px #fff;
}
/* job form */
.JobForm .collapseactive {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, hsl(41, 100%, 36%) 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
}
.JobForm .icon-minus {
  display: none;
}
.JobForm .icon-plus {
  display: block;
}
.JobForm .collapseactive .icon-minus {
  display: block;
}
.JobForm .collapseactive .icon-plus {
  display: none;
}
.jf-collapse-content {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}
.JobForm .showContent {
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s;
  animation: aniFateIn 0.3s linear;
}
@keyframes aniFateIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.job-form .form-group div {
    margin-top: 1rem;
  }
.job-form .form-group div p {
    color: #212121;
  }
.job-form input,
  .job-form select {
    box-shadow: 0 0 3px rgba(3, 3, 3, 0.3);
    border-radius: 5px;
    padding: 12px;
    margin-top: 4px;
    outline: none;
    border: none;
    font-size: 1rem;
  }
.job-form input:focus,
  .job-form select:focus {
    box-shadow: 0 0 6px rgba(3, 3, 3, 0.3);
    border: none;
  }
.jobForm {
    width: 100%;
    margin-top: 1rem;
  }
.jobForm .hs-form-field {
    width: 100% !important;
    margin-block: 0.6rem;
  }
.jobForm fieldset {
    max-width: none !important;
  }
.jobForm fieldset > div {
    margin-block: 0.5rem;
  }
.jobForm div > label {
    display: block;
    margin-bottom: 0.3rem;
    padding-left: 2px;
    font-weight: 500;
    color: #5a5a5a;
    text-align: left;
    font-size: 1rem;
  }
.jobForm ul li {
    text-align: left;
  }
.jobForm ul li label {
    color: red;
    font-size: small;
    text-align: left;
  }
.jobForm ul li label span {
    color: #5a5a5a;
  }
.jobForm input[type="text"],
  .jobForm input[type="file"],
  .jobForm input[type="email"],
  .jobForm input[type="tel"],
  .jobForm select {
    padding: 0.8rem 1.2rem;
    outline: none;
    box-shadow: 0 0 5px rgba(3, 3, 3, 0.3);
    border-radius: 10px;
    width: 100% !important;
    -webkit-box-shadow: 0 0 5px rgb(3 3 3 / 30%);
    -moz-box-shadow: 0 0 5px rgb(3 3 3 / 30%);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;    
  }
.jobForm select {
    border-right: 1.2rem solid transparent;
    background-image: url("https://devhtml.visibleone.io/images/select-drop-down.png");
    background-repeat: no-repeat;
    background-position: center right;
  }
.jobForm input:focus {
    box-shadow: 0 0 7px rgba(3, 3, 3, 0.5);
  }
.jobForm input[type="checkbox"] {
    margin-top: 5px;
    display: inline-block;
    margin-right: 1rem;
  }
.jobForm input[type="file"] {
    border: 1px dashed rgba(3, 3, 3, 0.5);
    padding: 2rem;
  }
.jobForm input[type="submit"] {
    margin-top: 1rem;
    padding: 0.6rem 1.8rem;
    background-color: rgb(var(--themePrimary));
    border-radius: 20px;
    color: white;
    border: 2px solid rgb(var(--themePrimary));
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.125rem;
    font-weight: 600;
  }
.jobForm input[type="submit"]:hover {
    background-color: rgb(var(--light));
    color: rgb(var(--themePrimary));
   
  }
.jobForm legend {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
.jobForm input,
  .jobForm select {
    font-size: 1rem;
    color: #5a5a5a;
  }
@media (min-width: 1536px) {
    .job-form input,
    .job-form select, 
    .jobForm div > label,
    .jobForm input,
    .jobForm select {
      font-size: 1.125rem;
    }
  
    .jobForm input[type="submit"] {
      font-size: 1.25rem;
    }
  }
/* ThreeColumnGrid */
.ThreeColumnGrid .arrowContainer svg {
    position: absolute;
    left: 2px;
    top: 2px;
    transition: all 0.3s;
  }
.ThreeColumnGrid .arrowContainer svg:last-child {
    transform: translate(-200%, 200%);
  }
.ThreeColumnGrid .cardContainer:hover svg:first-child,
  .ThreeColumnGrid .arrowLink:hover svg:first-child {
    transform: translate(200%, -200%);
  }
.ThreeColumnGrid .cardContainer:hover svg:last-child,
  .ThreeColumnGrid .arrowLink:hover svg:last-child {
    transform: translate(0, 0);
  }
.ThreeColumnGrid .cardContainer:hover .arrowContainer,
  .ThreeColumnGrid .arrowLink:hover .arrowContainer {
    background: yellow;
    border: 2px solid yellow;
  }
.ThreeColumnGrid .cardContainer:hover img {
    transform: scale(1.07);
  }
/* WorkShowCaseEvne */
.WorkShowCaseEvne .workcase {
  height: 350px;
  min-width: 300px;
  border: 1px solid rgb(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
}
.WorkShowCaseEvne .workcase::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.WorkShowCaseEvne .workcase:hover::before {
  background-color: rgba(0, 0, 0, 0);
}
.WorkShowCaseEvne .bottomText::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(5, 5, 6, 0), rgba(0, 0, 0, 0.8));
  width: 100%;
  height: 100%;
  z-index: -1;
}
.WorkShowCaseEvne .bottomText {
  opacity: 0;
  color: white;
}
.WorkShowCaseEvne .workcase:hover .bottomText {
  opacity: 1;
  display: block;
}
.WorkShowCaseEvne .filterButton button {
  font-weight: 600;
  margin-inline: 1rem;
  transition: all 0.2s;
}
.WorkShowCaseEvne .filterButton button.active {
  color: #079868;
  background: linear-gradient(111deg, #079868 0%, #004E34 396.39%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.WorkShowCaseEvne .filterButton button:hover {
  color: #079868;
}
.WorkShowCaseEvne .filterMobile {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
.WorkShowCaseEvne .filterMobile button {
  padding: 0.5rem 1rem;
  display: block;
  width: 100%;
  text-align: left;
  border-bottom: 0.2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1279px) {
  .WorkShowCaseEvne .workcase {
    height: 250px;
    min-width: 300px;
  }
}
@media (max-width: 1023px) {
  .WorkShowCaseEvne .filterButton {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    border-radius: 3px;
    flex-direction: column;
    width: 100%;
  }
  @media (min-width: 768px) {

    .WorkShowCaseEvne .filterButton {
      width: 50%;
    }
  }
  .WorkShowCaseEvne .filterButton {
    z-index: 12;
    padding: 0px;
  }
  .WorkShowCaseEvne .filterButton button {
    padding: .5rem 1rem;
    display: block;
    text-align: left;
    width: 100%;
    border-bottom: .2px solid rgba(0, 0, 0, .1);
    font-weight: 400;
    margin: 0px;
  }
  .WorkShowCaseEvne .filterButton.show {
    display: flex;
  }
}
/* StartContactForm */
.contact_form .vertical_text {
  writing-mode: vertical-lr;
}
.contact_form .form input:-webkit-autofill, .hs-form input:-webkit-autofill {
  -webkit-text-fill-color: white;
  box-shadow: 0 0 0 30px var(--bg-color) inset !important;
}
.hs-form fieldset {
  max-width: 100% !important;
}
.hs-form fieldset > div {
  margin-bottom: 12px;
}
.hs-form input:not([type="submit"]), .hs-form textarea, .hs-form select {
  width: 100% !important;
  /* background-color: #00DB92; */
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 0.75rem;
  outline: none;
  padding: 8px 16px;
  font-size: 1rem;
}
.hs-form select option, .form select option {
  color: black;
}
.hs-form input:not([type="submit"])::-moz-placeholder, .hs-form textarea::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
}
.hs-form input:not([type="submit"])::placeholder, .hs-form textarea::placeholder {
  color: #ffffff;
  font-weight: 300;
}
.hs-form label {
  display: none;
}
.hs-form fieldset li label {
  display: block;
  margin-top: 4px;
  font-size: 0.85rem;
  color: rgb(198, 70, 70);
  font-weight: 500;
}
.hs-form input[type="submit"] {
  cursor: pointer;
  font-weight: 600;
  padding: 8px 56px;
  font-size: 1.125rem;
  color: var(--bg-color);
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 9999px;
  transition: color 0.3s ease-in-out, 
  background-color 0.3s ease-in-out;
  outline: none;
}
.contact-form__body .hs-form input[type="submit"] {
  color: #000;
}
.hs-form input[type="submit"]:hover {
  color: #ffffff;
  background-color: transparent;
}
.hs-form div[class="hs_error_rollup"] {
  display: none;
}
@media (min-width: 1536px) {
  .hs-form input:not([type="submit"]), 
  .hs-form textarea, 
  .hs-form select {
    font-size: 1.125rem;
  } 

  .hs-form input[type="submit"] {
    font-size: 1.25rem;
  }
}
.aniTopToBottom {
  animation: aniTopToBottom 12s linear infinite;
}
.aniBottomToTop {
  animation: aniBottomToTop 11s linear infinite;
}
@keyframes aniTopToBottom {
  0% {
    transform: translateY(-99%) translateZ(0px);
  }
  100% {
    transform: translateY(99%) translateZ(0px);
  }
}
@keyframes aniBottomToTop {
  0% {
    transform: translateY(99%) translateZ(0px);
  }
  100% {
    transform: translateY(-99%) translateZ(0px);
  }
}
/* SliderV2 */
.SliderV2 .images {
  max-width: 50vw;
  /* padding: 0 10px; */
}
@media (max-width: 767px) {
  .SliderV2 .images {
    max-width: 100vw;
  }
}
@media (min-width: 1800px) {
  .SliderV2 .images {
    width: 30vw;
  }
  .SliderV2 .images img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.SliderV2 .btn {
  width: 3.125rem !important;
  height: 3.125rem !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.SliderV2 .btn::after,
.SliderV2 .btn::before {
  width: 10px !important;
  height: 2px !important;
  background-color: black !important;
}
.SliderV2 .btn::after {
  top: calc(50% - 1px) !important;
}
.SliderV2 .slider-item:hover .overlay {
  opacity: 1;
}
.amazing-works-slider .swiper-button-prev,
.amazing-works-slider .swiper-button-next {
  height: 1.5rem;
  width: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
@media (min-width: 640px) {

  .amazing-works-slider .swiper-button-prev,
.amazing-works-slider .swiper-button-next {
    height: 2.25rem;
    width: 2.25rem;
  }
}
@media (min-width: 768px) {

  .amazing-works-slider .swiper-button-prev,
.amazing-works-slider .swiper-button-next {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.amazing-works-slider .swiper-button-next:after, 
.amazing-works-slider .swiper-button-prev:after {
  font-size: 18px;
}
@media (min-width: 640px) {

  .amazing-works-slider .swiper-button-next:after, 
.amazing-works-slider .swiper-button-prev:after {
    font-size: 24px;
  }
}
.amazing-works-slider .swiper-button-next:after, 
.amazing-works-slider .swiper-button-prev:after {
  font-weight: bolder;
  color: #212121;
}
.hs-form-e33b5cfc-cf5c-455d-b312-c0df53f10845_bf544772-65dc-4d91-b644-13e45eaeab03.hs-form{
  background-color: white;
}
.project-banner-container{
  /* background: linear-gradient(0deg, rgba(0,0,0,0) 0, rgba(0,0,0,0.7) 100%); */
}
/* TwoColumnsCards */
.TwoColumnsCards .card h3 {
  transition: all 0.2s;
}
.TwoColumnsCards .card:hover img {
  filter: invert(60%) sepia(30%) saturate(3690%) hue-rotate(118deg)
    brightness(103%) contrast(101%);
  opacity: 0.3;
}
.TwoColumnsCards .card:hover h3 {
  color: rgb(var(--themePrimary));
  opacity: 0.8;
}
/* VOTalkCapilityCard */
.VOTalkCapilityCard .card__image_yellow {
  background-color: #ffd454;
}
.VOTalkCapilityCard .card__image_yellow .card__triangle {
  border-color: #ffd454;
}
.VOTalkCapilityCard .card__image_gray {
  background-color: #a5a5a5;
}
.VOTalkCapilityCard .card__image_gray .card__triangle {
  border-color: #a5a5a5;
}
.VOTalkCapilityCard .card__image_blue {
  background-color: #9eddd5;
}
.card__image_blue .card__triangle {
  border-color: #9eddd5;
}
.card__image_vo1 {
  background-color: #325051;
}
.card__image_vo1 .card__triangle {
  border-color: #325051;
}
.card__image_vo2 {
  background-color: #d2ad7e;
}
.card__image_vo2 .card__triangle {
  border-color: #d2ad7e;
}
.card__image_vo3 {
  background-color: #c09744;
}
.card__image_vo3 .card__triangle {
  border-color: #c09744;
}
.card__image .card__triangle_even,
.card__image .card__triangle_odd {
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
@media (min-width: 640px) {
  .VOTalkCapilityCard .card__image_yellow .card__triangle {
    border-color: #ffd454;
  }
  .VOTalkCapilityCard .card__image_gray .card__triangle {
    border-color: #a5a5a5;
  }
  .VOTalkCapilityCard .card__image_blue .card__triangle {
    border-color: #9eddd5;
  }
  .VOTalkCapilityCard .card__image_vo1 .card__triangle {
    border-color: #325051;
  }
  .VOTalkCapilityCard .card__image_vo2 .card__triangle {
    border-color: #d2ad7e;
  }
  .VOTalkCapilityCard .card__image_vo3 .card__triangle {
    border-color: #c09744;
  }

  .VOTalkCapilityCard .card__image .card__triangle_even {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
  }

  .VOTalkCapilityCard .card__image .card__triangle_odd {
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
  }
}
@media (min-width: 1024px) {
  .VOTalkCapilityCard .card__image_yellow .card__triangle {
    border-color: #ffd454;
  }
  .VOTalkCapilityCard .card__image_gray .card__triangle {
    border-color: #a5a5a5;
  }
  .VOTalkCapilityCard .card__image_blue .card__triangle {
    border-color: #9eddd5;
  }
  .VOTalkCapilityCard .card__image_vo1 .card__triangle {
    border-color: #325051;
  }
  .VOTalkCapilityCard .card__image_vo2 .card__triangle {
    border-color: #d2ad7e;
  }
  .VOTalkCapilityCard .card__image_vo3 .card__triangle {
    border-color: #c09744;
  }

  .VOTalkCapilityCard .card__image .card__triangle_even {
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
  }

  .VOTalkCapilityCard .card__image .card__triangle_odd {
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
  }
}
.VOTalkCapilityCard .card__link::before,
.VOTalkCapilityCard .card__link::after {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.VOTalkCapilityCard .card__link::before {
  top: 50%;
  transform: translateY(-50%);
  background-color: #787878;
}
.VOTalkCapilityCard .card__link::after {
  top: 100%;
  background-color: #ffd454;
}
.VOTalkCapilityCard .card__desc__vo {
  overflow-y: hidden;
}
@media (min-width: 1024px) {
  .VOTalkCapilityCard .card__desc__vo,
  .VOTalkCapilityCard .card__image__vo {
    height: 16.875rem;
    max-height: 16.875rem;
  }
}
@media (min-width: 1280px) {
  .VOTalkCapilityCard .card__img {
    max-height: 21.25rem;
  }

  .VOTalkCapilityCard .card__desc {
    height: 21.25rem;
  }

  .VOTalkCapilityCard .card__desc__vo,
  .VOTalkCapilityCard .card__image__vo {
    height: 21.25rem;
    max-height: 21.25rem;
  }
}
@media (min-width: 1336px) {
  .VOTalkCapilityCard .card__img {
    max-height: 22.25rem;
  }

  .VOTalkCapilityCard .card__desc {
    height: 22.25rem;
  }

  .VOTalkCapilityCard .card__desc__vo,
  .VOTalkCapilityCard .card__image__vo {
    height: 22.25rem;
    max-height: 22.25rem;
  }
}
@media (min-width: 1440px) {
  .VOTalkCapilityCard .card__img {
    max-height: 23.75rem;
  }

  .VOTalkCapilityCard .card__desc {
    height: 23.75rem;
  }

  .VOTalkCapilityCard .card__image__vo,
  .VOTalkCapilityCard .card__desc__vo {
    height: 23.75rem;
    max-height: 23.75rem;
  }
}
@media (min-width: 1536px) {
  .VOTalkCapilityCard .card__img {
    max-height: 25.375rem;
  }

  .VOTalkCapilityCard .card__desc {
    height: 25.375rem;
  }

  .VOTalkCapilityCard .card__image__vo,
  .VOTalkCapilityCard .card__desc__vo {
    height: 25.375rem;
    max-height: 25.375rem;
  }
}
@media (min-width: 1680px) {
  .VOTalkCapilityCard .card__img {
    max-height: 27.75rem;
  }

  .VOTalkCapilityCard .card__desc {
    height: 27.75rem;
  }

  .VOTalkCapilityCard .card__desc__vo {
    height: 25.125rem;
  }

  .VOTalkCapilityCard .card__image__vo,
  .VOTalkCapilityCard .card__desc__vo {
    height: 27.75rem;
    max-height: 27.75rem;
  }
}
@media (min-width: 1920px) {
  .VOTalkCapilityCard .card__img {
    max-height: 31.25rem;
  }

  .VOTalkCapilityCard .card__desc {
    height: 31.25rem;
  }

  .VOTalkCapilityCard .card__image__vo,
  .VOTalkCapilityCard .card__desc__vo {
    height: 31.25rem;
    max-height: 31.25rem;
  }
}
/* Start Animation */
.VOTalkCapilityCard .card__animated {
  transform: scaleY(0);
}
.VOTalkCapilityCard .card__hovered_even .card__animated,
.VOTalkCapilityCard .card__hovered_odd .card__animated {
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.VOTalkCapilityCard .card__hovered_even .card__img,
.VOTalkCapilityCard .card__hovered_odd .card__img {
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.VOTalkCapilityCard .card__hovered_even .card__triangle,
.VOTalkCapilityCard .card__hovered_odd .card__triangle {
  transform: translate(-50%, 40px);
  transition-delay: 0.2s;
}
.VOTalkCapilityCard .card__hovered_even .card__desc__container,
.VOTalkCapilityCard .card__hovered_odd .card__desc__container {
  transform: translateY(20px);
  transition-delay: 0.2s;
}
.VOTalkCapilityCard .card__hovered_even .card__link::before,
.VOTalkCapilityCard .card__hovered_odd .card__link::before {
  transform: translateY(-16px);
  transition-delay: 0.2s;
}
.VOTalkCapilityCard .card__hovered_even .card__link::after,
.VOTalkCapilityCard .card__hovered_odd .card__link::after {
  transform: translateY(-12px);
  transition-delay: 0.2s;
}
@media (min-width: 640px) {
  .VOTalkCapilityCard .card__animated {
    transform: scale(0, 1);
  }

  .VOTalkCapilityCard .card__hovered_even .card__animated,
  .VOTalkCapilityCard .card__hovered_odd .card__animated {
    transform: scaleX(1);
  }

  .VOTalkCapilityCard .card__hovered_even .card__img {
    transform: translateX(20px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__img {
    transform: translateX(-20px);
  }

  .VOTalkCapilityCard .card__hovered_even .card__triangle {
    transform: translate(40px, 50%);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__triangle {
    transform: translate(-40px, 50%);
  }

  .VOTalkCapilityCard .card__hovered_even .card__desc__container {
    transform: translateX(20px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__desc__container {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .VOTalkCapilityCard .card__animated {
    transform: scale(1, 0);
  }

  .VOTalkCapilityCard .card__hovered_even .card__animated,
  .VOTalkCapilityCard .card__hovered_odd .card__animated {
    transform: scaleY(1);
  }

  .VOTalkCapilityCard .card__hovered_even .card__img {
    transform: translateY(20px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__img {
    transform: translateY(-20px);
  }

  .VOTalkCapilityCard .card__hovered_even .card__triangle {
    transform: translate(-50%, 40px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__triangle {
    transform: translate(-50%, -40px);
  }

  .VOTalkCapilityCard .card__hovered_even .card__desc__container {
    transform: translateY(20px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__desc__container {
    transform: translateY(-20px);
  }
}
@media (min-width: 1280px) {
  .VOTalkCapilityCard .card__hovered_even .card__img {
    transform: translateY(40px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__img {
    transform: translateY(-40px);
  }

  .VOTalkCapilityCard .card__hovered_even .card__triangle {
    transform: translate(-50%, 80px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__triangle {
    transform: translate(-50%, -80px);
  }

  .VOTalkCapilityCard .card__hovered_even .card__desc__container {
    transform: translateY(40px);
  }

  .VOTalkCapilityCard .card__hovered_odd .card__desc__container {
    transform: translateY(-40px);
  }
}
/* End Animation */
/* TabContentCollapse */
.TabContentCollapse .content-wrapper li {
  padding: 20px 0;
}
.TabContentCollapse .content-wrapper li:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.TabContentCollapse .content.unactive {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.TabContentCollapse .content.active {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.TabContentCollapse .content.active .description {
  margin-top: 1.25rem;
}
.TabContentCollapse .collapse-item:hover h5 {
  color: rgb(var(--themeSecondary)) !important;
}
.TabContentCollapse .module_container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1536px;
  max-width: var(--container-width);
  padding: 1rem;
  width: 100%;
}
.contentContainer ul,.contentContainer ol {
  padding-left: 1.25rem;
}
.contentContainer ul li {
  list-style-position: inside;
  list-style-type: disc;
}
.contentContainer ol li {
  list-style-position: inside;
  list-style-type: decimal;
}
@media (min-width: 768px) {
  .TabContentCollapse .module_container {
      padding: 1.5rem 2rem;
  }
}
@media (min-width: 1025px) {
  .TabContentCollapse .module_container {
      padding: 2rem 6rem;
  }
}
@media (min-width: 1280px) {
  .TabContentCollapse .module_container {
      padding-top: 3rem;
      padding-bottom: 3rem;
  }
}
.TabContentCollapse .collapse-header {
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.TabContentCollapse .collapse-header.show .header {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  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: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.TabContentCollapse .collapse-header.show .plusIcon {
  display: none;
}
.form-four label.TabContentCollapse .collapse-header.show .plusIcon{
  display: none;
}
.TabContentCollapse .collapse-header.show .minusIcon {
  display: block;
}
.TabContentCollapse .collapse-header .plusIcon {
  display: block;
}
.TabContentCollapse .collapse-header .minusIcon {
  display: none;
}
.form-four label.TabContentCollapse .collapse-header .minusIcon{
  display: none;
}
/* TwoColumnContentContact */
.TwoColumnContentContact.bgContainer {
    background-image: linear-gradient(180deg, rgba(113, 255, 210, .15), hsla(0, 0%, 85%, 0));
}
/* ContactUsWhereRU */
.contact-us-container {
    background-color: #f8f8f8;
  }
.title {
    color: #011820;
  }
.sub-title {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
    /* color: #ffae00;
    background: linear-gradient(90deg, #FFAE00 0%, #D79300 149.74%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}
.map-btn {
    background-color: #079868;
    background: linear-gradient(111deg, #079868 0%, #004E34 396.39%);
  }
.map {
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -1;
    width: 900px;
    height: 546px;
    transform: translateY(-50%);
    background: url(https://bit.ly/3ABJuiG) #f8f8f8;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
  }
.contact-us-social:hover .contact-us-social-icon {
    filter: invert(72%) sepia(23%) saturate(4408%) hue-rotate(109deg) brightness(93%) contrast(101%);
  }
/* VOHero */
.VOHero .type-writer::after {
  content: "|";
  font-weight: 400;
  animation: blink 1s linear infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* OverlapImageVo */
.OverlapImageVo .block-3 {
  width: 300px;
  height: 150px;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translate(-50%, 50%);
  z-index: 3;
}
.OverlapImageVo .block-4 {
  width: 300px;
  height: 150px;
  position: absolute;
  bottom: 1%;
  left: 73%;
  transform: translate(-50%, 49%);
  background-color: transparent;
  border: 3px solid #a7b0c4;
  border-radius: 100px;
  z-index: 1;
}
.OverlapImageVo .arc-1 {
  position: absolute;
  top: -75px;
  left: 25px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border-right: 20px solid #fbca1d;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  transform: scale(0.9) rotate(-60deg);
  z-index: 15;
}
.OverlapImageVo .arc-2 {
  position: absolute;
  bottom: 50px;
  left: -150px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border-right: 5px solid #e2a162;
  border-top: 5px solid #e2a162;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #e2a162;
  transform: rotate(45deg);
  z-index: 15;
}
.OverlapImageVo .stars {
  position: absolute;
  bottom: -100px;
  width: 300px;
  height: 300px;
  left: -250px;
}
/* VOContentTab */
.vo_content_tab .content-tab {
  transition: background-color 0.3s ease-in-out;
}
.vo_content_tab .bg-text {
  opacity: 0.08;
  cursor: default;
  display: inline-block;
  transform: translate(-1ch, -0.3ch);
}
.vo_content_tab .bg-line {
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #ffffff;
  opacity: 0.1;
}
@media only screen and (max-width: 1023px) {
  .vo_content_tab .bg-line {
    display: none;
  }
}
.vo_content_tab .tab-wrapper {
  display: inline-block;
}
/* .tab-wrapper{
  color: #FFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.3;
} */
.vo_content_tab .tab-wrapper li {
  cursor: default;
  color: #fff;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
  opacity: 0.95;
}
.vo_content_tab .tab-wrapper .active {
  opacity: 1;
}
.vo_content_tab .imgContainer img {
  display: none;
}
.vo_content_tab .imgContainer img.active {
  display: block;
  animation: fadeIn 0.5s ease-in;
}
.moreInfo[data-id*="vocontenttab04"] h3 > span,
.moreInfo[data-id*="vocontenttab04"] h3,
.moreInfo[data-id*="vocontenttab04"] .description > p,
.moreInfo[data-id*="vocontenttab04"] p.fixText,
.moreInfo[data-id*="vocontenttab04"] p.fixText ~ p
/* .moreInfo[data-id*="vocontenttab05"] h3 > span,
.moreInfo[data-id*="vocontenttab05"] h3,
.moreInfo[data-id*="vocontenttab05"] .description > p,
.moreInfo[data-id*="vocontenttab05"] p.fixText,
.moreInfo[data-id*="vocontenttab05"] p.fixText ~ p  */
{
  /* @apply text-black; */
}
.moreInfo[data-id*="vocontenttab04"] .read-more
/* .moreInfo[data-id*="vocontenttab05"] .read-more */
 {
  /* @apply border-black text-black; */
}
.vo_content_tab .moreInfo {
  display: none;
}
.vo_content_tab .moreInfo.active {
  display: block;
}
.vo_content_tab .moreInfo.active p:not(.fixText),
.vo_content_tab .moreInfo.active .description,
.vo_content_tab .moreInfo.active a {
  animation: fadeIn 0.5s ease-in;
}
@keyframes fadeIn {
  0% {
    opacity: 1;
  }
}
.vo_content_tab .read-more {
  padding: 10px 15px;
  background-color: transparent;
  border: 2px solid #ffffff;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.vo_content_tab .read-more:hover {
  border-color: transparent;
  background-color: #ffffff;
  color: #252525;
}
/* VOServices */
.VOServices .categoryLists li {
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: -2px;
  /* -webkit-text-stroke: 1px #5a5a5a; */
  color: #000;
  /* color: white; */
  line-height: 1.2;
  opacity: 0.5;
  /* opacity: 0.08; */
  padding: 0 5px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.VOServices .categoryLists li.active,
.VOServices .categoryLists li:hover {
  color: #0f395a;
  opacity: 1;
  -webkit-text-stroke: none;
}
.VOServices .detailLists li span {
  background-color: #0f395a;
  margin: 4px;
  padding: 2px 4px;
  color: #ffffff;
  display: inline-block;
  border-radius: 1px;
}
.VOServices .categoryContent {
  display: none;
}
.VOServices .categoryContent.active {
  display: flex;
}
.VOServices .categoryContent.active .description {
  animation: fadeInUp 0.3s linear;
}
.VOServices .categoryContent.active img {
  animation: fadeInUp 0.3s linear;
}
.VOServices .categoryContent .detailLists li {
  opacity: 0;
}
.VOServices .categoryContent.active .detailLists li {
  animation: fadeInLeft 0.2s linear forwards;
  animation-delay: var(--delay);
}
/* BlogSlider */
.BlogSlider .blogPost {
  box-shadow: -2px 0px 15px rgba(0, 0, 0, 0.5);
}
.BlogSlider .blogPost:hover {
  transform: translate(-0.5rem, -1rem) rotate(3deg);
}
.BlogSlider .blogPost.except {
  transform: translateX(5rem);
}
@media only screen and (max-width: 413px) {
  .BlogSlider .blogPost {
    width: 80%;
  }
}
.BlogSlider .c-scroll-bar {
  width: 100%;
  position: relative;
}
.BlogSlider .c-scroll-bar-content {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.BlogSlider .c-scroll-bar-content::-webkit-scrollbar {
  display: none;
}
.BlogSlider .c-scroll-bar-x-track {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
}
.BlogSlider .c-scroll-bar-x-thumb {
  height: 100%;
}
.ly-hero-banner .slick-dots {
  bottom: 0;
}
/*  IconsSliderContainer */
.IconsSliderContainer .slick-dots {
  bottom: -28px;
}
.IconsSliderContainer .slick-dots li {
  margin: 0 0.25rem;
  width: 8px !important;
  height: 8px !important;
}
.IconsSliderContainer .slick-dots li button {
  width: 8px !important;
  height: 8px !important;
  border-radius: 100%;
  background-color: #c4c4c4 !important;
  text-indent: -9999px;
}
.IconsSliderContainer .slick-dots li.slick-active button {
  /* background-color: #ffae00 !important; */
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, hsl(41, 100%, 36%) 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
}
@media (min-width: 640px) {
  .IconsSliderContainer .slick-dots li {
    width: 10px !important;
    height: 10px !important;
  }
  .IconsSliderContainer .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }
}
@media (min-width: 768px) {
  .IconsSliderContainer .slick-dots li {
    margin: 0 0.375rem;
  }
}
@media (min-width: 1024px) {
  .IconsSliderContainer .slick-dots {
    bottom: -45px;
  }
  .IconsSliderContainer .slick-dots li {
    margin: 0 0.6rem;
  }
}
.contact_form{
  background: linear-gradient(111deg, #00db92 0%, #004e34 396.39%), #00db92;
}
.bg-themePrimary {
  background: linear-gradient(111deg, #079868 0%, #004e34 396.39%), #079868;
}
/* .bg-themeSecondary{
  background: linear-gradient(112deg, #FFAE00 0%, #D79300 180.15%), #FFAE00;
} */
#quotation.bg-themePrimary {
  /* background: linear-gradient(111deg, #079868 0%, #004e34 396.39%), #079868; */
  background: linear-gradient(111deg, #1b644c 0%, #004e34 396.39%), #1b644c;
}
#quotation.bg-themePrimary:hover {
  /* @apply text-themePrimary; */
  /* color: #079868; */
  color: #1b644c;
  background: #fff;
  -webkit-text-fill-color: unset;
}
.case-study-slider-playpause-btn img,
.services-playpause-btn img,
.skill-playpause-btn img,
.clientsay-slider-playpause-btn img,
.capabilitySwiper .about-us-slider-playpause-btn img,
.wecare-playpause-btn img,
.slider-playpause-btn img {
  max-height: 12px;
  max-width: 12px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(3%) saturate(37%)
    hue-rotate(58deg) brightness(91%) contrast(100%);
}
.custom-banner-bg {
  /* background: linear-gradient(125deg, #FFF4E9 14.08%, rgba(255, 237, 219, 0.00) 67.98%); */
  /* background: linear-gradient(107deg, rgba(255, 244, 233, 0.80) 14.06%, rgba(255, 242, 228, 0.77) 46.58%, rgba(255, 237, 219, 0.00) 58.35%); chinese theme*/
  background: linear-gradient(107deg, rgba(255, 248, 243, 0.80) 14.06%, rgba(255, 248, 243, 0.77) 46.58%, rgba(255, 248, 243, 0.00) 58.35%);
  /* background-image: linear-gradient(to right, #000000b4, #ffffff24); */
}
.vo-video-popup .embed-container{
  max-width: 70%;
}
.vo-video-popup .embed-container button{
  opacity: 100;
  z-index: 99;
}
@media screen and (max-width:1921px) and (max-height:700px){
  .vo-video-popup .embed-container{
    max-width: 50%;
  }
}
@media screen and (max-width:1023px) and (max-height:890px){
  .vo-video-popup .embed-container{
    max-width: 100%;
  }
}
.vo-web-accessibility-content-container * {
    font-family: "Poppins", sans-serif;
  }
.vo-web-accessibility-content-container ul {
  list-style-type: disc;
  padding-left: 1.5rem;
}
.vo-web-accessibility-content-container h2 {
    font-family: "Poppins", sans-serif;
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h5);
    --min-fs: var(--text-h5-min);
    line-height: 1.5;
    font-weight: 600;
  }
.vo-web-accessibility-content-container h1 {
    font-family: "Poppins", sans-serif;
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h1);
    --min-fs: var(--text-h1-min);
    line-height: 1.5;
    font-weight: 600;
  }
.vo-web-accessibility-content-container h3 {
    font-family: "Poppins", sans-serif;
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h5);
    --min-fs: var(--text-h5-min);
    line-height: 1.5;
    font-weight: 600;
  }
.vo-web-accessibility-content-container h4 {
    font-family: "Poppins", sans-serif;
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h4);
    --min-fs: var(--text-h4-min);
    line-height: 1.25;
    font-weight: 600;
  }
.vo-web-accessibility-content-container h5 {
    font-family: "Poppins", sans-serif;
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-h5);
    --min-fs: var(--text-h5-min);
    line-height: 1.5;
    font-weight: 600;
  }
.TabsIcon .tab-wrapper {
  cursor: pointer;
}
.TabsIcon .tab-wrapper.active .title {
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
  /* background: linear-gradient(93deg, #079868 4.91%, #004e34 62.11%); */
  background: linear-gradient(93deg, #1b644c 4.91%, #004e34 62.11%);
  background: linear-gradient(111deg, #00db92 0%, #004e34 396.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.TabsIcon .icon-wrapper {
  position: relative;
  margin-right: 10px;
}
.TabsIcon .icon-wrapper .icon,
.TabsIcon .icon-wrapper .icon-hover {
  transition: opacity 0.3s ease-in-out;
}
.TabsIcon .icon-wrapper .icon-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.TabsIcon .tab-wrapper.active .icon {
  opacity: 0;
}
.TabsIcon .tab-wrapper.active .icon-hover {
  opacity: 1;
}
.TabsIcon .tab-wrapper:hover .icon {
  opacity: 0;
}
.TabsIcon .tab-wrapper:hover .icon-hover {
  opacity: 1;
}
.TabsIcon .tab-wrapper:hover .title {
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
  /* background: linear-gradient(93deg, #079868 4.91%, #004e34 62.11%); */
  background: linear-gradient(93deg, #1b644c 4.91%, #004e34 62.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.TabsIcon .tabIconContent.tc-active div:first-child {
  animation: fadeInLeft 0.5s linear;
}
.TabsIcon .tabIconContent.tc-active div:last-child {
  animation: fadeInRight 0.5s linear;
}
/* MoreThanJustWebDesign */
.MoreThanJustWebDesign .white_box_card {
  background-color: #fff;
  border-radius: 48px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0902);
}
.MoreThanJustWebDesign .web_design_pc_container_padding {
  padding: 7rem;
  max-width: 1920px;
  margin: 0 auto;
}
/* .MoreThanJustWebDesign .web_design_pc_container {
  background-image: url("/public/images/web-design/web_design_img_3acaa5b6.png"),
    url("/public/images/web-design/web_design_img_3acaa5b6.png");
  background-repeat: no-repeat;
  background-position: top left, bottom right;
  padding: 7rem;
} */
.MoreThanJustWebDesign .box_left {
  max-width: 610px;
}
.MoreThanJustWebDesign .box_right {
  max-width: 570px;
}
@media screen and (max-width: 1681px) {
  .MoreThanJustWebDesign .web_design_pc_container_padding {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .MoreThanJustWebDesign .box_left {
    max-width: 570px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 550px;
  }
}
@media screen and (max-width: 1561px) {
  .MoreThanJustWebDesign .box_left {
    max-width: 500px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 500px;
  }
}
@media screen and (max-width: 1441px) {
  .MoreThanJustWebDesign .box_left {
    max-width: 450px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 450px;
  }
}
@media screen and (max-width: 1384px) {
  .MoreThanJustWebDesign .box_left {
    max-width: 400px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 400px;
  }
  .MoreThanJustWebDesign .white_box_card {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1090px) {
  .MoreThanJustWebDesign .web_design_pc_container_padding {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .MoreThanJustWebDesign .box_left {
    max-width: 350px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 350px;
  }
}
@media screen and (max-width: 941px) {
  .MoreThanJustWebDesign .box_left {
    max-width: 300px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 300px;
  }
  .MoreThanJustWebDesign .white_box_card {
    padding: 1rem;
  }
}
@media screen and (max-width: 818px) {
  .MoreThanJustWebDesign .box_left {
    max-width: 260px;
  }
  .MoreThanJustWebDesign .box_right {
    max-width: 260px;
  }
}
@media screen and (max-width: 725px) {
  .MoreThanJustWebDesign .box_right,
  .MoreThanJustWebDesign .box_left {
    max-width: 400px;
    position: relative;
    top: unset;
    left: unset;
    padding: 1rem 0;
    margin: 0 auto;
  }
  .MoreThanJustWebDesign .card_container {
    flex-direction: column;
  }
  .MoreThanJustWebDesign .white_box_card {
    border-radius: 20px;
  }
  .MoreThanJustWebDesign .web_design_pc_container_padding {
    background-size: 100px;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .MoreThanJustWebDesign .web_design_pc_container_padding img {
    display: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-40%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(40%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.scv2-counter .card span {
  background: linear-gradient(111deg, #079868 0%, #004e34 396.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* CaseStudyService */
.CaseStudyService .wrapper {
  transition: background-color 0.3s ease-in-out;
  cursor: default;
}
.CaseStudyService .wrapper h3,
.CaseStudyService .wrapper p {
  transition: color 0.3s ease-in-out;
}
.CaseStudyService .icon-wrapper {
  margin-top: -80px;
  margin-bottom: 20px;
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  box-shadow: 1px 1px 5px #000;
  transition: background-color 0.3s ease-in-out;
}
.CaseStudyService .icon,
.CaseStudyService .icon-hover {
  transition: opacity 0.3s ease-in-out;
  padding: 20px;
}
.CaseStudyService .icon-hover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.CaseStudyService .bg-img {
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.CaseStudyService .wrapper-container .icon {
  opacity: 1;
}
.CaseStudyService .wrapper-container .icon-hover {
  opacity: 0;
}
.CaseStudyService .wrapper-container:hover .icon {
  opacity: 0;
}
.CaseStudyService .wrapper-container:hover .icon-hover {
  opacity: 1;
}
.CaseStudyService .wrapper-container:hover .wrapper,
.CaseStudyService .wrapper-container:hover .icon-wrapper {
  background-color: #000 !important;
}
.CaseStudyService .wrapper-container:hover .text {
  color: white !important;
}
/* IconsCardWithBG */
.IconsCardWithBG .card {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e5e5e5;
}
.IconsCardWithBG .bg-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 1;
}
.IconsCardWithBG .card:hover .bg-overlay {
  background-color: #000000;
  opacity: 0.75;
}
.IconsCardWithBG .content {
  position: relative;
  cursor: default;
  z-index: 2;
}
.IconsCardWithBG .card:hover .content *,
.IconsCardWithBG .content.active * {
  color: #ffffff;
}
.IconsCardWithBG .icon-wrapper {
  position: relative;
}
.IconsCardWithBG .icon-wrapper img {
  max-height: 80px;
}
.IconsCardWithBG .icon,
.IconsCardWithBG .icon-hover {
  transition: opacity 0.3s ease-in-out;
}
.IconsCardWithBG .icon-hover {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IconsCardWithBG .card:hover .icon,
.IconsCardWithBG .active .icon {
  opacity: 0;
}
.IconsCardWithBG .card:hover .icon-hover,
.IconsCardWithBG .active .icon-hover {
  opacity: 1;
}
/* VOSeoDevelopment */
.VOSeoDevelopment .head {
  text-align: center;
  margin-bottom: 40px;
}
.VOSeoDevelopment .img-holder {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.VOSeoDevelopment .img-holder img {
  max-width: 300px;
}
.VOSeoDevelopment .info-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.VOSeoDevelopment .bar-holder {
  position: relative;
}
.VOSeoDevelopment .bar {
  height: 2px;
}
.VOSeoDevelopment .triangle {
  position: relative;
  top: -1px;
  height: 40px;
  width: 40px;
  border-style: solid;
  border-top-width: 40px;
  border-left-width: 40px;
  border-left-color: transparent;
  border-right-width: 40px;
  border-right-color: transparent;
  transform: translateX(-50%);
  transition: left 0.3s ease-in-out;
}
.VOSeoDevelopment .navigation {
  display: flex;
  justify-content: space-evenly;
  padding: 0 10px;
}
.VOSeoDevelopment .navigation button.active{
  color: #fff;
}
.VOSeoDevelopment .navigation button {
  /* color: #d9d9d9; */
  color: #7d7a7a;
  height: 100px;
  width: 100px;
  border-radius: 100px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
.VOSeoDevelopment .navigation button:hover,
.VOSeoDevelopment .navigation button:active {
  color: #fff;
}
@media only screen and (max-width: 1535px) {
  .VOSeoDevelopment .navigation button {
    height: 80px;
    width: 80px;
  }
}
@media only screen and (max-width: 1279px) {
  .VOSeoDevelopment .navigation button {
    height: 70px;
    width: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .VOSeoDevelopment .triangle {
    height: 20px;
    width: 20px;
    border-top-width: 20px;
    border-left-width: 20px;
    border-left-color: 20px;
    border-right-width: 20px;
  }

  .VOSeoDevelopment .navigation button {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .VOSeoDevelopment .triangle {
    height: 10px;
    width: 10px;
    border-top-width: 10px;
    border-left-width: 10px;
    border-left-color: 10px;
    border-right-width: 10px;
    margin-bottom: 10px;
  }

  .VOSeoDevelopment .navigation button {
    height: 40px;
    width: 40px;
    margin-right: 8px;
    margin-left: 0;
  }

  .VOSeoDevelopment .navigation button:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 413px) {
  .VOSeoDevelopment .navigation button {
    font-size: 1rem;
    height: 30px;
    width: 30px;
  }
}
.VOSeoDevelopment .vo-seo-content.active {
  animation: fadeIn 0.5s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
      opacity: 1;
  }
}
.case-study-subtitle {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: linear-gradient(90deg, #FFAE00 0%, #D79300 149.74%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
}
/* StatisticCardV2 */
.StatisticCardV2 .card {
  box-shadow: 0 4px 23px rgba(0, 0, 0, 0.1);
}
/* IconsList */
.iconcontainer {
  max-width: 900px;
}
/* BlogTopics */
.blog-topics .topic {
  transform: translateZ(0);
}
.blog-topics .topic:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, #17f3c7 0%, #74e8ae 50%);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition: 300ms ease-out;
}
.blog-topics .topic:hover:before {
  transform: scaleX(1);
}
.blog-topics .customChervon img {
    filter: invert(1);
    transition: all .3s;
}
.blog-topics .customChervon:hover img {
    filter: invert(0);
}
/* FourIconsBlockV2 */
.FourIconsBlockV2 .icon {
  box-shadow: black 0px 0px 0px 0px, #17f3c7 0px 0px 0px 0px;
}
.FourIconsBlockV2 .iconcontainer:hover .icon {
  box-shadow: #ffae00 0px 0px 0px 3px, transparent 0px 0px 0px 20px !important;
}
.case-study-services div:last-child {
  padding-bottom: 0px;
}
@media (min-width: 1025px) {

  .case-study-services div:last-child {
    padding-bottom: 4rem;
  }
}
/* TextWithImage */
.TextWithImage .img_effect {
  transition: all 0.4s;
  transform: scale(0.8);
}
.TextWithImage .img_effect:hover {
  transform: scale(1);
}
/* ThreeIconsTab */
.ThreeIconsTab .image {
  min-height: 440px;
}
.ThreeIconsTab .hexagon {
  width: 100px;
  height: 55px;
  background: #f2f2f2;
  position: relative;

  cursor: pointer;
  transition: all 0.2s;
}
.ThreeIconsTab .hexagon img {
  z-index: 1000;
}
.ThreeIconsTab .hexagon::before {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #f2f2f2;
  transition: all 0.2s;
}
.ThreeIconsTab .hexagon::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #f2f2f2;
  transition: all 0.2s;
}
.ThreeIconsTab .hexagon:hover,
.ThreeIconsTab .hexagon.active {
  background: #00db92;
}
.ThreeIconsTab .hexagon:hover::before,
.ThreeIconsTab .hexagon.active::before {
  border-bottom-color: #00db92;
}
.ThreeIconsTab .hexagon:hover::after,
.ThreeIconsTab .hexagon.active::after {
  border-top-color: #00db92;
}
.ThreeIconsTab .hexagon:hover img,
.ThreeIconsTab .hexagon.active img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1023px) {
  .ThreeIconsTab .image {
    min-height: auto;
    height: 300px;
  }
}
@media (max-width: 639px) {
  .ThreeIconsTab .hexagon {
    width: 80px;
    height: 45px;
  }
  .ThreeIconsTab .hexagon::before {
    top: -19px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 20px solid #f2f2f2;
  }
  .ThreeIconsTab .hexagon::after {
    bottom: -19px;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 20px solid #f2f2f2;
  }
}
/* Health Check Form */
.health-form input[type="text"] {
  width: 100%;
  background-color: #f9f9f9;
  outline: none;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.health-form input[type="text"]:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.health-check-container input[type="radio"] {
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  outline: none;
  box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.2) inset;
}
.health-check-container input[type="radio"]:hover {
  box-shadow: 0 0 5px 0px #00db92 inset;
}
.health-check-container input[type="radio"]:before {
  content: "";
  display: block;
  border-radius: 50%;
}
.health-check-container input[type="radio"]:checked:before {
  background: #00db92;
}
/* Result Form */
.health-check-container .form-contact:hover .icon-container {
  border-color: #00db92;
  transition: all 0.3s;
}
.health-check-container .form-contact:hover img {
  transition: all 0.3s;
  filter: invert(72%) sepia(23%) saturate(4408%) hue-rotate(109deg) brightness(93%) contrast(101%);
  opacity: 0.9;
}
.health-check-container .result-table tr td,
.health-check-container .result-table tr th {
  padding-left: 0.5rem;
  padding-block: 0.7rem;
}
@media (min-width: 640px) {
  .health-check-container .result-table tr td,
  .health-check-container .result-table tr th {
    padding-left: 1.5rem;
    padding-block: 0.7rem;
  }
}
/* .health-check-container .result-table tr td {
  color: #5a5a5a;
} */
.health-check-container .result-table tr:nth-child(even) {
  background-color: #f2f2f2;
}
#healthCheckForm .navStepItem .navigate {
  color: rgb(90 90 90 / 0.8);
}
#healthCheckForm .navStepItem.active .navigate {
  --tw-border-opacity: 1;
  border-color: rgb(49 177 134 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
  /* background: linear-gradient(93deg, #079868 4.91%, #004e34 62.11%); */
  background: linear-gradient(93deg, #1b644c 4.91%, #004e34 62.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* border-color: #079868; */
  border-color: #1b644c;
}
#healthCheckForm .navStepItem.complete .navigate {
  --tw-bg-opacity: 1;
  background-color: rgb(27 100 76 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity));
}
#healthCheckForm .navStepItem.complete + .joint {
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(27 100 76 / var(--tw-bg-opacity));
}
#healthCheckForm input ~ .error {
  display: none;
}
#healthCheckForm .stepForm {
  display: none;
}
#healthCheckForm .stepForm.active {
  display: block;
  animation: fadeIn 0.3s ease-in;
}
#healthCheckForm #QuizForm form table,
#healthCheckForm #QuizForm .mobileQuestionItem {
  display: none;
}
#healthCheckForm #QuizForm form table.show,
#healthCheckForm #QuizForm .mobileQuestionItem.show {
  display: block;
  animation: fadeIn 0.3s ease-in;
}
/* VOHeroV3 */
.VOHeroV3.module_container {
  background-image: linear-gradient(
    to bottom,
    rgba(113, 255, 210, 0.15),
    rgba(217, 217, 217, 0)
  );
}
.VOHeroV3.module_container input:focus {
  border: 2px solid #5a5a5a;
}
.VOHeroV3 .appointmentContainer {
  display: none
}
.VOHeroV3 .appointmentContainer.show {
  display: block;
}
.VOHeroV3 input ~ .error {
  display: none;
}
/* LeadsAndSaleIncrement */
@media screen and (max-width: 1200px) {
  .LeadsAndSaleIncrement.increment_counter_bg {
    background-size: 100px;
  }
}
@media screen and (max-width: 391px) {
  .LeadsAndSaleIncrement.increment_counter_bg {
    background-size: 70px;
  }
}
/* SliderWithBGImg */
.SliderWithBGImg .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #343b53;
  opacity: 0.8;
  mix-blend-mode: multiply;
}
.SliderWithBGImg .bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.SliderWithBGImg .bgImgSwiper {
  position: absolute;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.SliderWithBGImg .swiper-pagination-bullet {
  height: 14px;
  width: 14px;
  border-radius: 12px;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
  background-color: #fff;
  opacity: 1;
  margin: 0  6px !important;
}
.SliderWithBGImg .li-dot {
  max-width: -moz-max-content;
  max-width: max-content;
}
/* OurProcessV2 */
.OurProcessV2 .card {
  border-radius: 12px;
  padding: 30px 20px;
  background-color: #ffffff;
}
@media (min-width: 1536px) {
  .OurProcessV2 .process-lists .item:last-child .card{
    box-shadow: none !important;
  }
}
/* SeoPlayer */
.SeoPlayer::after{
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .7) 100%);
}
.SeoPlayer .popup {
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
}
.SeoPlayer .btnclose:focus {
  /* outline: 0; */
}
.SeoPlayer .btnclose:hover img {
  transform: rotate(90deg);
}
.SeoPlayer .btnclose img {
  transform: rotate(0deg);
  transition: 0.3s;
  filter: invert(1);
}
.SeoPlayer .play-btn-wrapper {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.15);
  cursor: pointer;
}
.SeoPlayer .play-btn {
  width: 70%;
  height: 70%;
  border-radius: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 4px solid transparent;
  transition: height 0.3s ease-in-out, width 0.3s ease-in-out,
    border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.SeoPlayer .play-btn:hover {
  width: 100%;
  height: 100%;
  border-color: #ffffff;
  background-color: transparent;
}
.SeoPlayer .play-btn img {
  margin-left: 8px;
  transition: transform 0.1s linear;
}
.SeoPlayer .play-btn:hover img {
  transform: scale(1.2);
}
.SeoPlayer .iframe-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-height: 100vh;
  padding: 0 10px;
}
@media only screen and (min-width: 500px) {
  .SeoPlayer .iframe-wrapper {
    max-width: 80%;
  }
}
@media only screen and (min-width: 768px) {
  .SeoPlayer .iframe-wrapper {
    max-width: 600px;
  }
}
.SeoPlayer .iframeVideo .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.SeoPlayer .iframeVideo .embed-container iframe,
.SeoPlayer .iframeVideo .embed-container object,
.SeoPlayer .iframeVideo .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* CaseStudyVirtualTour */
.CaseStudyVirtualTour .tourvideo iframe {
  min-height: 600px;
  opacity: 1;
  width: 100%;
}
/* TextWithImageWithSubtitle */
.TextWithImageWithSubtitle .img_effect {
  transition: all 0.4s;
}
.TextWithImageWithSubtitle .img_effect:hover {
  transform: scale(0.98);
}
/* ThreeSixtyBanner */
.ThreeSixtyBanner .bgIcon, 
.ThreeSixtyBanner .video-bg {
  background-position: -16px;
}
@media (min-width: 768px) {
  .ThreeSixtyBanner .bgIcon, 
  .ThreeSixtyBanner .video-bg {
      background-position: left;
  }
}
@media (min-width:1280px){
  .ThreeSixtyBanner .bgIcon{
      background-position: 10%
  }
}
@media (min-width:1560px){
  .ThreeSixtyBanner .bgIcon{
      background-position: 12%
  }
}
/* CaseStudyVirtual */
.CaseStudyVirtual .bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  height: 100%;
  width: 100%;
}
.CaseStudyVirtual .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  padding: 20px 25px;
}
.CaseStudyVirtual .bg-overlay:hover {
  opacity: 1;
}
.CaseStudyVirtual .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  display: inline-block;
  transition: background-color 0.3s ease-in-out;
}
.CaseStudyVirtual .li-dot {
  max-width: -moz-max-content;
  max-width: max-content;
}
/* virtual-tour */
.virtual-tour .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.virtual-tour .embed-container iframe,
.virtual-tour .embed-container object,
.virtual-tour .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframeVideo.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.iframeVideo.embed-container iframe,
.iframeVideo.embed-container object,
.iframeVideo.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* VONavbar */
.VONavbarContainer .boxshadowz {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --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);
}
.VONavbarContainer .activeLinks:focus,
.VONavbarContainer .activeLinks:focus-visible,
.VONavbarContainer .activeLinks:focus-within,
.VONavbarContainer .activeLinks:hover,
.VONavbarContainer .activeLinks.tab_active {
  transform: translateX(1rem);
  transition: all 0.3s;
}
.VONavbarContainer .activeLinks .arrow {
  opacity: 0;
  position: absolute;
  left: -66%;
  transition: all 0.3s;
  top: 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));
}
.VONavbarContainer .activeLinks:focus .arrow,
.VONavbarContainer .activeLinks:focus-visible .arrow,
.VONavbarContainer .activeLinks:focus-within .arrow,
.VONavbarContainer .activeLinks:hover .arrow,
.VONavbarContainer .activeLinks.active .arrow {
  opacity: 1;
}
.VONavbarContainer .links,
.VONavbarContainer .links button {
  transition: all 0.2s;
}
/* .VONavbarContainer .links:focus, */
.VONavbarContainer .links button:hover .VONavbarContainer .links.tab_active,
.VONavbarContainer .links button.tab_active,
.VONavbarContainer .links:hover,
.VONavbarContainer .links button:hover {
  /* color: #ffae00; */
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
  
}
.VONavbarContainer .links:hover button > img{
    filter: brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(738%) hue-rotate(360deg) brightness(102%) contrast(105%);
  }
.nestedLink > a span,
.nestedLink button > a span {
  -webkit-text-fill-color: #212121;
}
.nestedLink .subdropdown a > p > span {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  -webkit-text-fill-color: #212121;
}
.nestedLink:focus-within > a span,
.nestedLink:focus-within button > a span,
.nestedLink:focus-within .subdropdown a > p > span .nestedLink:hover > a span,
.nestedLink:focus-within .subdropdown a > p > span .nestedLink:focus-within > a span,
.nestedLink:hover button > a span,
.nestedLink:hover .subdropdown a > p > span {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  -webkit-text-fill-color: #212121;
}
.nestedLink:focus-within > a img,.nestedLink:focus-within button > a img,.nestedLink:focus-within .subdropdown a > p > span .nestedLink:hover > a img,.nestedLink:focus-within .subdropdown a > p > span .nestedLink:focus-within > a img,.nestedLink:hover button > a img,.nestedLink:hover .subdropdown a > p img{
    filter: brightness(0) saturate(100%) invert(59%) sepia(95%) saturate(738%) hue-rotate(360deg) brightness(102%) contrast(105%);
  }
.nestedLink:hover > a:hover span,
.nestedLink:hover button > a:hover span,
.nestedLink:hover .subdropdown a:hover > p > span {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.nestedLink .subdropdown a:focus-visible > p > span,
.nestedLink .subdropdown a:hover > p > span {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.VONavbarContainer .nestedLink.tab_active {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* .VONavbarContainer .links:focus-visible .dropdown,
.VONavbarContainer .links:target .dropdown,
.VONavbarContainer .links:focus .dropdown, */
.VONavbarContainer .links.tab_active .dropdown,
.VONavbarContainer .links:hover .dropdown {
  display: block;
}
.VONavbarContainer .links.active,
.VONavbarContainer .links.tab_active {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.VONavbarContainer .links.tab_active button > span,
.VONavbarContainer .links.active button > span {
  /* background: linear-gradient(110deg, #ffae00 24.68%, #996800 99.45%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* dropdown */
.VONavbarContainer .dropdown {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.2);
  left: 0;
}
/* .VONavbarContainer .nestedLink:focus-visible .subdropdown, */
.VONavbarContainer .nestedLink.tab_active .subdropdown,
.VONavbarContainer .nestedLink:hover .subdropdown {
  display: block;
}
.VONavbarContainer .subdropdown {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3), inset 0 0 2px rgba(0, 0, 0, 0.2);
}
.VONavbarContainer .dropdown,
.VONavbarContainer .subdropdown {
  min-width: 220px;
  background-color: white;
  z-index: 100;
}
@media (min-width: 1280px) {
  .VONavbarContainer .openedNav {
    -webkit-clip-path: circle(7% at 89% 6%);
            clip-path: circle(7% at 89% 6%);
  }
}
@media (max-width: 1023px) {
  .VONavbarContainer .activeLinks .arrow {
    opacity: 0;
    position: absolute;
    left: -40%;
    transition: all 0.5s;
  }
  .VONavbarContainer .activeLinks:hover,
  .VONavbarContainer .activeLinks.active {
    transform: translateX(0);
    transition: all 0.5s;
  }
  .VONavbarContainer .activeLinks .arrow {
    opacity: 0;
    position: absolute;
    left: 18%;
    transition: all 0.5s;
  }
}
.VONavbarContainer .sitemapMenu {
  display: none;
}
.VONavbarContainer .sitemapMenu.show {
  display: block;
}
.VONavbarContainer .sitemapMenu.hide .clippath {
  animation: navCollapse 0.4s forwards;
}
.VONavbarContainer .sitemapMenu.show .clippath {
  animation: navExpand 0.4s forwards;
}
.VONavbarContainer .sitemapMenu .menuItemContent {
  display: flex;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.VONavbarContainer .sitemapMenu .menuItemContent.active {
  display: flex;
  max-height: -moz-max-content;
  max-height: max-content;
  opacity: 1;
  z-index: 12;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .VONavbarContainer .sitemapMenu .menuItemContent.active {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
}
.VONavbarContainer .sitemapMenu .menuItemContent.active p,
.VONavbarContainer .sitemapMenu .menuItemContent.active img {
  animation: fadeIn 0.3s ease-in;
}
.VONavbarContainer .sitemapMenu .menuItem {
  opacity: 0;
}
.VONavbarContainer .sitemapMenu.show .menuItem {
  animation: fadeIn 0.2s linear forwards;
  animation-delay: var(--delay);
}
.hideScroll {
  overflow: hidden;
  height: 100vh;
}
.subMenuItemContainer,
.secSubMenuContianer {
  display: none;
}
.form-four label.subMenuItemContainer,.form-four label
.secSubMenuContianer{
  display: none;
}
.subMenuItemContainer.show,
.secSubMenuContianer.show {
  display: block;
}
@media (min-width: 1025px) {

  .subMenuItemContainer.show,
.secSubMenuContianer.show {
    display: none;
  }
}
.menuItem p svg {
  transition: all 0.3s;
}
.menuItem p.active {
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
  /* background: linear-gradient(93deg, #079868 4.91%, #004e34 62.11%); */
  background: linear-gradient(93deg, #1b644c 4.91%, #004e34 62.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 1025px) {

  .menuItem p.active {
    --tw-text-opacity: 1;
    color: rgb(33 33 33 / var(--tw-text-opacity));
  }
}
.menuItem p.active svg {
  transition: all 0.3s;
  transform: rotate(90deg);
}
.subMenuItemContainer.show ul li,
.secSubMenuContianer.show ul li {
  opacity: 0;
  animation: fadeIn 0.2s linear forwards;
  animation-delay: var(--delay);
}
ul#menu-language-menu li a {
  font-size: 14px;
  justify-content: center;
}
ul#menu-language-menu li img {
  max-width: 20px;
  max-height: 20px;
}
ul#menu-language-menu li.active ul.sub-menu,
ul#menu-language-menu li:hover ul.sub-menu {
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
ul#menu-language-menu li a {
  margin-right: 10px;
}
ul#menu-language-menu li ul.sub-menu {
  display: none;
  position: absolute;
  border-radius: 4px;
}
ul#menu-language-menu li {
  position: relative;
}
ul#menu-language-menu li ul.sub-menu li:hover {
  /* color: #ffae00; */
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
ul#menu-language-menu li:hover ul.sub-menu {
  display: block;
  border: 2px solid;
  border-color: rgb(242 242 242);
  background: #fff;
}
ul#menu-language-menu li ul.sub-menu li:hover {
  background: #f1f1f1;
}
ul#menu-language-menu li ul.sub-menu li {
  line-height: 2.5;
  width: 120px;
  padding-left: 10px;
  border-bottom: 1px solid rgb(242 242 242);
}
ul#menu-language-menu li {
  position: relative;
  width: auto;
  min-width: 50px;
}
ul#menu-language-menu li ul.sub-menu li {
  width: auto !important;
  min-width: 60px;
}
/* Keyframes for the circle animation */
@keyframes navExpand {
  0% {
    -webkit-clip-path: circle(7% at 90% 6%);
            clip-path: circle(7% at 90% 6%);
  }
  100% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
}
@keyframes navCollapse {
  0% {
    -webkit-clip-path: circle(100% at 50% 50%);
            clip-path: circle(100% at 50% 50%);
  }
  100% {
    -webkit-clip-path: circle(4% at 90% 6%);
            clip-path: circle(4% at 90% 6%);
  }
}
.hover\:text-themeSecondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-themeSecondary {
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-themeSecondary {
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, hsl(41, 100%, 36%) 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
}
.bg-themeSecondary2{
  background: linear-gradient(180deg, #F9B536 0%, #F9B536 100%);
}
.custom-banner-themePrimary {
  /* background: linear-gradient(93deg, #00db92 4.91%, #004e34 62.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.mainmenuContainer .links.active > a {
  background: linear-gradient(90deg, #ffae00 0%, #d79300 403.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.closeSitemapMenu:hover svg path,
.openSitemapMenu:hover svg path{
  stroke: #75530a;
  fill: #75530a;
}
.header-logo-playpause-btn img{
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(7485%) hue-rotate(29deg) brightness(103%) contrast(100%);
}
.go_to_main_content:not(:focus){
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  position: absolute;
  padding: 0;
}
.go_to_main_content:visited{
  border: 2px solid rgba(0, 0, 0, .16);
  border-radius: 2px;
  color: #681da8;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 6px 11px;
  min-height: 32px;
  text-decoration: underline;
  text-align: center;
  width: 106px;
}
.animated_logo,
.no_animated_logo {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.animated_logo.active,
.no_animated_logo.active {
  position: relative;
  z-index: 0;
  opacity: 1;
}
.social-list-icons img:hover{
  filter: brightness(0) saturate(100%) invert(82%) sepia(29%) saturate(7358%) hue-rotate(358deg) brightness(103%) contrast(108%);
}
.menu-footer-privacy-menu-container a {
  margin: 0.5rem;
  display: block;
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
  transition-duration: 300ms;
}
.menu-footer-privacy-menu-container a:hover {
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
}
@media (min-width: 1025px) {

  .menu-footer-privacy-menu-container a {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {

  .menu-footer-privacy-menu-container a {
    margin-right: 1.5rem;
  }
}
#menu-footer-privacy-menu {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {

  #menu-footer-privacy-menu {
    flex-direction: row;
  }
}
#menu-footer-quick-link {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1536px) {

  #menu-footer-quick-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#menu-footer-quick-link {
  margin-top: 0.5rem;
  padding-left: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}
#menu-footer-our-services {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1536px) {

  #menu-footer-our-services {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#menu-footer-our-services {
  margin-top: 0.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  padding-left: 0.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(90 90 90 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  #menu-footer-our-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1025px) {

  #menu-footer-our-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.FooterWithNewsletter .footersitemap .Links {
    opacity: 1;
    max-height: 100%;
    height: auto;
    visibility: visible;
    transition: max-height 0.3s;
}
.FooterWithNewsletter .footersitemap .Links.hide {
    opacity: 0;
    height: 0;
    max-height: 0%;
    visibility: hidden;
    transition: max-height 0.3s;
}
#services-menu ul.services-menu-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  #services-menu ul.services-menu-container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#services-menu ul.services-menu-container {
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity));
    -moz-column-gap: .5rem;
    column-gap: .5rem;
    font-weight: 300;
    margin-top: .5rem;
    padding-left: .75rem;
    width: 100%;
}
#services-menu #menu-footer-our-services {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 768px) {

  #services-menu #menu-footer-our-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
#privacy-menu .privacy-menu-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (min-width: 768px) {

  #privacy-menu .privacy-menu-container {
    flex-direction: row;
    gap: 1.25rem;
  }
}
@media (min-width: 1536px) {

  #privacy-menu .privacy-menu-container {
    gap: 44px;
  }
}
.bg-secondary-100{
    background-color: #FFF7E6;
}
/* VOQuotation */
#VOQuotation.main-layout .iti input:focus{
  box-shadow: none !important;
}
#VOQuotation .iti {
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 1536px) {

  #VOQuotation .iti {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
#VOQuotation .iti {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 400;
}
@media (min-width: 1280px) {

  #VOQuotation .iti {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
#VOQuotation .iti{
  min-width: 0;
  border: 1px solid #212121;
  border-radius: 12px;
  width: 100%;
  outline: none !important;
}
#VOQuotation .iti input {
  border-width: 0px !important;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
#VOQuotation .navigate-steps {
  border-radius: 100%;
  border-width: 2px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    color 0.3s ease-in-out;
}
#VOQuotation .joint {
  position: absolute;
  height: 4px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: width 0.15s ease-in-out;
}
#VOQuotation.main-layout input:focus,
#VOQuotation.main-layout textarea:focus {
  outline: none;
  box-shadow: 0 0 5px #212121;
}
#FormStepOne.form-one label {
  display: block;
  margin-bottom: 10px;
}
#FormStepOne.form-one input {
  min-width: 0px; /* for responsive in firefox */
  border: 1px solid #212121;
  border-radius: 12px;
  width: 100%;
  outline: none !important;
}
#FormStepOne .submit-btn {
  padding: 12px 28px;
  border: 2px solid #212121;
  margin-top: 20px;
}
.NavigationBtn.submit-btn {
  padding: 12px 28px;
  border: 2px solid #212121;
  color: #212121;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.NavigationBtn.submit-btn:hover {
  background-color: #212121;
  color: #fff;
}
.NavigationBtn.skip-btn {
  border: none;
  color: #a2aabb;
  transition: color 0.3s ease-in-out;
}
.NavigationBtn.skip-btn:hover {
  color: #212121;
}
/* Select */
#VOQuotation .select-wrapper {
  position: relative;
  height: 100px;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  cursor: default;
  background-color: rgb(241, 241, 241);
}
#VOQuotation .select-wrapper:hover {
  background-color: var(--hoverColor);
}
#VOQuotation .select-wrapper.active {
  background-color: var(--hoverColor);
  color: white;
}
#VOQuotation .select-wrapper .img-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
}
#VOQuotation .select-wrapper .img-wrapper .img,
#VOQuotation .select-wrapper .img-wrapper .img-hover {
  transition: opacity 0.3s ease-in-out;
}
#VOQuotation .select-wrapper .img-wrapper .img-hover {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
}
#VOQuotation .select-wrapper:hover .img-wrapper .img {
  opacity: 0;
}
#VOQuotation .select-wrapper:hover .img-wrapper .img-hover {
  opacity: 1;
}
#VOQuotation .select-wrapper p {
  transition: color 0.3s ease-in-out;
  text-align: center;
}
#VOQuotation .select-wrapper:hover p {
  color: #fff;
}
.form-four label.hidden{
  display: none;
}
.form-four span,
.form-four label {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.form-four span::after,
.form-four label::after {
  content: "";
  display: inline-block;
  height: 4px;
  width: 10px;
  border-top: 4px solid #a2aabb;
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  margin-left: 1ch;
}
.form-four .date-box {
  min-width: 0px; /* for responsive in firefox */
  border: 1px solid #a2aabb;
  border-radius: 12px;
  width: 100%;
  position: relative;
}
.form-four input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}
.form-four input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}
.form-five textarea {
  min-width: 0px; /* for responsive in firefox */
  border: 1px solid #212121;
  border-radius: 12px;
  width: 100%;
  resize: none;
}
#VOQuotation .navStepItem .navigate-steps {
  background-color: rgb(241, 241, 241);
  /* color: rgb(128, 128, 128); */
  color: rgb(89 86 86);
  border-color: transparent;
  transition: all 0.3s;
}
#VOQuotation .navStepItem.active .navigate-steps {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 219, 146);
  border-color: rgb(0, 219, 146);
  transition: all 0.3s;
  background: linear-gradient(111deg, #00DB92 0%, #004E34 396.39%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#VOQuotation .navStepItem.complete .navigate-steps {
  background-color: rgb(0, 219, 146);
  color: rgb(255, 255, 255);
  border-color: rgb(0, 219, 146);
  transition: all 0.3s;
}
#VOQuotation .navStepItem .joint {
  width: 0px;
  background-color: rgb(0, 219, 146);
  transition: width 0.3s;
}
#VOQuotation .navStepItem.complete .joint {
  width: 100%;
  transition: width 0.3s;
}
.FormContainer .stepForm {
  display: none;
}
.FormContainer .stepForm.active {
  display: flex;
}
#VOQuotation .FormContainer .active .textContainer {
  animation: fadeIn 0.4s ease-in;
}
#VOQuotation .FormContainer .active .imgContaniner {
  animation: fadeIn 0.4s ease-in;
}
#VOQuotation .FormContainer .error {
  display: none;
}
#FormResult .bg-img {
  position: absolute;
  top: 45%;
  left: 0;
  transform: translate(-60%, -50%);
}
@media (max-width: 639px) {
  #FormResult .bg-img {
      top: 0;
  }
}
@media (max-width: 1023px) and (min-width: 640px) {
  #FormResult .bg-img {
      top: 35%;
      transform: translate(-65%, -50%);
  }
}
#VOQuotation.main-layout .iti__flag{
  background-image: unset !important;
  width: 0;
  height: 0;
  box-shadow: none;
}
#VOQuotation.main-layout .iti__selected-country{
  flex-direction: row-reverse;
}
#VOQuotation.main-layout .iti__selected-country::after{
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
#VOQuotation .iti__flag{
  background-image: none !important;
  width: 0 !important;
}
/* CustomizedCMSSystem */
.CustomizedCMSSystem .custom_switch {
    position: relative;
    display: inline-block;
    width: 168px;
    height: 61px;
}
.CustomizedCMSSystem .custom_switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.CustomizedCMSSystem .custom_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #A2AAB8;
    transition: .4s;
}
.CustomizedCMSSystem .custom_slider:before {
    position: absolute;
    content: "";
    height: 37px;
    width: 37px;
    left: 12px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    top: 50%;
    transform: translateY(-50%);
}
.CustomizedCMSSystem .custom_switch input:checked+.custom_slider {
    background-color: #000;
}
.CustomizedCMSSystem .custom_switch  p span{
  color: #fff;
}
.CustomizedCMSSystem .custom_switch input:focus+.custom_slider {
    box-shadow: 0 0 1px #000;
}
.CustomizedCMSSystem .custom_switch input:checked+.custom_slider:before {
    transform: translateY(-50%);
    left: 65%;
}
/* Rounded sliders */
.CustomizedCMSSystem .custom_round {
    border-radius: 34px;
}
.CustomizedCMSSystem .custom_slider.custom_round:before {
    border-radius: 50%;
}
.CustomizedCMSSystem .bg_redcontent{
   
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 100%;
    padding-top: 13rem;
    padding-bottom: 13rem;
}
.CustomizedCMSSystem .custom_nav::before,
.CustomizedCMSSystem .custom_nav::after{
    display: none !important;
}
.CustomizedCMSSystem .custom_nav {
    position: relative !important;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    transform: none !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
}
@media screen and (max-width:1681px){
    .CustomizedCMSSystem .bg_redcontent{
        padding-top: 6rem;
        padding-bottom: 13rem;
    }
}
@media screen and (max-width:1367px){

    .CustomizedCMSSystem .bg_redcontent{
        background-size: 100%;
    }
    .CustomizedCMSSystem .slide_img{
        max-height: 480px;
    }
}
@media screen and (max-width:1135px) {
    .CustomizedCMSSystem .slide_img{
        max-height: 350px;
    }    

}
@media screen and (max-width:641px){
    .CustomizedCMSSystem .bg_redcontent{
        background-position: 50% 30%;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
@media screen and (max-width:429px){
    .CustomizedCMSSystem .slide_img{
        max-height: 320px;
    }    

}
@media screen and (max-width:376px){
    .CustomizedCMSSystem .slide_img{
        max-height: 300px;
    }    

    .CustomizedCMSSystem .custom_padding{
        padding-left: 0.25rem;
    }
}
@media screen and (max-width:359px){
    .CustomizedCMSSystem .slide_img{
        max-height: 250px;
    }
    
}
/* UIUXApproachSlider */
.approachSlider .yellow_border::after {
    content: "";
    display: block;
    width: 100px;
    height: 8px;
    background-color: #ffae00;
    margin-top: 28px;
    margin-bottom: 28px;
  }
.uiux_bgImg {
    mix-blend-mode: multiply;
    background-color: #a2aab8;
  }
.uiux_slider_container {
    left: 15%;
  }
.uiux_main_content {
    margin-bottom: 28rem;
  }
.approachSlider .custom-next-arrrow {
  position: absolute;
  top: 70%;
  right: 0px;
  z-index: 20;
  height: 1.75rem;
  width: 1.75rem;
  --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));
  cursor: pointer;
  border-style: none;
  outline-width: 0px;
}
@media (min-width: 640px) {

  .approachSlider .custom-next-arrrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media (min-width: 768px) {

  .approachSlider .custom-next-arrrow {
    right: 0.75rem;
    height: 3rem;
    width: 3rem;
  }
}
@media (min-width: 1025px) {

  .approachSlider .custom-next-arrrow {
    right: 2rem;
  }
}
@media (min-width: 1536px) {

  .approachSlider .custom-next-arrrow {
    right: 2.5rem;
  }
}
.approachSlider .custom-prev-arrrow {
  position: absolute;
  top: 70%;
  left: 0px;
  z-index: 20;
  height: 1.75rem;
  width: 1.75rem;
  --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));
  cursor: pointer;
  border-style: none;
  outline-width: 0px;
}
@media (min-width: 640px) {

  .approachSlider .custom-prev-arrrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
@media (min-width: 768px) {

  .approachSlider .custom-prev-arrrow {
    left: 0.75rem;
    height: 3rem;
    width: 3rem;
  }
}
@media (min-width: 1025px) {

  .approachSlider .custom-prev-arrrow {
    left: 2rem;
  }
}
@media (min-width: 1536px) {

  .approachSlider .custom-prev-arrrow {
    left: 2.5rem;
  }
}
.approachSlider .swiper-button-prev::after,
  .approachSlider .swiper-button-next::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
  }
@media screen and (max-width: 1681px) {
    .uiux_slider_container {
      left: 10%;
    }
  
    .uiux_slider_content {
      max-width: 1350px;
    }
  }
@media screen and (max-width: 1561px) {
    .uiux_slider_container {
      top: 10%;
    }
  }
@media screen and (max-width: 1441px) {
    .uiux_slideImg {
      max-height: 485px;
    }
    .uiux_main_content {
      margin-bottom: 18rem;
    }
    .uiux_slider_content {
      max-width: 950px;
    }
  }
@media screen and (max-width: 1300px) {
    .uiux_slideImg {
      max-height: 400px;
    }
    .approachSlider .yellow_border::after {
      margin-top: 12px;
      margin-bottom: 12px;
    }
    .uiux_main_content {
      margin-bottom: 10rem;
    }
    .uiux_slider_content {
      max-width: 820px;
    }
  }
@media screen and (max-width: 999px) {
    .approachSlider .yellow_border::after {
      max-width: 50px;
      height: 5px;
    }
    .uiux_main_content {
      margin-bottom: 12rem;
    }
    .uiux_slideImg {
      max-height: 300px;
    }
    .uiux_slider_content {
      max-width: 640px;
    }
  }
@media screen and (max-width: 769px) {
    .uiux_main_content {
      margin-bottom: 13rem;
    }
  }
@media screen and (max-width: 700px) {
    .uiux_slideImg {
      max-height: 200px;
    }
    .uiux_bgImg {
      min-height: 300px;
      -o-object-fit: cover;
         object-fit: cover;
    }
    .uiux_main_content {
      margin-bottom: 6rem;
    }
    .uiux_slider_container {
      left: 5%;
    }
  }
@media screen and (max-width: 367px) {
    .uiux_main_content {
      margin-bottom: 8rem;
    }
  }
.uiux_right {
    right: 100px !important;
  }
.uiux_right::after,
  .uiux_right::before {
    background: none !important;
  }
.CustomizedCMSSystem .flicking-viewport {
    position: relative;
    overflow: hidden;
  }
.CustomizedCMSSystem .flicking-camera {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    flex-direction: row;
    z-index: 1;
    transition: transform 0.3s ease-in-out;
  }
.CustomizedCMSSystem .flicking-item {
    flex-shrink: 0;
  }
.searchFilterContent {
    opacity: 0;
}
/* Search and Filter Plugin */
.searchandfilter ul {
    display: flex;
    border: 1px solid #7691AD;
    border-radius: 4px;
    background-color: white;
    position: relative;
}
.searchandfilter ul input,
.searchandfilter ul select {
    outline: none!important;
    outline-width: 0px!important;
    padding-left: 16px;
    padding-right: 16px;
}
.searchandfilter ul input {
    height: 100%;
    
}
.searchandfilter ul .sf-field-search {
    flex-grow: 1;
}
.searchandfilter .sf-field-category {
    border-left: 1px solid #7691AD;
}
.searchandfilter .sf-field-submit {
    background-color: #00DB92;
    color: white;
}
.search-filter-results .pagination-wrapper  {
    padding-top: 0px;
    text-align: center;
}
.search-filter-results .pagination-wrapper .wp-pagenavi {
    padding-bottom: 80px;
}
.BlogDetails-module_htmlWrapper__YZ3gm   p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   a {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(11 132 132 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.BlogDetails-module_htmlWrapper__YZ3gm   li h1,
.BlogDetails-module_htmlWrapper__YZ3gm   li h2,
.BlogDetails-module_htmlWrapper__YZ3gm   li h3,
.BlogDetails-module_htmlWrapper__YZ3gm   li h4,
.BlogDetails-module_htmlWrapper__YZ3gm   li h5,
.BlogDetails-module_htmlWrapper__YZ3gm   li h6 {
  display: inline-block;
}
.BlogDetails-module_htmlWrapper__YZ3gm   h1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h1 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 1280px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1536px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   h2 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h2 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }
}
@media (min-width: 1280px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   h3 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}
@media (min-width: 640px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 1536px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   h4 {
  /* fs-base */
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 1280px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h4 {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   h5,
.BlogDetails-module_htmlWrapper__YZ3gm   h6 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h5,
.BlogDetails-module_htmlWrapper__YZ3gm   h6 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1536px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   h5,
.BlogDetails-module_htmlWrapper__YZ3gm   h6 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   p {
  /* fs-base */
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1280px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   img {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   img {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   img[data-with-background="true"] {
  background-color: #cdd1e0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 500px;
  padding: 10px;
}
.BlogDetails-module_htmlWrapper__YZ3gm   img[data-with-border="true"] {
  border: 2px solid #e8e8eb;
}
.BlogDetails-module_htmlWrapper__YZ3gm   pre {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   pre {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   pre {
  color: #41314e;
  background-color: #f8f7fa;
}
.BlogDetails-module_htmlWrapper__YZ3gm   code {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  white-space: pre-line;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   code {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.BlogDetails-module_htmlWrapper__YZ3gm   code {
  color: #41314e;
}
.BlogDetails-module_htmlWrapper__YZ3gm   table {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
  overflow: auto;
}
@media (min-width: 768px) {

  .BlogDetails-module_htmlWrapper__YZ3gm   table {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    display: table;
  }
}
table,
td,
th {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
th,
tr,
td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.BlogDetails-module_htmlWrapper__YZ3gm   ul {
  list-style-position: inside;
  list-style-type: disc;
}
.BlogDetails-module_htmlWrapper__YZ3gm   ol {
  list-style-position: inside;
  list-style-type: decimal;
}
/* BlogSlider */
.slider-item:hover .overlay {
  opacity: 1;
}
.blogArticleSliderContainer .custom-next-arrrow,
.blogArticleSliderContainer .custom-prev-arrrow {
  border-radius: 9999px;
  background-color: transparent;
  --tw-shadow: 0 0px 10px 0px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 0px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index: 20;
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
@media (min-width: 640px) {

  .blogArticleSliderContainer .custom-next-arrrow,
.blogArticleSliderContainer .custom-prev-arrrow {
    height: 2.25rem;
    width: 2.25rem;
  }
}
@media (min-width: 1536px) {

  .blogArticleSliderContainer .custom-next-arrrow,
.blogArticleSliderContainer .custom-prev-arrrow {
    height: 2.5rem;
    width: 2.5rem;
  }
}
.blogArticleSliderContainer .custom-next-arrrow::before,
.blogArticleSliderContainer .custom-prev-arrrow::before {
  max-height: 20px;
  max-width: 8px;
}
.blogArticleSliderContainer ul[class="slick-dots"] li button:before {
  display: none;
}
.blogArticleSliderContainer .swiper-pagination-bullets {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.blogArticleSliderContainer .swiper-pagination-bullet {
  background: #0fbfbf !important;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  opacity: 0.4;
  transition-duration: 700ms;
}
.blogArticleSliderContainer .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 1rem;
  width: 1rem;
  opacity: 1;
}
.blogArticleSliderContainer .swiper-button-prev::after,
.blogArticleSliderContainer .swiper-button-next::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 14px;
}
.blogArticleSliderContainer .swiper {
  position: static;
}
.blogArticleSliderContainer .custom-next-arrrow {
  right: 0px;
}
@media (min-width: 768px) {

  .blogArticleSliderContainer .custom-next-arrrow {
    right: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .blogArticleSliderContainer .custom-next-arrrow {
    right: 5rem;
  }
}
.blogArticleSliderContainer .custom-prev-arrrow {
  left: 0px;
}
@media (min-width: 768px) {

  .blogArticleSliderContainer .custom-prev-arrrow {
    left: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .blogArticleSliderContainer .custom-prev-arrrow {
    left: 5rem;
  }
}
/* width */
::-webkit-scrollbar {
  height: 4px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #ababab;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #8e8e8e;
}
.custom-blog-title {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
  /* background: linear-gradient(180deg, #ffae00 0%, #ba7f00 100%); */
  background: linear-gradient(180deg, #ba7f00 0%, #ba7f00 100%);
  background: linear-gradient(180deg, #75530a 0%, #75530a 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* background: linear-gradient(90deg, #ffae00 0%, #d79300 149.74%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.highlightposts .hightlightcontent p {
    font-weight: 300;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
 }
.insighblog h2 {
     width: 100%;
 }
.highlightposts .hightlightcontent span{
    display: block;
  }
.insighblog {
      justify-content: space-between;
  }
.insighblog .featuredposts {
      width: 40%;
  }
.insighblog .highlightposts {
      width: 57%;
  }
.featuredposts .datencat,
  .featuredposts ul.catlist {
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
ul.catlist {
      gap: 10%;
  }
.highlightposts ul.catlist {
    display: flex;
    gap: 3%;
}
.latestcontent .latestbody .contentbody p {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 300;
    overflow: hidden;
    margin-bottom: 20px;
}
.latestcontent .latestbody .contentbody {
    max-height: 4rem;
    overflow: hidden;
}
.insightlatest .latestheader {
    width: 100%;
    align-items: center;
    border-bottom: 2px solid;
    border-color: rgba(27, 197, 189);
}
.latestcontent img {
    border-radius: 5px;
}
.latestcontent {
    justify-content: space-between;
}
.latestcontent ul.catlist {
    display: flex;
    gap: 2%;
}
.latestcontent>div {
    width: 32%;
}
@media (max-width:991px) {
    .insighblog>div,.latestcontent>div {
            width: 100% !important;
        }
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url(../images/flags.webp?ddfa4155922198c5305f1e49d52dee46);
  --iti-path-flags-2x: url(../images/flags@2x.webp?11151219817c4593cbfaede705cfcd30);
  --iti-path-globe-1x: url(../images/globe.webp?7fb216c936a98b90918e505af20b71d9);
  --iti-path-globe-2x: url(../images/globe@2x.webp?5dc7e51d6b5d42fc2be450b5e5e1c54d);
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}
.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}
.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-dialcode-color);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__country-list .iti__flag, .iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}
[dir=rtl] .iti__country-list .iti__flag, [dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover, .iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])):hover button {
  cursor: pointer;
}
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.iti .iti__selected-dial-code {
  margin-left: 4px;
}
[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
/* .iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
} */
.iti__ac {
  --iti-flag-offset: 0px;
}
.iti__ad {
  --iti-flag-offset: -16px;
}
.iti__ae {
  --iti-flag-offset: -32px;
}
.iti__af {
  --iti-flag-offset: -48px;
}
.iti__ag {
  --iti-flag-offset: -64px;
}
.iti__ai {
  --iti-flag-offset: -80px;
}
.iti__al {
  --iti-flag-offset: -96px;
}
.iti__am {
  --iti-flag-offset: -112px;
}
.iti__ao {
  --iti-flag-offset: -128px;
}
.iti__ar {
  --iti-flag-offset: -144px;
}
.iti__as {
  --iti-flag-offset: -160px;
}
.iti__at {
  --iti-flag-offset: -176px;
}
.iti__au {
  --iti-flag-offset: -192px;
}
.iti__aw {
  --iti-flag-offset: -208px;
}
.iti__ax {
  --iti-flag-offset: -224px;
}
.iti__az {
  --iti-flag-offset: -240px;
}
.iti__ba {
  --iti-flag-offset: -256px;
}
.iti__bb {
  --iti-flag-offset: -272px;
}
.iti__bd {
  --iti-flag-offset: -288px;
}
.iti__be {
  --iti-flag-offset: -304px;
}
.iti__bf {
  --iti-flag-offset: -320px;
}
.iti__bg {
  --iti-flag-offset: -336px;
}
.iti__bh {
  --iti-flag-offset: -352px;
}
.iti__bi {
  --iti-flag-offset: -368px;
}
.iti__bj {
  --iti-flag-offset: -384px;
}
.iti__bl {
  --iti-flag-offset: -400px;
}
.iti__bm {
  --iti-flag-offset: -416px;
}
.iti__bn {
  --iti-flag-offset: -432px;
}
.iti__bo {
  --iti-flag-offset: -448px;
}
.iti__bq {
  --iti-flag-offset: -464px;
}
.iti__br {
  --iti-flag-offset: -480px;
}
.iti__bs {
  --iti-flag-offset: -496px;
}
.iti__bt {
  --iti-flag-offset: -512px;
}
.iti__bw {
  --iti-flag-offset: -528px;
}
.iti__by {
  --iti-flag-offset: -544px;
}
.iti__bz {
  --iti-flag-offset: -560px;
}
.iti__ca {
  --iti-flag-offset: -576px;
}
.iti__cc {
  --iti-flag-offset: -592px;
}
.iti__cd {
  --iti-flag-offset: -608px;
}
.iti__cf {
  --iti-flag-offset: -624px;
}
.iti__cg {
  --iti-flag-offset: -640px;
}
.iti__ch {
  --iti-flag-offset: -656px;
}
.iti__ci {
  --iti-flag-offset: -672px;
}
.iti__ck {
  --iti-flag-offset: -688px;
}
.iti__cl {
  --iti-flag-offset: -704px;
}
.iti__cm {
  --iti-flag-offset: -720px;
}
.iti__cn {
  --iti-flag-offset: -736px;
}
.iti__co {
  --iti-flag-offset: -752px;
}
.iti__cr {
  --iti-flag-offset: -768px;
}
.iti__cu {
  --iti-flag-offset: -784px;
}
.iti__cv {
  --iti-flag-offset: -800px;
}
.iti__cw {
  --iti-flag-offset: -816px;
}
.iti__cx {
  --iti-flag-offset: -832px;
}
.iti__cy {
  --iti-flag-offset: -848px;
}
.iti__cz {
  --iti-flag-offset: -864px;
}
.iti__de {
  --iti-flag-offset: -880px;
}
.iti__dj {
  --iti-flag-offset: -896px;
}
.iti__dk {
  --iti-flag-offset: -912px;
}
.iti__dm {
  --iti-flag-offset: -928px;
}
.iti__do {
  --iti-flag-offset: -944px;
}
.iti__dz {
  --iti-flag-offset: -960px;
}
.iti__ec {
  --iti-flag-offset: -976px;
}
.iti__ee {
  --iti-flag-offset: -992px;
}
.iti__eg {
  --iti-flag-offset: -1008px;
}
.iti__eh {
  --iti-flag-offset: -1024px;
}
.iti__er {
  --iti-flag-offset: -1040px;
}
.iti__es {
  --iti-flag-offset: -1056px;
}
.iti__et {
  --iti-flag-offset: -1072px;
}
.iti__fi {
  --iti-flag-offset: -1088px;
}
.iti__fj {
  --iti-flag-offset: -1104px;
}
.iti__fk {
  --iti-flag-offset: -1120px;
}
.iti__fm {
  --iti-flag-offset: -1136px;
}
.iti__fo {
  --iti-flag-offset: -1152px;
}
.iti__fr {
  --iti-flag-offset: -1168px;
}
.iti__ga {
  --iti-flag-offset: -1184px;
}
.iti__gb {
  --iti-flag-offset: -1200px;
}
.iti__gd {
  --iti-flag-offset: -1216px;
}
.iti__ge {
  --iti-flag-offset: -1232px;
}
.iti__gf {
  --iti-flag-offset: -1248px;
}
.iti__gg {
  --iti-flag-offset: -1264px;
}
.iti__gh {
  --iti-flag-offset: -1280px;
}
.iti__gi {
  --iti-flag-offset: -1296px;
}
.iti__gl {
  --iti-flag-offset: -1312px;
}
.iti__gm {
  --iti-flag-offset: -1328px;
}
.iti__gn {
  --iti-flag-offset: -1344px;
}
.iti__gp {
  --iti-flag-offset: -1360px;
}
.iti__gq {
  --iti-flag-offset: -1376px;
}
.iti__gr {
  --iti-flag-offset: -1392px;
}
.iti__gt {
  --iti-flag-offset: -1408px;
}
.iti__gu {
  --iti-flag-offset: -1424px;
}
.iti__gw {
  --iti-flag-offset: -1440px;
}
.iti__gy {
  --iti-flag-offset: -1456px;
}
.iti__hk {
  --iti-flag-offset: -1472px;
}
.iti__hn {
  --iti-flag-offset: -1488px;
}
.iti__hr {
  --iti-flag-offset: -1504px;
}
.iti__ht {
  --iti-flag-offset: -1520px;
}
.iti__hu {
  --iti-flag-offset: -1536px;
}
.iti__id {
  --iti-flag-offset: -1552px;
}
.iti__ie {
  --iti-flag-offset: -1568px;
}
.iti__il {
  --iti-flag-offset: -1584px;
}
.iti__im {
  --iti-flag-offset: -1600px;
}
.iti__in {
  --iti-flag-offset: -1616px;
}
.iti__io {
  --iti-flag-offset: -1632px;
}
.iti__iq {
  --iti-flag-offset: -1648px;
}
.iti__ir {
  --iti-flag-offset: -1664px;
}
.iti__is {
  --iti-flag-offset: -1680px;
}
.iti__it {
  --iti-flag-offset: -1696px;
}
.iti__je {
  --iti-flag-offset: -1712px;
}
.iti__jm {
  --iti-flag-offset: -1728px;
}
.iti__jo {
  --iti-flag-offset: -1744px;
}
.iti__jp {
  --iti-flag-offset: -1760px;
}
.iti__ke {
  --iti-flag-offset: -1776px;
}
.iti__kg {
  --iti-flag-offset: -1792px;
}
.iti__kh {
  --iti-flag-offset: -1808px;
}
.iti__ki {
  --iti-flag-offset: -1824px;
}
.iti__km {
  --iti-flag-offset: -1840px;
}
.iti__kn {
  --iti-flag-offset: -1856px;
}
.iti__kp {
  --iti-flag-offset: -1872px;
}
.iti__kr {
  --iti-flag-offset: -1888px;
}
.iti__kw {
  --iti-flag-offset: -1904px;
}
.iti__ky {
  --iti-flag-offset: -1920px;
}
.iti__kz {
  --iti-flag-offset: -1936px;
}
.iti__la {
  --iti-flag-offset: -1952px;
}
.iti__lb {
  --iti-flag-offset: -1968px;
}
.iti__lc {
  --iti-flag-offset: -1984px;
}
.iti__li {
  --iti-flag-offset: -2000px;
}
.iti__lk {
  --iti-flag-offset: -2016px;
}
.iti__lr {
  --iti-flag-offset: -2032px;
}
.iti__ls {
  --iti-flag-offset: -2048px;
}
.iti__lt {
  --iti-flag-offset: -2064px;
}
.iti__lu {
  --iti-flag-offset: -2080px;
}
.iti__lv {
  --iti-flag-offset: -2096px;
}
.iti__ly {
  --iti-flag-offset: -2112px;
}
.iti__ma {
  --iti-flag-offset: -2128px;
}
.iti__mc {
  --iti-flag-offset: -2144px;
}
.iti__md {
  --iti-flag-offset: -2160px;
}
.iti__me {
  --iti-flag-offset: -2176px;
}
.iti__mf {
  --iti-flag-offset: -2192px;
}
.iti__mg {
  --iti-flag-offset: -2208px;
}
.iti__mh {
  --iti-flag-offset: -2224px;
}
.iti__mk {
  --iti-flag-offset: -2240px;
}
.iti__ml {
  --iti-flag-offset: -2256px;
}
.iti__mm {
  --iti-flag-offset: -2272px;
}
.iti__mn {
  --iti-flag-offset: -2288px;
}
.iti__mo {
  --iti-flag-offset: -2304px;
}
.iti__mp {
  --iti-flag-offset: -2320px;
}
.iti__mq {
  --iti-flag-offset: -2336px;
}
.iti__mr {
  --iti-flag-offset: -2352px;
}
.iti__ms {
  --iti-flag-offset: -2368px;
}
.iti__mt {
  --iti-flag-offset: -2384px;
}
.iti__mu {
  --iti-flag-offset: -2400px;
}
.iti__mv {
  --iti-flag-offset: -2416px;
}
.iti__mw {
  --iti-flag-offset: -2432px;
}
.iti__mx {
  --iti-flag-offset: -2448px;
}
.iti__my {
  --iti-flag-offset: -2464px;
}
.iti__mz {
  --iti-flag-offset: -2480px;
}
.iti__na {
  --iti-flag-offset: -2496px;
}
.iti__nc {
  --iti-flag-offset: -2512px;
}
.iti__ne {
  --iti-flag-offset: -2528px;
}
.iti__nf {
  --iti-flag-offset: -2544px;
}
.iti__ng {
  --iti-flag-offset: -2560px;
}
.iti__ni {
  --iti-flag-offset: -2576px;
}
.iti__nl {
  --iti-flag-offset: -2592px;
}
.iti__no {
  --iti-flag-offset: -2608px;
}
.iti__np {
  --iti-flag-offset: -2624px;
}
.iti__nr {
  --iti-flag-offset: -2640px;
}
.iti__nu {
  --iti-flag-offset: -2656px;
}
.iti__nz {
  --iti-flag-offset: -2672px;
}
.iti__om {
  --iti-flag-offset: -2688px;
}
.iti__pa {
  --iti-flag-offset: -2704px;
}
.iti__pe {
  --iti-flag-offset: -2720px;
}
.iti__pf {
  --iti-flag-offset: -2736px;
}
.iti__pg {
  --iti-flag-offset: -2752px;
}
.iti__ph {
  --iti-flag-offset: -2768px;
}
.iti__pk {
  --iti-flag-offset: -2784px;
}
.iti__pl {
  --iti-flag-offset: -2800px;
}
.iti__pm {
  --iti-flag-offset: -2816px;
}
.iti__pr {
  --iti-flag-offset: -2832px;
}
.iti__ps {
  --iti-flag-offset: -2848px;
}
.iti__pt {
  --iti-flag-offset: -2864px;
}
.iti__pw {
  --iti-flag-offset: -2880px;
}
.iti__py {
  --iti-flag-offset: -2896px;
}
.iti__qa {
  --iti-flag-offset: -2912px;
}
.iti__re {
  --iti-flag-offset: -2928px;
}
.iti__ro {
  --iti-flag-offset: -2944px;
}
.iti__rs {
  --iti-flag-offset: -2960px;
}
.iti__ru {
  --iti-flag-offset: -2976px;
}
.iti__rw {
  --iti-flag-offset: -2992px;
}
.iti__sa {
  --iti-flag-offset: -3008px;
}
.iti__sb {
  --iti-flag-offset: -3024px;
}
.iti__sc {
  --iti-flag-offset: -3040px;
}
.iti__sd {
  --iti-flag-offset: -3056px;
}
.iti__se {
  --iti-flag-offset: -3072px;
}
.iti__sg {
  --iti-flag-offset: -3088px;
}
.iti__sh {
  --iti-flag-offset: -3104px;
}
.iti__si {
  --iti-flag-offset: -3120px;
}
.iti__sj {
  --iti-flag-offset: -3136px;
}
.iti__sk {
  --iti-flag-offset: -3152px;
}
.iti__sl {
  --iti-flag-offset: -3168px;
}
.iti__sm {
  --iti-flag-offset: -3184px;
}
.iti__sn {
  --iti-flag-offset: -3200px;
}
.iti__so {
  --iti-flag-offset: -3216px;
}
.iti__sr {
  --iti-flag-offset: -3232px;
}
.iti__ss {
  --iti-flag-offset: -3248px;
}
.iti__st {
  --iti-flag-offset: -3264px;
}
.iti__sv {
  --iti-flag-offset: -3280px;
}
.iti__sx {
  --iti-flag-offset: -3296px;
}
.iti__sy {
  --iti-flag-offset: -3312px;
}
.iti__sz {
  --iti-flag-offset: -3328px;
}
.iti__tc {
  --iti-flag-offset: -3344px;
}
.iti__td {
  --iti-flag-offset: -3360px;
}
.iti__tg {
  --iti-flag-offset: -3376px;
}
.iti__th {
  --iti-flag-offset: -3392px;
}
.iti__tj {
  --iti-flag-offset: -3408px;
}
.iti__tk {
  --iti-flag-offset: -3424px;
}
.iti__tl {
  --iti-flag-offset: -3440px;
}
.iti__tm {
  --iti-flag-offset: -3456px;
}
.iti__tn {
  --iti-flag-offset: -3472px;
}
.iti__to {
  --iti-flag-offset: -3488px;
}
.iti__tr {
  --iti-flag-offset: -3504px;
}
.iti__tt {
  --iti-flag-offset: -3520px;
}
.iti__tv {
  --iti-flag-offset: -3536px;
}
.iti__tw {
  --iti-flag-offset: -3552px;
}
.iti__tz {
  --iti-flag-offset: -3568px;
}
.iti__ua {
  --iti-flag-offset: -3584px;
}
.iti__ug {
  --iti-flag-offset: -3600px;
}
.iti__us {
  --iti-flag-offset: -3616px;
}
.iti__uy {
  --iti-flag-offset: -3632px;
}
.iti__uz {
  --iti-flag-offset: -3648px;
}
.iti__va {
  --iti-flag-offset: -3664px;
}
.iti__vc {
  --iti-flag-offset: -3680px;
}
.iti__ve {
  --iti-flag-offset: -3696px;
}
.iti__vg {
  --iti-flag-offset: -3712px;
}
.iti__vi {
  --iti-flag-offset: -3728px;
}
.iti__vn {
  --iti-flag-offset: -3744px;
}
.iti__vu {
  --iti-flag-offset: -3760px;
}
.iti__wf {
  --iti-flag-offset: -3776px;
}
.iti__ws {
  --iti-flag-offset: -3792px;
}
.iti__xk {
  --iti-flag-offset: -3808px;
}
.iti__ye {
  --iti-flag-offset: -3824px;
}
.iti__yt {
  --iti-flag-offset: -3840px;
}
.iti__za {
  --iti-flag-offset: -3856px;
}
.iti__zm {
  --iti-flag-offset: -3872px;
}
.iti__zw {
  --iti-flag-offset: -3888px;
}
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}
/* @media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
} */
.\[\&_p\]\:text-body-2 p {
    --max-fs: var(--text-base);
    --min-fs: var(--text-base-min);

    --slope: calc((var(--max-fs) - var(--min-fs)) / (var(--max-vw) - var(--min-vw)));

    --min-fs-px: calc(var(--min-fs) * 1px);
    --max-fs-px: calc(var(--max-fs) * 1px);
    --fs-px: calc(var(--slope) * (100vw - var(--min-vw-px)) + var(--min-fs-px));

    font-size: clamp(var(--min-fs-px), var(--fs-px), var(--max-fs-px));

    --max-fs: var(--text-body-2);
    --min-fs: var(--text-body-2-min);
    line-height: 1.5;
  }
.selection\:transition-all *::-moz-selection {
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.selection\:transition-all *::selection {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.selection\:transition-all::-moz-selection {
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.selection\:transition-all::selection {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:z-0::before {
  content: var(--tw-content);
  z-index: 0;
}
.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:h-\[65\%\]::before {
  content: var(--tw-content);
  height: 65%;
}
.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}
.before\:w-\[65\%\]::before {
  content: var(--tw-content);
  width: 65%;
}
.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}
.before\:-translate-x-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}
.before\:bg-\[\#343B53CC\]::before {
  content: var(--tw-content);
  background-color: #343B53CC;
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:mix-blend-multiply::before {
  content: var(--tw-content);
  mix-blend-mode: multiply;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}
.after\:hidden::after {
  content: var(--tw-content);
  display: none;
}
.after\:h-\[80\%\]::after {
  content: var(--tw-content);
  height: 80%;
}
.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}
.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}
.after\:content-normal::after {
  content: var(--tw-content);
  align-content: normal;
}
.after\:bg-\[\#F5F5F5\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.first\:mt-0:first-child {
  margin-top: 0px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:border-r-0:last-child {
  border-right-width: 0px;
}
.last\:after\:hidden:last-child::after {
  content: var(--tw-content);
  display: none;
}
.odd\:bg-\[\#F9F9F9\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.odd\:bg-\[\#FAFAFA\]:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.odd\:pr-1:nth-child(odd) {
  padding-right: 0.25rem;
}
.even\:bg-light:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.even\:pl-1:nth-child(even) {
  padding-left: 0.25rem;
}
.hover\:-translate-y-2:hover {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:border-\[\#0ea472\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 164 114 / var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity));
}
.hover\:bg-\[\#0ea472\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 164 114 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#71FFD226\]:hover {
  background-color: #71FFD226;
}
.hover\:bg-\[\#FFAE00\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 174 0 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#d9d9d990\]:hover {
  background-color: #d9d9d990;
}
.hover\:bg-\[\#f2f2f2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.hover\:bg-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity));
}
.hover\:bg-themePrimary\/80:hover {
  background-color: rgb(49 177 134 / 0.8);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-\[\#00DB92\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 219 146 / var(--tw-text-opacity));
}
.hover\:text-\[\#12CA8C\]:hover {
  --tw-text-opacity: 1;
  color: rgb(18 202 140 / var(--tw-text-opacity));
}
.hover\:text-\[\#516f90\]:hover {
  --tw-text-opacity: 1;
  color: rgb(81 111 144 / var(--tw-text-opacity));
}
.hover\:text-\[\#5f8bb9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(95 139 185 / var(--tw-text-opacity));
}
.hover\:text-\[\#ffae00\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
}
.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity));
}
.hover\:text-light:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
.hover\:text-themePrimary:hover {
  --tw-text-opacity: 1;
  color: rgb(49 177 134 / var(--tw-text-opacity));
}
.hover\:text-themeSecondary:hover {
  --tw-text-opacity: 1;
  color: rgb(255 174 0 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.disabled\:bg-\[\#f3f6f9\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 249 / var(--tw-bg-opacity));
}
.disabled\:opacity-50:disabled {
  opacity: 0.5;
}
.group:hover .group-hover\:scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
@media (min-width: 480px) {

  .xs\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 640px) {

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

  .sm\:-left-\[1\.625rem\] {
    left: -1.625rem;
  }

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

  .sm\:left-full {
    left: 100%;
  }

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

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

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

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

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

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

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

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

  .sm\:h-60 {
    height: 15rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

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

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

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

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

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

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:flex-\[1\] {
    flex: 1;
  }

  .sm\:basis-3\/4 {
    flex-basis: 75%;
  }

  .sm\:basis-\[148px\] {
    flex-basis: 148px;
  }

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

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

  .sm\:origin-\[0\%_50\%\] {
    transform-origin: 0% 50%;
  }

  .sm\:origin-\[100\%_50\%\] {
    transform-origin: 100% 50%;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

  .sm\:gap-y-3 {
    row-gap: 0.75rem;
  }

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

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

  .sm\:border-b-\[1\.625rem\] {
    border-bottom-width: 1.625rem;
  }

  .sm\:border-l-0 {
    border-left-width: 0px;
  }

  .sm\:border-r-0 {
    border-right-width: 0px;
  }

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

  .sm\:border-l-\[color\:var\(--bg-color\)\] {
    border-left-color: var(--bg-color);
  }

  .sm\:border-r-\[color\:var\(--bg-color\)\] {
    border-right-color: var(--bg-color);
  }

  .sm\:border-t-transparent {
    border-top-color: transparent;
  }

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

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

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .sm\:pb-44 {
    padding-bottom: 11rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pt-\[11\.25rem\] {
    padding-top: 11.25rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:leading-tight {
    line-height: 1.25;
  }
}
@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:-bottom-12 {
    bottom: -3rem;
  }

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

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

  .md\:bottom-3 {
    bottom: 0.75rem;
  }

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

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

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

  .md\:left-3 {
    left: 0.75rem;
  }

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

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

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

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

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

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

  .md\:right-3 {
    right: 0.75rem;
  }

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

  .md\:right-\[unset\] {
    right: unset;
  }

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

  .md\:top-3\/4 {
    top: 75%;
  }

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

  .md\:m-3 {
    margin: 0.75rem;
  }

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

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-auto {
    margin: auto;
  }

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

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

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

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

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

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

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

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:-mt-24 {
    margin-top: -6rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

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

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

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

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

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

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

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

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

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

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

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

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

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

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

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

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

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

  .md\:h-72 {
    height: 18rem;
  }

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

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

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

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

  .md\:max-h-60 {
    max-height: 15rem;
  }

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

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

  .md\:w-1\/4 {
    width: 25%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-11\/12 {
    width: 91.666667%;
  }

  .md\:w-12 {
    width: 3rem;
  }

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

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

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

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-60 {
    width: 15rem;
  }

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

  .md\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

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

  .md\:w-\[33\.333\%\] {
    width: 33.333%;
  }

  .md\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:min-w-\[15ch\] {
    min-width: 15ch;
  }

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

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

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

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

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

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

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

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

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

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

  .md\:flex-\[2\] {
    flex: 2;
  }

  .md\:flex-\[3\] {
    flex: 3;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

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

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

  .md\:basis-2\/5 {
    flex-basis: 40%;
  }

  .md\:basis-3\/5 {
    flex-basis: 60%;
  }

  .md\:basis-4\/5 {
    flex-basis: 80%;
  }

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

  .md\:-translate-x-4 {
    --tw-translate-x: -1rem;
    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-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\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

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

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

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-36 {
    padding: 9rem;
  }

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

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

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

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

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

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

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

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

  .md\:pr-8 {
    padding-right: 2rem;
  }

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

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

  .md\:pt-28 {
    padding-top: 7rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-\[3rem\] {
    font-size: 3rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:first\:mt-0:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1025px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-bottom-\[1\.625rem\] {
    bottom: -1.625rem;
  }

  .lg\:-top-10 {
    top: -2.5rem;
  }

  .lg\:-top-3 {
    top: -0.75rem;
  }

  .lg\:-top-4 {
    top: -1rem;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:bottom-\[calc\(100\%-1px\)\] {
    bottom: calc(100% - 1px);
  }

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

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

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

  .lg\:left-16 {
    left: 4rem;
  }

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

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-\[-50px\] {
    left: -50px;
  }

  .lg\:left-\[5\%\] {
    left: 5%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-\[-13\%\] {
    right: -13%;
  }

  .lg\:right-\[16\%\] {
    right: 16%;
  }

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

  .lg\:top-16 {
    top: 4rem;
  }

  .lg\:top-28 {
    top: 7rem;
  }

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

  .lg\:top-\[-15px\] {
    top: -15px;
  }

  .lg\:top-\[17\%\] {
    top: 17%;
  }

  .lg\:top-\[30\%\] {
    top: 30%;
  }

  .lg\:top-\[35\%\] {
    top: 35%;
  }

  .lg\:top-\[50\%\] {
    top: 50%;
  }

  .lg\:top-\[unset\] {
    top: unset;
  }

  .lg\:top-full {
    top: 100%;
  }

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

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

  .lg\:order-3 {
    order: 3;
  }

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

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

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-auto {
    margin: auto;
  }

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

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

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

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

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

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

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

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

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:-mb-32 {
    margin-bottom: -8rem;
  }

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

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

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

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

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

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

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

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .lg\:ml-20 {
    margin-left: 5rem;
  }

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

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

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

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

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

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

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

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

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

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

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

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

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-\[16\.875rem\] {
    height: 16.875rem;
  }

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

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

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

  .lg\:h-auto {
    height: auto;
  }

  .lg\:max-h-\[16\.875rem\] {
    max-height: 16.875rem;
  }

  .lg\:min-h-\[15rem\] {
    min-height: 15rem;
  }

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

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

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

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

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

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

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

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

  .lg\:w-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-52 {
    width: 13rem;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

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

  .lg\:w-\[33\.333\%\] {
    width: 33.333%;
  }

  .lg\:w-\[33\.3333\%\] {
    width: 33.3333%;
  }

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

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

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

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

  .lg\:w-\[46\.25rem\] {
    width: 46.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .lg\:basis-80 {
    flex-basis: 20rem;
  }

  .lg\:origin-\[50\%_0\%\] {
    transform-origin: 50% 0%;
  }

  .lg\:origin-\[50\%_100\%\] {
    transform-origin: 50% 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:justify-evenly {
    justify-content: space-evenly;
  }

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

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:border-l-\[1\.625rem\] {
    border-left-width: 1.625rem;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

  .lg\:border-r-\[1\.625rem\] {
    border-right-width: 1.625rem;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-b-\[color\:var\(--bg-color\)\] {
    border-bottom-color: var(--bg-color);
  }

  .lg\:border-l-transparent {
    border-left-color: transparent;
  }

  .lg\:border-r-transparent {
    border-right-color: transparent;
  }

  .lg\:border-t-\[color\:var\(--bg-color\)\] {
    border-top-color: var(--bg-color);
  }

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

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

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

  .lg\:p-8 {
    padding: 2rem;
  }

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

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

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

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

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

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

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

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:py-\[3\.125rem\] {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }

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

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

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

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

  .lg\:pl-40 {
    padding-left: 10rem;
  }

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

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

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pr-28 {
    padding-right: 7rem;
  }

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

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

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

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

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

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

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

  .lg\:leading-loose {
    line-height: 2;
  }

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

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

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

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

  .lg\:after\:-right-5::after {
    content: var(--tw-content);
    right: -1.25rem;
  }

  .after\:lg\:block::after {
    content: var(--tw-content);
    display: block;
  }

  .lg\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1280px) {

  .xl\:-bottom-32 {
    bottom: -8rem;
  }

  .xl\:-bottom-4 {
    bottom: -1rem;
  }

  .xl\:-top-20 {
    top: -5rem;
  }

  .xl\:-top-24 {
    top: -6rem;
  }

  .xl\:left-32 {
    left: 8rem;
  }

  .xl\:left-4 {
    left: 1rem;
  }

  .xl\:left-5 {
    left: 1.25rem;
  }

  .xl\:left-52 {
    left: 13rem;
  }

  .xl\:left-\[-80px\] {
    left: -80px;
  }

  .xl\:right-32 {
    right: 8rem;
  }

  .xl\:right-56 {
    right: 14rem;
  }

  .xl\:right-\[-10\%\] {
    right: -10%;
  }

  .xl\:top-4 {
    top: 1rem;
  }

  .xl\:top-\[-15px\] {
    top: -15px;
  }

  .xl\:top-\[31px\] {
    top: 31px;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

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

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

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

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

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

  .xl\:ml-24 {
    margin-left: 6rem;
  }

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

  .xl\:mr-20 {
    margin-right: 5rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

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

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .xl\:mt-16 {
    margin-top: 4rem;
  }

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

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

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

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

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

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

  .xl\:h-\[22\.25rem\] {
    height: 22.25rem;
  }

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

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

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

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

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

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

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

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

  .xl\:w-10\/12 {
    width: 83.333333%;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

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

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

  .xl\:w-20 {
    width: 5rem;
  }

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

  .xl\:w-3\/4 {
    width: 75%;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-72 {
    width: 18rem;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }

  .xl\:w-80 {
    width: 20rem;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

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

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

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

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

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

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

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

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

  .xl\:w-\[28\.125rem\] {
    width: 28.125rem;
  }

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

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

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

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

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

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

  .xl\:w-\[56\.25rem\] {
    width: 56.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

  .xl\:max-w-\[18\.25rem\] {
    max-width: 18.25rem;
  }

  .xl\:max-w-\[3\.5rem\] {
    max-width: 3.5rem;
  }

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

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

  .xl\:max-w-\[8rem\] {
    max-width: 8rem;
  }

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

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

  .xl\:flex-\[2\] {
    flex: 2;
  }

  .xl\:basis-14 {
    flex-basis: 3.5rem;
  }

  .xl\:basis-3\/5 {
    flex-basis: 60%;
  }

  .xl\:basis-32 {
    flex-basis: 8rem;
  }

  .xl\:basis-96 {
    flex-basis: 24rem;
  }

  .xl\:basis-\[13\.75rem\] {
    flex-basis: 13.75rem;
  }

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

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

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

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

  .xl\:gap-12 {
    gap: 3rem;
  }

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

  .xl\:gap-20 {
    gap: 5rem;
  }

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

  .xl\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .xl\:gap-y-5 {
    row-gap: 1.25rem;
  }

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

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

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

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

  .xl\:p-7 {
    padding: 1.75rem;
  }

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

  .xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

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

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

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

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

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

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pl-20 {
    padding-left: 5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

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

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pr-20 {
    padding-right: 5rem;
  }

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

  .xl\:pt-12 {
    padding-top: 3rem;
  }

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

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

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

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

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

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

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

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

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

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

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

  .xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .xl\:text-\[12\.5rem\] {
    font-size: 12.5rem;
  }

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

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

  .xl\:text-\[3\.375rem\] {
    font-size: 3.375rem;
  }

  .xl\:text-\[5\.25rem\] {
    font-size: 5.25rem;
  }

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

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

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

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

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

  .xl\:after\:-right-10::after {
    content: var(--tw-content);
    right: -2.5rem;
  }

  .xl\:first\:mt-0:first-child {
    margin-top: 0px;
  }
}
@media (min-width: 1536px) {

  .\34xl\:h-\[750px\] {
    height: 750px;
  }

  .\32xl\:-bottom-10 {
    bottom: -2.5rem;
  }

  .\32xl\:-bottom-36 {
    bottom: -9rem;
  }

  .\32xl\:-top-1 {
    top: -0.25rem;
  }

  .\32xl\:-top-8 {
    top: -2rem;
  }

  .\32xl\:-top-\[6\.25rem\] {
    top: -6.25rem;
  }

  .\32xl\:left-11 {
    left: 2.75rem;
  }

  .\32xl\:left-36 {
    left: 9rem;
  }

  .\32xl\:left-80 {
    left: 20rem;
  }

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

  .\32xl\:right-11 {
    right: 2.75rem;
  }

  .\32xl\:right-4 {
    right: 1rem;
  }

  .\32xl\:right-5 {
    right: 1.25rem;
  }

  .\32xl\:right-52 {
    right: 13rem;
  }

  .\32xl\:top-0 {
    top: 0px;
  }

  .\32xl\:top-40 {
    top: 10rem;
  }

  .\32xl\:top-44 {
    top: 11rem;
  }

  .\32xl\:top-9 {
    top: 2.25rem;
  }

  .\32xl\:top-\[-35px\] {
    top: -35px;
  }

  .\32xl\:top-\[15\%\] {
    top: 15%;
  }

  .\32xl\:m-16 {
    margin: 4rem;
  }

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

  .\32xl\:my-32 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

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

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

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

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

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:mb-32 {
    margin-bottom: 8rem;
  }

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

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

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

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mr-20 {
    margin-right: 5rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mr-\[7\.5rem\] {
    margin-right: 7.5rem;
  }

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

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

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mt-24 {
    margin-top: 6rem;
  }

  .\32xl\:mt-48 {
    margin-top: 12rem;
  }

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

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mt-\[-65px\] {
    margin-top: -65px;
  }

  .\32xl\:mt-\[160px\] {
    margin-top: 160px;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-20 {
    height: 5rem;
  }

  .\32xl\:h-36 {
    height: 9rem;
  }

  .\32xl\:h-40 {
    height: 10rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-60 {
    height: 15rem;
  }

  .\32xl\:h-\[28\.125rem\] {
    height: 28.125rem;
  }

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

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

  .\32xl\:max-h-80 {
    max-height: 20rem;
  }

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

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

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

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-10\/12 {
    width: 83.333333%;
  }

  .\32xl\:w-20 {
    width: 5rem;
  }

  .\32xl\:w-32 {
    width: 8rem;
  }

  .\32xl\:w-44 {
    width: 11rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-5\/6 {
    width: 83.333333%;
  }

  .\32xl\:w-56 {
    width: 14rem;
  }

  .\32xl\:w-60 {
    width: 15rem;
  }

  .\32xl\:w-80 {
    width: 20rem;
  }

  .\32xl\:w-96 {
    width: 24rem;
  }

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

  .\32xl\:w-\[20\%\] {
    width: 20%;
  }

  .\32xl\:w-\[220px\] {
    width: 220px;
  }

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

  .\32xl\:w-\[28\.875rem\] {
    width: 28.875rem;
  }

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

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

  .\32xl\:w-\[40\%\] {
    width: 40%;
  }

  .\32xl\:w-\[47\%\] {
    width: 47%;
  }

  .\32xl\:w-\[60\%\] {
    width: 60%;
  }

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

  .\32xl\:w-\[69\%\] {
    width: 69%;
  }

  .\32xl\:w-\[70\%\] {
    width: 70%;
  }

  .\32xl\:w-\[71\.25rem\] {
    width: 71.25rem;
  }

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

  .\32xl\:w-\[90\%\] {
    width: 90%;
  }

  .\32xl\:w-auto {
    width: auto;
  }

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

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

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

  .\32xl\:max-w-6xl {
    max-width: 72rem;
  }

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32xl\:max-w-\[101\.75rem\] {
    max-width: 101.75rem;
  }

  .\32xl\:max-w-\[112\.5rem\] {
    max-width: 112.5rem;
  }

  .\32xl\:max-w-\[1450px\] {
    max-width: 1450px;
  }

  .\32xl\:max-w-\[25rem\] {
    max-width: 25rem;
  }

  .\32xl\:max-w-\[36\.875rem\] {
    max-width: 36.875rem;
  }

  .\32xl\:max-w-\[40rem\] {
    max-width: 40rem;
  }

  .\32xl\:max-w-\[50rem\] {
    max-width: 50rem;
  }

  .\32xl\:max-w-\[5rem\] {
    max-width: 5rem;
  }

  .\32xl\:max-w-\[80rem\] {
    max-width: 80rem;
  }

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

  .\32xl\:max-w-\[88\.5rem\] {
    max-width: 88.5rem;
  }

  .\32xl\:max-w-\[88\.75rem\] {
    max-width: 88.75rem;
  }

  .\32xl\:max-w-\[90\.5rem\] {
    max-width: 90.5rem;
  }

  .\32xl\:max-w-\[92\.5rem\] {
    max-width: 92.5rem;
  }

  .\32xl\:max-w-fit {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

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

  .\32xl\:flex-\[2\] {
    flex: 2;
  }

  .\32xl\:flex-\[3\] {
    flex: 3;
  }

  .\32xl\:basis-20 {
    flex-basis: 5rem;
  }

  .\32xl\:basis-72 {
    flex-basis: 18rem;
  }

  .\32xl\:basis-auto {
    flex-basis: auto;
  }

  .\32xl\:items-start {
    align-items: flex-start;
  }

  .\32xl\:gap-16 {
    gap: 4rem;
  }

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

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

  .\32xl\:border-\[2\.5rem\] {
    border-width: 2.5rem;
  }

  .\32xl\:border-b-0 {
    border-bottom-width: 0px;
  }

  .\32xl\:border-t-0 {
    border-top-width: 0px;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

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

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

  .\32xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\32xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\32xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }

  .\32xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\32xl\:px-44 {
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .\32xl\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }

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

  .\32xl\:px-\[102px\] {
    padding-left: 102px;
    padding-right: 102px;
  }

  .\32xl\:px-\[229px\] {
    padding-left: 229px;
    padding-right: 229px;
  }

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

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

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

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

  .\32xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .\32xl\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .\32xl\:py-36 {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

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

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

  .\32xl\:py-\[5\.25rem\] {
    padding-top: 5.25rem;
    padding-bottom: 5.25rem;
  }

  .\32xl\:py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .\32xl\:py-\[64px\] {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .\32xl\:pb-28 {
    padding-bottom: 7rem;
  }

  .\32xl\:pl-20 {
    padding-left: 5rem;
  }

  .\32xl\:pl-\[120px\] {
    padding-left: 120px;
  }

  .\32xl\:pr-28 {
    padding-right: 7rem;
  }

  .\32xl\:pt-28 {
    padding-top: 7rem;
  }

  .\32xl\:pt-\[70px\] {
    padding-top: 70px;
  }

  .\32xl\:pt-\[74px\] {
    padding-top: 74px;
  }

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

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

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

  .\32xl\:text-9xl {
    font-size: 8rem;
    line-height: 1;
  }

  .\32xl\:text-\[17\.313rem\] {
    font-size: 17.313rem;
  }

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

  .\32xl\:text-\[7\.5rem\] {
    font-size: 7.5rem;
  }

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

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

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

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

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

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

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

  .\32xl\:leading-normal {
    line-height: 1.5;
  }

  .\32xl\:leading-relaxed {
    line-height: 1.625;
  }

  .\32xl\:leading-snug {
    line-height: 1.375;
  }

  .\32xl\:leading-tight {
    line-height: 1.25;
  }

  .before\:2xl\:h-2\/3::before {
    content: var(--tw-content);
    height: 66.666667%;
  }

  .before\:2xl\:w-2\/3::before {
    content: var(--tw-content);
    width: 66.666667%;
  }

  .\32xl\:first\:mt-0:first-child {
    margin-top: 0px;
  }

  .\32xl\:last\:mr-0:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1680px) {

  .\35xl\:h-\[850px\] {
    height: 850px;
  }
}
@media (min-width: 1910px) {

  .\33xl\:-bottom-40 {
    bottom: -10rem;
  }

  .\33xl\:-top-20 {
    top: -5rem;
  }

  .\33xl\:right-60 {
    right: 15rem;
  }

  .\33xl\:top-\[120px\] {
    top: 120px;
  }

  .\33xl\:m-6 {
    margin: 1.5rem;
  }

  .\33xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

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

  .\33xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

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

  .\33xl\:h-\[30\.25rem\] {
    height: 30.25rem;
  }

  .\33xl\:h-\[487px\] {
    height: 487px;
  }

  .\33xl\:max-h-\[23\.75rem\] {
    max-height: 23.75rem;
  }

  .\33xl\:w-\[180px\] {
    width: 180px;
  }

  .\33xl\:w-\[249px\] {
    width: 249px;
  }

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

  .\33xl\:w-\[31rem\] {
    width: 31rem;
  }

  .\33xl\:w-\[38\%\] {
    width: 38%;
  }

  .\33xl\:w-\[40\%\] {
    width: 40%;
  }

  .\33xl\:w-\[55\%\] {
    width: 55%;
  }

  .\33xl\:w-\[60\%\] {
    width: 60%;
  }

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

  .\33xl\:w-\[75\%\] {
    width: 75%;
  }

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

  .\33xl\:w-auto {
    width: auto;
  }

  .\33xl\:max-w-\[102rem\] {
    max-width: 102rem;
  }

  .\33xl\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .\33xl\:max-w-screen-3xl {
    max-width: 1910px;
  }

  .\33xl\:-translate-x-6 {
    --tw-translate-x: -1.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

  .\33xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .\33xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

  .\33xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

  .\33xl\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .\33xl\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .\33xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

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

  .\33xl\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .\33xl\:pb-36 {
    padding-bottom: 9rem;
  }

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

  .\33xl\:pr-\[11\.25rem\] {
    padding-right: 11.25rem;
  }

  .\33xl\:pt-12 {
    padding-top: 3rem;
  }

  .\33xl\:pt-28 {
    padding-top: 7rem;
  }

  .\33xl\:leading-snug {
    line-height: 1.375;
  }
}
@media (min-width: 1920px) {

  .\36xl\:h-\[950px\] {
    height: 950px;
  }

  .\36xl\:min-h-\[950px\] {
    min-height: 950px;
  }
}
@media (prefers-color-scheme: dark) {

  .dark\:text-dark {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
}
.\[\&_iframe\]\:\!min-h-max iframe {
  min-height: -moz-max-content !important;
  min-height: max-content !important;
}
.\[\&_p\]\:font-light p {
  font-weight: 300;
}
.\[\&_p\]\:text-primary p {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity));
}
