/*
! tailwindcss v3.3.5 | 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.
*/

html {
  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, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", 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 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

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

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

.-top-32 {
  top: -8rem;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-24 {
  bottom: 6rem;
}

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.right-0 {
  right: 0px;
}

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

.right-10 {
  right: 2.5rem;
}

.right-12 {
  right: 3rem;
}

.right-4 {
  right: 1rem;
}

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

.top-0 {
  top: 0px;
}

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

.top-5 {
  top: 1.25rem;
}

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

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

.top-\[0\.4rem\] {
  top: 0.4rem;
}

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

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

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

.order-2 {
  order: 2;
}

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-12 {
  margin-left: -3rem;
}

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

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

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

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

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

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

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

.-mt-36 {
  margin-top: -9rem;
}

.-mt-44 {
  margin-top: -11rem;
}

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem;
}

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-7 {
  height: 1.75rem;
}

.h-72 {
  height: 18rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-60 {
  width: 15rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

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

.w-9 {
  width: 2.25rem;
}

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

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

.w-full {
  width: 100%;
}

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

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-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-\[-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));
}

.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-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(31 184 184 / var(--tw-border-opacity));
}

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

.bg-\[\#EBF9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(235 249 249 / var(--tw-bg-opacity));
}

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

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

.bg-body {
  --tw-bg-opacity: 1;
  background-color: rgb(148 148 148 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 184 / var(--tw-bg-opacity));
}

.bg-primary\/20 {
  background-color: rgb(31 184 184 / 0.2);
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(91 72 72 / var(--tw-bg-opacity));
}

.bg-title {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 84 / var(--tw-bg-opacity));
}

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

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

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

.from-\[\#24dfdf\]\/80 {
  --tw-gradient-from: rgb(36 223 223 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(36 223 223 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

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

.fill-primary {
  fill: #1FB8B8;
}

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

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

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

.p-0 {
  padding: 0px;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-60 {
  padding-bottom: 15rem;
}

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

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

.pl-14 {
  padding-left: 3.5rem;
}

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

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

.pl-9 {
  padding-left: 2.25rem;
}

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

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

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

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

.text-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-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

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

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

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

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

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

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

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

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

.text-body {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 184 184 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(91 72 72 / var(--tw-text-opacity));
}

.text-title {
  --tw-text-opacity: 1;
  color: rgb(31 64 84 / var(--tw-text-opacity));
}

.text-title\/5 {
  color: rgb(31 64 84 / 0.05);
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-60 {
  opacity: 0.6;
}

.shadow-\[0_0px_20px_rgba\(0\2c 0\2c 0\2c 0\.09\)\] {
  --tw-shadow: 0 0px 20px rgba(0,0,0,0.09);
  --tw-shadow-colored: 0 0px 20px 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_20px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 0px 20px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 0px 20px 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;
}

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

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

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

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

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
  overflow-x: hidden;
  /* padding-top: var(--menuHeight); */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "articulat-cf", sans-serif;
  font-style: normal;
}

.shadow-box {
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
}

#backToTopBtn {
  transition: opacity 0.3s ease-in-out;
}

.sticky-navbar {
  position: fixed !important;
  top: 0px;
  width: 100% !important;
  animation-name: navSlide;
  animation-duration: 0.5s;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
  background-color: #1F4054 !important;
}

/* .sticky-navbar1 {
  position: fixed !important;
  top: 0px;
  width: 100% !important;
  animation-name: navSlide;
  animation-duration: 0.5s;
  box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
  background-color: #262626 !important;
} */

/* .active-sticky:hover .menu-border {
  border-color: #001c76 !important;
} */

@keyframes navSlide {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

.mobile-menu-inner .menu-item {
  padding: 12px 0px;
  border-bottom: 1px solid #1FB8B8;
}

.height-fixed {
  height: calc(var(--vh, 1vh) * 100);
}

.mobile-menu-inner
  .menu-item
  .inner-menu-list
  .inner-menu-list-item:not(:last-of-type) {
  border-bottom: 1px solid #1FB8B8;
}

.mobile-menu-container {
  transform-origin: left center;
  transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
}

.mobile-menu-container.active {
  opacity: 1;
  transform: translateX(0%);
  visibility: visible;
  transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
}

.mobile-menu-container .mobile-menu-content {
  transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
    transform 500ms ease 0ms;
}

.mobile-menu-container.active .mobile-menu-content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
    transform 500ms ease 500ms;
}

.inner-menu-toggle.active {
  transform: rotate(270deg);
}

.mobile-menu-inner .menu-item {
  padding: 12px 0px;
}

.footer-arrow:hover path {
  fill: white;
  transition: all ease-in-out 500ms;
}

.services-slider-2 .owl-stage {
  display: flex;
}

.shadow-custom-2 {
  box-shadow: 0px 20px 10px 0px rgba(0, 0, 0, 0.07);
}

.contact-icon.path {
  fill: #dfbb90;
  transition: all ease-in-out 500ms;
}

.home-testimonials .owl-item.active .image-testimonial {
  border-color: #dd242d;
}

.footer-arrow2:hover path {
  fill: #676e98;
  transition: all ease-in-out 500ms;
}

.inner-menu-toggle.active {
  transform: rotate(180deg);
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* TO TOP BUTTON */

#btn-top.active {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}

#btn-top .to-top-citcle {
  animation: floating 2s infinite ease-in-out;
  color: white;
}

@keyframes floating {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0px);
  }
}

#preloader {
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}

#preloader.active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1300px) {
  .inner-menu-list {
    background: white;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-40%);
    transition: all 0.3s ease-in-out;
    /* backdrop-filter: blur(5px); */
    /* -webkit-backdrop-filter: blur(5px); */
    /* box-shadow: 0 10px 15px rgb(25 25 25 / 10%); */
  }

  .menu-item:hover .inner-menu-list {
    opacity: 1;
    visibility: visible;
    transform: translateX(0%);
  }
}

.mynav.active {
  background-color: #676e98 !important;
  transition: all ease-in-out 500ms;
  padding-top: 0px !important;
}

.shadow-custom {
  box-shadow: 0px 0px 11px 0px rgba(101, 101, 101, 0.3);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(101, 101, 101, 0.3);
  -moz-box-shadow: 0px 0px 11px 0px rgba(101, 101, 101, 0.3);
}

.nav-transparent {
  background-color: rgb(255 255 255 / 0.3);
}

.hero__overllay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.3) 20%,
      rgba(0, 0, 0, 0) 40%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url(image.png);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.paralax__background {
  background-image: url("./data/social-photo.png");
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
}

.banner__overllay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.icon-footer:hover path {
  fill: #1d6e19;
  transition: all ease-in-out 500ms;
}

.box__border::before {
  content: "";
  position: absolute;
  border: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #dcae32;
  transition: 0.5s ease-in-out;
  animation-duration: 500ms;
}

.faq-accordion .item-btn.active {
  color: var(--gradient-light);
}

/* .faq-accordion .item-btn.active .faq-title {
  color: #FF903F;
  transition: all ease-in-out 500ms;
} */

.faq-accordion .item-btn.active .fa-chevron-down {
  opacity: 100;
  transform: rotate(180deg);
  transition: all ease-in-out 500ms;
}

.table-box {
  border-collapse: separate;
  border-spacing: 0 15px;
}

.line-table {
  padding-left: 20px !important;
}

/* END FAQ */

.arrow-box:hover rect {
  fill: #2a8f25;
  transition: all ease-in-out 500ms;
}

#cart-popup {
  opacity: 0;
  z-index: -50;
}

#cart-popup1 {
  opacity: 0;
  z-index: -50;
}

#cart-popup2 {
  opacity: 0;
  z-index: -50;
}

#cart-popup.active {
  opacity: 1;
  z-index: 100;
}

#cart-popup1.active {
  opacity: 1;
  z-index: 100;
}

#cart-popup2.active {
  opacity: 1;
  z-index: 100;
}

.service-slider .owl-stage {
  display: flex;
}

.insurance-slider .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
}

.insurance-slider .owl-carousel .owl-stage-outer {
  overflow-x: visible !important;
  padding-left: 20px;
  padding-right: 20px;
}

.slider__img {
  margin: 0 auto !important;
}

.insurance-slider .owl-stage-outer .owl-item {
  margin: 0 auto;
}

.btn2 span:first-child {
  transform: translateX(-101%);
  transition: transform 0.3s ease-in;
}

.btn2:hover span {
  transform: translateX(0);
}

.service-box {
  animation: bounce 5s infinite;
}

@keyframes bounce {
  0%,
  100% {
    transform: translateY(-10px);
    /* animation-timing-function: cubic-bezier(0.8,0,1,1); */
  }

  50% {
    transform: translateY(0px);
    /* animation-timing-function: cubic-bezier(0,0,0.2,1); */
  }
}

.img-icon {
  width: 96px !important;
}

.ocean {
  height: 0%;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.big__wave {
  background: url("./data/photos/homepage/wave-min.png") repeat-x;
  position: absolute;
  top: -150px;
  width: 6400px;
  height: 150px;
  animation: big__wave 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.ocean.blue .big__wave {
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1600 198' style='enable-background:new 0 0 1600 198;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:white;%7D%0A%3C/style%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='809.005' y1='1.9712' x2='809.005' y2='3.0808' gradientTransform='matrix(-1600 0 0 198.0004 1295208 -411.997)'%3E%3Cstop offset='1.964130e-03' style='stop-color:%23fff3f3;stop-opacity:0'/%3E%3Cstop offset='0.8415' style='stop-color:%23fff3f3'/%3E%3C/linearGradient%3E%3Cpath class='st0' d='M1600,121C1289,121,1190.1-0.2,789,0C389,0,289,121,0,121v77h1600C1600,198,1600,150,1600,121z'/%3E%3C/svg%3E%0A");
}

@keyframes big__wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

.endWave {
  display: none;
}

.slider-container {
  position: relative;
  width: 100%;
  height: 600px;
}

.slider-container .wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrapper .outer {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .wrapper .card {
  background: #fff;
  width: 430px;
  display: flex;
  align-items: center;
  padding: 20px;
  opacity: 0;
  border: 1px solid #407af7;
  pointer-events: none;
  position: absolute;
  justify-content: space-between;
  border-radius: 20px;
  --tw-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  animation: animate 15s linear infinite;
  animation-delay: calc(3s * var(--delay));
  cursor: pointer;
  overflow: hidden;
  
} */

.card-mobile-container .card{
  padding: 20px;
  border: 2px solid #407af7;
  border-radius: 20px;
}

.card-mobile-container{
  display: none;
  flex-direction: column;
}

.outer:hover .card {
  animation-play-state: paused;
}

.wrapper .card:last-child {
  animation-delay: calc(-3s * var(--delay));
}

@keyframes animate {
  0% {
    opacity: 0;
    transform: translateY(120%);
  }

  5%,
  20% {
    opacity: 0.4;
    transform: translateY(120%);
  }

  25%,
  40% {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-20%, 0%);
  }

  45%,
  60% {
    opacity: 0.4;
    transform: translateY(-120%);
  }

  65%,
  100% {
    opacity: 0;
    transform: translateY(-120%);
  }
}

.card .content {
  display: flex;
  align-items: center;
}

.wrapper .card .content .icon-container {
  height: 80px;
  width: 80px;
  min-width: 80px;
  border-radius: 16px;
  left: -5px;
  background: #fff;
  padding: 5px;
  /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); */
  /* background: rgba(9, 113, 206, 0.13); */
  /* border: 2px solid #407AF7; */
}

.card .details {
  margin-left: 20px;
}

.item-btn .accordion-active-icon,
.item-btn .accordion-icon {
  transition: all ease-in-out 300ms;
}

.item-btn .accordion-active-icon {
  opacity: 0;
  position: absolute;
  right: 0;
  top:0;
}

.item-btn.active .accordion-active-icon {
  opacity: 1;
}

.item-btn .accordion-icon {
  opacity: 1;
  position: absolute;
  right: 0;
  top:0;
}

.item-btn.active .accordion-icon {
  opacity: 0;
}

.name {
  font-weight: 700;
  color: #051d4c;
}

.ocean1 {
  height: 0%;
  width: 100%;
  background-color: white;
  z-index: 1;
}

.big__wave1 {
  background: url("./data/icons_lazer/elements/wave/wave.png") repeat-x;
  position: absolute;
  top: -150px;
  width: 6400px;
  height: 150px;
  animation: big__wave1 30s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.ocean1.blue1 .big__wave1 {
  background: url("./data/icons_lazer/elements/wave/wave.png");
}

@keyframes big__wave1 {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

.item-btn {
  border-bottom: 1px solid white;
  padding-bottom: 0px;
  transition: all ease-in-out 500ms;
}

/* .item-btn.active  {
  border-bottom: 1px solid rgb(211, 210, 210);
padding-bottom: 30px;
  transition: all ease-in-out 500ms;
} */

.testimonials .owl-item.active {
  transition: 0.5s ease-in-out;
}

@media (min-width: 1024px) {
  .testimonials .owl-item.center.active {
    transform: scale(1.2) !important;
  }

  /* .testimonials  .owl-item{
    transform: scale(0.8) !important;
    transition: 1s ease-in-out;
  } */
}

@media (max-width: 1024px) {
  .testimonials .owl-stage-outer {
    padding: 0 0 !important;
  }
}

.testimonials .owl-stage-outer {
  padding: 50px 0;
}

.faq-accordion.project-accordion .item-btn1.active {
  color: #FEB227;
  border-bottom: 1px solid #FEB227;
  font-weight: 400;
  transition: all ease-in-out 500ms;
}

.sliding-words-container {
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 30px;
}

.words {
  overflow: hidden;
  height: 70px;
}

.text-input {
  display: flex;
  align-items: center;
  height: 50px;
  animation: spin_words 8s infinite ;
  margin: 10px 0;
  width: max-contents;
  position: relative;
}

.text-input::after{
  content: '';
  width: 100%;
  height: 3px;
  background: #FEB227;
  position: absolute;
  bottom: 0px;
}

@media (max-width: 1024px) {
  .text-input::after{
    content: '';
    width: 100%;
    height: 3px;
    background: #FEB227;
    position: absolute;
    bottom: 8px;
  }
}

/* popup pagination */

/* .step-indicator::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  background: #ea6102;
  transition: all 0.3s ease-in-out;
} */

.step-indicator.active {
  background: #FEB227;
}

.step-indicator.active::after {
  width: 100%;
}

.select-icon {
  left: calc(100% - 1.75rem);
}

@media (max-width: 941px) {
  .overlay-hero {
    --tw-brightness: brightness(.75);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}

--------------



.ocean {
  height: 5%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #6ef500; */
}

.wave {
  background: url('./data/waves/wave-05.png') repeat-x;
  position: absolute;
  width: 6400px;
  top: 0;
  left: 0;
  height: 198px;
  transform: translate(0, 0, 0);
  animation: wave 7s infinite forwards linear;
  transform: rotate(180deg);
}

.wave-2 {
  background: url('./data/waves/wave-06.png') repeat-x;
  position: absolute;
  width: 6400px;
  top: -50px;
  left: 0;
  height: 198px;
  transform: translate(0, 0, 0);
  animation: wave 4s infinite forwards linear;
  transform: rotate(180deg);
}

@keyframes wave {
  0% {
    margin-left: 0;
  }

  100% {
    margin-left: -1600px;
  }
}

.list {
  list-style: disc !important;
  list-style-type: disc !important;
  padding: 30px;
}

.placeholder\:text-body::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.placeholder\:text-body::placeholder {
  --tw-text-opacity: 1;
  color: rgb(148 148 148 / var(--tw-text-opacity));
}

.before\:invisible::before {
  content: var(--tw-content);
  visibility: hidden;
}

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

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

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:z-\[-1\]::before {
  content: var(--tw-content);
  z-index: -1;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-0::before {
  content: var(--tw-content);
  width: 0px;
}

.before\:border-primary::before {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(31 184 184 / var(--tw-border-opacity));
}

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

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

.before\:duration-700::before {
  content: var(--tw-content);
  transition-duration: 700ms;
}

.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(91 72 72 / var(--tw-border-opacity));
}

.hover\:border-title:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 64 84 / var(--tw-border-opacity));
}

.hover\:bg-primary\/20:hover {
  background-color: rgb(31 184 184 / 0.2);
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 72 72 / var(--tw-bg-opacity));
}

.hover\:bg-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 64 84 / var(--tw-bg-opacity));
}

.hover\:pl-6:hover {
  padding-left: 1.5rem;
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 184 184 / var(--tw-text-opacity));
}

.hover\:text-title:hover {
  --tw-text-opacity: 1;
  color: rgb(31 64 84 / var(--tw-text-opacity));
}

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

.hover\:before\:visible:hover::before {
  content: var(--tw-content);
  visibility: visible;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:left-0 {
  left: 0px;
}

.group:hover .group-hover\:left-\[10rem\] {
  left: 10rem;
}

.group:hover .group-hover\:right-0 {
  right: 0px;
}

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

.group\/arrow:hover .group-hover\/arrow\:scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 184 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:fill-\[\#FEB227\] {
  fill: #FEB227;
}

.group:hover .group-hover\:fill-primary {
  fill: #1FB8B8;
}

.group:hover .group-hover\:fill-title {
  fill: #1F4054;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 184 184 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-title {
  --tw-text-opacity: 1;
  color: rgb(31 64 84 / var(--tw-text-opacity));
}

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

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

.group.active .group-\[\.active\]\:hidden {
  display: none;
}

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

.group.active .group-\[\.active\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(31 184 184 / var(--tw-bg-opacity));
}

.group.active .group-\[\.active\]\:bg-primary\/20 {
  background-color: rgb(31 184 184 / 0.2);
}

@media not all and (min-width: 1536px) {
  .max-2xl\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .max-2xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .max-2xl\:hidden {
    display: none;
  }

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

  .max-2xl\:w-48 {
    width: 12rem;
  }

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

  .max-2xl\:min-w-full {
    min-width: 100%;
  }

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

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

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

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

  .max-2xl\:pl-0 {
    padding-left: 0px;
  }

  .max-2xl\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

@media (max-width: 1525px) {
  .max-\[1525px\]\:min-h-\[620px\] {
    min-height: 620px;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:bottom-44 {
    bottom: 11rem;
  }

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

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

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

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

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

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

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

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

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

  .max-xl\:gap-5 {
    gap: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-xl\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(31 184 184 / var(--tw-text-opacity));
  }

  .max-xl\:text-title {
    --tw-text-opacity: 1;
    color: rgb(31 64 84 / var(--tw-text-opacity));
  }

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

  .max-xl\:hover\:pr-16:hover {
    padding-right: 4rem;
  }

  .group:hover .max-xl\:group-hover\:left-44 {
    left: 11rem;
  }

  .group:hover .max-xl\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(31 184 184 / var(--tw-text-opacity));
  }

  .group:hover .max-xl\:group-hover\:opacity-0 {
    opacity: 0;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:bottom-10 {
    bottom: 2.5rem;
  }

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

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

  .max-lg\:right-\[1rem\] {
    right: 1rem;
  }

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

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

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

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

  .max-lg\:-ml-0 {
    margin-left: -0px;
  }

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

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

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

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

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

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

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

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

  .max-lg\:ml-0 {
    margin-left: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .max-lg\:gap-0 {
    gap: 0px;
  }

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

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

  .max-lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .max-lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .max-lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .max-lg\:object-\[90\%\] {
    -o-object-position: 90%;
       object-position: 90%;
  }

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

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

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

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

  .max-lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

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

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

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

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

  .max-lg\:pt-\[150px\] {
    padding-top: 150px;
  }

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

  .max-lg\:text-start {
    text-align: start;
  }

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

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

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

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

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

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

  .max-lg\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(31 184 184 / var(--tw-text-opacity));
  }

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

  .max-lg\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

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

@media not all and (min-width: 768px) {
  .max-md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

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

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

  .max-md\:pt-0 {
    padding-top: 0px;
  }

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

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

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

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

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

@media not all and (min-width: 640px) {
  .max-sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

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

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

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

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

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

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

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

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

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

  .max-sm\:object-\[70\%\] {
    -o-object-position: 70%;
       object-position: 70%;
  }

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

  .max-sm\:pb-64 {
    padding-bottom: 16rem;
  }

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

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

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

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

  .max-sm\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(31 184 184 / var(--tw-text-opacity));
  }
}

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-body {
    --tw-text-opacity: 1;
    color: rgb(148 148 148 / var(--tw-text-opacity));
  }

  .lg\:hover\:bg-primary:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 184 184 / var(--tw-bg-opacity));
  }

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

@media (min-width: 1280px) {
  .xl\:invisible {
    visibility: hidden;
  }

  .xl\:absolute {
    position: absolute;
  }

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

  .xl\:top-\[105\%\] {
    top: 105%;
  }

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-64 {
    width: 16rem;
  }

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

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

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

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

  .xl\:-translate-x-1\/3 {
    --tw-translate-x: -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));
  }

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

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

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

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

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

  .xl\:opacity-0 {
    opacity: 0;
  }

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

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

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .group:hover .xl\:group-hover\:visible {
    visibility: visible;
  }

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

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

@media (min-width: 1536px) {
  .\32xl\:bottom-12 {
    bottom: 3rem;
  }

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

  .\32xl\:min-h-max {
    min-height: -moz-max-content;
    min-height: max-content;
  }

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

  .\32xl\:items-center {
    align-items: center;
  }
}